.icon i {
    font-size: 270px;
    color: #dadada;
}

.file-box {
    float: left;
    width: 185px;
    max-height: 210px;
}

.truncate {
    max-height: 100px;
}

/*Para el chart*/
.legend {
    width: 100%;
    border: 1px solid #DCDCDC;
    font-size: smaller;
}

.legend .title {
    display: inline-block;
    margin: 1em;
    line-height: 1.2em;
    padding: 0 0.3em;
}

.legend .color-sample {
    display: block;
    float: left;
    width: 1em;
    height: 1em;
    border: 2px solid; /* Comment out if you don't want to show the fillColor */
    border-radius: 0.5em; /* Comment out if you prefer squarish samples */
    margin-right: 0.5em;
}

li.active > a{
    color: #18A689;
    font-weight: bold;
}

.thumbnail-48 {
    border-radius: 50%;
    width: 48px;
}

.middle-box h1 {
     font-size: 30px; 
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

/*Fix Column Table*/
.divider {
    margin-top: 40px;
    }
    
.button {
    /* appearance */
    background-color: #3f3f3f;
    background-image: -moz-linear-gradient(
        top,
        rgba(255,255,255,0.0) 0%,
        rgba(255,255,255,0.1) 50%);
    
    background-image: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(100%,rgba(255,255,255,0.0)),
        color-stop(50%,rgba(255,255,255,0.1)));
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(139,139,139,1) inset, 0 1px 0 rgba(88,88,88,1);
    -moz-box-shadow: 0 1px 0 rgba(139,139,139,1) inset, 0 1px 0 rgba(88,88,88,1);
    box-shadow: 0 1px 0 rgba(139,139,139,1) inset, 0 1px 0 rgba(88,88,88,1);
    cursor: pointer;
    
    /* position */
    display: inline-block;
    margin: 10px;
    
    /* size */
    padding: 0 10px;
    
    /* text */
    color: #eaeaea;
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
    white-space: nowrap;
    }
.button:hover {
    /* appearance */
    background-color: #6495ed;
    -webkit-box-shadow: 0 0 3px #6495ed;
    -moz-box-shadow: 0 0 3px #6495ed;
    box-shadow: 0 0 3px #6495ed;
    }

.myTableWrapper {
    width: 800px;
    height: 500px;
    }


.height_measurement_table{
    height: 150px;
    overflow-x: auto;
    overflow-y: auto;
}

.height250 {
        height: 250px;
        overflow-x: auto;
        overflow-y: auto;
}

.height300 {
        height: 300px;
        overflow-x: auto;
        overflow-y: auto;
}

.height400 {
        height: 400px;
        overflow-x: auto;
        overflow-y: auto;
}

/*.report-table{
    margin-bottom: 10px;
}
*/
.report-table > thead > tr > th, .report-table > tbody > tr > th, .report-table > tfoot > tr > th, .report-table > thead > tr > td, .report-table > tbody > tr > td, .report-table > tfoot > tr > td {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 2px;
    vertical-align: top;
}


.fancyTable td, .fancyTable th {
    /* appearance */
    border: 1px solid #778899;
    
    /* size */
    padding: 5px;
    }

.fancyTable {
    /* text */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

.fancyTable tbody tr td {
    /* appearance */
    background-color: #eef2f9;
    background-image: -moz-linear-gradient(
        top,
        rgba(255,255,255,0.4) 0%,
        rgba(255,255,255,0.2) 50%,
        rgba(255,255,255,0.1) 51%,
        rgba(255,255,255,0.0) 100%);
    
    background-image: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0%,rgba(255,255,255,0.4)),
        color-stop(50%,rgba(255,255,255,0.2)),
        color-stop(51%,rgba(255,255,255,0.1)),
        color-stop(100%,rgba(255,255,255,0.0)));
        
    /* text */
    color: #262c31;
    font-size: 11px;
    }

