﻿body {
}

.bg-darkGreen-nicd {
    background-color: #00a651 !important;
}

.bd-darkGreen-nicd {
    border-color: #00a651 !important;
}

.fg-darkGreen-nicd {
    color: #00a651 !important;
}

.bg-green-nicd {
    background-color: #a6ce39 !important;
}

.bg-green-nicd-hover:hover {
    background-color: #a6ce39 !important;
}

.bd-green-nicd {
    border-color: #a6ce39 !important;
}

.fg-green-nicd {
    color: #a6ce39 !important;
}

.bg-pastel {
    background-color: #ebf6e9 !important;
}


.text-leader3 {
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.2;
}

.text-medium {
    font-weight: normal !important;
}

.clicked {
    background: white !important;
    color: black !important;
}

.menu-tab {
    cursor: pointer;
}

.tab-inactive {
    cursor: default;
    background-color: #bdc3c7;
    color: #2e2e2e;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 */
    filter: alpha(opacity=50); /* IE 5-7 */
    opacity: 0.5; /* Modern Browsers */
}

.tab-active {
    cursor: pointer;
    background-color: red !important;
    color: white !important;
}

.tab-selected {
    cursor: pointer;
    background-color: white !important;
    color: black !important;
}

/*.side-menu li {
    padding-left: 10px !important;
}*/

h2 {
    font-weight: normal !important;
}

#footer a {
    color: #ffffff !important;
}

#footer a:hover {
    text-decoration: none;
    color: #00aba9 !important;
}

.button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.button:disabled:hover {
    background-color: #ccc;
    border: none;
}

.button.medium2 {
    font-size: 1rem;
    height: 46px;
    line-height: 36px;
}

.back-to-top {
    display: none;
    text-align: center;
    position: fixed;
    bottom: 4em;
    right: 2em;
    width: 48px;
    height: 48px;
    font-size: 32px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
    filter: alpha(opacity=80); /* IE 5-7 */
    opacity: 0.8; /* Modern Browsers */
    cursor: pointer;
}

    .back-to-top:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

label.error, label.errors, .text.input-control > label.error {
    color: #ce352c;
    margin-left: 5px;
    font-size: 0.73rem !important;
    display: none;
}

#maintenance {
    display: none;
}

    #maintenance img {
        width: 100%;
    }

#mcontent {
    position: absolute;
    top: 40px;
    left: 40px;
    padding: 0 20px 20px;
    opacity: 0.5;
    width: 44%;
}

#loginForm {
    width: 400px;
    margin: auto auto;
}

.w-100p {
    width: 100px !important;
}

.w-80p {
    width: 80px !important;
}

.w-120p {
    width: 120px !important;
}

.w-150p {
    width: 150px !important;
}

.w-200p {
    width: 200px !important;
}

.panel-holder {
    min-height: 500px !important;
}

.popover {
    background-color: #fffcc0 !important;
    color: #1d1d1d !important;
}

.dialog .closer {
    top: 10px;
    right: 10px;
}

input[type=text]:read-only,
input[type=password]:read-only,
input[type=tel]:read-only,
input[type=datetime-local]:read-only,
input[type=email]:read-only,
input[type=file]:read-only,
input[type=month]:read-only,
input[type=number]:read-only,
input[type=search]:read-only,
input[type=time]:read-only,
input[type=url]:read-only,
input[type=week]:read-only,
input[type=file]:read-only,
textarea:read-only {
    pointer-events: none !important;
    /*border-color: #ebebeb !important;*/
    background-color: #f8f8f8 !important;
}

.file.valid, .input.valid, .select.valid, .spinner.valid, .tag-input.valid,
.textarea.valid, input[type=datetime-local].valid, input[type=email].valid,
input[type=file].valid, input[type=month].valid, input[type=number].valid,
input[type=password].valid, input[type=search].valid, input[type=tel].valid,
input[type=text].valid, input[type=time].valid, input[type=url].valid,
input[type=week].valid, select.valid, textarea.valid {
    border-color: #d9d9d9 !important;
}


/* DATE PICKER */
.ui-widget.ui-widget-content {
    border-color: #3a660e;
}

.ui-widget-header {
    border-color: #3a660e;
    background: #3a660e;
    color: #fff;
}

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
        border-color: #3a660e;
        background: #3a660e;
        color: #fff;
    }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #dad55e;
        background: #b3a800;
        color: #fff;
    }

.chart-holder {
    height: 350px;
    text-align: center
}

    .chart-holder .preloader-holder {
        margin: auto;
        padding: 30px 0;
        width: 30px;
        text-align: center;
        line-height: 30px
    }

.highcharts-credits {
    display: none !important
}

.highcharts-legend-box {
    background: yellow;
    width: 50px !important;
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

.highcharts-drilldown-data-label text, text.highcharts-drilldown-data-label, .highcharts-drilldown-axis-label {
    color: #09192a !important;
    fill: #09192a !important;
    font-weight: normal !important;
    text-decoration: none !important;
}

.highcharts-tooltip-box {
    /*fill: black !important;
    fill-opacity: 0.4 !important;*/
    stroke-width: 1 !important;
    
}

.highcharts-tooltip text {
    /*fill: white !important;*/
}

.highcharts-data-table {
    background: white !important;
    padding: 20px !important;
}

.highcharts-data-table table {
    font-size: 0.85rem !important;
    min-width: 400px !important;
    text-align: left;
}

.highcharts-data-table table tbody tr td {
    padding: 7px 10px !important;
}

.highcharts-data-table table tbody tr:nth-child(odd) {
    background: #f8f8f8 !important;
}

.highcharts-table-caption {
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    margin-bottom: 20px;
}

.content-to-show {
    display: none;
}

/*  media*/

@media (min-width: 769px) {
    .content-to-hide {
        display: inline;
    }

    .content-to-show {
        display: none !important;
    }

    .image-to-hide {
        display: inline;
    }

    .image-to-show {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .image-to-hide {
        display: none;
    }

   

    .image-to-show {
        display: inline !important;
    }
}


@media (max-width: 1000px) {

    .Tabs-to-hide {
        display: none;
    }

}

 @media (max-width: 630px) {

     .image-to-hide {
         display: none;
     }

     .content-to-hide {
         display: none;
     }

     .content-to-show {
         display: inline !important;
     }
 }


@media (min-width: 1000px) {

        .Tabs-to-hide {
            display: inline !important;
        }
}


