@import url('fonts.css');

.body_bg {
    background: none;
}

#navTopNav {
    background: #eaebed;
    /*background: red;*/
    height: 30px;
    position: relative;
}

#navTopNav > td.border {
    border-bottom: 1px solid #ddd;
}

#headerLogo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px;
    border-bottom: none !important;
    background: none;
    z-index: 89;
}

a.topmenu:link, a.topmenu:visited, a.topmenu:hover,
#supportLink:link, #supportLink:visited, #supportLink:hover {
    font-size: 14px;
    font-family: "MuseoSans 500", Arial, sans-serif;
    color: #344f6a;
    font-weight: normal;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}

.ver_flyout a:hover,
#navTopRight .ver_flyout #supportLink:hover{
    color: #f4f4f4;
    background-color: #2e3e52;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

.ver_flyout :hover > a {
    color: #f4f4f4;
    background-color: #2e3e52;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ver_flyout a, .ver_flyout a:visited {
    display: block;
    float: left;
    height: 100%;
    text-decoration: none;
    padding: 0 5px 0 5px;
    z-index: 1000;
}

.ver_flyout ul ul a:hover, .ver_flyout ul ul :hover > a, .ver_flyout ul ul ul a:hover, .ver_flyout ul ul ul :hover > a {
    color: #FFF;
    background-color: #2e3e52;
}

.ver_flyout ul li:not(:first-child) > a.topmenusub:hover {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid #FFF;
}

.ver_flyout ul li:first-child > a.topmenusub:hover {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

li:last-child > a.topmenusub {
    border-bottom: 1px solid #d3d6db;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

li:first-child > a.topmenusub {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid #d3d6db;
}

a.topmenusel:link, a.topmenusel:visited {
    background-color: #2e3e52;
    color: #f4f4f4;
    font-weight: normal;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}

.ver_flyout ul li {
    float: left;
    height: 2em;
    line-height: 2em;
    z-index: 1000;
    margin-right: 12px;
}

#navTopRight a.topmenu {
    font-size: 12px;
    font-family: Arial, sans-serif;
}

#navTopRight a.topmenu:link, #navTopLeft a.topmenu:visited {
    color: #069;
}
#navTopRight a.topmenu span {
    color: #069;
}

#navTopRight {
    float: right;
}

#navTopRight > div, #navTopRight > select {
    float: left;
}

#navTopRight .ver_flyout a.topmenu:hover, #navTopRight .ver_flyout li.active a.topmenu {
    color: #344f6a;
    background-color: #FFF;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-left: 1px solid #d3d6db;
    border-top: 1px solid #d3d6db;
    border-right: 1px solid #d3d6db;
}

#navTopRight .ver_flyout :hover > a {
    color: #FFF;
    border-left: 1px solid #d3d6db;
    border-right: 1px solid #d3d6db;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#navTopRight a.topmenusel {
    background-color: #FFF;
}

#navTopRight ul ul li a {
    padding: 0.6em 0.6em 0.3em 1em;
}

#navActions ul ul {
    right: 0;
    left: auto;
}

#navActions ul ul ul {
    right: 100%;
    left: auto;
}

#navActions {
    padding-left: 12px;
}

#navTopSub {
    background-color: #2e3e52;
    height: 30px;
    position: relative;
    font-family: Arial, sans-serif !important;
}

a.submenu:link, a.submenu:visited {
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    border: none;
}

a.submenusel:link, a.submenusel:visited, a.submenu:hover {
    background-color: #FFF;
    color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

li.active > a.submenu {
    background-color: #FFF;
    color: #333;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

span.event-title {
    font-family: Arial, sans-serif !important;
    display: inline-block;
    float: left;
    color: #CCC;
    padding-right: 10px;
    padding-top: 3px;
}

#navActions a.topmenu > span, #navActions a.topmenu > img {
    float: left;
}

#navActions > ul > li > ul {
    z-index: -1;
}

#navActions > ul > li:hover {
    border-bottom: 0;
    background-color: #FFF;
}

#navTopNav img.icon {
    width: 16px;
    height: 16px;
    padding: 4px;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/
    /*filter: alpha(opacity=50);*/
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
    border: none;
}

#navTopNav li.active a.topmenu img.icon, #navTopNav a.topmenu.topmenusel img.icon {
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
    /*filter: alpha(opacity=100);*/
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

img.icon.suffix {
    position: relative;
    padding: 5px 0 0 0;
}

