@import "https://use.fontawesome.com/releases/v5.3.1/css/all.css";

* {
    font-size: 0.85rem;
}

html,
body {
    padding: 0;
    margin: 0;
}
html, body, #map {
    height: 100%;
    width: 100%;
}
img {
    max-width: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
}

.wrap > .container-fluid,
.wrap > .container {
    padding: 20px 15px 20px;
}

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

.bg-none {
    background: transparent;
    border: 0;
}

.col-sm-offset-3 {
    margin: 0 auto;
}

.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;
}

.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;
}
.navbar-brand {
    background-color: #e30513;
}
.navbar-brand img {
    height: 30px;
}
.navbar-inverse {
    background: #2e3841;
}
.has-error .help-block {
    color: red;
}
.has-succes .help-block {
    color: green;
}
.dropdown-menu {
    z-index: 1001;
}
.intl-tel-input {
    width: 100%;
}
.file-drag-handle {
    display: none;
}
.file-input .disabled,
.file-input button[disabled] {
    display: none;
}
.is_view .file-drop-zone-title {
    display: none;
}
.file-preview-image {
    font-size: 15px;
}
.fc-timeline .fc-cell-text {
    padding: 0;
}
.fc table {
    font-size: 0.75rem;
}
.fc-time:after {
    content:"\000A";
    white-space: pre;
}

.marker {
    width: 20px;
    height: 20px;
    /*border: 1px solid #088;*/
    /*border-radius: 10px;*/
    /*background-color: #0FF;*/
    /*opacity: 0.5;*/
    text-decoration: none;
    color: white;
    font-size: 9px;
    font-weight: normal;
    text-shadow: black 0.1em 0.1em 0.2em;
}
.markerHide {
    display: none;
}
.popover-content {
    min-width: 180px;
}
@media print {
    footer {
        display:none;
    }
}
