/* se ajusta por cambio de imagen

.sub-navbar .navbar-collapse {
    background-color: #eaeaea;
}
*/
h1 {
	font-size: 38px;
}

.h4, h4 {
	font-family: 'Open sans';
	font-size: 18px;
}

.alert.alert-warning.warning-nav {
	margin-top: 46px;
	margin-bottom: 0px;
}
main.page>.container {
	margin-top: 46px;
}
.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding: 2px 0px;
}

.contentButton {
	margin: 40px 0;
	overflow: auto;
	padding-bottom: 20px;
}

.textBlock{
	padding:0px 28px 27px 31px;
}

.titleFields{
	margin-bottom: 40px;
}

.marginTop40{
	margin-top:40px;
}

.marginSides40{
	margin-left:40px;
	margin-right:40px;
}

.divbuttons{
	margin-top:20px;
}

/*nav bar*/
.row.noscrollhorizontal{
	overflow-x: hidden;
}

.absolute-wrapper{
	position: fixed;
	width: 300px;
	height: 100%;
	background-color: #f8f8f8;
	border-right: 1px solid #e7e7e7;
	z-index:-1;
}

.side-menu {
	position: absolute;
	width: 300px;
	/*height: 100%;*/
	background-color: #f8f8f8;
	border-right: 1px solid #e7e7e7;
	margin-top: 0;
}
.side-menu .navbar {
	border: none;
}
.side-menu .navbar-header {
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav .active a {
	/*background-color: transparent;*/
	background-color: lightgray;
	margin-right: -1px;
	/*border-right: 5px solid #D0021B;*/
}
.side-menu .navbar-nav li {
	display: block;
	width: 100%;
	border-bottom: 1px solid e7e7e7;
	background-color:#f8f8f8;

}
.side-menu .navbar-nav li a {
	padding: 15px;
}
.side-menu .navbar-nav li a .glyphicon{
	padding-right: 10px;
}
.side-menu .navbar-nav li a .fa {
	padding-right: 6px;
}
.side-menu #dropdown {
	border: 0;
	margin-bottom: 0;
	border-radius: 0;
	/*background-color: transparent;*/
	box-shadow: none;
}
.side-menu #dropdown .caret {
	float: right;
	margin: 9px 5px 0;
}
.side-menu #dropdown .indicator {
	float: right;
}
.side-menu #dropdown > a {
	border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body {
	padding: 0;
	background-color: #f3f3f3;
}
.side-menu #dropdown .panel-body .navbar-nav {
	width: 100%;
}
.side-menu #dropdown .panel-body .navbar-nav li {
	padding-left: 15px;
	border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body .navbar-nav li:last-child {
	border-bottom: none;
}
.side-menu #dropdown .panel-body .panel > a {
	margin-left: -20px;
	padding-left: 35px;
}
.side-menu #dropdown .panel-body .panel-body {
	margin-left: -15px;
}
.side-menu #dropdown .panel-body .panel-body li {
	padding-left: 30px;
}
.side-menu #dropdown .panel-body .panel-body li:last-child {
	border-bottom: 1px solid #e7e7e7;
}
.side-menu #search-trigger {
	background-color: #f3f3f3;
	border: 0;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 18px;
}
.side-menu .brand-name-wrapper {
	min-height: 50px;
}
.side-menu .brand-name-wrapper .navbar-brand {
	display: block;
}
.side-menu #search {
	position: relative;
	z-index: 1000;
}
.side-menu #search .panel-body {
	padding: 0;
}
.side-menu #search .panel-body .navbar-form {
	padding: 0;
	padding-right: 50px;
	width: 100%;
	margin: 0;
	position: relative;
	border-top: 1px solid #e7e7e7;
}
.side-menu #search .panel-body .navbar-form .form-group {
	width: 100%;
	position: relative;
}
.side-menu #search .panel-body .navbar-form input {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	height: 50px;
}
.side-menu #search .panel-body .navbar-form .btn {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	border-radius: 0;
	background-color: #f3f3f3;
	padding: 15px 18px;
}
/* Main body section */
.side-body {
	margin-left: 310px;
	/* ///123 lo puso Luis */
	min-height: 800px;
}
.contentButton .col-md-4 {
	margin-bottom: 5px;
}


