﻿@import "//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,300";

body {
    background-color: lightgray;
}

a {
    outline: medium none;
}

    a:hover, a:focus {
        color: #21759b;
    }

img {
    vertical-align: inherit;
}

h1, h2, h3, h4, h5, h6 {
    color: #555;
    font-family: Helvetica,Arial,sans-serif;
}

.default-container{
	max-width:1200px; margin: 0 auto; min-height:1000px; background:white;overflow: hidden;
}

.clear {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.content-right div ul {
    margin-left: 20px;
}

.content-right h2, .content-right h3 {
    font-weight: 700;
}

#warp {
    background-color: #fff !important;
    box-shadow: 0 2px 6px rgba(100,100,100,0.3);
    box-sizing: border-box;
    margin-bottom: 48px;
    margin-top: 48px;
    padding: 0 20px;
    width: 100%;
    max-width: 1050px;
}

/*.site-header hgroup {
        float: left;
    }

    .site-header h1 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .site-header h1, .site-header h2 {
        text-align: left;
    }

        .site-header h1 a, .site-header h2 a {
            color: #515151;
            display: inline-block;
            text-decoration: none;
        }

            .site-header h1 a:hover {
                color: #21759b;
            }

    .site-header h2 {
        color: #757575;
        font-size: 13px;
        font-weight: normal;
        line-height: 1.84615;
    }*/

.header_banner {
    text-align: center;
}

.main-navigation {
    background-color: #f8f8f8;
}

    .main-navigation .nav-menu {
        border-bottom: 1px solid #ededed;
        border-top: 1px solid #ededed;
        text-align: left;
        width: 100%;
    }

    .main-navigation ul {
        box-sizing: border-box;
        margin: 0;
        padding-left: 20px;
        text-indent: 0;
    }

    .main-navigation li {
        margin: 0 30px 0 0;
        position: relative;
        z-index: 999;
    }

        .main-navigation li a, .main-navigation li {
            display: inline-block;
            font-size: 13px;
            text-decoration: none;
        }

            .main-navigation li a {
                border-bottom: 0 none;
                color: #6a6a6a;
                padding: 12px 0;
                text-transform: uppercase;
                white-space: nowrap;
            }

                .main-navigation li a:hover {
                    color: #000;
                    cursor: pointer;
                }

            .main-navigation li ul li a {
                background: none repeat scroll 0 0 #efefef;
                border-bottom: 1px solid #ededed;
                display: block;
                font-size: 12px;
                line-height: 18px;
                padding: 10px;
                white-space: normal;
                width: 200px;
            }

                .main-navigation li ul li a:hover, .main-navigation li ul li a:focus {
                    background: none repeat scroll 0 0 #e3e3e3;
                    color: #444;
                }

            .main-navigation li ul ul {
                left: 100%;
                top: 0;
            }

.search_box {
    float: right;
    margin: 7px 20px 0 0;
    position: relative;
    width: 220px;
}

    .search_box input[type="text"] {
        color: #666;
        margin: 0;
        padding: 5px 0 5px 30px;
        width: 190px;
    }

    .search_box input[type="image"] {
        left: 10px;
        position: absolute;
        top: 8px;
    }

    .search_box input::-moz-placeholder {
        color: #666;
    }

.breadCrumb {
    margin-bottom: 20px;
}

    .breadCrumb a {
        color: #21759b;
        text-decoration: none;
    }

        .breadCrumb a:hover {
            color: #515151;
        }

.main_content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: black #ededed #ededed;
    border-image: none;
    border-right: 1px solid #ededed;
    border-style: solid;
    border-width: 3px 1px 1px;
    float: left;
    width: 650px;
}

.results_toolbar {
    padding: 3px 10px;
}

.results-sort {
    float: right;
}

    .results-sort select {
        float: left;
        margin-right: 6px;
        width: auto;
    }

    .results-sort label {
        float: left;
        margin-right: 6px;
        margin-top: 9px;
        font: 13px sans-serif;
    }

.results_list .gallery_desc {
    margin: 0;
    padding: 10px 10px 0 12px;
    width: 100%;
    box-sizing: border-box;
}

.results_list .gallery_col .gallery_desc {
    width: 230px;
}

    .results_list .gallery_col .gallery_desc.gallery_noimg {
        width: 400px;
        margin: 0;
    }

