.toolbar.action.one-third {
    display: none;
}
div#template-tree {
    overflow-x: hidden !important;
    padding-right: 54px !important;
    text-overflow: ellipsis;
    overflow-y: scroll;
    height: 80%;
}
#qrcode {
    width: 96%;
    border-radius: 5px;
    overflow: hidden;
}
.print-qrcode {
    width: 99% !important;
    background: #151514;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    color: white;
    margin-bottom: 10px;
    cursor: pointer;
    margin-top: 13px;
    display: none;
}
div#qrcode img {
    width: 100%;
}
.print-qrcode:hover {
    background: red;
}
.channel.survey {
    width: 130px !important;
    margin-top: -52px;
    margin-bottom: 28px;
    float: right;
    z-index: 999;
    position: relative;
    margin-right: -1px;
    border-radius: 0px;
    height: 37px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 4px;
}
.width-75 {float: left;width: 75%;}
.width-25 select {
    width: 78%;
    height: 47px !important;
}
div#template-tree {
    overflow-x: hidden !important;
    padding-right: 54px !important;
    text-overflow: ellipsis;
    overflow-y: scroll;
    height: 80%;
}
.channel.survey {
    width: 130px !important;
    margin-top: -52px;
    margin-bottom: 28px;
    float: right;
    z-index: 999;
    position: relative;
    margin-right: -1px;
    border-radius: 0px;
    height: 37px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 4px;
}
.width-75 {float: left;width: 75%;}
.width-25 select {
    width: 78%;
    height: 47px !important;
}
.confirm-beacon-dialog input {
    width: 67% !important;
    border: 1px solid #c5c5c5 !important;
}
.recipient-list th:nth-child(6), .recipient-list th:nth-child(7), .recipient-list th:nth-child(8), .recipient-list th:nth-child(9), 
.recipient-list td:nth-child(6), .recipient-list td:nth-child(7), .recipient-list td:nth-child(8), .recipient-list td:nth-child(9) {
    display: none;
}

.confirm-beacon-dialog textarea {
    width: 94% !important;
    border: 1px solid #c5c5c5 !important;
}
div#jstree a {
    font-size: 18px;
}

div#jstree li, div#jstree li a {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    min-height: 32px;
}

.width-25 input {
    background: whitesmoke;
}

input#recipient-street {
    width: 93%;
}

a.detailed_report {
    float: right;
    text-decoration: none;
    color: #10105e;
    background: whitesmoke;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 15px;
}
.dt-buttons button {
    background: white !important;
    border-radius: 8px !important;
}
.save-log.hidden-operator, .clear-log.hidden-operator {
    display: none;
}
input.dynamic_var {
    background: white;
}
ul.jstree-container-ul.jstree-children.jstree-wholerow-ul.jstree-no-dots li.jstree-node {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
select.recipient-groups, select.recipient-locations {
    margin-top: 2px !important;
    margin-bottom: 5px;
    padding-left: 22px !important;
}
a.detailed_report:hover {
    background: #4d0404;
    color: white;
}
select.admin-locations {
	padding-left: 22px !important;
}
.remove_group_admin, .remove_group_recipient, .remove_location_admin, .remove_location_recipient {
    float: left;
    margin-left: -20px;
    position: relative;
    top: 5px;
    right: -20px;
    background: red;
    padding: 10px 5px;
    height: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
    cursor: pointer;
}
.remove_group_recipient, .remove_location_recipient {
	top: 2px !important;
}
.width-50.groups-picker select {
    padding-left: 20px !important;
}

.remove_group_admin:hover, .remove_group_recipient:hover, .remove_location_admin:hover, .remove_location_recipient:hover {
    background: #6b0808;
}

#stat-quantities .ipaws-status-header {display: none;}

#stat-quantities .ipaws-message-status {
    border: 0px;
    width: 95% !important;
    margin-top:  0;
    display: block;
}

div#alert-stats {display: none; min-height: 215px;margin-bottom: 34px;border-radius: 10px;background: #f8fafb;border: 1px solid #ddd;padding: 20px;}

div#stat-info {height: calc(100% - 50px);width: 32.5%;float: left;border-radius: 10px;background: white;border: 1px solid #DDD;}

div#alert-stats h3 {margin-top: -1px !important;,argom=b:;}

div#stat-channels {
	height: calc(100% - 50px);
    width: 32%;
    float: left;
    border-radius: 10px;
    background: white;
    border: 1px solid #DDD;margin-left: 1%;
}
.stats-header ul {
    margin-left: 0px;
    margin-top: 25px;
}
div#stat-quantities .stats-header {
    width: 100%;
}
.charts-one {
    float: right;
    width: 30%;
}
.charts-two {
    float: left;
    height: 260px;
    margin-left: 32px;
}
div#stat-quantities {
    height: calc(100% - 50px);
    width: 65%;
    float: left;
    display:  flex;
    border-radius: 10px;
    background: white;
    border: 1px solid #DDD;
    margin-left: 1%;
    flex-wrap: wrap;
}
    
div#stat-info, #stat-channels, #stat-quantities {
    padding: 20px;
    box-sizing: border-box;
}


#map-popup {
	display: none;
	width: 700px;
	height: 700px;
	margin-left: 0px;
	margin-top: 0px;
	background: #FFF;
	z-index: 0 !important;
}
#map-popup input.leaflet-control-layers-selector {
    width: 25px;
}
#map-popup a.leaflet-draw-draw-circle {
    display: block;
}
#map-popup .leaflet-draw-toolbar.leaflet-bar, #map-popup a.leaflet-draw-draw-polyline, #map-popup a.leaflet-draw-draw-marker, #map-popup a.leaflet-draw-edit-edit, #map-popup a.leaflet-draw-edit-remove {
	display: block !important;
}
#map-popup .selected-areas {
    background: white;
    position: relative;
    z-index: 9999;
    float: right;
    padding: 16px 35px;
    border: 1px solid #808080;
}
ul#location-edit-list {
    width: 296px;
    float: left;
    position: relative;
    top: 250px;
}

ul#location-edit-list li {
    width: 100% !important;
}
div#selected-recipients-popup {
    z-index: 99999;
    position: absolute;
    top: 20px;
    right: 20px;
    background: white;
    border: 2px solid #DDD;
    padding-right: 27px;
}
#map-popup-location{
    position: absolute !important;
    left: 334px;
    width: calc(100% - 343px);
    height: 100%;
    float: left;
}

#map-popup-location-custom {
    position: absolute !important;
    left: 0px;
    width: 100%;
    height: 100%;
    float: left;
}

#map-popup-location-box .box-left, #map-popup-location-box-edit .box-left, #map-popup-location-box-custom .box-left {
    width: 268px;
    float: left;
    overflow: hidden;
    min-width: 20%;
}


#map-popup-location-edit {
    position: absolute !important;
    left: 334px;
    width: calc(100% - 343px);
    height: 100%;
    float: left;
}
#map-popup-location-box-edit .box-left, #map-popup-location-box-edit .box-left, #map-popup-location-box-custom .box-left {
    width: 295px;
    float: left;
    overflow: hidden;
    min-width: 20%;
    position: relative;
    left: -290px;
    border-bottom: 2px dashed #DDD;
}


.leaflet-control-layers-base input {
    text-align: left;
    width: 20px;
}

