.loader-cal {
    width: 100%;
    height: 510px;
    position: absolute;
    top: 62px;
    text-align: center;
    left: 0%;
    margin-left: 0;
    margin-top: 0;
    z-index: 200;
    overflow: inherit;
    background-color: rgb(0 0 0 / 6%);
    border-radius: 1%;
    display: none; 
        padding-top: 120px;
}
.limit {
    margin-bottom: -6px;
}
.rates-cal-yellow h4{
	color:#fff;
}

.cover {
    margin-bottom: 55px;
    display: block;
    font-size: 13px;
}

.box-war{
    border: 1px solid #fff;
    padding: 17px;
		cursor:pointer;
}
.box-war:hover {
    background-color: #ffc20e;
    border: 1px solid #ffc20e;
    padding: 17px;
	color: black!important;
		cursor:pointer;

}


.box-war h2, .box-war h5, .box-war label {
	color: white;
}
.box-war:hover h2, .box-war:hover h5, .box-war:hover label {
	color: black;
}

.box-war-long{
    border: 1px solid #fff;
    padding: 17px;
	cursor:pointer;
}

.box-war-long:hover{
      background-color: #ffc20e;
    border: 1px solid #ffc20e;
    padding: 17px;
	color: black!important;
		cursor:pointer;
}

.box-war.checkedBox h2, .box-war.checkedBox h5, .box-war.checkedBox label {
	color: black;
}
.box-war-long.checkedBox h2, .box-war-long.checkedBox h5, .box-war-long.checkedBox label {
	color: black;
}
.box-war.checkedBox{
      background-color: #ffc20e;
    border: 1px solid #ffc20e;
    padding: 17px;
	color: black!important;
		cursor:pointer;
}
.box-war-long.checkedBox{
      background-color: #ffc20e;
    border: 1px solid #ffc20e;
    padding: 17px;
	color: black!important;
		cursor:pointer;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.white-calculator .active-step span {
    border-bottom: 2px solid #fff;
    padding: 10px 0px;
}


.active-step span {
    border-bottom: 2px solid #000;
    padding: 10px 0px;
}

.row.details .col h4 {
    padding: 40px 0px 0px 0px;
    margin-bottom: -10px;
}

.row.details {
    margin: 0px 0px 30px 0px;
}

.rates-cal-yellow label {
    display: none;
}


.white-calculator .rates-cal-yellow select {
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
}

.rates-cal-yellow select {
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #000;
    border-radius: 0px;
}

 
.rates-cal-yellow .form-group  {
     text-align: left;
}
  
.rates-cal-yellow .form-group span {
    text-transform: uppercase;
  
    font-size: 11px;
}



.white-calculator .rates-submit-btn {
    background: #000;
    color: #fff;
}

.white-calculator .rates-cal-yellow .form-control:disabled, .form-control[readonly] {
    background: rgb(255 255 255 / 15%);
    opacity: 1;
}
.white-calculator .rates-cal-yellow input[type="text"]:disabled {
    background: rgb(255 255 255 / 15%);
    border-bottom: #656565 1px solid;
}
.white-calculator .rates-cal-yellow input, 
.white-calculator .rates-cal-yellow input.text, 
.white-calculator .rates-cal-yellow input.title, 
.white-calculator .rates-cal-yellow  textarea, 
.white-calculator .rates-cal-yellow select {
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    padding: 2px;
    color: #fff;
    width: 100%;

}
.white-calculator .rates-cal-yellow input.chosen-search-input
{

    color: #000;
    border-bottom: 1px solid #fff!important;

}


.white-calculator .rates-black-btn {

    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-align: center!important;
    color: #000!important;
    text-transform: uppercase;

    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.0)!important;
border-radius:0px;
    height: 45px;
   padding: 10px 15px!important;
    background: #fff!important;
    border: 1px solid rgba(112,112,112,0);
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
    margin-top: 25px;
}



