/*-----Common Style ----------------------------------------------------------*/

body {
    font-size: 82%;
    font-family: Arial, Sans-Serif;
    color: #564b47;
    padding: 0;
    margin: 0;
    min-height: 100%;
    height: 100%;
    width: 100%;
    background: url('../_images/bg.png') 0 -10px repeat-x;
    overflow-y: scroll;
}

@media screen and (max-width:1136px) {
    body {
        font-size: 78%;
    }
}

* html {
    height: 100%;
    width: 100%;
}

a:link {
    color: #006579;
    text-decoration: none;
}
/*Unvisited*/
a:visited {
    color: #620000;
}
/*Visited*/
a:hover {
    text-decoration: underline;
}
/*Hover*/
a:focus {
    color: #620000;
}

a:active {
    color: #000;
}
/*Selected*/

.container, .container_top, .container_bottom {
    min-width: 1100px;
    width: 100%;
}

.container_top {
    display: none;
}

.red {
    border: solid 1px red;
}

.black {
    border: solid 1px #AAA;
}

.bold {
    font-weight: bold;
}

.clearfix {
}

.badge { /* For new file icon*/
    display: inline-block;
    padding: .2rem .5rem;
    margin: 0rem .5rem;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    color: white;
    /* background: #e7222f;*/
    background: #AD0000;
    font-size: 85%;
}

.badge_red {
    background: #AD0000;
}
/* e.g. 'New'*/
.badge_green {
    background: #69AB41;
}
/* e.g. 'Update'*/

.text_shadow {
    text-shadow: -1px 0px 2px rgba(150, 150, 150, 1);
}

.bg_no {
    background-color: #fff;
}

.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;
    }

.panel-heading {
    font-weight:bold;
}
/*-----------Banner property--------------*/

.pagecenter {
    display: inline-block;
    margin: auto;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px gray; /*horizontal, vertical,glow, stroke */
}

.topbars {
    width: 100%;
    height: 30px;
    display: inline-block;
    padding: 0 15px 0 0;
    background: url('../_images/topbar.png') repeat-x 0 0;
}

.shadow_bottom {
    box-shadow: 0px 3px 6px 0px gray; /*horizontal, vertical,glow, stroke */
}

.shadow_top {
    box-shadow: 0 -3px 13px 0px gray; /*horizontal, vertical,glow, stroke */
}

.uneven_shadow {
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}

.roundShadow:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 100%;
    z-index: -1;
    margin: 0 5%;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.4);
    -webkit-border-radius: 50% 4%;
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,.4);
    -moz-border-radius: 50% 4%;
    box-shadow: 0 5px 5px rgba(0,0,0,.4);
    border-radius: 50% 4%;
}

.list_inline {
    padding-left: 0;
    margin-left: 0px;
    margin-top: 0px;
    list-style: none;
}

    .list_inline > li {
        display: inline-block;
        padding-left: 10px;
    }

.list_stack {
    padding-left: 0;
    list-style: none;
    padding: 0px;
    width: 100%;
}

    .list_stack > li {
        display: inline-block;
        width: 100%;
    }

.pull_right {
    float: right !important;
    vertical-align: middle;
    margin-left: 0.5em;
}

.pull_left {
    float: left !important;
    vertical-align: middle;
}

.banner {
    width: 100%;
    display: inline-block;
    height: 83px;
    padding: 0 0 3px 0;
}

.shadow {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#0f0f0f')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#0f0f0f');
}

.logo {
    display: inline-block;
    width: 25%;
    margin: 6px 5px 3px 5px;
}

.banner_right {
    display: inline-block;
    width: 60%;
    height: 75px;
    padding: 10px;
    float: right;
    margin-top: 10px;
    vertical-align: middle;
}

    .banner_right .row {
        display: inline-block;
        width: 90%;
        float: right;
        margin: -8px 10px 0 0;
    }

    .banner_right .searchbox {
        width: 35%;
    }

#MenuIE8 {
    display: none;
}

.menu_row, .search_row {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
}

.menu_row {
    height: 43px;
    background-color: #626161;
}

.search_row {
    padding: 6px 0 4px 0;
    height: 42px;
    border-bottom: solid 1px #aaa;
}

    .search_row .center {
        margin: auto;
        padding: 0px;
        width: 75%;
    }

