/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
#scriptWindguru
{
    height: 366px;
}
body {
    padding-bottom: 70px;
}

/* Smartadmin logo */
#logo {
    margin-top: 9px;
}

.margin-top-100 {
    margin-top: 100px;
}

/* Smartadmin header onoff switch */
.onoffswitch-container {
    margin-top: 0;
}

/* Nestable Tables */
.dd-empty {
    background: transparent;
}

/* Table Head no Background*/
.no-background {
    background-color: white;
}

/* Bootstrap Labels */
.label-farms {
    font-weight: 300;
    line-height: 28px;
}

table#table-meteo {
    font-size: 11px;
}

table#table-meteo > tbody > tr > td,
table#table-meteo > tbody > tr > th,
table#table-meteo > tfoot > tr > td,
table#table-meteo > tfoot > tr > th,
table#table-meteo > thead > tr > td,
table#table-meteo > thead > tr > th {
    border: none;
    padding: 8px 0px;
}

table#table-lightning > tbody > tr > td,
table#table-lightning > tbody > tr > th,
table#table-lightning > tfoot > tr > td,
table#table-lightning > tfoot > tr > th,
table#table-lightning > thead > tr > td,
table#table-lightning > thead > tr > th {
    border: none;
    padding-left: 5px;
}

table#table-meteo > tbody > tr > td:first-child {
    padding: 8px 7px;
}

table#table-meteo > tbody > tr.row-wind-direction > td {
    padding-top: 6px;
    padding-bottom: 5px;
}

table#table-meteo tr.row-wind-direction td i {
    font-size: 20px;
    font-weight: 100;
}

table#table-meteo tr td.highlighted {
    background-color: lightgray;
}

header span.legend {
    line-height: 36px;
    margin-left: 10px;
    font-size: 11px;
    height: 32px;
    position: relative;
    float: left;
}

#updateProductModal footer,
#detailsProductModal footer,
#createProductModal footer {
    margin-top: 20px;
}

.spinner {
    margin: 50px auto;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;

    margin: 20px auto;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

ul.dropdown-point,
.dropdown-point > ul {
    max-height: 500px;
    overflow-y: scroll;
    margin-left: 0;
    padding-left: 5px;
    overflow-y: scroll;
}

.dropdown-point > ul > li {
    list-style: none;
}

ul.dropdown-point > li > input[type='checkbox'],
.dropdown-point > ul > li > input[type='checkbox'] {
    margin: auto 5px;
}

ul.dropdown-point > .update,
.dropdown-point > .update {
    background-color: #EEEEEE;
    width: 100%;
    float: left;
    padding: 0 10px;
}

.legend-container {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    margin-bottom: 20px;
}

.legend-container .title {
    font-size: 16px;
    font-weight: 400;
}

.legend-container .legend {
    font-size: 12px;
}

/* Dual list box */
.bootstrap-duallistbox-container label {
    color: #333333;
    margin-bottom: 5px;
    border: 0;
    font-size: 13px;
    padding: 0;
}

.bootstrap-duallistbox-container span.info-container {
    display: none;
}

chart.highchart {
    display: block;
    /*height: 100%;*/
}

@media (min-width: 1200px) {
    sw-highchart.chart-custom-height > chart {
        height: 658px;
    }
}

@media (max-width: 1199px) {
    sw-highchart.chart-custom-height > chart {
        height: 400px;
    }
}

/* Menu bar */
.login-info .user-fullname {
    line-height: 28px;
}

.margin-top-footer {
    margin-top: 50px;
}

/* Table views */
@media (max-width: 979px) {
    .btn-text {
        display: none;
    }

    .btn-labeled {
        width: 35px;
    }
}

table > thead > tr > th {
    background-color: #ddd;
}

.btn-label {
    min-width: 35px;
}

.table-column-buttons:last-child,
.table-column-status {
    white-space: nowrap;
    width: 1px;
}

/* Table data align */
.table > tbody > tr > td.center-vertical,
.table > tbody > tr > th.center-vertical {
    vertical-align: middle;
}

/* Add button */
.top-buttons-container {
    margin-bottom: 20px;
}

/* Detail label width */
.detail-label-style {
    width: 200px;
    font-weight: bold;
}

/* TextArea no resize */
textarea.no-resize {
    resize: none;
}

/* Error message Spacing */
small.message-spacing {
    padding: 1px
}

/* Medium Modal*/
.modal-md {
    width: 600px;
}

/* Datepicker */
.ui-datepicker td .ui-state-default {
    color: #333;
}

/* Search table input */
.search-container {
    width: 0px;
    margin-bottom: 5px;
}

.search-container input {
    height: 28px;
}

.ui-datepicker td .ui-state-highlight {
    background-color: #ebebeb;
    font-weight: bold;
}

.ui-datepicker td .ui-state-active {
    color: white;
    background-color: #3276b1;
}

.ui-datepicker td .ui-state-hover {
    color: white;
    background: #3276b1;
}

/*ul farm list*/
ul.cluster-list {
    height: 200px;
    overflow: auto;
    width: 100%;
    border: 1px solid #ddd;
    padding-left: 5px;
    margin-bottom: 0;
}

.cluster-list-container {
    min-width: 300%;
    padding: 0;
    border: 0;
    margin: 0;
}

.lightning-cluster-list-container {
    min-width: 100%;
    padding: 0;
    border: 0;
    margin: 0;
}

ul.cluster-list li ul.farm-list {
    display: none;
}

ul.cluster-list li.active ul.farm-list {
    display: block;
}

ul.farm-list {
    padding-left: 30px;
}

ul.farm-list li {
    list-style: none;
}

.cluster-name,
.cluster-row i {
    font-weight: bold;
    cursor: pointer;
}

.planning-search-container input {
    width: 100%;
}

.download-search-container input {
    padding: 5px;
    width: 100%;
}

.download-search-container span.input-group-addon {
    border: 0;
}

/* DOWNLOAD WIDGET */
.download-forecast-container,
.download-history-container {
    height: 318px;
}

.download-forecast-container .download-forecast-calendar,
.download-history-container .download-history-calendar {
    float: left;
    min-width: 240px;
}

.download-forecast-container .download-forecast-hour-container,
.download-history-container .download-history-hour-container,
.download-history-container .download-history-horizon-container {
    float: left;
    min-width: 124px;
    margin-right: 20px;
}

.download-history-container .download-history-hour-container {
    margin-bottom: 5px;
}

.download-forecast-container .download-forecast-button-container,
.download-history-container .download-history-button-container {
    float: left;
    margin-top: 23px;
}

.download-forecast-container .download-forecast-button-container .btn-labeled,
.download-history-container .download-history-button-container .btn-labeled {
    width: 124px;
}

@media (max-width: 464px) {
    .download-forecast-container .download-forecast-calendar {
        margin-bottom: 10px;
    }
}

@media (max-width: 1347px) {
    .download-history-container {
        height: auto;
    }
}

@media (max-width: 1168px) {
    .download-history-container .download-history-calendar {
        margin-bottom: 10px;
    }
}

.download-history-container {

}

.btns-selected-clear-all-container button {
    box-shadow: none;
}

.btns-selected-clear-all-container button:hover {
    background-color: #3276b1;
    color: white;
}

.legend-container {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}

.caret-green {
    color: green;
    vertical-align: inherit;
}

.caret-red {
    color: red;
}

/* Widget filter */
.widget-filter {
    z-index: 1;
}

.widget-filter .form-control.period-date-input {
    width: 40%;
}

.widget-filter .form-group label.search-master-label {
    width: 100%;
}

.widget-filter .search-master-label {
    position: relative;
    float: left;
    font-weight: bold;
    margin-right: 20px;
    line-height: 32px
}

.widget-filter .search-inline-label {
    position: relative;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 32px
}

#sw-login-form-container {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 50px;
}

