/*.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #494747 !important;
  opacity: 0, 8;
}

Labels
.label, .jvectormap-tip {
  padding: 3px 6px 3px;
  font-size: 11px;
  border-radius: 50px;
  text-transform: capitalize;
  font-weight: 400;
}
.label.label-info, .label-info.jvectormap-tip {
  background: #78a638;
  ;
}
.label.label-primary, .label-primary.jvectormap-tip {
  background: #333 important;
  background-image: linear-gradient(to bottom, #333,  0, #333, 100%) !important;
}
.label.label-success, .label-success.jvectormap-tip {
  background: #78a638;
  ;
}
.label.label-danger, .label-danger.jvectormap-tip {
  background: #ed6f56;
}
.label.label-warning, .label-warning.jvectormap-tip {
  background: #f0c541;
}*/

/*Nestable
.dd-handle {
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 14px;
  padding-top: 10px;
  background: transparent;
  color: #878787;
}
.dd-handle:hover, .dd-handle:focus, .dd-handle:active {
  color: #fff;
  background: transparent;
}
.dd-item > button {
  margin: 0;
  height: 42px;
}
.dd-placeholder {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}
.dd3-content {
  display: block;
  color: #878787;
  margin: 0 0 15px;
  font-size: 14px;
  padding-top: 10px;
  padding: 10px 10px 5px 52px;
}
.dd3-content:hover, .dd3-content:focus, .dd3-content:active {
  color: #fff;
}
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
.dd3-item > button {
  margin-left: 30px;
}
.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 42px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.dd3-handle:before {
 
	font-family: "Font Awesome 5 Pro"; font-weight: 900; 
  content: "\f31e";
	 display: inline-block;
  
  color: #878787;
 
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-handle, .dd3-content,  .dd-handle:focus, .app-search .dd3-content:focus {
   border: 1px solid rgba(255, 255, 255, 0.12);
   background-color: #212121;
   border-radius: 0;
   box-shadow: none;
   color: #fff;
   height: 42px;
 }
 
 .dd-handle:focus, .dd3-content:focus, .dd-handle:focus, .app-search .dd3-content:focus {
   border-color: rgba(255, 255, 255, 0.3);
   box-shadow: none;
   outline: 0 none;
 }
  .dd-handle::-webkit-input-placeholder, .dd3-content::-webkit-input-placeholder,  .dd-handle:focus::-webkit-input-placeholder, .app-search .dd3-content:focus::-webkit-input-placeholder {
   text-transform: capitalize;
 }
  .dd-handle:-moz-placeholder, .dd3-content:-moz-placeholder,  .dd-handle:-moz-placeholder:focus, .app-search .dd3-content:-moz-placeholder:focus {
   text-transform: capitalize;
 }
  .dd-handle::-moz-placeholder, .dd3-content::-moz-placeholder, .dd-handle:focus::-moz-placeholder, .app-search .dd3-content:focus::-moz-placeholder {
   text-transform: capitalize;
 }
  .dd-handle:-ms-input-placeholder, .dd3-content:-ms-input-placeholder,  .dd-handle:-ms-input-placeholder:focus, .app-search .dd3-content:-ms-input-placeholder:focus {
   text-transform: capitalize;
 }
  .filled-input.dd-handle, .filled-input.dd3-content,  .filled-input.dd-handle:focus, .app-search .filled-input.dd3-content:focus {
   background: #f7f7f9;
   border: none;
   color: #212121;
 }
  .filled-input.dd-handle:focus, .filled-input.dd3-content:focus {
   background: rgba(247, 247, 249, 0.8);
 }
  .rounded-input.dd-handle, .rounded-input.dd3-content, .rounded-input.dd-handle:focus, .app-search .rounded-input.dd3-content:focus {
   border-radius: 60px;
 }
 .rounded-outline-input.dd-handle, .rounded-outline-input.dd3-content, .rounded-outline-input.dd-handle:focus, .app-search .rounded-outline-input.dd3-content:focus {
   background: transparent;
   border: 1px solid rgba(255, 255, 255, 0.1);
 }*/
