﻿body {
    color: #777;
    padding: 0;
    background: #eae7e4;
}

	body.page-login {
		background: #eae7e4;
	}

        body.page-login #page-footer {
            background: #0c2545;
        }

body.page-login #page-footer p {
    color: #fff;
    font-weight: 500;
}

a {
    color: #1D1756;
    
}

a:hover {
    color: #23527c;
}


.container {
    background: #FFF;
    width: 1170px;
}

.container-nav,
.container-top,
container-footer {
    background: #0c2545;
}

.container-content {
    margin-top: 5px;
    margin-bottom: 10px;
}



.normal-weight {
    font-weight: normal;
}

.weight-300 {
    font-weight: 300;
}

.light-green-bg {
    background-color: #97D700;
}

.light-blue-bg {
    background-color: #008AB4;
}

.purple-bg {
    background-color: #80225F;
}

.gray-bg {
    background-color: #E6E6E9;
    color: #66666e;
}


.white-fg {
    color: #FFF;
}

.required,
.error,
.error-message { 
    color: #cc0000; 
}

.error {
    font-weight: normal;
}

.btn {
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
}

.remove-speaker a.btn-default,
.remove-speaker .btn-default {
    color: #12315c;
}

a.btn-default,
.btn-default {
    color: #008AB4;
}

a.header:hover, a.header:active, a.header { text-decoration:none;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #12315C;
    border-color: #12315C;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #264570;
        border-color: #264570;
    }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #30a8c1;
    border-color: #30a8c1;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #30a8c1;
    border-color: #30a8c1;
}

.btn-primary .badge {
    color: #008AB4;
    background-color: #fff;
}

a.btn-clear,
.btn-clear {
    color: #FFF;
    background-color: none;
    border-color: #FFF;
}

.gray-bg a.btn-clear,
.gray-bg .btn-clear {
    border: solid 2px #12315c;
    color: #12315c;
    font-weight: 600;
}

    .gray-bg .btn-clear:hover,
    .gray-bg .btn-clear:focus,
    .gray-bg .btn-clear:active {
        border: solid 2px #ffffff;
        background-color: #0c2545;
        color: #ffffff;
    }

.btn-clear:focus,
.btn-clear.focus {
    color: #333;
}

.btn-clear:hover {
    background-color: #FFF;
    color: #12315c;
}

.block-tile {
    padding: 15px;
    font-size: 13px;
}

.block-tile.dark {

}

    .block-tile.dark h2 {
        color: #12315c;
    }

.block-tile h2 {
    font-size: 2em;
    margin: 0px 0px 10px;
}

.block-tile .btn-go {
    width: 100%;
    display: block;
    font-weight: normal;
}

.block-tile.light-green-bg .btn-go:hover {
    color: #fff;
}

.block-tile.purple-bg .btn-go:hover {
    color: #fff;
}

.block-tile.gray-bg .btn-go:hover {
    color: #fff;
}

.form-inline label {
    margin-left: 15px;
    margin-right: 10px;
}

.form-inline label.first {
    margin-left: 0px;
}

.mb-1 {
    margin-bottom: 1em;
}

.pl-1 {
    padding-left: 1em;
}

.mt-10 {
    margin-top: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.m-10 {
    margin: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.m-15 {
    margin: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.m-20 {
    margin: 20px;
}

.pagination > li > a,
.pagination > li > span {
    color: #0c2545;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #0c2545;
    border-color: #0c2545;
}

.checkbox-list > span {
    display: block !important;
}

.checkbox-list input[type="checkbox"] {
    margin: 3px 10px 0px 0px;
    display: inline-block;
}

.rblabel label  { font-weight: 500; }


.radio-list {
    margin-left: 20px;
}

.page-controls {
    margin: 30px 0px;
}

.width-50 {
    width: 50%;
}

.date-picker-spacing {
    margin-right: 10px;
}

#page-header.dark-header {
    border-bottom: 0px;
    background: #0c2545;
    min-height: 150px;
}

.dark-header .tagline {
    display: none;       
}

.dark-header #header-menu a {
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    color: #fff;
}

.dark-header #header-menu {
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}

    .dark-header #header-menu a:hover,
    .dark-header #header-menu a:focus,
    .dark-header #header-menu a:active {
        background-color: #264570;
        color: #fff;
    }

