@charset "UTF-8";

/* LS Text styles*/

#forgotpasssubmit {
    color: white;
}

.ls-text-primary {
    color: #4d4d4d;
}

.ls-sub-text {
    color: #9d9d9d;
    font-size: .9em;
    font-weight: 100;
}

.ls-text-header {
    font-size: 1em;
    font-family: "Avenir Next LT W01 Bold";
}

.ls-text-title {
    font-family: "Avenir Next LT W01 Bold";
    font-size: 1.2em;
}

.ls-text-label {
    font-size: 1em;
    font-family: "AvenirNextLTW01-Medium"
}

/* CSS Document */
@font-face {
    font-family: "proxima_nova_alt_regular";
    src: url('../images/fonts/proxima_nova_alt_regular.ttf') format('truetype');
    font-weight: normal;
    font-variant: normal;
}

@font-face {
    font-family: 'proxima_nova_alt_light';
    src: url('../images/fonts/proxima_nova_alt_light.ttf') format('truetype');
    font-weight: normal;
    font-variant: normal;
}

@font-face {
    font-family: 'avenir_next';
    src: url('../images/fonts/avenir_next_regular.ttf') format('truetype');
    font-weight: normal;
    font-variant: normal;
}

@font-face {
    font-family: 'LiveSafe-Dashboard-Icons';
    src:    url('https://s3.amazonaws.com/fonts.livesafemobile.com/LiveSafe-Dashboard-Icons.eot?kqtyta');
    src:    url('https://s3.amazonaws.com/fonts.livesafemobile.com/LiveSafe-Dashboard-Icons.eot?kqtyta#iefix') format('embedded-opentype'),
        url('https://s3.amazonaws.com/fonts.livesafemobile.com/LiveSafe-Dashboard-Icons.ttf?kqtyta') format('truetype'),
        url('https://s3.amazonaws.com/fonts.livesafemobile.com/LiveSafe-Dashboard-Icons.woff?kqtyta') format('woff'),
        url('https://s3.amazonaws.com/fonts.livesafemobile.com/LiveSafe-Dashboard-Icons.svg?kqtyta#LiveSafe-Dashboard-Icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ls-icon-"], [class*=" ls-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'LiveSafe-Dashboard-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'AvenirNextLTW01-Regular';
    color: #4d4d4d;
    /*min-width: 1400px;*/
    background: #2B2E37;
    font-size: 14px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

body * {
    box-sizing: border-box;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.ls-icon-audio:before {
    content: "\e900";
}
.ls-icon-broadcast:before {
    content: "\e901";
}
.ls-icon-bubble:before {
    content: "\e96b";
}
.ls-icon-camera:before {
    content: "\e902";
}
.ls-icon-check:before {
    content: "\e903";
}
.ls-icon-close:before {
    content: "\e904";
}
.ls-icon-delete:before {
    content: "\e905";
}
.ls-icon-download:before {
    content: "\e906";
}
.ls-icon-dropdown:before {
    content: "\e907";
}
.ls-icon-email:before {
    content: "\e908";
}
.ls-icon-export:before {
    content: "\e909";
}
.ls-icon-facebook:before {
    content: "\e90a";
}
.ls-icon-flag:before {
    content: "\e90b";
}
.ls-icon-help:before {
    content: "\e90c";
}
.ls-icon-history:before {
    content: "\e90d";
}
.ls-icon-logout:before {
    content: "\e90e";
}
.ls-icon-map:before {
    content: "\e90f";
}
.ls-icon-open:before {
    content: "\e910";
}
.ls-icon-password:before {
    content: "\e911";
}
.ls-icon-plus:before {
    content: "\e912";
}
.ls-icon-push:before {
    content: "\e913";
}
.ls-icon-reference:before {
    content: "\e914";
}
.ls-icon-refresh:before {
    content: "\e915";
}
.ls-icon-resources:before {
    content: "\e916";
}
.ls-icon-settings:before {
    content: "\e917";
}
.ls-icon-sms:before {
    content: "\e918";
}
.ls-icon-speaker:before {
    content: "\e919";
}
.ls-icon-speakeroff:before {
    content: "\e91a";
}
.ls-icon-speakeron:before {
    content: "\e91b";
}
.ls-icon-stats:before {
    content: "\e91c";
}
.ls-icon-tips:before {
    content: "\e91d";
}
.ls-icon-twitter:before {
    content: "\e91e";
}
.ls-icon-user:before {
    content: "\e971";
}
.ls-icon-users:before {
    content: "\e920";
}
.ls-icon-video:before {
    content: "\e921";
}

.filterToggleIcon:before {
    content: "\e903";
}

.navfiltertoggleoff > .filterToggleIcon:before {
    content: "\e904";
}

.toggleSoundIcon:before {
    content: "\e91b";
}

.speakeroff > .toggleSoundIcon:before {
    content: "\e91a";
}

select {
    background: url("https://static.livesafemobile.com/images/icons/gray/drop_down.svg") 96% / 8% no-repeat #fff;
    padding: 5px 35px 5px 5px;
    font-size: 1em;
    border: 1px solid #ccc;
    color: #4d4d4d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

/*target Internet Explorer 9 and Internet Explorer 10:*/

#ddlmessagetemplates {
    height: 40px;
    margin: 0 10px;
    width: 270px;
}

#ddlorganizations {
    width: 100%;
}

#helplogo {
    background: url('../images/help_logo.png') no-repeat scroll left center / 30px 30px rgba(0, 0, 0, 0);
    height: 40px;
    position: fixed;
    right:0;
    bottom:0;
    width: 40px;
    cursor: pointer;
    z-index: 99999;
    padding: 10px;
}

#helplogo:hover {
    background: url('../images/help_logo_hov.png') no-repeat scroll left center / 30px 30px rgba(0, 0, 0, 0);
    height: 40px;
    position: fixed;
    right:0;
    bottom:0;
    width: 40px;
    cursor: pointer;
    z-index: 99999;
    padding: 10px;
}