.elem_dir {
	font-size: 50px;
	text-align: center;
}
/* small screen */
@media (max-width: 768px) {
	.side-menu {
		position: relative;
		width: 100%;
		height: 0;
		border-right: 0;
		border-bottom: 1px solid #e7e7e7;
	}
	.side-menu .brand-name-wrapper .navbar-brand {
		display: inline-block;
	}
	/* Slide in animation */
	@-moz-keyframes slidein {
		0% {
			left: -300px;
		}
		100% {
			left: 10px;
		}
	}
	@-webkit-keyframes slidein {
		0% {
			left: -300px;
		}
		100% {
			left: 10px;
		}
	}
	@keyframes slidein {
		0% {
			left: -300px;
		}
		100% {
			left: 10px;
		}
	}
	@-moz-keyframes slideout {
		0% {
			left: 0;
		}
		100% {
			left: -300px;
		}
	}
	@-webkit-keyframes slideout {
		0% {
			left: 0;
		}
		100% {
			left: -300px;
		}
	}
	@keyframes slideout {
		0% {
			left: 0;
		}
		100% {
			left: -300px;
		}
	}
	/* Slide side menu*/
	/* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
	.side-menu-container > .navbar-nav.slide-in {
		-moz-animation: slidein 300ms forwards;
		-o-animation: slidein 300ms forwards;
		-webkit-animation: slidein 300ms forwards;
		animation: slidein 300ms forwards;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	.side-menu-container > .navbar-nav {
		/* Add position:absolute for scrollable menu -> see top comment */
		position: absolute;/*fixed*/
		left: -300px;
		width: 300px;
		/*top: 43px;*/  
		margin-top: 0px!important;
		height: 100%;
		border-right: 1px solid #e7e7e7;
		background-color: #f8f8f8;
		-moz-animation: slideout 300ms forwards;
		-o-animation: slideout 300ms forwards;
		-webkit-animation: slideout 300ms forwards;
		animation: slideout 300ms forwards;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	/* Uncomment for scrollable menu -> see top comment */
	.absolute-wrapper{
		width:285px;
		-moz-animation: slideout 300ms forwards;
		-o-animation: slideout 300ms forwards;
		-webkit-animation: slideout 300ms forwards;
		animation: slideout 300ms forwards;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	@-moz-keyframes bodyslidein {
		0% {
			left: 0;
		}
		100% {
			left: 300px;
		}
	}
	@-webkit-keyframes bodyslidein {
		0% {
			left: 0;
		}
		100% {
			left: 300px;
		}
	}
	@keyframes bodyslidein {
		0% {
			left: 0;
		}
		100% {
			left: 300px;
		}
	}
	@-moz-keyframes bodyslideout {
		0% {
			left: 300px;
		}
		100% {
			left: 0;
		}
	}
	@-webkit-keyframes bodyslideout {
		0% {
			left: 300px;
		}
		100% {
			left: 0;
		}
	}
	@keyframes bodyslideout {
		0% {
			left: 300px;
		}
		100% {
			left: 0;
		}
	}
	/* Slide side body*/
	.side-body {
		margin-left: 5px;
		margin-top: 70px;
		position: relative;
		-moz-animation: bodyslideout 300ms forwards;
		-o-animation: bodyslideout 300ms forwards;
		-webkit-animation: bodyslideout 300ms forwards;
		animation: bodyslideout 300ms forwards;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	.body-slide-in {
		-moz-animation: bodyslidein 300ms forwards;
		-o-animation: bodyslidein 300ms forwards;
		-webkit-animation: bodyslidein 300ms forwards;
		animation: bodyslidein 300ms forwards;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	/* Hamburger */
	/*.navbar-toggle {
	border: 0;
	float: left;
	padding: 18px;
	margin: 0;
	border-radius: 0;
	background-color: #f3f3f3;
}*/
	/* Search */
	#search .panel-body .navbar-form {
		border-bottom: 0;
	}
	#search .panel-body .navbar-form .form-group {
		margin: 0;
	}

	/* Dropdown tweek */
	#dropdown .panel-body .navbar-nav {
		margin: 0;
	}
}
/*nav bar*/


