
@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: 3px;
    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;
}
/* 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: #0f5e82;
    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;
}
.main-nav .nav>li>a:focus, .main-nav .nav>li>a:hover, .main-nav .nav>li.active>a{
	background-color: #6EBACB;
	color: #000;
}
.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;
}

.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: sans-serif !important;
}
.bg-info {
	font-family: sans-serif !important;
}

.bg-warning, .bg-danger, .bg-success, .bg-info{
	border-radius: 4px;
}
/* .bg-danger {
    color: darkred;
    background-color: rgba(255, 0, 0, 0.3);
} */
.bg-danger .fa-exclamation-triangle {
	color: #a94442;
}
.bg-warning {
    background-color: #F9EDCC;
	font-family: sans-serif !important;
}
.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: #0f5e82;*/
    color: #1666af;
	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: 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;
} 

/* Style for Payment Portal */
.payment-module .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    background-color: #006595;
}
.ribbon #RibbonText{
	width: 128% !important;
	left:-14% !important;
	right:-14% !important;
}
.count-info i{
    color: #a7b1c2 !important;
}
.paymentSummary h3{
	font-size:20px;
}
h1{
	font-family: 'SanFranscisco', Arial, sans-serif;
}
h1.Alert-note {
	font-size:18px;
}