
@font-face {
     font-family: 'Chivo'; 
    src: url('fonts/Chivo-Regular.eot'), /* IE9 Compat Modes */
     url('fonts/Chivo-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Chivo-Regular.woff2') format('woff2'), /* Super Modern Browsers */
     url('fonts/Chivo-Regular.woff') format('woff'), /* Pretty Modern Browsers */
     url('fonts/Chivo-Regular.ttf') format('truetype');  
    /*  url('../fonts/SanFranscisco.svg#svgFontName') format('svg'); /* Legacy iOS */
   
}
@font-face {
 /* font family for call outs */
     font-family: 'Droid'; 
    src: url('fonts/DroidSerif.ttf'); /* IE9 Compat Modes */
     /*url('fonts/DroidSerif.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('fonts/DroidSerif.woff2') format('woff2'),*/ /* Super Modern Browsers */
     /*url('fonts/DroidSerif.woff') format('woff'),*/ /* Pretty Modern Browsers */
     /*url('fonts/DroidSerif.eot') format('truetype');*/ 
}
body {
    font-family: Arial, Verdana, 'Times New Roman'; 
	font-size: 13px;
   outline-color: #000;
}
    a:focus {
    /*outline-color: #001674;*/
    outline-width: 0px;
    outline-style: solid;
    outline-offset: 8px;
    }
th:focus {
     /*outline-color: #000;
    outline-width: 8px;
    outline-style: double;*/
      outline-color: #001674;
    outline-width: 3px;
    outline-style: solid;
    outline-offset: 5px;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 5px;
    margin-bottom: 5px;
}
h4 {
    font-size: 20px;
	color: #1666af;
}
h3 {
    font-size: 25px;
	color: #1666af;
	margin-top:0px;
}
h2 {
    font-size: 25px;
	color: #1666af;
	margin-top:0px;
}
/* PACE */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #1ab394;
    position: fixed;
    z-index: 2040;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.weight-600 {
    font-weight: 600;
}

