/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */


/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

@font-face {
  font-family: 'BentonSans';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/BentonSans-Light.otf') format('opentype');
}

 @font-face {
  font-family: 'BentonSans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/BentonSans-Book.otf') format('opentype');
}

@font-face {
  font-family: 'BentonSans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/BentonSans-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'BentonSans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/BentonSans-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'BentonSans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/BentonSans-Bold.otf') format('opentype');
}

  /* body { font-family: 'Gotham-Book' !important; } */

.table-topper {
    background: #fafafa;
    padding: 8px 10px;
    border-bottom: 2px solid #ddd;
}

.table-topper .pagination,
.table-bottom .pagination {
    margin: 0;
}

.table-bottom {
    background: #fafafa;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-width: 1px 0;
}

.group-management {
    padding: 5px 10px;
    border-top: 1px solid #ddd;
}

.search-area {
    padding: 10px 13px 0 0;
}

.number-records {
    padding: 5px;
}

.number-records select {
    height: 22px;
    line-height: 22px;
}

li.record-number {
    position: relative;
    float: left;
    padding: 5px 12px;
    font-size: 12px;
}

.details {
    background: #ededed;
    height: auto;
    margin: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1001;
    padding: 0;
}

.details .closer {
    position: absolute;
    top: 4px;
    right: -1px;
}

#user {
    margin: 9px 0 0 0;
}

.account-context {
    padding: 18px 13px 0;
    position: relative;
    margin-right: 70px;
}

#account-selector,
.account-selector {
    max-width: 97%;
    white-space: nowrap;
    background: none repeat scroll 0px 0px transparent;
    border: medium none;
    padding: 0px;
    text-align: left;
    color: #555;
    font-size: 14px;
    cursor: pointer;
}

.btn {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.pagination>li>a,
.pagination>li>span {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.shadow {
    /*  -moz-box-shadow:    2px 2px 4px 2px #E0DEDE;
  -webkit-box-shadow: 2px 2px 4px 2px #E0DEDE;
  box-shadow: 2px 2px 4px 2px #E0DEDE;
*/
}

.user-endpoint>tbody>tr:nth-child(odd)>td {
    background-color: transparent;
}

.user-endpoint>tbody>tr:nth-child(even)>td {
    background-color: #f9f9f9;
}

.user-endpoint.table>tfoot>tr>td {
    padding: 10px 0!important;
}

.detail-row {
    margin-bottom: 15px;
    margin-left: -7px;
}

.pagination>li>a,
.pagination>li>span {
    width: 27px;
}

.count {
    position: relative;
    left: 10px;
    bottom: 3px;
}

#detail-closer {
    padding: 4px 0 0 0;
}

@media (min-width:320px) {
    .search-box {
        padding: 0px 0px 10px 12px;
    }
}

.close-mobile {
    font-size: 120%;
}

.rwd-table {
    margin: 0 0 1em 0;
    min-width: 275px;
}

.rwd-table tr {
    padding: 0 4px;
}

.rwd-table tr:nth-child(even) {
    background: #FFF;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    padding-top: .5em;
}

.rwd-table td:last-child {
    padding-bottom: .5em;
}

.rwd-table td:before {
    content: attr(data-th) " ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
    padding-left: 6px;
}

.rwd-table td.slim {
    width: 6em;
}

.rwd-table td.slim-save {
    width: 9.5em;
    padding-left: 8px;
}

.rwd-table td .form-control {
    width: 98%;
    margin-left: 8px;
}

.rwd-table tr:nth-child(even) {
    background-color: #FBF9F9;
}

.action-links {
    margin: 0 0 30px 6.5em;
    padding: 0;
}

.action-links li {
    float: left;
    margin: 0 11px 0 0;
    list-style: none;
}

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

@media (min-width: 480px) {
    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }
    .action-links {
        margin: 4px 0 10px;
    }
}

.rwd-table {
    background-color: transparent;
    color: #333;
    overflow: hidden;
}

.rwd-table tr {}

.rwd-table th,
.rwd-table td {
    margin: .5em 1em .5em 0;
}

@media (min-width: 480px) {
    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

.rwd-table th,
.rwd-table td:before {
    color: #333;
}

.editable-click,
a.editable-click,
a.editable-click:hover {
    text-decoration: none;
    border-bottom: none;
}

#details .modal-body {
    padding: 12px 8px;
}

#details.modal-title {
    font-weight: 500;
}

#content .modal-body {
    padding: 8px 0;
}

#content .modal-body {
    font-weight: 500;
}

.modal-header-dialog {
    padding: 15px;
    border-bottom: 1px solid #E5E5E5;
    min-height: 16.43px;
}

.modal-body-dialog {
    position: relative;
    padding: 20px;
}

.modal-footer-dialog {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #E5E5E5;
}

.row-click {
    cursor: pointer;
}

.pass-strength-bar {
    margin: 10px 0 0 0;
    padding-left: 0;
    padding-right: 0;
}

.pass-strength {
    margin: 5px 0 0 0;
    font-size: 90%;
}

.weak {
    color: rgb(189, 161, 10);
}

#password-eye,
#admin_password-eye {
    cursor: pointer;
}

.dropdown-mobile {
    left: 12px;
}

.tab-content {
    background: #fff;
}