.leaflet-control-layers-base {
    width: 150px;
    float: left;
}
#map-popup-location input.leaflet-control-layers-selector, #map-popup-location-edit input.leaflet-control-layers-selector, #map-popup-location-custom input.leaflet-control-layers-selector {
    width: 25px;
}
#map-popup-location a.leaflet-draw-draw-circle, #map-popup-location-edit a.leaflet-draw-draw-circle, #map-popup-location-custom a.leaflet-draw-draw-circle {
    display: block;
}
#map-popup-location .leaflet-draw-toolbar.leaflet-bar, #map-popup-location a.leaflet-draw-draw-polyline, #map-popup-location a.leaflet-draw-draw-marker, #map-popup-location a.leaflet-draw-edit-edit, #map-popup-location a.leaflet-draw-edit-remove,
#map-popup-location-custom .leaflet-draw-toolbar.leaflet-bar, #map-popup-location-custom a.leaflet-draw-draw-polyline, #map-popup-location-custom a.leaflet-draw-draw-marker, #map-popup-location-custom a.leaflet-draw-edit-edit, #map-popup-location-custom a.leaflet-draw-edit-remove,
#map-popup-location-edit .leaflet-draw-toolbar.leaflet-bar, #map-popup-location-edit a.leaflet-draw-draw-polyline, #map-popup-location-edit a.leaflet-draw-draw-marker, #map-popup-location-edit a.leaflet-draw-edit-edit, #map-popup-location-edit a.leaflet-draw-edit-remove {
	display: block !important;
}
#map-popup-location .selected-areas, #map-popup-location-edit .selected-areas, #map-popup-location-custom .selected-areas {
    background: white;
    position: relative;
    z-index: 9999;
    float: right;
    padding: 16px 35px;
    border: 1px solid #808080;
    margin-right: 10px;
}

.alert-audio div:last-Child {
    padding-bottom: 15px;
}
.leaflet-popup.IPAWS_BOX.leaflet-zoom-animated div.leaflet-popup-content-wrapper {
    background: white !important;
    border: 0px !important;
    /* font-size: 16px !important; */
}


.ui-dialog div.import-devices {
    display: none;
}
.clear-all-recipients {display: none;}
.ui-dialog .content.ui-dialog-content.ui-widget-content {
    left: 0px;
    height: 100% !important;
    max-height: 750px !important;
}

.legend-red, .legend-green, .legend-orange {
	cursor: pointer;
}
.ui-dialog.legend-dialog {
    top: 250px;
}
.ui-dialog .dataTables_wrapper {
    overflow: scroll !important;
    height: 500px !important;
}
.ui-dialog table {
    left: 0px;
    height: 100% !important;
    max-height: 650px !important;
}

.ipaws-control.leaflet-control, .search-control.leaflet-control {
    overflow: hidden;
    padding: 5px;
    border: 1px solid #b5b3b3 !important;
    border-radius: 4px;
    margin-bottom: 0px;
    background-position: 0px 0px;
    box-sizing: border-box;
    background: white;
    font-size: 20px;
    width: 37px;
    height: 36px;
}
.ipaws-control.leaflet-control i, .search-control.leaflet-control i {
    color: red !important;
    font-weight: 100;
    position: relative;
    top: -5px;
    right: -1px;
}
.ipaws-control.leaflet-control span, .search-control.leaflet-control span {
    position: relative;
    top: -25px;
    font-size: 9px;
    left: -1px;
    font-weight: 600;
    color: #210d5d;
    font-family: sans-serif;
}
.ipaws-control.leaflet-control:hover, .search-control.leaflet-control:hover {
    cursor: pointer;
}
.search-control.leaflet-control i {
    font-size: 22px;
    margin-top: 5px;
    color: #464646 !important;
}
.ipaws-feed-option {
    height: 32px;
    width: 100% !important;
    margin-bottom: 5px;
    font-size: 14px;
    border: 1px solid #DDD;
    border-radius: 5px;
    background: whitesmoke;
    padding-top: 8px;
    box-sizing: border-box;
    padding-right: 25px;
    cursor: pointer;
}.ipaws-feed-option i {
    font-size: 12px;
    margin-right: 8px;
}
.ipaws-feed-option input {
    float: left;
    width: 25px !important;
    margin-top: 1px;
}
button.ui-button.ui-corner-all.ui-widget:first-Child {
    margin-left: 10px;
}
.ipaws-feed-option:hover {
    background: #ad1c1c;
    color: white;
}
.ipaws-feed-option.selected {
    background: #ad1c1c;
    color: white;
}
.leaflet-popup.IPAWS_BOX.leaflet-zoom-animated .leaflet-popup-tip-container .leaflet-popup-tip {
    border-color: white !important;
    background: white !important;
    box-shadow: none !important;
}
p.ipaws-event b, p.ipaws-sender b {
    display: none;
}
.ipaws_info p b {
    font-weight: 800;
    font-family: system-ui;
    color: #3e3c3c;
    font-size: 11px;
}
p.ipaws-event, p.ipaws-sender {
    margin-top: -23px !important;
    margin-bottom: -8px !important;
}
p.ipaws-sent, p.ipaws-expires {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDD;
}
.leaflet-popup.IPAWS_BOX.leaflet-zoom-animated div.leaflet-popup-content {
    background: white !important;
    /* font-size: 15px !important; */
    max-height: 500px;
    overflow-y: scroll;
}
.leaflet-pane.leaflet-marker-pane img.unit.ipaws {
    width: 22px !important;
}.ipaws_info {
    background: white;
    font-size: 14px;
    padding: 10px;
}
.ipaws_info p {
    margin: 0px 0px 5px 0px;
    text-align: justify;
}
p.ipaws-headline_es {
    margin-top: 20px;
}
p.ipaws-wea_short_text_en, p.ipaws-wea_long_text_en, p.ipaws-wea_short_text_es, p.ipaws-wea_long_text_es {
    background: whitesmoke;
    padding: 5px 8px;
}

p.ipaws-wea_long_text_en {
    margin-top: -7px;
    border-bottom: 1px solid #DDD;
}

p.ipaws-wea_long_text_es {
    margin-top: -7px;
}
p.ipaws-title b {
    display: none;
}
p.ipaws-title {
    margin-top: -40px;
    font-size: 20px;
    font-weight: 700;
    margin-top: -36px !important;
    font-size: 23px;
    margin-bottom: -13px !important;
}
p.ipaws-sent {
    float: left;
    width: 50%;
}
p.ipaws-expires {
    float: right;
    width: 50%;
}
fieldset {
    border: 0px;
    padding: 10px 0px;
    font-size: 14px;
}
fieldset input {
    width: 23px !important;
    margin: 0;
    position: relative;
    top: 2px;
}
span.array-item {
    padding: 2px 9px;
    background: #2d4471;
    color: white;
    margin-right: 4px;
    margin-top: 2px;
    top: 2px;
    margin-bottom: 19px !important;
    font-size: 13px;
    min-width: 100px !important;
    box-sizing: border-box;
}
span.array-item.ipaws-alert-live {
    background: red;
}

span.array-item.ipaws-alert-test {background: green;}

p.additional-ipaws-text-test {
    background: green;
    color: white;
    padding: 3px 12px;
    font-weight: 100;
    width: calc(100% - 45px);
}
p.additional-ipaws-text-live {
    background: red;
    color: white;
    padding: 3px 12px;
    font-weight: 100;
    width: calc(100% - 45px);
}
.scriptLineBreakdown ul.recipient-count li:first-Child {
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: -17px;
    margin-top: 10px;
    font-size: 15px;
}
.scriptLineBreakdown ul li {
    margin-bottom: 5px;
    font-weight: bold;
}

.scriptLineBreakdown ul.recipient-count li {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: smaller;
}
ul.jstree-container-ul.jstree-children {
    padding-bottom: 74px;
}
.trumbowyg-body-fullscreen #tabs #current a {
    z-index: 2 !important;
}.trumbowyg-fullscreen {
    z-index: 4 !important;
    top: 48px;
    height: calc(100% - 48px);
}
.width-100.pass-picker input {
    width: 86% !important;
}
.ipaws-details {
    border: 1px solid #DDD;
    padding: 10px;
    height: 10px;
    overflow: hidden;
}
select#new-fips-code {
    height: 55px !important;
    width: 98%;
}
.ipaws-details.expanded {
	height: 100% !important;
}
.ipaws-status-images img.ipaws-logo {
    width: 76px;
}
.ipaws-status-images img.eas-logo {
    width: 73px;
    margin-top: -5px;
}
.ipaws-status-images img.att-logo {
    width: 90px;
    margin-top: -2px;
}
.ipaws-status-images img.verizon-logo {
    width: 110px;
    margin-top: -2px;
}
.ipaws-status-images img.sprint-logo {
    margin-top: -7px;
}
.ipaws-status-images img.tmobile-logo {
    width: 102px;
    margin-top: -2px;
}
.ipaws-status-images img.pbs-logo {
    width: 80px;
}
.ipaws-status-images {overflow: hidden;text-align: center;margin-bottom: 18px;}

