/* ======================================================== */
/* = Forms : Inputs, Buttons, Select, Textarea, Legend... = */
/* ======================================================== */

button,
input,
select,
textarea {
  vertical-align: middle;
  resize: none;
  
}
/*----- input sizes ------*/
.input-mini {
  width: 58px;
}
.input-xsmall {
  width: 88px;
}
.input-small {
  width: 100px;
}
.input-medium {
  width: 160px;
}
.input-large {
  width: 220px;
}
.input-xlarge {
  width: 340px;
}
.input-xxlarge {
  width: 500px;
}
.modal .input-xlarge {
  width: 210px;
}
	
@media (max-width: 1199px) {
/*----- input sizes ------*/
.input-mini {
  width: 40px;
}
.input-xsmall {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 130px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 330px;
}
.input-xxlarge {
  width: 720px;
}
.modal .input-xlarge {
  width: 210px;
}
}

@media (max-width: 979px) {
	/*----- input sizes ------*/
	.input-mini {
	  width: 28px;
	}
	.input-xsmall {
	  width: 40px;
	}
	.input-small {
	  width: 60px;
	}
	.input-medium {
	  width: 90px;
	}
	.input-large {
	  width: 160px;
	}
	.input-xlarge {
	  width: 230px;
	}
	.input-xxlarge {
	  width: 480px;
	}
	
	.modal .input-xlarge {
	  width: 160px;
	}
}
@media (max-width: 767px) {
	/*----- input sizes ------*/
	.input-mini {
	  width: 23px;
	}
	.input-xsmall {
	  width: 30px;
	}
	.input-small {
	  width: 40px;
	}
	.input-medium {
	  width: 60px;
	}
	.input-large {
	  width: 110px;
	}
	.input-xlarge {
	  width: 210px;
	}
	.input-xxlarge {
	  width: 360px;
	}
	.modal .input-medium {
	  width: 190px;
	}
	
}

/* Buttons  
-----------------------------------*/

.btn {
  border: none;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  text-shadow: none;
  
  cursor:pointer;
  text-decoration: none;
  -webkit-transition: border-color .218s;
  -moz-transition: border .218s;
  -o-transition: border-color .218s;
  transition: border-color .218s;
}
a.btn:hover,
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.btn:active,
.btn.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*----- buttons sizes ------*/

.btn-group > .btn-xsmall,
.btn-xsmall {
  font-size: 10.992px;
  /* 10px */
  line-height: 8px;
  padding: 6px 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
}

.btn-group > .btn-small,
.btn-small {
  font-size: 10.992px;
  /* 11px */
  line-height: 12px;
  padding: 4px 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
}

.btn-medium {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11.998px;
  /* 12px */
  line-height: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 11px 14px;
}
.btn-small + .btn-xsmall,
.btn-small + .btn-small,
.btn-medium + .btn-medium,
.btn-large + .btn-large,
.btn-xlarge + .btn-xlarge {
	margin-left: 2px;
	margin-right: 2px;
}
.btn-block + .btn-block {
  margin-right: 0;
  margin-left: 0;
}

.btn-large {
  font-size: 14.996px;
  /* 15px */
  line-height: 17px;
  padding: 14px 17px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
    
.btn-xlarge {
   font-size: 21.994px;
   /* 22px */
   line-height: 22px;
   padding: 15px 20px 16px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
 }

.btn-wide {
  min-width: 140px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-block {
  white-space: normal;
}

.btn-index {
  position:absolute;
  margin-top: -62px;
  margin-left: -30px;
  z-index:100;
	overflow: hidden;
}

.modal .input-style,
.modal input[type=password],
.modal input[type=date],
.modal input[type=text],
.modal textarea,
.modal input[type=email],
.modal input[type=tel],
.modal input#datepicker{
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-appearance: none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    -moz-transition: border .25s linear, color .25s linear, background-color .25s linear;
    -o-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    -webkit-backface-visibility: hidden;
    border: 1px solid #e3eaef;
}

		button.disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
input[type="submit"].disabled,
input[type="search"].disabled 
.input-style.disabled,
input[type=password].disabled,
input[type=date].disabled,
input[type=text].disabled,
textarea.disabled,
input[type=email].disabled,
input[type=tel].disabled,
input#datepicker
 {
	cursor: not-allowed;
	opacity: 0.5;
	filter: alpha(opacity=50);/* IE8 */
 }
 
 input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
 	background-color: rgba(0, 0, 0, 0);
 }

/*----- buttons colors ------*/

.btn-neutral,
.buttons input {
	background: #f3f5f7;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	border: 1px solid #E6E7E7;
	color: #7a7a7a;
}

.btn-neutral.disabled {
	pointer-events: none;
    opacity: 0.5;
}

.buttons input:hover,
.btn-neutral:hover,
.btn-neutral:focus,
.btn-group:focus .btn-neutral.dropdown-toggle {
	color: #4e5963;
	background: #ffffff;
}
.buttons input:active,
.search input:active,
.btn-neutral:active,
.btn-group.open .btn-neutral.dropdown-toggle,
.btn-neutral.active {
	opacity: 0.9;
	filter: alpha(opacity=90);/* IE8 */
}

.btn-action {
	border: 1px solid #F5AC7A;
	background-color: #EE7D11;
	color: #fff;
	-moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.03) inset, 0 -1px 25px 0 rgba(0,0,0,.03) inset;
	-webkit-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .03) inset, 0 -1px 25px 0 rgba(0, 0, 0, .03) inset;
	box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .03) inset, 0 -1px 25px 0 rgba(0, 0, 0, .03) inset;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	font-family: Arial;
}

