
img{
	max-width: 100%;
}

tbody.grid tr.vhidden td{
  min-height: 200px;
  display: block;
}

tbody.grid tr{
	cursor: pointer;
}

.form-control{
  outline: none;
  border: 1px solid #ccc !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control:focus{
  outline: none;
  border: 1px solid #581F15  !important;
  -webkit-box-shadow: 0px 0px 10px rgba(88, 31, 21, 0.73) !important;
  -moz-box-shadow: 0px 0px 10px rgba(88, 31, 21, 0.73) !important;
  box-shadow: 0px 0px 10px rgba(88, 31, 21, 0.73) !important;
}

td a.action,td a.action_area{
	/*
	background-color: #fff;
	padding: 7px 10px;
	border: 1px solid #ccc;*/
	display: inline-block;
	margin: 0 5px;
}

.table>thead.thead-inverse th{
	background-color: #204d74;
	border-color: #204d74;
	color: #fff;
}
.areas tbody tr:first-child{
	background-color: #ddd;
}

.modal{
	z-index: 999;
}
.modal-backdrop{
	z-index: 998;
}
div.panel-tramite{
	border-color: #ddd;
	font-size: 15px;
}
div.panel-tramite>.panel-heading{
	background-color: #ddd;
	border-color: #ddd;
	font-size: 20px;
    font-weight: bold;
}
div.panel-tramite .col-md-12.form-group.content{
	padding: 0;
}
div.panel-tramite .col-md-4 .radio{
	margin: 5px 0 0 0;
	font-weight: bold;
	cursor: pointer;
}
div.panel-tramite .col-md-3 .radio{
	margin: 19px 0;
	font-weight: bold;
}
div.panel-tramite .lblradio{
	display: block;
}
div.panel-tramite .input-group-addon>a,
div.panel-tramite .input-group-addon>a:hover,
div.panel-tramite .input-group-addon>a{
	color: #444;
}
div.home-background img{
	width: 100%;
    padding: 8% 15% 4% 15%;
}

.mybtncancel{
    background-color:#581F15;
    border-color:#581F15;
    color: #fff;
}

.mybtncancel:hover, .mybtncancel:focus,
.mybtncancel:active, .mybtncancel:active:hover{
    color: #fff;
    background-color: #983624 !important;
    border-color: #581F15 !important;
}

.jconfirm-buttons button{
    width: 125px;
    text-align: center;
}

.content-btn{
    margin-top: 20px;
    text-align: right;
    width: 749px;
}
    
.content-btn button{
    display: inline-block;
    font-size: 14px;
}

.content-jqgrid.center > div{
    margin: auto;
}

input.check{
	display: block;
    margin: auto;
}
.title-td,
thead>tr>td{
	font-weight: bold;
}

.table>tbody>tr>td,
thead>tr>td,
.title-td{
	text-align: center;
}

.left{
	text-align: left !important;
}

/*----------- PRELOADER ---------------*/

#page-wrapper{
    position: relative !important;
}

.load{
    position: fixed;
    display: none;
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    background: rgba(39, 49, 49, 0.58);
    z-index: 9999999999;
}

.link_load{
    top : 280px;
}

.page_load{
    top:0px !important;
    bottom: 0px;
}

.content-load{
    position: absolute;
    width: 120px;
    height: 120px;
    /*top: 280px;*/
    top: 0;
    left: 0;
    right: 0; 
    bottom: 0;
    margin: auto;
}

.load .carga{    
    margin: auto;
    border: 8px solid rgba(255, 255, 255, 0.68);
    border-top-color: #1e836b;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    animation: rotar 1.6s linear infinite;
}

.load .texto{
    font-family: 'Roboto','Sans Serif';
    font-weight: 500;
    font-size: 23px;
    width: 100%;
    color: #f3f3f3;
    margin-bottom: 20px;
    padding: 0px;
}

@keyframes rotar{
    from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}
/*----------- PRELOADER ---------------*/