.ipaws-status-images img {
    width: 85px;
    margin-right: 11px;
    vertical-align: middle;
}
.ipaws-details .detail-header {
    background: #053c7594;
    margin-left: -10px;
    margin-top: -10px;
    height: 30px;
    width: calc(100% + 20px) !important;
    color: white;
    cursor: pointer;
    box-sizing: border-box;
    padding: 7px;
}
.detail-header i {
    float: right;
}

span.this-only {
    display: none;
    padding: 2px 5px;
    background: #b7b1b1;
}
img.super-admin {
	width: 12px;
	margin-left: 2px;
	margin-right: 2px;
}
span.custom-group {
    background: red;
    color: white;
    padding: 4px 9px;
    font-size: 12px;
    position: relative;
    top: -3px;
    cursor: pointer;
}
span.custom-group:hover {
    background: #a90a0a;
}
span.custom-location {
    background: red;
    color: white;
    padding: 4px 9px;
    font-size: 12px;
    position: relative;
    top: -3px;
    cursor: pointer;
}
span.custom-location:hover {
    background: #a90a0a;
}
a.jstree-anchor:hover span {
    display: inline !important;
}

span.this-only:hover {
    color: white;
    background: #184498;
}
#msg-compose-area, #template-compose-area {display: none;}
.ipaws-target-channel {
    float: left;
    background: #a7b5b5;
    color: #4a4d50;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 7px 15px 5px 14px;
    margin-top: 5px;
}
.ipaws-target-channel:hover {
	cursor: pointer;
    background: #478ba0;
    color: white;
}
.ipaws-target-channel.selected {
    background: #24667b;
    color: white;
}
p.ipaws_keystore_live_url, p.ipaws_keystore_test_url {
    margin-top: -10px;
    margin-left: 22px;
}
.ipaws-message-status {
	display: none;
    border: 2px solid #073c75;
    padding: 25px;
    background: white;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 20px;
}
.ipaws-content .ipaws {
    margin-top: 20px;
}
.generateTTS {
    float: right;
    margin-right: -17px;
    cursor: pointer;
}
.generateTTS.IPAWS-EN, .generateTTS.IPAWS-ES {
    margin-top: 25px;
    display: inherit;
}
.ipaws-content.disabled .ipaws {
    opacity: .4;
    cursor: default !important;
}
p.ipaws-web_url_en br, p.ipaws-web_url_es br {
    display: none;
}
.delete-attachment {
	display: none;
    float: left;
    margin-top: 0px;
    margin-right: 6px;
    color: red;
    margin-left: 2px;
    cursor: pointer;
}
.delete-attachment:hover {
    color: #5a0b0b;
}
p.ipaws-web_url_en b, p.ipaws-web_url_es b {
    margin-right: 8px;
}
.ipaws-status-live.ipaws-status-test {
    margin-bottom: 15px !important;
    height: 30px;
    line-height: 31px;
    border-radius: 2px;
    margin-top: -30px !important;
}
.ipaws-status-header {
    text-align: center;
    font-size: 15px;
    font-weight: bolder;
    background: #073c75;
    margin-top: -25px;
    margin-bottom: 20px;
    padding: 7px;
    color: white;
    margin-left: -25px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    width: calc(100% + 51px);
    box-sizing: border-box;
}
span.charlen {
    font-size: 10px;
    position: relative;
    top: -1px;
    color: gray;
}
.ipaws-message-status .error {
    color: red;
}
.ipaws-identifier {
    display: none !important;
}
.mobile-app {
	display: none;
}
.or-signin {
    display: none;
}
.short-message, .ipaws-headline, .ipaws-instructions {
	display: none;
}
.ipaws-wea-handling-box {
    margin-top: 15px;
}.ipaws-wea-handling-box select {
    width: 97% !important;
}
.abcRioButton.abcRioButtonLightBlue {
    width: 232px !important;
    text-align: left;
    box-shadow: 1px 1px 2px gainsboro;
    border: 1px solid #DDD;
    border-radius: 2px;
}
label.alert-headline {
    display: block;
}
.ipaws-live {
    width: 50%;
    background: red;
    text-align: center;
    color: #f5f5f5;
    margin-top: -20px;
    margin-left: -20px;
    border-top-left-radius: 3px;
    font-size: 16px;
    padding: 10px;
    box-sizing: content-box;
    float: left;
    margin-bottom: 15px;
    cursor: pointer;
    font-style: italic;
}
.ipaws-live.active, .ipaws-test.active {
    font-style: normal;
    font-weight: bold;
    color: white;
    cursor: default;
}
.ipaws-test {
    width: 50%;
    background: #116111;
    text-align: center;
    color: #b7b7b7;
    margin-top: -20px;
    margin-right: -20px;
    border-top-right-radius: 3px;
    font-size: 16px;
    padding: 10px;
    box-sizing: content-box;
    float: right;
    margin-bottom: 15px;
    cursor: pointer;
    font-style: italic;
}
.ipaws-status-live {
    background: red;
    color: white;
    padding: 7px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    margin-bottom: 15px;
    margin-left: -24px;
    width: calc(100% + 35px);
    margin-top: -20px;
}
.ipaws-status-test {
    background: green;
    color: white;
    padding: 7px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    margin-bottom: 15px;
    margin-left: -24px;
    width: calc(100% + 35px);
    margin-top: -20px;
}
#templates .short-message-content.live, #templates .short-message-content.test {
    padding-top: 20px;
}
p.remaining {
    float: right;
    margin-top: -10px !important;
    font-size: 10px;
    margin-bottom: -28px !important;
}
p.remaining.desc, p.remaining.eas-desc, p.remaining.instructions {
    margin-top: 0px !important;
}
.ipaws-content.live {
    border: 3px solid red;
}
.ipaws-content.test {
    border: 3px solid green;
}
input#ipaws-area-desc, input#template-ipaws-area-desc {
    width: 98%;
    background: whitesmoke;
}
.abcRioButton.abcRioButtonLightBlue span {
    font-size: 15px !important;
}
.alert-headline {display: none;}
.email-message {
    padding: 20px 25px 36px 22px;
    border: 1px solid #DDD;
    background: #f9fafb;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #ddd;
    margin-bottom: 25px;
        box-sizing: border-box;
}
.narrow .width-50 {
    width: 100%;
}

