/*input,select,textarea,button */
input, select, textarea {background-color:#fff; float: left; width:100%;
 border:solid 1px #e0e0e0; height: 36px; line-height: inherit; 
font-size:14px;   font-family: 'Roboto';  font-weight: 400;   
border-radius: 2px;  -webkit-border-radius: 2px;  -moz-border-radius: 2px; 
outline:none;   margin:0; padding:0 10px; transition: .8s ease; }
input:focus,select:focus,textarea:focus{ border:solid 1px #2196F3; outline:none; }
input::-ms-clear { display:none;  /*Removes default arrow ie*/; }
textarea { height:100px; padding: 10px; resize:none; max-width: 100%;}
select{ padding:0px 25px 0 10px; 
    background:url(../images/arow.svg) no-repeat;
    background-color: #fff;
    background-position:right center;
    -webkit-appearance:none;  /*Removes default chrome and safari style*/
    -moz-appearance:none;   /*Removes default style Firefox*/
    -o-appearance: none;
    text-overflow:"";   /*Removes default arrow form firefox*/
    appearance:none;  }
  select::-ms-expand { 
    display:none;   /*Removes default arrow ie 10*/;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */    
     filter: alpha(opacity=0);  /* IE 5-7 */     
     opacity:0; /* Good browsers :) */
    }
button{background: 0; cursor: pointer; outline: none; border: 0;
font-size: 14px; font-family: 'Roboto';line-height: inherit;
padding: 0;  margin:0;  transition: .8s ease; }
.btn1 {background-color:#fff; border:solid 1px #e0e0e0; height: 36px;
border-radius: 2px;  -webkit-border-radius: 2px;  -moz-border-radius: 2px;
padding:0 15px; }
.btn1:hover { background: #2196F3;  border: solid 1px #2196F3; color: #fff;}
.btn2 {background-color:#2196F3; border:solid 1px #2196F3; height: 36px;
border-radius: 2px;  -webkit-border-radius: 2px;  -moz-border-radius: 2px;
padding:0 15px;  color:#fff; }
.btn2:hover { background-color:#fff;  border: solid 1px #2196F3; color: #2196F3}
.input2 { border:0; border-bottom:solid 1px #e0e0e0; padding:0;  border-radius: 0;}
.input2:focus { outline:0; border:0; border-bottom:solid 1px #2196F3; padding:0; }
  /*End */

/* inputsearch */
.inputsearch1 { width:120px; -webkit-transition:width 0.4s ease-in-out; transition:width 0.4s ease-in-out; background:url(../images/search.svg) no-repeat 10px 50%; padding-left:35px; }
.inputsearch1:focus { width:100%; }
.inputsearch2 { width:100%; background:url(../images/search.svg) no-repeat right 50%; padding-right:35px; }
.inputsearch3 { width:100%; background:url(../images/search.svg) no-repeat right 50%; padding-right:35px; }
/* End */

.form-group { float:left; width:100%; position:relative; margin-bottom:15px;display: table; }
.form-group:last-child { margin-bottom:0; }
.icon_form {    position: absolute;    left: 0;    top: 7px;color: #757575;}
.pad_left {    padding-left: 25px;position: initial !important;}
.pad_left:focus {    padding-left: 25px;}
.icon_form2 {  position: absolute;    left: 12px;    top: 10px; color: #757575;}
.pad_left2 {   padding-left: 35px;    position: initial !important;}
.pad_left2:focus {    padding-left: 35px;}
.item-sex {    float: left;    margin-right: 15px;}
.item-sex:last-child {    margin-right:0px;}
.btn-full {    width: 100%;}
.btnanimated2 {border-bottom: solid 3px #e0e0e0;height: 36px;margin-left: 5px;}
.btnanimated2:hover {    border-bottom: solid 3px #2196F3; color: #2196F3;}
.input-group { border-radius: 3px 0 0 3px;}
.input-group.fixborder { border-top: 0;border-left: 0;border-right: 0; border-radius: 0; padding: 0;}
.search-group { width: 1%; white-space: nowrap;
    vertical-align: middle;  display: table-cell;
    padding: 0 10px;   border: solid 1px #e0e0e0;
    border-radius: 0 3px 3px 0; cursor: pointer;
}
.search-group.fixborder {  border-top: 0;border-left: 0;border-right: 0; border-radius: 0;}
  /* radio custom */
.label-input {  display:block; position:relative; padding-left:30px;  cursor:pointer; line-height: 18px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }
/* Hide the browser's default checkbox */
.input-1 { position:absolute; opacity:0; cursor:pointer; display:none; left:0; right:0; width:10px; margin:0; padding:0; top:0; height:10px; }
/* Create a custom checkbox */
.input-2 { position:absolute; top:0; left:0; height:18px; width:18px; background-color:#fff; border:solid 1px #2196F3; }
/* Style the checkmark/indicator */
.input-2:after { left:5px; top:2px; width:6px; height:9px; border:solid white; border-width:0 3px 3px 0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); }
/* On mouse-over,add a grey background color */
.input-1 ~ .input-2 { background-color:#fff; border:solid 1px #e0e0e0;border-radius: 2px; }
/* When the checkbox is checked,add a blue background */
.input-1:checked ~ .input-2 { background-color:#2196F3; border:solid 1px #2196F3; }
/* Create the checkmark/indicator (hidden when not checked) */
.input-2:after { content:""; position:absolute; display:none; }
/* Show the checkmark when checked */
.input-1:checked ~ .input-2:after { display:block; }

/* The label-radio */
.label-radio { display:block; position:relative; padding-left:30px;cursor:pointer; line-height: 18px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }
/* Hide the browser's default radio button */
.radio-1 { position:absolute; opacity:0; cursor:pointer; display:none; left:0; right:0; width:10px; margin:0; padding:0; top:0; height:10px; }
/* Create a custom radio button */
.radio-2 { position:absolute; top:0; left:0; height:18px; width:18px; background-color:#fff; border:solid 1px #e0e0e0; border-radius:100%; }
/* Style the indicator (dot/circle) */
.radio-2:after { top:3px; left:3px; width:10px; height:10px; border-radius:100%; background-color:#2196F3; }
/* On mouse-over,add a grey background color */
.labelradio:hover .radio-1 ~ .radio-2 { background-color:#fff; }
/* When the radio button is checked,add a blue background */
.radio-1:checked ~ .radio-2 { background-color:#fff; border:solid 1px #2196F3; }
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-2:after { content:""; position:absolute; display:none; }
/* Show the indicator (dot/circle) when checked */
.radio-1:checked ~ .radio-2:after { display:block; }
/*End */

/* Bengin form dropdown */
.search-icon { float:right; }
.dropdown-content { display:none; position:absolute; background:#fff; width:300px; right:0; z-index:1; height:auto; top:40px; }
.show { display:block; }
.search-form {  position: relative;  width: 100%;}
.search-form:focus {  outline: 0;  
	box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
	-webkit-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    -moz-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
}
.search-form :focus + .search-dropdown {  display: block; }
.search-dropdown { background:#fff; display:none; position:absolute; margin:0; padding:0; top:40px; left:0; right:0; z-index:10; 
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08); 
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08); 
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08); 
	max-height:250px; overflow:auto; }
.search-dropdown:hover { display:block; }
.item-search { padding:8px 0;  color:#333; float:left; width:100%; }
.item-search:hover { background:#f2f2f2; }
.keyword { float:left; padding:0 10px; width:80%; }
.delete-keyword { color:#555; float:right; cursor:pointer; margin-right:5px; }
.icon-search { position:absolute; float:right; right:10px; cursor:pointer; margin-top:8px; z-index: 9; }
/* End fomr dropdown */

/* Bengin checkbox */
.label-group {  display: block;  position: relative;
  padding-left: 30px;  cursor: pointer; line-height: 18px;}

.input-checkbox2 { 
	position: absolute;
  top: 0;  left: 0;  height: 18px;  width: 18px;
  background: #e6e6e6;
}
.input-checkbox1 {  
	height: auto !important;    padding: 0 !important;
    position: absolute;   
	left: 0;    top: 0;	width: auto;	opacity: 0; display: none;
}
.input-checkbox2:after { 
	content: '';  position: absolute;  display: none;}
.label-group:hover .input-checkbox1 ~ .input-checkbox2,
.label-group.input-checkbox1:focus ~ .input-checkbox2 {
  background: #ccc;
}
.label-group .input-checkbox1:checked ~ .input-checkbox2 {
  background: #2196F3;
}
.label-group:hover .input-checkbox1:not([disabled]):checked ~ .input-checkbox2,
.label-group .input-checkbox1:checked:focus ~ .input-checkbox2 {
  background: #2196F3;
}
.label-group .input-checkbox1:disabled ~ .input-checkbox2 {
  background: #e6e6e6;  opacity: 0.6;  pointer-events: none;
}
.label-group .input-checkbox1:checked ~ .input-checkbox2:after {
  display: block;
}
.label-checkbox .input-checkbox2:after {
left: 6px;
top: 4px;
width: 6px;
height: 9px;
border: solid #fff;
border-width: 0 3px 3px 0;
transform: rotate(45deg);
}
.label-checkbox .input-checkbox1:disabled ~ .input-checkbox2:after {
	border-color: #757575;}
/* End checkbox */

/* Bengin radio */
.label-o {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.radio-input2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px; border-radius: 100%;
  background: #e6e6e6;
}
.radio-input2:after {
  content: '';
  position: absolute;
  display: none;
}
.radio-input1 {
    height: auto !important;
    padding: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
	width: auto;
	opacity: 0; display: none;
}
.label-o .radio-input2 {
  border-radius: 100%;
}
.label-o:hover .radio-input1 ~ .radio-input2,
.label-o.radio-input1:focus ~ .radio-input2 {
  background: #ccc;
}
.label-o .radio-input1:checked ~ .radio-input2 {
  background: #2196F3;
}
.label-o:hover .radio-input1:not([disabled]):checked ~ .radio-input2,
.label-o .radio-input1:checked:focus ~ .radio-input2 {
  background: #2196F3;
}
.label-o .radio-input1:disabled ~ .radio-input2 {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.label-o .radio-input1:checked ~ .radio-input2:after {
  display: block;
background: #fff;
width: 10px;
height: 10px;
left: 4px;
top: 4px;
border-radius: 100%; z-index: 1
}

.label-o .radio-input1:disabled ~ .radio-input2:after {
  border-color: #7b7b7b; 
}
/* End radio */

.tgl {
  display: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 40px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;border: 0;
}

.tgl-light + .tgl-btn {
  background: #e0e0e0;
  border-radius: 15px;
  padding: 2px;
  transition: all .4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 100%;
  background: #fff;
  transition: all .2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #2196F3;
}

.tgl-ios + .tgl-btn {
  background: #fff;
  border-radius: 15px;
  padding: 2px;
  transition: all .4s ease;
  border: 1px solid #e0e0e0;
}
.tgl-ios + .tgl-btn:after {
  border-radius: 100%;
  background: #fff;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  border: solid 1px #e0e0e0;
}
.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
  padding-right: .8em;
}
.tgl-ios:checked + .tgl-btn {
  background: #86d993;
  border: solid 1px #86d993;
}
.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -.8em;
}

/*Checkboxes styles*/
.incheckbox[type="checkbox"] { display: none; }

.incheckbox[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 30px; line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.incheckbox[type="checkbox"] + label:last-child { margin-bottom: 0; }

.incheckbox[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #6cc0e5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.incheckbox[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Bengin select2 */
.select-2 { background: #fff;}
.select-2-arrow {  position: absolute;
  top: 18px;  right: 10px;  width: 0;
  height: 0;  pointer-events: none;  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
/* End select2 */
/* End Form Example 3 */
.input-animated {  position: relative; z-index: 1;}
.animated-label {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  opacity: 0.5;
  cursor: text;
  transition: 0.3s ease all;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.animated-label:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  height: 2px;
  width: 10px;
  visibility: hidden;
  background-color: #2196F3;
  transition: 0.3s ease all;
}
.not-empty .animated-label {
  top: 0;
  font-size: 12px;
}

.input-animated:focus {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.input-animated:focus ~ .animated-label {
  top: 0;
  opacity: 1;
  color: #2196F3;
  font-size: 12px;
}
.input-animated:focus ~ .animated-label:after {
  visibility: visible;
  width: 100%;
  left: 0;
}

.input-animated2 {
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #2196F3 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #2196F3 4%);
  background-position: -500px 100%;
  background-size: 500px 100%; 
  background-repeat: no-repeat; 
}
.input-animated2:focus, .input-animated2:valid {
 background-position: 100%;
  background-size: 100%; 
}
.input-animated2:focus::-webkit-input-placeholder, 
.input-animated2:valid::-webkit-input-placeholder {
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
 visibility: visible !important;
}

.w_60{width: 70px;}
.w_70{width: 70px;}
.w_80{width: 70px;}
.w_90{width: 70px;}
.w_100{width: 70px;}

@media screen and (max-width:800px) {
	
}
@media (max-width: 768px) {

}
@media only screen and (max-width: 640px) { 
	
}
@media (max-width: 480px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}