/*Treeview
.treeview .list-group {
  margin-bottom: 0;
}
.treeview .list-group .list-group-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 42px;
  padding: 10px 12px;
  background: transparent;
}
.treeview .list-group .list-group-item.node-selected {
  background: #4e9de6 !important;
}
.treeview .list-group .list-group-item:hover {
  background: rgba(255, 255, 255, 0.05);
}
.treeview .list-group .list-group-item:first-child, .treeview .list-group .list-group-item:last-child {
  border-radius: 0;
}

.bootstrap-select .dropdown-menu li a{

	display: block !important;
	margin: 5px;
}

.kv-fileinput-caption > .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
   opacity: 1!important;
}
*/
/**
autocomplete
div.autocomplete, .ui-autocomplete {
    border: 1px outset #5A769E;
    background-color: #505050;
    margin-left: 12px;
    padding: 4px 6px;
    width: 300px;
    height: 100px;
    overflow: auto;
    z-index: 101110 !important;
    font-size: 11px;
}
/*.ui-autocomplete-input {
  border: none; 
  font-size: 14px;
  width: 300px;
  height: 24px;
  margin-bottom: 5px;
  padding-top: 2px;
  border: 1px solid #DDD !important;
  padding-top: 0px !important;
  z-index: 1511;
  position: relative;
}*
.ui-menu .ui-menu-item a {
    font-size: 12px;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1510 !important;
    float: left;
    display: none;
    min-width: 160px;
    width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
 *border-right-width: 2px;
 *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
div.autocomplete ul, ul.ui-autocomplete {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.autocomplete ul li.selected {
    background-color: #FF6700;
    color: #FFF;
}
div.autocomplete ul li, ul.ui-autocomplete li {
    color: #999 !important;
    opacity: 1;
    list-style-type: none;
    padding: 1px;
    margin: 0px;
    border-bottom: 1px solid #5A769E;
    cursor: pointer;
}
/*
.card.listHEADER .card-img-left {
    border-top-left-radius: initial !important;
    border-top-right-radius: initial !important;
    border-bottom-right-radius: initial !important;
}
 .rounded .card.listHEADER {
    border-top-left-radius: initial !important;
	border-top-right-radius: initial !important;
}
.card.listHEADER  .card-body {
    padding: 0.05rem !important;
	padding-left: 1.75rem !important;
	padding-right: 1.75rem !important;
}

.card.listHEADER .list-thumbnail {
   
    padding: 0;
    border: initial;
    height: auto;
    max-width: unset;
    height: 35px !important;
	width: 85px !important;
    object-fit: cover;
   
}

.text-muted .help-block {
  color: #878787;
}

.fade {
    transition: opacity 0.15s linear !important;
}*/@import url(formelements.css);

/*  General*/

* {
	margin: 0;
	padding: 0;
}

body{
	margin: 0 auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:url(img/bg.jpg) repeat center;  
	color:#888;
}

ul{
	list-style: none;
}

a{
	outline: none; 
	text-decoration: none;
	color: #769c4d;
	display: block;
}

a:hover{
	color: #314f10;
}
#back-top {
    background: #455F51 !important;
}
#stylepagination td:hover{
	background-color:#fff;
}

p.limpiar{
	clear: both;
	line-height: 0.1em;
	padding: 0px;
	margin: 0px;
}

.panel-primary-i2m {
    border-color: #769c4d;
}
.panel-primary-i2m > .panel-heading {
    background-image: linear-gradient(to bottom, #E3DED1 0px, #E3DED1 100%);
    background-repeat: repeat-x;
}
.panel-primary-i2m > .panel-heading {
    background-color: #E3DED1;
    border-color: #999999;
    color: #5EA829;
}
/* Header*/
@media (min-width:200px) and (max-width:992px) {
	#content_footer ul{
		width:100% !important;	
	}
}
@media (min-width:992px) {
		#content_footer ul{
		width:50% !important;	
	}

}
.container {
    width: 100%;
}
#page-wrapper {
    
    padding: 0px;
}
#header {
    background: url("img/bg_top.png") repeat-x scroll 0 0 transparent;
    height: 33px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1200;
}
.navbar-default .navbar-brand {
	background-color:transparent !important;
}
.nav > li > li a {
    display: block;
    padding: 10px 15px;
    position: relative;
}
.nav > li > li a:hover,.nav > li > li a:focus {
    background-color:#eee;
	text-decoration:none;
}
#header #logo {
    border-left: 1px dotted #FFFFFF;
    border-right: 1px dotted #FFFFFF;
    float: left;
    margin: 5px 0 0 15px;
    padding: 0 6px;
    width: 79px;
}


/* Content*/


#contenedor{
	margin: 50px auto 0;
	width: 900px;
}

#colIzq{
	width: 184px;
	float: left;
	margin-left: 40px; 
  
	_margin-left: 20px;
}

#colCentro{
/*	width: 100%;
	margin-left: 0px !important;
	_margin-left: 0px !important;
	margin-right:: 0px !important;
	_margin-right: 0px !important;*/
	/*float: left;*/
}

#btnCpanel li div#btnCent {
    background: none repeat scroll 0 0 #769C4D;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #F1F1F1;
    float: left;
    font-size: 12px;
    font-weight: normal;
    padding: 6px;
    text-align: center;
    width: 84px;
}

