/* --------------- */
/*  CONTENT STYLE  */
/* --------------- */

#content {
    width: calc(100% - 250px);
    padding: 50px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

.myBlueBG {
	background: #0096ff;
}

.center {
  margin: auto;
  text-align: center;
  width: 50%;
}

.centerNoMargin {
  text-align: center;
  width: 50%;
}

.alert-primary {
    background: url(media/info.png) no-repeat;
    background-color: #cce5ff;
    border-color: #94c7ff;
    background-position: 8px 8px;
    padding-left: 46px;
    margin-bottom: 40px;
    padding-bottom: 0px;
    font-size: 0.8rem;
}

.alert-red {
    background: url(media/important.png) no-repeat;
    background-color: #ffcccc;
    border-color: #ff9494;
    background-position: 8px 8px;
    padding-left: 46px;
    margin-bottom: 40px;
    padding-bottom: 0px;
    font-size: 0.8rem;
}

.spaceAbove20 {
    margin-top: 20px;
}

.spaceBelow20 {
    margin-bottom: 20px;
}

.spaceAbove40 {
    margin-top: 40px;
}

.spaceBelow40 {
    margin-bottom: 40px;
}

.spaceAbove50 {
    margin-top: 50px;
}

.paddingTop20 {
    padding-top: 20px;
}

.sectionTitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #515151;
}

.sectionSubTitle {
    font-size: 1.0rem;
    font-weight: 600;
    color: #515151;
}

.imageFloatLeft {
    float: left !important;
    width: 35%;
    margin-right: 40px;
    max-width: 200px;
    margin-bottom: 40px;
}

.imageFloatLeftPlain {
    float: left !important;
    margin-right: 20px;
}

.imageFloatLeftLarge {
    float: left !important;
    width: 35%;
    margin-right: 40px;
    max-width: 400px;
    margin-bottom: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.appText {
    color: #000;
    font-weight: bold;
}

.appButton {
    padding: 2px 4px;
    border-radius: 5px;
    color: #fff;
    background-color: #007bff;
    font-size: 0.9em;
    white-space: nowrap;
}

.list-group.myBlankList li {
    border: none;
    padding-left: 0px;
}

#sidebar ul li.page_selected a {
    color: #007bff;
}

.navPillsBorder {
    border-style: solid;
    border-width: 1px;
    border-spacing: unset;
    padding: 10px;
    border-radius: 10px;
    border-color: #007bff;
}

.howToGetHere {
    border-color: #c6c6c6;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 7px;
}

.howToGetHere::before {
    content: "How To Get Here: ";
    font-size: 1.0rem;
    font-weight: 600;
    color: #686868;
}

.howToGetHere p {
    margin-bottom: 7px;
}

.boldText {
    font-weight: 600;
}

.dotBackground_red {
    background-color: #dc3545;
    color: #fff;
    border-radius: 11px;
    padding: 0px 6px 0px 6px;
}

/* -------------- */
/*  HEADER STYLE  */
/* -------------- */

.myHeader {
    background-color: #333;
    color: white;
}

.myHeader .navbar {
    background: initial;
}

.myHeader .navbar-light .navbar-nav .nav-link {
    color: #C0BAB6;
}

.myHeader .container {
    margin-left: 0;
}

.msgTypeIcon {
    float: left;
    padding-right: 10px;
}

/* ----------- */
/*  DOC STYLE  */
/* ----------- */

body {
    font-family: 'Open Sans', Arial, sans-serif;
    background: #fff;
    color: #6a6a6a;
    font-size: 11pt;
}

p {
/*     font-family: 'Poppins', sans-serif; */
    /* font-size: 1.1em; */
    font-weight: 300;
    line-height: 1.3em;
    color: #6a6a6a;
}

#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
	color: #fff;
}
a,
a:hover,
a:focus {
    /* color: inherit; */
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 25px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    padding-top: 9px;
    
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* --------------- */
/*  SIDEBAR STYLE  */
/* --------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #FFF;
    color: #FFF;
    margin-left: 20px;
    /* top: 90px !important; */
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 10px;
	padding-bottom: 4px;
    background: #0096ff;
}

#sidebar ul.components {
    padding-bottom: 10px;
}

#sidebar ul p {
    padding: 10px;
}

#sidebar ul li a {
    /* font-size: 1.1em; */
    display: block;
    border-bottom-style: solid;
	border-bottom-width: .5px;
	border-bottom-color: #ddd;
	padding-top: 4px;
	padding-bottom: 4px;
    padding-left: 10px;
    color: #666;
}

#sidebar ul li a:hover {
    color: #0096ff;
    /* background: #fff; */
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #000;
    background: #e5e5e5;
    font-weight: bold;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    border-top: .5em solid;
    border-right: .4em solid transparent;
	border-left: .4em solid transparent;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #F4F4F4;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------- */
/*  LIGHTBOX  */
/* ---------- */

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position:relative;
    padding:0px;
    min-height:400px;
    background:#ccc;
}

.close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}

#image {
    min-height:200px;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: fit-content;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.wrapper {
    display: block;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    /* top layer */
    z-index: 9999;
}

.overlay {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
    top: 0px;
}
/* display .overlay when it has the .active class */
.overlay.active {
    display: block;
    opacity: 0.8;
    
}

#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 10px;
    right: -15px;
}

img.restrictWidth {
    width: 100%;
    max-width: 300px;
}

.list-group-item {
    background: unset;
}

/* -------------- */
/*  MEDIAQUERIES  */
/*  This needs to be last!  */
/* -------------- */

#mobVis {
    display:none;
}

@media (min-width: 768px) {
    #navheader.container {
        max-width: 100%;
    }
    #dismiss {
        display:none;
    }
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
        top:64px;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #mobVis {
        display:inline;
    }
    .btn {
        white-space: normal;
    }
    .card-body img {
        height:auto;
        width:100%;
    }
    
    .modal-content {
        width:80%;
    }

    #content {
        padding-left:25px;
        padding-right:25px;
    }

    .imageFloatLeft {
        margin-bottom: 20px;
        margin-right:20px;
    }

    .imageFloatLeftLarge {
        margin-bottom: 20px;
        margin-right:20px;
    }
}