/* Top Bar Color */
.navbar-inverse {
    background-color: #fff;
    /* border-color: #1C2A60; */
	border: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #1C2A60;
}
a {
    color: #00818B;
}
.underline {
    text-decoration: underline;
}
.link, .top-links a, .table a {
    color: #337ab7;
}
.link {
    font-weight: 400;
    /*font-size: 14px;*/
}
.disabled {
    background-color: #eee;
}
.text-danger, .text-red, .field-validation-error {
    color: #f00;
}
.field-validation-error {		
    font-size: 10px;		
}
.text-highlighted {
    color: #337ab7;
}
.border-top-2px {
    border-top: #333 2px solid;
}
.border-bot-2px {
    border-bottom: #333 2px solid;
}
.btn-cancel {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.main-nav {
	background-color: #042789;
    border: none;
    min-height: 40px;
}
.main-nav .navbar-right {
    margin-right: 0;
}
.main-nav .nav > li > a {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}
.main-nav .nav>li>a:focus, .main-nav .nav>li>a:hover, .main-nav .nav>li.active>a{
	background-color: #6EBACB;
    color: #000000;
}
.quick-links a {
    font-size: 18px;
    color: #fff;
}

.payment-module label {
    font-weight: 500;
}
.payment-module .table > thead {
    background-color: #006595;
    /* border: #006595 1px solid; */
    border-radius: 0px;
    color: #fff;
 
}
.payment-module th:first-child {
    border-left: 0px;
}
.payment-module .table > tbody > tr > td, .payment-module .table > thead > tr > th {
   /*  vertical-align: middle;
    border: transparent; */
	
}
.payment-module .table > thead > tr > th {
    font-weight: 500;
    padding: 10px 8px;
	border-bottom:1px solid #eee;
	/* border: transparent; */
    vertical-align: middle;
}
.payment-module .table-bordered >thead>tr>th:first-child {
    border-top-left-radius: 7px;
} 
.payment-module .table-bordered >thead>tr>th:last-child {
    border-top-right-radius: 7px;
	border-right: 1px solid #fff !important;
}
.payment-module .table > tbody > tr.selected > td {
    background-color: #f9f9f9;
}
.payment-module .table-due input.form-control {
    /*max-width: 90px;*/
    display: inline-block;
    text-align: right;
}
.payment-module .text-danger, .payment-module .text-muted {
    font-size: 13px;
    width: 100%;
}
.mandatory-field {		
    font-size: 18px !important;    		
    vertical-align:top;		
}

.checkbox.custom {
    padding-top: 2px;
}
.checkbox.custom input[type=checkbox], .checkbox.custom input[type=radio] {
    margin: 0;
}

.custom-check {
    position: relative;    
    height: 20px;
}
.custom-check input {
    opacity: 0;
}
.custom-check label::before {
    position: absolute;
    top: -3px;
    left: 0;
    font-family: 'FontAwesome';
    content: "\f096";
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
}
.custom-check input:checked + label::before {
    content: "\f14a";
}
.career-thumb {
    border-radius: 4px;
    background-color: #fff;
    padding: 20px 0px;
    text-align: center;
    border: #000 1px solid;
}
.career-thumb > h4 {
    font-size: 16px;
    text-transform: uppercase;    
    font-weight: 600;
}
.career-thumb > span {
    display: inline-block;
    width: 100%;
}

.paymentSummary h4 {
   /*  border-bottom: #333 1px solid; */
   /*  padding-bottom: 4px; */
	color: #1666af;
	/*font-weight: bold;*/
}

.paymentDetails {
    /* border-top: #333 2px solid; */
    /* border-bottom: #333 2px solid; */
    padding: 10px 0;
}
.paymentSummary .selectedPlan, .paymentDetails p {
    font-size: 13px;
    margin: 10px 0;
}
.paymentOptions {
   /*  border-top: #333 1px solid; */
    padding: 15px 0 5px;
}

footer a, footer {
    color: #fff;
    padding: 0 5px;
}
footer a:focus, footer a:hover {
    color: #45AED6;
    text-decoration: none;
}

.paymentMethod {
    border-top: #333 2px solid;
    /* border-bottom: #333 2px solid; */
    padding: 10px 0;
}
.table-payment-summary .career-thumb {
    border: transparent;
    text-align: left;
    padding: 0;
}
.table-bordered.table-payment-summary > tbody > tr > td,
.table-bordered.table-payment-summary > tbody > tr > td {
    border-bottom: transparent;
    border: 1px solid #ddd;
}
.bg-success {
    color: #3c763d;
	font-size: 18px;
	/*font-family: Droid !important;*/
    font-family: sans-serif !important;
}
.bg-info {
	/*font-family: Droid !important;*/
    font-family: sans-serif !important;
    padding-right: 15px;
}

.bg-warning, .bg-danger, .bg-success, .bg-info{
	border-radius: 4px;
}
 .bg-danger {
    /*color: darkred;
    background-color: rgba(255, 0, 0, 0.3);*/
    padding-right: 15px;
} 
.bg-danger .fa-exclamation-triangle {
	color: #a94442;
}
.bg-warning {
    background-color: #F9EDCC;
	/*font-family: Droid !important;*/
    font-family: sans-serif !important;
     padding-right: 15px;
}
.bg-warning .fa-exclamation-triangle {
	
	font-size: 36px;
}
.table-payment .text-red {
    width: auto;
    font-size: 14px;
}
.table-payment .actions a .fa-trash-o {
    color: red;
}
.table .fa {
    font-size: 13px;
}
.fa-times-circle  .fa-trash-o{
    cursor: pointer;
}
/* -- Smriti Updates starts here */
.nav-pills>li>a {
    border-radius: 0px;
}
.navbar-inverse .navbar-brand {   
    /* width: 175px; */
    padding: 10px 15px;
    height: auto;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #232323;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a {
    color: #666;
}
h1 {
    /*color: #042789;*/
    color: #042789;
    font-size: 26px;
    font-family: Chivo;
    /*font-weight: bold;*/
}
.fa-exclamation-triangle {
	color: #E1A400;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #ddd;
}
/* .table-due .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ccc;
}

.table-due .tooltip-inner {
    color: #000;
    background-color: #ccc;
} */


.footer-row1 {
    background-color: #f0f0f0;
    border-bottom: 1px solid #fff;
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 20px;
    padding-bottom: 5px;
}
.footer-row1 a {
    color: #000;
    text-decoration: none;
    margin: 0 5px;
}
.footer-row1 a:last-child {
    border-right: 0;
    padding-right: 0;
}
.footer-row1 li {
    border-right: 1px solid #000;
    display: inline;
    list-style: outside none none;
}
.footer-row1 li:last-child {
    border-right: 0 none;
}
.error-style {
/*font-family: Droid !important;*/
 font-family: sans-serif !important;
}
.error-style span {
    font-weight: bold;
    font-size: 14px;
}
.table-sort > thead > tr > th {
    cursor: pointer;
}
.table-bordered {
    border: 0px;
    /*border-radius: 5px;
    border-collapse: initial;*/
}
.plan-bg {
    background-color: #fff;
    padding: 7px;
    border: 1px solid #c6c4c4;
    border-radius: 5px;
}
.plan-bg img[title="Career Logo"] {
    margin-bottom: 4px;
}

.cheque-pointer {
    cursor: pointer;
} 

#spinner {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: 50% 50% no-repeat white;
}

/* Added for layout responsiveness */