a > img.icon.arrow {
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0.5em;
}

#navTopRight a > img.icon.arrow {
    left: 0;
}

#navTopRight .ver_flyout ul li:first-child > a.topmenusub {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-top: 1px solid #d3d6db;
}

.body_footer {
    background: #212933 none;
    color: #f4f4f4;
    height: 30px;
}

.body_footer > table {
    width: 100%;
    border: 0;
    height: 30px;
}

.body_footer img.icon {
    padding: 0 10px 0 10px;
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
}

.body_footer * {
    color: #ccc;
    font-family: Arial, sans-serif !important;

}

.body_footer label {
    font-size: 14px;
    padding-right: 10px;
}

.body_footer td > .footer-right {
    color: #ccc;
    padding: 2px 10px 2px 10px;
    margin: 3px 0 3px 0;
    position: absolute;
    top: 2px;
    right: 0;
    border-left: 1px solid #ccc;
}

.body_footer .footer-right a {
    color: #ccc;
    text-decoration: underline;
}

.body_footer .footer-right a:hover {
    color: #ccc;
}

.ver-flyout-inversed * {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.ver-flyout-inversed {
    display: inline-block;
    position: relative;
    top: 2px;
}

.ver-flyout-inversed span {
    display: block;
    text-decoration: none;
    color: #ссс;
    cursor: pointer;
}

.ver-flyout-inversed span:hover {
    background: #ссс;
    color: #2e3e52;
}

.ver-flyout-inversed > ul > li:hover > span {
    color: #2e3e52;
}

.search-type-hover {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top: 1px #FFF;
    border-bottom: 1px solid #d3d6db;
    border-left: 1px solid #d3d6db;
    border-right: 1px solid #d3d6db;
    background: #FFF;
    color: #2e3e52;
}

.ver-flyout-inversed ul li ul li:hover span, .ver-flyout-inversed ul li ul li:hover {
    color: #FFF;
    background-color: #2e3e52;
}

.ver-flyout-inversed ul li ul li {
    width: 140px;
    border: none;
    color: #f4f4f4;
    padding: 3px;
    z-index: 1;
    background-color: #FFF;
    border-left: 1px solid #d3d6db;
    border-right: 1px solid #d3d6db;
}

.ver-flyout-inversed ul li ul li:first-child {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid #d3d6db;
    border-left: 1px solid #d3d6db;
    border-right: 1px solid #d3d6db;
}

.ver-flyout-inversed ul li ul li:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.ver-flyout-inversed ul li ul li span {
    padding: 3px;
    color: #2e3e52;
}

.ver-flyout-inversed ul li {
    float: left;
    padding-right: 10px;
}

.ver-flyout-inversed ul li span {
    padding: 3px;
}

.ver-flyout-inversed li {
    position: relative;
    float: left;
}

.ver-flyout-inversed ul li ul, .ver-flyout-inversed:hover ul li ul, .ver-flyout-inversed:hover ul li:hover ul li ul {
    display: none;
    list-style-type: none;
    width: 140px;
}

.ver-flyout-inversed > ul > li:hover > ul {
    position: absolute;
    bottom: 100%;
    z-index: 1;
    left: -1px;
}

.ver-flyout-inversed > ul > li > img.icon-arrow {
    float: left;
    height: 14px;
    margin-top: 5px;
}

.ver-flyout-inversed > ul > li > img.inverted, .ver-flyout-inversed > ul > li:hover > img.normal {
    display: block;
}

.ver-flyout-inversed span.selected {
    color: #999;
}

.ver-flyout-inversed > ul > li > ul > li > span {
    color: #069;
}

.body_footer input {
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    padding: 2px;
    border: 1px solid #f0f0f0;
}

#multiSelect input.submit {
    margin-top: 10px;
}

.body_footer input:focus {
    background-color: #FFF;
    color: #333;
    border: 1px solid #ddd;
}

#search {
    position: relative;
}

td.search-cell {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #212933;
    border: 0;
    padding: 2px 2px 2px 2px;
}

.coat {
    background: #FFF !important;
}


.main_search_results_container {
    background: #FFF;
    position: relative;
}

.popup_head img.icon {
    width: 16px;
    cursor: pointer;
    position: relative;
    top: auto;
    padding: 0;
    text-align: right;
}

.popup_head td {
    text-align: right;
}

.popup_head td:first-child {
    text-align: left;
}

#main_search_results {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
}

