/*-----Common Style ----------------------------------------------------------*/



* html {
    height: 100%;
    width: 100%;
}

body {
    font-size: 0.75rem;
}

a:link {
    color: #006579;
    text-decoration: none;
}
/*Unvisited*/
a:visited {
    color: #620000;
}
/*Visited*/
a:hover {
    text-decoration: underline !important;
}
/*Hover*/
a:focus {
    color: #620000;
}

a:active {
    color: #000;
}
/*Selected*/


.container_top {
    display: none;
}

.red {
    border: solid 1px red;
}

.black {
    border: solid 1px #AAA;
}

.bold {
    font-weight: bold;
}

.clearfix {
}


.tab_table, .tab_table tr, .tab_table td {
    border-collapse: collapse;
    margin-top: 0px;
    border: solid 1px #eee;
}

    .tab_table .header, .header {
        font-weight: bold;
        padding: 5px 5px;
        background-color: rgb(238, 238, 238);
    }

    .tab_table td {
        padding: 3px;
        vertical-align: top;
    }

#AreaTab {
    margin-bottom: 10px;
}

.no_content_display {
    color: red;
}

#lblMasterMsg, #idletimeout {
    background-color: #FFFF99;
    Width: 100%;
}
/*--------------Accessibility----------------------*/
.structureH1, .linkbutton img {
    display: none;
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

    a.skip-main:focus, a.skip-main:active {
        color: #fff;
        background-color: #000;
        left: auto;
        top: auto;
        width: 30%;
        height: auto;
        overflow: auto;
        margin: 10px 35%;
        padding: 5px;
        border-radius: 15px;
        border: 4px solid yellow;
        text-align: center;
        font-size: 1.2em;
        z-index: 999;
    }

.pagetitle {
    padding: 5px 0 10px 0;
    display: inline-block;
    width: 100%;
    background-position: 10px 99%;
    margin-bottom: 10px;
}

    .pagetitle .pagetitle_text {
        font-weight: bold;
        font-size: 13px;
        float: left;
        line-height: 18px;
    }

.visuallyhidden {
    display: none;
}

a.flex-active {
    color: #FFF;
}

    a.flex-active:hover {
        color: #FAFAFA;
    }

.top_content p, ul {
    margin-bottom: 0px;
}
/*-------------BootStrap Overwrite --------------------*/
.well {
    padding: 8px;
    box-shadow: 0px 3px 6px 0px gray;
    background-color: #fff;
}

.carousel_background /* Not bootstrap primitive style*/ {
    background-color: white; /*url('../../_images/logo.gif') 0 0 no-repeat;*/
    text-align: center;
}

    .carousel_background img {
        margin: 0px 10px;
    }

.carousel-indicators {
    bottom: -15px;
}

    .carousel-indicators .active, .carousel-indicators li {
        border: solid 1px #ADADAD;
        background-color: #fff;
    }

    .carousel-indicators .active {
        background-color: #ADADAD;
    }

.carousel-caption { /* to move the caption below the image*/
    position: static;
    color: inherit;
    text-shadow: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.btn-primary,
.btn-success,
.btn-danger,
.btn-warning {
    border: solid 1px transparent;
}

.btn-primary {
    background-color: #04798b;
}

.btn-success {
    background-color: #4f8524;
}

.btn-danger {
    background-color: #505888;
}

.btn-warning {
    background-color: #4f8524;
}

.btn:hover {
    color: #fff;
}

.linkbutton {
    color: white !important;
    margin-bottom: 1em;
}
/*Not an original bootstrap class, used to override default link color */
.form-control {
    padding: 0 0 0 0.8rem !important;
}

.form-control-small /* Not a primitive bootstrap, work with form-control for smaller size of control*/ {
    height: 2em !important;
}

.form-group select, form-group input[type=text] { /* Bootstrap style for dropdown lists, textbox*/
    padding: 0 0 0 5px !important;
    height: 30px !important;
}

.form-group-small select {
    padding: 0 0 0 5px !important;
    height: 23px !important;
}

.btn-danger:hover {
    background-color: #5e6ab3;
    border: solid 1px #5e6ab3;
}

.btn-warning:hover {
    background-color: #558b2c;
    border: solid 1px #558b2c;
}

.nav-tabs {
    border-bottom: solid 1px #aaa;
    width: 100%;
    margin: 2px 0 4px 0;
}

    .nav-tabs > li,
    .nav-tabs > li.active {
        white-space: nowrap;
    }

        .nav-tabs > li > a,
        .nav-tabs > li.active > a, /* Remove the focus border of toggleable tabs when selected.*/
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            outline: 0px;
            color: #333;
            border: solid 1px #aaa;
            border-bottom: solid 1px #fff;
            background-image: none;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .nav-tabs > li > a /* outlines the tabs*/ {
            outline: 1px;
            text-align: center;
            border: solid 1px #aaa;
            font-weight: bold;
            color: #564b47;
            margin-top: 0px;
            background: url('../_images/tab.png') 0px 0px repeat-x;
        }

            .nav-tabs > li > a:hover {
                background-position: 0px -10px;
                border: solid 1px #aaa;
            }

.tab-pane {
    padding: 8px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0,101,121,1) 0%, rgba(0, 0, 0, .0001) 100%);
}

.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0,101,121,1) 100%);
}

.carousel-example-generic .carousel-indicators {
    padding: 5px;
}

