body {
    font-family: "Verdana","Arial","sans-serif";
}

.cuadro-texto {
    /*border: 1px solid #3185B9;*/
    border: 1px solid #6ba122;
    width: 100%;
    padding: 5px;
}

.azul-pd {
    background-color: #3185B9;
}

.azul-pd2 {
    /*background-color: #01415c;*/
    /*background-color: #999999;*/
    background-color: #052430;
}

.gris-pd {
    background-color:  #f3f3f3;   
}

.gris-pd-color {
    color: #01415c !important;
}

.azul-pd-color {
    color: #01415C !important;
}

h1 {
    font-size: 20px !important;
    font-weight: 100;
}

.titulo {
    padding: 10px;
    color: white;
    overflow: hidden;
}

.titulo h2 {
    font-size: 24px;
    font-weight: 100;
    display: inline;
}

.lista {
    display: inline;
    text-align: left;
    margin: 0 10px;
}

.lista li {
    display: inline;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid white;
}

.lista li:first-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}

.lista li a {
    text-decoration: none;
    color: white;
}

.lista li a:hover {
    color: yellow;
}

.clear {
    height: 5px;
    border-top: 1px solid black;
}

.data tbody tr:hover, .tabla-detalles tbody tr:hover, .tabla-detalles-proyecto tbody tr:hover {
    background-color:  #d8e9c4 !important;
    cursor: pointer;
}

.data {
    margin: 10px;
}

.data td {
    text-align: left;
    padding: 2px 10px;
}

#table-wrapper {
    padding: 10px;
}

.img-lite {
    width: 20px;
}

.table td {
    text-align: left;
    padding: 5px 10px;
}

fieldset {
    border: 1px solid #052430 !important;
    width: 415px;
    /*background-color: #f8f8f8*/
}

legend {
    padding: 2px 8px !important;
}

.in-fieldset {
    display: inline-block;
    padding: 5px 0 5px 5px;
    width: 130px;
}

.destacar {
    /*font-weight: bold;*/
    /*color: #01415c;*/
    color: #6ba122;
}

.hidden {

}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.button-fix-width {
    width: 62px;
    color: #FFF !important;
    text-align: center;
    font-size: 9px;
}

.bold {
    font-weight: bold;
}

.tabla-detalles td {
    text-align: left;
}

.tabla-detalles tr {
    cursor: pointer;
}

.datosTarea {
    padding: 10px;
}

.datosTarea td {
    padding: 10px;
}

.desarrollo-tarea td {
    /*text-align: center;*/
}

.id-resaltado {
    color: #3b3b3a;
    font-weight: bold;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

.adjIcon {float: left; width: 16px;}

.progreso {
    background: #a4a4a4 !important;
}
.ui-progressbar {
    position: relative;
}
.progress-label {
    position: absolute;
    left: 10%;
    top: 4px;
    /*font-weight: bold;*/
    color: #FFF;
    /*text-shadow: 1px 1px 0 #000;*/
}

.hiddent {
    display: none;
}

.fixed-header {
    position: fixed; 
    top: 105px; 
    width: 100%;
    z-index: 100;
    min-width: 1257px;
    border-bottom: 1px solid black;
    height: 25px;
}

#content-wrapper {
    margin-top: 150px;
}

.DataTables_sort_icon {
    /*float: left;*/
    /*position: absolute;*/
}

.DataTables_sort_wrapper {
    /*float: left;*/
}
/*
.styled-table th {
    border-bottom: 1px solid #000;
}
*/
.styled-table .hover:hover {background-color: #d8e9c4;}