.truncate {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-mobile-2 {
    left: 83px;
    top: 0;
}





/**
 * style input elements that have a required
 * attribute and a focus state
 */

input:required:focus {
    border: 1px solid red;
    outline: none;
}





/**
 * style input elements that have a required
 * attribute and a hover state
 */

input:required:hover {
    opacity: 1;
}

.form-group.required .control-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 8px;
    top: 7px;
}

.modal-body .form-actions {
    border: 1px solid #ddd;
    margin: 25px -11px -13px;
}

.modal-footer {
    padding: 19px 3px 20px 3px;
}

.table-responsive {
    overflow-y: visible;
    overflow-x: visible;
}

.login-info .avatar {
    padding-top: 6px;
}

.progress-micro-slide {
    height: 3px!important;
    line-height: 3px!important;
    -webkit-transition: height ease 0.5s;
    -moz-transition: height ease 0.5s;
    -o-transition: height ease 0.5s;
    transition: height ease 0.5s;
}

.progress-micro-slide:hover {
    height: 10px!important;
    line-height: 10px!important;
    -webkit-transition: height ease 0.5s;
    -moz-transition: height ease 0.5s;
    -o-transition: height ease 0.5s;
    transition: height ease 0.5s;
}

.bg-color-redBright {
    background-color: #ED1C24;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

.btn-file input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

.table-condensed.table>thead.thead-click>tr>th {
    padding: 15px 10px!important;
}

td.list-checkbox {
    width: 18px;
}

.system-status .badge:empty {
    display: none !important;
}

#common-tasks {
    position: relative;
}

#common-tasks li {
    margin: 0;
    padding: 0;
    list-style: none;
    /*position: absolute;*/
    top: 0;
}

#common-tasks li,
#common-tasks a {
    height: 172px;
    width: 172px;
    display: block;
}

#common-tasks #message {
    left: 0px;
    width: 170px;
    background: url('/admin/images/sprite_buttons.png') 0 0;
}

#common-tasks #account {
    left: 180px;
    width: 172px;
    background: url('/admin/images/sprite_buttons.png') -180px 0;
}

#common-tasks #users {
    left: 360px;
    width: 172px;
    background: url('/admin/images/sprite_buttons.png') -359px 0;
}

#common-tasks #groups {
    left: 540px;
    width: 172px;
    background: url('/admin/images/sprite_buttons.png') -539px 0;
}

#common-tasks #message a:hover {
    background: url('/admin/images/sprite_buttons.png') 0 170px;
}

#common-tasks #account a:hover {
    background: url('/admin/images/sprite_buttons.png') -181px -173px;
}

#common-tasks #users a:hover {
    background: url('/admin/images/sprite_buttons.png') -359px -175px;
}

#common-tasks #groups a:hover {
    background: url('/admin/images/sprite_buttons.png') -539px -174px;
}


#logo img#full {
    width: 140px;
}

#logo img#mark {
    width: 36px;
    height: 36px;

}

#user-recent-activity th {
    white-space: nowrap;
}

.recent-activity-icons {
    cursor: default;
}

.copy-tooltip {
    cursor: pointer;
}

.history-details {
    height: 200px;
    margin-bottom: 10px;
}

.history-details-list {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.panel-striped {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.active .panel-striped {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.panel-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 11px;
    color: #fff;
    text-align: center;
    background-color: #57889c;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-image: url(../img/pattern/overlay-pattern.png);
}





/* over-riding incorrect styling for tags */

/*
.select2-selection--multiple {
    height: 32px;
}
*/

.select2-container .select2-selection--multiple .select2-selection__choice {
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}


/* fix for select2 placeholder not showing up initially */
.select2-container,
.select2-container li:only-child,
.select2-container input:placeholder-shown {
  width: 100% !important;
}

/*
.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices {
    border-radius: 0px;
    height: 32px!important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    color: #fff;
    background-color: #428bca;
}
.select2-container-multi .select2-search-choice-close {
    display: block;
    top: 7px;
    right: 0px;
    padding: 3px 4px 3px 6px;
}
*/

.modal .form-group.required .control-label::after {
    top: 0px;
}

.list-radio {
    cursor: pointer;
}





/* for the drag and drop lists in the scenarios edit for actions */

ul.source,
ol.target {
    min-width: 150px;
    min-height: 20px;
    margin: 0px 25px 10px 0px;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    list-style-position: inside;
}

ul.source {
    list-style-type: none;
    border-color: #f8e0b1;
}

ol.target {
    list-style-type: decimal;
    border-color: #add38d;
}

.source li,
.target li {
    margin: 5px;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    cursor: move;
}

.source li {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    color: #c09853;
}

.target li {
    background-color: #ebf5e6;
    border: 1px solid #d6e9c6;
    color: #468847;
}

.sortable-dragging {
    border-color: #ccc !important;
    background-color: #fafafa !important;
    color: #bbb !important;
}

.sortable-placeholder {
    height: 40px;
}

.source .sortable-placeholder {
    border: 2px dashed #f8e0b1 !important;
    background-color: #fefcf5 !important;
}

.target .sortable-placeholder {
    border: 2px dashed #add38d !important;
    background-color: #f6fbf4 !important;
}





/* end of drag and drop lists in the scenarios edit for actions */


/* show more/show less */

.morecontent span {
    display: none;
}





/* annoying animation fix of notification area
can put back if near and dear to someone's heart - tc*/

.active+.ajax-dropdown {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}





/* Scenario Details Temp Padding Fix - 11/8/16 - tc*/

div.panel>span {
    padding: 10px;
}





/* pad checkboxes to match up with well - tc*/

.checkbox-row {
    padding: 0 0 0 1px;
}




/* Ribbon padding */

#ribbon {
    padding: 0 16px;
}




/* fix notification badge placemednt on small screens */

@media only screen and (max-width: 479px) and (min-width: 320px) {
    #logo {
        width: 62px;
    }
    .ajax-dropdown:before {
        margin-left: -88px;
    }
    .ajax-dropdown:after {
        margin-left: -87px;
    }
    /* Ribbon padding for phones */
    #ribbon {
        padding: 0 6px 0 11px!important;
    }
}




