/* CSS Document Pink Perfume
#ffdbe5 */
body{ margin:0;
padding:0; font:Arial, Helvetica, sans-serif; font-family:Arial, Helvetica, sans-serif; font-size:10px;
background-color:#FFFFFF;}
.bodystyle{ margin:0;
padding:0;
background-color:#FFFFFF;}
table{ overflow:scroll;}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  font-size:14px;
}
th, td {
  padding: 5px;
  text-align: left;
}



.contant_place{
background-color:#00FFFF; width:94%; margin-left:auto; margin-right:auto; margin-top:75px; border:thin solid #CCCCCC; border-radius:10px; padding:20px;  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);}
.contant_footer{
background-color:#00FFFF;  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); width:97%; margin-left:auto; margin-right:auto; margin-top:30px; margin-bottom:20px; border:thin solid #CCCCCC; padding:8px; border-radius:10px;}
  
  
  
  
  
  

		/*---------------------------------------*/
/* Form Footer */
/*---------------------------------------*/
.my-form .form-footer {
    background-color: #eff0f1;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px 40px;
    text-align: right;
    
}
.form-footer span {
    float: left;
    margin-top: 10px;
    color: #999;
    font-style: italic;
    font-weight: thin;
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #cccccc;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
}
.btn:hover {
    background-color: #000000;
    color: white;
}
.my-form {
    font-family: "Roboto", sans-serif;
    width: 99%;
    margin: 30px auto;
	
     background: linear-gradient(to right, #ccffcc 0%, #fafafa 50%, #ccffcc 99%);
    border-radius: 20px;
	
}
.form-header {
    background-color: #eff0f1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.form-header h1 {
    font-size: 18px;
    text-align: center;
    color: #000000;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}


/*---------------------------------------*/
/* Form Body */
/*---------------------------------------*/
.form-body {
    padding: 10px 10px;
    color: #000000;
	
	
}
.form-group {
    margin-bottom: 20px;
	
}
.form-body {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
	
}
.label-title {

    color: #000000;
    font-size: 12px;
    font-weight: bold;
	
	clear:both;
	
	
}
.text-fi{ width:100%;
background-color:#FFFFFF;
clear:both;}
.form-body .form-input {
    font-size: 12px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    text-align: left;
   
    border-radius: 4px;
   
    outline: none;
}
.horizontal-group .left {
    float: left;
    width: 49%;
}
.horizontal-group .right {
    float: right;
    width: 49%;
}
input[type="file"] {
    outline: none;
    cursor: pointer;
    font-size: 12px;
}
#range-label {
    width: 15%;
    padding: 5px;
    background-color: #1bba93;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    position: relative;
    top: -8px;
}
::-webkit-input-placeholder {
    color: #d9d9d9;
}
/*---------------------------------------*/
/* Form Footer */
/*---------------------------------------*/
.form-footer {
    clear: both;
}
.overf{ overflow-x:scroll;}
/* width */
.overf::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.overf::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px black;
  border-radius: 5px;
}

/* Handle */
.overf::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10%;
}
.mytooltip {
    display:inline-block;
    position:relative;
	color:#990000;
	font-size:14px;
	margin:10px;
   
    text-align:center;
}
.mytooltip li{ text-align:left;}
.mytooltip .right {

    min-width:800px; 
    top:50%;
    left:100%;
    margin-left:20px;
    transform:translate(0, -50%);
    padding:3px 3px;
    color:#444444;
    background-color:#ffffff;
    font-weight:normal;
    font-size:12px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.mytooltip:hover .right {
    display:block;
}

.mytooltip .right i {
    position:absolute;
    top:50%;
    right:100%;
    margin-top:-12px;
    width:12px;
    height:24px;
    overflow:hidden;
}

.mytooltip .right i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:0;
    top:50%;
    transform:translate(50%,-50%) rotate(-45deg);
    background-color:#ffffff;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}