﻿.btnClose {
  border: 2px outset !important;
  background-color: white !important;
  color: #aaa !important;
}

.btnGrey {
  background: #ccc !important;
    color: #396ba3 !important;
}

.success-msg-h1 {
  font-size: 35px;
  color: #012F6B;
  font-weight: bold;
  font-family: inherit;
}

.success-msg-p {
  font-size: 20px;
  font-family: inherit;

}

.failure-msg-h1, .fialure-msg-p {
  color: #012F6B;
}

.failure-msg-hl {
  color: #7D93B3;
}

#mySuccessModal .modal-header, #myFailureModal .modal-header,
#mySuccessModal .modal-footer, #myFailureModal .modal-footer {
  border-bottom: 0px;
  border-top: 0px;
}

#spinnerwrap {
  position: relative;
  width: 100%;
  height: 100%;
}

#spinnerwrap .spinner {
  top: 50%;
  left: 50%;
}

button[disabled], button[disabled]:hover {
  background: grey;
  opacity: 0.5;
}

#myModal .modal-body, #myModal .modal-footer {
  background-color: #f2f2f2 !important;
}

.emailMaskingProject .modal.fade {
    top: 0 !important;
}

.emailMaskingProject .modal {
    width: auto !important;
    margin-left: 0 !important;
    background-color: transparent !important;    
}

.emailMaskingProject form .has-error .form-control {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;    
}

.emailMaskingProject form .has-error .form-control:focus {
    border-color: #843534 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
}

.emailMaskingProject * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
