/*

Visual Admin Template
http://www.templatemo.com/preview/templatemo_455_visual_admin

TABLE OF CONTENT
	1. Universal Styles
	2. Left Column
	3. Right Column
	4. Charts & Maps
	5. Login
	6. Manage Users
	7. Preferences
	8. Media Queries
----------------------------------------------*/
/* 1. Universal Styles
----------------------------------------------*/
@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans.eot?') format('eot'), 
	     url('../fonts/OpenSans.woff') format('woff'), 
	     url('../fonts/OpenSans.ttf')  format('truetype'),
	     url('../fonts/OpenSans.svg#OpenSans') format('svg');
}
* {	font-family: 'Open Sans', sans-serif; }

body, .templatemo-left-nav { 
	background: #ffffff;
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 0%, #fafafa 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #ffffff), color-stop(0%, #ffffff), color-stop(100%, #fafafa));
    background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 0%, #fafafa 100%);
    background: -o-linear-gradient(-45deg, #ffffff 0%, #ffffff 0%, #fafafa 100%);
    background: -ms-linear-gradient(-45deg, #ffffff 0%, #ffffff 0%, #fafafa 100%);
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 0%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa', GradientType=1 )}
h1, h2, h3 { margin: 0; }
h2 { font-size: 1.6em; }
h3 {
	color: #7f7f7f;
	font-size: 1.4em;
}
ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}
a:hover { text-decoration: none; }
nav li {
	font-size: 0.8em;
	list-style: none;	
	text-transform: uppercase;
}

.header-bg {
	background: #890400; /* Old browsers */
background: -moz-linear-gradient(top, #890400 1%, #7f1300 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #890400 1%,#7f1300 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #890400 1%,#7f1300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890400', endColorstr='#7f1300',GradientType=0 );

}
.templatemo-inline-block {
	display: inline-block;
	vertical-align: middle;
}
.templatemo-block {	display: block; }
.templatemo-position-relative {	position: relative; }
.blue-text { color: #39ADB4; }
.white-text { color: white; }
.green-bg {	background-color: #39ADB4; }
.yellow-bg { background-color: #D8D138; }
.white-bg {	background-color: white; }
.white-bg .fa-times { background-color: #d7d7d7; }
.white-bg .fa-times:hover {	background: #83ccd1; }
.orange-bg {
	background-color: #F17A54;
	color: white;
}
.orange-bg .fa-times {	background-color: #F0A790; }
.orange-bg .fa-times:hover { background-color: #E14311; }
.pink-bg {
	background-color: #D7425C;
	color: white;
}
.pink-bg .fa-times { background-color: #E57C8F;	}
.pink-bg .fa-times:hover { background-color: #BD1F3B; }
.blue-bg {
	background-color: #3275BB;
	color: white;
}
.blue-bg .fa-times { background-color: #6792C0; }
.blue-bg .fa-times:hover { background-color: #2C639C; }
.light-gray-bg { background-color: #efefef; }
.padding-right-25 {	padding-right: 25px; }
.margin-bottom-0 {	margin-bottom: 0; }
.margin-bottom-5 {	margin-bottom: 5px; }
.margin-bottom-10 {	margin-bottom: 10px; }
.margin-bottom-30 {	margin-bottom: 30px; }
.margin-bottom-70 {	margin-bottom: 70px; }
.margin-right-15 { margin-right: 15px; }
.margin-10 { margin: 10px; }
.width-100 { width: 100%; }
.no-border { border: none; }
.border-radius-10 { border-radius: 10px; }
footer { padding: 15px; }

/* 2. Left Column
-----------------------------*/
.templatemo-sidebar { width: 100%; }
.square {
	width: 25px;
	height: 25px;
	border: 3px solid #13895F;
	display: inline-block;
	vertical-align: middle;
}
.circle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
.templatemo-site-header { margin: 0px 30px; }
.templatemo-site-header h1 {
	color: white;
	display: inline-block;
	font-size: 1.8em;
	font-weight: 300;
	letter-spacing: 1.5px;
	margin: 0 5px;	
	text-transform: uppercase;
	vertical-align: middle;
}
.profile-photo-container { position: relative; }
.profile-photo-overlay {
	background-color: rgba(255, 255, 255, 0.1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
}
.profile-photo-overlay:hover { background-color: rgba(4, 152, 114, 0); }

/* Search form */
.templatemo-search-form {
	font-size: 1.1em;
	margin: 50px 20px;		
}
.templatemo-search-form .input-group { width: 100%; }
.templatemo-search-form .input-group .form-control {
	background-color: #18191b;
	border: none;
	border-radius: 10px;
	color: #DDD;
	padding-left: 30px;
}
.form-control:focus {
  border-color: #13895F;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(19,137,95,.075),0 0 8px rgba(19,137,95,.6);
}
.form-control.highlight {
	background-color: #39ADB4;
	color: white;
}
.form-control.highlight::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ccc;
}
.form-control.highlight:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
   opacity:  1;
}
.form-control.highlight::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
   opacity:  1;
}
.form-control.highlight:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #ccc;
}
.templatemo-search-form .input-group { position: relative; }

.mobile-menu-icon { 
	cursor:pointer;
	display:none; 
}
.templatemo-left-nav li { font-weight: 300; }
.templatemo-left-nav a.active,
.templatemo-left-nav a:hover {
	background: #18191b;
	border-left: 8px solid #14649b;
}
.templatemo-left-nav a {
	color: #e9e9ea;
	display: block;
	padding: 25px;
	transition: all 0.3s ease;
}
.templatemo-left-nav .fa { margin-right: 15px; }

/* 3. Right Column
------------------------------*/
.templatemo-top-nav-container {
	background-color: white;
	padding: 28px 50px;
 	box-shadow: 0px 0px 2px 2px rgba(161, 159, 159, 0.18);
}
.templatemo-top-nav li {
    float: left;
    list-style: none;
}
.templatemo-top-nav a {
	color: #7f7f7f;
    display: block;
    padding: 0 50px;
    border-left: 2px solid #c5c5c5;
}
.templatemo-top-nav li:last-child a { border-right: 2px solid #c5c5c5; }
.templatemo-top-nav a:hover,
.templatemo-top-nav a.active {
	color: #39ADB4;
}

/* Main Content Area */
.templatemo-content {
  margin-top: 0px;
  min-height: 600px;
  padding: 0;  
  overflow-x: hidden;
}
.templatemo-content-container {	padding: 40px 50px; }
.templatemo-flex-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.col-1 {
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.col-2 {
	-webkit-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}

/* Content Widget */
.templatemo-content-widget {
	border-radius: 10px;
	padding: 30px;	
	position: relative;
	margin: 10px;
 	box-shadow: 0px 0px 1px 1px rgba(161, 159, 159, 0.1);
}
.templatemo-content-widget.no-padding {	padding: 0; }
.fa-times {
	border-radius: 15px;
  	color: white;
  	cursor: pointer;
	padding: 4px 5px;
  	position: absolute;
  	top: 15px;
  	right: 15px;
  	z-index: 100;
  	transition: all 0.3s ease;
}
.fa-heart {
  color: white;
  cursor: pointer;
  font-size: 1.4em;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
  transition: all 0.3s ease;
}
.fa-heart:hover { color: #39ADB4; }
.progress {	display: block; }
.panel-default>.panel-heading {
	background-color: #39ADB4;
	color: white;
	text-align:left;
	font-size:14px;

}
.panel-default .fa-times {
	top: 12px;
	background-color: #67B5B9;
}
.panel-default .fa-times:hover { background-color: #297B7F;	}
.panel { border-radius: 10px; }
.pagination-wrap {
	margin-right: 10px;
	text-align: right;
}
.pagination>li>a {
	border-color: #E9E8E8;
	color: #a6a6a6;
	margin: 2px;
	padding: 10px;	
}
.pagination>li>a,
.pagination>li:first-child>a,
.pagination>li:last-child>a {
	border-radius: 10px;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover {
	background-color: #39ADB4;
	border-color: #E9E8E8;
}
.table { margin-bottom: 0; }
.table>tbody>tr>td { padding: 10px 15px; }
.table>thead>tr>td { padding: 15px; }
.media { margin-top: 0; }
.media-body { vertical-align: middle; }
.badge {
	background-color: #d6973d;
	border-radius: 5px;
	margin-left: 5px;
	padding: 5px 10px;
	vertical-align: top;
}
.templatemo-img-bordered {
	border: 1px solid #ccc;
	padding: 3px;
}

/* 4. Charts & Maps - http://codepen.io/shoogledesigns/pen/BfLkA
----------------------------------------------------------------*/
.templatemo-chart {
	width: 100%;
	height: 300px;
}
#timeline_div {	height: auto; }

/* JQVMap */
.jqvmap-zoomin, .jqvmap-zoomout {
    width: 15px;
    height: 15px;
}
.vmap { height: 300px; }

/* 5. Login
------------------------------*/
.templatemo-login-widget {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
	padding-top:5px;
}
.templatemo-login-widget .square {
	width: 18px;
	height: 18px;
}
.templatemo-login-widget header { margin-bottom: 40px; }
.templatemo-login-widget h1 {
	display: inline-block;
	font-size: 1.8em;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
.templatemo-login-form .form-group { margin-bottom: 20px; }
.templatemo-login-form .form-group:last-child {	margin-bottom: 0; }
.input-group-addon { background: none; }
.btn-primary {
	border-radius: 2px;
	background-color: #39ADB4;
	border: none;	
	color: white;	
}
.btn-primary:hover { background-color: #2A858B; }
.templatemo-blue-button, 
.templatemo-red-button,
.templatemo-white-button,
.templatemo-grey-button{
	border-radius: 2px;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.templatemo-blue-button {
	background-color: #009EC4;
	border: none;	
	color: white;
	height:35px;
		

}

.templatemo-red-button {
	background-color: #890400;
	border: none;	
	color: white;
	height:35px;
	
}

.templatemo-grey-button {
	background-color: #BDB8B8;
	border: none;	
	color: black;
	height:35px;
		

}
.templatemo-gray-button:hover {	background-color: #2A858B; }

.templatemo-blue-button:hover {	background-color: #2A858B; }
.templatemo-red-button:hover {	background-color: #C75A5C; }
.templatemo-white-button {
	background-color: white;
	border: 1px solid #39ADB4;	
	color: #39ADB4;	
}
.templatemo-white-button:hover { background-color: #eff2f3;	}
.templatemo-register-widget {
	max-width: 450px;
	padding: 15px;
	text-align: center;
}
.templatemo-register-widget p {	margin-bottom: 0; }
.checkbox label { padding-left: 0; }
.font-weight-400 { font-weight: 400; }

/* Style checkboxes and radio buttons
http://webdesign.tutsplus.com/tutorials/quick-tip-easy-css3-checkboxes-and-radio-buttons--webdesign-8953 */
input[type="checkbox"] {  display:inline; }
input[type="checkbox"] + label span {
    display:inline-block;
    width:26px;
    height:25px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/checkbox-radio-sheet.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(../images/checkbox-radio-sheet.png) -26px top no-repeat;
}
input[type="radio"] { display:none; }
input[type="radio"] + label span {
    display:inline-block;
    width:26px;
    height:25px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/checkbox-radio-sheet.png) -52px top no-repeat;
    cursor:pointer;
}
input[type="radio"]:checked + label span {
    background:url(../images/checkbox-radio-sheet.png) -78px top no-repeat;
}

/* 6. Manage Users
------------------------------*/
.templatemo-sort-by:hover {	color: #ded9d9; }
.templatemo-edit-btn {
	border: 1px solid #ddd;
	border-radius: 3px;
	color: black;
	padding: 5px 15px;
	transition: all 0.3s ease;
}
.templatemo-edit-btn:hover {
	background-color: #39ADB4;
	border: 1px solid #39ADB4;
	color: white;
}
.templatemo-link { color: black; }
.templatemo-link:hover { color: #39ADB4; }
.templatemo-overflow-hidden { overflow: hidden; }
.templatemo-user-table thead {
	background-color: #39ADB4;
	color: white;
}
.panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.panel>.table:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.templatemo-social-icons-container {
	background-color: #f4f3f3;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	box-shadow: 0px 0px 1px 1px rgba(161, 159, 159, 0.1);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: 1px solid #dedede;
}
.social-icon-wrap {
	width: 33%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.social-icon-wrap:nth-child(2) {
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.templatemo-social-icon {
	background-color: #a6a6a6;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	font-size: 1.5em;
	padding-top: 8px;
	width: 35px;
	height: 35px;
	transition: all 0.3s ease;
}
.templatemo-social-icon:hover {	background-color: #39ADB4; }
.templatemo-content-img-bg {
	background-position: center;
	background-attachment: stretch;
	min-height: 300px;
}
.content-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	width: 100%;
	height: 100%;
}
.view-img-btn-wrap {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: center;
}
.templatemo-view-img-btn {
	background-color: #f4f3f3;	
	border: none;
	border-radius: 5px;
	color: #a6a6a6;
	padding: 10px 50px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.templatemo-view-img-btn:hover {
	background-color: #39ADB4;
	color: white;
}

/* 7. Preferences
-------------------------------*/
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, 
.has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, 
.has-success.radio label, .has-success.radio-inline label {
	color: #13895F;
}
.has-success .form-control { border-color: #13895F; }
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, 
.has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, 
.has-warning.radio label, .has-warning.radio-inline label {
	color: #CF922C;
}
.has-warning .form-control { border-color: #CF922C; }
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, 
.has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, 
.has-error.radio label, .has-error.radio-inline label {
	color: #D7425C;
}
.has-error .form-control { border-color: #D7425C; }
.templatemo-multi-select {
	min-width: 200px;
	height: 100px;
	overflow-y: scroll;	
}

/* 12. Media Queries */
@media screen and (max-width: 1199px) {
	.site-logo { width: 12px; }
	.site-name { font-size: 20px; }
	.templatemo-nav { margin-left: 0; }
	.templatemo-nav li a { width: 150px; }
	.header-img { height: 360px; }
	.header-img-2 { height: 380px; }
	.header-img-3 { height: 360px; }
	.welcome-title { font-size: 20px; }
	.blue-divider .dark-blue-bg { width: 30%; }
	.blue-divider-bg-graphic { width: 20%; }
	.blue-divider .blue-bg { width: 50%; }
}
@media screen and (max-width: 992px) {
	.templatemo-nav li a {
		padding-top: 15px;
		width: 115px;
    }
	.site-logo { width: 12px; }
	.site-name { font-size: 20px; }
    .header-img { height: 270px; }
	.header-img-2 { height: 300px; }
	.header-img-3 { height: 280px; }
	.welcome-wrapper { display: inline-block; }
	.welcome-divider-lines-img {
		margin-left: 10px;
		margin-right: 10px;
	}
	.carousel-container { margin-top: 50px; }
	.tm-blocks-container {
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	.post-excerpt { height: auto; }
	.post-excerpt-left { margin-bottom: 50px; }
	.post-excerpt-right { margin-top: 70px; }
	.post-content { max-width: 200px; }
	.feature-container { max-width: 738px; }
    .contact-left,
	 .contact-right {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	
	.site-logo { width: 12px; }
	.site-name { font-size: 20px; }
	.site-name-container,
	 .site-name {
		height: 30px;
	}
	.header-img { height: 270px; }
	.site-name { line-height: 50px; }
	.mobile-menu-icon {
		cursor: pointer;
		display: block;
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 1000;
	}
	.mobile-menu-icon .fa {
		color: #428d89;
		background-color: rgba(8, 41, 43, 0.9);
		font-size: 1.5em;
		width: 40px;
		height: 40px;
		padding-top: 9px;
		padding-left: 11px;
	}
	.templatemo-nav-container {
		height: auto;
		position: fixed;
		z-index: 1000;
		top: 50px;
		right: 10px;
	}
	.templatemo-nav { display: none; }
	.templatemo-nav li { float: none; }
	.welcome-divider-lines-img { height: 35px; }
	.post-excerpt-left,
	 .post-excerpt-right {
		float: none;
		margin-top: 0;
		margin-bottom: 15px;
	}
	.post-arrow-container { display: none; }
	.posts-container { background: none; }
	.post-content { max-width: 300px; }
	.post-excerpt {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        -webkit-box-pack: center;
		        justify-content: center;
	}
	.feature-container {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.tm-progress-container { margin: 0 auto; }
	.tm-progress-container-left,
	 .tm-progress-container-right {
		float: none;
	}
	.footer-block { margin-bottom: 30px; }
	.tm-about-left { margin: 0 auto 50px auto; }
	.tm-about-container-2 { margin-bottom: 50px; }
	.folio-filters li { padding: 10px 15px; }
}
@media screen and (max-width: 600px) {
	.site-logo { width: 12px; }
	.site-name { font-size: 20px; }
	.blue-divider .dark-blue-bg { width: 10%; }
	.blue-divider-bg-graphic { width: 40%; }
	.blue-divider .blue-bg { width: 50%; }
    .header-img { height: 270px; }
}
@media screen and (max-width: 500px) {
	.site-logo { width: 12px; }
	.site-name { font-size: 20px; }
		.header-img { height: 270px; }
	.tm-block {
		width: 120px;
		height: 120px;
	}
	.tm-blocks-container { max-width: 240px; }
	.folio-filters li { margin: 0; }
}
@media screen and (max-width: 400px) {
	.site-logo { width: 12px; }
	.site-name { font-size: 20px; }
	.btn-blue-gradient { margin-right: 8px; }
	.btn-transparent, .btn-blue-gradient { padding: 10px 15px; }
	.ul-1 {
		margin-bottom: 30px;
		margin-top: 20px;
	}
	
		.header-img { height: 270px; }
}
@media screen and (max-width: 360px) {
	.site-logo { width: 12px; }
	.site-name { font-size: 20px; }
	.crsl-nav { top: -127px; }
		.header-img { height: 270px; }
}

.tabla_equipo {
	
	border: solid thin #989292;
	}
	
.tabla_equipo td { border: solid thin #989292;}
.table_reporte {
	border: solid thin #989292;
	font-size:12px;
	}


.table_reporte td{
	text-align:left;
	padding:5px;
		font-size:12px;
	
}

.table_reporte th{
	text-align: right;
	padding:5px;
	background:#0d436e;
	color:#FFFFFF;
	
}

.tabla_item {
    border-collapse: collapse;
    border: solid thin #336699;
}

.tabla_item th {
    text-align: left;
    padding: 0.4em;
    border: thin solid #336699;
    color: #006;
    font-size: 10px;
    letter-spacing: 0.1em;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	padding-bottom:10px;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}
.bg-aqua {
    background-color: #00c0ef !important;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 200%;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}

.info-box-text {
    text-transform: uppercase;
}

.box.box-success {
	border-top-color: #00a65a;
}