/* ************************************************************************
 * Estilos con alguna pequeña corrección para adaptación de Maqint a RUE
 * ************************************************************************ */
/*
body {
	font-family : Roboto, sans-serif;
	font-size : 11px;
}
*/
.form-group {
	margin-bottom: 0px;
}

legend {
	margin-bottom: 7px;
	font-size: 1.2em;
}

#wrapper {
    width: 100%;
}

.boton_sair a {
	height: 34px;
}

.usuario {
    padding: 10px 15px 7px 35px;
}
#registrosBox {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 250px;
}
.text-box {
	background: rgba(3,113,179,0.7);
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	padding: 20px;
	bottom: 0px;
	position: absolute;
	width: 100%;
	height: 100px;
	font-size: 18px;
}
#main-wrapper #main-content {
    min-height: calc(100% - 155px);
}

#main-footer {
	height: 100px !important;
	background-color: rgba(255,255,255,.15)
}

#footer-feder {
	background-color:rgba(255,255,255,.15)!important;
}
#footer-logo, #footer-info{
	background-color: #666
}
/*
.opciones_menu_general li a {
	height: 34px;
}

#main-wrapper #main-content {
    min-height: calc(100% - 245px) !important;
}

#main-header #header-controls {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#1d71b8!important;
}

#header-controls {
	width: 670px !important;
	border-right: 0px !important;
}

#header-right {
	width: calc(100% - 670px) !important;
}
*/
#main-header .notification {
	width: inherit;
	min-width: 17px;
}

#main-header #header-right #header-user #header-profile #header-profile-data #header-user-name::before {
	border: 0;
}

.modal-body {
	font-size: 14px;
}

.spanValorNoEditable {
	display: block;
}


[data-deploy]>.dep-control-wrapper {
	left: 0 !important;
	right: inherit !important;
}

.checkbox-container {
	height: 40px;
	margin-top: 28px;
	padding-top: 3px;
	margin-bottom: 0px;
}



/* *** Top Menú para RUE *** */
 #top-menu-rue {
 	-webkit-transition:all .31s ease;-moz-transition:all .31s ease;-ms-transition:all .31s ease;-o-transition:all .31s ease;transition:all .31s ease;opacity:1
 }

 body[data-site-structure] #top-menu-rue{
 	max-height:60px
 }

 body[data-site-structure=full] #top-menu-rue, body[data-site-structure=nom] #top-menu-rue, body[data-site-structure=nph] #top-menu-rue, body[data-site-structure=ntm] #top-menu-rue{
 	overflow:hidden;opacity:0;max-height:0
 }
 body.hc div#main-wrapper #top-menu-rue .row nav{
 		border-bottom:1px solid #fff;overflow:hidden;background-color:rgba(25,36,47,.98)!important
 }
 body.hc div#main-wrapper #top-menu-rue .row nav .nav-scroll-left,body.hc div#main-wrapper #top-menu-rue .row nav .nav-scroll-right{
 	background-color:#19242f!important
 }
 body.hc div#main-wrapper #top-menu-rue .row nav li{
 	border-right:1px solid #fff
 }

.btn-file {
    padding: 8px 12px 7px 12px !important;
}


/* Cambios para validaciones */
.has-error .error-validacion-container + .tooltip > .tooltip-inner {
	background-color: #a94442 !important;
}
.has-error .error-validacion-container + .tooltip > .tooltip-arrow {
	border-top-color: #a94442 !important;
	border-bottom-color: #a94442 !important;
}
.has-error .chosen-choices, .has-error .chosen-single {
	border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}



/* Tablas */

#content-wrapper table.table th {
    font-size: 0.92em;
}

#content-wrapper table.table th a:hover {
    text-decoration: underline;
}