#btnCpanel li div#btnCent:hover {
    background: none repeat scroll 0 0 #314f10;
	cursor:pointer;
}

#btnCpanel li div#btnCent a{
		color:#fff;
}

#btnCpanel li div#btnCent a:hover{
	color: #fff;
}

#btnCpanel li div#btnDER{
	background-repeat: no-repeat;
	height: 31px;
	width: 8px;
	float: left;
}

ul#btnCpanel li{
	/*float: left;	*/
}

#conteCentro{
	width: 100%;
	/*background: url(img/bg_box.png) repeat ;min-height: 523px;
	padding: 10px;*/
	/*border-radius:10px;
	box-shadow: 0 0 3px inset;*/
	display: inline-block;
    margin-bottom: 15px;
}

#conteCentro h2{
	text-shadow: 0 1px 0 #fff;
}

#colIzq{
	background: url(img/bg_box.png) repeat ;
	padding: 10px;
	border-radius:10px;
	box-shadow: 0 0 3px inset;
	min-height: 560px;
	}

#colIzq #banner{
	background-color: #2E8B57;
	margin-bottom: 15px;
}

#colIzq #banner li a{
	margin-bottom: 5px;
	color: Black;
}

#colIzq #banner li:hover{
}

#colIzq #menuSub{
	padding: 0px;
	margin: 0px;
	
}

#colIzq #menuSub h1 a{
	width: 184px;
	line-height: 0px;
	margin: 0px;
	height: 16px;
	color: #888;
	font-size: 14px;
	text-transform: capitalize;
	text-align: left;
	padding-top: 12px;
	text-shadow: 0 1px 0 #fff;
	font-weight:normal;
}

#colIzq #menuSub li ul{
	background-repeat:no-repeat;
	float: right;
	width: 184px;	
}

#colIzq #menuSub li {
	margin-bottom: 0px;
   float:left;
   margin-bottom:20px;
   border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 1px 0 #FFFFFF;
}

#menuCpanel{
	 height:35px;
}

#colIzq #menuSub li ul li{
   list-style-type:none;
   width:160px;
	 padding: 0 5px 0 0;
	font-size: 12px;
	color: #5b5b5b;
	font-weight: 200;
	height: 15px;
	margin: 3px;
	line-height: 15px;
	letter-spacing: -1px;
	border-bottom: none;
    box-shadow: none;
}


#colIzq #menuSub li div.final{
	width: 184px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-left: 0px;
	padding:0px;
	display: block;
}

div#UsuaQuien, div#SeccionInter {
    background-color: transparent;
    color: #FFFFFF;
    display: block;
    margin-left: -5px;
    margin-top: -2px;
    padding: 5px;
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    z-index: 10000000;
}

div#UsuaQuien h2, div#UsuaQuien h1{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 4px 5px 0 0;
	font-size: 12px !important;
	float:left;
	text-shadow: none;
}

div#UsuaQuien h1{
	font-weight: bolder;
}



div#SeccionInter{
}

#accionInte{
	display:block;}
#content_footer {
    background: #fff url("img/bg_ruido.png") repeat scroll 0 0;
    border-top: 1px solid #ccc;
    /*height: 50px;*/
    margin-top: 20px;
    text-align: center !important;
    width: 100%;
}
#accionInte p.NuevoArticulo{
	background-color: transparent;
	background-image: url(img/imgthumLi/mini/NewArticuloMini.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: right;
	display: block;
	height: 36px;
	text-transform: capitalize;
	font-size: 14px;
	vertical-align: text-bottom;
	padding-top: 10px;
	padding-left: 15px;
}

#accionInte p.NuevoArticulo a{
	color: #576343;
	font-weight: bold;
}

table#listaArticulos, table#listaTOOLS {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
	width: 100%;
}


table#listaTOOLS tr td{
 	padding: 5px;
 	vertical-align: top;
}

table#listaArticulos thead tr, table#listaTOOLS tr{
	/*background-color: #aaa;	*/
	margin-bottom: 5px;
}

table#listaArticulos thead tr{
	height: 25px;
}

table#listaArticulos thead tr td{
	color: white;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	padding: 5px;
}

table#listaArticulos tbody tr{
	
	height: 25px;
	border: #B9D869 solid 2px;
	padding: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
}

table#listaArticulos tbody tr:hover{
}

table#listaArticulos tbody tr td {
    border-left: 1px solid #EDEDED;
    font-size: 11px;
    padding: 2px;
    text-align: center;
}

table#listaTOOLS td.tool{
	width: 400px;
	color: white;
}

table#listaTOOLS td.tool ul li.trash{
	background-position: left;
	padding: 5px;
	padding-left: 20px;
}

