/** START CUSTOM CSS *************************************/

body { 
    padding-bottom: 40px;
}

#top_nav {
    margin-bottom: 0px;
}

#top_nav .container {
    /* background-image: url('/images/state_logo.png'); */
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 98%; 
}


.navbar {
    font-size: 15px;
    font-weight: 600;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 70px;
}

ul#password-rules {
    margin:0;
    padding:0;
    list-style-type: none;
    list-style-position: outside;
}

ul#password-rules li {
    line-height:24px;
    color:#f04124;
}
ul#password-rules li.complete {
    line-height:24px;
    color:#358753;
}

label {
    width: 100%;
    cursor: pointer;
}

a, a:hover {
    color: #4D2061;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.btn-success {
    color: #fff;
    background-color: #87B820;
    border-color: #87B820;
}

.btn-success:hover {
    color: #fff;
    background-color: #93c923;
    border-color: #93c923;
}

.panel-success {
    border-color: #87B820;
}

.panel-success>.panel-heading {
    color: #fff;
    background-color: #87B820;
    border-color: #87B820;
}

.btn-primary {
    color: #fff;
    background-color: #4D2061;
    border-color: #4D2061;
}

.btn-primary:hover {
    color: #fff;
    background-color: #642a7e !important;
    border-color: #642a7e !important;
}

.panel-primary {
    border-color: #4D2061;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #4D2061;
    border-color: #4D2061;
}

/* Custom required asterisk */
.required:after {
  content:" *";
  color: #f04124;
}

.vertical_hr_left {
    border-left: 1px solid #cccccc;
}

.vertical_hr_right {
    border-right: 1px solid #cccccc;
}

.underline_header {
    border-bottom: 1px solid #cccccc;
    margin-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

a.add_row, a.delete_row {
    cursor: pointer; 
}

.tool_tip {
    color: #97c23D;
}

.logo_text {
    color: #FFF;
    width: 400px;
    margin-top: 5px;
    font-weight: 600;
    text-decoration: none;
}

.logo_text a {
    color: #FFF;
    width: 400px;
    margin-top: 5px;
    font-weight: 600;
    border-top: 1px solid #97c23D;
}

.logo_sub_text, .logo_sub_text a {
    color: #FFF;
    font-size:16px;
    width: 295px;
    margin-top: 10px;
    font-weight: 600;
    padding-bottom: 5px;
    text-decoration: none;
}

.input-group-addon {
    background-color: #fafafa;
    border-left: 1px solid #cccccc !important;
}

.password_show_button, .password_hide_button, .ssn_show_button, .ssn_hide_button, .birth_date_hide_button, .birth_date_show_button {
    cursor: pointer; 
    font-size: 11px;
}

.home_link, .home_link:hover {
    text-decoration: none;
    font-size: 18px;
    font-weight: bolder;
}

/* Wordpress styles */
#announcement h1, #announcements h1 {
    font-size:28px;
    margin-bottom:20px;
    color:#5C2A70;
    font-weight:400;
}

#announcement .date {
    font-style: italic;
    margin-bottom:40px;
}

#announcements_date {
    background-color: #97c23D;
    padding: 5px;
    color: white;
    text-align: center;
}

#page {
    line-height: 30px;
}

#page p {
    margin-bottom: 20px;
}
    
#page h1 {
    margin-bottom: 30px;
}

#page .img-thumbnail {
    margin-top:8px;
    max-width: inherit;
}

#page table.table {
    font-size:14px;
}

/* Home carousel */
#home_carousel .nav a small {
    display: block;
}

#home_carousel .nav {
    background: #eee;
}

div.carousel-content {
    width:100%;
    height:250px;
    overflow:hidden;
    display:block;
  }

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    padding-top:0px;
    padding-left:30px;
    padding-right:30px;
    text-align:left;
    text-shadow: none;
    color: #000;
}

.nav-pills>li[data-slide-to="0"].active a { background-color: #5C2A70; }
.nav-pills>li[data-slide-to="1"].active a { background-color: #5C2A70; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #5C2A70; }

.nav-wizard {
    font-size: 13px;
}
    
#app_wizard.nav-wizard li a.clickable {
    cursor: pointer;
}

#app_wizard.nav-wizard li a.disabled {
    cursor: not-allowed;
}

#app_wizard.nav-wizard > li:not(:first-child) > a:before {
    border-top: 28px inset transparent;
    border-bottom: 29px inset transparent;
}