/*Alt cards*/
.title-arch {
	text-align: center;
	margin: 50px 0;
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.project {
	/*height: 400px;*/
	/*height: 370px;*/
	height: 220px;
	background-size: cover;
	width:100%;
	/*background-image: url(/media/1003/comite-gris.png);
	background-size: cover;
	background-size: auto;*/
	background-repeat: no-repeat;
	background-position: center;
	padding: 0 !important;
	float:left;
}

.project-2 {
	/*background-image: url(/media/1002/acceso-gris.png);*/
}

.project-3 {
	/*background-image: url(/media/1004/multimedia-gris.png);*/
}
@media (max-width: 768px) {
	.project {
    	margin-bottom: 10px;
	}
	.project-hover {
		opacity: 1 !important;
	}
}

.project-hover {
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: rgba(40,41,42, 0.7);
	/*padding: 10% 20px !important;*/
	padding: 5% 20px !important;
}

.project-hover hr {
	height: 30px;
	width: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: rgba(255, 255, 255, 1);
	border: 0;
}

.project-hover a {
	color: rgba(255, 255, 255, 1);
	padding: 2px 22px;
	line-height: 40px;
	border: 2px solid rgba(255, 255, 255, 1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.project-hover a:hover {
	border-color: rgba(51, 51, 51, 1);
	color: rgba(51, 51, 51, 1);
	background-color: #FFF;
}

.project-hover h3{
	font-size: 20px;
	margin: 15px 0;
}

.project-hover hr{
	margin: 15px 0;
}

.project-hover p{
	font-size: 14px;
}

.project:hover .project-hover {
	opacity: 1;
}

.project:hover .project-hover hr {
	width: 100%;
	height: 5px;
}
hr.red{
	margin: 10px 0 40px!important;
}

/*end alt cards*/

.centerText{
	text-align:center;
}
.justifiedText{
	text-align: justify; 
}
.single_counter {
	height: 290px;
}
.ul-results {
	margin: 40px 0;
}

.ul-results li {
	list-style: none;
}

.ul-results a {
	color: black;
}
.ul-results span {
	margin: 10px 20px;
}

/*==========================================================
counter section style
============================================================*/

.main_counter_area{
	background: url(https://images.pexels.com/photos/196288/pexels-photo-196288.jpeg?w=940&h=650&auto=compress&cs=tinysrgb) no-repeat top center;
	background-size: cover;
	overflow: hidden;
}
.main_counter_area .main_counter_content .single_counter{
	/*background: rgba(236, 72, 72, 0.5);
	color: #fff;*/
}
.main_counter_area .main_counter_content .single_counter i{
	font-size:36px;
}

.p-y-2 {
	padding-top: 28px;
	padding-bottom: 28px;
}
.p-y-3 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.m-b-1 {
	margin-bottom: 18px;
}
.m-t-1 {
	margin-top: 18px;
}
.marginbottom30{
	margin-bottom: 30px;
}

.marginbottom50{
	margin-bottom: 50px;
}
.single_counter .glyphicon{
	color: black;
	font-size: 40px;
}

.icon_big_42{
	font-size:42px !important;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.nav-tabs li a {
	font-size: 20px;
	font-weight: bold;
}
.panel-heading h4.panel-title a {
	font-size: 16px;
}

.bigger-h1{
	font-size: 60px;
}

.big-date{
	font-weight: bold;
}

.countries-td-text {
	width: 75%;
	border-bottom: solid 1px #ccc;
	padding: 5px;
}

.countries-td-flags {
	width: 25%;
	border-bottom: solid 1px #ccc;
	padding: 5px;
	text-align: right;
}

.countries-td-flags img {
	display: inline-block;
	height: auto;
	width: 48px;
}

.mt-2m{
	margin-top: 2em;	
}

.modal-dialog {
	width: 90%;
	margin-top: 50px;
}

.rm-min-hr{
	margin: 5px 0px;
}

.archivo {
	text-align: center;
}

.rm-video-btn {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.rm-video-btn:hover > .rm-video-btn-icon{
	display: block;
}

.rm-video-btn-icon{
	display: none;
	color: white;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 35px;
	text-align: center;
	padding-top: 30%;
}

.rm-video-modal{

}

.rm-video-modal .modal-dialog{

}

.modal.in .modal-dialog {
	width: 90%;
	max-width: 800px;
}

.lic-pro-thumbnail{

}

.lic_proceso_direcciones .elem_dir {
	font-size: 22px;
	margin-top: 5px;	
}

.lic_proceso_direcciones .caption h4{
	font-size: 15px;	
}

.lic_proceso_direcciones .caption p{
	font-size: 13px;	
}

/* esto lo pidió Ramiro */

.ficha-collapse .panel-heading {
	padding: 10px 25px;	
}

.rm-video-container {
	margin-top: 15px;
}

.rm-video-container h4 {
	margin-bottom: 5px;
	text-align: center;
}

.rm-video-container p {
	font-size: 16px;
	font-style: italic;
	text-align: center;
	color: #666;	
	margin: 10px 0 20px;
}

.no-underline{
	text-decoration: none;
}

.no-underline:hover{
	text-decoration: none;
}

/**********************************/
/* Estilos de Home - Inicio */
/**********************************/
#rm-home-visits{
	font-size: 12px;
	text-align: right;
	color: #9c9c9c;
	margin-top: 25px;
}
#rm-home-visits span{
	font-weight: bold;
	font-size: 14px;
}
.rm-home-banner {
	float: left;
	width: 100%;
}
.rm-home-banner img{
	width: 100%;
}
.rm-home-sectiontitle {
}
.rm-home-sectiontitle h3{
	text-align: left;
	font-size: 18px;
	line-height: 26px;
}
.rm-home-resume{
}
.rm-home-resume p {
	font-size: 16px;
}
.rm-home-resume a{
	color: #397fb1;
	text-decoration: none;
	font-style: italic;
}
.rm-home-filter-maincontainer {
	float: left;
	padding: 20px;
	border: solid 1px #dde1e1;
	border-radius: 8px;
	width: 100%;
	margin-top: 25px;
}
.rm-home-list{
	height: 340px;
	overflow-y: scroll;
}
.rm-home-tabs ul li a span{
	font-size: 20px;
	font-weight: bold;
}

/* Estilos de animación para listado en home */
.h-list{
	min-height: 180px;
}
.h-list .col-md-4{
	margin-bottom: 0px;
}
@media (max-width: 992px){
	.h-list .col-md-4{
		margin-bottom: 15px;
	}
}
.swing {
	perspective: 100px;
	min-height: 201px;
}

.swing div {
	opacity: 0;
	transform: rotateX(-90deg);
	transition: all 0.8s cubic-bezier(.36,-0.64,.34,1.76);
	padding: 5px 5px 5px 15px;
}
.swing div a {
	display: block;
}
.swing div a img {
	width: 100%;
	transition: transform .4s; /* Animation */
}
.swing div a img:hover {
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1); 
}
.swing div.show {
	opacity: 1;
	transform: none;
	transition: all 0.8s cubic-bezier(.36,-0.64,.34,1.76);
}

/* Estilos de animación para listado en home */

/* Estilos de listado de Rondas*/

.rm-ver-historial{
	text-align: right;
}

.rm-ver-historial a{
	color: rgba(68, 114, 196, 1);
    text-decoration: underline;
    font-style: italic;	
}


.ronitem {

}

.ronitem a, .asoitem a {
	text-decoration: none;
	display: block;
	color: white;
}
.ronitem a:hover, .asoitem a:hover {
	text-decoration: underline;
}

.mc-itm-dv {
	height: 200px;
	background-size: cover;
	background-position: center;
	margin-bottom: 10px;
}
.mc-itm-dv-title {
	margin: 0;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px;
	font-weight: 400;
	font-size: 20px;
	color: white;
}
.mc-itm-dv-info {
	margin: 0;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 5px 5px 5px;
	font-weight: 300;
	font-size: 17px;
	color: white;
}
@media (min-width: 320px){
	.mc-itm-dv {
		height: 120px;
	}
}
@media (min-width: 480px){
	.mc-itm-dv {
		height: 160px;
	}
}
@media (min-width: 767px){
	.mc-itm-dv {
		height: 200px;
	}
}
@media (min-width: 1000px){
	.mc-itm-dv {
		height: 160px;
	}
}
@media (min-width: 1200px){
	.mc-itm-dv {
		height: 200px;
	}
}
.contraitem {
	/* padding: 20px 15px; */
	padding: 5px;
}
.contraitem:hover {
	background-color: #F6F6F6;
}
.hc-itm-fecha{
	margin: 0;
	font-style: italic;
	font-size: 13px;
}
.mc-itm-text {
	margin: 0;
	font-size: 15px;
}
/* scrollup */

.scrollup {
	position: fixed;
	right: 50px;
	bottom: 0;
	border-radius: 10px 10px 0px 0px;
	border: solid white 1px;
	font-size: 15px;
}

.scrollup i {
	background-color: #28292a;
	padding: 10px 15px 15px 15px;
	color: white;
	font-weight: normal;
	text-decoration: underline;
	border-radius: 10px 10px 0px 0px;
}
/* scrollup */

/* contratos en home */

.contraitem-img{
	/* cambios en PDF solicitados el 25 de nov. */
	/*width: 40px;
	height: 40px;
	float: left;
	border-radius: 50%;*/
	float: left;
    width: 20%;
}

.contraitem-img img{
	width: 100%;
	/*max-width: 100%;
	/*border-radius: 50%;*/
}

.contraitem-fecha{
	float: left;
	line-height: 40px;
	padding-left: 14px;
	font-size: 14px;
	font-family: italic;
}

.contraitem-title{
	clear: both;
	line-height: 40px;
	font-size: 20px;
}

.contraitem-title a {
	padding-left: 0;
	font-size: 16px;
	color: black;
    font-weight: bold;
}

.contraitem-text{
	float: left;
	font-size: 13px;	
	padding-left: 3%;
	width: 80%;
}

#p-help p{
    font-size: 13px;
    line-height: 15px;	
}

/* contratos en home  */

/* inicio agenda*/

.rc-cal-grid{
	border-bottom: 1px solid #004a7f;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.rc-cal-grid .rc-cal-grid-cell{
	border: none;
	border-right: none;
	padding: 10px;
}

.rc-cal-grid .rc-cal-grid-cell:last-child{
	
}


#calendar-today h5, #calendar-selection h5{
	margin: 0 0 10px 0;
    padding: 8px 0px 6px 10px;
    border-bottom: solid 1px #999;
    /* background: #ddddd0; */
    text-align: center;
	/*
	color: #333;
	margin: 0 0 10px 0;
	padding: 12px 0px 10px 10px;
	border-bottom: solid 1px #999;
	background: #ddd;
	*/
}
#calendar-today h5 {
	color: #B38E5d;
}
#calendar-selection h5{
	color: #333;
}

