﻿@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
.bg {
    /*background: rgb(254,254,254); 
    background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(244,245,245,1) 31%); 
    background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(244,245,245,1) 31%); 
    background: linear-gradient(to bottom, rgba(254,254,254,1) 0%,rgba(244,245,245,1) 31%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f4f5f5',GradientType=0 );*/
    background-color: white;
    min-height: 527px;
    padding-top: 20px;
    /*height: calc(100vh - 150px);*/
}
body .body-content .container {
    background-color: transparent;
    margin-bottom: 2em;
}


.nav-wrapper {
    /*box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.18);*/
    border-bottom: .125rem solid #efefef ;
    background-color: white;
    /*background: -moz-linear-gradient(top, whitesmoke 0%, #e6e6e6 100%) !important;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, whitesmoke), color-stop(100%, #e6e6e6)) !important;
            background: -webkit-linear-gradient(top, whitesmoke 0%, #e6e6e6 100%) !important;
            background: -o-linear-gradient(top, whitesmoke 0%, #e6e6e6 100%) !important;
            background: -ms-linear-gradient(top, whitesmoke 0%, #e6e6e6 100%) !important;
            background: linear-gradient(to bottom, whitesmoke 0%, #e6e6e6 100%) !important;*/
}
.logo {
    display: inline-block;
}
.form-control {
    height: 32px;
}

.Searchbx {
    border: 2px solid #0099cc;
    border-radius: 0px;
}

.search-form-container {
    position: relative;
    width: 100%;
}

.search-form-container .searchIcon {
    padding: 6px;
    left: 6px;
    position: absolute
}

.search-form-container .searchIcon i {
    color: #b9b9b9;
    font-size: 1.3em;
    margin-top: 2px;
}

.Searchbx {
    padding: .3em 2.6em;
    height: 32px;
}

.btnReset {
    font-weight: 700;
    margin-top: 7px;
    display: block;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
    background-color: #0099cc;
    color: white;
    font-size: 14px;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #2a86b4 !important;
    border: 2px solid white !important;
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: #0099cc !important;
    border: 2px solid white !important;
    color: white !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: white !important;
        border: 2px solid #0099cc !important;
        color: #0099cc !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        background: #0099cc;
        color: #fff !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
        color: #0099cc !important;
        background-color: #fff !important;
        border: 2px solid #0099cc;
    }

.ui-autocomplete {
    z-index: 1041 !important;
    max-height: 200px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
}

/**$primary-color-corp-blue: #0099cc; #00629b;
$secondary-color-corp-blue: #2a86b4;
$tertiary-color-corp-blue: #72a4c8;
$quaternary-color-corp-blue: #b2c9df; **/

a.btn, span.btn, button.search-btn:hover, button.search-btn, button.form-search-btn, button.page-btn {
    background-color: #0099cc;
    color: white;
    text-shadow: none;
}



        .btn-drp {
            background-color: #0099cc !important;
            /*border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25) !important;*/
            color: white !important;
            padding: 3px 9px !important;
            font-size: 12px !important;
            line-height: 18px !important;
            width: 90px !important;
            min-width: 90px !important;
        }

        .mobile-btn-drp {
            background-color: #0099cc !important;
            /*border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25) !important;*/
            color: white !important;
            padding: 3px 9px !important;
            font-size: 12px !important;
            line-height: 18px !important;
            width: 30px !important;
            min-width: 30px !important;
        }


        .btn:hover {
            color: #333;
            text-decoration: none;
            background-color: #0099cc;
            background-position: 0 -15px;
            -webkit-transition: background-position .1s linear;
            -moz-transition: background-position .1s linear;
            -o-transition: background-position .1s linear;
            transition: background-position .1s linear;
        }

        .form-control {
            border-radius: 0px;
        }

        .dropdown-menu li > a {
            color: #08C;
        }

            .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
                color: #fff;
                text-decoration: none;
                background-color: #0081c2;
            }

        .actiondropdown {
            width: 90px;
        }

        .dataTables_wrapper .dataTables_length {
            float: right;
        }

        .datepicker {
            border: 2px solid #0099cc;
            border-radius: 0px;
        }

            .datepicker .glyphicon-calendar {
                color: #0099cc
            }
        .border-none {
            border: none !important;
        }
        .datelabel {
            margin-top: 7px;
        }

        .input-group-addon {
            border-radius: 0px
        }
    .rich-text h4 {
        margin-bottom: 2px;
    }

    .panel {
        background-color: transparent;
    }

    .panel-default {
        border-color: transparent;
    }

    .panel-default > .panel-heading {
        border-bottom: none;
        display: block;
        padding-bottom: 8px;
        padding-top: 8px;
        background-color: transparent;
        border-color: #b2c9df;
    }

.panel-heading, .panel-body {
    padding: 10px 0px 10px 0px;
    border-top: 0;
    font-size: 14px;
    color: #53565a;
}

.panel-bx {
    border-top: 2px solid #b2c9df;
}

.rich-text a {
    font-family: arial;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 700;
}

    .rich-text a:hover {
        text-decoration: underline;
    }

.side-menu .panel-group .panel {
    border-radius: 0px;
}

