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

#tocontainer {
    padding: 5px 0 10px;
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

#tocontainercontents {
    float: right;
    min-height: 20px;
    height: auto;
    width: calc(100% - 300px);
}

.mediumicon {
    height:30px;
    width:30px;
    float:right;
    margin: 0 3px 0 0;
}

#addto {
    margin-right: 10px;
}

#ddlfloors {
    margin-left: 50px;
}

.oddRow {
    background-color: #d2d2d2;
}

.BroadcastItemSelected {
    background-color: #007CAB;
    color: #ffffff;
}

#groupslist {
    float: left;
    width: auto;
}

.grouplistitem {
    display: block;
    width: 100% !important;
    overflow: hidden;
}

.grouplistitemselected {
    background-color: #eaeaea;
    display: inline;
    float: left;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    line-height: 1.3em;
}

.geofencegroupselected {
    border: 1px dotted #00618b;
    background-color: #eaeaea;
}

.groupdeselector {
    background: url("../images/minus_icon.png") no-repeat scroll center center / 20px 20px rgba(0, 0, 0, 0);
    display: inline-block;
    float: right;
    height: 20px;
    margin-left: 10px;
    width: 20px;
}

.groupselector {
    background: url("../images/plus_icon.png") no-repeat scroll center center / 20px 20px rgba(0, 0, 0, 0);
    display: inline-block;
    float: right;
    height: 20px;
    width: 20px;
}

#broadcastcharactercount {
    width:70px;
    text-align: left;
}

#charactercountsubtext {
    float:left;
    display:inline;
    position:relative;
    font-size: 80%;
    text-align: left;
    padding-right: 40px;
}

.presetlabel {
    display: inline-block;
    width: 100%;
}

.charcounter {
    display: inline;
}

.wysiwygcontainer {
	resize: auto;
	float: left;
    margin: 10px 0 0;
}

.wysiwyg {
	resize: none;
    margin: 10px 0 5px;
    min-height: 160px;
    min-width: 300px;
    height: 200px;
    width: calc(100% - 20px);
    border: solid 1px #ededed;
    background: #eaeaea;
    border: 1px solid #ccc;
    font-weight: 100;
    font-size: 1em;
    padding: 5px;
}

#wysiwyg-wysiwyg-iframe {
	min-width: 630px;
}

.broadcastlist {
    float: left;
    margin: 5px 10px 0 5px;
    min-width: 100px;
    width: auto;
    color: #00618B;
    border: 1px solid #00618B;
    height: 32px;
}

.presetbuttons {
    width:98%;
    margin: 0 5px;
}

#messagesubject {
	border: solid 1px #ededed;
    width: 50%;
    background: #eaeaea;
    border: 1px solid #ccc;
    font-weight: 100;
    font-size: 1em;
    padding: 5px;
}

#channels {
	width: 100%;
    color: #00618B;
    border-bottom: 1px solid #eaeaea;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.channelitem {
    width: 130px;
    height: 100px;
    margin: 5px;
    float: left;
    cursor: pointer;
    border: 1px solid #4d4d4d;
    background-color: #eaeaea;
}

.channelitem > input {
    display:none;
}

.channelitem > input + label {
    font-size: 1em;
    width: 100%;
    height: 100%;
    float:left;
    background-repeat: no-repeat;
    background-position: 50% 25%;
    background-size: 40px 40px;
    text-align: center;
    line-height: 130px;
    color: #4d4d4d;
}

.channelitem > input:checked + label {
    color: #fff;
    background-color: #00618b;
}

.TopButtons {
	float: right;
	margin-right: 20px;
}

.BottomButtons {
	text-align: right;
}

#check1Label {
    background-image: url("https://static.livesafemobile.com/images/icons/black/sms.svg");
}

#check2Label {
    background-image: url("https://static.livesafemobile.com/images/icons/black/email.svg");
}

#check3Label {
    background-image: url("https://static.livesafemobile.com/images/icons/black/push.svg");
}

#check4Label {
    background-image: url("https://static.livesafemobile.com/images/icons/black/twitter.svg");
}

#check5Label {
    background-image: url("https://static.livesafemobile.com/images/icons/black/facebook.svg");
}

.channelitem > input:checked + #check1Label {
    background-image: url("https://static.livesafemobile.com/images/icons/white/sms.svg");
}

.channelitem > input:checked + #check2Label {
    background-image: url("https://static.livesafemobile.com/images/icons/white/email.svg");
}

.channelitem > input:checked + #check3Label {
    background-image: url("https://static.livesafemobile.com/images/icons/white/push.svg");
}

.channelitem > input:checked + #check4Label {
    background-image: url("https://static.livesafemobile.com/images/icons/white/twitter.svg");
}

