
/*https://www.w3schools.com/icons/bootstrap_icons_glyphicons.asp*/
html, body {
    font-family: Arial, Helvetica, sans-serif;
    min-width: 1300px !important;
    /*overflow-x: auto;*/
    /*overflow-y:scroll;*/
    height: 100%;
}

.someDiv {
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: #222;
    bottom: 0px;
}

.bg-grey {
    background-color: red;
}

/* Shared page backgrounds are defined in LucidityTheme.css. */

.backban_old_version {
    background-image: url("Images/Banner/Banner_3.png");
    /*background-size: 100% 100%;*/
    /*height: 120px;
    background-repeat: repeat-x;
    background-color: #222;*/
}

.backban {
    background-image: url("Images/Banner/Banner_Blank_V3_RS.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    width: 100%;
    height: 210px;
    padding: 0px;
}


.main-container-minh {
    /* Let each section follow its content instead of reserving blank space. */
    min-height: 0;
    
}
.solid-container {
    background-color: #ffffff;
}

.solid-container-inner {
    background-color: #ffffff;
    opacity:1;
}

.rightpellet {
    float: right; 
    line-height: 25px; 
    text-align:left; 
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    padding-right:5px;
   
}

.leftpellet {
    float: left; 
    line-height: 25px; 
    padding-left: 5px; 
    text-align:left; 
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
   
}

.leftpellet-admin 
{
    background-color:red !important;
}

.middelpellet {
    background-image: url("Images/Banner/LoggedInBanner_V4.png");
    background-size: 236px 52px;
    background-repeat: no-repeat;
    line-height: 58px;
    height: 55px;
    width: 236px;
    margin: 0 auto;
}

.non-banner-title {
    font-family: Arial, Helvetica, sans-serif;
    height: 75px;
    font-weight: 600;
    font-size: 36px;
    vertical-align: middle;
    text-align: center;
    line-height: 75px;
    padding-left: 25px;
    /*color: #8590a2;*/
    color: #ffffff;
    width: 900px;
    margin: 0 auto;
}

.non-banner-title span {
    color:#ffffff;
    /*opacity:0.6;*/
}





.nonloginheader {
    height: 90px;
}

.nonloginbannerimage {
    object-fit: cover;
    height: 80px;
}

.loginbannerimage {
    object-fit: cover;
    height: 75px;
    margin-top: -16px;
    margin-left: -15px;
}

.content-child-div {
    /* Content determines page height; long lists still scroll naturally. */
    min-height: 0;
    padding-bottom: 20px;
    display: none;
    margin-top: -20px;
    overflow-x: hidden;
    /*opacity: 0.9;*/
    /*background-color: #ffffff;*/
    /*background-color: rgba(255, 255, 255, 0.9);*/
    background-color: rgba(209, 224, 224, 0.9);
    /*https: //stackoverflow.com/questions/38236667/child-element-inheriting-parents-opacity*/
}

.alert-login-credentials {
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-Change-Provider {
    height: 22px;
    line-height: 1;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}


.div-login-banner {
    padding-top: 0;
    color: #ffffff;
    margin-bottom: -5px;
    font-family: sans-serif;
    font-size: 12px;
    line-height:55px;
}

.glyphicon-ring-right {
    min-width: 300px;
    height: 50px;
    border-radius: 25px 0 0 25px;
    /*color: #4d4d4d;*/
    color: #ffffff;
    display: inline-table;
    text-align: center;
    /*background-color: #eee;*/
    background-color: #7DA5BF;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
    padding-left: 15px;
}

.glyphicon-ring-left {
    min-width: 300px;
    height: 50px;
    border-radius: 0 25px 25px 0;
    /*color: #4d4d4d;*/
    color: #ffffff;
    display: inline-table;
    text-align: center;
    background-color: #7DA5BF;
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.5);
    padding-right: 15px;
}

    .glyphicon-ring-left .glyphicon-bordered {
        font-size: 35px;
        vertical-align: middle;
        display: table-cell;
    }
    .glyphicon-ring-right .glyphicon-bordered {
        font-size: 35px;
        vertical-align: middle;
        display: table-cell;
    }

.person-type-div {
    line-height: 40px;
    height: 40px;
}

.person-label {
    font-size: 16px;
    opacity: 0.8;
    font-weight: 600;
}

.person-label-bolder {
    font-weight: 600;
}

.row-div-underline {
    margin-bottom: 5px;
    background-color: #eee;
    padding-bottom: 5px;
    box-shadow: rgba(77,77,77,0.5) 0 4px 10px inset;
}

/*************Header Label***************/
.page-header-label {
    font-size: 20px;
    padding-top: 50px;
    margin-top: 50px;
}



.btn-submit {
    color: #fff;
    /*background-color: #8590a2;*/
    background-color: #7DA5BF;
    border-color: #9aa3b1;
    border-radius: 2px;
    box-shadow: #868681 2px 2px;
}

    .btn-submit:hover {
        color: #fff;
        background-color: #67b7e1;
        border-color: #aad6ee;
    }

    .btn-submit:active {
        box-shadow: #868681 0px 0px;
        color: #ffffff;
    }

    .btn-submit:focus {
        color: #ffffff;
    }

.btn-slim-submit {
    padding: 1px 5px 1px 5px;
    font-size: 14px;
    
}

.btn-slim {
    padding: 1px 5px 1px 5px;
    font-size: 12px !important;
    height: 20px;
}

.btn-submit-expired {
    color: #fff;
    /*background-color: #8590a2;*/
    background-color: #8fa832;
    border-color: #9aa3b1;
    border-radius: 2px;
    box-shadow:none;
}
    .btn-submit-expired:hover {
        color: #fff;
        background-color: #8fa832;
        border-color: #9aa3b1;
    }


.btn-slim {
    font-size: x-small;
    padding: 1px 5px 1px 5px;
}

.btn-togglebanner {
    padding: 1px 1px 1px 1px;
}

.settingbutton:before {
    font-family: 'Glyphicons Halflings';
    content: "\e019";
    font-size: 12px;
}

.commentbutton:before {
    font-family: 'Glyphicons Halflings';
    content: "\e111";
    font-size: 12px;
}

.downloadbutton:before {
    font-family: 'Glyphicons Halflings';
    content: "\e025";
    font-size: 12px;
}

.closebutton:before {
    font-family: 'Glyphicons Halflings';
    content: "\e014";
    font-size: 12px;
    padding-right: 3px;
}

.nextbutton:before {
    font-family: 'Glyphicons Halflings';
    content: "\e131";
    font-size: 12px;
}

.backbutton:before {
    font-family: 'Glyphicons Halflings';
    content: "\e132";
    font-size: 12px;
}

.removebutton:before {
    font-family: 'Glyphicons Halflings';
    content: "\e020";
    font-size: 12px;
}

.successbutton:before {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    font-size: 12px;
}

.savebutton:before {
    font-family: 'Glyphicons Halflings';
    content: "\e172";
    font-size: 12px;
}

.editbutton:before {
    font-family: 'Glyphicons Halflings';
    content: "\e065";
    font-size: 12px;
}

.btn-search-box {
    box-shadow: none;
    line-height: 20px;
}

.btn-browse-icon:before {
    font-family: 'Glyphicons Halflings';
    content: "\e118";
    padding: 0px 5px 0px 0px;
}

.btn-upload-icon:before {
    font-family: 'Glyphicons Halflings';
    content: "\e027";
    padding: 0 2px 0 0px;
}

.btn-enrol-icon:before {
    font-family: 'Glyphicons Halflings';
    content: "\e205";
    padding: 0 2px 0 0px;
}

.btn-refresh-icon:before {
    font-family: 'Glyphicons Halflings';
    content: "\e031";
    padding: 0 2px 0 0px;
}

.btn-statuschange-icon:before {
    font-family: 'Glyphicons Halflings';
    content: "\e150";
    padding: 0 2px 0 0px;
    font-size: 12px;
}

.btn-trash-icon:before {
    font-family: 'Glyphicons Halflings';
    content: "\e020";
    padding: 0 2px 0 0px;
    font-size: 12px;
}

.btn-suspend-icon:before {
    font-family: 'Glyphicons Halflings';
    content: "\e088";
    padding: 0 2px 0 0px;
    font-size: 12px;
}

.btn-desuspend-icon:before {
    font-family: 'Glyphicons Halflings';
    content: "\e089";
    padding: 0 2px 0 0px;
    font-size: 12px;
}

.btn-voptions-icon:before {
    font-family: 'Glyphicons Halflings';
    content: "\e235";
    padding: 0 2px 0 0px;
    font-size: 12px;
}

.btn-filter-icon:before {
    font-family: 'Glyphicons Halflings';
    content: "\e205";
    padding: 0 2px 0 0px;
    content:"\e138";
}

.btn-removefilter-icon:before {
    font-family: 'Glyphicons Halflings';
    content: "\e205";
    padding: 0px 2px 0px 0px;
    content:"\e221";
}

.glyph-send-message:before {
    font-family: 'Glyphicons Halflings';
    content: "\e171";
}

.btn-certificate-icon:before {
    font-family: 'Glyphicons Halflings';
    content: "\e124";
    padding: 0 2px 0 0px;
    font-size: 12px;
}

.btn-sendmessage-icon:before {
    font-family: 'Glyphicons Halflings';
    content: "\e171";
    padding: 0 2px 0 0px;
    font-size: 12px;
}

/*.btn-link-icon:before {
    font-family: 'Glyphicons Halflings';
    content:"\e144";
    font-size: 12px;
}*/

.input-search-text {
    border: 1px solid #8590a2;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 14px;
    /*padding: 0px 5px 1px 5px;*/
    text-align: center;
}

    .input-search-text::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .input-search-text:-ms-input-placeholder {
        color: #999;
    }

    .input-search-text::-webkit-input-placeholder {
        color: #999;
    }

    .input-search-text:focus {
        /*border-bottom-color: red;*/
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(227, 27, 25, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(227, 27, 25, .6);
    }

.txtbox-search {
    width:250px !important;
}


.custom-brand {
    color: red;
    font-weight: 900;
}




/*
    https://codepen.io/anon/pen/qMLmeN
*/




.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/******----Master Error PopUp----******/

.ErrorModdalPopup {
    background-color: #000000;
    filter: alpha(opacity=90);
    opacity: 0.75;
}

.ErrorModalPopUpPanel {
    width: 900px;
    border-radius: 6px;
    font-size: small;
}


.SessionModdalPopup {
    background-color: #000000;
    filter: alpha(opacity=90);
    opacity: 0.75;
}

.SessionModalPopUpPanel {
    width: 450px;
    border-radius: 6px;
    font-size: small;
}

/********PopOvers***********/


#btn btn-submit btn-search-box input-sm ~ .popover-title {
    background-color: #b50e0e;
    color: #ffffff;
    font-weight: bolder;
}

.popover-content-info {
    background-color: #f2dede;
    color: #333;
    font-weight: bolder;
}


/********Links***********/
.doclink {
    color: #8590a2;
    font-size: 14px;
}

    .doclink:hover {
        color: #67b7e1;
    }

    .doclink:active {
        color: #67b7e1;
    }

    .doclink:visited {
        color: #67b7e1;
    }


.greyli {
    background-color: #f2f2f2;
    padding: 10px 0px 10px 10px;
}

.whiteli {
    background-color: #ffffff;
    padding: 10px 0px 10px 10px;
}

.DOC:before {
    font-family: 'Glyphicons Halflings';
    content: "\e022";
}

.WEB:before {
    font-family: 'Glyphicons Halflings';
    content: "\e135";
}

/********Container Laytout***********/


.container-div {
    padding: 10px 10px 10px 10px;
    box-shadow: inset 0 0 10px #000000;
}

.header-div {
    padding-bottom: 10px;
    margin-bottom: 25px;
    box-shadow: 0px 8px 6px 0px #888888;
}

.header-div-pagesplit {
    background-color: #4d4d4d;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
}

.div-display-table {
    display: table;
    margin: 0 auto;
    border: none;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px 6px #ccc;
    min-width: 300px;
    padding: 10px 10px 10px 10px;
}

.div-display-row {
    font-size: 12px;
    overflow: hidden;
    min-width: 300px;
    font-size: 1em;
    border-bottom: solid 1px #b3b3b3;
    padding-bottom:0px;
}


.div-display-block {
    background-color: #4d4d4d;
    color: #ffffff !important; 
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    /*float: left;*/
    min-width: 110px;
    font-size: 12px;
}

.div-display-data {
    /*padding: 2px 5px 2px 5px;*/
    display: inline-block;
    text-align: left;
    float: left;
    display: flex;
    min-height:20px;
}

.div-display-row {
    font-size: 12px;
    overflow: hidden;
    min-width: 300px;
    font-size: 1em;
    border-bottom: solid 1px #b3b3b3;
}

.div-capture-block {
    color: #4d4d4d;
    font-weight: bold;
    font-size: 12px;
    padding: 0px 5px 0px 5px;
    line-height: 1.0em;
}

.div-capture-data {
    display: inline-block;
    font-size: 12px;
}

.div-fixed-capture-data {
    width: 300px;
    margin: 0 auto;
}

/********Input Controls***********/

.input-capture-text {
    border: 1px solid #8590a2;
    font-size: 12px;
    padding: 0px 5px 1px 5px;
    width: 250px;
}



    .input-capture-text::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .input-capture-text:-ms-input-placeholder {
        color: #999;
    }

    .input-capture-text::-webkit-input-placeholder {
        color: #999;
    }

    .input-capture-text:focus {
        border-bottom-color: #b3d973;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(227, 27, 25, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 25, .6);
    }

.capture-text-required:before {
    font-family: 'Glyphicons Halflings';
    content: "\2a";
    color: red;
    padding-left: 5px;
    padding-top: 2px;
}

.input-smallgroup-text {
    height: 25px;
    border-right: none;
    font-size: 12px;
    padding: 0px 5px 1px 5px;
   
}

    .input-smallgroup-text::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .input-smallgroup-text:-ms-input-placeholder {
        color: #999;
    }

    .input-smallgroup-text::-webkit-input-placeholder {
        color: #999;
    }

    /*.input-smallgroup-text:focus {
        border-color:#8590a2;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(227, 27, 25, .6) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(227, 27, 25, .6) !important;
    }*/


/*https://www.hexcolortool.com/#e11c19*/
.input-capture-drop {
    border: 1px solid #8590a2;
    padding: 3px;
    width: 250px;
    font-size: 14px;
    padding: 3px;
    width: 250px;
}


    .input-capture-drop:focus {
         -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(227, 27, 25, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 25, .6);
    }

.input-drop-success {
    background-color: rgba(60, 118, 61, 0.1);
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(60, 118, 61, .2);
    box-shadow: inset 0 1px 1px rgba(60, 118, 61, .2);
}

.input-drop-error {
    background-color: rgba(255, 0, 0, 0.1);
}



.input-capture-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    pointer-events: none;
}

