/*LOGIN*/
.login-page {
	background: #393939 !important;
}
.login-logo {
    color: #fff;
}

.login-header {
	background: #2e2e2e !important;	
color: #fff;
  text-align: center;
  width: 100vw;
  padding: 10px;
}
.login-header a {
color: #fff;
}

.btn-primary {
  color: #ffffff;
  background-color: #a9313a !important;
  border-color: #91262e !important;
  box-shadow: none;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #91262e !important;
  border-color: #91262e !important;

}

.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #91262e;
  border-color: #91262e;
  box-shadow: none, 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.login-register {
    color: #fff;
    margin-top: 15px;
}

.content-wrapper {
	padding: 15px !important;
}



.main-sidebar, .main-sidebar::before {

  width: 300px !important;
}

.sidebar-collapse .main-sidebar, .sidebar-collapse .main-sidebar::before {
  margin-left: -300px !important;
}

@media (min-width: 768px) {
  body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
    margin-left: 300px !important;
  }
}

@media (max-width: 991.98px) {
  body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .content-wrapper::before, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-footer::before, body:not(.sidebar-mini-md) .main-header, body:not(.sidebar-mini-md) .main-header::before {
    margin-left: 0 !important;
  }
}





[class*="sidebar-dark"] .brand-link,
.navbar-white,
.dropdown-menu  {
  background-color: #a9313a !important;
}



#ticketform .dropdown-menu  {
  background-color: #fff !important;
}


#ticketform .dropdown-menu .dropdown-item:hover  {
  background-color: #efefef !important;
}


.dropdown-item:hover,
.dropdown-item.active, 
.dropdown-item:active {
	background-color: #91262e;
}

.language-dropdown i {
	border: 1px solid #91262e;
}

.fa-language {
	padding-right: 5px;
}

[class*="sidebar-dark"] .brand-link a,
.navbar-white a{
color: #ffffff !important;
}

.nav-item .logout {
	padding-right: 25px;
	padding-left: 25px;
	background-color: #91262e;
}

.navbar-nav .nav-link {
	background-color: #91262e;
	margin-left: 10px;
}


.nav-link-ticket {
	background-color: #262a2e;
}



.card-primary.card-outline {
  border-top: 3px solid #a9313a !important;;
}




.menu_trenner {
  height: 2px;
  background-color: #262a2e;
}
.menu_trenner2 {
  height: 1px;
  background-color: #3f474f;
}



/*TICKET*/

.ticket .btn-light, .ticket #serial_number {
	background-color: #fff !important;
	line-height: 60px !important;
	height: auto !important;
	border: 1px solid #d2d2d2;

}


.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100% !important;

}

.dropdown-menu li {
	border-bottom: 1px solid #d3d9df;
}
.dropdown-menu li:last-child {
	border-bottom: 0px;
}

.dropdown-menu .text img {
	margin-right: 20px;
}

.direct-chat-messages {
	height: auto !important;
}

.direct-chat-primary .right > .direct-chat-text {
    background: #dcf9c6 !important;
    border-color: #dcf9c6 !important;
    color: #444 !important;
}

.direct-chat-primary .right > .direct-chat-text::after, .direct-chat-primary .right > .direct-chat-text::before {
    border-left-color: #dcf9c6 !important;
}



/*********** REGISTER **********/
#payment_by_wire,
#company_yes_form {
	width: 100%;
}
.fa-asterisk.required::before {
  font-size: 8px;
  color: #840000;
}
.contact-form {
  height: auto !important;
  margin-bottom: 35px;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
  width: 100%;
  max-width: 100%;
}

.hidden {
	display: none;
}

.form-label {
  margin-bottom: .2rem;
  margin-top: 1rem;
}

#registerform .fa-check-circle {
  color: #28a745;
}
#registerform .fa-times-circle {
  color: #dc3545;
}

.consent_to_electronic_record {
  height: 250px;
  border: 1px solid #f2f2f2;
  padding: 25px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.agree {
  background-color: #a7353a;
  padding: 1rem;
  padding-left: 35px;
  color: #fff;
  border-radius: 1rem !important;
  margin-top: 35px;
  
}