@media (max-width: 794px) and (min-width: 732px) {
    .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 12px!important;
}
}
@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
       margin-right: 0;
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
/* New style for branding changes */
#ind fieldset.ind-scheduler-border {
    border: 1px solid #9b9b9b !important;
    background-color: transparent;
}
.ind-form-box-margin fieldset.ind-scheduler-border {
    border: 1px solid #cdcdcd !important;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 0 0 1.5em 0 !important;
    font-size: 0.9em !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}
.ind-scheduler-border {
    padding: 2%;
    margin-bottom: 0px;
    border-bottom: none;
}
#ind legend {
    background-color: transparent;
    border: 0 !important;
}
.ind-form-box-margin legend {
    border: 1px solid #ffffff !important;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 0 2px;
    font-size: 14px;
    width: auto;
    white-space: nowrap;	
}
.btn-primary {
    color: #000;
    background-color: #9dce2c;
    border-color: #9dce2c;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active { 
	color: #000 !important;
    background: #9dce2c !important;
    border-color: #9dce2c !important;
	outline:none !important;
}.margin-bottom-md {
    margin-bottom: 20px;
}
 .text-dark-blue {
    color: #2B408E !important;
}
 .font-color-red {
    color: #ff0000;
}

/* New style for payment portal right panel start */
.margin-top-md {
    margin-top:20px;
}
.margin-bottom-sm {
    margin-bottom:10px;
}
.paymentSummary #RibbonText {
    width: auto !important;
    position: absolute !important;
    right: -10px;
    left: -10px !important;
}
 .paymentSummary .plan-tile {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding:10px !important;
}
.paymentSummary .plan-title{
    margin:0 0 10px 0 !important;
}
.ribbon-hd {
    min-height: 50px;
    text-align: center;
    margin-bottom: 15px;
}
hr.divider-md{
    border: none;
    height: 1px;
    color: #c7c7c7;
    background-color: #c7c7c7;
    margin: 4% 0;
    height: 2px;
}
.plan-tile .plan-title {
    color: #101010;
    font-size: 18px;
    margin: 10px 0 10px 54px;
    font-weight: bold;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500 !important;
}
/* New style for payment portal right panel End */ 

/* New style for payment portal right panel End */ 
/* Steps CSS  start */

.wizard span.success-tab {
background-color: #9dce2c;
border-color: #76a901;
}
.wizard span.success-tab em {
color: #000;
}
.wizard {
    /* margin: 20px auto; */
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        /* margin: 40px auto; */
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 60%;
    margin: 0 auto;
    left: 0;
    right: 303px;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 35px;
    height: 35px;
    line-height: 38px;
    display: inline-block;
    border-radius: 200px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 18px;
}
span.round-tab i, span.round-tab em{
    color:#999;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #006daa;
    
}
.wizard li.active span.round-tab i, .wizard li.active span.round-tab em{
    color: #006daa;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 12%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #006daa;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #006daa;
}

.wizard .nav-tabs > li a {
    width: 30px;
    height: 35px;
    margin: 10px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {
    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

/* For header part start */
.light-blue-bar {
    background-color: #FFF;    
    border: 0px;
    border-bottom:1px solid #e7e7e7;
}
.navbar-brand {
    height: auto;
    padding: 10px 15px 10px 45px;
    float:left;
}
.margin-top-md {
    margin-top: 20px !important;
}
.border-bottom {
    border-bottom: 1px solid #c7c7c7;
}
.table-responsive th {
    color: #ffffff;
    background: #006aaa;
    border: 1px solid #eeeeee;
}
/* For header part end */
 /* Steps CSS end*/

footer {
    background-color: #f2f2f2; 
    overflow: hidden;   
	clear:both;
	padding:0;
}
.footer-container-light-blue {
    width: 100%;
        background: #FFF;
    color: #777;
    padding: 10px 40px 10px 40px;
}
.footer-container-grey {
    width: 100%;
    background-color: #eaebec;
    padding: 10px 40px 10px 40px;
}.footer-container-grey, .footer-container-grey a {
    color: #000;
}
.footer-container-grey a {
    display: inline-block;
    padding: 0 15px;
}
.footer-icon-bg {
    background-color: #042789;
    padding-left: 10px;
    border-radius: 20px;
    font-size: 20px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
}
.footer-container-light-blue .fa-envelope-o {
padding-top: 9px;
padding-bottom: 9px;
}
.footer-container-light-blue .fa-map-marker{
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.footer-container-blue {
    width: 100%;
    background-color: #042789;
    padding: 10px 40px 10px 40px;
    color: #ffffff;
    line-height: 24px;
}.fa-youtube-square, .fa-linkedin-square, .fa-twitter-square, .fa-facebook-official {
    font-size: 20px;
    color: #fff;
}
