/*
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 : 11/Abr/2014, 18:01:37
    Author     : Nuno Cerca
*/


.navbar-inverse {
    background-color: #65B688;
}
.navigation > li:hover > a {
    color: #FFF;
    border-left: 3px solid #65B688;
    background-color: #2C3A42;
}
.navigation > li > a {
    color: #fff;
    padding: 13px 20px 14px 14px;
    display: block;
    border-left: 3px solid transparent;
}
.navigation > li > a.level-opened {
    background-color: #65B688;
}
.form-control:focus {
    border-color: #65B688;
    box-shadow: none;
}


/* DATA TABLES */
.tab-pane .dataTable {
    border: 1px solid #ddd;
}

.dataTables_processing {
    /*color: #65B688;*/
    color: white;
    font-weight: bold;
    z-index: 9999;
    z-index: 105;
}


/* DATERANGEPICKER */
.calendars {
    float: right;
    margin-top: 4px;
}


/*  OUTROS ELEMENTOS */
.with-padding2 {

}
.with-padding2 {
    padding: 0;
    padding-top: 20px;
}
.tab-content {
    border: 0px solid #ddd; 
}
.ui-dialog{
    z-index: 1000;
    background-color: #fff;
}
.ui-dialog-titlebar {
    padding: 4px 16px 5px 16px;
    background-color: #65B688;
    color: #FFF;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
}
.ui-dialog-content{
    padding: 10px;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
.btn-text-small{
    font-size: 10px;
}
.btn-text-left{
    text-align: left;
}



div.fullscreen{
    z-index: 1001; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0; 
    left: 0; 
    background-color: white;
    overflow: scroll;
}

/* DEVEXPRESS */
.panel .dx-datagrid-header-panel {
    padding: 10px 10px 5px 10px;
}

.panel .dx-datagrid-pager {
    padding: 10px 10px 10px 10px;
}

.panel .dx-treelist-header-panel {
    padding: 10px 10px 5px 10px;
}

.panel .dx-treelist-pager {
    padding: 10px 10px 10px 10px;
}



.cellclickenable {
    cursor: pointer;
}