.results_list .gallery_col .gallery_list {
    float: right;
}

.gallery_view {
    border: 1px solid #ededed;
    border-radius: 2px;
    float: right;
    margin-top: 6px;
    padding: 0;
}

    .gallery_view img {
        display: inline-block;
    }

    .gallery_view a {
        border-left: 1px solid #ededed;
        margin: 0 2px;
    }

        .gallery_view a:first-child {
            border-left: medium none;
        }

        .gallery_view a.listMode, .gallery_view a.gridMode {
            display: inline-block;
            height: 11px;
            width: 11px;
        }

        .gallery_view a.listMode {
            background-image: url('images/icon_gallery_view_1.png');
        }

        .gallery_view a.gridMode {
            background-image: url('images/icon_gallery_view_2.png');
        }

.gallery_col {
    box-sizing: border-box;
    padding: 0 40px 0 0;
    border-top: 1px solid #e2e2e2;
    display: block;
    width: 100%;
}

.main_content .gallery_img {
    float: left;
    height: 200px;
    position: relative;
    width: 200px;
}

    .main_content .gallery_img img {
        display: block;
    }

        .main_content .gallery_img img.no_preview_available {
            content: url("images/no_preview_available.png");
        }

.main_content .gallery_col .gallery_img .count {
    background: none repeat scroll 0 0 #000;
    bottom: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    left: 0;
    opacity: 0.6;
    padding: 1px 6px;
    position: absolute;
}

.main_content .gallery_col .gallery_desc {
    margin-left: 200px;
}

.main_content .gallery_col .gallery_img + .gallery_desc {
    margin-left: 0px;
}

.main_content .gallery_desc {
    float: left;
    margin: 0 10px 0 12px;
    padding-top: 10px;
    width: 230px;
}

    .main_content .gallery_desc h3 {
        color: #72bad9;
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        margin: 0 0 5px;
    }

        .main_content .gallery_desc h3 a {
            color: #72bad9;
            font-size: 12px;
            line-height: 12px;
            text-decoration: none;
        }

    .main_content .gallery_desc p {
        font-size: 13px;
        line-height: 18px;
    }

.main_content .gallery_list {
    float: left;
    padding-top: 10px;
    padding-bottom: 15px;
    width: 160px;
}

    .main_content .gallery_list ul {
        margin-bottom: 10px;
    }

        .main_content .gallery_list ul li {
            border-bottom: 1px solid #f1f1f1;
            color: #888;
            font-size: 12px;
            list-style: outside none none;
            margin: 0;
            padding: 2px 0;
        }

            .main_content .gallery_list ul li strong {
                color: #555;
            }

        .main_content .gallery_list ul.bullet li {
            border-bottom: medium none;
            color: #555;
            font-size: 10px;
            font-weight: bold;
            list-style-type: square;
            margin-left: 10px;
        }