.side-menu .panel-collapse ul, .side-menu .panel-collapse ol, .side-menu .panel-collapse dl {
    list-style-position: outside;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0;
    padding-bottom: 20px;
}


.side-menu .panel-default > .panel-heading {
    border-radius: 4px;
    border-bottom: none;
    display: block;
    padding: 13px 17px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UwZTFlMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f3), color-stop(100%, #e0e1e2));
    background: -moz-linear-gradient(#f2f2f3 0%, #e0e1e2);
    background: -o-linear-gradient(#f2f2f3 0%, #e0e1e2);
    background: -webkit-linear-gradient(#f2f2f3 0%, #e0e1e2);
    background: linear-gradient(#f2f2f3 0%, #e0e1e2);
    border-color: #b2c9df;
}

.panel-collapse ul, .panel-collapse ol, .panel-collapse dl {
    list-style-position: outside;
    margin-top: 15px;
    margin-left: 35px;
    padding-left: 0;
}

.rich-text ul, .rich-text ol, .rich-text dl {
    list-style-position: outside;
    margin-top: 15px;
    padding-left: 0;
}

.content-main {
    margin-top: 30px;
    position: relative;
}

    .content-main:before {
        background: #babcc1;
        bottom: 0;
        content: '';
        left: -47px;
        position: absolute;
        top: 0;
        width: 1px;
    }

.panel-collapse li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.panel-group .panel + .panel {
    margin-top: 0px;
}

.panel-group .panel {
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 2px solid #b2c9df;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: transparent;
    border-top-color: transparent;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}
/* .panel-heading .accordion-toggle:after {
      
         font-family: 'Glyphicons Halflings'; 
         content: "\e114";
         float: right; 
         color: grey;
         } */
/* .panel-heading .accordion-toggle.collapsed:after {
         
         content: "\f078"; 
         } */
.panel-title > a {
    display: block;
    position: relative;
}

    .panel-title > a:after {
        font-size: 10px;
        content: "\f078"; /* fa-chevron-down */
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
    }

    .panel-title > a[aria-expanded="true"]:after {
        content: "\f077"; /* fa-chevron-up */
    }


.side-menu .panel-group .panel {
    border-bottom: none;
}
/* breadcrumb */
.breadcrumbs {
    padding-bottom: 18px;
}

    .breadcrumbs.spacing {
        margin-top: 15px;
    }

.breadcrumbs-list, .application-updated-list {
    margin: 0;
    padding: 0;
}

.breadcrumbs-list-enclosure {
    font-size: 14px;
    line-height: 24px;
    line-height: 1.5rem;
    line-height: 22px;
    line-height: 1.35rem;
    display: table;
    margin-left: 8px;
    position: relative;
    float: left;
}

    .breadcrumbs-list-enclosure:first-child .breadcrumbs-list-enclosure__item {
        padding-left: 0;
    }

@media (max-width: 60em) and (min-width: 42em) {
    .breadcrumbs-list-enclosure {
        display: none;
    }

        .breadcrumbs-list-enclosure:nth-last-child(3), .breadcrumbs-list-enclosure:nth-last-child(2), .breadcrumbs-list-enclosure:last-child {
            display: block;
        }

        .breadcrumbs-list-enclosure:nth-last-child(3) {
            margin-left: 0;
            padding-left: 0;
        }

            .breadcrumbs-list-enclosure:nth-last-child(3):before {
                display: none;
            }

            .breadcrumbs-list-enclosure:nth-last-child(3) .breadcrumbs-list-enclosure__item {
                padding-left: 0;
            }
}

@media (max-width: 42em) and (min-width: 20em) {
    .breadcrumbs-list-enclosure {
        display: none;
    }

        .breadcrumbs-list-enclosure:nth-last-child(2), .breadcrumbs-list-enclosure:last-child {
            display: block;
            margin-left: 0;
            width: 100%;
        }

        .breadcrumbs-list-enclosure:nth-last-child(2) {
            margin-left: 0;
            padding-left: 0;
        }

            .breadcrumbs-list-enclosure:nth-last-child(2):before {
                display: none;
            }

            .breadcrumbs-list-enclosure:nth-last-child(2) .breadcrumbs-list-enclosure__item {
                padding-left: 0;
            }
}

.breadcrumbs-list-enclosure::before {
    background-image: url('https://d1j8a4bqwzee3.cloudfront.net/Images/Corporate/icons/arrow-right-regular-grey-9.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: '';
    display: table-cell;
    height: 100%;
    width: 6px;
}

.breadcrumbs-list-enclosure:first-child {
    margin-left: 0;
    padding-left: 0;
}

    .breadcrumbs-list-enclosure:first-child:before {
        display: none;
    }

    .breadcrumbs-list-enclosure:first-child .breadcrumbs-list-enclosure__item {
        padding-left: 0;
    }

.breadcrumbs-list-enclosure__item {
    color: #00629b;
    display: table-cell;
    padding-left: 8px;
}

.breadcrumbs-list-enclosure__item--sub {
    display: table-cell;
    padding-left: 8px;
}
/* breadcrumb ends */

/* @media(min-width:768px) { */
/* .panel-heading .accordion-toggle:after {
         font-family: FontAwesome;  
         content: "\f077";    
         float: right;      
         color: #00629b;       
         font-size: 11px;  
         }
         .panel-heading .accordion-toggle.collapsed:after {
         content: "\f078";
         font-size: 11px;
         } */


.application-updated-list-enclosure__item {
    font-size: 12px;
    color: #53565a;
    margin-left: 5px;
}

    .application-updated-list-enclosure__item:first-child {
        margin-left: 0;
        margin-right: 5px;
    }

s
.side-menu .navbar-nav > li {
    float: none;
}

.side-nav {
    top: 60px;
    width: 100%;
    border: none;
    border-radius: 0;
    /* border-top: 1px solid #d9dadd; */
    overflow-y: auto;
    background-color: transparent;
    /*background-color: #5A6B7D;*/
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px;
    margin-top: 30px !important;
}

    .side-nav > li > a {
        width: 100%;
        border-bottom: 1px solid #d9dadd;
        color: #00629b;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #d3e8ff;
        color: #00629b;
        text-decoration: underline;
    }
    /* } */
    .side-nav > li > ul {
        padding: 0;
        border-bottom: 1px rgba(0,0,0,.3) solid;
    }

        .side-nav > li > ul > li > a {
            display: block;
            padding: 6px 15px 6px 38px;
            text-decoration: none;
            color: #00629b;
        }

            .side-nav > li > ul > li > a:hover {
                color: #00629b;
            }

.panel-title > a {
    display: block;
    color: #00629b;
    font-weight: bold;
    font-size: 14px;
}

.side-menu .panel-body, .side-menu .navbar-collapse {
    padding: 0px;
}

.lean-title-lean {
    padding-bottom: 19px;
}

.lean-title {
    color: #53565a;
    font-size: 20px;
    line-height: 24px;
    line-height: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
    display: block;
    font-family: 'Source Sans Pro';
    font-weight: bold;
}

.lean-title-two {
    font-size: 26px;
}

.lean-title-to-dark-teal {
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #025586), color-stop(100%, #00b2a9));
    background: -moz-linear-gradient(left, #025586 0%, #00b2a9);
    background: -o-linear-gradient(left, #025586 0%, #00b2a9);
    background: -webkit-linear-gradient(left, #025586 0%, #00b2a9);
    background: linear-gradient(to right, #025586 0%, #00b2a9);*/
    background-color: #0099cc;
    height: 4px;
}

/*New CSS - Start*/
.menuitems ul{
    /*margin-top:6em !important;*/

}
body {
    color: #53565a;
}

.side-nav > li.active, .side-nav > li > ul > li.active {
    font-weight: bold;
}

h1, h2, h3 {
    font-family: 'Source Sans Pro';
}

h3 {
    margin-top: 15px;
    font-size: 1.1875em;
    font-weight: bold;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #53565a;
    font-family: 'Source Sans Pro';
    line-height: 1.3;
}

.btn-group.open .btn-drp {
    color: #0099cc !important;
    background-color: #fff !important;
    border: 2px solid #0099cc;
}


.rich-text > ul, .rich-text > ol, .rich-text > dl {
    margin-left: 35px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
}

.BoxOne .modal-header {
    background-color: #0099cc !important;
}

    .BoxOne .modal-header .modal-title {
        color: #fff;
    }

    .BoxOne .modal-header .close-col .close {
        color: #fff !important;
    }

    .iframeheight {
        width: 100%;
        height: 75vh;
    }

.text-muted {
    color: #76767D;
}


/*Show Date range - start*/

.show-date-range {
    position: relative;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.9);
}

    .show-date-range.active {
        border-color: #0099cc;
        background: #0099cc;
        color: #fff;
        /* border-color: #66afe9; */
        outline: 0;
        font-weight: 700;
    }
        .show-date-range.active #show-daterange {
            color: #fff;
        }
        .show-date-range #show-daterange {
    color: #555;
    padding: 6px;
    /* padding-right: 6px; */
    margin-bottom: 0;
    width: 90%;
    border-right: 1px solid #cccccc;
    display: inline-block;
}

#show-daterange .fa {
    float: right;
    font-weight: 900;
    padding-top: 3px;

}

.show-date-range span {
    padding: 6px;
}

#accordion4 a {
    font-family: arial;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 700;
}

.show-date-range #date-range-dropdown {
    display: none;
    position: absolute;
    background-image: linear-gradient(to bottom, #f2f2f2, #fcfcfc);
    border: 1px solid #bfbfbf;
    width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
    padding: 10px;
    border-radius: 5px;
    margin-top: 0em;
}

.show-date-range .fa-calendar {
    position: absolute;
    bottom: 20px;
    right: 20px;
    top: auto;
    z-index: 3;
}

/*Show Date range - end*/

/*New CSS - End*/
@media(min-width:1024px) {
    .col-lg-offset-1 {
        margin-left: 5.333333%;
    }

    .container {
        width: 1210px;
    }

    .col-lg-3 {
        width: 23%;
    }

    .col-lg-8 {
        width: 71.666667%;
    }

   
}