.white-calculator .rates-submit-btn {
    background: #fff;
    color: #000;
}
.rates-cal-yellow .form-control:disabled, .form-control[readonly] {
    background: rgba(0, 0, 0, 0.15);
    opacity: 1;
}
.rates-cal-yellow input[type="text"]:disabled {
    background: rgba(0, 0, 0, 0.15);
}

/* .rates-cal-yellow input[type=text], 
.rates-cal-yellow input[type=password], 
.rates-cal-yellow input[type=tel], 
.rates-cal-yellow input[type=email], 
.rates-cal-yellow input.text, 
.rates-cal-yellow input.title, 
.rates-cal-yellow  textarea, 
.rates-cal-yellow select {
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    padding: 2px;
    color: #111;
    width: 100%;

} */


.rates-black-btn {

    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-align: center!important;
    color: #fff!important;
    text-transform: uppercase;

    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.0)!important;
border-radius:0px;
    height: 45px;
   padding: 10px 15px!important;
    background: #000!important;
    border: 1px solid rgba(112,112,112,0);
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
    margin-top: 25px;
}

.rates-black-btn:hover {
	
    color:#000!important;
    text-decoration:none;
	cursor:pointer;
	background: #fff!important;
}

.white-calculator .rates-black-btn:hover {
	
    color:#000!important;
    text-decoration:none;
	cursor:pointer;
	background: #ffc20e!important
}



.form-control:focus {
    color: #111;
    background-color: transparent;
    border-color: #111;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 2%);
}

.white-calculator .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 2%);
}

.rates-black-btn:focus {
    outline: 0px dotted!important;
    outline: 0px auto -webkit-focus-ring-color!important;
}

button:focus {
    outline: 0px dotted!important;
    outline: 0px auto -webkit-focus-ring-color!important;
}

.row.steps span {
    line-height: 40px;
    white-space: nowrap;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0px solid #aaa;
    border-top-color: rgb(170, 170, 170);
    border-top-style: solid;
    border-top-width: 0px;
    border-right-color: rgb(170, 170, 170);
    border-right-style: solid;
    border-right-width: 0px;
    border-bottom-color: rgb(170, 170, 170);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(170, 170, 170);
    border-left-style: solid;
    border-left-width: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: none;
    background-image: none;
    -webkit-box-shadow: 0 0px 0 transparent inset;
    box-shadow: 0 0px 0 transparent inset;
}

.white-calculator .chosen-container-active.chosen-with-drop .chosen-single {
    border: 0px solid #aaa;
    border-top-color: rgb(170, 170, 170);
    border-top-style: solid;
    border-top-width: 0px;
    border-right-color: rgb(170, 170, 170);
    border-right-style: solid;
    border-right-width: 0px;
    border-bottom-color: rgb(170, 170, 170);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(170, 170, 170);
    border-left-style: solid;
    border-left-width: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: none;
    background-image: none;
    -webkit-box-shadow: 0 0px 0 transparent inset;
    box-shadow: 0 0px 0 transparent inset;
}

.chosen-container-single .chosen-single {

    height: auto;
    border: 0px solid #aaa;

}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: none;
     background-image:none; 
     -webkit-box-shadow: 0 0px 0 transparent inset; 
     box-shadow: 0 0px 0 transparent inset;
}

.chosen-container-active .chosen-single {
border: 1px solid transparent; 
 -webkit-box-shadow:none; 
   box-shadow:none; 
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 38px;
    border-bottom: 1px solid #000!important;
border-radius: 0px;
    background-color: transparent; 
     background: transparent; 

     -webkit-box-shadow:none; 
    box-shadow:none; 


}
.white-calculator  .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 38px;
    border-bottom: 1px solid #fff!important;
border-radius: 0px;
    background-color: transparent; 
     background: transparent; 

     -webkit-box-shadow:none; 
    box-shadow:none; 


}
.chosen-container-active .chosen-single {
    border: 0px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chosen-single.chosen-default span {display:none;}




.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0px solid #aaa!important;

}