a.btn_view_entry {
    background-color: #fef3cc;
    background-image: linear-gradient(to bottom,#fef3cc,#fbdb64);
    border: 1px solid #ebd97e;
    border-radius: 2px;
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px #fff;
    text-transform: uppercase;
}

a.btn_vote {
    background: linear-gradient(to bottom,#00b2e8,#0082be) repeat scroll 0 0 #00b2e8;
    border: 1px solid #0082be;
    color: #fff;
    margin-top: 10px;
    text-shadow: none;
}

.gallery_grid {
    float: left;
    margin-right: 10px;
    width: 210px;
}

.main_content .gallery_grid .gallery_img {
    height: 210px;
    width: 210px;
}

    .main_content .gallery_grid .gallery_img .count {
        background: none repeat scroll 0 0 #000;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        opacity: 0.6;
        padding: 1px 6px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .main_content .gallery_grid .gallery_img .item_winner_categories {
        background: none repeat scroll 0 0 #f2f8fc;
        border-left: 5px solid #fbbd32;
        color: #b85303;
        font-size: 10px;
        font-weight: 700;
        left: 0;
        padding: 1px 6px;
        position: absolute;
        text-transform: uppercase;
        top: 0;
    }

.main_content .gallery_grid .gallery_desc p {
    font-size: 12px;
    font-weight: bold;
}

.gallery_grid:nth-child(3n + 1) {
    clear: both;
    margin-right: 10px;
}

.gallery_grid:nth-child(3n + 3) {
    margin-right: 0;
}

.sidebar_right {
    float: right;
    width: 312px;
}

.gallery_right_panel {
    background: none repeat scroll 0 0 #fff;
    border-top: 3px solid black;
    box-shadow: 0 1px 4px 3px rgba(0,0,0,0.15);
    margin-bottom: 20px;
}

    .gallery_right_panel h4 {
        border-bottom: 1px solid #e0e1e2;
        color: #555;
        font-size: 18px;
        font-weight: bold;
        padding: 10px;
    }

.search_filter ul {
    margin: 0;
}

    .search_filter ul li {
        border-bottom: 1px dashed #ddd;
        list-style: outside none none;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
        margin: 0 0 10px !important;
    }

        .search_filter ul li .head {
            background: url("images/arrow_off.png") no-repeat scroll 15px 13px #fff;
            color: #444;
            padding: 8px 10px 8px 28px;
        }

        .search_filter ul li.active .head {
            background: url("images/arrow_on.png") no-repeat scroll 15px 13px #fff;
        }

        .search_filter ul li .head span {
            color: #888;
            float: right;
            font-weight: bold;
        }

.search_filter_content {
    background: linear-gradient(to bottom,#eeeeee 0px,#ffffff 50%,#eeeeee 100%) repeat scroll 0 0 rgba(0,0,0,0);
    display: none;
    padding: 5px 10px;
}

    .search_filter_content label {
        color: #0075bc;
        display: block;
        line-height: 20px;
        margin-right: 10px;
        padding: 6px 0 6px 26px;
        position: relative;
    }

        .search_filter_content label .count {
            color: #afadad;
        }

    .search_filter_content input[type="checkbox"] {
        left: 0;
        position: absolute;
        top: 6px;
    }

li.active .search_filter_content {
    display: block;
}

.search_filter_controls {
    display: block;
    padding: 15px 0 15px 28px;
}

    .search_filter_controls a {
        color: #1b75c9;
        text-decoration: none;
    }

.application_category_filter .selected_category_controls {
    float: right;
}

.application_category_filter .category_selector {
    margin: 30px 10px 15px 20px;
}

    .application_category_filter .category_selector li a {
        cursor: pointer;
    }

.search_filter ul li a {
    text-decoration: none;
}

.hierarchyItemSelector > ul > li > a {
    font-weight: bold;
}

.search_filter ul li ul li ul {
    margin: 10px 0 0 20px !important;
}

.search_filter ul li ul li a {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0;
}

#content ul li {
    padding: 0px;
}

#content .paging {
    border-top: 1px solid #ededed;
    padding: 12px 10px;
}

    #content .paging h4 {
        color: #777;
        float: left;
        font-size: 14px;
        margin: 3px 0 0;
    }

    #content .paging ul {
        display: inline;
        float: right;
        margin: 0;
        padding: 0;
    }

    #content .paging li {
        color: #bbb;
        display: inline;
        font-weight: bold;
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        #content .paging li.extra {
            display: none;
        }

    #content .paging .btn {
        color: #fff;
        font-size: 0.9em;
        margin: 0;
        padding: 0.4em 0.9em;
        text-shadow: none;
    }

    #content .paging .btn-active {
        background: none repeat scroll 0 0 #615f60;
        border: 1px solid #555;
    }

    #content .paging .pg-prev {
        padding-right: 2em;
    }

    #content .paging .pg-next {
        padding-left: 2em;
    }

    #content .paging .btn {
        background: linear-gradient(to bottom,#00b2e8,#0082be) repeat scroll 0 0 #00b2e8;
        border: 1px solid #0082be;
        border-radius: 0.3em;
        color: #fff !important;
        display: inline-block;
        text-transform: capitalize;
    }

        #content .paging .btn[disabled]:hover, #content .paging .btn.btn-disabled:hover {
            background: linear-gradient(to bottom,#00b2e8,#0082be) repeat scroll 0 0 #00b2e8;
        }

        #content .paging .btn:hover {
            background: none repeat scroll 0 0 #0092c8;
        }

#content .btn-disabled {
    cursor: default;
    opacity: 0.5;
}

