html {
    /* default font-size is 16px - this is set in the default browser stylesheet */
    font-size: 14px;
}
.checkgrid {
    min-width: 200px;
    text-wrap: none;
    word-break: keep-all;
    white-space: nowrap;
    padding-right: 8px;
}

.row-padding > [class*='col'] {
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 7px;
    padding-left: 7px;
}

.stats.card-heading {
    font-weight: bold;
    background-color: #efefef;
    padding: 4px 8px 4px 8px
}

.unity.card-heading {
    font-weight: bold;
    background-color: #efefef;
    padding: 4px 8px 4px 8px
}

.dropdown-toggle::after {
    float: right;
    margin-top: 8px;
}
.dropdown-toggle {
    text-align: left;
}

.speech-bubble-right {
    position: relative;
    color: #ffffff;
    background: #00aeef;
    border-radius: .4em;
    padding: 12px;
    width: 75%;
    float: right;
    margin-right: 10px;
    margin-top: 8px;
}

.speech-bubble-right:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #00aeef;
    border-right: 0;
    border-top: 0;
    margin-top: -5px;
    margin-right: -10px;
}

.speech-bubble-left {
    position: relative;
    color: #00aeef;
    border-radius: .4em;
    border: 1px solid #00aeef;
    padding: 12px;
    width: 75%;
    float: left;
    margin-left: 10px;
    margin-top: 8px;
}