.header-text1 {
    color: #ffffff;
    margin-left: 100px;
    margin-top: 0;
		padding-top: 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.header-text2 {
	color: #f6d246;
	margin-left: 100px;
	margin-top: 25px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
}

#page-header .masthead-logo {
    margin: 50px 15px 10px 0px;
    text-align: left;
}

#page-header .masthead-logo img {
    max-height: 63px;
}

.header-line {
    height: 8px;
    margin-left: -15px;
    margin-right: -15px;
    background: -moz-linear-gradient(left, #ffdd00 0%, #00a175 25%, #00a175 46%); 
    background: -webkit-linear-gradient(left, #ffdd00 0%,#00a175 25%,#00a175 46%);
    background: linear-gradient(to right, #ffdd00 0%,#00a175 25%,#00a175 46%);
}

#page-header .row {
    position: relative;
}

#page-header {
    border-bottom: solid 5px #f6d246;
    position: relative;
    margin-bottom: 5px;
}

#page-header .tagline {
    position: absolute;
    top: 45px;
    right: 30px;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #777;
    font-weight: 600;
}

#header-menu {
    position: absolute;
    top: 0;
    right: 30px;
    line-height: 20px;
    border-left: solid 1px #008AB4;
    border-bottom: solid 1px #008AB4;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 0;
}

#header-menu a {
    display: inline-block;
    font-family: Verdana, Arial, sans-serif;
    color: #008AB4;
    font-size: 13px;
    padding: 6px 17px;
    text-decoration: none;
    border-right: solid 1px #008AB4;
    text-transform: uppercase;
}

#header-menu a:hover,
#header-menu a:focus,
#header-menu a:active {
    background-color:#008AB4;
    color: #FFF;
}

#primary-menu {
    margin: 0px -15px;
}

#primary-menu ul,
#primary-menu ul li {
    list-style: none;
    margin: 0px;
    padding: 0px; 
    font-size: 0px;
}

#primary-menu > ul {
    border-bottom: 0px;
}

#primary-menu > ul > li {
    width: 25%;
    text-align: center;
    display: inline-block;
}

    #primary-menu > ul > li > a {
        display: block;
        color: #FFF;
        font-size: 20px;
        padding: 0px;
        font-weight: bold;
        line-height: 60px;
        background: #0c2545;
    }

    #primary-menu > ul > li.active > a,
    #primary-menu ul > li:hover.active > a {
        background: #8caac3;
        color: #0c2545;
        border-left: solid 5px #eae7e4;
        border-right: solid 5px #eae7e4;
    }

#primary-menu ul li:first-child.active a {
    border-left: none;
}

#primary-menu ul li:last-child.active a {
    border-right: none;
}

    #primary-menu ul li:hover > a {
        background: #264570;
        text-decoration: none;
    }

#primary-menu ul > li:hover > a {
    color: #fff;
}

    #primary-menu ul ul {
        display: none;
        position: absolute;
        top: 103px;
        left: 0px;
        z-index: 100;
        width: 100%;
        background: #FFF;
        border-bottom: solid 5px #0c2545;
        height: 43px;
        text-align: left;
    }

/*#primary-menu ul li:nth-child(2) ul {
    display: block;
    
}*/

#primary-menu ul ul li {
    display: inline-block;
    text-align: left;
    font-size: 0px;
}

    #primary-menu ul ul li a {
        padding: 20px 25px;
        background: #FFF;
        color: #0c2545;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    #primary-menu ul ul li.active a,
    #primary-menu ul ul li:hover.active a {
        padding: 20px 25px;
        background: #0c2545;
        color: #FFF;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        border: none;
    }

