body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#chartdiv {
    width: 100%;
    height: 350px;
    padding-top: -10px;
}

#main_gauge_title {
    margin: 0 auto;
    /*height: 20px:*/
    width: 220px;
}

#main_gauge_title h3 {
    text-align: center;
    /*width: 220;*/
    font-weight: 200;
}

#main_gauge {
    height: 200px;
    width: 220px;
    margin: 0 auto;
}

h1.nav_title {
    font-weight: 200;
    font-size: 27px;
}

h2.otros_indicadores {
    font-weight: 200;
}

.content_child {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.table_content_child {
    width: 452px;
    display: inline-block;
    vertical-align: top;

}

.box_child {
    display: inline-block;
    height: 150px;
    width: 90%;
    margin: 10px;
    vertical-align: top;
    border: 1px solid #ccc;
    padding: 10px;
}

.box_child:hover {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.box_child_noHover {
    display: inline-block;
    height: 150px;
    width: 90%;
    margin: 10px;
    vertical-align: top;
    border: 1px solid #f2f2f2;
    padding: 10px;
}

.title_container {
    float: left;
    height: 100%;
    width: 70%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ccc;
    position: relative;
    display: flex;
}

.box_child_content {
    float: left;
    text-align: center;
    height: 100%;
    width: 30%;

}

.gauge_container {
    height: 100%;
    width: 150px;
    margin: auto auto;
}

.leyend_container {
    color: black;
    height: 20px;
}

.grid_title {
    text-align: left;
    padding: 10px;
    color: white !important;
}

.grid_title span {
    background-color: rgba(55, 55, 55, 0.75);
    color: #fff;
    display: inline;
    padding: 0.45rem;
    font-weight: lighter;
}

.realtime_table {
    width: 450px;
    margin: 0 auto !important;
}

.gray-table a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

.gray-table a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

.gray-table a:active,
.gray-table a:hover {
    color: #bd5a35;
    text-decoration: underline;
}

.gray-table {
    color: #666;
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    margin: 20px;
    border: #ccc 1px solid;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

.gray-table th {
    padding: 21px 25px 22px 25px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

.gray-table th:first-child {
    text-align: left;
    padding-left: 20px;
}

.gray-table tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.gray-table tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.gray-table tr {
    text-align: center;
    padding-left: 20px;
}

.gray-table tr td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

.gray-table tr td {
    text-align: center;

    padding: 7px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

.gray-table tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

.gray-table tr:last-child td {
    border-bottom: 0;
}

.gray-table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.gray-table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.gray-table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

.indicator {
    margin: 0px auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: box-shadow 1s, height 1s, -webkit-transform 1s;
    transition: box-shadow 1s, height 1s, transform 1s;
    -webkit-transition: background-color 1s, height 1s, -webkit-transform 1s;
    transition: background-color 1s, height 1s, transform 1s;
}
#spinner{
    visibility: hidden;
    width: 80px;
    height: 80px;

    border: 2px solid #f3f3f3;
    border-top:3px solid #f25a41;
    border-radius: 100%;

    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;

    animation: spin 1s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    } to {
          transform: rotate(360deg);
      }
}

#spinner.show {
    visibility: visible;
}


.q1{
    background-color: #00ff00;
    fill: #00ff00;
}

.q2{
    background-color: #6bec00;
    fill: #6bec00;
}

.q3{
    background-color: #8fda00;
    fill: #8fda00;
}

.q4{
    background-color: #a9c600;
    fill: #a9c600;
}

.q5{
    background-color: #bcb200;
    fill: #bcb200;
}
.q6{
    background-color: #cb9d00;
    fill: #cb9d00;
}

.q7{
    background-color: #d68700;
    fill: #d68700;
}

.q8{
    background-color: #dd6f00;
    fill: #dd6f00;
}

.q9{
    background-color: #e15600;
    fill: #e15600;
}

.q10{
    background-color: #e13800;
    fill: #e13800;
}

/*.graph-rect {*/
/*    fill: #00ff00;*/
/*}*/
.custom-color {
    color: #28a745;
}

.theNavBar {
    background-color: #fbfbfb;
    margin-left: -25%;
    overflow-y: scroll;
    /*transition: all 0.3s;*/
}

.active {
    margin-left: 0;
}