#main_search_results td {
    cursor: pointer;
}

#main_search_results tr:not(:last-child) > td {
    border-bottom: 1px dotted #ddd;
}

#main_search_results td:hover, #main_search_results td:hover > span {
    background: #069;
    color: #f0f0f0;
}

#main_search_results .event-id {
    color: #666;
}

#main_search_results .event-name {
    color: #333;
}

#search_suggestions_outer .pagination {
    background: #EEE;
}

#search_suggestions_outer .pagination:hover * {
    background: #EEE;
}

#search_suggestions_outer .pagination td {
    color: #000;
    text-align: center;
}

#search_suggestions_outer .pagination td:first-child {
    text-align: left;
}

#search_suggestions_outer .pagination td:last-child {
    text-align: right;
}

.pagination img.icon {
    padding: 0;
    width: 16px;
    height: 16px;
}

.pagination .line {
    display: block;
}

.pagination .line .h2 {
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    position: relative;
    top: -4px;
    display: block;
}

.pagination .line .h2 span {
    background-color: #EEE;
    position: relative;
    top: 6px;
    padding: 0 10px;
    color: #000;
}

#search_suggestions_outer .no-results > td {
    color: #000;
    text-align: center;
    cursor: auto;
}

#search_suggestions_outer .no-results:hover > td {
    background: #f7f7f7;
}

.accountSel {
    border-bottom: 1px dotted #ddd;
    padding: 3px;
}

.accountSel img.icon, .search-box img.icon {
    padding: 0;
    width: 12px;
    height: 12px;
    border: 0;
}

#innerAccountSel {
    background: #FFF;
}

.bleed-item {
    background-color: #FFF;
    color:#000;
    border-bottom: none;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 8px!important;
    padding-right: 8px!important;
    margin-right: 8px!important;
}

.hidden_label { position: absolute !important;clip: rect(1px 1px 1px 1px); /* IE6, IE7 */  clip: rect(1px, 1px, 1px, 1px); }

/* RFP question editor */
#questions_99 > table {
    position: relative;
}
#questions_99 > table tr:before {
    content: "#";
    position: absolute;
    left: 15px;
    top: 10px;
}
#questions_99 > table td:first-child {
    padding-left: 45px;
}
.rfp-questions-list {
    counter-reset: question-counter;
    position: relative;
}
.rfp-questions-list li .handle {
    padding-left: 45px;
}
.rfp-questions-list li {
    position: relative;
}
.rfp-questions-list li:before {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -8px;
    vertical-align: middle;
    content: counter(question-counter);
    counter-increment: question-counter;
}
/* END RFP question editor */
table#additional-travel-table {
    text-align:left;
    border-radius:4px 4px 0 0;
    overflow:hidden;
    margin-top:5px;
    border:1px solid #cacaca;
    color:#333;
    width:100%;
    background:#fff;
}

table#additional-travel-table thead {
    background:#cacaca;
}

table#additional-travel-table td, table#additional-travel-table th {
    padding:7px;
    vertical-align:top;
    line-height:133%;
}

table#additional-travel-table td.flight {
    font-size:13px;
    line-height:110%;
}

table#additional-travel-table td span {
    font-style:italic;
}

table#additional-travel-table tr.label td {
    background:#f0f0f0;
    margin:0;
    border:none;
    font-weight:bold;
    color:#777;
}


table.sessioneditortable tr td {
     width: 25%;
     border-bottom: 1px solid #ccc;
     padding: 4px;
 }

table.sessioneditortable tr td:first-child {
    width: 50%;
    border-left: 1px solid #ccc;
}

table.sessioneditortable tr td:last-child {
    border-right: 1px solid #ccc;
}

table.sessioneditortable tr.labels td {
    border-left: none;
    border-right: none;
    font-weight: bold;
}

.alertError{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius:5px;
    margin:10px;
    padding:10px;
}

/* Session/Speaker Import Button Design */
label.uploadicon {
    position: relative;
}
label.uploadicon:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 25px;
    background: url("../Modern/img/svg/upload-icon.html") center / contain no-repeat;
}

input.importbtn {
    padding-left: 30px !important;
}
label.uploadicon:hover::before {
    height: 25px;
    background: url("../Modern/img/svg/upload-white-icon.html") center / contain no-repeat;
    transition: .4s ease;
}
@-moz-document url-prefix() {
label.uploadicon:before, label.uploadicon:hover::before {
    height: 20px !important;
}
}