#sw-login-image-container {
    padding: 20px;
    text-align: center;
}

.user-nested-list {
    padding-left: 10px;
    border: 1px solid #f1f1f1;
    overflow-y: scroll;
    height: 366px;
}

.background-information {
    color: #DDDDDD;
    font-size: 200px;
    font-weight: bolder;
}

.bg-table-header {
    background-color: #FF9800;
}

.bg-highlight-light {
    background-color: #E1EDFB;
    /*background-color: #ECF3F8;*/
    /*background-color: #E1EDFB;*/
    /*background-color: #68747B;*/
    /*background-color: #E53030;*/
}

.bg-highlight-dark {
    background-color: #338BD6;
}

.text-color-green {
    color: #649E28;
}

/* Login */
sa-login-dashboard .well,
sa-login-dashboard .well header,
sa-login-dashboard .well fieldset,
sa-login-dashboard .well footer {
    background-color: transparent;
    border: 0;
}

.font-weight-bold {
    font-weight: bold;
}

.float-right {
    float: right;
}

.bg-risk-level-01 {
    background-color: #CDE0C4;
    color: #6d925b;
}

.bg-risk-level-02 {
    background-color: #DEDA2B;
    color: #868306;
}

.bg-risk-level-03 {
    background-color: #EFE1B3;
    color: #D47813;
}

.bg-risk-level-04 {
    background-color: #FB8E19;
    color: #AD4505;
}

.bg-risk-level-05 {
    background-color: #C26565;
    color: #FFFFFF;
}

tr.bordered-cells td {
    border-right: 1px dashed gray !important;
}


.chartBottomEDPFaults{
    /*margin-top: 60px; 85px; */
}
.percentageTableEdp{
    background-color: rgba(255,235,190, 1);
    text-align: center;
    height: 15px;

    /*
    border: 0px solid #ffd87e;
    background-color: #FDD01C;
    */
}
.labelTableEdp{
    color: black;
    display: block;
    position: absolute;
    width: 100px;
}

.dropdownAo{
    margin-top: -2px;
}

.subtitle-planningfaults{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 15px;
}
