/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 14, 2017, 11:16:33 PM
    Author     : Mario Batres
*/


/*.ui-widget, .ui-widget .ui-widget {font-size: 16px; font-family: "Roboto"}
.ui-widget-header{text-align: center; }
div.login-panel{width: 30%; margin-left: 35%; margin-top: 50px;}

table.ui-panelgrid{width: 100%;}

.ui-inputfield {width: 95%;}


div.ui-panel table.ui-panelgrid>*>tr, div.ui-panel table.ui-panelgrid>*>tr>td  {border: none}
*/

input {
    border-bottom: 1px solid #1a237e !important;;
}

div.content-map h1.firstHeading{
    font-size: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid black;
}


div.content-map div.bodyContent{
    font-size: 95%;
    padding-bottom: 10px;
    width: 500px;
}


div.content-map div.bodyContent ul{
    list-style: none;
    text-align: left;
}


div.content-map div.firstFooting{
    font-size: 85%;
    padding-top: 5px;
    border-top: 1px solid black;
    font-style: italic;
    text-align: right;
}

div.content-logo{
    width:130px;
    height: 100px;
    float:left;
}

div.content-panel {
    width: 100%;
    height: 85vh;
}

.content-map{
    width: 100%;
    height: 85vh;
}


span.ui-panel-title{
    font-size: xx-large;
}


#growl_container{
    margin-top: 70px;
}

#growl_container div.ui-growl-info{
    background-color: #e3f2fd !important;
}

#growl_container div.ui-growl-info span.ui-growl-title{
    color: #0d47a1;
}


#growl_container div.ui-growl-error{
    background-color: #ffebee !important;
}

#growl_container div.ui-growl-error span.ui-growl-title{
    color: #b71c1c;
}


#growl_container div.ui-growl-warn{
    background-color: #fffde7 !important;
}

#growl_container div.ui-growl-warn span.ui-growl-title{
    color: #f57f17;
}

/*
tr.ui-state-highlight{
    background-color: red;
    color: white;
}
*/

table.card-content-table{
    width: 50%;
    margin-left: 25%;
}

table.card-content-table thead tr th, table.card-content-table tbody tr td {
    text-align: center;
}

table.card-content-table thead tr{
    background: none !important;
}


table.card-content-table thead tr th{

    margin: 0 !important;
    padding: 1px !important;
}

table.card-content-table tbody tr td{

    margin: 0 !important;
    padding: 0 !important;
}


td.number{
    text-align: right;
}

div.dashboard-data-grid{
    font-size: 85%;
}

div.dashboard-data-grid div.ui-datatable-header{
    background-color: #ffa726 !important;
    font-weight: bold;
    font-size: 120%;
    color: #263238 !important;
}

div.dashboard-data-grid table thead tr{
    background-color: #ffb74d !important;
}


div.datatable-map-1 table thead tr{
    background-color: #2e7d32 !important;
}

div.dashboard-data-grid table thead tr th span{
    color: #263238 !important;
    font-weight: bold;

}

div.dashboard-data-grid div.ui-datatable-scrollable-header{
    background-color:  #ffb74d !important;
}

div.dashboard-data-grid table tr.rendimiento-aceptable{
    background-color: #c8e6c9 !important;

} 

.ui-widget-overlay{
    background: #1f2226;
    opacity: .60;
}

.ui-dialog {
    background-color: white;
}


a.ui-dialog-titlebar-icon .ui-icon{
    width: 16px;
    height: 16px; 
}


.ui-dialog-titlebar-close {
    background-position: -96px -128px;   
    background-image: url("images/ui-icons_222222_256x240.png");
}

/*.ui-dialog-title{}*/

.l360-iframe-chart .l360-enlarge{
    float: right;
    margin-right: 50px;
    font-size: small;
}

span.ui-icon-triangle-1-s{
    width: 20px;
    height: 20px;
    background-position: 0px 0px !important;   
    background-image: url("images/ui-icons_222222_256x240.png") !important;
}

span.ui-icon-triangle-1-e{
    width: 20px;
    height: 20px;
    background-position: -32px 0px !important;   
    background-image: url("images/ui-icons_222222_256x240.png") !important;
}

span.ui-icon-circle-triangle-e{
    width: 20px;
    height: 20px;
    background-position: -32px 0px !important;   
    background-image: url("images/ui-icons_222222_256x240.png") !important;
}

span.ui-icon-circle-triangle-w{
    width: 20px;
    height: 20px;
    background-position: -96px 0px !important;   
    background-image: url("images/ui-icons_222222_256x240.png") !important;
}


div.ui-treetable table.highlight tr th {
    border: none !important;
}

div.ui-treetable table.highlight tr td, table.ui-panelgrid tr td {
    border: none !important;
}


div.ui-treetable table.highlight tr {
    border-bottom: 2px solid silver;
}

div.ui-treetable table.highlight tr:hover {
    border-bottom: 2px solid silver;
}


input.ui-inputfield.hasDatepicker{
    text-align: center;
}


label.ui-outputlabel{
    color: #1a237e !important;
}


span.ui-paginator-current{
    width: 100%;
    margin-bottom: 20px;
}



div.card.parent{
    padding: 20px;
}

div.card.parent span{
    font-weight: bold;
}

div.card.parent h5{
    margin-left: 20px;
}


div.map-info-windows{
    width: 600px;
}


ul#mapDropdown{
    width: 450px !important;
}

ul#mobile-demo{
    width: 100%;
}

ul#mobile-demo li i{
    margin-right: 0px !important;
}

ul#mobile-demo li.l-menu-item{
    width: 500px;
}