﻿.navbar {
    background-color: #2196F3;
    background-image: none;
    color: snow;
}
.navbar .nav > li > a:hover{
    color:dimgray;
    text-shadow:none;
}
.navbar .nav > li > a {
    float: right;
    text-decoration: none;
    text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.25);
    color:  snow;
}
.paddingStyle {
    padding: 5px;
    border-radius: 4px;
}

.paddingStyle:hover {
    cursor: pointer;
    background: #e1e1e1 !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    padding:0px 12px !important;
}
.containerNoData {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    height: 100%;
    flex-direction:column;
}
.truncateEllipse {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

div.hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    text-align: center;
    height: 0px;
    line-height: 0px;
}

.hr-title {
    background-color: #fff;
    padding: 0 20px;
}

.roundedButtonBorder {
    border-radius:32px;
}

#emptyPageMessage {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color:#6e6e6e;
    font-weight:500;
    text-align:center;
}
.copyright{
    display: inline;
    margin-left: 30px;
}

.navbarScenarioTitle, .navbarScenarioTime {
    margin: 0 0 0px !important;
}

.centered-modal.in {
    display: flex !important;
}

.centered-modal .modal-dialog {
    margin: auto;
}

#logo{
    font-size: 20px;
}
#logoImage{
    height: 25px;
    width: 50px;
}
#home-logo-image{
    height: 50px;
    opacity: 0.1;
}

.fa-comment {
    color: #01579B;
}

.fa-envelope {
    color: #3949AB;
}

.fa-fax {
    color: #6D4C41;
}

.fa-twitter {
    color: #0084b4;
}

.fa-facebook {
    color: #3b5998;
}

.fa-instagram {
    color: #cd486b;
}

.fa-mobile-phone {
    color: #00796B;
}

.scenarioTagRole_FIRE {
    background-color: #B71C1C !important;
}

.scenarioTagRole_EMS {
    background-color: #FDD835 !important;
}

.scenarioTagRole_POLICE {
    background-color: #0D47A1 !important;
}

/* Used for x Editable fields so they take up the entire width*/
.editable-container.editable-inline,
.editable-container.editable-inline .control-group.form-group,
.editable-container.editable-inline .control-group.form-group .editable-input,
.editable-container.editable-inline .control-group.form-group .editable-input textarea,
.editable-container.editable-inline .control-group.form-group .editable-input select,
.editable-container.editable-inline .control-group.form-group .editable-input input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
    width: 100% !important;
}

.inner-addon {
    position: relative;
}

/* style glyph */
.inner-addon .fa {
    position: absolute;
    padding: 10px;
    pointer-events: none;
    color: white;
}

/* align glyph */
.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

#injectSearch::-webkit-input-placeholder {
    color: white;
    opacity:0.8;
}

#injectSearch:-moz-placeholder {
    color: white;
 
}
#injectSearch::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white;
}

#injectSearch:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
    opacity: 0.8;
}

#injectSearch {
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    color:white;
}

#injectSearch:focus {
    background-color: rgba(255, 255, 255, 0.3);
}

#injectSearch:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px rgba(102, 201, 254, 0.49) inset !important;
}


.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
@media (min-width: 768px) and (max-width: 780px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }
}
/*Style to handle width at which navbar collapses*/
/*@media (max-width: 600px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}*/