/* Ribbon padding for tablets */

@media (max-width: 768px) {
    #ribbon {
        padding: 0 15px 0 13px;
    }
}

@media only screen and (max-width: 679px) and (min-width: 0) {
    #logo {
        width: 62px;
    }
}

@media (max-width: 767px) {
    #logo {
        width: 62px;
    }
    .ajax-dropdown:before {
        margin-left: -88px;
    }
    .ajax-dropdown:after {
        margin-left: -87px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .ajax-dropdown:before {
        margin-left: -126px;
    }
    .ajax-dropdown:after {
        margin-left: -125px;
    }
}


@media (max-width: 880px) and (min-width: 768px) {
    #logo img {
        margin-top: -1px!important;
    }
}





/* fix margin on left search button in subsribers - tc */

#search-selector-dropdown {
    margin-right: -2px;
}





/* Inbound Tips - Posters - tc */

ul#poster-list {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

#bullies-beware {
    background-image: url("/images/utip_poster_bullies_beware-thumb.png");
    background-repeat: no-repeat;
    margin: 10px;
}

#help-keep-school-safe {
    background-image: url("/images/utip_poster_help_keep_school_safe-thumb.png");
    background-repeat: no-repeat;
    margin: 10px;
}

#keep-school-safe {
    background-image: url("/images/utip_poster_keep_school_safe-thumb.png");
    background-repeat: no-repeat;
    margin: 10px;
}

#help-keep-campus-safe {
    background-image: url("/images/utip_poster_help_keep_campus_safe-thumb.png");
    background-repeat: no-repeat;
    margin: 10px;
}

#see-something-say-something {
    background-image: url("/images/utip_poster_see_something_say_something-thumb.png");
    background-repeat: no-repeat;
    margin: 10px;
}

#help-keep-work-safe {
    background-image: url("/images/utip_poster_help_keep_work_safe-thumb.png");
    background-repeat: no-repeat;
    margin: 10px;
}

.poster-title {
    font-size: 20px;
    margin-left: 100px;
}

.poster-description {
    margin-top: 5px;
    margin-left: 100px;
    margin-bottom: 20px;
    padding-bottom: 8px;
}

.pdf {
    background-image: url("/images/adobe-pdf-icon.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-top: 10px;
}

.checkbox input[type=checkbox].checkbox+span,
.checkbox-inline input[type=checkbox].checkbox+span {
    margin-left: -21px;
}

.checkbox+span {
    display: inline!important;
}

.checkbox+span.truncate {
    display:inherit!important;
}

.btn-header.pull-right {
    margin-left: 6px;
    margin-top: 2px;
}

.smart-timeline-content h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
}

.check-highlight {
    background: #ffc!important;
}





/* New Timline Styles */

#filter-desc {
    margin-bottom: 14px;
}

.omni-timeline {
    list-style: none;
    padding: 0 0 0 19px;
    margin: 0;
}

.timeline-time {
    text-align: right;
    float: left;
    font-style: italic;
    padding: 4px 10px 0 0;
    width: 78px;
}

.timeline-time-small {
    text-align: left;
    font-style: italic;
    padding: 0 0 10px 0;
}

.timeline-icon {
    background: #3276b1;
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    z-index: 100;
    padding: 2px;
    float: left;
}

.omni-timeline>li>div>div.timeline-content,
.omni-timeline-sub>li>div>div.timeline-content {
    float: left;
    padding: 4px 0 0 26px;
    margin: 0 0 0 -17px;
    width: 89%;
    background-image: url(../../timeline-line.gif)!important;
    background-position: 0 32px!important;
    background-repeat: no-repeat!important;
    min-height: 50px;
}

#conversation_history .omni-timeline>li>div>div.timeline-content {
    width: 80%;
    padding-bottom: 10px;
}

#conversation_history>#timeline-list-items {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 300px;
}

.timeline-content h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
}

.omni-timeline-sub {
    list-style: none;
}

.omni-timeline>li:last-of-type>div>div.timeline-content {
    background: none!important;
}

.omni-timeline-sub>li:last-of-type>div>div.timeline-content {
    background: none!important;
}

.timeline-content legend {
    padding: 10px 0 8px 15px;
}

.timeline-content .well p {
    padding-right: 10px;
    font-size: 15px;
}

.timeline-content .well p:first-of-type {
    margin: 0;
}

.timeline-summary {
    cursor: pointer;
}

.bg-color-mutedGrey {
    background-color: #B1B1B1!important;
}

.bg-color-lighterGrey {
    background-color: #D2D2D2!important;
}

.history-details1 {
    margin-top: 28px;
}