.short-message-content, div.sms-message, div.pa-message, div.phone-message {
    padding: 20px 25px 18px 22px;
    border: 1px solid #DDD;
    background: #f9fafb;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #ddd;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.short-message-content.no-ipaws {
    padding: 20px 25px 18px 22px !important;
    border: 1px solid #DDD !important;
    background: #f9fafb !important;
    border-radius: 4px !important;
    box-shadow: 2px 2px 2px #ddd !important;
    margin-bottom: 15px !important;
}
.recipient-count {
	margin-top: 5px;
	width: 90%;
}
table.recipient-count td {
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
.no-ipaws.live .ipaws-status-live, .no-ipaws.test .ipaws-status-live {
    margin-left: -23px;
    background: #24667b;
}
.short-message-content.live {
    border: 3px solid #ff0102;
    background: rgb(249 250 251);
}
.short-message-content.test {
    border: 3px solid #048004;
    background: rgba(0, 128, 18, 0.06);
}
.abcRioButton.abcRioButtonLightBlue span:first-child:after {content: ' with Google Apps';}

.leaflet-pane.leaflet-marker-pane img {
	width: 30px !important;
	height: 30px !important;
	margin-top: -20px !important;
}
.button.assets {
    display: none !important;
}
textarea {
    height: 200px;
    background: whitesmoke;
    border: 1px solid #DDD;
    border-radius: 10px;
}
.tool-bar .button.disabled, .tool-bar .button.disabled:hover {
    cursor: default;
    background: #232020;
    font-style: italic;
    color: gray;
}
.tool-bar {
    height: 45px;
    background: #212121;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-bottom: 3px solid #2f373d;
}
.tool-bar .button {
    width: 128px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 14px;
    box-sizing: border-box;
    float: left;
    background: rgba(39, 38, 38, .93); /*#3434326e*/
    border: 0px;
    border-left: 1px solid #383838;
    border-right: 1px solid #383838;
    font-size: 16px !important;
}
.tool-bar .button:hover {
    background: #772f2c;
}
.tool-bar .button.selected {
    background: #903131;
}
.tool-bar .button.selected:hover {
    background: #903131;
    pointer: default;
}
ul.user_info_list img {
    width: 37px !important;
}

ul.user_info_list li {
    list-style: none;
    border-bottom: 2px solid #DDD;
    margin-left: -40px;
    padding: 15px;
    background: white;
    height: 35px;
}
ul.user_info_list li:hover {
    background: #bca0a0;
    cursor: pointer;
    color: white;
}
.chatbox {
    position: absolute;
    bottom: 27px;
    border-top: 0px solid #DDD;
    margin-left: -1px;
    padding: 15px;
    border-bottom-right-radius: 5px !important;
    max-width: calc(100% - 200px);
    box-sizing: border-box;
    overflow: hidden;
    width: calc(77% - 4px);
    float: right !important;
}
span.user_info_phone {
    position: relative;
    top: -25px;
    left: 15px;
}
span.user_info_name {
    position: relative;
    top: -25px;
    left: 15px;
}
.user_message_list li {
    margin-bottom: 14px;
}
.user_message_list li {
    margin-bottom: 14px;
}
ul.user_info_list li.selected {
    color: white;
    background: #900e0e;
}
ul.user_message_list img {
    width: 40px;
    /* float: left; */
    position: relative;
    left: -68px;
    margin-bottom: -19px !important;
    top: -12px;
    margin-top: 2px;
    margin-right: -39px;
}
div#logs div#file-data {
        float: left;
    margin-left: 0px;
    width: 100%;
    background: #f2f2f2;
    height: 157px;
    padding-left: 10px;
    overflow: hidden;
    border-bottom: 2px solid #DDD;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
div#logs a.selected-item-delete-btn.hidden-operator {
    display: none;
}
div#log-file-tree-list {
    overflow-y: scroll !important;
    height: calc(100% - 200px) !important;
    float: left;
    width: 100%;
    border-top: 8px solid #edefef;
}
div#logs div#log-box {
    display: block;
    height: 90% !important;
    overflow: hidden;
    max-height: 86% !important;
    width: 94%;
    margin: -35px auto;
    border: 1px solid #DDD;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.sent span.timestamp {
    float: right;
    position: absolute;
    bottom: -16px;
    font-size: 9px;
    width: 500px;
    right: 2px;
    text-align: right;
    }
.received span.timestamp {
    float: left;
    position: absolute;
    bottom: -16px;
    font-size: 9px;
    width: 150px;
    left: 0px;
}

li.alert-header span.timestamp {
    display: block; /* Make the timestamp a block element so it appears on a new line */
    font-size: 9px; /* Small font size */
    color: white; /* Dark grey color */
    margin-top: 5px; /* Space above the timestamp */
    text-align: right; /* Right-aligned text */
}

.chatbox input {
    background: white;
    width: calc(100% - 150px);
}
.chatbox button {
    background: #b71e1e;
    border: 0px;
    padding: 13px 21px;
    box-sizing: border-box;
    color: white;
    border-radius: 5px;
}
.chatbox button:hover {
    cursor: pointer;
    color: white;
    background: red;
}
ul.user_message_list {
    height: 650px;
    width: 100%;
    
    background: white;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 1px;
    padding: 33px;
    box-sizing: border-box;
    padding-bottom: 70px;
}
ul.user_info_list li img {
    filter: invert(1);
}
ul.user_info_list li.selected img {
	filter: drop-shadow(2px 4px 6px black);
}
li.alert-header {
   list-style: none;
    padding: 10px;
    background-color: #0e7a90;
    color: #000;
    font-weight: bold;
    text-align: center;
    width: 100%;
    clear: both;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 25px;
    /* box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2); */
    color: white;
    margin-left: -8px;
    padding-top: 27px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
li.received {
    float: left;
    border: 1px solid #DDD;
    list-style: none;
    padding: 9px 25px;
    border-radius: 10px;
    background: #449ecc59;
    min-width: 85px;
    text-align: left;
    padding-left: 17px;
    padding-top: 5px;
    position: relative;
    left: 35px;
    margin-bottom: 33px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0px;
    max-width: 70%;
    }li.sent {
    float: right;
    border: 1px solid #DDD;
    list-style: none;
    padding: 10px 25px;
    border-radius: 10px;
    background: whitesmoke;
    min-width: 82px;
    text-align: right;
    position: relative;
    margin-top: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
    max-width: 60%;
    }
ul.user_info_list li:first-Child {
    margin-top: -15px;
}

.wrapper_box {
    background: #24667b08;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 0;
    height: 750px !important;
    border-top-left-radius: 30px !important;
}

ul.user_info_list {
    border-top-left-radius: 28px !important;
    overflow: hidden;
    margin-top: 0px;
    padding-top: 15px;
}

.user_info {
    width: 23%;
    float: left;
    
    background: whitesmoke;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    border-top-left-radius: 25px !important;
        min-width: 220px;
}

.message_info {
    float: right;
    width: calc(77% - 4px);
	border-left: 4px solid #f8fafb;
	max-width: calc(100% - 225px);
}


.tool-bar img {
    height: 85%;
    width: auto;
    float: left;
    margin-top: 4px;
    margin-right: 50px;
    margin-left: 10px;
}
.tool-bar i {
    margin-right: 10px;
    margin-left: -10px;
}
.toolbar {
	background: transparent !important;
}
.right-bar .toolbar a {
	background: rgba(51, 50, 50, .90) !important;
}
.right-bar .toolbar a:hover {
	background: rgba(144, 50, 48, .94) !important;
}
.action-sections, .status-loggedin, .right-bar a.selected, .right-bar a.selected:hover {
    background: rgba(33, 33, 33, .90);
}
.script-button {
	border: 0px solid #ecbdbdcc !important;
	font-size: 15px !important;
	border-radius: 0px; 
}
.script-button.hot.always.stop-all {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    width: 96.4% !important;
}
.main-actions .script-button.hot {
    background: #af0e0f;
}
.beacon-alert, .stream-audio, .activate-alarm, .activate-stored-message {
    width: 47.5% !important;
    margin: 0.5% !important;
    margin-left: 1% !important;
    margin-right: 0% !important;
}
.script-button.hot.always.activate-pa, .script-button.hot.always.select-units {
	width: 96.3% !important;
}
.active-scripts {
    width: 96.4% !important;
    margin-left: 0.5px !important;
}

ul#location-edit-list i, ul#location-edit-list i {
	font-size: 22px !important;
    margin-top: -8px;
    position: relative;
    top: 3px;
    margin-right: 9px;
    margin-left: -2px;
}
ul#location-edit-list i:hover, ul#location-edit-list i:hover {
	color: red;
    cursor: pointer;
    title: 'Unit ID';
}

ul#group-edit-list i, ul#group-edit-list i {
    font-size: 22px !important;
    margin-top: -8px;
    position: relative;
    top: 3px;
    margin-right: 9px;
    margin-left: -2px;
}
ul#group-edit-list i:hover, ul#group-edit-list i:hover {
    color: red;
    cursor: pointer;
    title: 'Toggle Public Visibility';
}
.right-bar hr {
    width: 96%;
    margin-left: 3px;
    margin-top: 10px;
}
.right-bar .custom-actions .buttons {
    display: table;
    padding: 0px;
    padding-bottom: 30px;
}
.custom-actions .buttons div.script-button {
    height: 50px;
}

