/*THEME MAPATOURS */
/*
#HEADER
	- logo
	- login
	- slider photo
	- navigation
#FOOTER
#MODAL BROWSER
*/
/* -------- #HEADER -------- */
header{
	width: 100%;
	background: #25549C;
	}
header .container{
	background: #fff;
	}
header .col-md-3,
header .col-md-9{
	padding: 0;
	}
header .company-title{
	margin: 47px 0 0 0;
	height: 100px; 
	}
header #heading .logo {
	margin: 0 auto;
	background: url(../images/logo.png) no-repeat center center transparent;
	width: 198px;
	height: 60px;
}
header .social-media{
	background: #132C51;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	height: 40px;
	}
header .social-media ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
header .social-media ul li{
	list-style-type: none;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px dotted #ccc;
	}
header .social-media ul li:last-child{
	border-right: none;
	}
header .social-media ul li i{
	color: #ccc;
	width: inherit;
	height: inherit;
	}
header .login{
	background-image: -webkit-linear-gradient(top, #eeeeee 0%, #888888 100%);
	background-image:         linear-gradient(to bottom, #eeeeee 0%, #888888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeeeee', endColorstr='#88888888', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	padding: 20px 35px;
	font-family: 'Open Sans', sans-serif;
	height: 223px;
	}
header .login h3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 16px;
	color: #132C51;
	text-transform: uppercase;
	}
header .login h4{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	}
header .login h4 .name{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #132C51;
	text-transform: uppercase;
	display: block;
	}
header .login form{
	overflow: hidden;
	}
header .login .form-group{
	margin: 0 0 10px 0;
	}
header .login .form-group input{
	padding: 2px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 26px;
	}
header .login .form-group .btn{
	padding: 2px  20px;
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	}
header .login  .button-logout{
	text-align: center;
	}
header .login  .btn.btn-logout{
	padding: 5px  20px;
	float: none;
	margin: 20px auto 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	}
header .login  .alert-danger{
	position: absolute;
	z-index: 100;
	margin-top: 10px;
	width: 222px;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 0.7);
	box-shadow:         0px 3px 4px 0px rgba(50, 50, 50, 0.7);
	}
header .carousel{}

header .carousel .carousel-control .icon-carousel-arrow-left {
  left: 0;
}
header .carousel .carousel-control .icon-carousel-arrow-right {
  right: 0;
}
header .carousel .carousel-control .icon-carousel-arrow-left,
header .carousel .carousel-control .icon-carousel-arrow-right {
    width: 50px;
    height: 45px;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 40px;
	background: #25549C;
	color: #fff;
	opacity: 1;
  }
header .carousel .carousel-control .icon-carousel-arrow-left{
	border-radius: 0 5px 5px 0;
	}
header .carousel .carousel-control .icon-carousel-arrow-right{
	border-radius: 5px 0 0 5px;
	}
/*NAVIGATION*/
#navigation .container{
	padding: 0;
	}
#navigation {
    background: #FFF;
    clear: both;
    margin: 0 auto 5px;
    min-height: 2.2em;
    padding: 0;
    position: relative;
    z-index: 100;
	border-bottom: 1px solid #BFBFBF;
}
#navigation ul {
    list-style: none outside none;
    margin: 0;
    padding: 7px 0;
	float: right;
}
#navigation li, #navigation a {
    display: inline-block;
}
#navigation li {
    position: relative;
    vertical-align: top;
	margin-right: 15px;
}
#navigation a {
    color: #333;
    margin: 0 1px;
    padding: 20px 15px;
    text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
    font-weight: 400;
}
#navigation .aui-dd-drop a {
    cursor: move;
}
#navigation .selected a, 
#navigation a:hover, 
#navigation a:focus, 
#navigation .child-menu li a, 
#navigation .aui-dd-dragging, 
.lfr-navigation-proxy {
    background: none repeat scroll 0 0 #FFA309;
    color: #FFFFFF;
    outline: 0 none;
    text-shadow: none;
}
#navigation .selected a,
#navigation .selected a:hover,
#navigation .selected a:focus{
	background: none repeat scroll 0 0 #25549C;
    color: #FFFFFF;
    outline: 0 none;
    text-shadow: none;
	}
#navigation li:hover .child-menu {
    background: none repeat scroll 0 0 #fff;
    display: block;
    position: absolute;
    width: 200px;
    z-index: 200;
	padding: 5px 5px 0 5px;
	border: 1px solid #ddd;
}
#navigation .child-menu {
    display: none;
}
#navigation .child-menu li {
    border-width: 0 0 1px;
    display: block;
    float: none;
    margin: 0 0 5px 0;
}
#navigation .child-menu li a {
    cursor: pointer !important;
	display: block;
	padding: 5px 15px;
}
#navigation .child-menu li a:hover {
    background: none repeat scroll 0 0 #25549C;
}
#navigation .child-menu .selected a {
    background: none repeat scroll 0 0 #25549C;
}
#navigation li.link-mapa-dynamic a{
	background: url(../images/img-mapa-dinamics.png) no-repeat center center transparent;
	width: 150px;
	height: 66px;
	 }
#navigation li.link-mapa-dynamic a span {
    visibility: hidden;
}
/* -------- #FOOTER -------- */
footer {
    line-height: 1.88em;
    padding: 0;
    position: relative;
	 margin-top: 30px;
}
footer h4{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
    font-weight: 800;
	text-transform: uppercase;
	color: #437CD3;
	}