#calendar-today, #calendar-selection {
	font-size: 14px;
	color: #333;
}

#calendar-today-title{

}
#calendar-today-title h2, #calendar-selection h2 {
	text-align: center;
	font-size: 25px;
	margin: 0px 0px 15px;
}
#calendar-today-title h2{
	color: #B38E5d;
}
#calendar-selection h2 {
	color: #333;
}
.calendar-div-info {
	max-height: 180px;
    overflow: auto;	
}

.calendar-div-info::-webkit-scrollbar {
	width: 10px;
}

.calendar-div-img{
	padding: 0 15%;
}

.calendar-div-img img {
	max-width: 100%;
}

/* Track */
.calendar-div-info::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
}

/* Handle */
.calendar-div-info::-webkit-scrollbar-thumb {
	background: #ccc; 
	border-radius: 10px;
}

/* Handle on hover */
.calendar-div-info::-webkit-scrollbar-thumb:hover {
	background: #fff; 
}

#calendar-today-title h2 span{
	/* margin-right: 5px; */
    margin: 5px 6px 5px 8px;
}

#calendar-today-title h2 span:before {
	content: "\f133" !important;
    font-family: FontAwesome !important;
    position: absolute;
    font-size: 50px;
    transform: translate(-10px,-20px);
    color: rgba(84, 84, 84, .5);
	/*	
	content: "\f133" !important;
	font-family: FontAwesome !important;
	position: absolute;
	font-size: 110px;
	transform: translate(-20px,-45px);
	*/
}
#calendar-today-title h3{
	text-align: center;
	font-size: 35px;
	margin: 15px 0px 60px;
}
.full-bg {
	background-position: center;
	background-size: cover;
}

