﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #fff;
}

body.body-on-map {
    padding: 10px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

.body-on-map .table {
    font-size: small;
}

.body-on-map h2 {
    margin-top: 0;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-brand.small {
    font-size: small;
}

.navbar {
    background-color: #f6f6f6;
    border-bottom: 1px solid #ebebeb;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

    .navbar .nav.navbar-nav .glyphicon.glyphicon-user {
        font-size: 2em;
        vertical-align: middle;
        padding: 0px;
        margin-right: -10px;
    }

.navbar-nav > li > div > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}

.nav > li > div > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
    footer p {
        display: block;
        margin: 0;
        padding: 0;
        color: #ffffff;
        background-color: rgba(0,114,206,0.8);
    }

.alert.alert-dismissible .close {
    border: none;
    background-color: transparent;
}

a {
    cursor: pointer;
}

a {
    color: rgba(0,114,206,1);
}

a .caret,
.btn .caret {
    margin-left: 0.5rem;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: 0px;
    margin-top: 4px \9;
}

.radio > tbody > tr > td {
    padding-bottom: 1rem;
}

.uppercase {
    text-transform: uppercase;
}

.dropdown-toggle.dropdown-toggle-login {
    padding: 0;
    margin: 1px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

    .dropdown-toggle.dropdown-toggle-login > .btn {
        margin-top: -1px;
        border: none;
    }

        .dropdown-toggle.dropdown-toggle-login > .btn:hover {
            box-shadow: none;
        }

.dropdown.language > .dropdown-toggle {
}

.dropdown.language > .dropdown-toggle > .language.language-selected {
    display: block;
    float: left;
    min-height: 20px;
    min-width: 30px;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 1px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 3px;
}

        .dropdown.language > .dropdown-toggle > .language.language-selected.language-et {
            background-image: url('/Content/lang-et-small.png');
        }

        .dropdown.language > .dropdown-toggle > .language.language-selected.language-en {
            background-image: url('/Content/lang-en-small.png');
        }

        .dropdown.language > .dropdown-toggle > .language.language-selected.language-ru {
            background-image: url('/Content/lang-ru-small.png');
        }

.dropdown.language > .dropdown-menu > li > .language {
    background-position: right 3px center;
    background-repeat: no-repeat;
    background-size: 18px;
}

    .dropdown.language > .dropdown-menu > li > .language.language-et {
        background-image: url('/Content/lang-et.png');
    }

    .dropdown.language > .dropdown-menu > li > .language.language-en {
        background-image: url('/Content/lang-en.png');
    }

    .dropdown.language > .dropdown-menu > li > .language.language-ru {
        background-image: url('/Content/lang-ru.png');
    }

.dropdown-menu > .dropdown-item {
    display: block;
    padding: 0.5rem 1rem;
}

    .dropdown-menu > .dropdown-item:hover,
    .dropdown-menu > .dropdown-item:focus {
        color: #ffffff;
        background-color: rgba(0,114,206,1);
    }

.table > tbody > .table-row > .table-row-last-colummn,
.table > thead > tr > .table-row-last-colummn {
    padding: 0;
}

.table > tbody > .table-row-information > td {
    border-top: none;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 0px) {

    .jumbotron {
        margin-top: 20px;
    }

        .jumbotron h1,
        .jumbotron .lead {
            color: #ffffff;
            text-shadow: 0px 0px 5px rgba(0,114,206,1);
        }

        .jumbotron.background-filters {
            background: -webkit-linear-gradient(left, rgba(0,114,206,1) 20%, rgba(0,114,206,0.4) 40%, rgba(0,0,0,0) 100%), url('/Content/jumbotron-bg-small.jpg'), no-repeat;
            background: -moz-linear-gradient(left, rgba(0,114,206,1) 20%, rgba(0,114,206,0.4) 40%, rgba(0,0,0,0) 100%), url('/Content/jumbotron-bg-small.jpg'), no-repeat;
            background: -o-linear-gradient(left, rgba(0,114,206,1) 20%, rgba(0,114,206,0.4) 40%, rgba(0,0,0,0) 100%), url('/Content/jumbotron-bg-small.jpg'), no-repeat;
            background: -ms-linear-gradient(left, rgba(0,114,206,1) 20%, rgba(0,114,206,0.4) 40%, rgba(0,0,0,0) 100%), url('/Content/jumbotron-bg-small.jpg'), no-repeat;
            background: linear-gradient(to right, rgba(0,114,206,1) 20%, rgba(0,114,206,0.4) 40%, rgba(0,0,0,0) 100%), url('/Content/jumbotron-bg-small.jpg'), no-repeat;
            background-size: cover;
            background-clip: border-box;
            background-position-x: right;
            background-position-y: center;
            background-repeat: no-repeat;
            border-radius: 0px;
        }

    .body-content {
        padding: 0;
    }

    .main-content {
        padding: 0px 5px;
    }

    .input-w-lg {
        min-width: 15em;
    }

    .frontpage-row {
        margin-left: 0;
        margin-right: 0;
    }

        .frontpage-row p > .btn:after {
            content: ' »';
        }

    .frontpage-info {
        min-height: 0px;
    }

        .frontpage-info ul {
            margin-top: 1em;
        }

        .frontpage-info > .frontpage-info-header {
            min-height: 0px;
        }

    .navbar-header .navbar-header-logo {
        display: none;
    }

    .navbar .navbar-form.navbar-left {
        display: none;
    }

    .navbar-toggle {
        /*border-color: #d9230f;*/
        border-color: #600202;
    }

        .navbar-toggle .icon-bar {
            /*background-color: #d9230f;*/
            background-color: #600202;
        }

    .navbar-collapse.collapse {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .navbar-collapse.collapse.in {
        border-top-color: rgba(127,127,127,0.3);
    }

    .cookie-warning {
        z-index: 9999;
        position: absolute;
        display: block;
        background-color: rgba(243,208,62,0.97);
        border-radius: 3px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border: none;
        top: -1px;
        padding: 25px;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
        -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
        width: 100%;
        left: 0%;
        text-align: center;
        border-radius: 0px;
    }

        .cookie-warning > .close[aria-hidden="true"] {
            position: absolute;
            top: 5px;
            right: 5px;
            margin-right: 5px;
        }
}

@media screen and (min-width: 410px) {

    .jumbotron.background-filters {
        background-size: contain;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {

    .jumbotron.background-filters {
        border-radius: 6px;
    }

    .navbar-header .navbar-header-logo {
        display: inline-block;
        position: relative;
        float: left;
        width: 140px;
        height: 40px;
        margin: 0px 30px 0px -20px;
        background-image: url('../../Content/haridus-logo-blue.svg');
        background-size: 145px;
        background-position: left center;
        background-repeat: no-repeat;
        background-color: transparent;
    }

    .cookie-warning {
        width: 90%;
        left: 5%;
        border-radius: 3px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
}

/* Responsive: Portrait tablets and up */
@media handheld, screen and (min-width: 992px) {

    .input-w-lg {
        min-width: 20em;
    }

    .frontpage-info {
        min-height: 12em;
    }

        .frontpage-info > .frontpage-info-header {
            min-height: 2em;
        }
}

@media handheld, screen and (min-width: 1200px) {

    .navbar .navbar-form.navbar-left {
        display: inline-block;
    }

    .cookie-warning {
        width: 60%;
        left: 20%;
    }
}

@media handheld, screen and (min-width: 1300px) {
}

@media screen and (min-height: 0px) {

    .jumbotron {
        padding: 24px 60px;    
    }
}

@media screen and (min-height: 768px) {

    .jumbotron {
        padding: 48px 60px;    
    }
}

@media handheld, screen and (max-width: 1080px) {

    .jumbotron {
        padding: 24px 10px;
    }
}

.table > tfoot > tr > td,
.panel > .panel-body .table > tfoot > tr > td {
  vertical-align: bottom;
  border-top: 2px solid #dddddd;
}

.tooltip {
    z-index: 99 !important;
}

    .tooltip > .tooltip-inner {
        text-align: left;
    }

.checkbox span[data-val="true"] {
    padding-left: 20px;
}

.empty {
    display: none !important;
    visibility: hidden;
}

.btn-group.login {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    margin-left: 3px;
}

    .btn-group.login .btn.login {
        margin-top: 1px;
        max-height: 38px;
    }

.btn.login {
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    /*background-color: #f8f8f8;*/
    font-weight: bold;
    font-size: 1.5rem;
    color: #eee;
}

    .btn.login:hover {
        color: #fff;
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .btn.login:focus {
        color: #ddd;
    }

    .btn.login.pre-btn {
        border: none;
        min-width: 3rem;
        cursor: default;
    }

        .btn.login.pre-btn:hover {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .btn.login.login-unlock {
        max-width: 48px;
        background-image: url('../../Content/login-unlock-bg.png');
        color: transparent;
    }

    .btn.login.login-locked {
        max-width: 48px;
        background-image: url('../../Content/login-locked-bg.png');
        color: transparent;
    }

    .btn.login.login-unlocked {
        max-width: 48px;
        background-image: url('../../Content/login-unlocked-bg.png');
        color: transparent;
    }

    .btn.login.login-id {
        /*background-image: url('../../Content/login-id-bg.png');*/
    }

    .btn.login.login-mid {
        /*background-image: url('../../Content/login-mid-bg.png');*/
    }

    .btn.login.login-smartid {
        /*background-image: url('../../Content/login-smartid-bg.png');*/
    }

.btn.login.logoff {
    color: #fff;
}

.btn.float-right {
    float: right;
}

.navbar-search input:first-child {
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: -3px;
}

.navbar-search input:last-child {
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.table > thead > tr > th[align="right"] {
    text-align: right;
}

a:hover,
a:active,
a:focus {
    text-decoration: none !important;
    color: rgba(0,74,166,1);
}

.panel > .panel-heading > .panel-title a,
.panel > .panel-heading > .panel-title a:hover,
.panel > .panel-heading > .panel-title a:active,
.panel > .panel-heading > .panel-title a.focus {
    color: inherit;
}

a.glyphicon:hover {
    text-decoration: none;
}

a.glyphicon.glyphicon-alert-ok {
    color: rgba(0,150,57,1) !important;
}

a.glyphicon.glyphicon-alert-warning {
    color: rgba(255,155,0,1) !important;
}

a.glyphicon.glyphicon-alert-error {
    color: rgba(239,51,64,1) !important;
}

.btn {
    max-width: 30rem;
    white-space: inherit;
}

.btn.disabled,
.btn.aspNetDisabled
 {
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-item.disabled,
.dropdown-item.aspNetDisabled {
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.btn.glyphicon {
    font-family: 'Glyphicons Halflings';
}

.table > tbody > tr > td.glyphicon.glyphicon-info-sign {
    color: rgba(239,51,64,1);
    min-width: 1.5em;
    max-width: 1.5em;
}

.btn-group > a {
    margin-top: 22px;
}

.btn-group.btn-group-xs > a,
.btn-group.btn-group-xs > ul {
    font-size: 12px;
}

.table td.td-actions {
    padding: 0px 0px 0px 10px;
    white-space: nowrap;
    text-align: right;
    vertical-align: middle;
    width: 0.1%;
    min-width: 15rem;
}

    .table td.td-actions.td-actions-modal {
        padding: 8px;
        vertical-align: top;
    }

    .table td.td-actions > .btn-group {
        display: block;
        border: 1px solid transparent;
        float: right;
    }

        .table td.td-actions > .btn-group > a {
            margin: 3px;
        }

.modal {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.modal.modal-loading {
    z-index: 9999 !important;
}

    .modal > .modal-dialog.modal-dialog-details > .modal-content > .modal-body {
        padding: 0px;
    }

        .modal > .modal-dialog.modal-dialog-details > .modal-content > .modal-body .panel {
            border-radius: 0px;
            border-top: none;
            margin-bottom: 0px;
        }

            .modal > .modal-dialog.modal-dialog-details > .modal-content > .modal-body .panel:last-child {
                border-bottom: none;
            }

            .modal > .modal-dialog.modal-dialog-details > .modal-content > .modal-body .panel > .panel-heading {
                border-radius: 0px;
            }

            .modal > .modal-dialog.modal-dialog-details > .modal-content > .modal-body .panel > .panel-body {
                padding-bottom: 0px;
            }

        .modal > .modal-dialog.modal-dialog-details > .modal-content > .modal-body .alert {
            border-radius: 0px !important;
        }

.modal.location-on-map > .modal-dialog {
    margin: 1%;
    width: 98%;
    height: 100%;
    display: inline-table;
}

    .modal.location-on-map.logs > .modal-dialog {
        margin-left: 15%;
        margin-right: 15%;
        width: 70%;    
    }

    .modal.location-on-map > .modal-dialog > .modal-content {
        display: inline-table;
        width: 100%;
        height: 95%;
    }

    .modal.location-on-map .modal-body {
        display: table-row;
        height: 100%;
        width: 100%;
    }

    .modal.location-on-map.logs .modal-body > .log-contents {
        display: table-cell;
        height: 0;
        font-size: 0.9em;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .modal.location-on-map.logs .modal-body > .log-contents {
        display: block;
        height: 100px;
        font-size: 0.9em;
        vertical-align: middle;
    }
}

@supports (-ms-ime-align:auto) {

    .modal.location-on-map.logs .modal-body > .log-contents {
        display: block;
        height: 100px;
        font-size: 0.9em;
    }
}

.modal.location-on-map.logs .modal-body > .log-contents > div:first-child {
    overflow-y: scroll;
    display: block;
    /*max-height: 100%;*/
    max-height: calc(100vh - 20rem);
}

    .modal.location-on-map.logs .modal-body > .log-contents > div table > thead > tr > th {
        position: sticky;
        top: 0;
        z-index: 99;
        background-color: #fff;
    }

    .modal.location-on-map .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);
    }

    .modal.location-on-map #map-canvas-search-box {
        display: none;
        background-color: #ffffff;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        margin-left: 12px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 300px;
    }

    .modal.location-on-map #map-canvas-search-box:focus {
        border-color: #4d90fe;
    }

    .pac-container {
        font-family: Roboto;
        z-index: 2000 !important;
    }

        .pac-container > .pac-item {
            display: none;
        }

        .pac-container > .pac-item:first-child {
            display: block;
        }

    .pac-container:hover > .pac-item,
    .pac-container:focus > .pac-item {
        display: block;
    }

    #type-selector {
        color: #ffffff;
        background-color: #4d90fe;
        padding: 5px 11px 0px 11px;
    }

    #type-selector label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

    #target {
        width: 345px;
    }

.institution-count {
    color: rgba(239,51,64,1);
    float: right;
    text-shadow: 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(239,51,64,0.4);
}

.institution-count-no-float {
    color: rgba(239,51,64,1);
    text-shadow: 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(239,51,64,0.4);
    white-space: normal;
}

.panel-body > .institution-count {
    float: left;
    font-size: 70%;
    padding: 10px 0px 0px 0px;
}

.panel-body-with-overflow > .institution-count {
    padding: 10px 0px 0px 5px;
}

.panel.panel-primary.panel-h2 {
    background-color: rgba(0,114,206,1);
}

    .panel.panel-primary.panel-h2 > .panel-body > h2 {
        color: #ffffff;
        margin-top: 9px;
    }

    .panel.panel-default {
        margin-bottom: 9px;
    }

.panel > .panel-subpanel {
    padding: 0px;
}

    .panel > .panel-subpanel > .panel {
        border: none;
        margin-bottom: 0px;
    }

    .panel > .panel-subpanel > .panel > .panel-heading {
        border-top: 1px solid #dddddd;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

.panel > .panel-filter {
    padding: 0;
}

.panel > .panel-filter.mobile .btn-toolbar input[type="text"],
.panel > .panel-filter.mobile .btn-toolbar input[type="password"],
.panel > .panel-filter.mobile .btn-toolbar input[type="email"],
.panel > .panel-filter.mobile .btn-toolbar input[type="tel"],
.panel > .panel-filter.mobile .btn-toolbar input[type="select"] {
    max-width: none;
}

.panel > .panel-filter.mobile .btn-toolbar {
    padding-left: 5px;
    padding-right: 5px;
}

.panel > .panel-filter.mobile .btn-toolbar .btn-group {
    display: block;
    width: 100%;
    margin-left: 0;
}

.panel > .panel-heading .btn-filter {
    text-decoration: none;
    display: inline-block;
}

    .panel > .panel-heading.closed .btn-filter.glyphicon-chevron-up {
        -webkit-transition: all 1s !important;
        -moz-transition: all 1s !important;
        -o-transition: all 1s !important;
        transition: all 1s !important;
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .panel > .panel-heading .btn-filter.glyphicon-chevron-up {
        -webkit-transition: all 1s !important;
        -moz-transition: all 1s !important;
        -o-transition: all 1s !important;
        transition: all 1s !important;
    }

.panel.location-on-map {
    margin-bottom: 0px;
}

    .panel.location-on-map .panel-body {
        padding: 0px;
    }

    .location-on-map .modal-body > iframe,
    .location-on-map .panel-body > iframe,
    .location-on-map .modal-body > div,
    .location-on-map .panel-body > div {
        border: none;
        width: 100%;
        height: 100%;
        max-height: 100%;
    }

    .location-on-map .panel-body > iframe,
    .location-on-map .panel-body > div {
        min-height: 300px;
        margin-bottom: -4px;
    }

.center-aligned {
    text-align: center !important;
}

.left-aligned {
    text-align: left !important;
}

.table > tbody > tr.italic {
    font-style: italic;
}

.table > tbody > tr > td img {
    max-width: 100%;
    /*max-height: 50%;*/
    max-height: 20em;
    border-radius: 6px;
}

.table .col-0 {
    padding: 0;
    display: none;
}

.panel > .panel-body.panel-body-with-overflow,
.modal.modal-with-overflow {
    overflow: auto !important;
}

.panel > .panel-body .table {
    margin-bottom: 0px;
}

    .panel > .panel-body .table td {
        border-top: none;
    }

    .panel > .panel-body .table.table-with-stripes tr:not(:first-child) td {
        border-top: 1px solid #dddddd;
    }

.panel .panel-body .alert {
    margin-bottom: 0px;
}

.panel > .panel-body #DetailsViewAdditionalInfoGeneralDescription td {
    padding: 0px;
}

.form-control.form-control-280 {
    max-width: 280px;
}

.form-control[disabled], fieldset[disabled] .form-control {
    background-color: inherit;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: none;
    border-right: none;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control.input-selected {
    border-color: rgba(0,114,206,1);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,114,206,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,114,206,0.6)
}

.progress-bar.progress-bar-pink {
    background-color: rgba(239,51,64,0.8);
}

#textbox-clear {
    position: absolute;
    right: 5px;
    padding-top: 7px;
    top: 0;
    bottom: 0;
    height: 0;
    font-size: 16px;
    cursor: pointer;
    margin: auto;
    z-index: 999;
}

    #textbox-clear:hover {
        color: rgba(239,51,64,1);
    }

.navbar-nav > li.divider {
    border-top: 1px solid rgba(127,127,127,0.2);
    max-height: 1px;
}

.panel .panel-body.panel-body-no-padding {
    padding: 0;
}

.panel .panel-body.panel-body-no-top-bottom-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.panel .panel-body hr {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.map-information-container > .close {
    float: left;
    /*position: absolute;*/
    z-index: 3001;
    background-color: #ffffff;
    color: #000000;
    padding: 5px 10px;
    border-radius: 50px;
    border: none;
    outline: none;
}

    .map-information-container > .close:hover,
    .map-information-container > .close:active {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .map-information-container #content {
        min-width: 45em;
    }

.map-information-container #content img:not(.empty) {
    background-color: rgba(255,255,255,0.6);
    position: absolute;
    right: 0px;
    border: none;
    border-radius: 50px;
    margin-right: 10px;
    max-width: 150px;
    max-height: 100px;
    -webkit-transition: all 1s !important;
    -moz-transition: all 1s !important;
    -o-transition: all 1s !important;
    transition: all 1s !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.map-information-container #content img:not(.empty):hover {
    border-radius: 3px;
    max-width: 90%;
    max-height: 80%;
    box-shadow: 0 0px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.3);
}

.modal.location-on-map .modal-body #map-canvas-information,
.modal.location-on-map .modal-body #map-canvas-distance {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border: none;
    background-color: #ffffff;
    padding: 1px 0px 1px 1px;
}

.modal.location-on-map .modal-body #map-canvas-information {
    z-index: 3000;
    width: 33%;
    min-width: 35em;
    overflow: hidden;
}

.modal.location-on-map .tooltip {
    /*z-index: 3002 !important;*/
}

.modal.location-on-map .modal-body #map-canvas-distance {
    z-index: 2500;
    width: 10px;
    background-color: rgba(255,255,255,0.3);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: transparent;
}

    .modal.location-on-map .modal-body #map-canvas-distance .map-canvas-distance-sub-container {
        display: none;
        float: left;
        width: 100%;
        padding: 5px;
    }

        .modal.location-on-map .modal-body #map-canvas-distance .map-canvas-distance-sub-container > select {
            width: 100%;
        }