table#listaTOOLS td.tool ul li.printer{
	background-image: url(img/imgthumLi/printer.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px;
	padding-left: 20px;
}

table#listaTOOLS td.tool ul li.EstadoOrdenPen{
	font-size: 13px;
	padding: 5px;
	background-color: red;
	color: white;
}
table#listaTOOLS td.tool ul li.EstadoOrdenFin{
	font-size: 13px;
	padding: 5px;
	background-color: #F6FAEB;
	color: #7A9628;
}

table#listaTOOLS td.tool ul li.refresh{
	background-image: url(img/imgthumLi/arrow_refresh.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px;
	padding-left: 20px;
}

table#listaTOOLS td li.TEXTprecio{
	font-size: 12px;
	font-weight: bolder;
	text-transform: capitalize;
}

table#listaTOOLS td li.precio{
	font-size: 18px;
	color: red !important;
	font-weight: bolder;
	text-transform: capitalize;
}

td.numero{
	width: 25px;
}

td.titulo{
	width: 250px;
}

td.tituloCHICO{
	width: 100px;
}

td.estado{
	width: 40px;
}

td.id{
	width: 15px;
}

td.irhome{
	width: 80px;
}

td.fecha{
	width: 70px;
}

#listaPendientes li {
    background-color: transparent;
    background-position: center bottom;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 1px 0 #FFFFFF;
    margin-left: 0px;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

#listaPendientes li h4 {
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 48px;
    margin-left: 12px;
    margin-top: 0;
    width: 50px;
}

#listaPendientes li.newUser h4{
	background-image: url(img/icon_users.png);	
}

#listaPendientes li.newProce h4{
	background-image:url(img/icon_land.png);
}

#listaPendientes li.newArticu h4{
	background-image:url(img/icon_articles.png);
}

#listaPendientes li.newGaleria h4{
	background-image:url(img/icon_galeria.png);
}

#listaPendientes li.estadisticas h4{
	background-image:url(img/icon_estadist.png);
}

#listaPendientes li.estadisticas{
	border:none;
	box-shadow:none;
}

#listaPendientes li h2{
	margin: 0px;
	padding-left: 65px;
	text-transform: capitalize;
}

#listaPendientes li h5{
	font-size: 13px;
	padding-left: 65px;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
}

a.linkEdit{
	color: black;
}

form.inplaceeditor-form input, form.inplaceeditor-form select, form.inplaceeditor-form a{
	font-size: 10px;
	color: #333333 !important;
	float: left;
}

form.inplaceeditor-form a.editor_cancel_link{
	color: #333333 !important;
}



div#registroPanel.fotor2{
	width: 860px;
}

div#registroPanel.fotor2Revi{
	width: 860px;
}

div#registroPanel.fotor2ANCA{
	width: 980px;
}

span.Descarte{
	width: 300px;
	height: 100px;	
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	background-color: transparent;
	text-indent: -100000px;
}

span.Presunta{
	width: 300px;
	height: 100px;	
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	background-color: transparent;
	text-indent: -100000px;
}

span.Estadistica{
	width: 300px;
	height: 100px;	
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	background-color: transparent;
	text-indent: -100000px;
}

div#registroPanel div#imagenBOx{
	float: left; 
	width: 400px;
}

div#registroPanel div#imagenBOx ul li.image{	
	height: 400px;
	background-color: #E5E5E5;
	margin: 5px;
}

div#registroPanel.fotor2ANCA div#imagenBOx{
		float: left; 
		width: 520px;
}

div#registroPanel.fotor2ANCA div#imagenBOx ul li.image{
		height: 420px;
}

div#registroPanel ul#fotoForm{
	float: left;
	width: 445px;
	margin-top: 15px;
}

div.autocomplete {
   border: 1px outset #5A769E;
	background-color: #062B45;
	margin-left: 12px;
	padding: 4px 6px;
	width: 300px;
	height: 100px;
	overflow: auto;
  z-index: 101110 !important;
  font-size: 11px;
}

div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

div.autocomplete ul li.selected {
	background-color: #ffb;
	color: #035795;
}

div.autocomplete ul li {
  color: white;
	list-style-type: none;
	padding: 1px;
	margin: 0px;
	border-bottom: 1px solid #5A769E;
	cursor: pointer;
}


/* Footer*/

#footer{
	border-top:1px dotted #769c4d;
	background: url(img/logo_foot.png) no-repeat right;
	height: 45px;
    margin: 15px 0 0;
}


div#footer{
	clear: both;
}

footer.footer ul{
	/*width: 628px;*/
	height:35px;
	padding-right:30px;
	float: right;
	font-size: 10px;
	display: block;
}

