body {
    font-family: Montserrat;
    font-weight: bold;
    color: #000;
    background: #FFF;
}

#login_page {
    background: url(../images/background.png);
    color: #FFF;
}

.form-rounded {
    border-radius: 3rem;
}

.form-rounded-less {
    border-radius: 2rem;
}

.btn-really-round {
    border-radius: 3rem;
}

.btn-bigger {
    height: 70px;
}

.one_hundred_px {
    height: 100px;
}

.fifty_px {
    height: 50px;
}

.twenty_five_px {
    height: 25px;
}

.twenty_px {
    height: 20px;
}

.bg-host-summary {
    background: #0069B5;
    color: #FFF;
    padding: 50px;
}

.bg-schedule {
    background: #022850;
    color: #0069B5;
    padding: 50px;
}

.bg-your-next-show {
    background: #FFF;
    color: #000;
    padding: 50px;
}

.btn-host-summary {
    background: #022850;
    color: #FFF;
}

.btn-red {

    --bs-btn-color: #fff;
    --bs-btn-hover-bg: #CB0827;
    --bs-btn-bg: #CB0827;
    --bs-btn-hover-color: #fff;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #CB0827;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
    font-weight: bolder;
    padding: 20px;
}

.btn-purple {

    --bs-btn-color: #fff;
    --bs-btn-bg: #704C8D;
    --bs-btn-hover-bg: #704C8D;
    --bs-btn-hover-color: #fff;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #704C8D;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
    font-weight: bolder;
    padding: 20px;
}

.btn-green {

    --bs-btn-color: #fff;
    --bs-btn-bg: #8FBD28;
    --bs-btn-hover-bg: #8FBD28;
    --bs-btn-hover-color: #fff;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #8FBD28;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
    font-weight: bolder;
    padding: 20px;
}

.btn-orange {

    --bs-btn-color: #fff;
    --bs-btn-bg: #FF9300;
    --bs-btn-hover-bg: #FF9300;
    --bs-btn-hover-color: #fff;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FF9300;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
    font-weight: bolder;
    padding: 20px;
}

.btn-blue {

    --bs-btn-color: #fff;
    --bs-btn-bg: #0069B5;
    --bs-btn-hover-bg: #0069B5;
    --bs-btn-hover-color: #fff;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0069B5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
    font-weight: bolder;
    padding: 20px;
}


.btn-messages {
    --bs-btn-color: #fff;
    --bs-btn-bg: #8FBD28;
    --bs-btn-hover-bg: #8FBD28;
    --bs-btn-hover-color: #fff;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #8FBD28;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
    font-weight: bolder;
    font-size: 25px;
    padding: 20px;
}

.login-form {
    height: 60px;
    max-width: 750px;
    font-size: 30px;
    text-align: center;
    background: #FFF;
}

.change-dropdown {
    height: 65px;
    font-size: 35px;
    text-align: center;
    background: #FFF;
        color: #000;

    /*background: #FFF;
    color: #000;*/
    padding-bottom: 5px;
    border-right: solid 20px transparent;
    /*border: #000 solid 3px;*/

}

.view-schedule-dropdown {
    height: 65px;
    font-size: 45px;
    text-align: center;
    background: #FFF;
    color: #FFF;
    padding-bottom: 5px;
    border-right: solid 27px #FFF;
}

.header {
    background: url(../images/background.png);
    padding: 20px;
}


@media (min-width: 992px) {
    body {
        /*padding-top: 56px;*/
    }
}

#map {
    height: 300px;
    width: 100%;
}
#iw_container .iw_title {
    font-size: 16px;
    font-weight: bold;
}
.iw_content {
    padding: 15px 15px 15px 0;
}

.logo {
    padding-top: 60px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@media (max-width: 990px) {

    [class*="col-"] {
        margin-bottom: 25px;
    }

}

/*@media (orientation: portrait) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: block;
        width:100%;
        height:15rem;
    }
}

@media (orientation: landscape) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: block;
        width:100%;
    }
}*/

.carousel-caption {
    margin-bottom: 125px;
}
.carousel-inner> .item {
    margin: 0 auto;
    height: 500px;
}
.carousel .item > img {
    height: auto;
    min-height:500px;
    min-width: 100%;
}

.overlay_tt {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
}

.container:hover .overlay_tt {
    bottom: 0;
    height: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay_image {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.container_full {
    width: 98%;
}
.white_link {
    color: #FFF;
}
.black_link {
    color: #000;
}
.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}
.row.row-grid [class*="col-"] + [class*="col-"] {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .row.row-grid [class*="col-md-"] + [class*="col-md-"] {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
        margin-top: 0;
    }
}

.form-box {
    padding: 10px;
    background-color: #eee;
    border-radius: 5px;
    border: 2px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: 9px 10px 17px 1px rgba(0,0,0,0.37);
    -moz-box-shadow: 9px 10px 17px 1px rgba(0,0,0,0.37);
    box-shadow: 9px 10px 17px 1px rgba(0,0,0,0.37);
}

input[type="text"], input[type="password"] {
    margin-bottom: 0px;
}

.launcher_dow {
    color: #cc5302;
    font-weight: bold;
    font-size: 12px;
}

.launcher_name {
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.launcher_q_na {
    font-size: 11px;
    color: #CF0205;
    font-style: italic;
}

.dz_logo {
    height: 25px;
    width: 100%;
}

.dropbtn {
    background-color:cadetblue;
    color: white;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: cadetblue;
}

.editortext {
    text-transform: uppercase;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
}

.content {
    background: #FFF;
}

select.form-control{
    -webkit-appearance: menulist!important;
    -moz-appearance: menulist!important;
    -ms-appearance: menulist!important;
    -o-appearance: menulist!important;
    appearance: menulist!important;
}

.no-underline {
    text-decoration: none;
}

/*select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../images/icons/caret-down-light.svg");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) center;
}*/