﻿.alertsContent {
  min-width: 880px;
  position:relative;
}

.formElement input[type='checkbox'],
.formElement .cbSelectLabel {
  float: none;
  margin-bottom: 0em;
}

#cbSelectAllWrapper {
  padding-left: 12px;
}

.alertActions {
  color: #333333;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  /*height: 25px;*/
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em;
  text-decoration: none;
  vertical-align: bottom;
}

.modalFooter {
  width:100%; 
  height:70px;  
  padding-top:5px;
  /*background-color:#F5F5F5;*/
  border-radius: 6px;
}

.padTop {
  padding-top: 1em;
}

  .alertActions span {
    padding-right: 0.5em;
  }

  .alertActions select {
    margin-right: 0.25em;
  }

  .alertActions input {
    background-color: #009FDB;
    border-color: #009FDB;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    font-weight: bold;
    height: 25px;
    width: 150px;
  }

    .alertActions input:active {
      background-color: #005C8B;
      background-image: -ms-linear-gradient(top, #005C8B 0%, #008CC1 100%);
      background-image: -moz-linear-gradient(top, #005C8B 0%, #008CC1 100%);
      background-image: -o-linear-gradient(top, #005C8B 0%, #008CC1 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #005C8B), color-stop(1, #008CC1));
      background-image: -webkit-linear-gradient(top, #005C8B 0%, #008CC1 100%);
      background-image: linear-gradient(to bottom, #005C8B 0%, #008CC1 100%);
    }

    .alertActions input:hover {
      background-color: #018EC4;
    }

.formElement ::-webkit-input-placeholder { font-style:italic; }
.formElement ::-moz-placeholder { font-style:italic; } /* firefox 19+ */
.formElement :-ms-input-placeholder { font-style:italic; } /* ie */
.formElement input:-moz-placeholder { font-style:italic; }

.alertAction {
  display: inline;
  float: right;
  padding-left: 12px;
}

.acknowledgeBtnContent {
  float: left;
}

.alertSeverityHigh {
  background: url(../images/triggered-alerts-1.png) center no-repeat;
  background-size: 18px 18px;
  height: 18px;
  text-align: center;
  width: 18px;
}

.alertSeverityMedium {
  background: url(../images/triggered-alerts-2.png) center no-repeat;
  background-size: 18px 18px;
  height: 18px;
  text-align: center;
  width: 18px;
}

.alertSeverityLow {
  background: url(../images/triggered-alerts-3.png) center no-repeat;
  background-size: 18px 18px;
  height: 18px;
  text-align: center;
  width: 18px;
}

.alertStatusOpen {
  background: url(../images/exclamation.png) center no-repeat;
  background-size: 18px 18px;
  height: 18px;
  text-align: center;
  width: 18px;
}

.alertStatusAcknowledged {
  background: url(../images/check.png) center no-repeat;
  background-size: 18px 18px;
  height: 18px;
  text-align: center;
  width: 18px;
}

.alertStatusAutoAcknowledged {
  background: url(../images/tick_blue.png) center no-repeat;
  background-size: 16px 13px;
  height: 18px;
  text-align: center;
  width: 18px;
}

.alertSectionHeading {
  background: #D3D3D3;
  color: #333;
  margin-left: 20px;
  margin-top: 1em;
  width: 98%;
  padding: 0.75em 1em;
}

.alertSectionOpen {
  background: url(../images/arrow-down.png) center no-repeat;
  background-color: #ffffff;
  border-radius: 12px;
  display: inline-block;
  height: 24px;
  width: 24px;
}

.alertSectionOpen:hover,
.alertSectionOpen:active {
  background: url(../images/arrow-down.png) center no-repeat;
  background-color: #ededed;
  /*background-clip: padding-box;*/
  border-radius: 12px;
  display: inline-block;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.alertSectionClosed {
  background: url(../images/arrow-right.png) center no-repeat;
  background-color: #ffffff;
  border-radius: 12px;
  display: inline-block;
  height: 24px;
  width: 24px;
}

.alertSectionClosed:hover,
.alertSectionClosed:active {
  background: url(../images/arrow-right.png) center no-repeat;
  background-color: #ededed;
  border-radius: 12px;
  display: inline-block;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.alertSectionHeadingTitle {
  position: relative;
  top: -6px;
  font-size: 14px;
  /*font-weight: 600;*/
}

.alertFieldset {
  background-color: #f5f5f5;
  border-style: none;
  margin-bottom: 1em;
  margin-left: 20px;
  margin-right: 1em;
  margin-top: 0;
  width: 98%;
}

.alertRemediationAction {
  background-color: #dce6f1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #5184b7;
  margin-top: 16px;
  padding: 12px;
}

.alertRemediationActionTitle {
  padding-bottom: 8px;
}

.alertRemediationActionNotes {
  background: url(../images/triggered-alerts-3.png) left top no-repeat;
  font-size: 12px;
  min-height: 20px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 32px;
}

.alertRemediationActionButtons {
  /*float: right;
  padding-left: 24px;*/
}

.popover-alert {
  border-radius: 6px;
  margin-top: 4px;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4px;
}

.popoverDetails {
  padding-bottom: 4px;
  padding-top: 4px;
}

.quarterCell {
  width: 25%;
}
.sixthCell {
  width: 15%;
}
.tenthCell {
  width: 10%;
}
.bw {
  word-wrap: break-word;
}

.selectedDevicesContent {
  border-top: 1px solid #d7d7d7;
  height: 280px;
  max-height: 280px;
  overflow: auto;
  padding-left: 3px;
  padding-top: 8px;
}

.sort_asc {
  width: inherit;
  position: absolute;
  background-image: url(../images/sort_asc.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.sort_desc {
  width: inherit;
  position: absolute;
  background-image: url(../images/sort_desc.png);
  background-repeat: no-repeat;
  background-position: center center;
}


.alertsTooltipperWrapper {
  padding: 0px 8px 15px;
}

  .alertsTooltipperWrapper p {
    margin: 10px 0;
  }

.ng-modal-dialog-titlebar {
  background-color: transparent;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 20px 40px 8px 15px;
}


.select-editable {
    position:relative;
    width: 300px;
    border: 1px solid #B1B1B1;
    -webkit-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    height: 23px;
    margin-top: 5px;
 }
 .select-editable select {
     position:absolute;
     top:0px;
     left:0px;
     font-size:14px;
     border:none;
     width:300px;
     margin:0;
 }
 .select-editable input {
     position:absolute;
     top:0px;
     left:0px;
     width:275px;
     height: 20px;
     padding:1px 1px 1px 5px;
     font-size:13px;
     border:none;
 }
 .select-editable select:focus, .select-editable input:focus {
     outline:none;
      border:none;
 }

 #email_name, 
 #phone_name {
  width: 31%;
}

#email_login {
  width: 58%;
}

#phone_phone_number {
  width: 20%;
}

#phone_sms_provider_id {
  width: 37%;
}



.button-actions {
  border: none;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 0px;
  width: 94%;
  height: 20px;
  background-color: #fff;
  text-align: left;
  z-index: 20;
  position: relative;
  color: #4b4b4b;
}
account_div_alerts_test {
  background-image: url(../images/customers.png);
  background-position: 27px center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-bottom: 4px;
  padding-left: 26px;
  padding-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


[class^=device_div_] {
    background-repeat: no-repeat;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 2px;
    position: relative;
    /*top: 4px;*/
    background-position: 0px center;
    padding-left: 62px;
    margin-left: 0px;
    height: 19px;
}

[class^=account_div_alert]:hover {
  background-color: #E6E6E6;
}

.user-note {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: -8px;
  border: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 3px 3px;
}

.checkbox-wrap-div {
  float: left;
  width: auto;
  max-width: 14%;
  text-align: left;
  word-wrap: break-word;
  margin-left: 52px;

}

.checkbox-wrap-div-first {
  float: left;
  width: auto;
  max-width: 14%;
  text-align: left;
  word-wrap: break-word;
  margin-left: 20px;
}

.checkbox-wrap-div-last {
  float: left;
  width: auto;
  max-width: 18%;
  text-align: left;
  min-width: 100px;
  word-break: break-all;
  word-wrap: break-word;
  margin-left: 52px;
}

.checkbox-wrap {
  display: inline-block;
  word-break: normal;
  text-align: left;
  text-indent: -24px;
}

.alerts-manage-width-960 {
  min-width: 960px;
}

.alerts-manage-width-920 {
  min-width: 920px;
}

.alerts-manage-width-840 {
  min-width: 840px;
}

.alerts-manage-width-960-trans {
  min-width: 1080px;
}

.alerts-manage-width-920-trans {
  min-width: 1000px;
}

.alerts-manage-width-840-trans {
  min-width: 920px;
}

@media screen and (max-width: 1280px) {
   .checkbox-wrap-div {
    float: left;
    width: auto;
    max-width: 13%;
    text-align: left;
    word-wrap: break-word;
    margin-left: 52px;

    }

  .checkbox-wrap-div-last {
    float: left;
    width: auto;
    max-width: 14%;
    text-align: left;
    min-width: 100px;
    word-break: break-all;
    word-wrap: break-word;
    margin-left: 52px;
  }

}

#activationContent {
  margin-left: 10px;
  margin-bottom: 10px;
}

  #activationContent h3 {
    margin-bottom: 20px;
  }

  #activationContent p {
    margin-bottom: 10px;
  }

#activationContentButtons {
   margin: 23px auto 10px auto;
  text-align: center;
}

/*table.formatHTML5 thead tr th.active span span {
  height: 26px;
  margin-top: -26px;
  padding: 0;
  bottom: -26px !important;
  color: transparent;
  text-decoration: none;
  font-size: 0px;
}*/

.formElement#alertTableWrapper {
  padding: 0 16px 0 16px;
}

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

.alertDropDownMac {
	margin-top: 0;
	min-width: 85px;
}

.popup_button_wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.imgLinks {
  cursor: pointer;
  position: relative;
  top: 1px;
}

.imgVertical {
  vertical-align: middle !important;
  top: -1px;
}