﻿/*START fonts*/
@font-face {
    font-family: 'pt_sansbold';
    src: url('../../fonts/PTS75F-webfont.eot');
    src: url('../../fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/PTS75F-webfont.woff') format('woff'), url('../../fonts/PTS75F-webfont.ttf') format('truetype'), url('../../fonts/PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansbold_italic';
    src: url('../../fonts/PTS76F-webfont.eot');
    src: url('../../fonts/PTS76F-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/PTS76F-webfont.woff') format('woff'), url('../../fonts/PTS76F-webfont.ttf') format('truetype'), url('../../fonts/PTS76F-webfont.svg#pt_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansitalic';
    src: url('../../fonts/PTS56F-webfont.eot');
    src: url('../../fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/PTS56F-webfont.woff') format('woff'), url('../../fonts/PTS56F-webfont.ttf') format('truetype'), url('../../fonts/PTS56F-webfont.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansregular';
    src: url('../../fonts/PTS55F-webfont.eot');
    src: url('../../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/PTS55F-webfont.woff') format('woff'), url('../../fonts/PTS55F-webfont.ttf') format('truetype'), url('../../fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sans_narrowbold';
    src: url('../../fonts/PTN77F-webfont.eot');
    src: url('../../fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/PTN77F-webfont.woff') format('woff'), url('../../fonts/PTN77F-webfont.ttf') format('truetype'), url('../../fonts/PTN77F-webfont.svg#pt_sans_narrowbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sans_narrowregular';
    src: url('../../fonts/PTN57F-webfont.eot');
    src: url('../../fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/PTN57F-webfont.woff') format('woff'), url('../../fonts/PTN57F-webfont.ttf') format('truetype'), url('../../fonts/PTN57F-webfont.svg#pt_sans_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*  Overriding the Bootstrap Styles*/
:root {
    --font-family-sans-serif: 'pt_sansregular',sans-serif;
}

html,
body {
    height: 100%;
    color: #333333;
    background-color: #FFFFFF;
}

html {
    font-family: 'pt_sansregular',sans-serif;
}

.main-body {
    background: #8564a6;
    background: -moz-radial-gradient(center, ellipse cover, #8564a6 30%, #341d4c 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%,#8564a6), color-stop(100%,#341d4c));
    background: -webkit-radial-gradient(center, ellipse cover, #8564a6 30%,#341d4c 100%);
    background: -o-radial-gradient(center, ellipse cover, #8564a6 30%,#341d4c 100%);
    background: -ms-radial-gradient(center, ellipse cover, #8564a6 30%,#341d4c 100%);
    background: radial-gradient(ellipse at center, #8564a6 30%,#341d4c 100%);
    background: radial-gradient(ellipse at center, #8564a6 30%, #341d4c 100%);
    overflow-x: hidden;
    font-family: 'pt_sansregular',sans-serif;
    font-weight: normal;
    line-height: 1.5 !important;
    /*overflow-y: auto;*/
}

div.special-field > label.special-label {
    display: none;
    position: absolute;
    top: 0%;
    left: 5.5%;
    margin: 0;
    width: 100%;
    font-family: 'pt_sansregular', Arial, Helvetica, Sans-serif;
    font-size: 12px;
    color: #DDDDDD;
    text-align: left;
}

a {
    color: #8564a6;
}

.warning {
    position: relative;
    font-weight: bold;
    color: #b61211;
    left: 0;
    word-wrap: break-word;
}

dfn {
    font-style: 'pt_sansitalic';
}

b,
strong {
    font-weight: 'pt_sansbold';
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'pt_sansregular',sans-serif;
    font-weight: normal;
}

.bg-dark {
    background-color: #333 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #222 !important;
}

.nav-link.active {
    background-color: #222 !important;
    margin-left: 1px;
}

.nav-org {
    background-color: none !important;
}

    .nav-org .dropdown-item {
        padding-top: 0;
        padding-bottom: 0;
        background-color: transparent !important;
        color: #212529 !important;
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .nav-org span.dropdown-item:hover, .nav-org span.dropdown-item:focus {
        background-color: none !important;
        color: #212529 !important;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: #8564a6;
}



.breadcrumb-item.active {
    color: #aaa;
}

a {
    color: #8564a6;
}

    a:hover {
        color: #634184;
        text-decoration: underline;
    }



.btn-primary {
    background-color: #8564a6 !important;
    border: 1px solid #8564a6 !important;
    color: #fff;
}

    .btn-primary:hover {
        background-color: #634184 !important;
        border: 1px solid #7335b1 !important;
    }


.btn-info {
    background-color: #eee !important;
    border: 1px solid #c6c6c6 !important;
    color: #333 !important;
}

    .btn-info:hover {
        background-color: #c6c6c6 !important;
        border: 1px solid #c6c6c6 !important;
        color: #333 !important;
    }

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    font-size: .95rem;
    line-height: 1.5;
    color: black;
    padding-left: 12px;
}

button.btn.dropdown-toggle.selectpicker.btn-default {
    background-color: white;
    border-color: #dee2e6 !important;
}

label {
    font-family: 'pt_sansbold';
}

.dropdown-item.active, .dropdown-item:active {
    /* background-color: #8564a6 !important;*/
    background-color: #F2F2F2;
}

.iti-flag {
    background-image: url("../../images/flags.png"), url("../../images/flags.png"),;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("../../images/flags@2x.png"), url("../../images/flags@2x.png");
    }
}

.dropdown-item.active {
    color: #000 !important;
    background-color: #c6c6c6;
}

.dropdown-menu a:hover {
    color: #000 !important;
    background-color: #F2F2F2;
}

.dropdown-menu a:active {
    color: #000 !important;
    background-color: #F2F2F2;
}

.show > .btn-light.dropdown-toggle {
    background-color: #fff;
}

.btn-light {
    background-color: #fff !important;
}

.nav a {
    color: white !important;
    font-size: 1.8em !important;
}

.btn-globe {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    /* margin: 0 0 -12px 10px; */
    width: 20px;
    height: 20px;
    background: url(../../images/icon_globe.png) 0 2px no-repeat transparent;
    overflow: hidden;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    color: #121212 !important;
    /* background-color: #8564a6; */
    background-color: #C6C6C6;
}


.card-body h6 {
    padding: 0 3px 3px 3px;
    background-color: #f9f9f9;
}

.nav-link .help-icon {
    display: block;
    margin-top: 4px;
    width: 16px;
    height: 16px;
    background: url(../../images/Responsive/icon-help-sprite.png) 0 0 no-repeat;
    overflow: hidden;
}

/*DateTime Picker Customizations*/

.dropdown-menu table.table-condensed tr td a.btn:hover {
    background-color: transparent;
}

.dropdown-menu table.table-condensed tr td a.btn span:hover {
    background-color: #F2F2F2;
}

.dropdown-menu table.table-condensed tbody tr td a:hover {
    background-color: transparent;
}

table.table-condensed tbody tr td a {
    color: #868686;
}

table.table-condensed tr td a {
    color: #868686;
}

.dropdown-menu table.table-condensed tbody tr td a:hover {
    color: #555;
    text-decoration: none;
    background-color: transparent;
}

.accordion-toggle:hover table.table-condensed tbody tr td span, .accordion-toggle:hover table.table-condensed tbody tr td strong {
    color: #555;
    text-decoration: none;
    background-color: transparent;
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: #C6C6C6;
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: transparent;
}

table.table-condensed tr td button.btn-primary {
    background-color: #F2F2F2 !important;
    border: 1px solid #F2F2F2 !important;
    color: #555 !important;
    margin-top: -5px;
}

    table.table-condensed tr td button.btn-primary:hover {
        background-color: #C6C6C6 !important;
        border: 1px solid #C6C6C6 !important;
        color: #000 !important;
        margin-top: -5px;
    }

.datepicker-months table.table-condensed tbody tr td span {
    color: #868686;
}

    .datepicker-months table.table-condensed tbody tr td span:hover {
        color: #555;
        background-color: #F2F2F2;
    }

    .datepicker-months table.table-condensed tbody tr td span.active {
        color: #555;
        background-color: #C6C6C6;
    }

        .datepicker-months table.table-condensed tbody tr td span.active:hover {
            color: #555;
            background-color: #F2F2F2;
        }

.switch-language {
    color: #969696 !important;
    text-decoration: underline;
}

.footer {
    font-family: 'pt_sansregular', sans-serif !important;
    color: #9b9b9b;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 4px;
}

#skipNav a {
    z-index: 100000;
    position: absolute;
    top: -40px;
    left: 0;
    padding: 6px;
    color: white;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    background: transparent none repeat scroll 0 0;
    transition: top 1s ease-out 0s, background 1s linear 0s;
}

    #skipNav a:focus {
        position: absolute;
        top: 0;
        left: 0;
        outline: 0 none;
        background: #bf1722 none repeat scroll 0 0;
        transition: top 0.5s ease-in 0s, background 0.5s linear 0s;
        text-decoration: underline;
    }


#skipNavTarget:focus {
    outline: thin dotted black !important;
}

/*START password strength indicator*/
.progress {
    background-color: #CCCCCC;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
}

    .progress .bar-success {
        width: 100%;
        background-color: #1B8E27;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

    .progress .bar-warning {
        width: 66%;
        background-color: #EF9551;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

    .progress .bar-danger {
        width: 33%;
        background-color: #B61211;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }


/***** Essential styles FROM forms.css ***/
/*END password strength indicator*/

.warning {
    position: relative;
    width: 220px;
    font-family: 'pt_sansregular', sans-serif;
    font-size: 12px;
    color: #B61211;
    line-height: 21px;
    left: 0px; /*left:0;*/
    word-wrap: break-word;
    font-weight: bold;
}

.warning-header {
    font-family: 'pt_sansregular', sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.outline-black {
    outline: 1px dotted #000000;
}

.btn-info.focus, .btn-info:focus, .btn-info:active {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5) !important;
}

#btnAdvancedSearch.focus, #btnAdvancedSearch:focus, #btnAdvancedSearch:active {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5) !important;
}

.pill {
    position: relative;
    float: left;
    margin: 5px 5px 2px 0;
    padding: 2px 10px 2px 5px;
    color: #FFFFFF;
    line-height: 16px;
    background-color: #777481;
    border: 1px solid #777481;
    overflow: hidden;
    cursor: default;
}


.pill-close {
    position: absolute;
    top: 4px;
    right: 2px;
    left: auto;
    display: block;
    margin-left: 10px;
    width: 14px;
    height: 13px;
    font-size: 1px;
    background: url(../../images/icon3-select2.png) no-repeat scroll right top transparent;
    outline: medium none;
}

.bold {
    font-family: 'pt_sansbold', sans-serif;
    font-weight: normal;
}

/*Search depenedent page*/
.table-crown-center {
    /*border: 1px solid #DADADA;*/
    outline: none;
}

    .table-crown-center :focus {
        border-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

/*Information icon on dependent page*/
.info-icon {
    width: 16px;
    height: 16px;
    background: url(../../images/icon-info-16x32.png) 0 0 no-repeat;
    display: inline-block;
}

.breadcrumb-item.active {
    color: #727272;
}


.searchBox-input {
    border: 1px solid #cccccc !important;
    border-right: none !important;
}

.btnSearch-border {
    border: 1px solid #cccccc !important;
    border-left: none !important;
    background: url(../../images/Responsive/icon-search.png) center center no-repeat #FFFFFF;
    border-radius: 0 .25rem .25rem 0;
}

.dropdown > .dropdown-menu > .bs-actionsbox > .btn-group > .btn-light {
    border-color: #fff;
    text-align: start;
    padding-left: 25px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}


.dropdown > .dropdown-menu > .bs-actionsbox:hover {
    color: #000 !important;
}

.disabledLinks {
    text-decoration: none !important;
    color: #ccc !important;
    pointer-events: none;
}

.icon32 {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    background: url(../../images/event-mgr-sprite.png) 32px 32px no-repeat;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .video-thumbnail {
        padding: .25rem;
        background-color: #fff;
        border-radius: .25rem;
        max-width: 90%;
        height: auto;
    }
}

@media only screen and (max-width: 767px) {

    .video-thumbnail {
        padding: .25rem;
        background-color: #fff;
        border: 1px solid #dee2e6;
        border-radius: .25rem;
        max-width: 90%;
        height: auto;
    }
}

.icon10 {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../../Images/event-mgr-sprite.png) 10px 10px no-repeat;
    overflow: hidden;
}

.icon16 {
    float: left;
    display: block;
    margin: -10px 10px 0 0;
    padding: 0;
    width: 16px;
    height: 16px;
    background: url(../../Images/event-mgr-sprite.png) 16px 16px no-repeat;
    overflow: hidden;
    margin-top: 0.25em;
}

    .icon16.pa-sub-icon {
        float: left;
        display: block;
        margin: -10px 10px 0 0;
        padding: 0;
        width: 20px;
        height: 20px;
        background: url(../../Images/pa-sprite.png) 16px 16px/300px 300px no-repeat border-box;
        overflow: hidden;
        margin-top: 0.25em;
    }

.icon-refresh {
    margin-top: 1px;
    margin-left: 21px;
    width: 24px;
    height: 24px;
    background: url(../../Images/icon-refresh.png) 0 0 no-repeat;
    cursor: pointer;
}

.section-refresh {
    padding-left: 55px;
    font-family: 'pt_sansbold', Arial, Sans-serif;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

    .section-refresh .small-msg {
        font-family: 'pt_sansregular', Arial, Sans-serif;
        font-size: 12px;
    }

.icon20 {
    float: right;
    display: block;
    margin: 0;
    margin-left: 0px;
    padding: 0;
    width: 25px;
    height: 25px;
    background: url(../../Images/event-mgr-sprite.png) 20px 20px no-repeat;
    background-position-x: 20px;
    background-position-y: 20px;
    overflow: hidden;
}

#switchLanguageLink {
    color: #9b9b9b !important;
    text-decoration: underline;
}

.Geophysical {
    background: url("../../images/Geophysical") 0px 0px/contain no-repeat;
}

.Meteorological {
    background: url("../../images/Meteorological") 0px 0px/contain no-repeat;
}

.Safety {
    background: url("../../images/Safety") 0px 0px/contain no-repeat;
}

.Security {
    background: url("../../images/Security") 0px 0px/contain no-repeat;
}

.Rescue {
    background: url("../../images/Rescue") 0px 0px/contain no-repeat;
}

.Fire {
    background: url("../../images/Fire") 0px 0px/contain no-repeat;
}

.Health {
    background: url("../../images/Health") 0px 0px/contain no-repeat;
}

.Environmental {
    background: url("../../images/Environmental") 0px 0px/contain no-repeat;
}

.Transportation {
    background: url("../../images/Transportation") 0px 0px/contain no-repeat;
}

.Infrastructure {
    background: url("../../images/Infrastructure") 0px 0px/contain no-repeat;
}

.CBRNE {
    background: url("../../images/CBRNE") 0px 0px/contain no-repeat;
}

.Other {
    background: url("../../images/Other") 0px 0px/contain no-repeat;
}

.icon-edit-row {
    width: 23px;
    height: 20px;
    background: url(../../images/icons/icon_edit-row.png) 0 0 no-repeat;
    background-position-x: 0px;
    background-position-y: 0px;
    cursor: pointer;
}

.icon-play-video {
    position: absolute;
    z-index: 500;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -59px;
    width: 50px;
    height: 50px;
    background: url(../../Images/icon-play-video.png) 0 0 no-repeat;
    cursor: pointer;
}

.form-check-label {
    font-family: 'pt_sansregular';
}

.map-border {
    border: 1px solid lightgray;
}

.k-state-focused, .k-in.k-state-selected.k-state-focused {
    background-color: #ebebeb !important;
}

.responsive-inbox-column-mobile-template-STATUS-ENDED {
    background-color: rgb(182,182,182);
    min-width: 48px;
    display: inline-block;
    position: relative;
    float: right;
}

.responsive-inbox-column-mobile-template-STATUS-LIVE {
    background-color: rgb(252,13,27);
    min-width: 48px;
    display: inline-block;
    position: relative;
    float: right;
}

.leaflet-control-zoom-to-fit {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../Images/zoom-to-fit.png) 0 0 no-repeat rgba(0, 0, 0, 0);
}

.leaflet-view-toggle {
    display: block;
    position: relative;
    bottom: 25px;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 10px;
    color: #ffffff;
    border: 3px solid #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    background: url(../../Images/view-satellite.png) 0 0 rgba(0, 0, 0, 0) no-repeat;
    cursor: pointer !important;
}

    .leaflet-view-toggle.leaflet-view-map {
        background: url(../../Images/view-map.png) 0 0 rgba(0, 0, 0, 0) no-repeat;
    }

.leaflet-bing-logo {
    display: block;
    position: absolute;
    bottom: 0;
    margin: 10px 10px 5px;
    width: 50px;
    height: 19px;
    background: url(../../Images/bing-logo-grey-50x19.png) 0 0 no-repeat;
}

#advancedPane a {
    display: block;
    color: #8564a6;
}

.icon-status-history {
    width: 23px;
    height: 20px;
    background: url(../../images/icons/icon_status-history.png) 0 0 no-repeat;
    cursor: pointer;
}

.highlight {
    border: solid;
    border-color: Highlight;
    border-width: 1px;
}

.anchor-label:focus, .anchor-label:hover {
    background-color: #F2F2F2 !important;
}

.btn-link-custom {
    background-color: transparent;
    border-color: transparent;
    color: #8564a6;
}

    .btn-link-custom:hover {
        color: #8564a6;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-link-custom.focus, .btn-link-custom:focus {
        text-decoration: none;
        border-color: transparent;
        outline: 0;
        background-color: transparent;
    }

.alert-secondary {
    background-color: #f8f8f8 !important;
}

.badge-secondary {
    background-color: #b6b6b6 !important;
    color: #444444 !important;
}

#searchBtn .btn-light.focus, .btn-light:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
}

.icon-drag-row {
    display: inline-block;
    margin: 0px 5px 0 0;
    width: 30px;
    height: 21px;
    cursor: move;
    background: url(../../Images/icon-drag-row.png) 10px 0 no-repeat;
    overflow: hidden;
}

    .icon-drag-row:hover {
        background-position: 10px -21px;
    }

#gridDependents a:not([href]):not([tabindex]) {
    color: #FFFFFF;
}