.round-corner-10 {
	border-radius: 10px;
}

.middle-contact {
	text-align: center;
	padding-top: 30%;	
}

.middle-contact a{
	color: white;
	font-size: 22px;
	font-weight: bold;
}

.m-bottom-30{
	margin-bottom: 30px;
}

.rm-cal-body{
	/*background-color: #333;
	border: 2px solid #333;
	background-color: #004a7f;
	border: 2px solid #004a7f; */
	background-color: rgb(197,198,199);
	border: 2px solid rgb(197,198,199);
	padding-top: 1px;
}

.dncalendar-header {
    margin: -15px 0 10px;
    position: relative;
}
.dncalendar-header h2 {
	color: white;
	margin-top: 20px;
}

.dncalendar-header .dncalendar-links .dncalendar-next-month:before, 
.dncalendar-header .dncalendar-links .dncalendar-prev-month:before {
	color: white;
}

.dncalendar-header .dncalendar-links div {
    top: -8px;
}

.dncalendar-body tbody td .entry {
	font-weight: bold;
    padding: 7px 0 7px;
}

.dncalendar-body thead td {
	color: #ddd;
	font-weight: bold;
}

/* fin calendario */

/* inicio procesos vigentes */

#tab-home-container {
	margin: 0;
}

.link-slide-item{

}