.fancyTable tbody tr.odd td {
    /* appearance */
    background-color: #d6e0ef;
    background-image: -moz-linear-gradient(
        top,
        rgba(255,255,255,0.4) 0%,
        rgba(255,255,255,0.2) 50%,
        rgba(255,255,255,0.1) 51%,
        rgba(255,255,255,0.0) 100%);
    
    background-image: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0%,rgba(255,255,255,0.4)),
        color-stop(50%,rgba(255,255,255,0.2)),
        color-stop(51%,rgba(255,255,255,0.1)),
        color-stop(100%,rgba(255,255,255,0.0)));
    }

.fancyTable thead tr th,
.fancyTable thead tr td,
.fancyTable tfoot tr th, 
.fancyTable tfoot tr td {
    /* appearance */
    background-color: #8ca9cf;
    background-image: -moz-linear-gradient(
        top,
        rgba(255,255,255,0.4) 0%,
        rgba(255,255,255,0.2) 50%,
        rgba(255,255,255,0.1) 51%,
        rgba(255,255,255,0.0) 100%);
    
    background-image: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0%,rgba(255,255,255,0.4)),
        color-stop(50%,rgba(255,255,255,0.2)),
        color-stop(51%,rgba(255,255,255,0.1)),
        color-stop(100%,rgba(255,255,255,0.0)));
        
    /* text */
    color: #121517;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 1px #e8ebee;
    }
    

/* Fancy Dark Table */  
.fancyDarkTable .numeric {
    /* text */
    text-align: right;
    }

.fancyDarkTable td, .fancyDarkTable th {
    border: 1px solid #000000;
    padding: 5px;
}

.fancyDarkTable thead tr th {
    padding: 10px 5px 10px 5px;
    }

.fancyDarkTable {
    /*border-collapse: separate;*/
    
    /* text */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

.fancyDarkTable tbody tr td {
    /* appearance */
    background-color: #48535e;
    background-image: -moz-linear-gradient(
        top,
        rgba(255,255,255,0.0) 0%,
        rgba(255,255,255,0.02) 100%);
    
    background-image: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0%,rgba(255,255,255,0.0)),
        color-stop(100%,rgba(255,255,255,0.02)));
    border-bottom-color: #22272e;
    border-top-color: #708090;
    border-right-color: #000;
    border-left-color: #3c454f;

    /* size */
    padding: 10px 5px 30px 5px;

    /* text */
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0 -1px 1px #000000;
    }

.fancyDarkTable tbody tr.odd td {
    /* appearance */
    background-color: #3c454f;
    background-image: -moz-linear-gradient(
        top,
        rgba(255,255,255,0.0) 0%,
        rgba(255,255,255,0.02) 100%);
    
    background-image: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0%,rgba(255,255,255,0.0)),
        color-stop(100%,rgba(255,255,255,0.02)));
    border-right-color: #000;
    }

.fancyDarkTable thead tr th,
.fancyDarkTable tfoot tr td {
    /* appearance */
    background-color: #0b0d10;
    background-image: -moz-linear-gradient(
        top,
        rgba(255,255,255,0.4) 0%,
        rgba(255,255,255,0.2) 50%,
        rgba(255,255,255,0.1) 51%,
        rgba(255,255,255,0.0) 100%);
    
    background-image: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0%,rgba(255,255,255,0.4)),
        color-stop(50%,rgba(255,255,255,0.2)),
        color-stop(51%,rgba(255,255,255,0.1)),
        color-stop(100%,rgba(255,255,255,0.0)));
        
    /* text */
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 -1px 1px #000;
    }
    
.fancyDarkTable .fht-head {
    -webkit-box-shadow: 0 5px 10px #000;
    z-index: 1;
    position: relative;
    }


.label-peligro{
    background-color: #ed5565;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-alerta{
    background-color: #f8ac59;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-aceptable{
    background-color: #1ab394;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.first-column{
    width: 10%;
}

.first-column-inventory{
    width: 20%;
}

.feed-file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-right: 20px;
}

.feed-file .icon {
    padding: 15px 10px;
    text-align: center;
}
.feed-file .icon, .file .image {
    height: 100px;
    overflow: hidden;
}

.feed-file .icon i {
    font-size: 70px;
    color: #dadada;
}

.padding_left_10 {
    padding-right: 10px;
}

.report-font{
    font-size: 0.7em;
}

