/* 1. CSS importados
--------------------------------------- */
@import url(open.css);
@import url(font-awesome.min.css);
@import url(bootstrap.min.css);

/* 2. estilo general
--------------------------------------- */
* {
	font-family: 'Open Sans', sans-serif;
}

body {
	background-color: rgb(235,235,235);
}

h1 {
	font-size: 24px;
}

.btn a {
	color: white;
	text-decoration: none;
}

.logo {
	display: inline-block;
}

.logo h1 {
	font-size: 24px;
	margin: 10px 15px;
}

.estilo-content-wrapper {
	float: left;
	width: 100%;
}

.estilo-content {
	margin-left: 235px;
	margin-top: 0px;
	min-height: 600px;
	padding: 25px 20px 0 20px;
	background-color: white;
	overflow-x: hidden;
}

.estilo-footer {
	clear: both;
	font-size: 13px;
	padding: 8px 0 5px 0;
	text-align: center;
	color: #ccc;
	background-color: #333;
}

.acceso-footer {
	clear: both;
	font-size: 13px;
	padding: 8px 0 5px 0;
	text-align: center;
	color: #ccc;
	background-color: #333;
	position:absolute;
	bottom:0;
	width:100%;
	height:45px;	/* altura del footer */
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

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

/* 3. sidebar
------------------------------------------------------*/
#estilo_search_box {
	width: 150px;
	display: inline-block;
}

.navbar {
	margin-bottom: 0;
	border-radius: 0;
}

.navbar-header {
	color: rgb(127,127,127);
}

.estilo-sidebar {
	padding: 0;
	margin-top: 20px;
}

.estilo-sidebar .estilo-sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.estilo-sidebar .estilo-sidebar-menu > li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px;
}

.estilo-sidebar .estilo-sidebar-menu > li > a {
	display: block;
	position: relative;
	margin: 0;
	border: 0px;
	padding: 20px 15px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;    
}

.estilo-sidebar-menu a {
	color: black;
}

.estilo-sidebar-menu a:hover {
	text-decoration: none;
}

.estilo-sidebar-menu li.sub .estilo-submenu {
	display: none;
}

.estilo-sidebar-menu li.sub.open .estilo-submenu {
	display: block;
}

.estilo-submenu {
	padding-left: 0;
}

.estilo-submenu li {
	list-style: none;
	background-color: #DFDFDF;
}

.estilo-submenu li a {
	display: block;
	padding: 20px 15px;
	margin: 0;
}

.estilo-sidebar-menu > li.sub.open > a {
	background-color: rgba(145,145,145,0.3);
}

.estilo-sidebar .estilo-sidebar-menu >li.active, .estilo-sidebar .estilo-sidebar-menu>li>a:hover {
	background-color: rgb(191, 232, 167);
}

.estilo-submenu li > a:hover {
	background-color: rgb(228,228,228);
}

.estilo-sidebar .estilo-sidebar-menu > li > a > i {
	font-size: 16px;
	top: 2px;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 4px;
	display: inline-block;
	width: 1.25em;
	text-align: center;
}

/* 4. cartas 
--------------------------------------------*/
.estilo-chart-box {
	display: inline-block;
	text-align: center;
	padding: 20px 30px 30px 0;
}

/* 5. preferencias de formularios
------------------------------------------*/
#estilo-preferences-form {
	max-width: 960px;
	margin-bottom: 30px;
}

/* 6. formulario de ingreso
--------------------------------------------*/
.estilo-signin-form {
	padding-top: 50px;
	max-width: 600px;
	margin: 0 auto;
}
.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}

/* 7. tablas
------------------------------------------*/
#estilo_sort_btn {
	margin-bottom: 20px;
}

/* 8. bootstrap overrides
----------------------------------------------*/
.nav-pills>li>a, .nav-tabs>li>a, .alert, .progress, .panel, .btn, .panel-group .panel, .form-control, .modal-content, .breadcrumb {
	border-radius: 0;
}

.list-group-item:first-child, .panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-control-feedback {
	right: 15px;
}

/* 9. mapas
------------------------------------------------------*/
.jqvmap-zoomin, .jqvmap-zoomout {
	width: 15px;
	height: 15px;
}

.vmap {
	height: 400px;
}

/* 10. media queries
------------------------------------------------------*/
@media screen and (min-width: 992px) {
	.estilo-sidebar {
		width: 235px;
		float: left;
		position: relative;
		margin-right: -100%;
	}
}

@media screen and (max-width: 991px) {
	.navbar-form {
		padding: 0;
		margin-left: 0;
	}

	.navbar-header {
		float: none;
	}

	.navbar-toggle {
		display: block;
	}

	.estilo-sidebar {
		border-top: 0 !important;
		margin: 20px;
	}

	.estilo-sidebar.navbar-collapse.collapse {
		display: none !important;
	}

	.estilo-sidebar.navbar-collapse.in {
		border-top: 0 !important;
		margin: 20px;
		position: relative;
		overflow: hidden !important;
		overflow-y: auto !important;
		display: block !important;
	}

	.estilo-content-wrapper {
		float: none;
	}

	.estilo-content {
		margin: 0;
	}
}

@media screen and (max-width: 767px) {
 	.estilo-chart-box {
		padding-right: 0;
	}
}

/* codigo niveles */
#demoIzq, #demoDer, #demoMed {
	width:155px;
	text-align:center;
	margin:0 1px 0 1px;
}

#demoDer, #demoMed {
	float:right;
}

select {
	width:150px;
}
/* codigo niveles */

/* class estado zonas */
.estnor {
	color: #000;
}