footer.footer ul a {
    color: #769C4D;
    margin-top: 18px;
    padding-right: 10px;
}
	
footer.footer ul li{
	float: right;
}
div.navIZQ, div.navDER {
    float: left;
    margin-left: 8px;
    margin-top: 14px;
    width: 20px;
}
	#conteFooter .arr{
		float: left;
		margin-left: 8px;
		margin-top: 14px;
		width: 20px;
	}
	#conteFooter .num_pages{
		float:left;
		width:535px;
		text-align:center;
		color:#333;
		margin-top: 14px;
	}
	
	#conteFooter ul{
		list-style: none outside none;
		margin: 0 auto;
		text-align: center;
		width: 350px;
	}
	
	#conteFooter ul li{
		float:none;
		margin: 0 5px;
	}
	
	#conteFooter ul li a{
		color:#769C4D;
		text-decoration:none;
	}
	
	#conteFooter ul li#on{
		 color:#fff;
		 background:#769C4D;
		 border-radius: 3px;
		padding: 0 0 0 4px;
	}
	
	div.num_pages ul li{
	display: inline-table !important;
	float:left;
}

/*#articulos_formulario button {
    background: none repeat scroll 0 0 #769C4D;
    border: medium none;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #F1F1F1;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
    padding: 6px;
    text-align: center;
    width: 84px;
}
#articulos_formulario button:hover{
	background:#314f10;
	cursor:pointer;
}*/

/* Clasificados */

fieldset#even{
	border:none;
}

fieldset#even h4 {
    clear: left;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 5px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
}

fieldset#even h6 {
    display: inline-block;
    float: left;
    font-family: arial;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    margin: 5px 0 15px;
    width: auto;
}

fieldset input[type="text"] {
    clear: both !important;
    display: block;
}


	/* iframes*/
	.cke_1.cke_chrome {
		border-color: #D5DCE2;
		margin: 15px 0 !important;
	}
	.cke_2.cke_chrome {
	    border-color: #D5DCE2;
		margin: 15px 0 !important;
	}

fieldset ul{
}

fieldset ul li {
    margin: 15px 0;
}

fieldset .selector {
    display: inline-block;
    float: right;
    position: relative !important;
    right: 0 !important;
}

/*fieldset button {
    background: none repeat scroll 0 0 #769C4D !important;
    border: medium none !important;
    border-radius: 15px 15px 15px 15px !important;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #F1F1F1 !important;
    float: right;
    font-size: 12px !important;
    font-weight: normal !important;
    margin-left: 10px;
    padding: 6px;
    text-align: center;
    width: 84px;
}*/

