/* 
    Document   : main
    Created on : 12-oct-2012, 13:19:16
    Author     : Investigaciones
    Description:
        Purpose of the stylesheet follows.
*/

@constants {
    sover1: #09a9d9;
}


root { 
    display: block;
}

input[type='text'], textarea, input[type='password'] { 
    border-color: #ccc;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    line-height: 1.4em;
    padding: 0.4em;    
    width: 250px; 
    font-size: 1em;
}

input.fecha{
    width: 140px;
}

textarea {
    height: 50px;
    font-family: arial;
}

select {
    font-size: 1em;
}

body{
    font-family: Arial, sans-serif;
    font-size: 1em;
    margin: 0;
}

fieldset {
    background-color: white;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
    border-style: none;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    height: auto;
    margin: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

fieldset legend{ 
    font-weight: bold;
}

.record_properties th { text-align: left; }
.record_actions li { list-style: none; float: left;}

#nav {
    font-family: sans-serif;
    font-size: 12pt;
    display: inline-block;
    margin-top: 25px;
}

#nav ul{
    padding: 0;
    float: left;
}

#nav ul li { 
    float: left;
    list-style: none outside none;
    text-align: center;
    padding: 10px;
}

#nav ul li:last-child{
    border-style: none;
}

a, a:hover, a:visited, a:active, a:enabled, a:valid, a:link {
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

#nav li a:hover {
    color: #FFF;
    background-color: #fff;
    color: #09a9d9;
}

#nav li a {
    color: #777;
    padding: 5px;
}

div#mainBody{
    margin: 0 auto;
    background-color: white;
    margin-top: 110px;
}

div#content{
    height: auto;  
    padding: 40px 30px 10px 30px;
}

div#pageTitle{
    color: white;
    background-color: #FF8408;
    padding: 8px 20px;
    font-size: 1em;
    top:0; right: 0;
    position: fixed;
}

#sucursales { background-color: white;}

.user_name{
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

div#header{
    position: fixed;
    top: 0;
    background-color: white;
    width: 100%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #e8e8e8;
    z-index: 100;
    min-height: 109px;
}

div#header img {
    height: 80px;
    padding: 10px;
    top:0;
    position: fixed;
    left: 10px;
}

#header_title{
    margin-right: 10px;
    margin-top: 10px;
    background-color: #0089CE;
    color: white;
    text-shadow: 0 1px 0 #333333;
}

ul.pager li {
    list-style: none; 
    float: left;
    padding-right: 10px;
}

ul.record_actions {
    display: inline-block;
}

ul.record_actions img{
    height: 28px;
    vertical-align: middle;
}


ul.record_actions a, submit, button, input[type='button']
{
    background-color: #09a9d9;
    color: white;    
    cursor: pointer;
    border-radius: 5px;
    margin-left: 6px;
    font-size: 1em;
    font-weight: bold;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    background-image: linear-gradient(to bottom, #09a9d9 0%, #05719f 100%)
}

ul.record_actions a
{
    display: block;
    float: left;
    text-decoration: none;
    vertical-align: middle;
    padding: 8px 18px 8px 15px;
    margin-bottom: 6px;
    text-align: center;
}

ul.record_actions a.ok {
    background-image: linear-gradient(to bottom, #3a3a3a 0%, #1e1e1e 100%);
}

ul.record_actions a.cancel, button.cancel, input.cancel {
    background-image: linear-gradient(to bottom, #9e2812 0%, #6f0d0d 100%);
}


button img{
    height: 28px;
    vertical-align: middle;
}

submit, button, input[type='button']{
    border: none;
    padding: 7px 18px 8px 18px;
}

ul.indicadores{
    margin: auto;
}

ul.indicadores li {
    list-style: none;
    font-size: 14pt;
    border-width: 1px;
    border-style: solid;
    border-color: #CDCDCD #F0F0F0 #F0F0F0 #CDCDCD;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 10px auto;
    width: 70%;
    text-align: center;
    border-radius: 10px;
}


table.records_list {
    width: 100%;
    background-color: #FFFFFF;
    border-collapse: collapse;
}

.records_list td{ 
    padding: 10px;
    border: inset 0pt;
    text-align: left;
}

table.records_list th {
    background:  rgba(0, 0, 0, 0) linear-gradient(to bottom, #09a9d9 0%, #05719f 100%) repeat scroll 0 0;
    color: white;
    border: 0;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

table.records_list tr:first-child{
    height: 40px;
}

table.record_properties tr{
    vertical-align: top;
}

.divList{
    border-color: #ccc;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    height: 100px; 
    overflow: auto;
    min-width: 200px;
}

.divOption{
    display: block; 
    float: left; 
    padding: 0 0;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.2);
    width: 150px;
    height: 150px;
}

.divList p { margin-top: 0; margin-bottom: 0; padding-top: 0px; padding-bottom: 0px; }

.divOption h4, .divOptionAdd h4{
    font-size: 1em;
    margin-top: 0px;
    color: #575757;
}

.divOption img, .divOptionAdd img{
    border-radius: 5px;
    height: 80px;
    margin: 10px;
}

table#form tr{
    vertical-align: top;
}

button.selected{
    background-color: #FAE053;
}

h1 { color: #00498E; }
h2 { color: #0089CE; }

h3{
    font-size: 1.1em;
    color: #5c9ccc;
    margin-bottom: 5px;
}

div.subForm{
    margin: 20px;
}
div#map_canvas{ width: 100%; 
                height: 400px; 
                box-shadow: 2px 2px 10px #b1b1b1;
}

table.records_list { 
    margin-top: 20px;
    border: 1px solid #dfdfdf;
}
table.records_list img { height: 32px; }
table.records_list img.notificacion { height: 16px; }

img.icon { height: 40px; }
td.number, th.number { text-align: right !important; }

ul.error_list  li { color: red; font-weight: bold; }

div#toolbar li {
    color: white;
    list-style: none;
}

div#toolbar a {
    color: white;
    list-style: none;
}

div.semaforo {
    height:28px; 
    width: 50px;
    text-align: center; 
    background-size: cover;
    padding-top: 10px;
    float: left;
}

div.semaforo label { color: white; }

form table tr td:first-child { vertical-align: middle; }

div.footerbar{
    background-image: linear-gradient(to bottom, #09a9d9 0%, #05719f 100%);
    border-top: 1px solid #e4e4e4;
    line-height: 40px;
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    height: 50px;
}


div#submenu{
    text-align: center;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to bottom, #09a9d9 0%, #05719f 100%);
}

div#submenu .divOption, div#submenu .divOptionAdd
{
    display: block; 
    float: left; 
    padding: 0 0;
    text-align: center;
    margin-right: 10px;
    margin-bottom: -4px;
    box-shadow: none;
    width: auto;
    height: auto;
    border: none;
}


div#submenu .divOptionAdd {
    padding: 0 10px;
    background-color: #ff8408;
}

div#submenu .divOption img, div#submenu .divOptionAdd img
{
    margin-top: 15px;
}


div#submenu .divOption h4, div#submenu .divOptionAdd h4
{
    color: white;
}

table caption {
    background-color: #09a9d9;
    background-image: linear-gradient(to bottom, #3a3a3a 0%, #1e1e1e 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
}

table caption > button
{
    float: right;
    font-size: .8em;
}

table.records_list tr {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%) repeat scroll 0 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
}

table.records_list tr.filters {
}

tr.total {
    font-weight: bold;
}