.search_div {
    width: 30%;
    display: inline-block;
    margin: 0 auto;
    margin-left: 10px;
}

.main_content {
    display: inline-block;
    width: 100%;
    min-height: 500px;
    vertical-align: top;
    padding: 10px 10px;
}

/**-----------MASTERPAGE BODY, NO APP STYLE ---------------*/
.Content_cols /* */ {
    width: 100%;
    float: left;
}

.LeftCol_2c, .RightCol_small_2c {
    width: 27%;
    float: left;
}

.rightCol_2c, .LeftCol_large_2c {
    width: 73%;
    float: left;
}

.NavLeftCol_2c {
    float: left;
    width: 20%;
}

.NavRightCol_2c {
    float: left;
    width: 80%;
}

.leftcol_3c {
    display: inline-block;
    width: 27%;
    float: left;
}

.centercol_3c {
    display: inline-block;
    width: 46%;
}

.rightcol_3c {
    display: inline-block;
    width: 27%;
    float: right;
}

.LeftCol_2c, .LeftCol_large_2c,
.rightCol_2c, .RightCol_small_2c,
.NavRightCol_2c, .NavLeftCol_2c,
.leftcol_3c, .centercol_3c, .rightcol_3c {
    padding: 0px 0.9% 0 0.65%;
}

.greybox_body {
    width: 100%;
}

    .greybox_body ul {
        list-style: none;
        margin: 5px 0;
        padding: 0px;
        width: 100%;
    }

        .greybox_body ul li {
            margin: 3px 0;
            width: 100%;
        }

    .greybox_body .searchbox {
        width: 80%;
    }

#fieldset {
    width: 40%;
    margin: auto;
    margin-top: 5%;
}

.login_box {
    margin: auto;
    width: 100%;
}

.innerbox {
    width: 70%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 0;
    list-style: none;
}

    .innerbox li {
        text-align: left;
        width: 100%;
    }

        .innerbox li > .logintext_lbl {
            font-size: 1.3em;
            width: 100%;
        }

        .innerbox li.button_center {
            text-align: center !important;
        }

.pagetitle {
    padding: 5px 0 10px 0;
    display: inline-block;
    width: 100%;
    background: url('../../_images/largeHeader.png') repeat-x;
    background-position: 10px 99%;
    margin-bottom: 10px;
}

    .pagetitle .pagetitle_text {
        font-weight: bold;
        font-size: 15px;
        float: left;
        line-height: 18px;
    }

#idletimeout /* Timeout message*/ {
    color: #AD0000;
    font-family: arial, sans-serif;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100000;
    display: none;
}

    #idletimeout a {
        color: #AD0000;
        font-weight: bold;
    }

    #idletimeout span {
        font-weight: bold;
    }
/*------------FOOTER STYLE----------------------------*/
.footer {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 20px;
    padding: 10px 0;
    min-height: 200px;
    background-color: #006579;
    clear: both;
    font-size: 11px;
    border-top: solid 2px #A09FA0;
}

.footer_links {
    width: 70%;
    margin: 0 auto;
    margin-top: 10px;
}

    .footer_links a, .footer_links b, .footer_links strong {
        color: White;
        font-size: 11px;
        margin-top: 5px;
    }

    .footer_links ul li b, .footer_links strong {
        font-size: 14px;
        margin: 10px 0;
    }

.footer_links_col {
    width: 24%;
    float: left;
}

    .footer_links_col ul {
        margin-bottom: 5px;
        margin-top: 3px;
    }

    .footer_links_col li {
        margin-top: -2px;
        list-style: none;
    }

.footer_disclaimer {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    margin-bottom: 10px;
    margin-top: 10px;
    color: white;
    width: 100%;
}

.footer_copy {
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-align: center;
}

/****Jquery Tab***/