#main-box, #message-center, #templates, #roster, #roster-admin, #assets, #reports, #settings, #settings-master, #devices, #logs {
    position: absolute;
    width: 100%;
    height: calc(100% - 46px);
    top: 46px;
    overflow: hidden;
}
#message-center, #templates, #roster, #roster-admin, #assets, #reports, #settings, #settings-master, #devices, #logs {
	display: none;
}
.right-bar.wide.assets, img.leaflet-marker-icon.unit.asset {
	display: none;	
}
table#DataTables_Table_0 {
    width: 100% !important;
}

div#roster, div#roster-admin, div#message-center, div#templates, div#reports, div#settings, div#settings-master, div#devices, div#logs {
    background: #f9f9f9;
}
body, html, html a {
    -webkit-font-smoothing: antialiased;
}
.content-window {
    margin: 0% 0%;
    height: 100%;
    box-sizing: content-box;
    overflow: auto;
    background: white;
}
.content {
    float: left;
    position: relative;
    left: 364px;
    width: calc(100% - 460px);
    padding: 25px;
    box-sizing: content-box;
}
.sidebar {
    float: left;
    border-right: 1px solid #DDD;
    height: 100%;
    box-sizing: border-box;
    position: fixed;
    background: #f9fbfb;
    width: 20%;
    min-width: 260px;
    max-width: 340px;
}
.sidebar-header {
    width: 100%;
    background: #f9fbfb;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 22px;
    padding-right: 10px !important;
}
.compose {
    width: 100%;
    text-align: center;
    height: 40px;
    background: #2a2a28;
    color: white;
    vertical-align: middle;
    padding: 11px;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}
.compose:hover {
    background: #cc0b0b;
}
.item {
    color: #24667b !important;
    margin: 0 auto;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 12px;
    height: 18px;
    margin-bottom: 11px;
    background: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
}
.item.inbox {
    margin-top: -10px;
}
.item div {
    float: left;
}
.item:hover, .item div:hover {
    color: #2d63a8 !important;
    cursor: pointer;
    background: #ccd6d6;
}
.item .icon {
    padding-right: 15px;
}

.item .item-qty {
    float: right !important;
    min-width: 17px;
    text-align: center !important;
    box-sizing: content-box;
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    color: #2d63a8!important;
    background: #e7eff6!important;
}
.form-group input, .form-group textarea {
    background: white;
    width: 100%;
    border-radius: 4px;
    padding: 10px 15px;
    box-sizing: border-box;
}
select.form-control {
    background: #ffffff;
    width: 100%;
    border-radius: 5px !important;
    padding: 0px 20px !important;
    height: 37px !important;
}
.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.btn {
	cursor: pointer;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 6px 12px;
    padding: .375rem .75rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.btn-danger {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336;
}.btn-primary {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}.btn-success {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50;
}.btn-warning {
    color: #212529;
    background-color: #ffeb3b;
    border-color: #ffeb3b;
}.btn-info {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4;
}.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}.btn-outline-primary {
    color: #2196f3;
    border-color: #2196f3;
}.btn-outline-danger {
    color: #f44336;
    border-color: #f44336;
}.btn-outline-success {
    color: #4caf50;
    border-color: #4caf50;
}.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.send-channels, .send-groups, .send-locations {
    float: left;
    border-right: 1px solid #DDD;
    overflow: hidden;
    height: 325px;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 50px;
    overflow-y: auto;
    overflow-x: hidden;
}
.send-channels {
    width: 33% !important;
}
.send-groups, .send-locations {
    width: 32.5% !important;
    margin-left: 1%;
}
.send-locations {
    border-right: 0px;
    height: 325px;
}
.allgroups .send-groups, .allgroups .header-groups {
	display: none !important;
}
.allgroups .send-locations, .allgroups .header-locations {
	width: 66% !important;
}
.alllocations .send-locations, .alllocations .header-locations {
    display: none;
}
.alllocations .send-groups, .alllocations .header-groups {
    width: 66% !important;
    border: 0px;
}
.alllocations .send-groups .select-group {
    width: 31%;
}
.allgroups.alllocations .send-channels, .allgroups.alllocations .header-channels {
    width: 100% !important;
    border: 0px !important;
}
.allgroups.alllocations .send-channels .channel {
    width: 31%;
}
.allgroups.alllocations .send-channels {
    height: 165px;
}
.allgroups .select-location {
	width: 31% !important;
}

.form-group.alert-name {
    width: 48%;
    float: left;
    box-sizing: border-box;
}
.form-group.alert-template {
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin-left: 2%;
}
.channel, .select-group, .select-location, .select-unit {
    float: left;
    background: #ccd6d6;
    border: 1px solid #DDD;
    margin: 5px;
    padding: 5px 8px;
    box-sizing: border-box;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    padding-right: 23px;
    width: 46%;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    color: #000;
}

.channel.disabled, .select-group.disabled, .select-location.disabled, .select-unit.disabled,
.channel.disabled:hover, .select-group.disabled:hover, .select-location.disabled:hover, .select-unit.disabled:hover {
    background: #a5a5a5;
    color: #676363;
    cursor: default;
    font-style: italic;
}
.channel.selected, .select-group.selected, .select-location.selected, .select-unit.selected {
    background: #24667b;
    color: white;
}
.channel.selected:hover, .select-group.selected:hover, .select-location.selected:hover, .select-unit.selected:hover {
    background: #24667b;
    color: white;
}
.channel:hover, .select-group:hover, .select-location:hover, .select-unit:hover {
    background: #478ba0;
    color: white;
}
.channel input, .select-group input,.select-location input , .select-unit input {
    width: 14px;
    text-align: left;
    margin-top: 6px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.channel i, .select-group i, .select-location i, .select-unit i {
    margin-right: 8px;
}
.box-title {
    font-weight: bold;
    color: grey;
    margin-left: 10px;
    border-bottom: 1px solid #DDD;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}
.box-header {
    float: left;
    width: 32.5%;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}
.choose-template {
    background: #24667b;
    padding: 15px 25px;
    margin-bottom: 50px;
    color: white;
    border-radius: 11px;
    border: 1px solid #DDD;
	min-width: 600px;
}
.text-right.mrg-top-30 {
    float: right;
    margin-bottom: 30px;
    margin-top: 10px;
}
select.choose-template-list {
    width: calc(100% - 235px);
    float: left;
    box-sizing: border-box;
}
.or {
    margin-top: 15px !important;
    float: left;
    margin-left: 11px;
}div#new-message-area, div#new-template-message-area {
    border: 1px solid #DDD;
    border-radius: 12px;
    padding: 22px;
    padding-bottom: 60px;
    background: #24667b08;
    margin-top: -15px;
}
.jstree-default .jstree-wholerow-clicked {
    background: #25488224;
}
.dataTables_wrapper input, .dataTables_wrapper select {
    width: auto;
    background: white;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #807e7e;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #807e7e;
}
input#recipient-search, input#administrator-search, input#template-search, input#devices-search, inputlogs-search {
    background: white;
    border-radius: 5px;
    width: calc(100% - 40px);
    box-sizing: border-box;
    margin-left: 20px;
    margin-top: -10px;
    height: 44px;
}
#template-tree .jstree-icon.jstree-ocl {
    width: 17px !important;
}
.custom-list th:nth-Child(6), .custom-list th:nth-Child(7) {
    display: none;
}
.custom-group-box table {
    font-size: 14px;
}
.custom-list tbody tr td:nth-Child(6), .custom-list tbody tr td:nth-Child(7) {
    display:  none;
}
.custom-group-box {
    width: 650px;
    overflow: hidden;
    display: none;
}
.custom-group-box-dialog .ui-dialog-buttonpane button:first-Child {
    float: right;
    background: red;
    color: white;
}
.custom-group-box-dialog .ui-dialog-buttonpane button:nth-Child(2) {
    float: right;
    color: white;
    background: #14343e;
}
.group-edit-box, .location-edit-box {
    display: none;
}
ul#group-edit-list li, ul#location-edit-list li {
	list-style-type: none;
	border: 1px solid #DDD;
	border-radius: 10px;
	padding: 18px 15px;
	margin-bottom: 15px;
	background: #ccd6d6;
	width: 47%;
	float: left;
	box-sizing: border-box;
	height: 50px;
	margin-right: 15px;
	font-size: 12px;
	overflow: hidden;
}

