@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');

html,
body {
    font-family: 'Source Sans Pro', sans-serif;
    height: 100%;
}

.main-header .logo {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: bold;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini{
    font-size: 0.6em;
}

.skin-blue .main-header .navbar .dropdown-user li a{
    color:#777 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.login-page-dark{
    background: #1A2226;
}

.skin-blue .content-header {
    background: #FFF;
}

.content-header {
    position: relative;
    padding: 7px 15px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(82,63,105,0.08);
    box-shadow: 0px 10px 30px 0px rgba(82,63,105,0.08);
}

.content-header>.breadcrumb{
    background: #FFF;
}

.box-white{
    border-top: none;
}

.h-content-header{
    font-size: 1.5rem;
    font-weight: 600;
    padding: 7px 5px;
}

.content-header>.row>.col-md-6>.breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    border-radius: 2px;
}

.form-control{
    border-radius: 5px;
}

.box-header{
    margin-bottom: 15px;
}

.box-body{
    padding: 20px;
}

.btn-xs{
    margin: 1px;
}


.row-accordion{
    margin-bottom: 20px;
}

.onu-traffic-signal-title{
    font-weight: bold;
    font-size: 1.5rem;
}

.accordion-title {
    font-weight: bold;
    font-size: 1.5rem;
}

.graph-legend {
    font-weight: bold;
    font-size: 1.5rem;
}

.graph-container{
    padding-bottom: 20px;
}

.img-graph-container{
    padding-bottom: 20px;
}

.graph-title{
    margin-bottom: 10px;
    font-weight: 500;
}

#mapid {
    height: 400px;
    border-radius: 10px;
}

.map-responsive {
    margin: 10px;
    position: relative;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 300px;
    width: 100%;
}

.mapboxgl-popup-content {
    color: #fff !important;
    background-color: #f13e3e !important;
}

.mapboxgl-popup-tip {
    border-top-color: #f13e3e !important;
}

/* Desktop only */
.update-loc {
    position: absolute;
    top: 10px;
    right: 25px;
    color: white;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px;
    z-index: 1000;
}

/* Mobile only */
@media (max-width: 989px) {
    .update-loc {
        position: absolute;
        top: 320px;
        left: 50%;
        text-align: center;
        transform: translateX(-50%);
        color: white;
        padding: 8px 15px;
        border: none;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600;
        width: 80%;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px;
        z-index: 1000;
    }
}