.estlat {
	color: #f78e21;
}

.estsat {
	color: #c90606;
}
/* class estado zonas */

/* inicio codigo calendario */
/* The wrapper div */
div.datePicker
        {
        position:absolute;
        min-width:24em;
        width:24em;
        z-index:9999;
        text-align:center;

        /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
        font:900 0.8em/0.8em Verdana, Sans-Serif;
        
        /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
        /* font:900 77%/77% Verdana; */

        background:transparent;

        /* Mozilla & Webkit extensions to stop text-selection. Remove if you wish to validate the CSS */
/*        -moz-user-select:none;
        -khtml-user-select:none;		*/
        }
/* Styles for the static datePickers */
div.staticDP
        {
        position:relative;
        top:5px;
        left:0;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack
        {
        position:absolute;
        background:#f0f0f0;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited,
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus
        {
        /*position:relative;*/
        /* Moz & FF */
/*        display: -moz-inline-stack;		*/
        border:0 none;
        padding:0;
        margin:0 0 0 4px;
        background:transparent url(../media/cal.gif) no-repeat 50% 50%;
        min-width:16px;
        line-height:1;
        cursor:pointer;
        visibility:visible;
        text-decoration:none;
        vertical-align:middle;
        }
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
        {
        width:16px;
        }
a.date-picker-control
        {
        /* IE, Safari & Opera. Seperate CSS rule seems to be required. */
        display:inline-block;
        }
a.date-picker-control span
        {
        display:block;
        width:16px;
        height:16px;
        margin:auto 0;
        }
/* The next & previous buttons */
div.datePicker th span
        {
        display:inline;
        padding:0;
        margin:0;
        color:#000;
        text-align:center;
        line-height:1em;
        border-width:0;
        font-family: "georgia";
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }
div.datePicker th span.month-display,
div.datePicker th span.year-display
        {
        text-transform:uppercase;
        letter-spacing:1px;
        font:normal 1.2em Verdana, Sans-Serif;
        cursor:default;
        }
div.datePicker th span.prev-but,
div.datePicker th span.next-but
        {
        font-size:1.8em;
        cursor:pointer !important;
        }

div.datePicker th span.today-but
        {
        text-align:center;
        margin:0 auto;
        font:normal 1em Verdana, Sans-Serif;
        width:100%;
        text-decoration:none;
        line-height:1.6em;
        text-transform:uppercase;
        cursor:pointer !important
        }
div.datePicker thead th span.fd-disabled
        {
        color:#aaa;
        cursor:default !important;
        }
/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:900 1em Verdana, Sans-Serif;
        height:1.4em;
        width:2em;
        text-decoration:none;
        text-transform:lowercase;
        line-height:1.4em;
        }
/* The table */
div.datePicker table
        {
        position:relative;
        margin:0;
        padding:0;
        border:1px solid #ccc;
        background:#f0f0f0 url(../media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;
        text-align:center;
        width:100%;
        border-spacing:2px;
        table-layout:fixed;
        border-collapse:separate;
        }
/* Common TD & TH styling */
div.datePicker table td
        {
        border:1px solid #ccc;
        padding:0;
        text-align:center;
        vertical-align:middle;
        /* Opera requires a line-height bigger than 1em in order to redraw properly */
        line-height:1.2em;
        cursor:pointer;
        background:#f0f0f0 url(../media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
        width:3em;
        height:3em !important;
        height:2.8em;
        outline:none;
        }
div.datePicker table th
        {
        border:0 none;
        padding:0;
        line-height:1em;
        font-weight:bold;
        color:#222;
        text-align:center;
        vertical-align:middle;
        }
div.datePicker table td.date-picker-unused
        {
        background:#f0f0f0 url(../media/backstripes.gif);
        border-color:#dcdcdc;
        padding:0;
        cursor:default !important;
        }
div.datePicker table thead th.date-picker-title
        {
        width:auto;
        height:auto;
        padding:0.4em 0;
        }
/* The "mon tue wed etc" day header button styles */
div.datePicker table th.date-picker-day-header
        {
        text-transform:lowercase;
        width:3em;
        }
div.datePicker table th.date-picker-day-header span
        {
        display:block;
        }
/* The "todays date" style */
div.datePicker table td.date-picker-today
        {
        background:#f0f0f0 url(../media/bullet2.gif) no-repeat 0 0;
        color:rgb(100,100,100) !important;
        }
/* The "selected date" style */
div.datePicker table td.date-picker-selected-date
        {
        color:#333 !important;
        border-color:#333 !important;
        }
/* the "highlight days" style */
td.date-picker-highlight
        {
        color:#a86666;
        }
/* The date "out of range" style */
div.datePicker table td.out-of-range
        {
        color:#ccc !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;
        }
/* The "disabled days" style */
div.datePicker table td.day-disabled
        {
        color:#aaa !important;
        background:transparent !important;
        cursor:default !important;
        }
/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover
        {
        background:#f0f0f0 url(../media/bg_header.jpg) no-repeat 0 0;
        cursor:pointer;
        border-color:rgb(100,130,170);
        color:rgb(100,130,170);
        }
/*
   Quirksmode necessity?
   ---------------------

   If your HTML document renders in quirksmode (i.e. has no doctype declaration)
   then uncomment the following CSS rule to set a less drastic font-size in IE

div.datePicker table th,
div.datePicker table td
        {
        font-size:100%;
        }
*/

/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html div.datePicker table td
        {
        background-image:none;
        }
* html div.datePicker table td.date-picker-unused
        {
        background:#f2f2f2;
        }
/* fin codigo calendario */