/*********		SIGN IN Show Password		*******/

#content-container.togglepassword .password-checkbox {

    position: relative;
    will-change: top, left;
    left: 355px;
    top: 201px;
    z-index: 999999;
}

.alert-danger {
    position: fixed;
    margin-top: 4.5%;
    margin-left: 35%;
    background-color: #f9f1f1;
    border-color: #f9f1f1;
    color: #000;
} 

.custom-color {
    background-color: #0055ff !important;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff !important; }
  .navbar-inverse .navbar-nav > li > a:hover {
    background-color: #00143C !important;
    color: #ffffff !important;}
  .navbar-inverse .navbar-nav > li > a:focus, a:focus-visible, a:focus-within, a:target {
    background-color: #00143C !important;
    color: #ffffff !important; }

    /* primary button */
    .btn-primary {
  color: #00143C !important;
  background-color: #00ff64 !important;
  border-color: #00ff64 !important;
  border-radius: 8px;
  border-width: 2px;
  padding: 6px 12px !important;
  font-weight: 700;
}

.btn-primary:hover {
  color: #00143C !important;
  background-color: #00c24e !important; 
  border-color: #00c24e !important;
}

.btn-primary:active,
.btn-primary.active {
  color: #00143C;
  background-color: #00ff64;
  border-color: #00ff64;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus {
  color: #00143C;
  background-color: #00c24e !important;
  border-color: #00c24e !important;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #00143C;
  background-color: #00c24e !important;
  border-color: #00c24e !important;
}

/* end primary */

/* button default */
.btn-default {
  color: #00143C !important;
  background-color: #ffffff !important;
  border-color: #00143C !important;
  border-radius: 8px;
  border-width: 1px;
  font-weight: 700;
}

.btn-default:hover {
  color: #FFFAF5 !important;
  background-color: #0055FF !important;
  border-color: #00143C;
}

.btn-default:active,
.btn-default.active {
  color: #00143C;
  background-color: #f2f2f2;
  border-color: #00143C;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus {
  color: #FFFAF5;
  background-color: #0055FF;
  border-color: #00143C;
}

.btn-default:focus,
.btn-default.focus {
  color: #FFFAF5;
  background-color: #0055FF;
  border-color: #00143C;
}
/*  */

/* a */
a:not(.navbar-nav a) {
    color: #00143C;
}

a:not(.navbar-nav a):active {
    text-decoration: underline #00143C;
}
/*  */

/* footer */
  footer .footer-bottom {
    background-color: #00143C !important;
    color:  #FFFAF5 !important;}
/*  */

/* header dropdown */
.navbar-inverse .navbar-nav > .open > a {
  color: #ffffff !important;
  background-color:#00143C !important;
}

ul.dropdown-menu > li > a {
  color: #FFFAF5 !important;
}

ul.dropdown-menu > li > a:hover {
  color: #00143C !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu {
    background-color: #00143C !important;
}
/*  */

/* burger button */
.navbar-inverse .navbar-toggle {
  border: 1px solid #00143C !important;
}

.navbar-inverse .navbar-toggle:hover {
  background-color: #00143C !important;
}

.navbar-inverse .navbar-toggle:focus {
  background-color: #00143C !important;
}

.navbar-toggle {
  background-color: #00143C !important;
}
/*  */

/* header */
.navbar-static-top.navbar-inverse {
  padding-top:70px;
}
/*  */
form .crmEntityFormView, .entitylist, .modal-content, .popover-content {
 border : none;
}
.crmEntityFormView .form-control.readonly:focus {
  outline: none;
}

.crmEntityFormView .form-control[readonly][disabled] {
  cursor: not-allowed;
  border: 1px solid #ccc;
}