.link-slide-item a{

}

.link-slide-item a div {
	height: 220px;
	margin: 0px 10px;
	position: relative;
	background-position: center;
	background-size: cover;
	border: solid 1px #ccc;
}

.link-slide-item a div p{
	width: 100%;
	color: white;
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 2px 5px;
}

/* fin procesos vigentes */

/* buscador */

#rm-search-text{
	color: black;
}

.rm-search-container{
	position: absolute;
	background-color: black;
	display: block;
	padding: 10px 15px;
	width: 240px;
	left: -190px;
}

.rm-search-1 {
	float: left;
}

.rm-search-2 {
	float: left;
	padding: 5px 0px 0 10px;
}

.rm-search-2 a span{
	color: white;
}

.rm-li-search{
	height: auto;
}
#rm-search-show {
	display: block;	
}

@media (max-width: 767px){
	.rm-search-container {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
	}
	.rm-li-search{
		height: 45px;
	}
	#rm-search-show {
		display: inline-block;
	}
}

#sTerm{
	font-weight: bold;
}

/* buscador */

/**********************************/
/* Estilos de Home - Fin */
/**********************************/

/**********************************/
/* Ajuste para libros blancos - Inicio */
/**********************************/

@media (min-width: 768px){
	.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
		padding: 5px 0;
		font-size: 15px;
	}
	.side-menu{
		margin-top: 92px;
	}
	.rm-big-icon li a{
		font-size: 28px !important;
		padding: 5px !important;
	}
}

@media (min-width: 992px){
	.side-menu{
		margin-top: 0;
	}
	.rm-big-icon li a{
		font-size: 36px !important;
		padding: 5px !important;
	}
}

@media (min-width: 1200px){
	.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
		padding: 10px 15px;
		/*font-size: 20px;*/
		font-size: 19px;
	}
	.rm-big-icon li a{
		font-size: 36px !important;
		padding: 5px !important;
	}
}