ul#group-edit-list, ul#location-edit-list {
    margin: 10px 0px;
    padding: 0px;
}

ul#group-edit-list li a, ul#location-edit-list li a {
    float: right;
}

a.edit-group, a.delete-group, a.edit-location, a.delete-location {
    font-size: 21px;
}
#location-edit-list a.edit-location {margin-right: 0px;margin-top: -19px;color: white;background: #5a5038;padding: 15px 18px;margin-bottom: 0px;height: 49px !important;text-align: center;vertical-align: middle;border-radius: 0px;font-size: 18px;padding-right: 2px;box-sizing: border-box;border-top-left-radius: 0px;border-bottom-left-radius: 0px;}
a.edit-group, a.edit-location {
    margin-right: 7px;
    margin-top: -6px;
    color: white;
    background: #ecaa2f;
    padding: 5px 9px;
    margin-bottom: 0px;
    height: 20px !important;
    text-align: center;
    vertical-align: middle;
    border-radius: 8px;
    padding-right: 5px;
}
a.delete-group:hover, a.delete-location:hover {
    background: #d82725;
}
.delete-group i, .delete-location i {
    margin-right: 10px;
}
a.delete-group, a.delete-location {margin-right: -15px;margin-top: -19px;color: white;background: #981514;padding: 15px 20px;margin-bottom: 0px;height: 49px !important;text-align: center;vertical-align: middle;border-radius: 8px;font-size: 18px;padding-right: 10px;box-sizing: border-box;border-top-left-radius: 0px;border-bottom-left-radius: 0px;}
.manage-locations, .manage-groups, .manage-devices, .manage-logs {
    width: 13%;
    margin-left: 2%;
    float: left;
    background: #2a2a28;
    color: white;
    vertical-align: middle;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
    cursor: pointer;
}

.manage-locations:hover, .manage-groups:hover, .manage-devices:hover, .manage-logs:hover {
    background: #cc0b0b;
}
.add-new-group, .add-new-location, .add-new-device {
	float: left;
    width: 85%;
    margin-right: 0%;
    text-align: center;
    height: 40px;
    background: #2a2a28;
    color: white;
    vertical-align: middle;
    padding: 11px;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}
.add-new-group:hover, .add-new-location:hover, .add-new-device:hover {
    background: #cc0b0b;
}
div#recipient-tree, div#administrator-tree, div#devices-tree, div#logs-tree {
    overflow: auto;
    height: calc(100% - 200px) !important;
}
.alert-survey-table, .alert-sent-table, .alert-draft-table, .alert-trash-table {
	display: none;
}
table.dataTable tbody tr.even {
    background: whitesmoke;
}
.dataTable th {
    text-align: left;
}table.dataTable tbody td {
    padding-left: 18px !important;
}
table.dataTable tbody tr.even.selected {
    background-color: #b0bed9 !important;
}
table.dataTable tbody tr:hover {
    background: #1c4f5fc7;
    color: white;
}span.group-bubble, span.location-bubble, span.channels-bubble, span.admin-bubble, span.ipaws-bubble {
    margin-right: 3px;
    background: red;
    float: left !important;
    min-width: 17px;
    text-align: center !important;
    box-sizing: content-box;
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
    display: inline-block;
    padding: 2px 9px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    color: #2d63a8!important;
    background: #e7eff6!important;
    margin-bottom: 3px;
    border: 1px solid #d6d6d6;
}span.location-bubble {
    color: #ececec!important;
    background: #ac89b7!important;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
}span.channels-bubble {
	color: #ececec!important;
    background: #1d4075!important;
    max-width: 45px;
}span.location-bubble.error {
    background: red !important;
}
span.admin-bubble {
    color: #2d63a8!important;
    background: #e7eff6!important;
    max-width: 105px;
}span.admin-bubble.super_admin{
    color: white !important;
    background: green !important;
    max-width: 105px;
}span.ipaws-bubble {
	color: #ececec!important;
    background: #1d4075!important;
    max-width: 45px;
}span.ipaws-bubble.enabled {
	color: #ececec!important;
    background: green!important;
    max-width: 45px;
}span.ipaws-bubble.disabled {
	color: #ececec!important;
    background: #8b1212 !important;
    max-width: 45px;
}
span.device-bubble {
	color: #ececec!important;
	background: #1d4075!important;
	max-width: 45px;
	border: 1px solid white;
}span.device-bubble.good {
	color: #ececec!important;
	background: green!important;
	max-width: 45px;
	border: 1px solid white;
}span.device-bubble.bad {
	color: #ececec!important;
	background: #8b1212 !important;
	max-width: 45px;
	border: 1px solid white;
}
i.fa.fa-plus-circle {
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.select-location {
    display: none;
}
.g-signin2 {
    float: left;
    margin-top: -2px;
}
#login input.username, #login input.password {
    background: white;
}
.user-signed-in {
    float: right;
    height: 100%;
    padding-left: 25px;
    background: #393937;
    cursor: pointer;
    padding-bottom: 7px;
    box-sizing: border-box;
    text-transform: capitalize;
}
.user-signed-in:hover {
    background: #772f2c;
}
img.userIcon {
    width: auto;
    height: 80%;
    border-radius: 50%;
    margin-top: 4%;
    float: right;
    margin-right: 15px;
    cursor: pointer;
    margin-left: 18px !important;
}
span.userFullName {
    color: white;
    position: relative;
    top: 15px;
    cursor: pointer;
}
.sidebar .jstree-wholerow.jstree-wholerow-clicked {
    border-right: 8px solid #24667b;
}
.sidebar .jstree-default .jstree-wholerow-clicked {
    background: #ccd6d6;
}
.dataTables_wrapper {
    border: 1px solid #DDD;
    border-radius: 12px;
    padding: 22px;
    padding-bottom: 60px;
    background: #24667b08;
    overflow: hidden;
    padding-right: 50px !important;
}div#template-tree a, div#template-tree .fa::before {
    color: #24667b !important;
    font-size: 15px;
    padding: 2px 0px;
}.status-loggedin {
    display: none;
}.action-sections {
	height: calc(100% - 25px) !important;
}
h4.c-grey-900.mB-20 {
    margin-top: 6px;
}


#tabs{
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.ipaws input, .ipaws select {
    background: white !important;
}
#tabs li{
  float: left;
  margin: 0 .5em 0 0;
  width: auto !important;
}