/* --- Phone / Tablet / Laptop Settings ---*/


/* ----------- iPhone 4 and 4S ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .timeline-content {
        width: 90%!important;
    }
    .btn-header.pull-right {
        margin-top: 0;
    }
    #logo-group>span {
        width: 140px;
        margin-right: 10px;
    }
    #logo {
        overflow: hidden;
    }
}





/* ----------- iPhone 5 and 5S ----------- */


/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .timeline-content {
        width: 89%!important;
    }
    .btn-header.pull-right {
        margin-top: 0;
    }
    #logo-group>span {
        width: 140px;
        margin-right: 10px;
    }
    #logo {
        overflow: hidden;
    }
}





/* Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .timeline-content {
        width: 93%!important;
    }
    .btn-header.pull-right {
        margin-top: 0;
    }
    #logo-group>span {
        width: 140px;
        margin-right: 10px;
    }
    #logo {
        overflow: hidden;
    }
}





/* ----------- iPhone 6 ----------- */


/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .timeline-content {
        width: 90%!important;
    }
    .btn-header.pull-right {
        margin-top: 0;
    }
    #logo-group>span {
        width: 140px;
        margin-right: 10px;
    }
    #logo {
        overflow: hidden;
    }
}





/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .timeline-content {
        width: 94%!important;
    }
    .btn-header.pull-right {
        margin-top: 0;
    }
    #logo-group>span {
        width: 140px;
        margin-right: 10px;
    }
    #logo {
        overflow: hidden;
    }
}





/* ----------- iPhone 6+ ----------- */


/* Portrait */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .timeline-content {
        width: 92%!important;
    }
    .btn-header.pull-right {
        margin-top: 0;
    }
    #logo-group>span {
        width: 140px;
        margin-right: 10px;
    }
    #logo {
        overflow: hidden;
    }
}





/* Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .timeline-content {
        width: 96%!important;
    }
    .btn-header.pull-right {
        margin-top: 0;
    }
    #logo-group>span {
        width: 140px;
        margin-right: 10px;
    }
    #logo {
        overflow: hidden;
    }
}





/* ----------- Galaxy S5 ----------- */


/* Portrait */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .timeline-content {
        width: 91%!important;
    }
    .btn-header.pull-right {
        margin-top: 0;
    }
    #logo-group>span {
        width: 140px;
        margin-right: 10px;
    }
    #logo {
        overflow: hidden;
    }
}





/* ----------- iPad 1 and 2 ----------- */


/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .timeline-content {
        width: 85%!important;
    }
    .btn-header.pull-right {
        margin-top: 0;
    }
    #logo-group>span {
        width: 140px;
        margin-right: 10px;
    }
    #logo {
        overflow: hidden;
    }
}





/* Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .timeline-content {
        width: 86%!important;
    }
    .btn-header.pull-right {
        margin-top: 0;
    }
    #logo-group>span {
        width: 140px;
        margin-right: 10px;
    }
    #logo {
        overflow: hidden;
    }
}





/* -- Laptops -- */


/* ----------- Non-Retina Screens ----------- */

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .timeline-content {
        width: 90%!important;
    }
}





/* ----------- Retina Screens ----------- */

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {}





/* ALL SUBSCRIBERS Group*/

.show_all_user_notice {
    width: 100%;
    margin-top: 6px!important;
    display: inline-block;
}

.groups-widget {
    min-height: 36px!important;
}





/* Scenario Launch Screen */

ul.scenario-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.scenario-list li {
    border-bottom: 1px solid #c8c7cc;
}

.scenario-list .scenario-more {
    cursor: pointer;
}

.scenario-list div.icon {
    float: left;
    font-size: 275%;
    padding: 20px 10px 20px 0;
    color: #B1B1B1;
}

.scenario-list div.icon .fa-shield {
    color: #d54052!important;
}

.scenario-list div.icon .fa-exclamation {
    color: #f5a118!important;
}

.scenario-list div.icon .fa-umbrella {
    color: #4a90e2!important;
}

.scenario-list h2.title {
    font-size: 150%;
    font-weight: 300;
    margin: 0;
    padding-top: 21px;
    overflow: auto;
}

.scenario-list p.description {
    padding-bottom: 14px;
    overflow: auto;
}

.scenario-list li:last-of-type {
    border-bottom: none;
}

.scenario-btn {
    float: left;
    padding-top: 26px;
}

.scenario-security {
    align-items: center;
    display: flex;
    font-size: 275%;
    padding: 18px;
    background-color: #d54052;
    color: #fff;
}

.scenario-general {
    align-items: center;
    display: flex;
    font-size: 275%;
    padding: 18px;
    background-color: #f5a118;
    color: #fff;
}

.scenario-weather {
    align-items: center;
    display: flex;
    font-size: 275%;
    padding: 18px;
    background-color: #4a90e2;
    color: #fff;
}

.scenario-details {
    background-color: efefef;
}

ul.scenario-action-list {
    list-style: none;
    margin: 0 0 0 -40px;
}

ul.scenario-action-list>li>ul {
    list-style: none;
    margin: 10px 0 0 -40px;
}

ul.scenario-action-list>li {
    font-size: 110%;
    font-weight: 600;
    padding: 10px 10px 6px 20px;
}

ul.scenario-action-list>li>ul>li {
    font-size: 90%;
    font-weight: normal;
    padding: 0 0 6px 14px;
}