.side-menu .navbar-nav li a{
	text-decoration: none;
	padding: 10px 15px;
}

.lic-first-li a{
	color: black;
	font-weight: 400;
}

.lic-first-li a span{
	color: black;
}

/**********************************/
/* Ajuste para libros blancos - Fin */
/**********************************/

/**********************************/
/* Estilos Contacto - Inicio */
/**********************************/

.requiredfield {
	border-color: red;
	background: url(/images/warning-icon.png);
	background-size: 26px;
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 99%;
}

.requiredmail {
	border-color: red;
	background: url(/images/mail-icon.png);
	background-size: 26px;
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 99%;
}

#cnh-process {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100vw;
	height: 100vh;
}

#cnh-process img {
	width: 150px;
	height: 150px;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -75px;
	position: fixed;
}

#cnh-process-p {
	width: 300px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -150px;
	position: fixed;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: whitesmoke;
}

/**********************************/
/* Estilos Contacto - Fin */
/**********************************/

/**********************************/
/* Estilos Contrato - Inicio */
/**********************************/

.shot-Title{
    font-size: 28px;	
}
.note-index{
    position: absolute;
    left: 0;	
}
.hr-contract {
	margin: 10px 0px;
	border-top: solid 2px #ddd;
}

.rmc-r-italic{
	text-align: right;
	font-size: 15px;
	font-style: italic;
}

.rmc-l-bold{
	margin: 2px 0px;
	font-weight: 500;
	font-size: 18px;
}

.rmc-l-regular{
	margin: 4px 0px!important;
	font-size: 16px;
}

/*Inicia time line*/

.timeline-container {
	margin: 10px 0px 0 0!important;
	padding: 5px;
	font-size: 1.4rem !important;
	border: solid 1px #dedede;
}

.timeline-container:hover, .mb-3:hover{
	background-color: #e8e0ff45;
}

.timeline-from-date:before {
	content: '<i class="glyphicon glyphicon-calendar"></i>';
}
.timeline-needle-pointer {
    transform: translate(-15px,0px);
}
.timeline-needle-pointer:before {
	content: "\f041" !important;
	font-family: FontAwesome !important;
	top: -30px;
	left: -7.5px;
	font-size: 22px;
	color: #e8383d;
}
.timeline-node.timeline-text-truncate:after, .timeline-from-date:before,.timeline-event-meta:before {
	content: " " !important;
}
.timeline-to-date:before,.timeline-event-date-separator:after {
	content: "-" !important;
}

.timeline-to-next-custom, .timeline-to-prev-custom {
	width: 3rem !important;
	height: 3rem !important;
	background-color: rgba(51,51,51,.35) !important;
}

.timeline-headline, .timeline-event-meta, .scale-months{
	display: none;
}

.rm-tl-gf{
	font-size: 20px;
	margin-top: 3px;
}

.mb-3{
	border: solid 1px #e7e7e7;
	margin-top: -1px;
	padding-bottom: 1rem;
}

/*Termina time line*/

.rmc-margin-top-1{
	margin-top: 1em;
}

.rmc-div-under-line{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}

.dDerecha{
	text-align: right;
}
.h_mt25{
	margin-top: 25px;
}
.h_mt50{
	margin-top: 50px;
}
.h_mt25b{
	margin-bottom: 25px;
}
.h_mt50b{
	margin-bottom: 50px;
}
#map5{
	width: 100%;
	height: 500px;
}

.rmc-nota{
	font-size: 12px;
}

.rm-micro-table{
	font-size: 10px;
}

.rm-mini-table{
	font-size: 13px;
}

.rm-midle-table {
	font-size: 15px;	
}


.rm-mini-th2{

}

#cTabs-li {
	text-align: center;
	background-color: #eee;
	display: flow-root;
}

#cTabs-li li {
	display: inline-block;
	width: 74px;
	margin: 5px 0;
}
#cTabs-li li a {
	border-radius: 4px;
}

