body {
    font-family: 'Lato', sans-serif;
}
.header-box { position:relative; display:table; width:100%;}
.header-box div { display:table-cell; vertical-align:middle;}
.toll_free { width:40%; text-align:center; color:#0086e4; font-weight:700; text-transform:uppercase;}
.logo_box{ width:30%;}
@font-face {
    font-family: 'MyriadPro-Semibold';
    src: url('fonts/MyriadPro-Semibold.eot');
    src: local('MyriadPro-Semibold'), url('fonts/MyriadPro-Semibold.woff') format('woff'), url('fonts/MyriadPro-Semibold.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_4410">Text with this font applied</p> */
label {
    font-family: 'MyriadPro-Semibold' !important;
    font-size: 16px;
}

.form-control {
    font-family: 'MyriadPro-Semibold' !important;
    color: #000;
}

    /* Font downloaded from FontsForWeb.com */

    .form-control::-webkit-input-placeholder {
        color: #000;
    }

    .form-control:-moz-placeholder {
        color: #000;
    }

    .form-control::-moz-placeholder {
        color: #000;
    }

    .form-control:-ms-input-placeholder {
        color: #000;
    }

.header_bg {
    background: #023faa;
    border-bottom: 15px solid #e4e4e4;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 40px;
}

.customer_box {
    font-size: 18px;
    padding-top: 40px;
    position: relative;
}

.logout_btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

    .logout_btn ul li {
        list-style: none;
    }

    .logout_btn a {
        color: #fff;
        border: 1px solid #fff;
        padding: 3px 10px;
        font-size: 13px;
    }

        .logout_btn a:hover {
            text-decoration: none;
            background: #fff;
            color: #0143a4;
        }


.customer_box h5 {
    font-size: 22px;
    font-weight: 800;
}

h1, h2, h3, h4, h5 {
    font-family: 'Lato', sans-serif;
}

.login_box, .grey_box {
    width: 50%;
    margin: auto;
    background: #efefef;
    -webkit-box-shadow: 10px 10px 21px -4px rgba(199,199,199,1);
    -moz-box-shadow: 10px 10px 21px -4px rgba(199,199,199,1);
    box-shadow: 10px 10px 21px -4px rgba(199,199,199,1);
}

    .login_box h1, .grey_box h1 {
        background: #0a83ec;
        color: #fff;
        font-size: 24px;
        text-align: center;
        padding: 20px;
    }


.login_form_box, .form_wrapper {
    padding: 1.5em 3em;
}

.btn {
    border-radius: 0px;
}

.btn-default {
    background: #0a83ec;
    color: #fff;
    padding: .7em 3em;
    font-size: 1.2em;
}

.login_form_box a, .form_wrapper a {
    color: #000;
    text-decoration: underline;
}

.cant_login {
    padding-top: 10px;
}

.form-control {
    float: left;
    width: 100%;
    border-radius: 0px;
    height: 40px;
}

.form-group {
    float: left;
    width: 100%;
}

h1 {
    margin-top: 0px;
}

h2 {
    color: #0143a4;
    font-weight: 600;
}

h4 {
    margin-top: 0px;
    margin-bottom: 50px;
    font-size: 24px;
}



.calculater_btn {
    padding-top: 30px;
}

.field-validation-error {
    color: red;
    font-size: 12px;
    float: left;
}

.required {
    color: red;
}

.quation_box {
    width: 30%;
    margin: auto;
    border: 1px solid #e4e4e4;
    padding: 20px;
    margin-top: 30px;
}

/* end only demo styles */



.validation-summary-errors ul {
    margin-bottom: 0px;
}

.checkbox-inline {
    font-size: 14px;
    font-weight: 600;
}

.main_wrapper {
    background: #efefef;
    padding: 30px;
}

.form-horizontal .control-label {
    text-align: left;
}

.heading_page {
    padding: 15px 30px;
    background: #0a83ec;
    border-bottom: 5px solid #fff;
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    background: #0a83ec;
    text-align: center;
}

input [type="text"], textarea, select {
    width: 100%;
}

.div_left {
    padding-left: 42px;
}

.payment_box {
    width: 50%;
    margin: auto;
}

.card_box {
    margin-bottom: 20px;
}

    .card_box img {
        margin-right: 8px;
    }

.customer_registration, .grey_big_box {
    width: 70% !important;
}

    .customer_registration p, .grey_big_box p {
        font-size: 18px;
        margin-bottom: 30px;
    }

.tab-content {
    border: 1px solid #dddddd;
    border-top: 0px;
    padding: 20px;
}

    .tab-content h2 {
        font-size: 18px;
        font-weight: 600;
        position: absolute;
        left: 0px;
        margin: 10px 0px;
    }

    .tab-content .add_btn {
        position: absolute;
        right: 0px;
        padding: 4px 12px;
    }

    .tab-content .heading_box {
        position: relative;
        float: left;
        width: 100%;
        height: 45px;
    }

.nav-tabs > li > a {
    background: #D4D4D4;
    color: #575757;
    font-weight: 600;
    font-size: 15px;
}

    .nav-tabs > li > a:hover {
        background: #0a83ec;
        color: #fff;
    }

h3 {
    color: #0143a4;
    font-weight: 600;
}

.filter_box {
    margin: 15px 0;
    float: left;
    padding: 4px;
    width: 100%;
    background: #efefef;
}

.modal-header {
    background: #023faa;
    color: #fff;
}

.modal-content {
    overflow: hidden;
}

.close {
    color: #fff;
    opacity: 1;
}

.table tr th {
    background: rgba(199,199,199,1) !important;
}

.ui-state-default .ui-icon {
    background-image: none !important;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    position: absolute;
    right: 24px;
    top: 18px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    padding: 12px !important;
    border-radius: 0px !important;
    background-image: none !important;
    background-color: #fff !important;
    color: #575757 !important;
}

.visibleItem {
    padding: 9px 10px;
}


.checkbox-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label {
    position: relative;
}


.checkbox-custom + input + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    padding: 2px;
    margin-right: 5px;
    text-align: center;
    float: right;
    margin-left: 10px;
}

.checkbox-custom:checked + input + .checkbox-custom-label:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    background: #fff;
    color: #4094d0;
    font-size: 20px;
}

.checkbox-custom-label {
    margin: 0px;
}

.second_check {
    padding: 0px 20px;
}

.first_check {
    padding-right: 0px;
}

.second_check span {
    padding-top: 5px;
     display:inline-block;
}

.shrink-label.checkbox-custom-label span{  display:inline-block;padding-top:5px;}

.second_box {
        border-top: 6px solid white;
    /* padding: 20px; */
    margin-top: 22px;
    padding-top: 32px;
}

.second_box .btn-sm { background:#D4D4D4; color:#000;
}

/* footer*/


.klc-logo-small {
	background-image:url(../Content/Images/klc-logo-small.png);
	width: 93px;
	height: 50px;
	cursor:pointer;
	float: left;
}

.footer {
height:auto;
background-color:#0143A4;
}
.footer .footer_main {
width : 989px;
margin : 0 auto;
padding : 25px 0 30px 0;
    height: 133px;
    margin-bottom: 24px;
}
.footer .footer_main .footer_box ul {
margin : 0;
padding : 0;
}
.footer .footer_main .footer_box ul li {
width : 247px;
float : left;
display : block;
list-style : none;
color : #ffffff;
font-size : 13px;
line-height : 20px;
padding:0px;
margin:0px;
}
.yellowtxt {
font-size : 15px;
color : #ffee00;
text-decoration : none;
font-weight : bold;
}
.recent_post_link{
	color:#ffffff;
	text-decoration:none;
}
.footer_contact_box {
padding : 0 0 0 20px;
}
.footer_upload_file {
padding : 0 0 0 50px;
}

/* customer center */
.customer_center {
		height: 50px; 
		background-color: #0143a4;
		border-top: 1px solid #fff;
		position: fixed;
		bottom: 0;
		left: 0; 
		width: 100%;
		
		background-repeat:repeat-x;
		z-index: 99999;
	}
	.customer_center_inner {
		width: 989px; margin: 0 auto;
	}
		.customer_center h2{
			line-height: 50px; float: left; color: #fff; margin:0; padding:0 0 0 10px; font-size: 14px
		}
		.customer_center div a {
			float: right; display:block; 
			line-height: 22px; 
			border-radius: 2px; 
			background-color:#fff; 
			color: #0143a5; 
			margin: 15px 0 0 20px; 
			text-align:center; 
			padding: 0 10px;
			font-size: 12px;
			text-transform: uppercase;
			
		}
		
		.customer_center div a:hover {
			text-decoration: none;
			background-color: #fff103;
			color: #0143a5;
		}
		

        

@media only screen and (max-width:650px)  {


    .footer .footer_main { height:260px;
    }
  /* footer */
  .footer_contact_box {
    padding: 0;
  }
  
  .footer .footer_main .footer_box ul li {
    margin: 0 0 20px 0;
    width: 50%;
	height: auto;
      
  }
  .footer_box { padding: 0 20px}
  .footer .footer_main { width: 100% }
  
  .footer_upload_file {
    padding: 0;
  }
  

  
  
}

@media (min-width: 320px) and (max-width: 768px) {
 #main_content {
        width: 100%;
    }
  .customer_center_inner {
        width: 100%;
    }
    .
    .footer .footer_main .footer_box ul li {
        margin: 0 0 20px 0;
        width: 50%;
        height: auto;
    }
    .firstinner1{width:97%;}
    .firstinner2{width:100%;}

}


