﻿/*#region FONTS*/

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../Content/fonts/Gotham-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../Content/fonts/Gotham-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../Content/fonts/Gotham-Book.otf') format('opentype');
}

.appname {
    font-size: 1.2em;
    font-family: Gotham-Bold;
    text-transform: uppercase;
    vertical-align:middle;
}

.subtitle {
    font-family: Gotham-Medium !important;
}

body {
    font-family: Gotham-Book !important;
    font-size: 13px !important;
    line-height: 1.428571429 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Gotham-Medium !important;
}

.body-content {
    padding: 25px 15px;
    background-color: white;
    border-radius: 5px;
    min-height: 840px;
}

.pac-container {
    z-index: 10000 !important;
}

.pgc-navbar {
    background-color: #000;
    line-height: 0.5;
    padding-top: 0px;
    padding-bottom: 1px;
}

    .pgc-navbar a {
        text-decoration: none;
        color: #cecece;
    }

.system-navbar {
    background-color: #273a1e;
    border-color: #080808;
    /*height: 50px;*/
    padding: 0px 15px 0px 15px;
}

    .system-navbar a {
        text-decoration: none;
        color: #cecece;
    }

.menu-navbar {
    background-color: #273a1e;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 1201px) {
    .spanNavTitle {
        display: initial;
    }

    .spanNavAbbrTitle {
        display: none;
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 1200px) {
    .spanNavAbbrTitle {
        display: initial;
    }

    .spanNavTitle {
        display: none;
    }
}

#collapsibleNavbar {
    line-height: 32px;
    background-color: #273a1e;
    border-color: #080808;
}

    #collapsibleNavbar > ul > li > a {
        padding-left: 15px;
    }

.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #616d45;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    color: #ffffff;
    background-color: #616d45;
}

.dropdown-menu {
    font-size: 14px !important;
}


#background {
    position: fixed;
    z-index: 0;
    left: -15%;
    bottom: 30%;
}

#bg-text {
    color: lightgrey;
    font-size: 90px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

label {
    font-weight: bold;
}

.materialPlusSpan {
    font-size: 22px;
    vertical-align: middle;
}

.materialHeadingSpan {
    font-size: 15px;
    vertical-align: sub;
    padding-left: 5px;
    color: #337ab7;
    font-weight: bold;
}

.materialPlusAnchor {
    font-weight: bold;
    position: absolute;
    color: forestgreen;
    z-index: 1001;
}

    .materialPlusAnchor:hover {
        text-decoration: none;
        color: forestgreen;
    }

.page-item.active .page-link {
    border-color: #337ab7;
    background-color: #337ab7;
}

.k-list-container .k-list .k-item {
    white-space: nowrap;
}

/*.k-clear-selected,
.k-upload-selected {
    display: none !important;
}*/

.k-upload-selected {
    background-color: lightcoral !important;
    color: white;
}

.k-upload-selected {
    background-color: #337ab7 !important;
    color:white;
}


th.dt-center, td.dt-center {
    text-align: center;
}

.center {
    text-align: center;
}
.adminTab {
    padding: 15px;
}

.k-multiselect-wrap {
    max-height: 84px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

.monthSpan {
    cursor: pointer;
    color: #337ab7;
}

.textRight {
    text-align: right;
}

.readonlyShade {
    background-color: rgba(0,0,0,.075);
}

.read-only {
    border-bottom-style: dotted !important;
    outline: 0 !important;
    cursor: default !important;
    opacity: .6 !important;
    filter: grayscale(.1) !important;
    pointer-events: none !important;
    box-shadow: none !important;
}

.thPaddingRight {
    padding-right: 0px !important;
}

.k-checkbox-label {
    padding-left: 25px !important;
    font-weight: normal !important;
}

nav#copyright.clearfix.row {
    color: #999;
    font-weight: bold;
    font-size: .8em;
    max-width: 100%;
    padding: 4px;
    background-color: #273A1E;
    border-color: #080808;
}

#divCopyright {
    text-align: right;
}

@media only screen and (max-width:768px) {
    #divCopyright {
        text-align: center;
        padding-top: 5px;
    }

    #divPolicy {
        text-align: center;
    }

}

.panel-body {
    padding:15px;
}

#pac-input {
    width: 375px;
    height: 29px;
    padding: 0 11px 0 13px;
    margin-top: 10px;
    margin-left: 10px
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none !important;
    margin: 0 !important; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield !important; /* Firefox */
}

.access-icon {
    border: 1px solid lightgrey;
    padding: 5px;
    margin: 1px;
    font-size: 12px;
}

    .access-icon i.fa-redo {
        color: lightseagreen;
    }

    .access-icon i.fa-ban {
        color: red;
    }

.imgLogo {
    width: 40px;
    float: left;
}

.DMAPHeader {
    max-width: 100%  !important;
}


#topbar {
    background: #fff;
    padding: 2px;
}

.action-button {
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #d3d3d3;
    color: #6e6e6e;
    height: 32px;
    width: 32px;
    text-align: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

    .action-button:hover, .action-button:focus {
        background: #0079c1;
        color: #e4e4e4;
    }

.esri-active {
    background: #0079c1;
    color: #e4e4e4;
}

.mapdiv {
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #989898;
    margin: 0;
    height: 450px;
    width: 100%;
}


.esri-view-height-less-than-medium .esri-popup__main-container {
    max-height: 330px !important;
}

@media only screen and (min-width:768px) {
    .esri-search {
        width: 400px !important;
    }
}

li.k-file::marker {
    color: white;
}

div.k-dropzone .k-dropzone strong.k-upload-status.k-upload-status-total {
    display: none;
}

#DMAPForms-t-0, #DMAPForms-t-1, #DMAPForms-t-2, #DMAPForms-t-3, #DMAPForms-t-4 {
    margin-top: 11px;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right !important;
}