.speech-bubble-left:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #00aeef;
    border-left: 0;
    border-top: 0;
    margin-top: -5px;
    margin-left: -10px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.caret-right {
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.scrollable-menu {
    height: auto;
    max-height: calc(100vh - 80px);
    overflow-x: hidden;
}

.chronobar {
    background-color: #00aeef;
    color: #ffffff
}

.chronobar .navbar-nav > li > a {
    color: #ffffff;
}

.chronobar .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.chronobar .navbar-nav > .active > a, .chronobar .navbar-nav > .show > a, .chronobar .navbar-nav > .open > a select.ol-control {
    background-color: #ffffff;
    background-image: none;
    color: #00aeef;
}

.chronobar .navbar-nav > .open > a, .chronobar .navbar-nav > .open > a:focus, .chronobar .navbar-nav > .open > a:hover select.ol-control:hover {
    background-color: #007FAD;
    background-image: none;
    color: white;
}

.chronobar .navbar-nav > .nav-item > .nav-link {
    display: flex;
    align-items: center;
    height: 100%;
}

.chronobar .badge {
    color: #00aeef;
    background-color: #ffffff;
}

.chronologinbar {
    background-color: #00aeef;
    color: #ffffff
}

.chronologinbar .navbar-nav > li > a {
    color: #ffffff;
}

.chronologinbar .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.chronologinbar .navbar-nav > .active > a, .chronobar .navbar-nav > .show > a, .chronobar .navbar-nav > .open > a select.ol-control {
    background-color: #ffffff;
    background-image: none;
    color: #00aeef;
}

.chronologinbar .navbar-nav > .open > a, .chronobar .navbar-nav > .open > a:focus, .chronobar .navbar-nav > .open > a:hover select.ol-control:hover {
    background-color: #007FAD;
    background-image: none;
    color: white;
}

.chronologinbar .navbar-nav > .nav-item > .nav-link {
    display: flex;
    align-items: center;
    height: 100%;
}

.chronologinbar .badge {
    color: #00aeef;
    background-color: #ffffff;
}

option.ol-control {
    background-color: rgba(0,60,136,.5);
}

option.ol-control:hover {
    background-color: rgba(0,60,136,.7);
}

div.outtercontainer { padding-top: 56px; }

/* for the alert button */
.nav .open>a.btn-danger, .nav .open>a.btn-danger:focus, .nav .open>a.btn-danger:hover {
    border-color: #ac2925;
}

/* for the alert button */
.nav>li:not(.open)>a.btn-danger:focus, .nav>li:not(.open)>a.btn-danger:hover, 
.navbar-default .navbar-nav>li:not(.open)>a.btn-danger:focus, .navbar-default .navbar-nav>li:not(.open)>a.btn-danger:hover {
    color: #ffffff !important;
    background-color: #c12e2a;
}

.nav>li:not(.open)>a.btn-danger, .navbar-default .navbar-nav>li:not(.open)>a.btn-danger {
    color: #ffffff !important;
}

table.padded-table > tbody > tr > td {
    padding-top: 10px;
    padding-left: 10px;
}

.inop {
    background-color: lightgray;
    cursor: not-allowed;
}

.epcr-padding { }

.epcr-padding > [class*='col-'] {
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 8px;
}

@media (max-width: 1199px) {
    .hidden-l {
        display: none !important
    }
    .hidden-xl {
        display: none !important
    }
}

@media (min-width: 1200px) AND (max-width: 1449px) {
    .hidden-xl {
        display: none !important
    }
}

@media (min-width: 1450px) and (max-width: 1724px) {
    .hidden-xxl {
        display: none !important
    }
}

@media (min-width: 1725px) and (max-width: 1750px) {
    .hidden-xxxl {
        display: none !important
    }
}

.modal-backdrop {
  z-index: 1035;
}

.modal-xlg {
    max-width: 80%;
    margin-left: 10%;
}
.bg-red {
    background-color: #f2dede !important;
}

.bg-yellow {
    background-color: #fcf8e3 !important;
}

.bg-green {
    background-color: #dff0d8 !important;
}

.bg-blue {
    background-color: #d9edf7 !important;
}

.bg-grey {
    background-color: #e2e2e2 !important;
}

.bg-lilac {
    background-color: #f2d9f7 !important;
}

.datepicker {
   z-index:1151 !important;
}
.datepicker.dropdown-menu {
  width: 250px;
  height: 270px;
}
.datepicker.dropdown-menu button {
  outline: none;
  border: 0px;
}
.datepicker.dropdown-menu tbody {
  height: 180px;
}
.datepicker.dropdown-menu tbody button {
  padding: 6px;
}
.datepicker.dropdown-menu.datepicker-mode-1 tbody button,
.datepicker.dropdown-menu.datepicker-mode-2 tbody button {
  height: 65px;
}
.bigClock {
    font-size: 24px;
    font-weight: bold;
}
.jobClock {
    font-size: 20px;
    font-weight: bold;
}

.fieldLabel {
    color: #999999;
    font-size: smaller;
}

.whiteFieldLabel {
    color: #fff;
    font-size: smaller;
}

.navbar-brand {
  line-height:12px;
  padding-top:15px;
  padding-bottom:5px;
}

.navbar-brand small {
  display:block;
  font-size:12px;
}

div.portal { height: calc(100vh - 60px); overflow: scroll; overflow-x: auto; overflow-y: auto; padding-top: 10px }
div.statsportal {
    height: calc(100vh - 105px);
    overflow-x: auto;
    overflow-y: auto;
    padding-top: 10px
}
div.statsportal.briefing {
    overflow-y: scroll;
}

@media screen and (max-width: 1200px) {
    div.portal { overflow: visible; height: auto; overflow-x: visible; overflow-y: visible; }
}

.datetime-picker-dropdown > li.date-picker-menu div > table .btn-default {
    border: 0;
}

.navbar-center
{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
}

legend.traditional {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    font-size: medium;
    font-weight: bold;
}
fieldset.traditional {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

.tags {
    margin: 10px 0;
}
.tags .tag {
    border-radius: 6px;
    background-color: #EFEFEF;
    border: 1px solid #DDD;
    padding: 2px 5px 2px 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    white-space: nowrap;
}

.tags .tag a {
    cursor: pointer;
}

.signinForm.ng-invalid.ng-dirty {
  border-color: red;
}

.signinForm.ng-valid.ng-dirty {
  border-color: green;
}

.header {
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #f5f5f5;
  font-size: 14px;
}

.login.card-container {
    width: 350px;
    padding: 40px 40px;
}


.login.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.signinForm input[type=email],
.signinForm input[type=password],
.signinForm input[type=text],
.signinForm button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.signinForm .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

* > .fa-hover-show,
*:hover > .fa-hover-hidden,
*:focus > .fa-hover-hidden {
    visibility: hidden;
}

*:focus > .fa-hover-show,
*:hover > .fa-hover-show {
    visibility: visible;
}

button.inline-icon {
    background: transparent;
    border: none;
    padding-right: 16px;
    font-size: small;
    color: grey;
    cursor: pointer;
}

.dropdown-menu.show {
    max-height: calc(80vh);
    overflow-y: auto
}

.btn-chrono {
    color:#fff;
    background-color:#0AAEEF;
    border-color:#0AAEEF
}
.btn-chrono:hover{
    color:#fff;
    background-color:#0787ba;
    border-color:#0787ba
}
.btn-chrono:focus,.btn-primary.focus{
    box-shadow:0 0 0 .2rem rgba(0,123,255,0.5)
}
.btn-chrono.disabled,.btn-primary:disabled{
    color:#fff;
    background-color:#0AAEEF;
    border-color:#0AAEEF
}
.btn-chrono:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{
    color:#fff;
    background-color:#0787ba;
    border-color:#04506e
}
.btn-chrono:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(0,123,255,0.5)
}

.file-drop {
    min-width: 100px;
    min-height: 50px;
    text-align: center;
    border: 5px dashed lightgrey;
    color: lightgrey;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.file-drop.dragover {
    color: blue;
    border: 5px dashed blue;
}
[uib-typeahead-popup].dropdown-menu {
    max-height: calc(60vh);
    overflow-y: auto;
}

.dropdown-menu.show {
    max-height: calc(60vh);
    overflow-y: auto;
}

.ql-editor{
    min-height:300px;
}