.narrow #tabs a {
	padding: .5em 1.1em;
}
#tabs a{
  position: relative;
  background: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fff, #ddd);
  background-image: -moz-linear-gradient(top, #fff, #ddd);
  background-image: -ms-linear-gradient(top, #fff, #ddd);
  background-image: -o-linear-gradient(top, #fff, #ddd);
  background-image: linear-gradient(to bottom, #fff, #ddd);
  padding: .5em 1.5em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after{
  background: #fff;
}

#tabs a:focus{
  outline: 0;
}

#tabs a::after{
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fff, #ddd);
  background-image: -moz-linear-gradient(top, #fff, #ddd);
  background-image: -ms-linear-gradient(top, #fff, #ddd);
  background-image: -o-linear-gradient(top, #fff, #ddd);
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;  
}

#tabs #current a,
#tabs #current a::after{
  background: #dbe1e2;
  z-index: 3;
}

/* ------------------------------------------------- */

#tabs_content
{
    background: #ccd6d6ab;
    padding: 2em;
    position: relative;
    z-index: 2;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    -moz-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}

#tabs_content h2, #tabs_content h3, #tabs_content p
{
    margin: 0 0 15px 0;
}
a.view-row, a.edit-row, a.delete-row {
    padding: 5px 7px;
    border-radius: 6px;
    color: white;
    padding-bottom: 2px;
    position: relative;
    top: 1px;
    box-shadow: 1px 1px 0px 0px #d8d8d8a1;
}
a.edit-row, a.delete-row {
    margin-left: 5px;
}
a.view-row {
    background: #0565ad;
    border: 1px solid #0565ad;
}
a.edit-row {
    background: #ecaa30;
    border: 1px solid #ecaa30;
}
a.delete-row {
    background: #b51414;
    border: 1px solid #b51414;
}
img.flag-icon {
    width: 19px;
    position: relative;
    top: 4px;
    left: -10px;
}

.translate-alert, .translate-template, .sync-roster, .sync-devices, .add-new-recipient, .sync-administrators, .add-new-administrator, .import-recipients, .import-devices {
    float: right;
    margin-top: -48px;
    background: white;
    padding: 7px 15px;
    border: 1px solid #DDD;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}.translate-alert:hover, .translate-template:hover, .sync-roster:hover, .sync-devices:hover, .add-new-recipient:hover, .sync-administrators:hover, .add-new-administrator:hover, .import-recipients:hover,.import-devices:hover {
    background: #15517d;
    color: white;
}.translate-alert i, .translate-template i, .sync-roster i, .sync-devices i, .sync-administrators i {
    margin-right: 10px;
}
.import-recipients i, .import-devices i {
    margin-right: 10px;
}
div.import-recipients {
    margin-right: 155px;
}
 div.import-devices {
    margin-right: 0px;
}
div.import-recipients.scoot, div.import-devices.scoot {
	margin-right: 390px;
}
.add-new-recipient, .add-new-administrator {
    margin-right: 238px;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 10000002;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #222222b8;
    z-index: 10000001;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(-100%);  /* IE 9 */
            transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(100%);  /* IE 9 */
            transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader {
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
            transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
            transition: all 0.3s 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

input.disabled, select.disabled, textarea.disabled {
    background: whitesmoke !important;
    color: #888585;
    font-style: italic;
    cursor: not-allowed;
}

.loading-middle {
    background-image: url(assets/css/images/loading.gif) !important;
    background-size: 15% !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.loading-left {
    background-image: url(assets/css/images/loading.gif) !important;
    background-image: url(assets/css/images/loading.gif) !important;
    background-size: 10% !important;
    background-repeat: no-repeat !important;
    background-position: 10% 53% !important;
    padding-left: 33px;
}

.loading-right {
    background-image: url(assets/css/images/loading.gif) !important;
    background-size: 10% !important;
    background-repeat: no-repeat !important;
    background-position: 91% 53% !important;
    padding-right: 33px;
}

#administrator-tree li#all_groups {
    display: none !important;
}

h2 i {
    margin-right: 10px;
}

@media screen and (max-width: 1400px) {
    .content {
	    left: 295px !important;
	    width: calc(100% - 370px) !important;
	}
    .channel {
        width: 94% !important;
    }
    .select-group {
        width: 94% !important;
    }
    .select-location {
        width: 94% !important;
    }
    .alllocations .select-group {
	    width: 48% !important;
	}
}

@media screen and (max-width: 1100px) {
	.send-channels {
	    width: 40% !important;
	}
	.allgroups .send-locations {
	    width: 58% !important;
	}
    .send-locations .select-location {
        width: 90% !important;
    }
}
input#recipient-email {
    width: 87%;
}
form.admin-data input, form.recipient-data input {
    width: 75%;
}
img.add-admin-image, img.add-recipient-image {
    width: 110px;
    margin-top: 6px;
    margin-left: 30px;
}
a.add-another-group {
    float: left;
    margin-left: 2px;
}
a.add-another-location {
    float: right;
    margin-right: 20px;
}
progress, progress.template, progress.alert {
    display: none;
    float: right;
}
p.alert-attachment-url, p.template-attachment-url {
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 25px;
    margin-left: 20px;
}
p.alert-attachment-url a, p.template-attachment-url a {
    text-decoration: none;
}
p.alert-attachment-url a:hover, p.template-attachment-url a:hover {
    color: darkblue;
}

div#login label {
    display: none;
}

#login input#password {
    margin-bottom: 25px;
}

#login input#username {
    margin-top: 15px;
}

#login .wrapper {
    margin-top: 12%;
    padding-bottom: 80px;
    min-width: 400px;
}

.user-sync-ic {
    background: #b51c14;
    color: white;
    font-size: 12px;
    text-align: center;
    margin: 0px 8px;
    border-radius: 5px;
    padding: 4px 0px;
}

.form-group.ipaws-area {
    width: 35%;
    float: right;
    margin-left: 2%;
    box-sizing: border-box;
    border-left: 1px solid #DDD;
    padding-left: 2%;
    margin-bottom: 31px;
}
.ipaws-content {
    padding: 20px;
    background: #dbe1e2;
    border-radius: 7px;
    margin-top: 10px;
    height: 100%;
    box-shadow: 2px 2px 2px #d2d2d2;
}
input#ipaws-msg-identifier, input#ipaws-msg-reference {
    width: 96%;
    background: whitesmoke;
}
.ipaws-reference {
	display: none;
}
.ipaws-restricted-scope {
	display: none;
}
.ipaws-test .width-33 {
    width: 33%;
    margin: 0px;
}
button.btn.disabled {
	font-style: italic;
	background: #a7a3a3;
	border: 1px solid #867f7f;
	color: #6f6969;
	cursor: default;
}
.ipaws-area-box {
    margin-top: 15px;
}
.ipaws-msg-cat {
    width: 96%;
}
.ipaws-connected {
	display: none;
    float: right;
    margin-top: 7px;
    font-size: 13px;
    color: green;
    margin-bottom: -10px;
    margin-right: 10px;
}
.ipaws-connected i {
    margin-right: 4px;
}
.reload-cogs {
    float: left;
    color: #903130;
    font-size: 15px;
    margin-top: 2px;
    margin-bottom: -10px;
    margin-right: 3px;
    cursor: pointer;
    margin-left: 5px;
}
.reload-cogs:hover {
    color: #557faf;
}
.reload-cogs i {
    font-size: 15px;
    margin-right: 5px;
}
.ipaws-area-actions div {
    float: left;
    width: 32%;
    background: #073c75;
    margin-right: 1%;
    color: white;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: -12px;
}
.ipaws-area-actions div:hover {
	background: #2a5c92;	
}.ipaws-area-actions div i {
    margin-right: 10px;
    margin-left: -15px;
}
.ipaws-cogs {
	display: none;
}
#templates .ipaws-content {
    border: 0px !important;
}

#templates .ipaws-live, #templates .ipaws-test {
    display: none !important;
}
textarea.short-desc, textarea.eas-desc, textarea.ipaws-instructions, .alert-phone textarea, .alert-audio textarea {
    height: 100px;
}

#templates .short-message-content {
    background: #f9fafb !important;
    border: 1px solid #DDD !important;
}
.ipaws-area-selection, .ipaws-cogs-selection {
    background: whitesmoke;
    margin-top: 5px;
    margin-bottom: 8px;
    height: 115px;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: auto;
    width: 98%;
    border: 1px solid #DDD;
}.ipaws-area-item {
    float: left;
    background: white;
    padding: 6px 25px;
    border-radius: 15px;
    font-size: 13px;
    border: 1px solid #DDD;
    margin-bottom: 4px;
    margin-right: 3px;
}.ipaws-area-item i {
    font-size: 17px;
    margin-left: -18px;
    margin-right: 10px;
    position: relative;
    top: 1px;
    cursor: pointer;
}.ipaws-area-item i:hover {
	color: red;
}
.ipaws-generate-xml {
    background: #753d3d;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
}
.ipaws-msg-identifier, .ipaws-msg-restriction {
    width: 96% !important;
    background: whitesmoke !important;
}
.form-group.text-area.narrow {
    width: 62%;
    float: left;
    box-sizing: border-box;
}.narrow .translate-template, .narrow .translate-alert {
    margin-top: -43px;
}