#cTabs-li li.active a {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .5), -1px -1px 1px rgba(0, 0, 0, .5), 1px -1px 1px rgba(0, 0, 0, .5), -1px 1px 1px rgba(0, 0, 0, .5);
}
#cTabs-li li a:hover {
	border-color: #d5d5d5;
}
#cTabs-divs{
	border-top: 1px solid #eee !important;
}

#lbTabs-li {
	text-align: center;
	background-color: #eee;
	display: flow-root;
}

#lbTabs-li li {
	display: inline-block;
	width: 80px;
	margin: 5px 0;
}
#lbTabs-li li a {
	border-radius: 4px;
	font-size: 28px;
}
#lbTabs-li li a:hover {
	border-color: #d5d5d5;
}
#lbTabs-divs{
	border-top: 1px solid #eee !important;
}

.cont-btn-csv{
	margin-top: 50px;
	text-align: right;
}

.cont-btn-csv .btn-default{
	font-size: 14px;
}

.m-z-panel-titles h4.panel-title a{
	font-size: 14px;
}

/**********************************/
/* Estilos Contrato - Fin */
/**********************************/

/**********************************/
/*	Estilos Cifras R. - Inicio	  */
/**********************************/

#p1-Licitacion label, 
#p2-Licitacion label, 
#p3-pozos label, 
#p4-inversion label, 
#p5-ingresos label,
#p6-produccion label {
    margin-right: 15px;
    font-weight: normal;
    letter-spacing: 0px;
}

#p1-Licitacion input[type=radio], 
#p2-Licitacion input[type=radio], 
#p3-pozos input[type=radio], 
#p4-inversion input[type=radio], 
#p5-ingresos input[type=radio], 
#p6-produccion input[type=radio] {
    margin-right: 5px;
}

.multiselect-search{
	height: 50px;
}
.multiselect-clear-filter{
	border-color: #cecece;
    box-shadow: none;
    padding: 11px 25px 11.5px;
    background-color: #eeeeee;
    border-left: solid .5px #cecece;
}
.multiselect{
	font-size: 16px;
}
#selected-contracts-container{
	margin: 10px 0px 0 0!important;
    padding: 45px 5px 5px 5px;
	line-height: 39px;
    font-size: 15px !important;
    /*border: solid 1px #dedede;*/
}
#selected-contracts{
	border: solid 1px #dedede;
}

#tab-05-panel-01-01, #panel-06-01{
	    overflow: auto;
}

/**********************************/
/*	Estilos Cifras R. - Fin		  */
/**********************************/


/**********************************/
/* Estilos buscador - inicio      */
/**********************************/

.search-result-item {
	height: 240px;
	box-shadow: 2px 2px 10px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

.search-item-info {
	height: 240px;
	background-color: rgba(0, 0, 0, .6);
	padding: 0;
}

.search-item-link {
	display: inline-block;
	color: white;
	text-decoration: none;
}

.search-item-link:hover, .search-item-link:active, .search-item-link:focus, .search-item-link:visited {
	text-decoration: none;
	color: white;
}

.search-item-link h4 {
	margin: 0;
	font-size: 20px;
	padding: 2px 5px 0px;
}

.search-item-link h5 {
    margin: 0;
    font-size: 16px;
    padding: 5px;
}

.search-item-text {
    height: 170px;
    overflow: auto;
    font-size: 13px;
    margin-top: 10px;
    padding-left: 5px;
}

.search-founded-text {
	margin: 10px 0px 10px;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom: solid 1px #ccc;
}
.search-founded-text span {
	font-size: 13px;
    font-style: italic;
    font-weight: bold;
    padding: 7px 0px 3px;
    display: block;
}

.search-item-text::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.search-item-text::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
}

/* Handle */
.search-item-text::-webkit-scrollbar-thumb {
	background: #ccc; 
	border-radius: 10px;
}

/* Handle on hover */
.search-item-text::-webkit-scrollbar-thumb:hover {
	background: #fff; 
}

/**********************************/
/* Estilos buscador - Fin         */
/**********************************/

.rm-cal {
	display: none;
}
