.verttical-feedback {
    top: 25px;
}

.verttical-feedback-date {
    top: 5px;
    right: 32px;
}

.glyph-success {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
}

.has-success .input-capture-feedback {
    color: #3c763d;
}



.has-warning .input-capture-feedback {
    color: #8a6d3b;
}

.has-error .input-capture-feedback {
    color: #a94442;
}

.has-success input[type=text] {
    background-color: rgba(60, 118, 61, 0.1);
}

.has-error input[type=text] {
    background-color: rgba(255, 0, 0, 0.1);
}

.field-has-error textarea {
    background-color: rgba(255, 0, 0, 0.1);
    border-color: rgba(255, 0, 0, 1);
}

.field-has-success textarea {
    background-color: rgba(60, 118, 61, 0.1);
    border-color: #3c763d;
}

.radiolist td {
    padding: 0px 5px 0px 5px;
}

.radiolist label {
    padding: 0px 5px 0px 5px;
    font-size: 12px;
}

.radiolist-div {
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #eee;
    width: 100%;
    margin: 0px auto;
}

/*.radiolist {
   

}*/

.datepick-button {
    color: #fff;
    /*background-color: #8590a2;*/
    background-color: #7DA5BF;
    border-color: #ed615e;
    height: 34px;
    padding: 2px 5px 0px 5px;
    box-shadow: none;
    display: inline-block;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

    .datepick-button:hover {
        color: #ffffff;
        background-color: #67b7e1;
        border-color: #aad6ee;
    }

    .datepick-button:active {
        color: #ffffff;
        border-radius: 0px 0px 0px 0px;
    }

    .datepick-button:focus {
        color: #ffffff;
        border-radius: 0px 0px 0px 0px;
    }

    .datepick-button:after {
        border-radius: 0px 0px 0px 0px;
    }



.find-button {
    color: #fff;
    /*background-color: #8590a2;*/
    background-color: #7DA5BF;
    border-color: #ed615e;
    height: 34px;
    padding: 2px 5px 0px 5px;
    box-shadow: none;
    display: inline-block;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

    .find-button:hover {
        color: #ffffff;
        background-color: #67b7e1;
        border-color: #aad6ee;
    }

    .find-button:active {
        color: #ffffff;
        border-radius: 0px 0px 0px 0px;
    }

    .find-button:focus {
        color: #ffffff;
        border-radius: 0px 0px 0px 0px;
    }

    .find-button:after {
        border-radius: 0px 0px 0px 0px;
    }

/*https://asp-net-example.blogspot.com/2009/12/ajax-calendarextender-day-style-css-how.html*/


.table-header {
    background-color: #4d4d4d;
    color: #ffffff;
    text-align: center;
}

    .table-header th {
        text-align: center;
    }

.table-layout > thead > tr > th,
.table-layout > tbody > tr > th,
.table-layout > tfoot > tr > th,
.table-layout > thead > tr > td,
.table-layout > tbody > tr > td,
.table-layout > tfoot > tr > td {
    padding: 2px;
}



/********Display Table Layout***********/

.table-layout-font {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.table-layout-font-10 {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.table-layout-last-tr {
    border-bottom: 1px solid #ddd;
}

.table-layout-last-th {
    border-right: 1px solid #4d4d4d;
}

.table-layout-last-td {
    border-right: 1px solid #ddd;
}

.table-layout-single-td {
    border: 1px solid #ddd;
}

.table-layout-first-td {
    border-left: 1px solid #ddd;
}

.table-layout-left-td {
    border-left: 1px solid #ddd;
}


.table-layout-top-td {
    border-top: 1px solid #4d4d4d !important;
    border-bottom:inherit;
}

.table-layout-top-single-td {
    border: 1px solid #4d4d4d !important;
}

.table-layout-trim-td 
{
    padding:0px !important;
    margin:0px !important;
}

.table-layout-halfheader {
    text-align: center;
    border-right: 1px solid #ddd !important;
}

.table-display-col {
    background-color: #4d4d4d;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}

.table-display-4col {
    width: 16%;
    background-color: #4d4d4d;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}

.table-display-4col-con {
    width: 16%;
    background-color: #8c8c8c;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}

.table-data-4col {
    width: 34%;
}

.table-display-6col {
    width: 11%;
    background-color: #4d4d4d;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}

.table-data-6col {
    width: 22%;
}



.table-display-8col {
    width: 12.5%;
    background-color: #4d4d4d;
    color: #ffffff;
    font-weight: bold !important;
    /*font-size: 12px !important;*/
}

.table-data-8col {
    width: 12.5%;
}

.table-placeholder-8col {
    width: 8.5%;
    /*border: none;*/
}

.table-button-small {
    padding: 2px 2px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
}
/********Table Buttons Layout***********/
.tb-btn-gridstyle-action {
    /*background: #8590a2;*/
    background: #7DA5BF;
    color: #ffffff;
    font-size: 16px;
    height: 25px;
    width: 25px;
    padding: 2px 0px 0px 0px;
    margin: 0;
}

    .tb-btn-gridstyle-action:hover {
        color: #fff;
        background-color: #67b7e1;
        border-color: #aad6ee;
    }

    .tb-btn-gridstyle-action:focus {
        color: #ffffff;
    }


/********Progress Bar Layout***********/

.progresbar-custom {
    background-color: #b3b3b3;
    position: relative;
    margin: 7px 5px 5px 5px;
}

.progress-bar-title {
    position: absolute;
    text-align: center;
    line-height: 20px; /* line-height should be equal to bar height */
    overflow: hidden;
    color: #fff;
    right: 0;
    left: 0;
}

/********Panel***********/
.panel-custom-header{
    font-size: 16px;
    opacity: 0.6;
    font-weight: 600;
    text-align:center;
}
/********Panel***********/

/********Carousel***********/
.carousel-img img {
    opacity:0.6;
}
/********Carousel***********/

/********Contact Page***********/
.contact-headers-row {
    padding-bottom: 5px;
    box-shadow:rgba(77,77,77,0.5) 0px 4px 5px;
    border-left:none;
    border-right:none;
}

.contact-content-row {
    padding: 30px 0px 30px 0px;
    box-shadow:rgba(77,77,77,0.5) 0px 4px 5px;
    border-left:none;
    border-right:none;
    height:550px;
}
.contact-headers {
    font-size:30px;
    font-weight:bold;
    opacity:0.7
}

.contact-us:before {
    font-family: 'Glyphicons Halflings';
    content:"\e182";
    font-size:28px;
    opacity:0.7;
    padding:5px 10px 0px 10px;
}

.contact-us {
    position:absolute;
    left:0;
    top:5px;
}

.location-us:before {
    font-family: 'Glyphicons Halflings';
    content:"\e062";
    font-size:28px;
    opacity:0.7;
    padding:5px 10px 0px 10px;
    
}
.location-us {
    position:absolute;
    left:0;
    top:5px;
}

.information-us:before {
    font-family: 'Glyphicons Halflings';
    content:"\e086";
    font-size:30px;
    opacity:0.7;
    padding:5px 10px 0px 10px;
    position:absolute;
}

.information-us {
    position:absolute;
    left:0;
    top:0px;
}

/********Contact Page***********/

/********Document Loading***********/
.loading-main-div {
    position:fixed;
    z-index:999999;
    background-color:#ffffff;
    height:100%;
    width:100%;
    opacity:0.9;
    display:table;
    position:absolute;
    top:0;
    left:0;
}

.loading-middel-div {
    display:table-cell;
    vertical-align:middle;
}

.loading-main-div .loading-con-div-twirl {
    width:250px;
    margin:0 auto;
}

.loading-main-div .loading-twirl-container {
    width:100%;    
}

.loading-twirl-icom {
    font-size:200px;
}


/********Document Loading***********/






/* Selected favourites: colour and filled shape both distinguish the saved state. */
.lv-fav-item-checked,
.lv-fav-item-checked:before {
    color: #800020 !important;
}