.black-calculator select{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAABgmlDQ1BzUkdCIElFQzYxOTY2LTIuMQAAKJF1kbtLA0EQhz8TJaLRCCqIWASJVlFihKCNRYIvUIsYwVeTnHkIeRx3CRJsBduAgmjjq9C/QFvBWhAURRA7wVrRRuWcSwIRMbPMzre/3Rl2Z8ESSiopvdYDqXRWC477nfMLi07bM1Y6aWaA9rCiq9OzYyGq2scdNWa86TNrVT/3rzWuRHUFauqFRxRVywpPCE+tZVWTt4XblER4RfhU2K3JBYVvTT1S4heT4yX+MlkLBQNgaRF2xn9x5BcrCS0lLC/HlUrmlPJ9zJfYo+m5WYnd4l3oBBnHj5NJRgngk64My+yjDy/9sqJKvqeYP0NGchWZVfJorBInQRa3qDmpHpUYEz0qI0ne7P/fvuqxQW+put0PdU+G8dYDti34LhjG56FhfB+B9REu0pX8zAEMvYteqGiufXBswNllRYvswPkmdDyoYS1clKzillgMXk+gaQFar6FhqdSz8j7H9xBal6+6gt096JXzjuUfio9n9pv32sMAAAAJcEhZcwAACxMAAAsTAQCanBgAAACiSURBVDiN7dAhDsJAFIThL0E1IekFwNX1IEjOUsGlMDUkXIFzIGvrSAWiTywNpa1B7Z+s2H0zL7NDJvM3dpN7gyOeeK3csccZJzzmRFd0uKBYsbQIbRfeWQ5o0RvTL9GEtg3vTyrcMYTxW/IiZkNoqxUhQB2G3vjVMpmV8daHpl67NE3e+uw87bTdknTKtPNNnS6Rdr650yVq3OJs7jSTGXkDfS0j7mJWolUAAAAASUVORK5CYII=) no-repeat 101% 49%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
    /* and then whatever styles you want*/
	height: 30px; 
	width: 100px;
	padding: 5px 35px 5px 5px!important;
	border-bottom: 1px solid #000 !important;
}
.white-calculator select{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAFVWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgdGlmZjpJbWFnZUxlbmd0aD0iMjIiCiAgIHRpZmY6SW1hZ2VXaWR0aD0iMjIiCiAgIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiCiAgIHRpZmY6WFJlc29sdXRpb249IjcyLjAiCiAgIHRpZmY6WVJlc29sdXRpb249IjcyLjAiCiAgIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSIyMiIKICAgZXhpZjpQaXhlbFlEaW1lbnNpb249IjIyIgogICBleGlmOkNvbG9yU3BhY2U9IjEiCiAgIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiCiAgIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIKICAgeG1wOk1vZGlmeURhdGU9IjIwMjEtMDMtMzFUMTY6MzU6MjkrMDI6MDAiCiAgIHhtcDpNZXRhZGF0YURhdGU9IjIwMjEtMDMtMzFUMTY6MzU6MjkrMDI6MDAiPgogICA8ZGM6dGl0bGU+CiAgICA8cmRmOkFsdD4KICAgICA8cmRmOmxpIHhtbDpsYW5nPSJ4LWRlZmF1bHQiPmNob3Nlbi1zcHJpdGU8L3JkZjpsaT4KICAgIDwvcmRmOkFsdD4KICAgPC9kYzp0aXRsZT4KICAgPHhtcE1NOkhpc3Rvcnk+CiAgICA8cmRmOlNlcT4KICAgICA8cmRmOmxpCiAgICAgIHN0RXZ0OmFjdGlvbj0icHJvZHVjZWQiCiAgICAgIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFmZmluaXR5IERlc2lnbmVyIDEuOC41IgogICAgICBzdEV2dDp3aGVuPSIyMDIxLTAzLTMxVDE2OjM1OjI5KzAyOjAwIi8+CiAgICA8L3JkZjpTZXE+CiAgIDwveG1wTU06SGlzdG9yeT4KICA8L3JkZjpEZXNjcmlwdGlvbj4KIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjw/eHBhY2tldCBlbmQ9InIiPz4j3KatAAABgmlDQ1BzUkdCIElFQzYxOTY2LTIuMQAAKJF1kc8rRFEUxz8zQ8QwioWFMmlYDflREymLmRgKi5lRBpuZZ36o+fF6byZNtsp2ihIbvxb8BWyVtVJESnbKmtig57wZNZK5t3PO537vPad7zwVrKKWk9Zp+SGdyWsDvdc6HF5x1T9jopFlsNKLo6kxwIkTV8X6LxYzXvWat6uf+HY3LMV0BS73wmKJqOeFJ4enVnGrylnCbkowsC58IuzW5oPCNqUfL/GxyosyfJmuhgA+sLcLOxC+O/mIlqaWF5eW40qm88nMf8yX2WGYuKLFLrAOdAH68OJliHB8eBhgR76GXQfpkRZX8/lL+LFnJVcSrFNBYIUGSHG5R81I9JjEuekxmioLZ/7991eNDg+Xqdi/UPhrGazfUbcJX0TA+Dgzj6xBsD3CeqeRn92H4TfRiRXPtgWMdTi8qWnQbzjag/V6NaJGSZBOzxuPwcgxNYWi9gobFcs9+9jm6g9CafNUl7OxCj5x3LH0DwVJoD0RdnKgAAAAJcEhZcwAACxMAAAsTAQCanBgAAACaSURBVDiN7ZAtDoQwGESxJCRcAInreThIxV4KU0PCnbC1JG/N8LMsKV8VppPUtG8m06mqoqJ3BHhgAJoMTyOPT0EjsAAfoDaE1mIXYEyBHRCAmGxw8F5sALonuAdmYJXxr7maejEz0D+V2IxOhqivtqe3VndRjDOFXpqH8+aXTYO56U34z+ZZmxqbb5vnbWoId8Ckk7dpUdGuLxgA8ule9MZAAAAAAElFTkSuQmCC) no-repeat 100% 49%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
    /* and then whatever styles you want*/
	height: 30px; 
	width: 100px;
	padding: 5px 35px 5px 5px!important;
	border-bottom: 1px solid #fff !important;
}