ul.scenario-action-list>li:nth-child(odd) {
    background-color: #f6f6f6;
}

ul.scenario-action-list textarea {
    border: 1px solid #efefef;
    width: 99%;
    font-weight: 100;
    padding: 5px;
}

.scenario-modal-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.scenario-modal-description {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.scenario-description {
    padding: 14px 14px 5px 14px;
    font-size: 120%;
    font-weight: 200;
    text-align: center;
}

.scenario-modal-icon {
    margin-right: 18px;
}

.sm-icon {
    margin-top: 4px;
}





/* Move to general*/

.modal-no-padding {
    padding: 0;
}

.custom-message {
    width: 100%;
    font-weight: normal;
}





/* end scenarios */

.result-line {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DDDDDD;
    padding-top: 5px;
    padding-bottom: 5px;
}

.result-header {
    margin-bottom: 2px;
}





/* Send Message Screen */

.steps-icon {
    background: #4C4F53;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 43px;
    font-size: 14px;
    text-align: center;
    z-index: 100;
    padding: 2px;
    font-size: 34px;
    float: left;
    margin: -9px 13px 0 15px;
}

.extra-space {
    margin-bottom: 40px;
}

.unstyled-list {
    list-style: none;
    padding: 0;
}

#counters {
    margin-top: 5px;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

label.modal_required_label:after {
    position: relative!important;
    top: 1px!important;
}

.send-spinner {
    height: 300px;
    position: relative;
}

.send-spinner i {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    margin-left: auto;
    margin-right: auto;
    font-size: 8em;
}

.after-action-report-list:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: solid 1px #DDD;
    padding-bottom: 10px;
}

.blockfix:before {
    display: block!important;
}





/* Scenario Edit > Actions */

.dd {
    max-width: 100%;
}

.dd-handle {
    display: block;
    font-size: 15px;
    margin: 5px 0;
    padding: 7px 15px;
    color: #ccc!important;
    text-decoration: none;
    border: 1px solid #cfcfcf;
    background: #fbfbfb;
    cursor: ns-resize;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: ns-resize;
    color: #ccc!important;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #cfcfcf;
    border-right: none;
    background: none;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    padding: 8px 15px;
}

.dd3-handle:hover {
    background-color: #fbfbfb!important;
    border: 1px solid #cfcfcf!important;
    border-right: transparent!important;
}

.dd3-handle:before {
    color: #ccc;
}

.dd3-handle:hover:before {
    color: #ccc!important;
}

/*.dd3-content {
    cursor: pointer;
    cursor: hand;
}
*/

.dd3-content:hover {
    color: #333;
    background: #fbfbfb;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.del-action {
    cursor: pointer;
}





/*SVG Logo*/

#logo {
    margin-top: 7px;
    margin-left: 10px;
}

#omnilert_logo {
    width: 140px;
}

.cls-1 {
    fill: url(#linear-gradient);
}

.cls-2 {
    fill: none;
}

.cls-3 {
    fill: #4d4d4d;
}

.cls-4 {
    fill: #96da07;
}

.cls-5 {
    fill: #5bbd0e;
}

.cls-6 {
    mask: url(#mask);
}

.cls-7 {
    fill: #fefefe;
}





/* Cell Fix */

.top-align {
    vertical-align: top!important;
}





/* Logo Delete */

#delete-logo {
    margin: 20px 0;
    clear: both;
    display: block;
}

.hide-if-empty:empty {
    display: none;
}





/* Fixed Ribbon Adjustments */

body.fixed-ribbon #details {
    padding-top: 40px;
}

body.fixed-ribbon #details-two {
    padding-top: 40px;
}

@media only screen and (max-width:679px) {
    body.fixed-ribbon #details {
        padding-top: 42px;
    }
    body.fixed-ribbon #details-two {
        padding-top: 42px;
    }
}

.fixed-ribbon #content:before {
    content: " ";
    display: inline-block;
}

.fixed-ribbon #content {
    padding-top: 32px!important;
}

.search-box input,
.search-box select,
.search-box button {
    height: 33px;
}

.select2-container--bootstrap .select2-selection--multiple {
    min-height: 33px;
}





/* Nav Active Indicator */

nav ul li.active>a:before {
    height: 28px!important;
    width: 28px!important;
}





/* Firefox specific */

@-moz-document url-prefix() {
    .nav-tabs>li.active>a {
        margin-top: 2px!important;
    }
}

.horizontal-required:after {
    top: 0!important;
}





/* Table cell long text fix */

table#user-recent-activity {
    table-layout: fixed;
}

table#user-recent-activity td {
    word-wrap: break-word;
}

table#acl-table {
    table-layout: fixed;
}

table#acl-table td {
    word-wrap: break-word;
}





/* Margin on timeline tables */

.omni-timeline .table-forum {
    margin-bottom: -10px;
}

header h2 {
    width: auto!important;
}





/* Scenario modal body */

#scenario-modal-body .alert {
    margin: 0 13px 20px 13px;
}





/* Timeline message activity truncate */

.timeline-content table td p {
    word-break: break-all;
}

.sms-conversation h4 {
    word-break: break-all;
}

.history-modal {
    margin: 0 13px;
}





/* Select 2 Updates */

.select2-container {
    width: 100%!important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #66afe9;
    outline: 0;
}