#primary-menu ul ul li:last-child a {
    border-bottom: none;
}

    #primary-menu ul ul li a:hover {
        background: #f8f8f8;
        color: #264570;
        text-decoration: none;
    }

#primary-menu > ul > li.active > ul {
    display: block; 
}

#page-footer {
    padding: 15px;
    background: #0c2545;
    color: #fff;
}

.footer_brand {
    margin-bottom: 10px;
    margin-right: 20px;
    display: inline-block;

}

.footer__content { 
    align-items: flex-end;
    background: #0c2545;
}


#page-content {
    color: #66666E;
    margin: 40px 0px;
}

#page-content.has-submenu {
    margin-top: 90px;
}

#page-content h1.title {
    font-size: 30px;
    margin: 0px 0px 20px;
}

#page-content h1.title.banner {
    padding: 25px 150px 40px 30px;
    font-size: 2.7em;
    background: #008AB4;
    color: #FFF;
    border-bottom: solid 5px #C7C9CB;
    margin-top: -1px;
    margin-left: -15px;
    margin-right: -15px;
}

    #page-content h1.agenda {
        font-size: 30px;
        margin: 20px 0px;
    }

#page-content h2.sub-title {
    font-size: 20px;
    font-style: italic;
    color: #0cade0;
}

    #page-content h3.title {
        background: #E6E6E9;
        color: #66666e;
        padding: 7px 25px;
        text-transform: uppercase;
        margin: 0px 0px 15px;
        display: block;
    }

/* page specific styles */
.page-msl-dashboard #page-content,
.page-home #page-content {
    margin: 0px;
}



.page-meetings #page-content {
    margin-top: 55px;
    margin-bottom: 0px;
}

#home-page.light-bg {
    background: #eae7e4;
}

#home-page {
    margin-bottom: 15px;
}

#meeting-page .block-tile {
    margin-top: 15px;
    height: 210px;
    position: relative;
}

#meeting-page .block-tile.tall {
    height: 435px;
}

#home-page .block-tile {
    height: 210px;
    position: relative;
}

#home-page .block-tile.holiday {
    height: 250px;
    position: relative;
}

#meeting-page .block-tile .btn-go,
#home-page .block-tile .btn-go {
    position: absolute;
    bottom: 20px;
    width: 150px;
    left: 50%;
    margin-left: -75px;
}

#home-page .block-tile-row .block-tile {
    width: 292px;
    float: left;
    border-right: solid 5px #FFF;
}

#meeting-page .block-tile-row .block-tile {
    width: 390px;
    float: left;
    border-right: solid 5px #FFF;
}

.block-tile-row,
.block-tile-row {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: solid 5px #FFF;
}

.block-tile-row .block-tile:last-child {
    border-right: none;
}

#login-form {
    margin-top: 30px;
}

.venue-address td {
    padding: 5px 3px;
    font-size: 13px;
    vertical-align: top;
}

.venue-address td:nth-child(odd) {
    width: 110px;
    line-height: 32px;
    text-align: right;
}

.venue-address td:nth-child(even) {
    width: 200px;
}

.venue-row h4.title {
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: solid 1px #A7A8AA;
}

#additional-info-radios {
    margin-left: 30px;
}

.change-area-form-group {
    margin-bottom: 15px;
}

.checkbox-list label {
    max-width: 90%;
    vertical-align: top;
}

#dashboard-report-loader {
    min-height: 400px;
    margin-top: 50px;
    margin-bottom: 20px;
}

#dashboard-report {
    display: none;
}

    #dashboard-report .amcharts-legend-div {
        overflow-y: auto !important;
        height: 300px !important;
        vertical-align: middle;
    }

.viewLink {
    text-decoration: underline !important;
}


.underlineLink {
    text-decoration: underline !important;
}

.specialty-filter {
	max-width: 250px;
}

/* Absolute Center Spinner */

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .5), rgba(0, 0, 0, .5));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .5), rgba(0, 0, 0, .5));
}

/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}