.modal.location-on-map .modal-body #map-canvas-distance.active {
    width: 20%;
    background-color: #ffffff;
    color: inherit;
}

    .modal.location-on-map .modal-body #map-canvas-distance.active .map-canvas-distance-sub-container {
        display: block;
    }

.modal.location-on-map .modal-body iframe {
    border: none;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal .modal-body .progress {
    margin: 18px 0px;
}

.modal .modal-body .panel .progress {
    margin: 1px 0px;
    height: 5px;
}

.table > tbody > tr > td > .progress {
    margin: 0;
}

iframe[showloading] {
    background: url('../../Content/spinner-blue.gif') no-repeat center !important;
}

.map-information-container #map-canvas-distance-canvas {
    border: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 10px 10px 8em 10px;
    font-size: 0.9em;
    margin-top: 30px;
}

.map-information-container #map-canvas-distance-canvas .btn {
    padding: 0px 5px;
    margin-bottom: 10px;
    float: left;
    margin-right: 3px;
}

.content-wrapper.main-content .prevent-mouse-events {
    pointer-events: none;
}

.navbar .nav.navbar-right > .navbar-help {
    background-color: transparent;
    margin-left: 5px;
}

.navbar .nav.navbar-right > .navbar-help .glyphicon {
    top: 0px;
    font-size: 20px;
    background-color: transparent;
}

    .navbar .nav.navbar-right > .navbar-help:hover .glyphicon,
    .navbar .nav.navbar-right > .navbar-help:focus .glyphicon {
        color: rgba(0,114,206,1);
    }

    .navbar .nav.navbar-right > .navbar-help a {
        color: inherit;
        padding-top: 11px;
        padding-bottom: 11px;
    }

