﻿body {
    padding-right: 0px !important;
}
.banner-main {
    text-align: center;
    background-color: #0C6995;
    color: #fff;
    width: 100%;
    padding: 15px 0 20px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/images/background-primary.jpg');
    background-size: cover;
}

.home-logo {
    border: 2px solid #fff;
    padding: 5px 9px 5px 9px;
}

input[type=text], input[type=password], select, textarea {
    /* margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;*/
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn {
    /* font-size: 25px;
    padding: 6px 20px;*/
    width: 175px;
    margin-bottom: 15px;
}

.utility-header {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

utility-header1 .utility-header {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.sub-header {
    background-color: #ccc;
    text-align: start;
    padding-top: 0px;
    margin-top: 0px;
}

.btn-default {
    text-align: center;
}

.control-label {
    font-size: 1rem;
}

.required:before {
    content: "*\00a0";
    color: red;
}

/*.field-validation-error {
    color: #b94a48;
    background-image: url(../images/error.png);
    background-repeat: no-repeat;
    padding-left: 22px;
    background-size: contain;
    font-size: 0.8rem;
}

.validation-summary-errors {
    font-size: 0.8rem;
}
*/
.ca-gov-icon-question-fill {
    border-bottom: 1px dotted;
    position: relative;
}

    .ca-gov-icon-question-fill .title {
        position: absolute;
        top: 20px;
        background: silver;
        padding: 4px;
        left: 0;
        white-space: nowrap;
    }
/*
.input-validation-error {
    border-color: red;
}*/

.anchor-lnk {
    font-size: 1rem;
    font-weight: 600;
    color: #0085b6 !important;
}

.badge {
 color:white
}

.homeImage-icon {
    background-image: url(../images/home_icon.png);
    width: 40px;
    height: 30px;
    background-repeat: no-repeat; 
    margin-left: 20px;
    margin-right:40px;
    display: inline-flex; 
    cursor:pointer;
}
.flag_black-icon {
    background-image: url(../images/flag_black.png);
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-right: 40px;
    display: inline-flex;
    position:absolute;
}
.flag_blue-icon {
    background-image: url(../images/flag_blue.png);
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-right: 40px;
    display: inline-flex;
    position: absolute;
}
.flag_green-icon {
    background-image: url(../images/flag_green.png);
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-right: 40px;
    display: inline-flex;
    position: absolute;
}
.flag_red-icon {
    background-image: url(../images/flag_red.png);
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-right: 40px;
    display: inline-flex;
    position: absolute;
}
.flag_yellow-icon {
    background-image: url(../images/flag_yellow.png);
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-right: 40px;
    display: inline-flex;
    position: absolute;
}
.WordBreak {
    word-break: break-all;
}
.IsDisableHyerLink {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}
#ui-datepicker-div a
{
    background-image:none;
}
/*.field-validation-error {
    color: red;
    background-image: url(../images/error.png);
    background-repeat: no-repeat;
    padding-left: 22px;
    background-size: contain;
    font-size: 0.8rem;
}*/
@media print {
    .no-print, .no-print * {
        display: none !important;
    }
    @page {
        margin-bottom: 0;
    }

    body {
        padding-top: 72px;
        padding-bottom: 72px;
    }
}
.no-bottom-border td {
    border-bottom: none
}