@charset "UTF-8";
.home-title-event {
    width: 100%;
    float: left;
    padding-top: 120px;
    text-align: center;
    position: relative;
    z-index: 99;
}

.home-title-event h2 {
    color: #fff;
    font-size: 2.2em;
}

.home-btn-submission {
    margin: 30px 0;
}

.navigation nav ul li.lang-switcher {
    margin-top: 18px;
    padding-top: 0px;
    border-left: 1px solid #ddd;
    padding-left: 15px;
    float: right;
}

.author-reviewer-menu .navbar-brand {
    font-size: 12pt;
    color: #FFF !important;
}

.author-reviewer-menu .navbar-collapse {
    /* padding: 0; */
}

.author-reviewer-menu {
    margin-bottom: 25px;
}

.navbar-author-menu-management {
    width: 100%;
}

.navbar-author-menu-management span {
    color: #FFF;
    font-size: 12pt;
}

@media (min-width: 768px) {
    nav ul li.active a {
        color: #ff6d40;
    }
}

@media only screen and (max-width: 767px) {
    /* .dropdown-backdrop{
			display:none;
	} */
    .wrapper-content-conference fieldset legend {
        width: 100% !important;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: none !important;
    }
    #event-slider {
        margin-top: 4.7em;
    }
    .wrapper-navbar {
        height: 0;
    }
    .navbar-collapse.in {
        overflow-y: visible !important;
    }
    .navigation nav ul li ul.sub-nav li {
        background: #000;
        border-bottom: 1px dotted #555;
    }
    .navigation nav ul li .sub-nav {
        display: block;
        width: 100%;
        z-index: 9999;
    }
    .navigation nav ul li .sub-nav li:hover a {
        background-color: #000;
        text-decoration: none;
    }
    .navigation nav ul li .sub-nav li a {
        background: #000;
    }
    .navbar-header {
        top: 3px !important;
    }
    .home-btn-submission {
        display: block;
    }
    .navigation nav ul li.lang-switcher {
        margin-top: 0;
        background: #fdfdfd;
        padding: 10px 0 20px 0;
        border-left: 0px;
    }
    .venue h2 {
        font-size: 20px;
        padding-bottom: 10px;
        /* margin-top: 20px; */
    }
    .venue .text-muted {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .navigation nav ul li a {
        color: #ffffff !important;
    }
    .btn-search-bill-menu {
        color: #ffffff !important;
        padding: 15px;
    }
    .navigation nav ul li {
        text-align: left;
        border-bottom: 1px dotted #FFFFFF;
        margin-left: 0;
    }
    .navigation nav ul li.lang-switcher {
        text-align: right;
        padding-right: 25px;
    }
    .navigation nav {
        padding-top: 10px;
    }
    .home-content img {
        width: 100% !important;
        height: auto !important;
    }
    .home-title-event {
        display: none;
    }
}

.btn-search-bill-menu {
    background: none;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    color: #3d3d3d;
    text-transform: uppercase;
}

.navigation nav ul li {
    padding: 0;
    white-space: nowrap;
}

.navigation nav ul li a {
    font-size: 15px;
}

.btn-submission {
    border: 2px solid #FFF;
    color: #FFF;
    padding: 14px 28px;
    font-size: 18px;
    cursor: pointer;
    background: #ff6d40;
}

.btn-submission:hover {
    background: rgba(0, 0, 0, 0.31);
    color: #FFF;
    text-decoration: none;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Select file..';
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    line-height: 15px;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.well {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 1rem;
    border-radius: 3px;
    margin-bottom: 1rem;
    box-shadow: none;
}