@media all and (max-width:500px) and (min-width: 200px) {
    .margin_box_second {
        margin-top: 20px;
    }

    .second_check span {
        margin-right: 25px;
    }
    
}

@media all and (max-width:767px) and (min-width: 200px) {
    .logout_btn {
        position: inherit;
    }
    .header-box div { float:left; width:100%; text-align:center; margin-bottom:30px;}
    .quation_box {
        width: 100%;
    }

    #configure_quote_box .nav-tabs > li {
        float: left;
        width: 100%;
    }

    .visibleItem, #singlebutton {
        margin-left: 16px;
        margin-top: 10px;
    }

    .lineHeight {
        padding-bottom: 10px;
    }
}

@media all and (max-width:991px) and (min-width: 200px) {
    .login_box, .grey_box {
        width: 100%;
    }

    .login_form_box, .form_wrapper {
        padding: 1.5em 2em;
    }

    .img_center {
        text-align: center;
    }

    .div_left {
        padding-left: 42px;
    }

    .quation_box {
        width: 80%;
    }

    .nav-tabs > li > a {
        background:#D4D4D4;
        color: #575757;
        font-weight: 600;
        font-size: 13px;
        padding: 8px;
    }
}

@media (min-device-width:769px) and (max-device-width:1196px) {
    .checkbox-custom + input + .checkbox-custom-label:before {
        content: '';
        background: #fff;
        border: 2px solid #ddd;
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        height: 25px;
        padding: 2px;
        margin-right: 5px;
        text-align: center;
        float: right;
        margin-left: 8px;
    }

    .checkbox-custom:checked + input + .checkbox-custom-label:before {
        font-size: 16px;
    }
}