/* Disabled Actions for ACL */

.disabled-actions {
    padding-left: 0;
    margin-left: 0;
}

.disabled-actions li {
    display: block;
    margin: 5px 0;
    padding: 6px 10px 8px 24px;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    border: 1px solid #cfcfcf;
    background: #fbfbfb;
    cursor: no-drop;
}

.disabled-actions li:before {
    content: '\f0c9';
    position: relative;
    left: -16px;
    top: 1px;
    color: rgba(129, 129, 129, 0.17);
    font-weight: 400;
    line-height: 28px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
}




/* Danger button color */

.btn-danger {
    background: #c26565;
}


/* Danger alert link */

.alert-danger a {
    color: #fff;
}



/* Facebook app page */

.facebook-config {
    max-width: 450px;
    margin: 0 auto;
}

.facebook-config-logo {
    padding: 20px 0;
}

.facebook-form label {
    margin-top: 10px;
}

.well-clear {
    margin-top: 18px;
    display: inline-table;
    width: 100%;
}


/* Column center */

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

/* Filter menu (timline) decoration fix */
#timeline-filter a:hover {
    text-decoration: none;
}

.timeline-scenario, .timeline-scheduler, .timeline-triggers {
    cursor: default;
}



.modal-launch-dialog {
    top: 35%;
    width: 100%;
}


.modal-launch-content {
    width: 100%;
    top: 35%;
    color: #fff;
    position: relative;
    background-color: black;
    padding: 20px;
    box-sizing: border-box;
}


.modal-launch-body-dialog {
    position: relative;
    left: 10%;
    width: 60%;
    box-sizing: border-box;
    color: #fff;"
}


.modal-launch-footer {
    position: relative;
    left: 20%;
    width: 60%;
    box-sizing: border-box;
    color: #fff;
}

/*.filter-delete:first {
    visibility: hidden;
}

.filter-add:not(:last) {
    visibility: hidden;
}
*/
input:-moz-read-only { /* For Firefox */
    background-color: white !important;
}

input:read-only {
    background-color: white !important;
}


/*
 For simulator mode
 */
.simulator-watermark{
    height: 49px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.simulator-watermark p{
    position: absolute;
    top: 0;
    left: 55px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    z-index:-1;
    pointer-events: none;
    opacity: 0.3
}


.temporary-access-view {
    font-weight: bold;
    color: #fff;
}


  /* Center 2FA content */
  #sfa_recovery_codes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  /* Push 2FA codes down */
  #printRecoveryCodes {
    margin-bottom: 40px;
  }

  /* Enlarge 2FA codes */
  .modal-content .control-label {
      line-height: 1.75em;
  }


@keyframes fadeInDelayed {
    0% {
      opacity: 0
    },
    100% {
      opacity: 1
    }
  }

#spinner_modal {
    background: rgba(0,0,0,.6);
    animation: fadeInDelayed 250ms ease 500ms;
    animation-fill-mode: both;
}

#spinner_modal #menu_spinner {
    font-size: 5em;
    color: rgb(177, 177, 177);
}

#spinner_modal .modal-dialog {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.label.label-success {
    display: inline;
    padding: .2em .6em .2em !important;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

/* Launch Action Modal */

.action-launch-modal-header {
    align-items: center;
    display: flex;
    font-size: 275%;
    padding: 18px;
    background-color: #454447;
    color: #fff;
}

.action-launch-modal-header-icon {
    margin-right: 18px;
}

.action-launch-modal-header-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.action-launch-modal-header-description {
    padding: 0;
    margin: 0;
    font-size: 14px;
}



.omni-font-lg {
  font-size: 1.2em;
  line-height: 0.75em;
  vertical-align: -50%;
}

.omni-font-icon:before {
  content: url(../img/icons/Omnilert_App_Tab_Icon.svg);
}


.omni-engage-badge {
    padding: 3px 5px;
    border-radius: 3px;
    background-color: #717984;
    margin-left: 3px;
}

.overview-container {
    border-radius: 5px;
    border: 1px solid #E4E4EC;
    cursor: not-allowed;
    max-height: 500px;
    overflow-y: auto;
    position: relative;
}

.overview-container .overlay {
    background-color: rgba(222, 222, 222, 0.4);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.overview-container .list {
    background-color: #FAFAFB;
    height: 100%;
    padding: 0;
    position: relative;
}

.overview-container .wrapper {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 0 13px;
}

.overview-container .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
}

.overview-container .icon-wrapper {
    display: flex;
}

.overview-container .title {
    font-size: 14px;
    font-weight: 500;
    line-break: auto;
    margin: 0;
}

.overview-container .child-list {
    padding: 15px 0px 10px 20px;
    list-style: none;
    margin-bottom: 0;
}

.overview-container .child-list .wrapper {
    position: relative;
    margin: 0;
    padding: 0 7px;
    border-left: 1px solid #C6C8D9;
}

.overview-container .child-list .wrapper:last-child {
    border-left: none;
}

.overview-container .child-list .wrapper:last-child > .border:before {
    border-left: 1px solid #C6C8D9;
    content: " ";
    height: 49%;
    left: -7px;
    position: absolute;
    top: 0px;
    width: 1px
}

.overview-container .child-list .border {
    position: relative;
}

.overview-container .child-list .child-row {
    background: #FAFAFB;
    display: flex;
    flex-direction: row;
    padding: 10px;
    position: relative;
    width: 100%
}