.carousel-example-generic .carousel-inner {
    border: solid 1px #aaa;
    padding: 5px;
}

.editpanel {
    font-size: 0.8rem;
}

.heading5 {
    font-size: 16px;
    font-weight: 700;
}


/* --from boostrap breadcrum designer - */
.breadcrumb {
    background: rgba(245, 245, 245, 1); /* color for all grey background, corresponding Hex code is #F5F5F5*/
    padding: 5px 0 0px 10px !important;
    font-family: Arial, Sans-Serif;
    width: 100%;
    /* overwrite BS */
    margin: 5px 0 -2px 0px; /* by default, bootstrap has margin-bottom:20px*/
    display: block;
    border-radius: 0px;
}

    .breadcrumb > li {
        font-size: 13px;
        margin: 0px 0 5px 5px;
        padding-left: 5px;
    }

    .breadcrumb a {
        color: rgba(42, 100, 150, 1);
    }

        .breadcrumb a:hover {
            color: rgba(42, 100, 150, 1);
        }

    .breadcrumb > .active {
        color: #564b47;
    }

    .breadcrumb > li + li:before {
        color: rgba(204, 204, 204, 1);
        content: "\003a\003a\00a0";
        font-weight: bold;
        color: #333;
    }

.alert {
    text-align: center;
    margin-top: .75rem;
}

.dl-horizontal {
    margin: .5rem auto !important;
}

    .dl-horizontal > dd:after {
        display: table;
        content: "";
        clear: both;
    }

    .dl-horizontal dt {
        text-align: left;
        white-space: normal;
    }

.btn {
    font-family: inherit;
    font-weight: normal;
}

.form-control {
    height: 34px;
}

.btn:focus, .btn:active {
    outline: none;
}

.btn-primary {
    color: #fff !important;
}

.btn-cancel {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-default {
    color: #434343 !important;
    background-color: #ebebeb;
    border-color: #adadad;
}

    .btn-default:hover, .btn-default:active {
        background: #dadada;
        color: #434343 !important;
    }

.btn-cancel:hover, .btn-cancel:focus {
    color: #fff;
    background-color: #C34A47;
}

.btn-close {
    display: block;
    position: absolute;
    top: 1.25rem;
    right: 1rem;
    background: url(/_Images/close2.png) no-repeat 50% 50%;
    color: red;
    width: 25px;
    height: 25px;
    outline: none;
    text-indent: -1000em;
    opacity: .75;
    border: none;
}

    .btn-close:hover, .btn-close:active {
        outline: none;
        opacity: 1;
    }

.input-group-addon {
    width: 33.5%;
    text-align: left;
    font-size: inherit;
    font-weight: 600;
}

.text-danger {
    color: #d9534f;
}

    /* font awesome*/
    .fa {
        color: inherit;
        text-shadow: 1px 1px 1px #ccc;
        font-size: 1.5em;
    }

* {
    box-sizing: border-box;
}

.fa-search {
    color: #fff;
    text-shadow: none;
}

.topnav {
    overflow: hidden;
    float: right;
    margin: 8px 0px;
}

    .topnav a {
        float: left;
        display: block;
        color: rgba(204, 204, 204, 1);
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 16px;
    }

        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

a.active {
    background-color: #2196F3;
    color: white;
}

.search-container {
    float: right;
}

input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: inherit;
    border: none;
    border-radius: 0.25rem 0px 0px 0.25rem;
}
    input[type=text]#searchbox {
        border:solid 1px #AAA;
    }

    .search-container button {
        float: right;
        padding: 6px;
        margin-top: 8px;
        margin-right: 16px;
        background: #007F7B;
        font-size: 17px;
        border-radius: 0px 0.25rem 0.25rem 0px;
        border: none;
        cursor: pointer;
        color: rgba(204, 204, 204, 1);
    }

.topnav .search-container button:hover {
    background: #3276b1;
}

.margin_all_20 {
    margin: 20px;
}

.padding_all_0 {
    padding: 0px;
}

.rgNoRecords td {
    font-size:0.75rem;
}
/* Template overwrite*/
.widget {
    padding: 8px;
    background-color: #f8f7f3;
    border-radius: 5px !important;
}



.sidebar-widget ol, .sidebar-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-widget-title h4 {
    font-size: 0.8rem;
    letter-spacing: 0px;
}

#sf-search-result-container h1, .cog_content h1 { /*Search page title*/
    font-size: 16px;
    font-weight: 700;
}

#sf-search-result-container h3 {
    margin: 0 0 1px 0;
    font-weight: 700;
}

    #sf-search-result-container h3 a {
    }

.sf-menu a:visited, .top-navigation a:visited, a.menu-toggle:visited  {
    color: #006579;
}

.navigation .dropdown li {  /*Submenu*/
    float: left;
    text-transform:none;
}
 
/********Content block*********/
.hide-me[aria-expanded="true"] {
    display: none;
}  /*See more*/

.cog_content h2 {   /**H1 defined above*/
    font-size: 14px;
    font-weight: bold;
}

.cog_content h3 {
    font-size: 13px;
    font-weight: bold;
}

.cog_content h4 {
    font-size: 12px !important;
}

.flex-container { 
    display: flex;
    flex-flow: row wrap;
}

.flex-item {
    padding: 0 10px;
    margin: auto;
    order: 0;
}

    .flex-item img {
        max-width: 150px;
    }
.flex-navitem {
    padding: 0 20px;
    margin: auto;
    order: 0;
}