* {
    font-family: "Calibri";
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }

    #header div img {
        max-width: 300px;
        width: 100%;
    }

    #navbar ul.nav {
        margin-left: 0;
        margin-right: 0;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    #navbar ul.nav>li {
        display: block !important;
        width: 100% !important;
        margin-left: 0;
    }

    #navbar ul.nav>li>a {
        margin-left: 15px;
        margin-right: 15px;
    }

    #navbar ul.nav>li>a.glyph>.glyphicon {
        top: 0 !important;
    }

    #navbar ul.nav>li>a.glyph>big>.glyphicon {
        top: 0 !important;
    }

    #navbar ul.nav>li>ul>li>a {
        background-color: #D4D4D4;
        margin-left: 10px;
        margin-right: 20px;
        margin-bottom: 1px;
    }

    #navbar ul.nav>li>ul>li>a:hover {
        background-color: #9D9E9E;
    }

    #navigation li a {
        height: auto !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .overlay {
        font-size: 1em;
        left: 5px !important;
    }

    .menuitem {
        position: relative !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }

    .menuitem {
        position: absolute !important;
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }

    .menuitem {
        position: absolute !important;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }

    .menuitem {
        position: absolute !important;
        width: 100%;
    }
}

table select, table input, select.selectMenu {
    color: black;
}

.top-buffer {
    margin-top: 20px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.separator {
    width: 100%;
    border-bottom: 1px solid grey;
}

body {
    background: rgb(222, 222, 222) url("../img/bg.png") !important;
}

input, optgroup, select, textarea {
    margin: 5px;
}

.glyphicon {
    font-weight: bold;
}

a {
    color: rgb(30, 60, 84);
    font-weight: bold;
}

h1 {
    font-size: 34px;
}

h3 {
    font-size: 22px;
}

h6 {
    font-weight: 600;
}

label {
    margin-top: 10px;
}

.nav>li>a:focus, .nav>li>a:hover, .nav>li>a:active {
    background-color: #9D9E9E;
}

.label {
    font-size: 100%;
    color: #1e3c54;
}

.form-control {
    height: auto;
}


#container {
    background-color: white;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

#navbar {
    padding: 0;
}

#navigation {
    background-color: rgb(30, 60, 84);
    margin-bottom: 0;
    border-radius: 0;
    padding-left: 5px;
    padding-right: 5px;
}

#navigation .active {
    background-color: white;
}

.navbar-default .navbar-text {
    color: white;
}

#navigation #collapse, #navigation .container-fluid {
    padding: 0;
}

#navigation li a {
    color: #fff;
    height: 40px;
    top: 4px;
}

#navigation li.open a.dropdown-toggle {
    color: rgb(30, 60, 84);
}

#navigation li a:hover {
    color: white;
}

#navigation a.active, #navigation a:hover.active {
    color: rgb(30, 60, 84);
}

.navbar-default {
    border-color: rgb(30, 60, 84) !important;
}

#navigation ul ul {
    border-radius: 0;
    border-width: 0;
}

#navigation ul ul li {
    display: block;
    width: auto;
}

#navigation ul ul a {
    color: rgb(30, 60, 84);
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
    white-space: normal;
    height: auto;
}

#navigation ul ul a:hover {
    color: white;
    background-color: #9D9E9E;
}

#navbar ul.nav {
    width: 100%;
}

#navbar ul.nav>li {
    display: table-cell;
    width: 1%;
    float: none;
}

#navbar ul.nav>li>a {
    margin-bottom: 0;
    text-align: center;
    line-height: 10px;
}

#navbar ul.nav>li>a:hover {
    color: white;
    background-color: #9D9E9E;
}

#navbar ul.nav>li>a.glyph>.glyphicon {
    top: -2px;
}

#navbar ul.nav>li>a.glyph>big>.glyphicon {
    top: -4px;
}

.breadcrumb {
    border-radius: 0 !important;
    border: 1px solid #eee;
}