#content-wrapper table.table th.order1 a{
	padding-left: 20px;
	background-image: url(../../../imagenes/icos/list_up.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#content-wrapper  table.table th.order2 a {
	padding-left: 20px;
	background-image: url(../../../imagenes/icos/list_down.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/****************
PAGINADOR
****************/
@media (min-width: 768px) {
	.pagebanner {
		float: left;
	    margin-left: 0;
	    padding-top: 5px;
	    width: 35%;
	    height: 20px;
	}
	
	.pagebanner.pagelinks {
		float: right;
		width: 60%;
		margin-left: 0px;
		overflow: unset;
		clear: right;
	}
}

@media (max-width: 767px) {
	.pagebanner {
		float: left;
	    margin-left: 0;
	    padding-top: 5px;
	    width: 100%;
	    height: 30px;
	    text-align: center;
	}
	
	.pagebanner.pagelinks {
		float: right;
		width: 100%;
		margin-left: 0px;
		overflow: unset;
		clear: right;
	    height: 45px;
	}

	.table-responsive .exportlinks {
	    float: unset;
	    text-align: center;
	}
	
	.table-responsive .exportlinks + br {
		display: none;
	}
}


.pagelinks {
	color: #FFF;
}

.pagelinks > a, .pagelinks > strong, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #1d71b8;
    background-color: #fff;
    border: 1px solid #ddd;
        border-top-color: rgb(221, 221, 221);
        border-right-color: rgb(221, 221, 221);
        border-bottom-color: rgb(221, 221, 221);
        border-left-color: rgb(221, 221, 221);
    margin-left: -1px;
}
.pagelinks > a, .pagelinks > strong, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #1d71b8;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagelinks > a:first-child, .pagelinks > strong:first-child, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagelinks > a:last-child, .pagelinks > strong:last-child, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagelinks strong, .pagelinks strong:focus, .pagelinks strong:hover /*, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover */ {
    z-index: 3;
    color: #fff;
    background-color: #1d71b8;
    border-color: #1d71b8;
    cursor: default;
}

.pagelinks > a:focus, .pagelinks > a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #134876;
    background-color: #eee;
    border-color: #ddd;
}





.rue-navbar-tabs-item .row .nav-scroll-right, .rue-navbar-tabs-item .row .nav-scroll-left {
	position: absolute;
	width: 50px;
	height: 40px;
	cursor: e-resize;
	/*color: #bcd5ea;*/
	font-size: 24px;
	text-align: center;
	z-index: 3;
	background-color: #edeff5;
}

.rue-navbar-tabs-item .row .nav-scroll-left .glyphicon, .rue-navbar-tabs-item .row .nav-scroll-right .glyphicon {
	font-size:.8em;
	margin-top:10px;
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}

.rue-navbar-tabs-item .row .nav-scroll-left {
	left: 0;
}
.rue-navbar-tabs-item .row .nav-scroll-left:before{
	background-image:-webkit-linear-gradient(left,#edeff5 0,transparent 100%);background-image:-o-linear-gradient(left,#edeff5 0,transparent 100%);background-image:linear-gradient(to right,#edeff5 0,transparent 100%);background-repeat:repeat-x;content:"";position:absolute;top:0;left:50px;width:100px;height:40px
}

.rue-navbar-tabs-item .row .nav-scroll-right {
	right: 0;
}
.rue-navbar-tabs-item .row .nav-scroll-right:before{
	background-image:-webkit-linear-gradient(left,transparent 0,#edeff5 100%);background-image:-o-linear-gradient(left,transparent 0,#edeff5 100%);background-image:linear-gradient(to right,transparent 0,#edeff5 100%);background-repeat:repeat-x;content:"";position:absolute;top:0;left:-101px;width:100px;height:40px
}

nav.navbar-default {
	background-color: #edeff5;
}
div.navbar-collapse.tab-navbar {
	overflow: hidden !important;
}
ul.nav.nav-tabs.navbar-nav {
	height: 50px;
	margin: 0px;
}
ul.nav.nav-tabs.navbar-nav > li {
	height: 48px;
}
.rue-navbar-tabs-item .row .navbar-nav {
	position: relative;
    width: 9000px;
}
#left-menu{
	margin-bottom:-50px
}

.popover {
	max-width: 350px !important;
}

@media (min-width: 920px) {
	.m-t-md-25 {
		margin-top: 25px;
	}
}