footer ul,
footer li {
   width: 100%;
   margin-left: 0;
   margin-right: 0;
}
footer .list1,
footer .list2{
	border-right: 1px dotted #437CD3;
	margin-right: 40px;
	padding-right: 0;	
	padding-left: 0;
	}
footer .list3{
	padding-right: 0;	
	padding-left: 0;
	}
footer .list-inline li {
   width: 49%;
}
footer li a{
	color: #fff;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
    font-weight: 700;
	line-height: 14px;
	padding: 3px 5px;
	margin-bottom: 3px;
	margin-right: 10px;
	display: block;
	}
footer li a:hover,
footer li a:focus{
	background: #fff;
	text-decoration: none;
	}
footer #mainFooter {
    font-size: 75%;
    margin: 0;
    padding: 3em 0;
	background: #132C51;
	color: #fff;
}
footer #footerRights{
	background: #25549C;
	color: #fff;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
    font-weight: 400;
	padding: 10px 10px 0 10px;
	}
footer .logo{
	text-align: center;
	}
footer .logo img{
	margin: 40px auto;
	}
#backToTop {
    position: absolute;
    top: -2.6em;
    width: 100%;
}
#backToTop a {
    display: block;
    margin: auto;
	background: #5C5C5C;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	width:50px;
	font-size: 20px;
}
#backToTop a i.glyphicon{
	color: #fff;
	}
/* footer tree */
footer #sidebar label{
	padding: 0;
	line-height: 1;
	cursor: pointer;
	}
footer #sidebar .nav > li > a{
	padding: 3px 5px;
	line-height: 1;
	font-weight: 700;
	}
footer #sidebar .nav > li > ul > li > a{
	font-weight: 400;
	}
/* 2nd level */
footer #sidebar .tree > li > label {
  padding: 0 10px;
  line-height: 1;
}
footer #sidebar .tree > li > a{
	padding: 3px 5px;
	margin-left: 10px;
	margin-right: 5px;
	}
/* 3rd level */
footer #sidebar .tree > li > ul > li > a {
  font-size: 12px;
  margin-left:20px;
  margin-right: 5px;
}
footer #sidebar.affix,
footer #sidebar.affix-bottom{
	position: relative;
	top: 0 !important;
	}
footer #sidebar label i{
	font-size: 11px;
	margin-right: 5px;
	color: #fff;
	}
/*Modal*/
.modal .modal-content {
    padding: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.modal .modal-content .modal-header {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
	background: none repeat scroll 0 0 #132C51;
    color: #FFFFFF;
}
.modal .modal-content .modal-header h4,
.modal .modal-content .modal-header button.close{
    color: #FFFFFF !important;
	}
.modal .modal-content .modal-body {
    padding: 0;
}
/*MODAL BROWSER*/
@media (min-width: 992px) { 
.modal-browser .modal-dialog {
    margin-top: -150px;
    margin-left: -400px;
    top: 50%;
    left: 50%;
    width: 800px;
    position: absolute;
    z-index: 1000;
}
}
@media (max-width: 992px) {
.modal-browser .modal-dialog {
    margin-left: -45%;
	margin-top: 0;
    top: 10px;
    left: 50%;
    width: 90%;
    position: absolute;
    z-index: 1000;
}
	}
.modal-browser .modal-content {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.modal-browser .modal-body {
    display: table;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #EDEDED;
}
.modal-browser .modal-body .table-row {
    display: table-row;
}

.modal-browser .modal-body .table-row .text,
.modal-browser .modal-body .table-row .image {
    display: table-cell;
}
.modal-browser .modal-body .table-row .image {
    width: 30%;
    min-height: 230px;
    padding: 20px;
    vertical-align: middle;
    text-align: center;
    background: url("../images/icon-info.png") no-repeat scroll center center #ededed;
}
.modal-browser .modal-body .table-row .image span {
    display: none;
}
@media (max-width: 992px) {
.modal-browser .modal-body .table-row .image {
   display: none;
}
	}
.modal-browser .modal-body .table-row .text {
    padding: 20px;
}
.modal-browser .modal-body .table-row .text h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #25539B;
}
.modal-browser .modal-body .table-row .text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.modal-browser .modal-body .btn-default {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 800;
	padding: 5px 20px;
	margin-top: 20px;
	text-shadow: none;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.modal-browser .modal-body .btn-default:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.modal-browser .modal-body .btn-default:active,
.modal-browser .modal-body .btn-default.active {
	background-image: none;
}
.modal-browser .modal-body .btn-default {
	text-shadow: none;
	background-image: -webkit-linear-gradient(top, #eeeeee 0%, #c5c5c5 100%);
	background-image:         linear-gradient(to bottom, #eeeeee 0%, #c5c5c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffc5c5c50', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #D2D2D2;
	color: #25539B;
}
.modal-browser .modal-body .btn-default:hover,
.modal-browser .modal-body .btn-default:focus {
	background-color: #eeeeee;
	background-position: 0 15px;
	color: #25539B;
}
.modal-browser .modal-body .btn-default:active,
.modal-browser .modal-body .btn-default.active {
	background-color: #eeeeee;
	border-color: #D2D2D2;
	color: #25539B;
}