#CenterColumn {
    position: fixed;
    left: 358px;
    right: 55px;
    top: 58px;
    bottom: 10px;
    overflow: auto;
}

#InnerRightColummn {
    float:left;
    width:300px;
}

.normalmode {
	margin:0px;
	padding:0px;
}

.emergencymode {
    margin:0px;
    padding:0px;
    color: #76a6be;
    overflow: hidden;
}

.normalmodetopbar {
    /*background-color:#025981;*/
}

.emergencymodetopbar {
    background-color: #444;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:18px;
	font-weight:900;
}

p {
	margin:0;
	padding: 10px 0;
}

.inputcontainer {
	margin-top: 10px;
	height: 150px;
	background-image:url(../css/images/Logo_blue.png);
	background-repeat: no-repeat;
	background-position:center;
}

#CrimeBanner {
	text-align: right;
	float:right;
	margin-right: 10px;
	height:33px;
}

#modebanner {
    float:left;
    margin: 5px 0 0 15px;
}

.emergencybanner {
    color: Red;
    font-weight: bold;
}

.hidden {
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    position: fixed;
}

.invisible {
    visibility: hidden;
}

.inlineVal {
    display: inline;
}

#emailaddress {
    background: url("../images/person_icon.png") no-repeat scroll left center / 20px 20px rgba(0, 0, 0, 0);
    background-color: #eaeaea;
    background-position: 7px;
}

#password {
    background: url("../images/key_icon.png") no-repeat scroll left center / 20px 20px rgba(0, 0, 0, 0);
    background-color: #eaeaea;
    background-position: 7px;
}

#centercontainer {
    margin: 0px auto;
    position: relative;
    width: 360px;
}

#logincontainer {
    width: 360px;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 1em 1em 0;
}

#loginlogo {
    background: url("../images/vector_livesafe_loginlogo.png") no-repeat scroll center center / contain rgba(0, 0, 0, 0);
    height: 160px;
    width: 100%;
    margin-bottom: 48px;
}

#titlelogin {
    width:100%;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    font-family: 'proxima_nova_alt_regular';
    margin: 25px 0 15px;
    padding-bottom:15px;
    border-bottom:1px solid #eaeaea;
}

#subtitlelogin {
    width:100%;
    text-align: center;
    font-size: 1.2em;
    font-family: 'proxima_nova_alt_regular';
    margin: 5px 0 15px;
    padding-bottom:5px;
}

.loginpage {
    margin:0;
    padding:0;
    font-family: 'proxima_nova_alt_regular';
    color: #ffffff;

    background: url("https://static.livesafemobile.com/images/backgrounds/login_bg_1.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.defaultButton {
    width: auto;
    display: inline-block;
    padding: 10px;
    line-height: 1em;
    font-size: 1em;
    font-family: 'proxima_nova_alt_regular';
    text-decoration: none;
    text-align: center;
    cursor:pointer;
    border: 1px solid rgba(0,0,0,0);
}

.primaryButton {
    width: auto;
    background-color: #4acef9;
    color: #4d4d4d;
    border: 1px solid #4acef9;
}

.primaryButton:hover {
    border: 1px solid #4acef9;
}

.primaryButton:disabled {
  cursor:pointer;
  background-color:#999;
  color:#ccc;
  border-color:#777;
}

.secondaryButton {
    background-color: #ffffff;
    border: 2px solid #00618b;
    color: #00618b;
    width: auto;
}

.spacedButton {
    margin: 5px;
}

.spacedButtonRightJustified {
    margin: 5px 0 5px 5px;
}

.spacedButtonLeftJustified {
    margin: 5px 5px 5px 0;
}

.secondaryButton:hover {

}

.tertiaryButton {
    color: #00618b;
    background: none;
    text-decoration: underline;
    padding: 10px;
    float: left;
    border: none;
}

.tertiaryButton:hover {
    color: #4acef9;
}

.loginButton {
    width: 100%;
    padding: 10px 0;
    margin: 0;
}

.selectedGroupButton {
    color: #fff;
    background-color: #00618b;
}

#btnAllUsers {
    margin-right: -5px;
}