.chosen-single.chosen-single-with-deselect span {
    font-size: 14px!important;
    padding: 8px 0px!important;
}

.form-control {
   
    font-size: 14px!important;
    
}
.chosen-container-single .chosen-single div b {
    background-image: url(chosen-sprite.png)!important;
    background-repeat: no-repeat!important;
    background-size: 22px 22px!important;
    background-position: -3px 11px!important;
}

.form-group.row .col-6 {
     
    padding:0px 8px;
}

.chosen-container.chosen-container-single {
    width:100%!important;
}


input#rcengine_capacity::placeholder {
    color: #000;
}


.white-calculator input#rcengine_capacity::placeholder {
    color: #fff;
}
.white-calculator option {
    background-color: #111;
}

.form-check {
    margin: 10px 0px;
    padding: 0px;
}
div#certificatesLoaded {
    padding: 0px 20px;
}


#calcheckbox label {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

#calcheckbox input[type=checkbox].css-checkbox {
	  position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

#calcheckbox input[type=checkbox].css-checkbox + label.css-label {
	padding-left:40px;
	height:20px; 
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}

#calcheckbox input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -20px;
}



/*specific classes related to Checkbox skins*/


#calcheckbox .lite-cyan-check{background-image:url("lite-cyan-check.png");}




#calcheckbox input[type=checkbox].css-checkbox.med + label.css-label.med {
	padding-left:22px;
    height:17px; 
	display:inline-block;
	line-height:17px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

#calcheckbox input[type=checkbox].css-checkbox.med:checked + label.css-label.med {

    background-position: 0 -17px;
}
#calcheckbox input[type=checkbox].css-checkbox.sme + label.css-label.sme {
	padding-left:22px;
    height:16px; 
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