#id_osm_tree{
    height: 200px;
    overflow-y: scroll;
}

/*p{
    display: inline;
}*/

.emergency td {
  background-color: #f99f9f;
}

.jstree-default .jstree-disabled {
  background: transparent;
  text-decoration: line-through;
}

.comment{
    padding-bottom: 1em;
}

/*Bueno*/
.osm-status-2 {
  background-color: #1ab394;
  color: #FFFFFF;
}
/*Regular*/
.osm-status-1 {
  background-color: #f8ac59;
  color: #FFFFFF;
}
/*Malo*/
.osm-status-0 {
  background-color: #ed5565;
  color: #FFFFFF;
}

a:hover{
    text-decoration: underline;
}

.p-xl {
    padding: 20px;
}

.width-100 input[type="text"]{
	max-width: 100%!important;
	min-width: 100%!important;
}
.width-100 button{
	max-width: 100%!important;
	min-width: 100%!important;
	padding: 10px;
}

.label-jr-reject {
    background-color: #ed5565;
    color: #FFFFFF;
}

.label-jr-new {
    background-color: #1ab394;
    color: #FFFFFF;
}

.label-jr-accept {
    background-color: #1c84c6;
    color: #FFFFFF;
}

.label-wo-accept {
    background-color: #1c84c6;
    color: #FFFFFF;
}

.label-wo-doing{
    background-color: #1ab394;
    color: #FFFFFF;
}

.label-wo-new{
    background-color: #f8ac59;
    color: #FFFFFF;
}

.label-wo-done{
    background-color: #121517;
    color: #FFFFFF;
}

.label-wo-reject{
    background-color: #ed5565;
    color: #FFFFFF;
}

.help-block {
    font-size: 10px;
    color: #999;
    line-height: normal;
    margin: 0;
}

.errorlist {
    padding: 0;
    margin: 0 0 9px 3px;
}

.unread td {
    background-color: #f9f8f8;
}
.unread td a, .unread td {
    font-weight: 600;
    font-style: italic;
    color: #A3A2A2;
}


.total > th {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    font-weight: 700;
}

.total > tr {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    font-weight: 700;
}

.logo {
    display: block;
    float: left;
}

.invoice-table > thead > tr > th, .invoice-table > tbody > tr > th, .invoice-table > tfoot > tr > th, .invoice-table > thead > tr > td, .invoice-table > tbody > tr > td, .invoice-table > tfoot > tr > td {
    border-top: 1px solid #e7eaec;
    line-height: 1.4;
    padding: 8px;
    vertical-align: top;
}


.title-table{
    font-size: 14px;
    font-weight: 600;
}

.dropdown-list{
    margin-left: -150px;
}

a.tooltip-x {
    position: relative;
}

a.tooltip-x span {
    display: none;    
}

a.tooltip-x:hover span, a.tooltip-x:focus span {
    display:block;
    position:absolute;
    top:1em;
    left:1.5em;
    padding: 0.2em 0.6em;
    border:1px solid #e7eaec;
    background-color:#2f4050;
    color:#fff;
    z-index: 1;
    width:200px;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
}


@media print {
    .first-column{
        width: 20%;
    }
    .first-column-inventory{
        width: 30%;
    }
    .label-aceptable{
        background-color: #1ab394!important;
        color: #FFFFFF!important;
        -webkit-print-color-adjust: exact;
    }
    .label-alerta{
        background-color: #f8ac59!important;
        color: #FFFFFF!important;
        -webkit-print-color-adjust: exact;
    }
    .label-peligro{
        background-color: #ed5565!important;
        color: #FFFFFF!important;
        -webkit-print-color-adjust: exact;
    }
    p{
        display: inherit;
    }
    .no-print, .no-print *
    {
        display: none !important;
    }
/*    h2 {
        font-size: 12px;
    }*/
}

table tr .btn-icon { opacity:0; float:right }
table tr:hover .btn-icon { opacity:1 }

#report-wrapper { float: none; }


.navbar-static-top{
    z-index: initial;
}


@media all {
    .page-break { display: none; }
    }
    
    @media print {
    .page-break { display: block; page-break-before: always; }
    }