

.label.label-1 {
    background-color: #4caf50;
}

.label.label-0 {
    background-color: #999999;
}

.label.label-2 {
     background-color: darkred;
}

.accout-view-header{
	padding-left: 10px;
	padding-top: 5px;
}
.accout-view-header .title{
	font-weight: bold;
}

.sidebar-logo{
	/*width: 140px;*/
	max-width: 200px;
	height: auto;
}

.login-icon{
	margin-top: 29px;
	margin-right: -14px;
}

.pdl-14{
	padding-left: 10px !important;
}

.label-floating input{
	padding-left: 6px !important;
}

.header-card-login{
	background: linear-gradient(60deg, #71F600, #00C215);
}

.color-pago-parcial{
	color: orange !important;
}

.color-pago-completo{
	color: #2CDA01 !important;
}

.color-total-valor-no-autorizados{
	background-color: #001B31;
}

.color-total-valor-autorizados{
	background-color: #006400;
}


select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}

.thSort{
	color: #9c27b0;
	cursor:pointer;
}