/* CSS Document */
.titulo_opcion{ font-weight:bold; font-size:16px; color:#369; }

.ux-rangemenu-icon {
    display: block;
    height: 16px;
    background: no-repeat 5px center;
}

.ux-rangemenu-gt {
    background-image: url(../images/greater_than.png) !important;
}

.ux-rangemenu-lt {
    background-image: url(../images/less_than.png) !important;
}

.ux-rangemenu-eq {
    background-image: url(../images/equals.png) !important;
}

.ux-filtered-column {
    font-style: italic;
    font-weight: bold;
}

.ux-gridfilter-text-icon {
    background-image: url(../images/find.png) !important;
}


.fndCeleste {
	background-color: #dfe8f6;
}

.imgDirectorio {
	width: 210px !important;
	height: 50px !important;
}

.x-message-box .ext-mb-download {
    background: url("../images/icons/admin.png") no-repeat scroll 6px 0px transparent;
    height: 52px!important;
}

.custom .x-progress-bar {
  /*  height: 17px;
    border: none;
    border-top: 1px solid #fff;
    background: transparent url("../images/green_square.png") repeat-x !important;	 */
	background-image:-moz-linear-gradient(top,#8bf890,#9df570 50%,#86f66a 51%,#4bc343)
	/*background-image:-moz-linear-gradient(top,#abc9ec,#c4e7ed 50%,#cce9f3 51%,#acd2de)*/
}

/* Custom styling */
.ux-notification-light .x-window-header {
	/* background-color: transparent; */
}

body .ux-notification-light {
	background-image: url('../images/backgroundyellow.png');
}

.ux-notification-light .x-window-body {
	text-align: center;
	padding: 15px 5px 20px 5px;
	background-color: transparent;
	border: 0px solid white;
}

.ux-notification-icon-information {
	background-image: url('../images/icons/information.png');
}

.mnBbva {
    background-image: url("../images/bbva.png") !important ;
    width:130px!important;
    height:130px!important;
    margin-right: auto !important;
    margin-left: auto !important;
} 

.mnBanbif {
    background-image: url("../images/banbif.png") !important ;
    width:130px!important;
    height:130px!important;
    margin-right: auto !important;
    margin-left: auto !important;
} 

.mnBanInt {
    background-image: url("../images/interbank.png") !important ;
    width:130px!important;
    height:130px!important;
    margin-right: auto !important;
    margin-left: auto !important;
} 

.mnConductores {
    background-image: url("../images/car_driver.png") !important ;
    width:130px!important;
    height:130px!important;
    margin-right: auto !important;
    margin-left: auto !important;
} 

.mnDestinos {
    background-image: url("../images/destino.png") !important ;
    width:130px!important;
    height:130px!important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.mnOrigenes {
    background-image: url("../images/origen.png") !important ;
    width:130px!important;
    height:130px!important;
    margin-right: auto !important;
    margin-left: auto !important;
} 

.mnVehiculos {
    background-image: url("../images/vehiculo3.png") !important ;
    width:130px!important;
    height:90px!important;
    margin-right: auto !important;
    margin-left: auto !important;
	margin-top:40px;
} 

.mnTransportistas {
    background-image: url("../images/transportista.png") !important ;
    width:130px!important;
    height:130px!important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.mnMateriales {
    background-image: url("../images/material.png") !important ;
    width:130px!important;
    height:130px!important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.bigBtn {
    position: absolute;
    bottom: 4px  !important;
    left: 0%  !important;
	font-size: 1.3em;
	font-family: Georgia;
	/* color: #2081ab; */
	font-weight: bold;
    text-align: center !important;
    width: 180px !important;
}

.wrap-text .x-grid-cell-inner {
    white-space: normal;
}

.custom-modal .x-mask {
    /* Apply CSS as per your requirement */
    background-color: #f3f3f4;
}

.custom-wind {
	border-color:#f3f3f4 !important;	
}

.custom-labellink-mouseover{
	color:#f5af20 !important;
	cursor:pointer; 
	cursor: hand;
}

.custom-labellink-mouseout-logout{
	color:#464a4c !important;
	cursor:pointer; 
}

.custom-labellink-mouseout{
	color:#31ade5 !important;
	cursor: pointer !important;	
}

.custom-dock .x-toolbar-footer{
	background-color:#fff !important;
	padding: 6px 0 6px 6px !important;
	border-style: solid !important;
	border-color: #d0d0d0 !important;
	border-width: 0 !important;
	background-image: none !important;
	/* background-color: #ececec; */
}

.folder .x-tree-node-icon {
  background-image:url(../images/arrow_right.png);
  background-position: 64px 0px; 
}

.mnCaptcha{
    background-image: url("../images/icons/refresh.png") !important ;
    width:40px!important;
    height:40px!important;
	margin-top:15px;
    margin-right: auto !important;
    margin-left: auto !important;
}

#c_fracaso{
	width: 100%;
	border: solid 1px #E35858;
	background: #FCEFEF;
	padding: 4px 0 4px 0;
	text-align: center;
	font-size: 14px;
	color: #a84b4b;
	border-radius: 5px;
	padding-top:10px;
	padding-bottom:10px;
}

.secondary-action-btn {
    border: none;
    background: none;
	color:#a84b4b;
}
.secondary-action-btn span {
    cursor: pointer;
    text-decoration: underline;
}

.customWinMask {
    /* Apply CSS as per your requirement */
    /* background-color: #f3f3f4 !important; */
}

#c_information{
	width: 100%;
	border: solid 1px #4ba85d;
	background: #F7FFF4;
	padding: 4px 0 4px 0;
	text-align: center;
	font-size: 14px;
	color: #4ba85d;
	border-radius: 5px;
	padding-top:10px;
	padding-bottom:10px;
}

.icon-cancelar{
	background-image:url(../images/icons/cross.gif);
}

.icon-return{
	background-image:url(../images/icons/arrow-left.png);
}

.changepasswordover {
	color:#EF8F20;
	text-decoration: underline;
	font-weight:bold;
	cursor:pointer
}

.changepasswordout {
	color:#5fa2dd;
	text-decoration: underline;
	font-weight:bold;
	cursor:pointer
}

.btnicon .x-btn-inner-default-toolbar-small{
	/* font-size:100px !important; */
	color: #5fa2dd !important;
}

.btnicon {
	/* font-size:100px !important; */
	color: #5fa2dd !important;
}

.btnicon:hover {
	color: #ef8f20 !important;
	/* background-color:#ef8f20; */
}

.x-btn-over .btnicon{
	color: #ef8f20 !important;
}

.btnicon2 {
	/* font-size:100px !important;  */
	color: #fff !important;
}

/* .btnicon2 .x-btn-inner-default-small.x-btn-inner{ */
	/* /* font-size:100px !important;  */ */
	/* color: #5fa2dd !important; */
	/* background-color: #FFF !important; */
/* } */

.btnicon2:hover {
	color: #F3F3F3 !important;
}

.x-btn-over .btnicon2{
	color: #F3F3F3 !important
}

 /* .x-btn .x-btn-inner{ */
    /* /* font-size: 19px; */ */
    /* font-weight: bold; */
	/* color: #5fa2dd !important; */
	/* background-color: #FFF !important; */
/* } */

#c_fracaso{
	width: 100%;
	border: solid 1px #E35858;
	background: #FCEFEF;
	padding: 4px 0 4px 0;
	text-align: center;
	font-size: 14px;
	color: #a84b4b;
	border-radius: 5px;
	padding-top:10px;
	padding-bottom:10px;
}

.strength {
  position: relative;
  height: 1px;
  margin: 1px 0 5px;
  border-radius: 4px;
  background-color: #eff2f3;
  transition: .5s;
}
.percentage {
  position: absolute;
  height: 8px;
  border-radius: 4px;
  background-color: #23b08d;
  content: '';
}
.msg {
  padding-right: 15px;
  color: #7d7d7d;
  font-size: 10px;
  text-align: right;
  font-weight: bold;
}

.active{
	color: #5fa2dd  !important;
}

.desactive{
	color: #db5d5d !important;
}

/********************DRAG AND DROG*********************/

.alert-warning{
	color: #856404;
	background-color: #fff3cd;
	boder-color: #ffeeba;
}

.mt-3{
	/* margin-bottom: .5rem !important; */
	margin-top: 1rem !important;
}

.alert{
	position: relative;
	padding: .75 rem 1.25rem;
	border: 1px solid transparent;
	border-radius: .025rem;
}

.float-right{
	float: right !important;
	margin-top: 4px;
	margin-right: 4px;
}


.myButton {
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	background-color:#3d94f6;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:13px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	margin-bottom: 2px;
	margin-left: 5px;
}
.myButton:hover {
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	background-color:#1e62d0;
}
.myButton:active {
	position:relative;
	top:1px;
}

.x-form-readonly .x-form-field {
	background-color: #f9f9f9 !important;
	color: #666 !important;
	cursor: not-allowed !important;
}

.x-merge-hide {
    display: none !important;
}

.x-grid-cell {
    vertical-align: middle !important;
}

.x-grid-row {
    height: auto !important;
}

.x-merge-row-hide {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
}

.grid-mini-table {
    width: 100%;
    border-collapse: collapse;
}

.grid-mini-table td {
    padding: 1px 1px !important;
    border: 1px solid #ccc !important;
    height: 22px !important;
}

.customGridHeader > .x-column-header-inner {
    background: #595959;
    color: white;
}

.customGridSubHeader > .x-column-header-inner {
    background: #D9D9D9;
    color: black;
}

.customGridHeader2 > .x-column-header-inner {
    background: #DDEBF7;
    color: black;
	  /* white-space: nowrap !important; */
    /* transform: rotate(-90deg); */
    /* /* transform-origin: left bottom; */ */
    /* height: 150px !important;     /* Ajusta según el largo del texto */ */
    /* line-height: 12px !important; /* Ajusta el align */ */
    /* padding: 0 !important; */
}

.customGridHeaderWhite > .x-column-header-inner {
    background: #DDEBF7;
    color: #DDEBF7;
}

.customGridHeader3 > .x-column-header-inner {
    background: #FFC000;
    color: black;
}

.customGridHeader4 > .x-column-header-inner {
    background: #00B0F0;
    color: black;
}

.customGridHeader5 > .x-column-header-inner {
    background: #FFFF00;
    color: black;
}

.customGridHeader6 > .x-column-header-inner {
    background: #92D050;
    color: black;
}

.customGridHeader7 > .x-column-header-inner {
    background: #FF0000;
    color: white;
}


/* Clase para girar headers verticales */
.x-column-header-vertical {
    height: 150px !important; /* alto del header TOTAL */
	background: #DDEBF7;
}

.x-column-header-vertical .x-column-header-inner {
    white-space: nowrap !important;
    transform: rotate(-90deg);
    /* transform-origin: bottom left; */
    padding: 0 !important;
    margin: 0 !important;
    height: 150px !important; /* mismo que el de arriba */
    line-height: 14px !important;
	background: #DDEBF7;
    color: black;
}

.x-column-header-vertical2 {
    height: 150px !important; /* alto del header TOTAL */
	background: #FFC000;
}

.x-column-header-vertical2 .x-column-header-inner {
    white-space: nowrap !important;
    transform: rotate(-90deg);
    /* transform-origin: bottom left; */
    padding: 0 !important;
    margin: 0 !important;
    height: 150px !important; /* mismo que el de arriba */
    line-height: 14px !important;
	background: #FFC000;
    color: black;
}


/* Evitar que ExtJS corte el texto */
.x-column-header-text {
    display: inline-block !important;
}

.my-custom-grid-padding .x-grid-cell-inner {
    padding: 1px 1px 0px 1px !important;
}

/* .textfield-readonly { */
    /* background-color: #FFC000 !important; */
    /* border-color: #FFC000 !important; */
    /* color: #555 !important; */
/* } */


.field-readonly .x-form-item-body .x-form-field {
    background-color: #FFC000 !important;   /* amarillo */
    border-color: #c09000 !important;
    color: #000 !important;
}

.field-readonlyrfr .x-form-item-body .x-form-field {
    background-color: yellow !important;   /* amarillo */
    border-color: #c09000 !important;
    color: #000 !important;
}

.field-readonlydsct .x-form-item-body .x-form-field {
    background-color: red !important;   /* amarillo */
    border-color: #red !important;
    color: #fff !important;
	text-align: center 
}

.field-readonlysumatoria .x-form-item-body .x-form-field {
    background-color: #E2F3FA  !important;   /* amarillo */
    border-color: #E2F3FA  !important;
    color: #000 !important;
	text-align: center !important;
}

.my-tabs .x-tab.x-tab-active {
    background-color: #d9d9d9  !important;
    color: white !important;
}

.field-readonlygrey .x-form-item-body .x-form-field {
    background-color: #D9D9D9 !important;   /* amarillo */
    border-color: #c09000 !important;
    color: #000 !important;
	text-align: center ;
}

.field-readonlywhite .x-form-item-body .x-form-field {
    background-color: #FFF !important;   /* amarillo */
    border-color: #c09000 !important;
    color: #000 !important;
	text-align: left ;
}

.field-readonlyceleste .x-form-item-body .x-form-field {
    background-color: #00B0F0 !important;   /* amarillo */
    border-color: #c09000 !important;
    color: #FFF !important;
	text-align: center ;
}

.field-readonlygreen .x-form-item-body .x-form-field {
    background-color: #92D050 !important;   /* amarillo */
    border-color: #c09000 !important;
    color: #FFF !important;
	text-align: center ;
}