body {
  background: #ffffff !important;
  font-family: Arial, Verdana, sans-serif;
  color:#000000 !important;
}

.lockscreen{height:250px;left:50%;margin-left:-239px;margin-top:-185px;position:absolute;top:50%;width:478px}.lockscreen .logo{padding:15px 0;display:block}.lockscreen .logo+div{background:#FFF;box-shadow:-31px 32px 53px rgba(0,0,0,.2);overflow:hidden;padding:13px;position:relative}.lockscreen .logo>:first-child{margin:0}.lockscreen .logo img{width:29px;margin-top:-4px;margin-right:-2px}.lockscreen .logo+div>img{float:left}.lockscreen .logo+div>img+div{float:right;width:318px}.lockscreen .logo+div>img+div>:first-child{margin-top:0}.lockscreen .logo+div>img+div>:first-child>:first-child{opacity:.1;padding:15px}.lockscreen .logo+div>img+div>:first-child>small{display:block;padding-top:5px}.lockscreen .logo+div>img+div>:first-child+p{margin-bottom:12px}#lock-page #main{position:static}@media (max-width:767px){.lockscreen .logo+div>img{float:none!important}.lockscreen{height:auto;left:5%;margin-left:0;margin-top:0;position:absolute;top:0;width:90%;text-align:center}.lockscreen .logo+div>img+div{float:none;width:100%;height:auto}}

.bg_login {
	//background-size: cover;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;	
	
}

.panel-sisadmin {
  border-color: #009a91;
}
.panel-sisadmin > .panel-heading {
  color: #ffffff;
  background-color: #009a91;
  border-color: #009a91;
}

.txt-color-sisadmin {
  color: #009a91 !important;
}

.bg-color-sisadmin {
  background-color: #009a91 !important;
}

.jarviswidget-color-sisadmin > header {
  border-color: #02837c !important;
  background: #009a91;
  color: #ffffff;
}
/*
#header {
  height: 71px;
  min-height: 28px;
}
#extr-page-header-space {
  line-height: 71px;
}
*/

#logo {
    margin-top: 2px;
}
.input-search {
  cursor: auto; 
  background-image: url("../img/search.png"); 
  background-repeat: no-repeat; 
  padding-left:43px;
}

.filtro {
  margin: 0 0 3px 0;
}

.filtro .widget-body {
  min-height: 50px;
  padding-bottom: 13px;
}