.navbar .nav.navbar-right .dropdown-menu > .dropdown-header:first-of-type {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    color: rgba(0,114,206,1);
    background-color: #eee;
}

.navbar .nav.navbar-right .dropdown-menu > li.danger > a {
    background-color: rgba(239,51,64,0.8);
    color: #ffffff;
}

    .navbar .nav.navbar-right .dropdown-menu > li.danger > a:hover {
        background-color: rgba(239,51,64,1);
    }

.form-control-full {
    max-width: 100% !important;
}

.wrapped {
    white-space: pre-wrap !important;
}


.no-wrap {
    white-space: nowrap !important;
}

.form-horizontal .form-group .input-group.btn-group {
    width: 100% !important;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.nav .open .glyphicon.glyphicon-option-vertical {
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
    -webkit-transform: rotateX(75deg);
    -moz-transform: rotateX(75deg);
    -ms-transform: rotateX(75deg);
    -o-transform: rotateX(75deg);
    transform: rotateX(75deg);
}

.nav > li .glyphicon.glyphicon-option-vertical {
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
}

.btn-glyphicon-grouped {
    margin-top: -1px;
}

.btn-glyphicon-group > .btn-glyphicon-grouped {
    margin-left: 3px;
}

h5 > .distance.distance-birdeye-view,
h5 > .distance-walking {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}

h5 > .distance.distance-birdeye-view {
    background-image: url('/Content/icon-ruler.png');
}

h5 > .distance-walking {
    background-image: url('/Content/icon-walking.png');
    margin-left: 10px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #d9831f;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #600202;
}

@media (min-width: 1200px) {

    .container {
        width: 1199px;
    }
}