ul.tab,
ul.tab1 {
    display: inline-block;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

    ul.tab li,
    ul.tab1 li {
        width: 49%;
        line-height: 18px;
        overflow: hidden;
        position: relative;
        /*height: 44px;*/
        margin: 0 0px -8px 0;
        padding: 0px;
    }

    ul.tab li {
        float: left;
    }

    ul.tab1 li {
        float: right;
    }

        ul.tab li a,
        ul.tab1 li a {
            display: block;
            outline: none;
            overflow: hidden;
            text-decoration: none;
            font-size: 14px;
            font-weight: bold;
            color: #555;
            padding: 8px 2px;
            text-align: center;
            margin-right: 0px;
            line-height: 1.42857143;
            border-top: solid 1px #999;
            border-left: solid 1px #999;
            border-right: solid 1px #999;
            border-bottom: solid 1px #999;
            border-radius: 4px 4px 0 0;
            background: url('/../_images/tab.png') 0px 0px repeat-x;
        }

        ul.tab li.over_sized,
        ul.tab1 li.over_sized {
            width: 100%;
        }

            ul.tab li.over_sized a,
            ul.tab1 li.over_sized a {
                font-size: 90%;
            }

        ul.tab li a:hover,
        ul.tab1 li a:hover {
            background-position: 10px -5px;
        }

.tab li.active > a,
.tab li.active > a:hover,
.tab li.active > a:active .tab li.active > a:hover,
.tab li.active > a:focus,
.tab1 li.active > a,
.tab1 li.active > a:hover,
.tab1 li.active > a:active .tab1 li.active > a:hover,
.tab1 li.active > a:focus {
    background-image: none;
    background-color: #fff;
    color: #555;
    cursor: default;
    border-bottom: solid 1px #fff;
}

.tabContainer, .tabContainer1 {
    display: inline-block;
    border: 1px solid #999;
    overflow: hidden;
    clear: both;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
    width: 100%;
    background: #fff;
    margin: 7px 0px 0px 0px;
    padding: 5px;
}

.tabContainer1 {
    border-top-right-radius: 0;
    border-top-left-radius: 4px;
}

.NewsStyle, .NavStyle, .urgentNews {
    list-style: none;
    margin: 5px 0px;
    padding: 0px;
}

    .NavStyle li {
        border-bottom: dashed 1px grey;
        padding: 5px;
        font-size: 14px !important; /* Navigation fonts are larger*/
    }

        .NavStyle li:hover {
            display: block;
            background-color: #F7F7F7;
        }

    .NewsStyle li:hover {
        /*background-color: #f5f5f5;*/
        background-color: #eee;
        border-bottom-width: thin;
    }

    .NewsStyle li {
        margin: 3px 0px 3px 0px;
        padding: 4px 2px 4px 22px;
        font-size: 0.8rem; /*News fonts are smaller*/
        /*background: url('/_images/news.png') no-repeat 0 4px;  */
    }

        .NewsStyle li:before {
            content: "\f1ea";
            font-family: FontAwesome;
            margin: 2px 3px 0 -18px;
            font-size: 1em;
            color: #006579;
        }

        .NewsStyle li.News_preview .Newstime:after {
            content: "Preview";
            font-weight: bold;
            background: #f50808;
            background-image: -webkit-linear-gradient(top, #f50808, #f50808);
            background-image: -moz-linear-gradient(top, #f50808, #f50808);
            background-image: -ms-linear-gradient(top, #f50808, #f50808);
            background-image: -o-linear-gradient(top, #f50808, #f50808);
            background-image: linear-gradient(to bottom, #f50808, #f50808);
            -webkit-border-radius: 5;
            -moz-border-radius: 5;
            border-radius: 5px;
            text-shadow: 1px 1px 3px #666666;
            font-family: Arial;
            color: #ffffff;
            font-size: 11px;
            padding: 3px 3px 3px 3px;
            text-decoration: none;
        }

        .NewsStyle li.archives /* News archive link*/ {
            background: none;
            text-align: left;
            padding-top: 10px;
            padding-left: 5px;
        }

            .NewsStyle li.archives:before,
            .NewsStyle > li.emptymessage:before {
                content: none;
            }

        .NewsStyle > li > .Newstime, .NewsStyle li.NewsSummary {
            font-size: 85%;
            color: inherit;
            padding-left: 3px;
        }

    .NewsStyle > li.Urgent:before,
    .NewsStyle > li.Urgent_archived:before {
        color: #ab2201;
        /*background:url('/_images/urgent.png') no-repeat 0 4px;*/
    }

    .NewsStyle > li.Urgent a,
    .NewsStyle > li.Urgent_archived a,
    .NewsStyle > li.Important a {
        font-weight: bold;
    }

    .NewsStyle > li.Urgent a {
        color: #ab2201;
    }

    .NewsStyle > li.Important_archived {
        background: url('/_images/news.png') no-repeat 0 4px;
        font-weight: bold;
    }

    .NewsStyle > li.Special a, .NewsStyle > li.Special_archived a {
        color: #4C7A21 !Important; /*green*/
    }

    .NewsStyle > li.emptymessage {
        text-align: center;
    }

.Newstitle {
    font-size: 15px;
    font-weight: bold;
}

    .newstitle .NewsTime {
        font-weight: normal !important;
        font-size: 85%;
        margin: 5px 0;
    }

.NewText_icon:after {
    content: "\f0f3\00a0";
    font-family: fontawesome;
    font-size: 0.8rem;
    color: #ab2201;
    /*background-image: url("../_images/newicon.png");*/
}

.Newsdetail, .Newsdetailnavi {
    padding: 5px;
}

/*-----------Login lightbox effect----------------------*/
.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    min-height: 100%;
    background-color: black;
    z-index: 1001;
    margin-bottom: 0px;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
}

.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 30%;
    width: 40%;
    padding: 16px;
    border: 0px solid orange;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.close_icon {
    position: relative;
    top: 5px;
    right: -5px;
    float: right;
}

.button_center {
    text-align: center;
}

.opacity_10 {
    -moz-opacity: 0.1 !important;
    opacity: .10 !important;
    filter: alpha(opacity=10) !important;
}

/*----------------------- custom layout values ----------------*/
.margin_left_10 {
    margin-left: 10px;
}

.margin_left_20 {
    margin-left: 20px;
}

.margin_right_20 {
    margin-right: 10px;
}

.padding_top_5 {
    padding-top: 5px;
}

.padding_right_20 {
    padding-right: 20px;
}

.twenty_percent_width {
    width: 20%;
}

.two_tabs li {
    width: 50%;
}

.three_tabs li {
    width: 33.3%;
}

.four_tabs li {
    width: 24.9%;
}

.five_tabs li {
    width: 19.9%;
}

.six_tabs li {
    width: 16.65%;
}

.seven_tabs {
    margin-left: 0px;
}

    .seven_tabs li {
        width: 14.28%;
    }

.well_for_sidebox, .well_box {
    padding: 6px;
    margin-bottom: 5px;
}

/*-------------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;
}
/* --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;
}

.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: #AD0000 !important;
}
/* font awesome
.fa {
    color: #564b47;
    text-shadow: 1px 1px 1px #ccc;
    font-size: 1.5em;
}*/
.text-muted /* No document message*/ {
    color: #595959!important;
}
/* ------------- Top yellow message bar ------------------ */
#ek_infopanel {
    position: relative;
    padding: 6px 6px 6px 5%;
    background-color: #FFFF99;
    border: solid 1px gray;
}

#ek_messagelist {
    margin: 0;
    padding: 0;
}

li.message1 {
    color: #AD0000;
    list-style: none;
    padding: 3px 0 3px 20px;
}

    li.message1:before {
        content: "\F071";
        font-family: fontawesome;
        font-size: 1rem;
        margin: 0 10px;
    }

li.message2 {
    color: green;
    list-style: none;
    padding: 3px 0 3px 0px;
}

    li.message2:before {
        content: "\f05a";
        font-family: fontawesome;
        font-size: 0.9rem;
        margin: 0 10px;
    }

#ek_infopanel div {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

/**--------------Sections padding in boxes-----------------------*/
.Section_Margin {
    margin: 10px 0;
}

ul.two_columns {
    width: 100%;
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

    ul.two_columns > li {
        width: 47%;
        display: inline-block;
        vertical-align: top;
        margin: 0 1em;
    }

.contentstatusmsg {
    padding: 10px;
    background: rgba(245, 245, 245, 1);
}

/*--------Public page styles-----------*/
.singlecol_center {
    margin: auto;
    width: 50%;
}

.full_height {
    min-height: 27rem;
}

.center {
    text-align: center;
}
.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}
.stickybottom {
    position: relative;
    bottom: 10px;
    margin-top: 20px;
}
.visuallyhidden {
    display: none;
}                                                                                                                   