.errormsg {
	color: red;
	margin-bottom: 10px;
}

.logininput {
    border: 1px solid #EAEAEA;
    color: #4D4D4D;
    display: inline;
    font: 16px Arial;
    margin: 5px 0;
    padding: 5px 5px 5px 35px;
    width: 100%;
    height: 40px;
}

.loginrow {
    display: inline-block;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}

#forgotpassword a {
    font-family: 'proxima_nova_alt_light';
	font: normal 14px;
	color: #ffffff;
    float:right;
    padding-bottom: 25px;
}

#forgotpassword a:hover {
    font-family: 'proxima_nova_alt_light';
	font: normal 14px;
	color: #4acef9;
}

.selectorganizationtitle {
	font: 14px 'proxima_nova_alt_light' ;
	color: #46A5D5;
	margin: 15px;
}

#actionmenu {
    border-left:1px solid rgba(0,0,0,.2);
    background: url("../css/images/actionmenu.png") no-repeat scroll center / 25px 25px rgba(0, 0, 0, 0);
    float: right;
    height: 35px;
    width: 40px;
    margin: 0;
    cursor: pointer;
}

#actionmenu:hover {
    background: url("../css/images/actionmenu_hov.png") no-repeat scroll center / 25px 25px rgba(0, 0, 0, 0);
    float: right;
    height: 35px;
    width: 40px;
    margin: 0;
    cursor: pointer;
}

#appmenu {
    border-left:1px solid rgba(0,0,0,.2);
    background: url("../css/images/appmenu.png") no-repeat scroll center / 25px 25px rgba(0, 0, 0, 0);
    float: right;
    height: 35px;
    width: 40px;
    margin: 0;
    cursor: pointer;
}

#appmenu:hover {
    background: url("../css/images/appmenu_hov.png") no-repeat scroll center / 25px 25px rgba(0, 0, 0, 0);
    float: right;
    height: 35px;
    width: 40px;
    margin: 0;
    cursor: pointer;
}

#logo {
    background: url("../css/images/header_logo.png") no-repeat scroll left center / 110px 30px rgba(0, 0, 0, 0);
    float: left;
    height: 35px;
    width: 120px;
    margin: 0 10px;
    cursor: pointer;
}

.dropdownicon {
    background: url("../images/down_arrow.png") no-repeat scroll center center / 20px 20px rgba(0, 0, 0, 0);
}

.addicon {
    background: url("../images/plus_icon.png") no-repeat scroll center center / 20px 20px rgba(0, 0, 0, 0);
}

.headerdatefield {
	float: left;
    padding: 5px 5px 0 0;
    font-family: 'proxima_nova_alt_regular';
    padding: 10px 15px 0;
}

.question {
    background: url("../images/help_icon.png") no-repeat scroll left center / 15px 15px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height:16px;
    width:18px;
}

.tooltip{
    display: inline;
    position: relative;
    text-decoration: none;
}

.popup{
    background: #025981;
    background: rgba(2,89,129,1);
    border-radius: 5px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 350px;
    white-space: pre-line;
    text-decoration: none;
    text-align: left;
    top: -10px;
}

.tooltip:hover:after{
    background: #025981;
    background: rgba(2,89,129,1);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 300px;
    white-space: pre-line;
    text-decoration: none;
    text-align: left;
}

.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
    white-space: pre-line;
    text-decoration: none;
    text-align: left;
}

#loadingmessage
{
    position: fixed;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    opacity: 0.5;
    filter: alpha(opacity = 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
}

#loadingmessage img {
    position: fixed;
    top: 50%;
    left: 50%;
}

#busyindicator {
    position: fixed;
    height: 20px;
    width: 20px;
    left:200px;
    top:10px;
    z-index: 100;
    opacity: 0.5;
    filter: alpha(opacity = 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
}

.slide-out-div {
    padding: 20px;
    width: 250px;
    background: #ccc;
    border: 1px solid #29216d;
}

.applink {
    background-color: #46A5D5;
    color: #FFFFFF;
    display: block;
    font: bold 1em Arial;
    height: 50px;
    padding-top: 20px;
    text-align: center;
    width: 300px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.FloatRight
{
    float: right !important;
}

/* css for timepicker */
.ui-datepicker { font-size: 11px; }
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

/* Media Query for reset password page */

@media screen and (max-width: 640px)    {
    #centercontainer    {
        width: 100%;
     }
    #logincontainer   {
        width: 95%;
    }
}

.context_menu_item {
    background-color: #ffffff;
    border: 1px solid #848484;
    box-shadow: 0 1px 1px rgba(50, 50, 50, 0.45);
    color: #000000;
    cursor: pointer;
    font-size: 13px;
    padding: 1px 6px;
}

.bottomNav {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.supportLink {
    font-family: 'proxima_nova_alt_light';
    font-size: 14px;
    color: white;
    padding-bottom: 25px;
}
