@charset "utf-8";
/* CSS Document */

* {
	font-family:'Calibri Light', 'Calibri';
	font-weight:lighter;
	color:#333;
	/*text-transform:uppercase;*/
}

html {
	
}

body {
	background-color:#f9f9f9;
	padding-left:20px;
}

.datos {
	padding-left:15px;

}

.datos-m {
	padding-left:50px;

}

.size50 {
	width: 50%;
}

.size80 {
	width: 80%;
}

.size90 {
	width: 90%;
}

.size95 {
	width: 95%;
}

.size100 {
	width: 100%;
}

.size20 {
	width: 20%;
}

.size25 {
	width: 25%;
}

.size30 {
	width: 30%;
}

.size40 {
	width: 40%;
}
.size45 {
	width: 45%;
}

.size60 {
	width: 60%;
}

.size70 {
	width: 70%;
}
.size80 {
	width: 80%;
}
.size90 {
	width: 90%;
}
.size100 {
	width: 100%;
}

.size70px {
	width: 70px;
}

.size100px {
	width: 100px;
}

.size150px {
	width: 150px !important;
}

.size120px {
	width: 120px !important;
	min-width: 120px !important;
}
.hand {
	cursor:pointer;
}

.select {
	width:100%;
	height:35px;
	font-size:14px;
	color:#000;
	text-transform:uppercase;
}

.form-control {
	text-transform:uppercase;
	

	
}

.pleft10 {
	padding-left:10px;
}

.pointer{
	cursor:pointer;
}

.border-left {
	border-left:#666 thin solid;
}

h3 span {
	font-size:12px;
} 

.form-control { 
	color: #000;
}

.indice {
	font-size: 9px;
}

.table-size-p {
	font-size: 11.5px;
}

.azul {
	color: #428bca;

}

input, select, textarea {
	text-transform:uppercase;
}

.hide {
	display: none;
}

#Datos tr td, .Datos th td, .Datos tr td, .Datos tr td span, .Datos, .Datos table tr td span {
	font-size: 13px !important;
} 
/**/
.pagination{
	margin: 0px;
}

.pagination > li > span {
	padding: 4px 8px !important;
}

div.container {
        width: 80%;
    }


#Datos_length, #Datos_filter {
	display: none;
}

.input-search {
	padding: 0px;
	width: 50px;
	text-align: right;
}

.y-scroll {
	overflow-y: scroll;
	max-height: 400px;
}

.back-lista{
	/*background-color: #ffffff;*/
}

#Datos_previous, #Datos_next {
	display: none;
}

.text-normal {
	text-transform: none !important;
	text-transform: lowercase;
}

.DisplayNone {
	display: none !important;
}

.dvLoading,#dvLoading

{

   background:#000 url('../../images/36.gif') no-repeat center center;
   height: 100px;
   width: 100px;
   position: fixed;
   z-index: 1000;
   left: 50%;
   top: 50%;
   margin: -25px 0 0 -25px;

}

.jtable-title {
	display: none !important;
}

.jtable-goto-page select {
	color: #333333;
}

.a {
  color: #428bca;
  text-decoration: none;
  font-size:14px;
}

.a:hover {
	color: #428bca;
	text-decoration: underline;
	font-size:14px;
} 

.label-normal {
	font-size: 90% !important;
	font-weight:normal;
}

.select2-results .select2-highlighted {
    background: #e2ecfb;
    color: #FFF !important;
}

hr {
	border-color: #cfcfcf;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td {
	font-weight: 300 !important;
}

.no-padding{
    padding: 0px;
}
.no-padding-horizontal{
    padding-left: 0px ;
    padding-right: 0px;
}
.no-padding-vertical{
    padding-top: 0px ;
    padding-bottom: 0px;
}
.error{
    color: chocolate;
}