.channelitem > input:checked + #check5Label {
    background-image: url("https://static.livesafemobile.com/images/icons/white/facebook.svg");
}

.EditReportButton {
    margin: 3px 0;
    padding: 8px 2px;
    width: 100px;
}

.ReportButton {
    margin: 3px 0;
    padding: 8px 2px;
    width: 70px;
}

.closebutton {
    width: 10px;
}

.hideReportButton {
    float:right;
}

.greybutton {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c5c5c5), color-stop(1, #9c9c9c));
    background:-moz-linear-gradient(top, #c5c5c5 5%, #9c9c9c 100%);
    background:-webkit-linear-gradient(top, #c5c5c5 5%, #9c9c9c 100%);
    background:-o-linear-gradient(top, #c5c5c5 5%, #9c9c9c 100%);
    background:-ms-linear-gradient(top, #c5c5c5 5%, #9c9c9c 100%);
    background:linear-gradient(to bottom, #c5c5c5 5%, #9c9c9c 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5c5c5', endColorstr='#9c9c9c',GradientType=0);

    background-color:#c5c5c5;
}

.greybutton:hover {

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9c9c9c), color-stop(1, #c5c5c5));
    background:-moz-linear-gradient(top, #9c9c9c 5%, #c5c5c5 100%);
    background:-webkit-linear-gradient(top, #9c9c9c 5%, #c5c5c5 100%);
    background:-o-linear-gradient(top, #9c9c9c 5%, #c5c5c5 100%);
    background:-ms-linear-gradient(top, #9c9c9c 5%, #c5c5c5 100%);
    background:linear-gradient(to bottom, #9c9c9c 5%, #c5c5c5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c9c9c', endColorstr='#c5c5c5',GradientType=0);

    background-color:#9c9c9c;
}

.mainbuttons {
    float: right;
    font-size: 10px;
    height: 6px;
    line-height: 6px;
    margin: 5px 3px 0 0;
    width: 50px;
    border-radius: 3px 3px 3px 3px;
}

.headerlink {
	font-family: verdana;
	text-decoration:none;
	color: white;
	display: inline-block;
	cursor: pointer;
	padding: 3px 10px
}

#BroadcastHistory {
	width: 100%;
	float: left;
}

#BroadcastHistoryDetails {
    height: 100%;
	width: 100%;
    color: #00618B;
}

.BHDetail {
    border-top: 1px solid #F5F5F5;
    float: left;
    width: 100%;
    max-height: 40px;
    overflow: hidden;
    cursor: pointer;
}

#BHHeaders {
    float: left;
    height: 30px;
    margin: 10px 0 0;
    width: 100%;
}

.BHRow {
    display: inline-block;
    float: left;
    padding-top: 5px;
    overflow: hidden;
}

.BHRowImg {
    padding: 0;
}

.BHType {
    width: 10%;
    height: 40px;
    background: url("../images/broadcast_blue.png") no-repeat scroll left center / 30px 30px rgba(0, 0, 0, 0);
}

.BHTypeCheckinDrill {
    background-image: url("../images/check_in_drill_blue.png");
}

.BHTypeCheckin {
    background-image: url("../images/check_in_blue.png");
}

.BroadcastItemSelected > .BHType {
    background-image: url("../images/broadcast_white.png")
}

.BroadcastItemSelected > .BHTypeCheckinDrill {
    background-image: url("../images/check_in_drill_white.png")
}

.BroadcastItemSelected > .BHTypeCheckin {
    background-image: url("../images/check_in_white.png")
}


.BHDateSent {
	width: 14%;
}

.BHMessage {
    width: 50%;
}

.BHGroup {
	width: 25%;
}

.BHSpacer {
    width: calc(30% - 95px);
}

.BHHeader {
	font-size: 90%;
	font-weight: bold;
    display:inline-block;
    float: left;
    background-color: #ffffff;
    text-align: left;
    height: 30px;
    line-height: 2em;
}

.BHDetailsHeader {
    padding-left: 10px;
}

.BHDetailSubContainer {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.BHDetailSubContainerSub {
    background-color: #ffffff;
}

.BHDetailSubContainerInnerSection {
    background-color: #eaeaea;
    border: 1px solid #aeaeae;
    padding: 5px;
    float: left;
}

.BHDetailSubContainerData {
    padding: 10px;
    width: auto;
    float: left;
}

.BHChannelItemLeft {
    float: left;
    width: 50%;
}

.BHChannelItemRight {
    float: right;
    width: 50%;
}

.broadcastChannel {
    display: inline-block;
    width: 100%;
}

.specialBroadcastbutton {
    float: right;
    margin-right: 5px;
    padding: 5px 10px;
    margin-bottom: .3em;
    margin-top: -32px;

    background: #4d4d4d;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;

    cursor:pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #07526e, 0px 0px 0px #999;

    background-image: linear-gradient(bottom, rgb(14,137,182) 0%, rgb(22,179,236) 100%);
}

.BroadcastMsgControlList {
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.BHMessageDetailItem {
    font-size: 15px;
    font-weight: normal;
    padding: 5px;
    float: left;
    width: 98%;
}

#buttos_dwn{
    width: calc(100% - 75px);
    margin: 10px 40px;
}

#btnInnerCloseButton {
    margin: -2px 0 -5px 0;
}

hr {
	width: 98%;
	border-top: 1px solid #ededed;
    border-left: none;
}

#OrgMediaContent {
    max-height:400px;
}

.ls-btn.ls-btn-tertiary.ui-button.ui-widget {
    background: none;
    border: solid 1px transparent;
    color: #00618B !important;
    border-radius: 0;
    text-shadow: none;
    text-decoration: underline;
    font-family: 'AvenirNextLTW01-Regular';
    font-size: 1em;
}

.ls-btn.ls-btn-primary.ui-button.ui-widget {
    background: #4acef9;
    border: solid 1px #4acef9;
    color: #4d4d4d !important;
    border-radius: 0;
    text-shadow: none;
    font-family: 'AvenirNextLTW01-Regular';
    font-size: 1em;
}

.addMediaFile {
    float: left;
    padding: 10px;
    margin: 5px;
    width: 80px;
    height: auto;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}

.addMediaFile img {
	display:block;
	max-width: 100%;
    float: left;
}

.broadcasterror {
    color: #ff0000;
    font-weight: bold;
}

.omselected {
    background-color: #d2d2d2;
    border: 1px solid #999999;
}

.omlabel {
    font-size: 10px;
    text-align: center;
    padding-bottom: 6px;
}

.iconbutton {
    float: right;
    height: 30px;
    padding: 3px;
    width: 30px;
    cursor: pointer;
    opacity: 0.7;
}

.iconmovetip:before {
    margin-left:4px;
    content: "\e906";
}

.iconmovetip:hover {
    opacity: 1;
}

.iconmoveuser:before {
    margin-left:4px;
    content: "\e91f";
}

.iconmoveuser:hover {
    opacity: 1;
}

.iconemail:before {
    margin-left:4px;
    content: "\e908";
}

.iconemail:hover {
    opacity: 1;
}

.iconhistory:before {
    margin-left:4px;
    content: "\e90d";
}

.iconhistory:hover {
    opacity: 1;
}

.iconflagged:before {
    margin-left:4px;
    content: "\e90b";
}

.iconflagged:hover {
    opacity: 1;
}

.iconunflagged:before {
    margin-left:4px;
    content: "\e90b";
    color: #666;
}

.iconunflagged:hover {
    opacity: 1;
}

.icondelete:before {
    margin-left:4px;
    content: "\e905";
}

.icondelete:hover {
    opacity: 1;
}

.broadcastnote {
    margin: 10px 5px;
    padding: 0 5px 0;
    float: left;
    border-left: 1px solid #4d4d4d;
}

.broadcastnoteerror {
    color: #fc4302;
}

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

.twitterdelete {
    background: url("../images/minus_icon.png") no-repeat scroll center center / 40px 40px rgba(0, 0, 0, 0);
}

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

.facebookdelete {
    background: url("../images/minus_icon.png") no-repeat scroll center center / 40px 40px rgba(0, 0, 0, 0);
}

.showmedia {
    background: url("../images/clip_icon.png") no-repeat scroll center center / 25px 25px rgba(0, 0, 0, 0);
}

.showmedia:hover {
    background: url("../images/clip_icon_hov.png") no-repeat scroll center center / 25px 25px rgba(0, 0, 0, 0);
}

.deletemessage {
    background-image: url("https://static.livesafemobile.com/images/icons/black/delete.svg");
}

.deletemessage:hover {
    opacity: 1;
}
.addmessage {
    background: url("../images/save_icon.png") no-repeat scroll center center / 25px 25px rgba(0, 0, 0, 0);
}

.addmessage:hover {
    background: url("../images/save_icon_hov.png") no-repeat scroll center center / 25px 25px rgba(0, 0, 0, 0);
}

.channelbutton {
    background-size: 15px 15px;
    color: #00618B;
    height: 15px;
    margin: -2px 0 0 5px;
    text-decoration: none;
    width: 15px;
    position: relative;
    top: -95px;
    right: 5px;
}

.CheckinTextAreaInfo {
    width: 100%;
    display: inline-block;
    float: left;
    height: 55px;
    border-style: none;
    border-top: thin dashed #101010;
    background-color: #ffffff;
    padding: 15px 0;
}

.CheckinInfoContent {
    text-align: center;
    width: calc(100% - 20px);
    display: inline-block;
    background-color: #eaeaea;
    padding: 10px;
    height: 400px;
}

.checkinbutton {
    background-color: #00618b;
    color: #ffffff;
    font-size: 0.9em;
    padding: 10px 20px;
    margin: 10px 40px;
    width: calc(50% - 80px);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    float: left;
}

.checkinbuttonhelp {
	background-color: #ff6663;
    float: right;
}

.CheckinType {
    padding: 5px;
    margin-left: 10px;
    color: #00618B;
}

.checkinColumnHeaders {
    width: 100%;
    float:left;
    display: inline-block;
    color: #00618b;
    font-weight: bold;
    border-bottom: 2px solid #000000;
    background-color: #d2d2d2;
    cursor: pointer;
}

.checkinTableValues {
    width:100%;
    height: 345px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.checkinColumnRow {
    width: 100%;
    float: left;
    display: inline-block;
}

.checkinColumnCell {
    float:left;
    width:15%;
    display: inline-block;
    border: 1px solid #d0d0d0;
    padding: 2px 2px 2px 5px;
    overflow-x: hidden;
    overflow-y: hidden;
    font-size: 0.8em;
}

.infoIcon {
    background: url("../images/question_blue.png") no-repeat scroll center center / 13px 13px rgba(0, 0, 0, 0);
}

.exclaimIcon {
    background: url("../images/exclaim_blue.png") no-repeat scroll center center / 13px 13px rgba(0, 0, 0, 0);
}

.baseIcon {
    width: 13px;
    height: 13px;
    margin-left: 2px;
    display: inline-block;
    cursor: pointer;
}

#SendBroadcastMsgContainer {
    height: 100%;
}

.ConfirmationDialog {
    text-align: center;
}

.ConfirmationDialogHeader {
    font-family: sans-serif;
    font-weight: bolder;
    font-size: 1.5em;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
}

.ConfirmationIconOk {
    padding: 10px 0;
    width: 100%;
    height: 100px;
    background: url("../images/check_green.png") no-repeat scroll center center / 90px 90px rgba(0, 0, 0, 0);
}

.ConfirmationDialogHeaderSub {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1.3em;
}

.ConfirmationDialogHeaderNormal {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 1.1em;
}

.noPaddingChart {
    padding: 0;
}

#BHdatahistorylabel {
    padding-left: 15px;
}

.drillcheckin > input:checked {
    border: 5px solid #00618b;
}

.drillcheckin > input:checked ~ label{
    color: #00618b;
}

.drillcheckin > input:checked ~ .check::before{
    background: #00618b;
}

.livecheckin > input:checked {
    border: 5px solid red;
}

.livecheckin > input:checked ~ label{
    color: red;
}

.livecheckin > input:checked ~ .check::before{
    background: red;
}

.BroadcastMessageContainer {
    padding: 5px;
    width: calc(100% - 10px);
    float: left;
}

.previewDialogHeader {
    text-align: center;
    width: calc(100% - 20px);
    float: left;
    padding: 0 10px 10px;
    border-bottom: 1px solid #4d4d4d;
    font-weight: bold;
    font-size: 1.3em;
}

.previewRow {
    padding: 5px 10px;
    width: calc(100% - 20px);
    float:left;
}

.checkinLabel {
    font-weight:bold;
    float:left;
}

.checkinText {
    float:left;
    margin-left:10px;
    font-size:0.9em;
    line-height: 1.4em;
}

.checkinSubject {
    padding: 15px 10px;
    width: calc(100% - 20px);
    float:left;
    color: #00618b;
    border-bottom: 1px solid #666;
}

.BroadcastControlHeader {
    color: #ffffff;
    width: 100%;
    padding: 5px;
    background-color: #007CAB;
}

.BroadcastControlSubHeader {
    color: #ffffff;
    width: 100%;
    padding: 15px 10px;
    background-color: #ccc;
    line-height: 14px;
}

.BroadcastControlContainer {
    width: calc(50% - 10px);
    padding-left: 10px;
    min-width: 200px;
    float: right;
}

.BroadcastControlList.grid-container {
    overflow: auto;
    width: calc(50% - 15px);
    position: absolute;
    left: 15px;
    top: 54px;
    bottom: 15px;
}

.BroadcastLabel {
    font-family: 'AvenirNextLTW01-Medium’;
}