#main-box .right-bar .custom-actions .buttons {
    display: block;
}
#filters input {
    width: 20px;
    top: 4px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
}
[contenteditable] {
    -webkit-user-select: text;
    user-select: text;
}
img.logo-upload {
    margin-left: 41px;
    float: left;
    margin-bottom: -110px;
    z-index: 9999999999;
    position: relative;
    top: 80px;
	height: 110px !important;
	width: auto !important;
}
input#appLogo {
    float: right;
    height: 218px !important;
    margin-bottom: -200px;
}

path.leaflet-interactive {
   /* fill: lime; */
}

#settings input {
    width: calc(100% - 21px) !important;
    box-sizing: border-box;
    margin-left: 0px !important;
    margin-right: 0px !important;
    background: white;
    height: 45px;
}
#settings select {
    width: calc(100% - 22px) !important;
    height: 45px !important;
    background: white;
}
#settings .preferences {
    padding-bottom: 0px !important;
    overflow: auto !important;
    height: auto !important;
}

#settings-master input {
    width: calc(100% - 21px) !important;
    box-sizing: border-box;
    margin-left: 0px !important;
    margin-right: 0px !important;
    background: white;
    height: 45px;
}
#settings-master select {
    width: calc(100% - 22px) !important;
    height: 45px !important;
    background: white;
}
#settings-master .preferences {
    padding-bottom: 0px !important;
    overflow: auto !important;
    height: auto !important;
}


.save-result, .save-result-options {
	display: none;
    float: right;
    margin-top: 35px;
    margin-right: 41px;
    padding: 11px 25px;
    background: green;
    color: white;
    border: 1px solid #DDD;
}

.save-buttons {
    position: fixed;
    bottom: 223px;
    height: 55px;
    width: 62.4%;
    background: #DDD;
    padding: 0px !important;
    border: 1px solid #bfb1b1;
    margin-left: -1px;
    overflow: hidden;
}
.show-hide-advanced-settings-button {
	float: left;
	cursor: pointer;
	margin-left: 10px;
    background: green;
	padding: 8px 27px;
    margin-right: 6px;
    border: 1px solid #DDD;
    color: white;
    border-radius: 6px;
    margin-top: 10px;
}
.show-hide-advanced-settings-button.enabled {
	background: #9a0333;
	padding: 8px 29.7px;
}

.show-hide-advanced-settings-button:hover {
   background: #3ba712;
}

.show-hide-advanced-settings-button.enabled:hover {
   background: #ef2c6a;
}
.sep-title {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ddd;
    padding: 11px;
    color: #404040;
    text-shadow: 0px 1px 0px #cccccc;
}form.app-info {
    padding: 28px;
    border: 1px solid #DDD;
    box-sizing: border-box;
    margin-top: -1px;
}
.description {
    text-align: justify;
    font-size: 15px;
    font-family: calibri;
    color: #404040;
    background: #24667b08;
    padding: 15px;
    margin-top: -5px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #DDD;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-top: 18px;
    padding-left: 26px;
}
.save-settings {
    width: 100%;
    text-align: right;
    background: whitesmoke;
    padding: 20px 45px;
    box-sizing: border-box;
    border: 1px solid #DDD;
    margin-top: -1px !important;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.sms-from, .sms-msg {
    text-align: left;
    padding-left: 25px;
}
.script-button {
    box-shadow: 2px 2px 2px #3d1010;
}

.script-button {
    padding: 10px !important;
    box-sizing: border-box;
}
.sms-msg {
    font-weight: bold;
}
input[type="text"], input[type=""] {
    padding: 13px 15px !important;
}

#settings .sync-groups, #settings .lang-groups, #settings-master .sync-groups, #settings-master .lang-groups {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
#settings .sync, #settings .lang, #settings-master .sync, #settings-master .lang {
    float: left;
    background: #ccd6d6;
    border: 1px solid #DDD;
    padding: 6px 8px;
    box-sizing: border-box;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    padding-right: 23px;
    width: 200px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-right: 10px;
}
ul#location-edit-list {
    max-height: calc(100% - 275px);
    overflow: scroll;
}
#settings .sync input, #settings .lang input {
    width: 14px !important;
    text-align: left;
    margin-top: 6px;
    position: relative;
    top: 1px;
    margin-right: 10px !important;
    height: auto !important;
}
#settings .sync i, #settings .lang i{
	margin-right: 8px;
}
#settings .sync:hover, #settings .lang:hover {
    background: #478ba0;
    color: white;
}
#settings .sync.selected, #settings .lang.selected{
    background: #24667b;
    color: white;
}
#settings hr {
    margin-top: 22px;
    margin-bottom: 30px;
    width: 98%;
    border-top: 1px solid #DDD;
    margin-left: 0px;
}

#settings-master .sync input, #settings-master .lang input {
    width: 14px !important;
    text-align: left;
    margin-top: 6px;
    position: relative;
    top: 1px;
    margin-right: 10px !important;
    height: auto !important;
}
#settings-masters .sync i, #settings-master .lang i{
	margin-right: 8px;
}
#settings-master .sync:hover, #settings-masters .lang:hover {
    background: #478ba0;
    color: white;
}
#settings-master .sync.selected, #settings-master .lang.selected{
    background: #24667b;
    color: white;
}
#settings-master hr {
    margin-top: 22px;
    margin-bottom: 30px;
    width: 98%;
    border-top: 1px solid #DDD;
    margin-left: 0px;
}
.leaflet-control-scale.leaflet-control {
    bottom: 38px;
    left: 151px;
}.leaflet-control-layers-base {
    border-bottom: 2px solid whitesmoke;
    margin-bottom: 6px;
}.leaflet-control-layers-separator {
    display: none !important;
}
.active-alert-box {
	display: none;
}.active-alert-box {
    margin-top: -19px;
    margin-bottom: 34px;
    background: #6a0a0a;
    padding: 20px;
    color: white;
    border-radius: 13px;
}
.copy-to-empty.sms {
    display: block !important;
    float: right;
    margin-top: -19px;
    z-index: 99999;
    position: relative;
    right: 38px;
    padding: 7px;
    border-radius: 3px;
    cursor: pointer;
}
.copy-to-empty.call {
    display: block !important;
    float: right;
    margin-top: -7px;
    z-index: 99999;
    position: relative;
    right: 4px;
    padding: 7px;
    margin-bottom: -92px !important;
    cursor: pointer;
}
input#admin-approval-required-other {
    width: 82%;
}
span.device-bubble {
    font-size: 13px;
    padding: 3px 16px;
    border-radius: 11px;
}
div.admin-approval-required-other {
    display: none;
}


textarea#alert-phone-msg-ar, input#alert-pre-message-ar, input#alert-sms-message-ar, input#alert-subject-ar, textarea#alert-tts-ar {
    direction: rtl;
}
textarea#template-phone-msg-ar, input#template-pre-message-ar, input#template-sms-message-ar, input#template-subject-ar, textarea#template-tts-ar {
    direction: rtl;
}
.alert-feed {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: scroll; /* Enables scrolling */
}

.alert-card {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    width: calc(100% - 40px); /* Adjust width to account for padding */
    max-width: 600px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.alert-card h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.alert-card p {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    border: solid 1px rgba(51, 51, 51, 0.5); /* Edited the border opacity to 50% */
    border-radius: 10px;
    padding: 10px;
    text-align: center !important;
    box-sizing: content-box;
    white-space: normal;
    vertical-align: baseline;
}

.alert-card-locations {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.alert-card-channels {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}