#carousel {
    padding: 0;
}

#body {
    background-color: #f5f5f5;
    margin-bottom: 20px;
    border-radius: 0;
    border: 1px solid #eee;
}

#sidebar {
    background: #ebedec;
    padding-top: 20px;
    color: rgb(30, 60, 84);
}

#sidebar .block {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #999;
}

#sidebar input, #sidebar optgroup, #sidebar select, #sidebar textarea {
    margin: 0;
}

#sidebarFontSize {
    margin-bottom: 20px !important;
}

#sidebar #sizer div {
    height: 30px;
    background-color: rgb(30, 60, 84);
    float: left;
    margin-right: 5px;
    padding: 2px;
    border-radius: 4px;
}

#sidebar #sizer a {
    height: 40px;
    position: relative;
    margin: 2px;
    color: white;
    border-radius: 4px;
}

#sidebar #sizer a span {
    padding: 2px;
}

#sidebar #sizer a:hover span {
    background-color: white;
    color: rgb(30, 60, 84);
}

#main {
    color: rgb(30, 60, 84);
    padding-top: 20px;
}

#main a {
    color: rgb(30, 60, 84);
}

#main .conf-link a {
    color: rgb(30, 60, 84);
}

#header {
    color: #1e3c54;
}

#footer {
    color: rgb(157, 158, 158);
    font-size: 110%;
    margin-bottom: 20px;
}

.row {
    overflow: hidden;
}

.row [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.selectMenu {
    display: inline !important;
    margin-bottom: 10px;
    width: auto !important;
}

.textField {
    width: auto !important;
    display: inline !important;
}

.select {
    width: auto !important;
}

.input {
    width: auto !important;
    display: inline !important;
}

li {
    margin-left: 10px;
}

textarea {
    width: 90% !important;
    height: auto !important;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
  }

.carousel-control {
    background-image: none !important;
    opacity: 0.9;
}

.overlay {
    color: #fff;
    position: absolute;
    z-index: 12;
    bottom: 5px;
    left: 50%;
    right: 5px;
    width: auto;
    text-align: center;
    background-color: rgb(30, 60, 84);
    opacity: 0.8;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

#link:focus, #link:hover {
    
}

#link h3 {
    font-weight: bold;
}

#link p {
    font-weight: 500 !important;
}

#confs div {
    padding: 10px;
}

#confs div:hover {
    background-color: rgb(220, 222, 221);
    cursor: pointer;
}

#confs a:hover {
    text-decoration: none !important;
}

#confs a h3 {
    margin-top: 0;
}

#preparationChecklist textarea {
    width: auto !important;
}

#preparationChecklist button {
    margin-top: 30px;
}

#assign{
    width: 147.933px;
}

.createAnother{
    margin-top: 0px;
}

.btn-default{
    margin-bottom: 5px;
}

.menu li{
    display: inline-flex;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 16px;
}

.steplist li{
    display: inline-flex;
    margin-right: 10px;
}

.current{
    font-weight: bold;
}

.button{
    margin-top: 0;
}

.value a.file, .value a.action {
    text-decoration: underline;
}

#submission h1, #submission h2, #submission h3, #submission h4, #submission h5,
#peerReview h1, #peerReview h2, #peerReview h3, #peerReview h4, #peerReview h5,
#directorDecision h1, #directorDecision h2, #directorDecision h3, #directorDecision h4, #directorDecision h5,
#directors h1, #directors h2, #directors h3, #directors h4, #directors h5,
#status h1, #status h2, #status h3, #status h4, #status h5,
#metadata h1, #metadata h2, #metadata h3, #metadata h4, #metadata h5 {
    margin-top: 0;
    margin-bottom: 0;
}

#submission .row, #peerReview .row, #directorDecision .row, #directors .row,
#status .row, #metadata .row {
    margin-top: 2px;
    margin-bottom: 2px;
}

#possibleResponses-0, .textAr{
    width: auto !important;
}