#content .paging .btn-active {
    background: none repeat scroll 0 0 #615f60;
    border: 1px solid #555;
}

.info-block {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #20a520 #ededed #ededed;
    border-image: none;
    border-right: 1px solid #ededed;
    border-style: solid;
    border-width: 3px 1px 1px;
    box-sizing: border-box;
    clear: both;
    margin: 0 0 1em;
    padding: 5px 10px 0;
    width: 100%;
}

    .info-block h4 {
        color: #009103;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .info-block p {
        margin-bottom: 15px;
    }

        .info-block p a {
            color: #1b75c9;
            font-weight: bold;
            text-decoration: none;
        }

.more-info {
    background: url("images/arrow_off.png") no-repeat scroll right center rgba(0,0,0,0);
    padding-right: 15px;
}

.wbox:before, .wbox:after {
    content: "";
    display: table;
}

.wbox:after {
    clear: both;
}

.wbox {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: black #ededed #ededed;
    border-image: none;
    border-right: 1px solid #ededed;
    border-style: solid;
    border-width: 3px 1px 1px;
}

.col-lg-4 {
    box-sizing: border-box;
    float: left;
    width: 33%;
}

.col-lg-12 {
    box-sizing: border-box;
    width: 100%;
}

.propinfo_outer {
    margin-bottom: 30px;
}

    .propinfo_outer .wbox {
        margin-bottom: 0;
    }

    .propinfo_outer + .wbox, .videoList + .wbox {
        box-sizing: border-box;
        padding: 15px;
    }

.btn_rank_entry {
    text-transform: uppercase;
}

.rankListButtons {
    padding-left: 10px;
}

.results_list .btn_rank_entry {
    margin: 10px 0;
    width: 100%;
}

.gallery_mainContent {
    box-sizing: border-box;
    float: left;
    padding: 5px;
    width: 608px;
}

.gallery_slider .flexslider li {
    list-style: outside none none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.gallery_info {
    box-sizing: border-box;
    float: right;
    width: 338px;
}

    .gallery_info > .wbox {
        padding: 8px;
        margin-bottom: 30px;
    }

    .gallery_info h3 {
        color: #474747;
        font-size: 16px;
        font-weight: 700;
    }

    .gallery_info h4 {
        color: #474747;
        font-size: 14px;
        font-weight: 700;
    }

    .gallery_info p {
        margin-bottom: 20px;
    }

    .gallery_info ul {
        margin-left: 8px;
    }

    .gallery_info .btn_view_entry {
        font-size: 14px;
        padding: 6px 0;
    }

    .gallery_info .description {
        word-wrap: break-word;
    }

.gallery_details .wbox {
    margin-bottom: 30px;
}

    .gallery_details .wbox h2 {
        border-bottom: 1px solid #ededed;
        color: #474747;
        font-size: 24px;
        font-weight: 700;
        margin: 0;
        padding: 5px 0 5px 15px;
    }

    .gallery_details .wbox .col-lg-4 h3 {
        color: #474747;
        font-size: 16px;
        font-weight: 700;
    }

    .gallery_details .wbox .col-lg-4 {
        color: #474747;
        font-size: 13px;
        padding: 25px;
    }

        .gallery_details .wbox .col-lg-4 ul li {
            color: #474747;
            font-size: 14px;
            list-style: outside none disc;
            margin-top: 5px;
            padding-left: 0;
        }

            .gallery_details .wbox .col-lg-4 ul li:first-child {
                margin-top: 0;
            }

        .gallery_details .wbox .col-lg-4 + .col-lg-4 + .col-lg-4 a {
            color: #1b75bb;
            display: block;
            font-weight: 700;
            text-decoration: none;
        }

    .gallery_details .wbox .col-lg-12 {
        padding: 25px;
    }

.gallery_details .videoContainer {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px;
}

.warningPanel {
    background: rgba(237,198,198,0.45);
    font-size: large;
}

footer {
    float: none;
    border-top: 1px solid #ededed;
    clear: both;
    font-size: 0.857143rem;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 25px 0;
}

    footer a {
        color: #686868;
        font-size: 12px;
    }

        footer a:hover {
            color: #21759b;
        }

label.selected_category {
    padding-left: 0;
}

.judgingGallery_rightContent {
    float: right;
    width: 485px;
    word-break: break-word;
}

.judgingGallery_leftContent {
    float: left;
    width: 520px;
    word-break: break-word;
}

    .judgingGallery_leftContent h4 {
        color: #474747;
        font-size: 14px;
        font-weight: 700;
    }

.judgingGallery_info {
    box-sizing: border-box;
    padding: 5px;
}

.judgingGallery_scoreBox {
    background-color: #efefef;
    height: 70px;
    margin: 10px 0 10px 0;
    text-align: center;
}

    .judgingGallery_scoreBox .totalScore_label {
        color: #bbbbbb;
        font-weight: bolder;
    }

    .judgingGallery_scoreBox .totalScore_text {
        font-size: 40px;
        font-weight: bold;
        margin: 10px;
    }

#evaluation > h4 {
    margin-top: 0;
}

    #evaluation > h4 .recuseJudge {
        font-size: smaller;
    }