.overview-container .child-list .child-row::before {
    position: absolute;
    content: " ";
    left: -7px;
    top: 48%;
    height: 1px;
    width: 18px;
    background-color: #C6C8D9
}

.overview-container .child-list .icon-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
}

.overview-container .root-icon-wrapper {
    display: flex;
    margin-right: 20px;
}

.overview-container .child-column {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}

.overview-container .paragraph {
    font-size: 11px;
    line-break: auto;
    margin: 0;
}

.equal-columns {
    display: flex !important;
    flex-wrap: wrap !important;
}


.table-no-pagination {
    min-height: auto !important;
}



/* fading in and out text code ex: <div class="fade-in-out-text"><p>Fade-in Text</p></div> */
.fade-in-out-text {
    animation: fadeIn 2s linear infinite;
    -webkit-animation: fadeIn 2s linear infinite;
    -moz-animation: fadeIn 2s linear infinite;
    -o-animation: fadeIn 2s linear infinite;
    -ms-animation: fadeIn 2s linear infinite;
}

@keyframes fadeIn { 50% { color: transparent; } }
@-webkit-keyframes fadeIn { 50% { color: transparent; } }
@-moz-keyframes fadeIn { 50% { color: transparent; } }
@-o-keyframes fadeIn { 50% { color: transparent; } }
@-ms-keyframes fadeIn { 50% { color: transparent; } }
/* end text fade in and out */




/* used for bootstrap twitter typeahead */
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  cursor: pointer;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
span.twitter-typeahead {
  width: 100%;
}
.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0;
}
.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group.input-group-sm span.twitter-typeahead {
  height: 30px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
  height: 46px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important;
}
/* end bootstrap twitter typeahead */




/* GD charts */
.donutDiv{
    height: 300px;
    width: 400px;
    position: relative;
}