#calcheckbox input[type=checkbox].css-checkbox.sme:checked + label.css-label.sme{

    background-position: 0 -16px;
}
#calcheckbox input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
	padding-left:22px;
    height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

#calcheckbox input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg{

    background-position: 0 -20px;
}

#calcheckbox .chosen-search .chosen-search-input {
color:#000!important;
}









.steps .col {
    padding: 0px!important;
}

@media screen and (max-width: 445px) {
#ratescal-section .et_pb_column_4 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .row.steps {
        font-size: 10px;
       
    }
	

}
@media screen and (max-width: 480px) {
	
div#faqhead1 a {
    font-size: 10px;
}
}
@media screen and (max-width: 768px) {
    #calcheckbox .row {
        margin-bottom: 30px;
    }
    }
    
#main {
  margin: 0px 0px 50px 0px;
}

#main #faq .card {
  margin-bottom: 0px;
  border: 0;

    background-color: transparent;
  
}

#main #faq .card .card-header {
   border-bottom:1px solid #fff;
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: transparent;
  color: #fff;
  padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: transparent;
  color: #fff;

}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: transparent;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: transparent;
  line-height: 30px;
  color: #fff;
}



.calcheckbox label {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.calcheckbox input[type=checkbox].css-checkbox {
	  position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

.calcheckbox input[type=checkbox].css-checkbox + label.css-label {
	padding-left:40px;
	height:20px; 
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}

.calcheckbox input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -20px;
}



/*specific classes related to Checkbox skins*/


.calcheckbox .lite-cyan-check{background-image:url("lite-cyan-check.png");}




.calcheckbox input[type=checkbox].css-checkbox.med + label.css-label.med {
	padding-left:22px;
    height:17px; 
	display:inline-block;
	line-height:17px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

.calcheckbox input[type=checkbox].css-checkbox.med:checked + label.css-label.med {

    background-position: 0 -17px;
}
.calcheckbox input[type=checkbox].css-checkbox.sme + label.css-label.sme {
	padding-left:22px;
    height:16px; 
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

.calcheckbox input[type=checkbox].css-checkbox.sme:checked + label.css-label.sme{

    background-position: 0 -16px;
}
.calcheckbox input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
	padding-left:22px;
    height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

.calcheckbox input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg{

    background-position: 0 -20px;
}

.calcheckbox .chosen-search .chosen-search-input {
color:#000!important;
}






.calcheckbox2 label {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.calcheckbox2 input[type=checkbox].css-checkbox {
	  position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

.calcheckbox2 input[type=checkbox].css-checkbox + label.css-label {
	padding-left:40px;
	height:20px; 
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}

.calcheckbox2 input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -20px;
}



/*specific classes related to Checkbox skins*/


.lite-cyan-check2{background-image:url("lite-cyan-check3.png");}

.box-war:hover .lite-cyan-check2 {
 background-image:url("lite-cyan-check2.png");
}
.box-war-long:hover .lite-cyan-check2 {
 background-image:url("lite-cyan-check2.png");
}

.checkedlabel.lite-cyan-check2 {
 background-image:url("lite-cyan-check2.png");
}

.calcheckbox2 input[type=checkbox].css-checkbox.med + label.css-label.med {
	padding-left:22px;
    height:17px; 
	display:inline-block;
	line-height:17px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

.calcheckbox2 input[type=checkbox].css-checkbox.med:checked + label.css-label.med {

    background-position: 0 -17px;
}
.calcheckbox2 input[type=checkbox].css-checkbox.sme + label.css-label.sme {
	padding-left:22px;
    height:16px; 
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

.calcheckbox2 input[type=checkbox].css-checkbox.sme:checked + label.css-label.sme{

    background-position: 0 -16px;
}
.calcheckbox2 input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
	padding-left:22px;
    height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

.calcheckbox2 input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg{

    background-position: 0 -20px;
}

.calcheckbox2 .chosen-search .chosen-search-input {
color:#000!important;
}