.desvanecido-30 {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.desvanecido-70 {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.desvanecido-0 {
  opacity: 1;
  filter: alpha(opacity=100);
}


.boton-agregar {
	margin-bottom: 10px;
}

.dropzone {
  min-height: 100px;
}

/*
.menu-on-top aside#left-panel nav > ul > li > ul {
  position: absolute !important;
  background: #ccc;
}*/


aside {
  background: -o-linear-gradient(left, #464443 93%, #2a2725 100%);
  background: -ms-linear-gradient(left, #464443 93%, #2a2725 100%);
  background: linear-gradient(to right, #464443 93%, #2a2725 100%);
}

.btn-header  > :first-child  > a,

#logo-group span#activity {
  background-color: #DD7C37;
  background-image: -moz-linear-gradient(top, #dd7c37, #b9662b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b9662b), to(#b9662b));
  background-image: -webkit-linear-gradient(top, #dd7c37, #b9662b);
  background-image: -o-linear-gradient(top, #dd7c37, #b9662b);
  background-image: linear-gradient(to bottom, #dd7c37, #b9662b);
  color: #fff !important;
  border: 1px solid #f09d61;
  text-shadow: #985813 0 -1px;
}



.btn-header  > :first-child  > a:hover,
#logo-group span#activity:hover,
.btn-header  > :first-child  > a:active,
#logo-group span#activity:active {
  -webkit-box-shadow: inset 1px 1px 0px #985813, inset -1px -1px 0px #985813;
  -moz-box-shadow: inset 1px 1px 0px #985813, inset -1px -1px 0px #985813;
  box-shadow: inset 1px 1px 0px #985813, inset -1px -1px 0px #985813;
  background-color: #dd7a35;
  background-image: -moz-linear-gradient(top, #dd7a35, #984a13);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd7a35), to(#984a13));
  background-image: -webkit-linear-gradient(top, #dd7a35, #984a13);
  background-image: -o-linear-gradient(top, #dd7a35, #984a13);
  background-image: linear-gradient(to bottom, #dd7a35, #984a13);
}

.select2 {
	padding-right:10px;
	text-wrap:none;
}

.select2-selection__choice__remove,
.select2-container-multi .select2-search-choice-close {
  line-height: 1;
  margin: 0;
  min-height: 15px;
  min-width: 15px;
  position: absolute;
  content: "\f057";
  padding-left:4px;
  background: url('../img/clear.png') center center no-repeat;

}
.select2-drop, .select2-dropdown {
 //   xmargin-top: 16px;
}
.select2-selection {
	padding-left: 10px;

}

.select2-selection__choice__remove:hover,
.select2-container-multi:hover .select2-search-choice-close:hover {
  padding-left:4px;
  background: url('../img/clear2.png') center center no-repeat;

}

.li-sorted {
	height:26px; 
	padding:5px 0 0px 38px; 
	margin-bottom:7px;
}

.pb5 {
  padding-bottom: 5px;
}

.error {
	color:#F00;
}

.minw-100 {
	min-width:100px;
}

.minw-200 {
	min-width:200px;
}
.minw-220 {
	min-width:220px;
}

.minw-300 {
	min-width:300px;
}

.mmax-200 {
	min-width:200px;
	max-width:200px;
}
.mmax-150 {
	min-width:150px;
	max-width:150px;
}
.mmax-100 {
	min-width:100px;
	max-width:100px;
}

.w150 {
	width:150px;
}
.fLeft {
	float:left;
	margin-right:5px;
}
.pt8 {
	padding-top:8px;
}
.pr20 {
	padding-right:20px;
}
/*
.minifyme {
  border-bottom: 1px solid #0c5452;
  background: #0e6d6a;
}
.minified nav > ul > li > ul {
  border: 1px solid #0c5452;
  background: #0e6d6a;
}
.minifyme:hover {
  background: #ccc;
  color: #ddd;
}
*/
/*
.smart-style-1.menu-on-top aside#left-panel nav > ul > li > ul {
  background: #0e6d6a;
} */


.tab-pane{
    height:300px;
    overflow-y:scroll;
}
.overfl {
  overflow: auto;
}

.numerico {
	text-align:right; 
	padding-right:5px;
}

.txt-centrado {
	text-align:center; 
}
.txt-derecha {
	text-align:right; 
}

.p15 {
	padding:10px 15px 10px 15px;
}

.p10 {
	padding:10px;
}
.p5 {
	padding:5px;
}
.p3 {
	padding:3px;
}
.pl25 {
	padding-left:25px;
}
.popover{
  max-width: 100% !important; /* Max Width of the popover (depending on the container!) */
}
.margen_mclean{
	margin-top:200px;
}

.m10 {
	margin:10px;
}


.smart-style-2 .jarviswidget-color-blueDark > header {
}

.wstatus {
	min-width:75px;
}

.mylink {
    text-decoration-line: underline;
    text-decoration-style: dashed;
	text-decoration-color: #E18728;
}

input,
select,
textarea {
  height: 26px;
  line-height: 22px;
  padding: 5px 10px;
}

.alert-tooltip + .tooltip > .tooltip-inner {background-color: #efe1b3; color:#826634}
.alert-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#f00; }

.cancelado {
	text-decoration:none;
	cursor: default;
}
.canceladoT {
	text-decoration:line-through;
}

.oculto {
     display:none;
}
.modal-xl {
    width: 500px;
}
@media (min-width: 768px) {
  .modal-xl {
    width: 900px;
  }
}
@media (min-width: 992px) {
  .modal-xl {
    width: 1100px;
  }
}

.txt-vertical{
    writing-mode:tb-rl;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    transform: rotate(180deg);
    white-space:nowrap;
    display:block;
    bottom:0;
}
.badge-tc {
  margin:14px 10px 0 0; 
  padding-top:4px; 
  font-weight:normal;
}
.smart-style-2 nav ul li a {
  font-size: 12px !important;
//  color:#3b4146 !important;
}