#evaluation #recuseJudgeForm .reasonForRecusal input {
    width: 410px;
}

.header-wrap {
    position: relative;
}

.top-left {
    width: 20%;
    float: left;
}

.top-right {
    width: 80%;
    float: right;
    background: #fff;
}

.ann-conf {
    float: left;
    margin-top: 45px;
}

.top-nav {
    position: absolute;
    top: 0;
    right: 20px;
}

ul {
    list-style: none outside;
}

.top-right-nav ul li {
    display: inline-block;
}

    .top-right-nav ul li a {
        display: block;
        float: left;
        border-top: 3px solid #CBD6D7;
        margin: 1px;
        padding: 10px 10px 8px 10px;
        text-decoration: none;
        font-size: 11px;
        font: normal 10px arial,sans-serif;
        color: #8B9899;
    }

    .top-right-nav ul li span {
        display: block;
        float: left;
        width: 1px;
        height: 33px;
        background: url(https://openwater-themes.s3.amazonaws.com/cmsproducts/training-hussein-new/images/utility_nav_divider.gif) no-repeat;
    }

.search-sec {
    clear: right;
    float: right;
    margin-right: 16px;
    margin-left: -5px;
    width: 380px;
    text-align: right;
    font: normal 11px arial,sans-serif;
    color: #8B9899;
    overflow: hidden;
    margin-top: 50px;
}

p {
    margin: 0 0 20px 0;
}

.search-form {
    float: right;
}

form {
    margin-bottom: 20px;
}

.search-form input[type="text"] {
    font-size: 12px;
    display: block;
    padding: inherit;
    float: left;
    height: 21px;
}

input[type="image"] {
    margin-left: -3px;
}

a, a:visited {
    text-decoration: none;
}

.header-menu {
    width: 100%;
    float: left;
    position: relative;
}

.main-navigation .nav-menu {
    border-bottom: none;
    border-top: none;
    text-align: left;
    width: 100%;
    background: #2a6a2e;
    background: url(https://openwater-themes.s3.amazonaws.com/cmsproducts/training-hussein-new/images/nav_bar.png) no-repeat;
}

.main-navigation li {
    margin: 0 0 0 22px;
}

    .main-navigation li a {
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        white-space: normal;
        width: 100px;
        vertical-align: top;
        padding: 7px 0;
        text-align: center;
    }
























#warp {
    margin-bottom: 0px;
    margin-top: 0px;
}

.core {
    min-height: 1000px;
}

.header-wrap {
    position: relative;
}

.top-left {
    width: 20%;
    float: left;
}

.top-right {
    width: 80%;
    float: right;
    background: #fff;
}

.ann-conf {
    float: left;
    margin-top: 45px;
}

.top-nav {
    position: absolute;
    top: 0;
    right: 20px;
}

.top-right-nav ul li {
    display: inline-block;
}

    .top-right-nav ul li a {
        display: block;
        float: left;
        border-top: 3px solid #CBD6D7;
        margin: 1px;
        padding: 10px 10px 8px 10px;
        text-decoration: none;
        font-size: 11px;
        font: normal 10px arial,sans-serif;
        color: #8B9899;
    }

        .top-right-nav ul li a:hover {
            border-top: 3px solid #9DA5A6;
            ;
        }

    .top-right-nav ul li span {
        display: block;
        float: left;
        width: 1px;
        height: 33px;
        background: url(https://openwater-themes.s3.amazonaws.com/cmsproducts/training-hussein-new/images/utility_nav_divider.gif) no-repeat;
    }

.search-sec {
    clear: right;
    float: right;
    margin-right: 16px;
    margin-left: -5px;
    width: 380px; /*440*/
    text-align: right;
    /*margin-top: 26px;*/
    font: normal 11px arial,sans-serif;
    color: #8B9899;
    overflow: hidden;
    margin-top: 50px;
}

a.get-help {
    background: url(https://openwater-themes.s3.amazonaws.com/cmsproducts/training-hussein-new/images/utility_arrow.gif) no-repeat 0 3px;
    padding-left: 13px;
    font: bold 11px arial,sans-serif;
    color: #8B9899;
    margin: 0 0 0 10px;
}

.search-form {
    float: right;
}

    .search-form input[type="text"] {
        display: inline-block;
        font-size: 12px;
    }

.search-text {
    margin: 0px !important;
    border-top: 1px solid #8B9899 !important;
    border-left: 1px solid #8B9899 !important;
    border-bottom: 1px solid #8B9899 !important;
    border-right: none !important;
    padding: 2px 7px !important;
    width: 95px !important;
    height: 21px;
    vertical-align: top;
}

input[type="image"] {
    margin-left: -3px;
}
/*.search-btn {
    width: 50px;
    height: 25px !important;
    padding: 0px !important;
    line-height: 25px !important;
}*/
/* Heder menu section */
.header-menu {
    width: 100%;
    float: left;
    position: relative;
}

.main-navigation .nav-menu {
    border-bottom: none;
    border-top: none;
    text-align: left;
    width: 100%;
    background: #2a6a2e;
    background: url(https://openwater-themes.s3.amazonaws.com/cmsproducts/training-hussein-new/images/nav_bar.png) no-repeat;
    height: 34px;
}

.main-navigation li {
    /*margin: 0 10px 0 10px;*/
    margin: 0 0 0 22px;
}

    .main-navigation li a {
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        white-space: normal;
        width: 100px;
        vertical-align: top;
        padding: 7px 0;
        text-align: center;
        /*background: url(https://openwater-themes.s3.amazonaws.com/cmsproducts/training-hussein-new/images/sub-nav_bar.png) no-repeat;*/
    }

        .main-navigation li a:hover {
            color: #fff;
            border-top: 2px solid #bed8c0;
            padding: 5px 0px;
        }

    .main-navigation li ul li a {
        background: none repeat scroll 0 0 #2a6a2e;
        border-bottom: 1px solid #ededed;
        text-align: left;
    }

        .main-navigation li ul li a:hover,
        .main-navigation li ul li a:focus {
            background: none repeat scroll 0 0 #e3e3e3;
            color: #444;
            line-height: 18px;
            padding: 10px;
            border-top: 0px solid #bed8c0;
        }
/* Footer section */

.footer-wrap {
    clear: left;
    height: 75px;
    margin: 0 auto;
    font: normal 10px arial,sans-serif;
    color: #A5B0B0;
    background: #FFF;
}

.contact-info {
    float: left;
    /* margin: 0 0 25px 13px; */
}

    .contact-info p span a:hover {
        color: #4B8A4E;
        text-decoration: underline;
    }

.footer-nav {
    float: right;
    color: #A5B0B0;
    font: normal 10px arial,sans-serif;
}

    .footer-nav ul {
        margin-bottom: 0px;
    }

        .footer-nav ul li {
            display: inline-block;
            margin-bottom: 5px;
        }

            .footer-nav ul li a {
                text-decoration: underline;
                font-size: 10px;
                margin-left: 22px;
            }

                .footer-nav ul li a:hover {
                    color: #4B8A4E;
                    text-decoration: underline;
                }

    .footer-nav a {
        text-decoration: underline;
        font-size: 10px;
    }

.footer-link {
    text-align: right;
}

    .footer-link a:hover {
        color: #4B8A4E;
    }

.footer-nav .footer-link:last-child {
    margin-top: 10px;
}

@media(max-width: 1023px) {
    .main-navigation li a {
        width: 95px;
    }
}

@media(max-width: 991px) {
    .main-navigation li {
        margin: 0 5px 0 5px;
    }
}

@media(max-width: 900px) {
    .main-navigation li {
        margin: 0px 5px;
    }

        .main-navigation li a {
            width: 80px;
        }

    .search-sec {
        width: 100%;
        max-width: 280px;
    }
}

@media(max-width: 767px) {
    .top-left {
        width: 100%;
        max-width: 200px;
        float: left;
    }

    .top-right {
        width: 63%;
        float: right;
        background: #fff;
    }

    .header-menu {
        margin-bottom: 20px;
    }

    a.mobile_nav {
        position: absolute;
        right: 20px;
        top: -19em;
        color: #fff;
        background: #fff;
        border-radius: 0px;
        border: none;
        box-shadow: none;
    }

    .mobile_nav:after {
        content: '\f333';
        font-family: 'dashicons';
        font-size: 35px;
        margin: 0px;
        color: #266c30;
        display: inline-block;
        line-height: 1;
        vertical-align: middle;
    }

    .mobile_nav.menu-icon:after {
        content: '\f153';
    }

    .main-navigation .nav-menu {
        background: none;
    }

    .main-navigation li {
        margin: 0px 0px;
    }

    .main-navigation ul li {
        border-top: 1px solid #266c30 !important;
    }

        .main-navigation ul li:last-child {
            border-bottom: 1px solid #266c30 !important;
        }

    .main-navigation li a {
        color: #000;
        width: 100%;
        border-top: none;
        padding: 10px;
        text-align: left;
    }

        .main-navigation li a:hover {
            color: #fff;
            border-top: none;
            padding: 10px;
            width: 100%;
            background: #266c30;
        }

    .main-navigation li ul li a {
        background: none;
        text-align: left;
        padding: 10px 20px;
    }

        .main-navigation li ul li a:hover {
            text-align: left;
            padding: 10px 20px;
            background: #266c30;
        }

    .search-sec {
        max-width: 180px;
        float: left;
        margin-left: 22px;
        margin-top: 0px;
    }

    /* footer */
    .site-info {
        text-align: center;
    }

    .contact-info, .footer-nav {
        width: 100%;
        text-align: center;
    }

    .footer-link {
        text-align: center;
    }
}

@media(max-width: 600px) {
    .top-left {
        max-width: 100%;
        text-align: center;
        margin: 30px 0 0;
    }

    .top-right {
        width: 100%;
        text-align: center;
    }

    .ann-conf {
        float: none;
        margin-top: 0px;
    }

    .search-sec {
        max-width: 100%;
        margin-left: 0px;
        text-align: center;
    }

    .search-form {
        float: none;
    }
}

@media(max-width: 480px) {
    .ann-conf img {
        max-width: 200px;
    }

    a.mobile_nav {
        right: 10px;
        top: -18em;
    }
}

@media(max-width: 400px) {
    .footer-nav ul li a {
        margin-left: 10px;
    }
}


.header-menu-sub-item {
    display: none;
}

.navigation-menu-main {
    background-color: #f5f5f5;
    border-radius: 4px;
    list-style: outside none none;
    padding: 8px 15px;
    font-size: 16px;
}

    .navigation-menu-main > a {
        color: #32F;
    }

.meeting-abstracts-header {
    font-weight: 700;
    color: #333;
}

.breadCrumbSeparator {
    vertical-align: middle;
}

.abstracts-menu > a {
    cursor: pointer;
}

    .abstracts-menu > a.selected {
        color: #333;
        text-decoration: none;
        cursor: text;
        font-weight: bold;
    }

.abstracts-menu-content {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding: 5px;
}

.menu-content-item {
    display: none;
}

    .menu-content-item.active {
        display: block;
    }

    .menu-content-item > div.form-group > label {
        display: block;
        cursor: pointer;
    }

    .menu-content-item > div.form-group > input[type=text], .menu-content-item > div.form-group > select {
        margin: 10px 0;
        max-width: 490px;
        width: 80% !important;
        border: 1px solid lightgray;
        min-width: 100px;
        padding: 5px 4px 4px;
    }

    .menu-content-item > div.form-group > input[type=text]{
        border: 1px solid lightgray;
    }

.custom-text-area {
    height: 400px;
    width: 95%;
    border: 1px solid #ccc;
    resize: none;
}

label span.required {
    height: 7px;
    width: 7px;
    display: inline-block;
    background: url(https://aag.secure-platform.com/a/Content/images/required.png) no-repeat;
    padding: 0px;
    vertical-align: top;
    margin-top: 3px;
}


.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

input[type='checkbox'].input-validation-error, input[type='radio'].input-validation-error {
    outline: 1px solid #ff0000 !important;
    display:inline;
}


.submit-group {
    margin: 30px 0 0 0px;
    float: right;
}



.error, .notice, .success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #CCCCCC;
    display: block;
    margin: 5px;
}

.notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.form-read-only {
    padding: 6px 4px;
    font-size: 15px;
    margin-top: 9px;
    margin-bottom: 9px;
    display: block;
    border: 1px solid lightgray;
    width: 96%;
}

.notice a {
    color: #514721;
    text-decoration: none;
}

    .notice a:hover {
        color: #32F;
        text-decoration: none;
    }

.content-right {
    width: 80%;
    float: right;
    margin: 10px 0 0 0;
}

.content-left {
    /*width: 200px;*/
    float: left;
    margin: 10px 10px 0 0;
    clear: both;
}

    .content-left .menu {
        border: 1px solid #e5e5e5;
        border-radius: 2px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        padding: 0px 0 0px 0;
    }

        .content-left .menu h4 {
            background-color: #f9fafa;
            border-bottom: 1px solid #e5e5e5;
            padding: 0px 0px 10px 5px;
            font-weight: bold;
            font-size: 13px;
            color: #333;
        }

        .content-left .menu ul {
            margin: 0;
            padding: 0 0 0 20px;
        }

            .content-left .menu ul li {
                border-bottom: 1px solid #e6e7e9;
                transition: all 160ms;
                list-style: none;
                margin: 0;
                padding: 0;
                font-size: 12px;
                line-height: 19px;
            }


                .content-left .menu ul li a {
                    display: inline-block;
                    width: 100%;
                    padding: 7px 0 7px 25px;
                    font-weight: 500;
                    color: #37434f;
                    -o-transition: all 160ms;
                    -moz-transition: all 160ms;
                    -webkit-transition: all 160ms;
                    transition: all 160ms;
                    box-sizing: border-box;
                }

        .content-left .menu a {
            position: relative;
            text-decoration: none;
        }

a.makeAnotherApplication {
    background: url(https://aag.secure-platform.com/a/Content/themes/default/prettymenu-icons/icon_1.png) no-repeat 0 9px;
}

a.myApplications {
    background: url(https://aag.secure-platform.com/a/Content/themes/default/prettymenu-icons/icon_2.png) no-repeat 0 9px;
}

a.logout {
    background: url(https://aag.secure-platform.com/a/Content/themes/default/prettymenu-icons/icon_9.png) no-repeat 0 9px;
}

a.btn {
    font-weight: bold;
}


table {
    width: 100%;
    margin-bottom: 20px;
    clear: both;
}

    table th {
        font-size: 12px;
        font-weight: bold;
    }

    table th, table td {
        padding: 8px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    table th {
        font-weight: bold;
    }

    table thead th {
        vertical-align: bottom;
    }

    table tbody tr:nth-child(odd) td, table tbody tr:nth-child(odd) th {
        background-color: #f9f9f9;
    }

.one-third {
    float: left !important;
    clear: none !important;
    width: 26% !important;
    margin-right: 5px;
}

.one-fourth {
    float: left !important;
    clear: none !important;
    width: 18% !important;
    margin-right: 20px;
}

.author-input {
    padding: 6px 4px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    font-family: Helvetica, Arial, sans-serif;
    padding: 2px 2px;
    font-size: 15px;
    width: 96%;
}

.saveAndNext, #addPerson, #addByPin, #cancelEdit, #btnPrevious, #btnDone, #btnNext, #btnPreviousEdit {
    margin-top: 10px;
    font-weight: bold;
}

.listItem > label {
    font-weight: normal;
}


label.name {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sweet-alert button {
    padding: 0 22px;
}

.av-policy{
    display:none;
}


.hidden{
    visibility:hidden;
}