#app_wizard.nav-wizard > li:not(:last-child) > a:after {
    border-top: 28px inset transparent;
    border-bottom: 29px inset transparent;
    right: -19px;
}

/* Application Step 4 */
.app_review_item {
    padding-top: 10px;
    margin-bottom: -10px;
}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

#jexcel_loader {
    margin: auto 40%;
    text-align: center;
    width: 300px !important;
    margin-top: 40px !important;
    padding: 20px;
    border: solid 1px #dddddd !important;
}

.jexcel_content::-webkit-scrollbar {
    width: 20px !important;
    height: 20px !important;
}

.jexcel {
    white-space: normal !important;
}

.modal-dialog {
  width: 90%;
  height: 90%;
}

.modal-content {
  height: auto;
  min-height: 90%;
  border-radius: 0;
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}


/* MFA Page */

.otp-form-div .mfa_validation_code {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	font-size: 2rem;
	line-height: 4rem;
	text-align: center;
	border: none;
	border-bottom: 2px solid #C9C9C9;
	outline: none;
}

/* Email Verification Page */

.otp-form-div .email_verification_code {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	font-size: 2rem;
	line-height: 4rem;
	text-align: center;
	border: none;
	border-bottom: 2px solid #C9C9C9;
	outline: none;
}

/** END CUSTOM CSS *************************************/

/** START ALL CSS OVERRIDES *************************************/

/* Override breadcrumb style */
.breadcrumb {
    padding: 0px;
    border: none;
    border-radius: 0px;
    background-color: transparent;
    font-size: 12px;
}

/* Override tab panels */
#tab-content.tab-content .panel-default {
    border-color: transparent;
    border-right-color: #dddddd;
    border-bottom-color: #dddddd;
    border-left-color: #dddddd;
}

.nav-tabs > li.active > a:hover {
    cursor: pointer;
}

#profile_tabs.nav-tabs > li > a {
    /*
    padding-top: 10px;
    padding-right: 3px;
    padding-bottom: 10px;
    padding-left: 3px;
    font-size: 12px;
    */
}

/* Override navbar style */
#top_nav2 .navbar-nav > li > a {
    line-height: 50px;
}

/* Datatable highlight styles */
mark {
    background: #FFFF88;
    padding: 0 !important;
}

/* Override datatables style */
.dataTables_filter {
    float: right !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 300px;
}

div.dataTables_processing {
    z-index: 9999;
    width:300px !important;
    margin-left:-150px !important;
    margin-top: 40px !important;
    border-top: solid 1px #dddddd !important;
}

table.dataTable {
    cursor: pointer;
}

table.dataTable tbody tr.selected {
    background-color: #ADD8E6;
}

/* Override select search style */
.select2-container--bootstrap .select2-results__group {
    font-size: 14px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder,
.select2-container--bootstrap .select2-selection {
    font-size: 12px;
    padding-top: 8px !important;
}

.select2-results__options {
    margin-left: 10px;
    margin-right: 10px;
}

/* Override wizard style */
.nav-wizard > li:not(:last-child) > a {
    margin-right: 5px;
}

.nav-wizard > li > a {
    padding: 11px 15px;
}

/* Custom login button style */
.login_button, .login_button:hover {
    background-color: #87B820;
    color: #FFF;
    font-weight: 600;
    border-color: #FFF;
    border-width: 2px;
}

.modal-dialog {
  width: 90%;
  height: 90%;
}

.modal-content {
  height: auto;
  min-height: 90%;
  border-radius: 0;
}


/** END ALL CSS OVERRIDES *************************************/


/** START ALL RESPONSIVE MEDIA QUERIES ************************/
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    #logo_container {
        display:none;
    }
    
    #logo_container_mobile {
        display:block !important;
    }
    
    .dataTables_wrapper {
        overflow: auto;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    /* Fill application navigation to full width */
    .nav-wizard>li {
        width:100% !important;
    }
    
    .dataTables_wrapper {
        overflow: auto;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .dataTables_wrapper {
        overflow: auto;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .nav-wizard {
        font-size: 9px;
    }
    .nav-wizard>li>a {
        padding: 10px;
        height: 50px;
    }
    .nav-wizard>li:not(:first-child)>a {
        padding-left:10px;
    }
    .nav-wizard>li:not(:first-child)>a:before {
        border-left: none;
    }
    
    .nav-wizard>li:not(:last-child)>a:after {
        border-left: none;
    }
}
/** END ALL RESPONSIVE MEDIA QUERIES **************************/