#absolute-center-text-cam, #absolute-center-text-srv
{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

/* End GD charts */


.ribbon-help-button-style {
    cursor:pointer;
    color:#E4E4E4;
}

.admin-login-iecheck {
    color:red;
    left:50%;
    margin-left:-239px;
    position:absolute;
    width:478px;
}

.display-none-at-start {
    display:none;
}

.display-block-at-start {
    display:block;
}

.display-inline-at-start {
    display:inline;
}

.display-flex-at-start {
    display:flex;
}

.omni-cursor-pointer {
    cursor:pointer;
}

.omni-acl-position-top {
    position:relative;
    top:-3px;
}


.omni-width-0-percent {
    width: 0%;
}

.omni-width-20-percent {
    width: 20%;
}

.omni-width-25-percent {
    width: 25%;
}

.omni-width-50-percent {
    width: 50%;
}

.omni-width-70-percent {
    width: 70%;
}

.omni-select2-width-100 {
    width: 100%;
}

.omni-width-td-18px {
    width: 18px;
}

.omni-width-td-20px {
    width: 20px;
}

.omni-width-td-25px {
    width: 25px;
}

.omni-width-td-30px {
    width: 30px;
}

.omni-width-td-50px {
    width: 50px;
}

.omni-width-td-60px {
    width: 60px;
}

.omni-width-td-75px {
    width: 75px;
}

.omni-width-td-100px {
    width: 100px;
}

.omni-width-td-150px {
    width: 150px;
}

.omni-width-td-180px {
    width: 180px;
}

.omni-width-td-200px {
    width: 200px;
}

.omni-width-td-210px {
    width: 210px;
}

.omni-width-td-250px {
    width: 250px;
}

.omni-width-td-300px {
    width: 300px;
}

.omni-width-td-350px {
    width: 350px;
}

.omni-width-td-355px {
    width: 355px;
}

.omni-width-td-400px {
    width: 400px;
}

.omni-width-td-500px {
    width: 500px;
}

.omni-width-td-800px {
    width: 800px;
}

.omni-height-div-30px {
    width: 30px;
}

.omni-min-height-350px {
    min-height: 350px;
}

.omni-min-height-500px {
    min-height: 500px;
}


.omni-span-color-aaa {
    color:#aaa;
    font-weight:normal;
}

.omni-margin-0 {
    margin: 0;
}

.omni-margin-top-13px {
    margin-top: 13px;
}

.omni-margin-top-15px {
    margin-top: 15px;
}

.omni-margin-top-20px {
    margin-top: 20px;
}

.omni-cta-margin-bottom {
    margin-bottom: 15px;
}

.omni-margin-bottom-100px {
    margin-top: 100px;
}

.omni-span-position-relative-top-left {
    position: relative;
    top: -1px;
    left: 3px;
}

.omni-position-relative-width-1 {
    position: relative;
    width: 1%;
}

.omni-position-relative-width-5 {
    position: relative;
    width: 5%;
}

.omni-position-relative-width-94 {
    position: relative;
    width: 94%;
}

.omni-position-relative-width-10 {
    position: relative;
    width: 10%;
}

.omni-position-relative-width-33 {
    position: relative;
    width: 33%;
}

.omni-position-relative-width-34 {
    position: relative;
    width: 34%;
}

.omni-position-relative-width-35 {
    position: relative;
    width: 35%;
}

.omni-position-relative-width-55 {
    position: relative;
    width: 55%;
}

.omni-position-static {
    position: static;
}

.omni-position-absolute {
    position: absolute;
}

.omni-div-padding-top-4px {
    padding-top: 4px;
}

.omni-div-padding-left-40px {
    padding-left: 40px;
}

.omni-text-align-right-margin-top-5px {
    text-align:right;
    margin-top:5px;
}

.omni-text-align-left {
    text-align:left;
}

.omni-font-size-12-font-weight-bold {
    font-size: 12px;
    font-weight: bold;
}

.omni-font-weight-bold {
    font-weight: bold;
}

.omni-dashboard-shib {
    border-bottom: #E0E0E0 1px dashed;
    height:5px;
    margin-bottom: 2px;
}

.omni-message-history-panel-heading {
    background-color:#f5a118 !important;
    color:#fff;
}

.omni-message-history-panel-body {
    overflow:auto;
    max-height:300px;
}

.omni-noaa-map {
    width:100%;
    height:300px;
}

.omni-width-1px-height-1px {
    width:1;
    height:1px;
}

.omni-padding-10px {
    padding: 10px;
}

.omni-float-right {
    float: right;
}

.omni-sfa-recovery-font-family {
    font-family: 'PT Mono', monospace;
}

.omni-timeline-sms-inbox-div {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 300px;
}

.omni-timeline-sms-inbox-white-space {
    white-space: nowrap;
}

.omni-ftp-import-logs-div {
    overflow:auto;
    max-height: 500px;
}

.omni-list-style-type-none {
    list-style-type: none;
}

.omni-tools-span-color-red {
    color: red;
}

.omni-color-aaa-font-weight-normal {
    color:#aaa;
    font-weight:normal;
}

.omni-padding-3px-7px {
    padding:3px 7px;
}

.omni-margin-left-15px-margin-right-15px {
    margin-left:-15px;
    margin-right:-15px;
}

.omni-max-height-40px-width-auto {
    max-height: 40px;
    width: auto;
}

.omni-push-email-sample-table {
    border: 0;
    margin: 0;
    padding: 0;
}

.omni-push-email-sample-table-wrap {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: auto;
    min-width: 600px;
}

.omni-push-email-sample-table-min-width-600px {
    min-width: 600px;
}

.omni-push-email-sample-table-td {
    border: 0;
    margin: 0;
    padding: 0;
    color: #ffffff;
    display: none !important;
    font-size: 1px;
    line-height: 1px;
    max-height: 0;
    max-width: 0;
    mso-hide: all !important;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}

.omni-push-email-sample-table-td-img {
    border: 0;
    margin: 0;
    padding: 0;
    color: #6772e5;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto'Helvetica Neue', Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.omni-push-email-sample-table-td-font-body {
    border: 0;
    margin: 0;
    padding: 0;
    color: #525F7f !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.omni-push-email-st-Button-area {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #666ee8;
    border-radius: 5px;
    text-align: center;
}

.omni-push-email-st-Button-span {
    border: 0;
    margin: 0;
    padding: 0;
    color: #666ee8;
    font-size: 12px;
    text-decoration: none;
}

.omni-push-email-st-Font--caption {
    border: 0;
    margin: 0;
    padding: 0;
    color: #8898aa;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.omni-push-email-st-Font--caption-span {
    border: 0;
    margin: 0;
    padding: 0;
    color: #8898aa;
    text-decoration: none;
}

.omni-push-email-st-Font--caption-span-a {
    border: 0;
    margin: 0;
    padding: 0;
    color: #556cd6 !important;
    text-decoration: none;
}

.omni-push-email-st-Button-link {
    border: 0;
    margin: 0;
    padding: 0;
    color: #ffffff;
    display: block;
    height: 38px;
    text-align: center;
    text-decoration: none;
}

.omni-push-email-st-Button-internal {
    border: 0;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    mso-line-height-rule: exactly;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

.omni-push-email-sample-table-td-span {
    color: #ffffff;
    text-decoration: none;
}

.omni-push-email-sample-table-td-spacer {
    font-size: 1px;
    line-height: 1px;
    mso-line-height-rule: exactly;
}

.omni-push-email-sample-table-td-div-bgcolor {
    background-color: #6772e5;
}

.omni-push-email-sample-table-td-div-text-decoration-none {
    text-decoration: none;
}

.omni-max-height-1px {
    max-height: 1px;
}


.omni-nbn {
    width:700px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

.omni-gd-color-gray {
    color: gray;
}

.omni-management-account-edit {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.omni-management-color-red {
    color: red;
}

.omni-management-color-green {
    color: green;
}

.omni-management-color-red-font-14 {
    color: red;
    font-size: 14pt;
}

.omni-management-color-green-font-14 {
    color: green;
    font-size: 14pt;
}

.omni-italic-font {
    font-style: italic;
}


/* this is an override for select2 dropdown to hide the */
/* search field when the dropdown is disabled */
.select2-search__field:disabled {
    background-color: transparent !important;
}

.gd_disabled_gray_background:disabled {
    background-color: #eee !important;
}

.gd-location-cameras-running.badge.badge-pill {
    padding:5px;
    margin: 0;
    /*font-size:1.5rem;*/
    background-color: #449276 !important;
}

.gd-location-cameras-not-running.badge.badge-pill {
    padding:5px;
    margin: 0;
    /*font-size:1.5rem;*/
    background-color: #404e50 !important;
}
