.alertify { 
  z-index: 111111111;
}

.alertify-button-cancel, .alertify-button-ok {
  background: #007CB6 !important;
  border: 0 !important;
  color: white !important;
  text-shadow: none !important;
}

.alertify-button-cancel:hover, .alertify-button-ok:hover {
  opacity : 0.7;
}

.alertify-button-cancel {
  position: relative;
  float: right;
}

.alertify-button-ok {
  position: relative;
  
}

.make-it-blue {
    background : #0896D8;
    color : white;
}

.required {
    color: #e32;
    font-weight:bold;
}

div.widgetHeader.panel-heading {
  border: 0;
  border-radius: 0;
  background-color: #007cb6;
  padding-left: 10px;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  cursor: move;
}

.checkbox {
  margin-left : 0px !important;
}

.dashboardWidget .danger, .group-list .danger {
  color : red !important;
}

.dashboardWidget .success, .group-list .success {
  color : #03A15B !important;
}

.ngdialog-overlay {
    z-index: -10;
}

.ngdialog-content {
    border-radius : 6px;
    background: transparent;
}

.filter {
    background: #FCF9CC !important;
    border: 1px silver solid;
}

.custom-file-input {
  color: transparent;
  padding-left: 20px;
  width: 85px;
  height: 30px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Import';
  display: inline-block;
  background : #0896D8;
  color : white;
  border: 0px;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

.date-pick {
  margin: 0px;
  padding: 0px;
  left: -4px;
}

.amcharts-export-menu-top-right {
  top: 40%;
  right: 0;
}

.control-label {
  font-weight: bold !important;
  color : black !important;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.alertify-logs {
  z-index: 11000;
}

#my_popup_background, .ngdialog-overlay {
  background: #003869 url('img/loading_intersection.gif') no-repeat center !important;;
  opacity: 0.7 !important;
}