/*fieldset button:hover {
	background: none repeat scroll 0 0 #314f10 !important;
	cursor:pointer;
}*/
div#actualizaciones .panel-body {
    height: 300px;
    overflow-y: scroll;
}
.equal, .equal > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}
.box {
  margin: 20px 0px;
}
.box .box-header {
  height: 42px;
  border: 1px solid #ddd;
  margin-bottom: -1px;
  padding: 10px;
  background-color: #fafafa;
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#efefef));
  background: -webkit-linear-gradient(top, #fafafa, #efefef);
  background: -moz-linear-gradient(top, #fafafa, #efefef);
  background: -o-linear-gradient(top, #fafafa, #efefef);
  background: -ms-linear-gradient(top, #fafafa, #efefef);
  background: linear-gradient(top, #fafafa, #efefef);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
  overflow: hidden;
}
.box .box-header h2 {
  font-size: 16px;
  line-height: 16px;
  float: left;
  margin-top: 2px;
  color: #646464;
  font-weight: normal;
  text-shadow: 0px 1px 0px #fff;
}
.box .box-header h2 i {
  margin: 1px 3px 0px 5px;
  opacity: .4;
}
.box .box-header .break {
  border-left: 1px solid #fcfcfc;
  border-right: 1px solid #ddd;
  margin: -12px 10px -10px 10px;
  padding: 12px 0px 10px 0px;
}
.box .box-header .box-icon {
  float: right;
  margin-top: 1px;
}
.box .box-header .box-icon i {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .4;
}
.box .box-header .box-icon i:hover {
  opacity: .8;
}
.box .box-header .box-icon a {
  margin: 0px 5px;
}
.box .box-content {
  margin-top: -1px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fcfcfc;
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.6);
}
/* Quick Buttons
=================================================================== */
.quick-button {
  border: 1px solid #ddd;
  margin-bottom: -1px;
  padding: 30px 0px 10px 0px;
  font-size: 14px;
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#efefef));
  background: -webkit-linear-gradient(top, #fafafa, #efefef);
  background: -moz-linear-gradient(top, #fafafa, #efefef);
  background: -o-linear-gradient(top, #fafafa, #efefef);
  background: -ms-linear-gradient(top, #fafafa, #efefef);
  background: linear-gradient(top, #fafafa, #efefef);
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  color: #646464;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.6);
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quick-button:hover {
  text-decoration: none;
  border-color: #a5a5a5;
  color: #444444;
  text-shadow: 0 1px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}
.quick-button:hover .notification {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}
.quick-button i {
  font-size: 32px;
}
/* Notifications & Labels
=================================================================== */
.notification {
  position: absolute;
  top: -12px;
  right: -12px;
  line-height: 16px;
  height: 30px;
  padding: 6px 10px;
  font-weight:bolder !important;
  color: white !important;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
}
.notification {
  border-color: #2FABE9;
  background-color: #67C2EF;
  background: #67c2ef;
  background: -webkit-gradient(linear, left top, left bottom, from(#acddf6), to(#67c2ef));
  background: -webkit-linear-gradient(top, #acddf6, #67c2ef);
  background: -moz-linear-gradient(top, #acddf6, #67c2ef);
  background: -o-linear-gradient(top, #acddf6, #67c2ef);
  background: -ms-linear-gradient(top, #acddf6, #67c2ef);
  background: linear-gradient(top, #acddf6, #67c2ef);
}
.notification.green {
  border-color: #5AAD34;
  background-color: #78CD51;
  background: #78cd51;
  background: -webkit-gradient(linear, left top, left bottom, from(#a6dd8d), to(#78cd51));
  background: -webkit-linear-gradient(top, #a6dd8d, #78cd51);
  background: -moz-linear-gradient(top, #a6dd8d, #78cd51);
  background: -o-linear-gradient(top, #a6dd8d, #78cd51);
  background: -ms-linear-gradient(top, #a6dd8d, #78cd51);
  background: linear-gradient(top, #a6dd8d, #78cd51);
}
.notification.yellow {
  border-color: #F4A506;
  background-color: #FABB3D;
  background: #fabb3d;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcd588), to(#fabb3d));
  background: -webkit-linear-gradient(top, #fcd588, #fabb3d);
  background: -moz-linear-gradient(top, #fcd588, #fabb3d);
  background: -o-linear-gradient(top, #fcd588, #fabb3d);
  background: -ms-linear-gradient(top, #fcd588, #fabb3d);
  background: linear-gradient(top, #fcd588, #fabb3d);
}
.notification.red {
  border-color: #FA5833;
  background-color: #FA603D;
  background: #fa603d;
  background: -webkit-gradient(linear, left top, left bottom, from(#fc9d88), to(#fa603d));
  background: -webkit-linear-gradient(top, #fc9d88, #fa603d);
  background: -moz-linear-gradient(top, #fc9d88, #fa603d);
  background: -o-linear-gradient(top, #fc9d88, #fa603d);
  background: -ms-linear-gradient(top, #fc9d88, #fa603d);
  background: linear-gradient(top, #fc9d88, #fa603d);
}
.label,
.badge {
  text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  padding: 3px 6px;
}
.label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.label-default,
.badge-default,
.label-default[href],
.badge-default[href] {
  border-color: #808080;
  background-color: #999999;
  background: #999999;
  background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#999999));
  background: -webkit-linear-gradient(top, #b3b3b3, #999999);
  background: -moz-linear-gradient(top, #b3b3b3, #999999);
  background: -o-linear-gradient(top, #b3b3b3, #999999);
  background: -ms-linear-gradient(top, #b3b3b3, #999999);
  background: linear-gradient(top, #b3b3b3, #999999);
}
.label-primary,
.badge-primary,
.label-primary[href],
.badge-primary[href] {
  border-color: #3272a9;
  background-color: #468cc8;
  background: #468cc8;
  background: -webkit-gradient(linear, left top, left bottom, from(#6da4d4), to(#468cc8));
  background: -webkit-linear-gradient(top, #6da4d4, #468cc8);
  background: -moz-linear-gradient(top, #6da4d4, #468cc8);
  background: -o-linear-gradient(top, #6da4d4, #468cc8);
  background: -ms-linear-gradient(top, #6da4d4, #468cc8);
  background: linear-gradient(top, #6da4d4, #468cc8);
}
.label-important,
.badge-important,
.label-important[href],
.badge-important[href] {
  border-color: #FA5833;
  background-color: #FA603D;
  background: #fa603d;
  background: -webkit-gradient(linear, left top, left bottom, from(#fc9d88), to(#fa603d));
  background: -webkit-linear-gradient(top, #fc9d88, #fa603d);
  background: -moz-linear-gradient(top, #fc9d88, #fa603d);
  background: -o-linear-gradient(top, #fc9d88, #fa603d);
  background: -ms-linear-gradient(top, #fc9d88, #fa603d);
  background: linear-gradient(top, #fc9d88, #fa603d);
}
.label-warning,
.badge-warning,
.label-warning[href],
.badge-warning[href] {
  border-color: #F4A506;
  background-color: #FABB3D;
  background: #fabb3d;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcd588), to(#fabb3d));
  background: -webkit-linear-gradient(top, #fcd588, #fabb3d);
  background: -moz-linear-gradient(top, #fcd588, #fabb3d);
  background: -o-linear-gradient(top, #fcd588, #fabb3d);
  background: -ms-linear-gradient(top, #fcd588, #fabb3d);
  background: linear-gradient(top, #fcd588, #fabb3d);
}
.label-success,
.badge-success,
.label-success[href],
.badge-success[href] {
  border-color: #5AAD34;
  background-color: #78CD51;
  background: #78cd51;
  background: -webkit-gradient(linear, left top, left bottom, from(#a6dd8d), to(#78cd51));
  background: -webkit-linear-gradient(top, #a6dd8d, #78cd51);
  background: -moz-linear-gradient(top, #a6dd8d, #78cd51);
  background: -o-linear-gradient(top, #a6dd8d, #78cd51);
  background: -ms-linear-gradient(top, #a6dd8d, #78cd51);
  background: linear-gradient(top, #a6dd8d, #78cd51);
}
.label-info,
.badge-info,
.label-info[href],
.badge-info[href] {
  border-color: #2FABE9;
  background-color: #67C2EF;
  background: #67c2ef;
  background: -webkit-gradient(linear, left top, left bottom, from(#acddf6), to(#67c2ef));
  background: -webkit-linear-gradient(top, #acddf6, #67c2ef);
  background: -moz-linear-gradient(top, #acddf6, #67c2ef);
  background: -o-linear-gradient(top, #acddf6, #67c2ef);
  background: -ms-linear-gradient(top, #acddf6, #67c2ef);
  background: linear-gradient(top, #acddf6, #67c2ef);
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0px;
}
/* Quick Buttons Small
=================================================================== */
.quick-button-small {
  border: 1px solid #ddd;
  padding: 15px 0px 0px 0px;
  font-size: 10px;
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#efefef));
  background: -webkit-linear-gradient(top, #fafafa, #efefef);
  background: -moz-linear-gradient(top, #fafafa, #efefef);
  background: -o-linear-gradient(top, #fafafa, #efefef);
  background: -ms-linear-gradient(top, #fafafa, #efefef);
  background: linear-gradient(top, #fafafa, #efefef);
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  color: #646464;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.6);
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quick-button-small:hover {
  text-decoration: none;
  border-color: #a5a5a5;
  color: #444444;
  text-shadow: 0 1px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}
.quick-button-small:hover .notification {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}
.quick-button-small i {
  font-size: 20px;
}
/* Circle stats
=================================================================== */
.circleStats {
  text-align: center;
  position: relative;
}
.circleStatsItem {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0 0px 0 2px rgba(0, 0, 0, 0.2), 0 0px 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0px 0 2px rgba(0, 0, 0, 0.2), 0 0px 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0px 0 2px rgba(0, 0, 0, 0.2), 0 0px 0 4px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  width: 120px;
  height: 120px;
  margin: 10px auto;
}
.circleStatsItem i {
  font-size: 30px;
  position: absolute;
  top: 30%;
  margin-top: 0px;
  width: 100%;
  text-align: center;
}
.circleStatsItem input {
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  height: auto;
  position: absolute;
  top: 15px;
  left: 120px;
  padding: 5px 0px !important;
  border-color: rgba(0, 0, 0, 0.8);
}
.circleStatsItem input:focus {
  outline: 0;
  outline: thin dotted 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.circleStatsItem .plus {
  font-size: 16px;
  position: absolute;
  top: 55%;
  margin-left: 30px;
}
.circleStatsItem .percent {
  font-size: 14px;
  position: absolute;
  top: 57%;
  margin-left: 78px;
}
.circleStatsItem.orange,
.circleStatsItem.orange i {
  color: #fa5833;
}
.circleStatsItem.lightorange,
.circleStatsItem.lightorange i {
  color: #fabb3d;
}
.circleStatsItem.blue,
.circleStatsItem.blue i {
  color: #38ade8;
}
.circleStatsItem.green,
.circleStatsItem.green i {
  color: #bbe679;
}
.circleStatsItem.yellow,
.circleStatsItem.yellow i {
  color: #e8e57a;
}
.circleStatsItem.pink,
.circleStatsItem.pink i {
  color: #e42b75;
}
.circleStatsItemBox {
  position: relative;
  background: #77c7ee;
  width: 100%;
  min-width: 130px;
  height: 160px;
  margin: 10px auto;
  padding-top: 40px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.circleStatsItemBox .header {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 20px;
  padding: 5px 0px;
  position: absolute;
  top: 0px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.circleStatsItemBox .footer {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 20px;
  padding: 5px 0px;
  position: absolute;
  bottom: 0px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.circleStatsItemBox .footer .count {
  font-size: 10px;
}
.circleStatsItemBox .footer .value {
  font-weight: bold;
}
.circleStatsItemBox .percent {
  font-size: 12px;
  position: absolute;
  top: 110px;
  width: 100%;
  left: 0px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
.circleStatsItemBox input {
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  height: auto;
  position: absolute;
  top: 30px;
  padding: 5px 0px !important;
  border-color: rgba(0, 0, 0, 0.8);
}
.circleStatsItemBox input:focus {
  outline: 0;
  outline: thin dotted 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Support tickets
=================================================================== */
ul.tickets {
  margin: 0;
  padding: 0;
}
ul.tickets li {
  list-style: none;
  padding: 5px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ebebeb;
  font-size: 12px;
}
ul.tickets li:first-child {
  border-top: none;
  border-bottom: 1px solid #ebebeb;
}
ul.tickets li:last-child {
  border-bottom: none;
}
ul.tickets li.ticket .header {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
}
ul.tickets li.ticket .header .title {
  float: left;
  text-align: left;
}
ul.tickets li.ticket .header .number {
  float: right;
  text-align: right;
}
ul.tickets li.ticket .avatar img {
  height: 36px;
  width: 36px;
  padding: 1px;
  float: left;
  margin-top: 1px;
  margin-right: 10px;
  border: 1px solid #EBEBEB;
}
ul.tickets li.ticket .content {
  display: inline-block;
  width: 100%;
}
ul.tickets li.ticket .content .name,
ul.tickets li.ticket .content .status {
  float: left;
  text-align: left;
  width: 50%;
}
ul.tickets li.ticket .content .priority,
ul.tickets li.ticket .content .date {
  float: right;
  text-align: right;
}
/* Star Rating
=================================================================== */
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 30px;
}
.rating span.star,
.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.rating span.star:hover,
.rating span.star:hover {
  cursor: pointer;
}
.rating span.star:before,
.rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #999999;
}
.rating span.star:hover:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before,
.rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #e3cf7a;
}
/* File manager
=================================================================== */
.elfinder .elfinder-button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Dashboard Lists
=================================================================== */
ul.dashboard-list {
  padding: 0;
}
ul.dashboard-list li {
  padding: 5px 0;
  list-style: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ebebeb;
  font-size: 12px;
}
ul.dashboard-list li:first-child {
  border-top: none;
  border-bottom: 1px solid #EBEBEB;
}
ul.dashboard-list li:last-child {
  border-bottom: none;
}
ul.dashboard-list li i {
  opacity: .7;
}
ul.dashboard-list li a:hover {
  text-decoration: none;
}
ul.dashboard-list li a span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  text-align: right;
  width: 58px;
  zoom: 1;
}
ul.dashboard-list li .avatar {
  height: 50px;
  width: 50px;
  padding: 1px;
  float: left;
  margin-top: 3px;
  margin-right: 15px;
  border: 1px solid #EBEBEB;
}
ul.dashboard-list li .avatar img {
  height: 40px;
  width: 40px;
  padding: 1px;
  float: left;
  margin-top: 3px;
  margin-right: 15px;
  border: 1px solid #EBEBEB;
}
/* ToDo List
=================================================================== */
.todo ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.todo ul li {
  margin-left: 0px !important;
  padding: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #f6f6f6;
  font-size: 12px;
}
.todo ul li:first-child {
  border-top: 0px;
}
.todo ul li:last-child {
  border-bottom: 0px;
}
.todo ul li .todo-actions {
  position: absolute;
  right: 20px;
}
.todo ul li .todo-actions i {
  opacity: .3;
  margin: -2px 5px 0px 5px;
}
.todo ul li .todo-actions i:hover {
  opacity: .6;
}
.todo ul li .label {
  position: absolute;
  right: 80px;
}
.todo ul li:first-child {
  border-top: 0px;
}
.todo ul li:last-child {
  border-bottom: 0px;
}
/* Main Colors
=================================================================== */
.green {
  color: #bbe679;
}
.red {
  color: #fa603d;
}
.blue {
  color: #38ade8;
}
.yellow {
  color: #e8e57a;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.i2m_admin_padding{
	
	margin-top: 25px;
	padding-top: 5px;
}