.btn-action:hover,
.btn-action:focus,
.btn-group:focus .btn-action.dropdown-toggle {
	color: #fff;
	border: 1px solid #F5AC7A;
	background-color: #F5AC7A;
	text-shadow: 1px 1px 3px #4d83c5;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.btn-action:active,
.btn-group.open .btn-action.dropdown-toggle,
.btn-action.active {
	background-color: #EE7D11;
	-moz-box-shadow: inset 0 0 5px #30699a;
	-webkit-box-shadow: inset 0 0 5px #30699A;
	box-shadow: inner 0 0 5px #30699A;
}

.btn-action.disabled,
.btn-action[disabled],
fieldset[disabled] .btn-action {
  background-color: #EE7D11;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.6;
  filter: alpha(opacity=60);
}


.btn-info {
  background-color: #3498db;
}
.btn-info:hover,
.btn-info:focus,
.btn-group:focus .btn-info.dropdown-toggle {
  background-color: #5dade2;
}

btn-info:active,
.btn-group.open .btn-info.dropdown-toggle,
.btn-info.active {
  background-color: #2c81ba;
}
.btn-danger,
.btn-danger:visited {
  color: #ffffff;
  background-color: #e74c3c;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ec7063;
  border-color: #ec7063;
}
.btn-danger:active,
.btn-danger.active,
.btn-group.open .dropdown-toggle.btn-danger {
  background: #c44133;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e74c3c;
}

.btn-success,
.btn-success:visited {
  background-color: #81cc2d;
  border: 1px solid #78be29;
  color: #fff;
  	text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.btn-success:hover,
.btn-success:focus,
.btn-group:focus .btn-success.dropdown-toggle {
  background-color: #98db4c;
}
.btn-success:active,
.btn-group.open .btn-success.dropdown-toggle,
.btn-success.active {
  background-color: #71b229;
}
.btn-success2,
.btn-success2:visited {
  background-color: #71cfca;
  border: 1px solid #5BC4BE;
  color: #fff;
  	text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.btn-success2:hover,
.btn-success2:focus,
.btn-group:focus .btn-success2.dropdown-toggle {
  background-color: #8addd8;
}
.btn-success2:active,
.btn-group.open .btn-success2.dropdown-toggle,
.btn-success2.active {
  background-color: #5fbfb9;
}
.btn-warning,
.btn-warning:visited {
  background-color: #faab1c;
  border: 1px solid #e29509;
  color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-group:focus .btn-warning.dropdown-toggle {
  background-color: #fcb739;
}
.btn-warning:active,
.btn-group.open .btn-warning.dropdown-toggle,
.btn-warning.active {
  background-color: #f4a007;
}
.btn-inverse {
  background-color: #576EAD;
  color: #fff;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-group:focus .btn-inverse.dropdown-toggle {
  background-color: #376597;
}
.btn-inverse:active,
.btn-group.open .btn-inverse.dropdown-toggle,
.btn-inverse.active {
  background-color: #2c3e50;
  color: #fff;
}
.btn-yellow {
  background: #fabe77;
  color: #fff;
}
.btn-yellow:hover,
.btn-yellow:focus,
.open .dropdown-toggle.btn-yellow {
  color: #ffffff;
  background-color: #fac484;
}
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow.active {
  color: #c8832f;
  background-color: #f7b565;
}
.block-yellow {
	color: #E2902E;
	background-color: #F7F7F7;
	border-radius: 18px;
}

.btn-purple {
  color: #fff;
  background: #a3a5d2;
}
.btn-purple:hover,
.btn-purple:focus,
.open .dropdown-toggle.btn-purple {
  color: #ffffff;
  background-color: #acaed7;
}
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple.active {
  background: #9295ca;
  color: #575983;
}
.block-purple {
	color: #575983;
	background-color: #F7F7F7;
	border-radius: 18px;
}
.btn-red {
  background: #ed7a72;
	color: #fff;
}
.btn-red:hover,
.btn-red:focus,
.open .dropdown-toggle.btn-red {
  color: #ffffff;
  background-color: #ef857e;
}
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red.active {
  color: #9a4b48;
  background-color: #e46662;
}
.block-red {
	color: #D14B46;
	background-color: #FCEDEC;
	border-radius: 18px;
}
.block-red.bordered {
	border: 1px solid #feadad;
}
.btn-green {
  color: #fff;
  background: #c1e18b;
}
.btn-green:hover,
.btn-green:focus,
.open .dropdown-toggle.btn-green {
  color: #ffffff;
  background-color: #c6e790;
  border-color: #B9DD7C;
}
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green.active {
  background: #B9DD7C;
  color: #7f9d4d;
}
.block-green {
	color: #7F9D4D;
	background-color: #F7F7F7;
	border-radius: 18px;
}
.btn-transparent {
  background-color: transparent;
  color: #7f8793;
  border-color: transparent;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent.active:hover,
.open .dropdown-toggle.btn-green {
  background-color: transparent;
  color: #444;
}
.btn-transparent:active,
.btn-transparent.active,
.open .dropdown-toggle.btn-transparent.active {
	color: #b6beca;
}
.btn-embossed {
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
.btn-embossed.active,
.btn-embossed:active {
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.15);
}
  
.btn-embossed.btn-small {
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  font-size: 10.992px;
  line-height: 11px;
	padding: 8px 9px 7px;
	-webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn-embossed.btn-small.active,
.btn-embossed.btn-small:active {
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
 }
 /* btn admin, account manager 
 -----------------------------------*/

 .btn-group {
   position: relative;
   *zoom: 1;
 }
 
 .btn-group:before,
 .btn-group:after {
   display: table;
   content: "";
 }
 
 .btn-group:after {
   clear: both;
 }
 
 .btn-group:first-child {
   *margin-left: 0;
 }
 
 .btn-group + .btn-group {
   margin-left: 5px;
 }
 
 .btn-group button{  
	height: 29px;
	line-height: 25px;    
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	margin-right: -2px;
	margin-left: -2px;
	padding-left: 14px;
	padding-right: 17px;
 }
 
  
 .btn-group button:hover { 
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	border: 1px solid #d5d3d1;
 }
 .search-bar-button button:hover { 
   /***  CSS Gradient  ***/
   /*  Chrome 1-9 and Safari 4-5.0  */
   background-image: -webkit-gradient(linear, left top, left bottom,
         color-stop( 0.0, #FDFCF7 ),
         color-stop( 1.0, #EFEEE8 ));
 
   /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
   background-image: -webkit-linear-gradient(top,
         #FDFCF7, 
         #EFEEE8 );
 
   /*  Firefox 3.6+  */
   background-image: -moz-linear-gradient(top,
         #FDFCF7, 
         #EFEEE8 );
 
   /*  IE 10+  */
   background-image: -ms-linear-gradient(top,
         #FDFCF7, 
         #EFEEE8 );
 
   /*  Opera 11.10+  */
   background-image: -o-linear-gradient(top,
         #FDFCF7, 
         #EFEEE8 );
 
   /*  W3C  */
   background-image: linear-gradient(top,
         #FDFCF7, 
         #EFEEE8 );
	color: #888;
}

 .btn-group button:active {
     -moz-box-shadow: inset 0 0 5px #b5b3b1;
     -webkit-box-shadow: inset 0 0 5px #b5b3b1;
     box-shadow: inner 0 0 5px #b5b3b1;
     color: #999;
}
 
 .btn-group button:first-of-type {
 	-webkit-border-top-left-radius: 6px;
 	-webkit-border-bottom-left-radius: 6px;
 	-moz-border-radius-topleft: 6px;
 	-moz-border-radius-bottomleft: 6px;
 	border-top-left-radius: 6px;
 	border-bottom-left-radius: 6px;
 	padding-right: 17px;
  }
  
  .btn-group button:last-of-type {
  	-webkit-border-top-right-radius: 6px;
  	-webkit-border-bottom-right-radius: 6px;
  	-moz-border-radius-topright: 6px;
  	-moz-border-radius-bottomright: 6px;
  	border-top-right-radius: 6px;
  	border-bottom-right-radius: 6px;
  	padding-right: 17px;
   }

 
 
 /* little buttons on reports top bars and suppliers lines 
 -----------------------------------*/
 button.btnAqmMain:hover.disabled,
 button.btnAqmMain {
     min-height: 23px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     border-radius: 2px;
     color: #7f8793;
     text-decoration: none;
     border: none;
     background: none;
 	padding-right: 3px;
 	padding-left: 3px;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	max-width: 200px;
 	-webkit-transition: 0.15s linear;
 	transition: 0.15s linear;
 	}
 	
 button.btnAqmMain:hover {
     color: #444;
 }
 button.btnAqmMain.disabled,
 button.btnAqmMain:active {
     opacity: 0.35;
 }
 
 button.btnAqmMain img{
     float:left;
 }
  
 
 /* Button aside a element (used in report list) 
 -----------------------------------*/
  
 button.btn-aside {
     color: #becbdf;
     margin-top: -14px;
     background: none;
     border: none;
     font-size: 20px;
     float: right;
 	 }
 button.btn-aside:hover {
     color: #467ebb;
 }
 button.btn-aside:active {
     opacity: 0.7;
 }
   
 
  
/* close button for modal winfow (bootstrap) 
-----------------------------------*/

  .close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  
  .close:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  
  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
  }
   

/*boutons gris upload a file 
-----------------------------------*/

.up-file {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 18px;
    font-size: 11px;
    text-decoration: none;
    padding-top: 8px;
    text-align: center;
}

.add-file a,
.up-file a {
    color: gray;
}

.upload-input {
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity = 0); /* IE8 */
    position: relative;
    top: -15px;
    left: -70px
}

a.plus,
a.trash {
    width: 18px;
    height: 18px;
    margin: auto auto 2px 2px;
    display: inline-block;
    vertical-align: middle;
}
a.trash {
    background: url('../images/AQM-Website-picto-trash.png') no-repeat center;
}
a.plus { 
    background: url('../images/plus.png') no-repeat center; 
} 

.add-file {
    width: 90px;
    height: 18px;
    padding-top: 8px;
    margin-left: 214px;
    text-align: center;
}

/*------ date select over the calendar ----*/
.fc-header select{
	width: 90px;
}
.fc-header {
border-left: 1px solid #E0E0E0;
border-right: 1px solid #E0E0E0;
}
/**/

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

.selectize-input,
.input-style,
input[type=password],
input[type=date],
input[type=text],
input[type=number],
textarea,
input[type=email],
input[type=tel],
input#datepicker{
    color: #333;
    padding: 7px 5px;
    -webkit-appearance: none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    -moz-transition: border .25s linear, color .25s linear, background-color .25s linear;
    -o-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    -webkit-backface-visibility: hidden;
    border: 1px solid #E2E2E4;
 }
 .selectize-input {
    padding: 7px 2%;
 }
 .expand_div:hover,
 .selectize-input:hover,
 .input-style:hover,
 input[type=password]:hover,
 input[type=date]:hover,
 input[type=text]:hover,
 input[type=number]:hover,
 textarea:hover,
 input[type=email]:hover,
 input[type=tel]:hover,
 input#datepicker:hover{
 	border-color: #bdc3c7;
 }
.expand_div:focus,
.selectize-input:focus,
.input-style:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=text]:focus,
input[type=number]:focus,
textarea:focus,
input[type=email]:focus,
input[type=tel]:focus,
input#datepicker:focus{
	border-color: #97bbde;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.expand_div.disabled,
.selectize-control.single .selectize-input.disabled,
.selectize-input[disabled],
.input-style[disabled],
input[disabled],
textarea[disabled],
.selectize-input[readonly],
.input-style[readonly],
input[readonly],
fieldset[disabled] .selectize-input,
fieldset[disabled] .input-style,
fieldset[disabled] input,
fieldset[disabled] textarea
{
	background-color: #f8f9fa;
	border-color: #DBE2E4;
	color: #68707a;
}

.search .input-style,
.search input[type=password],
.search input[type=date],
.search input[type=text],
.search input[type=number],
.search textarea,
.search input[type=email],
.search input[type=tel],
.search input#datepicker{
    border: 2px solid #d0e1ef;
    background-color: #fff;
}

.form-control {
	display: block;
	width: 95.6%;
/*	height: 34px;*/
	padding-right: 2%;
	padding-left: 2%;
	vertical-align: middle;
	background-image: none;
}
.flat.bordered .selectize-input {
	border-color: #E2E2E4;
}
.selectize-control.input-xsmall.flat.single.bordered {
	border: transparent;
}
.flat .selectize-input,
.form-control.flat,
input.flat {
  border-color: transparent;
}

.flat .selectize-input:hover,
.form-control.flat:hover,
input.flat:hover {
  border-color: #bdc3c7;
}
.flat .selectize-input:focus,
.form-control.flat:focus,
input.flat:focus {
  border-color: #97BBDE;
}

/* inputs specific style  
-----------------------------------*/

.main-bookandinspections select {
	min-width: 190px;
}

.main-bookandinspections input,
.main-kpi select {
    width: 175px;
    min-width: 175px;
    max-width: 175px;
}

.search input[type=text]{
	width: 130px;
}

.modal select,
.search select{
	width: 150px;
}

.main-kpi .time-filter input[type=text],
.main-kpi .time-filter input[type=date] {
	background-color: #e9eef2;
}

.modal textarea {
	min-height: 70px;
}

/*.modal .input-style,
.modal input[type=email]{
	min-width: 130px;
}*/

.modal-body > div {
	width: 100%;
}

.modal #sendReportEmailForm input[type=text],
.modal textarea{
	min-width: 96%;
}

.main-bookandinspections .step-1 textarea {
    margin-top: 30px;
}
.main-bookandinspections .step-4 textarea {
    margin: 15px 70px;
}

/* Go on top arrow
-----------------------------------*/


#backTop_pannel{
	opacity: 0.7;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0 1px 0 white;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 1);
	box-shadow: 0 0 1px rgba(0, 0, 0, 1);
	bottom:60px;
	position:fixed;
	_position:absolute;
	right:20px;
	width:40px; 
	display:none;
	line-height: 30px;
	background-color: #313131;
	z-index: 10000;
}
#backTop_pannel a{
	display:block;
	color:#fff;
	padding: 4px 4px;
	text-align:center;
}
#backTop_pannel:hover{
	opacity: 0.9;
	-webkit-transition-duration: .1s;
	-moz-transition-duration: .1s;
	-o-transition-duration: .1s;
	-ms-transition-duration: .1s;
	transition-duration: .1s;
}





/* JS's Selectbox
-----------------------------------*/

.expand_div {
    background: url(../images/arrow-down.png) no-repeat right 9px center #fff;
    min-width: 120px;
/*    max-width: 200px;*/
	text-align: left;
	cursor: pointer;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	        	overflow: auto;
	padding: 5px 6px;
	color: #333;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	-moz-transition: border .25s linear, color .25s linear, background-color .25s linear;
	-o-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	-webkit-backface-visibility: hidden;
	border: 1px solid #E2E2E4;
}

.expand_div li {
	display: flex;
}

.expand_div li label {
	margin-left: 5px;
}

.expand_div.disabled {
    background-image: none;
}

.expand_div,
.container-tree{
	max-height: 140px;
}

.expand_div li {
	clear: left;
	padding: 5px 10px;
}

.expand_div label {
    cursor: pointer;
}

.selectPtc_body div {
    padding-top: 5px;
}

#selected_ptc {
    background-color: #FFF;
    border: 2px solid #eff3f6;
    width: 440px;
    min-height: 20px;
}

#selected_ptc li {
    padding-top: 4px;
 	line-height: 11px;
}

#ptc_list {
    background-color: #FFF;
    border: 2px solid #eff3f6;
    width: 440px;
    min-height: 100px;
}

.expand_data {
	margin: 1px 0 0;
	overflow: auto;
	min-height: 40px;
	max-height: 120px;    
	min-width: 200px;
	background-color: #fff;
	text-align: left;
	position: absolute;
	z-index: 2050;
	padding: 5px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.expand_data li {
	float: none;
    margin: 0;
/*    line-height: 12px;*/
	padding: 2px 10px;
}

.expand_data li label,
.expand_data li {
    cursor: pointer;
}

.expand_data li label {
	line-height: 26px;
}

.expand_data li:hover {
    background-color: #407bba;
    color: #fff;
}


/* -----------------------------------*/
/* ---------->>> Drop Zone <<<-----------*/
/* -----------------------------------*/

.dropzone {
	min-height: 23px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #EFF3F6;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 21px;
	text-align: center;
	font-size: 15px;
	border: 1px dashed #CBD9E0;
	text-transform: uppercase;
	font-weight: bold;
	color: #83A6CF;
	cursor: pointer;
	margin-bottom: 0px;
}
.dropzone.small {
	padding: 3px;
}
.dropzone.in {
	margin: auto;
    width: 80%;
    height: 200px;
    line-height: 200px;
    font-size: larger;
}
.dropzone:hover {
    color: #8d8e95;
    border-color: #e0e2ec;
}
.dropzone-purple .dropzone:hover {
	color: #575983;
	border-color: #D4D6F1;
}

.dropzone-yellow .dropzone:hover{
	color: #FBBD76;
	border-color: #FCDCB4;
}

.dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.dnd_file_download li a,
.dnd_file_download li a:visited {
      color: #437CBF;
      padding-right: 5px;
      overflow-wrap: break-word; 
      word-break: break-all; 
      white-space: normal;
}

.dnd_file_download li a:hover,
.dnd_file_download li a:visited:hover {
    color: #355478;    
}

/* -----------------------------------*/
/* ---------->>> Toggle Switches <<<-----------*/
/* -----------------------------------*/

/* ------------------------------------------
CSS TOGGLE SWITCHES (Ionuț Colceriu)
Licensed under Unlicense 
https://github.com/ghinda/css-toggle-switch
------------------------------------------ */

/* Hide by default */

.switch .slide-button,
.toggle p span {
	display: none;
}

/* Toggle Switches */

/* We can't test for a specific feature,
 * so we only target browsers with support for media queries.
 */
@media only screen {

	/* Checkbox
	 */
	.toggle {
		position: relative;
		padding: 0;
		margin-left: 100px;
	}
	/* Position the label over all the elements, except the slide-button
	 * Clicking anywhere on the label will change the switch-state
	 */
	.toggle label {
		position: relative;
		z-index: 3;
		
		display: block;
		width: 100%;
	}

	/* Don't hide the input from screen-readers and keyboard access
	 */
	.toggle input {
		position: absolute;
		opacity: 0;
		z-index: 5;
	}
	
	.toggle p {
		position: absolute;
		left: -100px;
		
		width: 100%;
		margin: 0;
		padding-right: 100px;
		
		text-align: left;
	}
	
	.toggle p span {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		
		display: block;
		width: 50%;
		margin-left: 100px;
		
		text-align: center;
	}
	
	.toggle p span:last-child {
		left: 50%;
	}

	.toggle .slide-button {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 4;
		
		display: block;
		width: 50%;
		height: 100%;
		padding: 0;
	}

	/* Radio Switch
	 */
	.switch {
		position: relative;
		padding: 0;
	}
	
	.switch input {
		position: absolute;
		opacity: 0;
	}
	
	.switch label {
		position: relative;
		z-index: 2;
		
		float: left;
		width: 50%;
		height: 100%;
		
		margin: 0;
		text-align: center;
	}

	.switch .slide-button {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		z-index: 1;
		
		width: 50%;
		height: 100%;
		
		margin-top: -1px;
	}

	.switch input:last-of-type:checked ~ .slide-button {
		left: 50%;
	}

	/* Switch with 3 items */
	.switch.switch-three label,
	.switch.switch-three .slide-button {
		width: 33.3%;
	}

	.switch.switch-three input:checked:nth-of-type(2) ~ .slide-button {	
		left: 33.3%;
	}

	.switch.switch-three input:checked:last-of-type ~ .slide-button {
		left: 66.6%;
	}
	
	/* Switch with 4 items */
	.switch.switch-four label,
	.switch.switch-four .slide-button {
		width: 25%;
	}

	.switch.switch-four input:checked:nth-of-type(2) ~ .slide-button {	
		left: 25%;
	}
	
	.switch.switch-four input:checked:nth-of-type(3) ~ .slide-button {	
		left: 51%;
	}

	.switch.switch-four input:checked:last-of-type ~ .slide-button {
		left: 75%;
	}
	
	/* Switch with 5 items */
	.switch.switch-five label,
	.switch.switch-five .slide-button {
		width: 20%;
	}

	.switch.switch-five input:checked:nth-of-type(2) ~ .slide-button {	
		left: 20%;
	}
	
	.switch.switch-five input:checked:nth-of-type(3) ~ .slide-button {	
		left: 40%;
	}
	
	.switch.switch-five input:checked:nth-of-type(4) ~ .slide-button {	
		left: 60%;
	}

	.switch.switch-five input:checked:last-of-type ~ .slide-button {
		left: 80%;
	}

	/* Switch with 6 items */
	.switch.switch-six label,
	.switch.switch-six .slide-button {
		width: 16.6%;
	}

	.switch.switch-six input:checked:nth-of-type(2) ~ .slide-button {
		left: 16.6%;
	}

	.switch.switch-six input:checked:nth-of-type(3) ~ .slide-button {
		left: 33.3%;

	}

	.switch.switch-six input:checked:nth-of-type(4) ~ .slide-button {
		left: 50%;
	}

	.switch.switch-six input:checked:nth-of-type(5) ~ .slide-button {
		left: 66.6%;
	}

	.switch.switch-six input:checked:last-of-type ~ .slide-button {
		left: 83.3%;
	}

	/* Shared */
	.toggle,
	.switch {
		display: block;
		height: 26px;
	}
	
	.switch *,
	.toggle * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.switch .slide-button,
	.toggle .slide-button {
		display: block;
		
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	
	.toggle label,
	.toggle p,
	.switch label {
		line-height: 25px;
		vertical-align: middle;
		font-weight: bold;
	}
	
	.toggle input:checked ~ .slide-button {
		right: 50%;
	}
	
	/* Outline the toggles when the inputs are focused */
	.toggle input:focus ~ .slide-button,
	.switch input:focus + label {
		outline: none;
	}
	
	/* Bugfix for older Webkit, including mobile Webkit. Adapted from:
	 * http://css-tricks.com/webkit-sibling-bug/
	 */
	.switch, .toggle {
		-webkit-animation: bugfix infinite 1s;
	}
	
	@-webkit-keyframes bugfix { from { position: relative; } to { position: relative; } }


	/* AQM Themes */
	 
	.candy {
		background-color: #fff;
		color: #777;
		text-align: center;
		border-radius: 7px;	
		border: 1px solid #E2E2E4;
/*		box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 0px rgba(255, 255, 255, 0.1);*/
	}
	p.candy label:hover {
		cursor: pointer;
	}
	.candy input:checked + label {
		color: #fff;
	}
	.candy .slide-button {
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, 0.1);
		
		background-color: #8b929c;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.2);
		
		border-radius: 6px;
		height: 27px;
	}
	.switch-two input:first-of-type:checked ~ .slide-button {
		background-color: #8b929c;
	}
	.switch-three input:first-of-type:checked ~ .slide-button {
		background-color: #d93c0a;
	}
	.candy input:last-of-type:checked ~ .slide-button {
		background-color: #B9DD7C;
	}
	.candy p {
		color: #333;
		text-shadow: none;
	}
	.candy span {
		color: #fff;
	}
	
	
	/* AQM Theme 2
	 */
	.candy2 {
		background-color: #f7f7f7;
		color: #a3a4a4;
		text-align: center;
		border-radius: 4px;	
	}
	p.candy2 label:hover {
		cursor: pointer;
	}
	.candy2 input:checked + label {
		color: #fff;
/*		text-shadow: 0 1px 0 rgba(255,255,255,0.5);*/
	}
	.candy2 .slide-button {
		background-color: #f7b565;
		box-shadow: 0.3em 0.3em 1em rgba(0,0,0,0.3);
		border-radius: 6px;
	}
	
	.special.candy2 .slide-button {
      background-color: #B9DD7C;
      box-shadow: 0.3em 0.3em 1em rgba(0,0,0,0.3);
      border-radius: 6px;
    }
    
    .special.candy2 input:last-of-type:checked ~ .slide-button {
	 	background-color: #8b929c;
		box-shadow: 0.3em 0.3em 1em rgba(0,0,0,0.3);
      	-moz-box-shadow: 0 2px rgba(0, 0, 0, 0.5);
	 }
    
	.candy2.switch-two input:first-of-type:checked ~ .slide-button {
		background-color: #8b929c;
		box-shadow: 0 2px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 2px rgba(0, 0, 0, 0.5);
	}
	.candy2.switch-three input:first-of-type:checked ~ .slide-button,
	.candy2.switch-four input:first-of-type:checked ~ .slide-button,
	.candy2.switch-five input:first-of-type:checked ~ .slide-button {
		background-color: #e46662;
	}
	.candy2.switch-four input:checked:nth-of-type(2) ~ .slide-button,
	.candy2.switch-five input:checked:nth-of-type(2) ~ .slide-button {
		background-color: #9295ca;
	}
	.candy2.switch-five input:checked:nth-of-type(3) ~ .slide-button {
		background-color: #0000FF;
	}
	.candy2 input:last-of-type:checked ~ .slide-button {
		background-color: #B9DD7C;
	}
	.candy2 p {
		color: #333;
		text-shadow: none;
	}
	.candy2 span {
		color: #fff;
	}


	/* AQM Theme 3
	 */
	.candy3 {
		background-color: #fff;
		color: #a3a4a4;
		text-align: center;
		border-radius: 4px;	
		-webkit-box-shadow: 0px 1px 0px 1px #E3EAEF;
		-moz-box-shadow: 0px 1px 0px 1px rgba(227,234,239,1);
		box-shadow: 0px 1px 0px 1px #E3EAEF;
	}
	p.candy3 label:hover {
		cursor: pointer;
	}
	.candy3 input:checked + label {
		color: #fff;
	}
	.candy3 .slide-button {
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, 0.04);
		background-color: #B9DD7C;
		box-shadow: 0 2px rgb(149, 197, 68);
		border-radius: 3px;
	-moz-box-shadow: 0 2px rgb(149, 197, 68);
	}
	.candy3.switch-three input:first-of-type:checked ~ .slide-button,
	.candy3.switch-two input:first-of-type:checked ~ .slide-button {
		background-color: #8b929c;
		box-shadow: 0 2px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 2px rgba(0, 0, 0, 0.5);
	}
	.candy3.switch-four input:first-of-type:checked ~ .slide-button {
		background-color: #8b929c;
		box-shadow: 0 2px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 2px rgba(0, 0, 0, 0.5);
	}
	.candy3.switch-four input:checked:nth-of-type(2) ~ .slide-button {
		background-color: #f7b565;
		box-shadow: 0 2px rgb(231, 144, 39);
		-moz-box-shadow: 0 2px rgb(231, 144, 39);
	}
	.candy3 input:last-of-type:checked ~ .slide-button {
		background-color: #e46662;
		box-shadow: 0 2px rgb(201, 71, 67);
		-moz-box-shadow: 0 2px rgb(201, 71, 67);
	}
	.candy3 p {
		color: #333;
		text-shadow: none;
	}
	.candy4 p {
		color: #730d73;
		text-shadow: none;
		text-align: center;
	}
	.candy3 span {
		color: #fff;
	}

	/* Android Theme
	 * Based on Holo
	 */
	 
	.android {
		background-color: #b6b6b6;
		color: #fff;
	}
	.android.toggle {
		border: 2px solid #b6b6b6;
	}
	.android.switch {
		overflow: hidden;
	}
	.android.switch .slide-button {
		background-color: #279fca;
		
		-webkit-transform: skew(20deg) translateX(10px);
		-moz-transform: skew(20deg) translateX(10px);
		-ms-transform: skew(20deg) translateX(10px);
		-o-transform: skew(20deg) translateX(10px);
		transform: skew(20deg);
	}
	.android.toggle .slide-button {
		border-radius: 2px;
		background-color: #848484;
	}
	/* Selected ON toggle */
	.android.toggle input:first-of-type:checked ~ .slide-button {
		background-color: #279fca;
	}
	.android.switch input:first-of-type:checked ~ .slide-button {
		-webkit-transform: skew(20deg) translateX(-10px);
		-moz-transform: skew(20deg) translateX(-10px);
		-ms-transform: skew(20deg) translateX(-10px);
		-o-transform: skew(20deg) translateX(-10px);
		transform: skew(20deg) translateX(-10px);
	}
	.android p {
		color: #333;
	}
	.android span {
		color: #fff;
	}
	.android.switch,
	.android span {
		text-transform: uppercase;
	}

	/* iOS Theme
	 * Similar to iOS but more accessible
	 */ 
	.ios {
		background: -webkit-linear-gradient(top, #cfcfcf, #efefef 50%, #f9f9f9 50%, #fefefe);
		background: -moz-linear-gradient(top, #cfcfcf, #efefef 50%, #f9f9f9 50%, #fefefe);
		background: -o-linear-gradient(top, #cfcfcf, #efefef 50%, #f9f9f9 50%, #fefefe);
		background: -ms-linear-gradient(top, #cfcfcf, #efefef 50%, #f9f9f9 50%, #fefefe);
		background: linear-gradient(top, #cfcfcf, #efefef 50%, #f9f9f9 50%, #fefefe);
		
		-webkit-box-shadow: inset 0 2px 2px #b6b6b6, inset 3px 0 3px #b6b6b6;
		box-shadow: inset 0 2px 2px #b6b6b6, inset 3px 0 3px #b6b6b6;

		border: 1px solid #efefef;
		border-radius: 3px;
		
		color: #7f7f7f;
		font: bold 14px Arial; 
		text-align: center;
		text-shadow: none;
	}
	.ios.toggle .slide-button {
		border: 1px solid #919191;
		background: -webkit-linear-gradient(top, #cdcdcd, #fbfbfb);
		background: -moz-linear-gradient(top, #cdcdcd, #fbfbfb);
		background: -o-linear-gradient(top, #cdcdcd, #fbfbfb);
		background: -ms-linear-gradient(top, #cdcdcd, #fbfbfb);
		background: linear-gradient(top, #cdcdcd, #fbfbfb);
		
		border-radius: 3px;
		
		-webkit-box-shadow: inset 0 1px 0 #f0f0f0;
		box-shadow: inset 0 1px 0 #f0f0f0;
	}
	/* Selected ON toggle */
	.ios.toggle input:first-of-type:checked ~ p span:first-child,
	.ios.switch input:checked + label {
		color: #fff;
		text-shadow: 0 -1px 0 #1b3b6f;
	}
	.ios.toggle input:first-of-type:checked ~ .slide-button,
	.ios.switch .slide-button {
		background: -webkit-linear-gradient(top, #3672dc, #4085ec 50%, #4d8fef 50%, #76adfc);
		background: -moz-linear-gradient(top, #3672dc, #4085ec 50%, #4d8fef 50%, #76adfc);
		background: -o-linear-gradient(top, #3672dc, #4085ec 50%, #4d8fef 50%, #76adfc);
		background: -ms-linear-gradient(top, #3672dc, #4085ec 50%, #4d8fef 50%, #76adfc);
		background: linear-gradient(top, #3672dc, #4085ec 50%, #4d8fef 50%, #76adfc);
		
		border-radius: 3px;
		border: 1px solid #1654b5;
		
		text-align: center;
		color: #fff;
		
		font: bold 14px Arial; 
		text-shadow: 0 -1px 0 #1b3b6f;
	}
	.ios.toggle p span {
		color: #7f7f7f;
	}	
}

.tagsinput {
/*  background: white;
  border: 2px solid #ebedef;*/
  border-radius: 6px;
  height: 100px;
  margin-bottom: 10px;
  padding: 6px 1px 1px 6px;
  overflow-y: auto;
  text-align: left;
}
.tagsinput .tag {
  border-radius: 4px;
  background-color: #fff;
  color: #37597A;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  line-height: 14px;
  padding: 6px 12px 8px 12px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
.tagsinput input {
  background: transparent;
  border: none;
  color: #EE7D11;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0 0 0 5px;
  outline: none !important;
  margin: 6px 5px 0 0;
  vertical-align: top;
  width: 12px;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.tagsinput-primary {
  border-color: #1abc9c;
}
.tagsinput-inverse .tag {
  background-color: #37597A;
  color: #ffffff;
}
/* FA CSS
	 */
.standBy {
	background-color: #FFFFFF;
	color: #730d73;
	width: 80%;
	text-align: center;
	border-radius: 4px;	
	-webkit-box-shadow: 0px 1px 0px 1px #E3EAEF;
	 -moz-box-shadow: 0px 1px 0px 1px rgba(227,234,239,1);
	box-shadow: 0px 1px 0px 1px #E3EAEF;
}

.switchStandBy {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switchStandBy input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background-color: #730d73;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ccc;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.standByOptionLable {
	position: relative;
  	display: inline-block;
  	color: #730d73;
  	font: bold 14px Arial; 
  	margion-top:250px;
  	
}

.switchInvoiceStatus {
	position: relative;
	padding: 0;
}
	
.switchInvoiceStatus input {
	position: absolute;
	opacity: 0;
}
	
.switchInvoiceStatus label {
	position: relative;
	z-index: 2;
	
	float: left;
	width: 50%;
	height: 100%;
	
	margin: 0;
	text-align: center;
}

.switchInvoiceStatus .slide-button {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 1;
	
	width: 50%;
	height: 100%;
}
	
.switchInvoiceStatus input:last-of-type:checked ~ .slide-button {
	left: 50%;
}
	
/* Switch with 4 items */
.switchInvoiceStatus.switch-four label,
.switchInvoiceStatus.switch-four .slide-button {
	width: 25%;
}

.switchInvoiceStatus.switch-four input:checked:nth-of-type(2) ~ .slide-button {	
	left: 25%;
}
	
.switchInvoiceStatus.switch-four input:checked:nth-of-type(3) ~ .slide-button {	
	left: 50%;
}

.switchInvoiceStatus.switch-four input:checked:last-of-type ~ .slide-button {
	left: 75%;
}
	
/* Shared */
.switchInvoiceStatus {
	display: block;
	height: 26px;
}

.switchInvoiceStatus *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
	
.switchInvoiceStatus .slide-button{
	display: block;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.switchInvoiceStatus label {
	line-height: 25px;
	vertical-align: middle;
	font-weight: bold;
}
.switchInvoiceStatus{
	-webkit-animation: bugfix infinite 1s;
}

.candyInvoiceStatus3 {
	background-color: #fff;
	color: #a3a4a4;
	text-align: center;
	border-radius: 4px;	
	-webkit-box-shadow: 0px 1px 0px 1px #E3EAEF;
	-moz-box-shadow: 0px 1px 0px 1px rgba(227,234,239,1);
	box-shadow: 0px 1px 0px 1px #E3EAEF;
}

p.candyInvoiceStatus3 label:hover {
	cursor: pointer;
}
.candyInvoiceStatus3 input:checked + label {
	color: #fff;
}

.candyInvoiceStatus3 .slide-button {
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.04);
	background-color: #B9DD7C;
	box-shadow: 0 2px rgb(149, 197, 68);
	border-radius: 3px;
	-moz-box-shadow: 0 2px rgb(149, 197, 68);
}

.candyInvoiceStatus3.switch-four input:first-of-type:checked ~ .slide-button {
	background-color: #e46662;
	box-shadow: 0 2px rgb(201, 71, 67);
	-moz-box-shadow: 0 2px rgb(201, 71, 67);
}
.candyInvoiceStatus3.switch-four input:checked:nth-of-type(2) ~ .slide-button {
	background-color: #f7b565;
	box-shadow: 0 2px rgb(231, 144, 39);
	-moz-box-shadow: 0 2px rgb(231, 144, 39);
}

.candyInvoiceStatus3.switch-four input:checked:nth-of-type(3) ~ .slide-button {
 	background-color: #003883; 
	box-shadow: 0 2px rgb(51, 153, 255);
	-moz-box-shadow: 0 2px rgb(231, 144, 39);
}
.candyInvoiceStatus3 input:last-of-type:checked ~ .slide-button {
	background-color: #94D16B;
	box-shadow: 0 2px rgb(0, 255, 153);
	-moz-box-shadow: 0 2px rgba(0, 0, 0, 0.5);
}
.candyInvoiceStatus3 p {
	color: #333;
	text-shadow: none;
}
.candyInvoiceStatus3 span {
	color: #fff;
}

.candyFoodReportStatus3 {
	background-color: #f7f7f7;
	color: #a3a4a4;
	text-align: center;
	border-radius: 4px;	
	-webkit-box-shadow: 0px 1px 0px 1px #E3EAEF;
	-moz-box-shadow: 0px 1px 0px 1px rgba(227,234,239,1);
	box-shadow: 0px 1px 0px 1px #E3EAEF;
}
p.candyFoodReportStatus3 label:hover {
	cursor: pointer;
}
.candyFoodReportStatus3 input:checked + label {
	color: #fff;
}

.candyFoodReportStatus3 .slide-button {
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.04);
	background-color: #B9DD7C;
	box-shadow: 0 2px rgb(149, 197, 68);
	border-radius: 3px;
	-moz-box-shadow: 0 2px rgb(149, 197, 68);
}

.candyFoodReportStatus3.switch-four input:first-of-type:checked ~ .slide-button {
	background-color: #e46662;
	box-shadow: 0 2px rgb(201, 71, 67);
	-moz-box-shadow: 0 2px rgb(201, 71, 67);
}
.candyFoodReportStatus3.switch-four input:checked:nth-of-type(2) ~ .slide-button {
	background-color: #0000FF;
	box-shadow: 0 2px rgb(0, 0, 255);
	-moz-box-shadow: 0 2px rgb(0, 0, 255);
}
.candyFoodReportStatus3 input:last-of-type:checked ~ .slide-button {
	background-color: #8b929c;
	box-shadow: 0 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px rgba(0, 0, 0, 0.5);
}

.candyFoodReportStatus3.switch-three input:first-of-type:checked ~ .slide-button {
	background-color: #e46662;
	box-shadow: 0 2px rgb(201, 71, 67);
	-moz-box-shadow: 0 2px rgb(201, 71, 67);
}
.candyFoodReportStatus3 input:last-of-type:checked ~ .slide-button {
	background-color: #8b929c;
	box-shadow: 0 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px rgba(0, 0, 0, 0.5);
}
.candyFoodReportStatus3 p {
	color: #333;
	text-shadow: none;
}
.candyFoodReportStatus3 span {
	color: #fff;
}

/*candy theme 5
*/
.candy5 {
		background-color: #f7f7f7;
		color: #a3a4a4;
		text-align: center;
		border-radius: 4px;
	}
	p.candy5 label:hover {
		cursor: pointer;
	}
	.candy5 input:checked + label {
		color: #fff;
/*		text-shadow: 0 1px 0 rgba(255,255,255,0.5);*/
	}
	.candy5 .slide-button {
		background-color: #e46662;
		box-shadow: 0.3em 0.3em 1em rgba(0,0,0,0.3);
		border-radius: 6px;
	}
	
	.candy5.switch-four input:checked:nth-of-type(4) ~ .slide-button,
	.candy5.switch-four input:checked:nth-of-type(4) ~ .slide-button{
		background-color: #a3a4a4;
		box-shadow: 0.3em 0.3em 1em rgba(0,0,0,0.3);
	}
	
	.candy5.switch-three input:first-of-type:checked ~ .slide-button,
	.candy5.switch-four input:first-of-type:checked ~ .slide-button, 
	.candy5.switch-five input:first-of-type:checked ~ .slide-button,
	.candy5.switch-six input:first-of-type:checked ~ .slide-button {
		background-color: #e46662;
		box-shadow: 0.3em 0.3em 1em rgba(0,0,0,0.3);
	}
	
	.candy5.switch-four input:checked:nth-of-type(2) ~ .slide-button,
	.candy5.switch-six input:checked:nth-of-type(2) ~ .slide-button {
		background-color: #f7b565;
		box-shadow: 0.3em 0.3em 1em rgba(0,0,0,0.3);
	}
	
	.candy5.switch-five input:checked:nth-of-type(2) ~ .slide-button,
	.candy5.switch-six input:checked:nth-of-type(3) ~ .slide-button {
		background-color: #9295ca;
		box-shadow: 0.3em 0.3em 1em rgba(0,0,0,0.3);
	}
	
	.candy5.switch-five input:checked:nth-of-type(3) ~ .slide-button,
	.candy5.switch-six input:checked:nth-of-type(4) ~ .slide-button {
		background-color: #0000FF;
		box-shadow: 0.3em 0.3em 1em rgba(0,0,0,0.3);
	}
	
	.candy5.switch-three input:checked:nth-of-type(2) ~ .slide-button,
	.candy5.switch-four input:checked:nth-of-type(3) ~ .slide-button,
	.candy5.switch-five input:checked:nth-of-type(4) ~ .slide-button,
	.candy5.switch-six input:checked:nth-of-type(5) ~ .slide-button {
		background-color: #B9DD7C;
		box-shadow: 0.3em 0.3em 1em rgba(0,0,0,0.3);
	}
	.candy5 input:last-of-type:checked ~ .slide-button {
		background-color: #a3a4a4;
		box-shadow: 0.3em 0.3em 1em rgba(0,0,0,0.3);
	}
	.candy5 p {
		color: #333;
		text-shadow: none;
	}
	.candy5 span {
		color: #fff;
	}
	
.faInvoiceData {
	display:inline-block;
	width:auto;
	white-space: nowrap;
}

.faInvoiceDate {
	width:100px;
}

.faInvoiceNumber {
	width:70px;
}

.faInvoiceComment {
	width:auto;
}

.faPaidby {
	text-align: center;
	font:11px;
}

.curOption {
	font-size: 11px;
}

.faCurrency {
	width: 100px;
	display: inline-block;
	font-size: 9px;
	-webkit-appearance: menulist-button;
	
	text-rendering: auto;
	color: -internal-light-dark(black, white);
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	text-align: start;
	appearance: auto;
	box-sizing: border-box;
	align-items: center;
	-webkit-rtl-ordering: logical;
	background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
	cursor: default;
	margin: 0em;
	font: 400 13.3333px Arial;

}

.faCurrencyOption label{
	height: 10px;
	font-size: 10px;

	width: 100px;
	display: inline-block;
	font-size: 9px;
	-webkit-appearance: menulist-button;
	
	text-rendering: auto;
	color: -internal-light-dark(black, white);
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	text-align: start;
	appearance: auto;
	box-sizing: border-box;
	align-items: center;
	-webkit-rtl-ordering: logical;
	background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
	cursor: default;
	margin: 0em;
	font: 400 13.3333px Arial;
}

.faCurrencyOption.faCurrencyOption{
	height: 3px;
	font-size: 10px;

	width: 100px;
	display: inline-block;
	font-size: 9px;
	-webkit-appearance: menulist-button;
	
	text-rendering: auto;
	color: -internal-light-dark(black, white);
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	text-align: start;
	appearance: auto;
	box-sizing: border-box;
	align-items: center;
	-webkit-rtl-ordering: logical;
	background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
	cursor: default;
	margin: 0em;
	font: 400 13.3333px Arial;
}

#billingPricingSectionGroup input{
	width:70px;
}

#billingPricingSectionGroup .billingField input{
	width:90px;
}

#addOnBlock input {
	display: inline-block;
	width:auto
}

#billingPricingSectionGroup .billingService input{
	width: 80%;
}

#billingPricingSectionGroup .billingServiceValue input{
	width:40px;
	text-align: right;
}


@keyframes labelBlink {
 	50% {
 	  background-color: #f7b565; 
  	}
}

.animate {
  animation: labelBlink 1s;
  animation-iteration-count: 2;
  border-radius: 6px;
}

.snippetTitle{
	text-decoration: underline;
	font-family: Arial, sans-serif;
 	font-size: 18px;
 	font-weight: bold;
 	margin-top: 0.5em;
 	margin-bottom: 1em;
}

.dividedSnippet{
	border-right: 1px solid grey;
  	height: 100%;
  	position: relative;
  	top: 0;
  	display: block;
}

.labelDiv{
  	padding-bottom: 6px;
  	padding-top:6px;
	text-align: left;
	vertical-align: middle;
}

.name{
	font: 11px Arial, sans-serif;
    font-weight: normal;
}

.value{
	align-self: left;
}

textarea.gray-out {
	color: #68707a; 
	background-color: #f8f9fa;
	font-size: 13.3333px;
}

input.gray-out {
	color: #68707a; 
	background-color: #f8f9fa;
	font-size: 13.3333px;
}