﻿html {
    font-size: 11px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

html
.nav {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav::before {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    z-index: 1;
}

.active {
    background: rgb(177, 177, 177);
}

.nav::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgb(0, 0, 0);
    z-index: 1;
}

.nav::before {
    left: 0;
    border-radius: 0 0 0 50%;
}

.nav::after {
    right: 0;
    border-radius: 0 0 50% 0;
}

.nav-item {
    position: relative;
    float: left;
    width: 16.66667%;
}

    .nav-item a {
        display: block;
        padding: 10px 20px;
        border: 1px solid #ccc;
        text-decoration: none;
        color: #333;
        position: relative;
        z-index: 2;
    }


/*style.css start top bar*/

.logo {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    align-items: center;
    height: 52.5px;
    display: flex;
    margin: auto;
    width: 50px;
    float: left;
    border-bottom: 3px solid #FF3333;
}

    .logo img {
        width: 30px;
        margin: auto;
    }

.top_bar {
    background: #FFCC00;
    border-bottom: 3px solid #FF3333;
    padding: 0 0;
}

.top_bar_block {
    padding: 3.5px 20px;
}

.primary_bt {
    background-color: #0C7CC7;
    border-radius: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px 10px 10px 10px;
    margin-right: 20px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    border: none;
    min-width: 60px;
}

    .primary_bt:hover {
        color: #fff;
    }

.normal_bt {
    /*-webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.10);*/
    margin-right: 20px;
    border-radius: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #484848 !important;
    font-weight: bold;
    font-size: 11px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #d8d8d8;
    min-width: 60px;
}

.navbar_form {
    padding: 0 10px;
}

.refresh_text {
    float: left;
    width: 110px;
    padding: 12px 10px;
}

/*style.css start search box*/

.search_block {
    background: #f1f1f1;
    padding: 10px 0;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #d8d8d8;
}

    .search_block .k-picker-solid, .k-list-item-text, .k-datepicker {
        font-size: 11px;
        border-color: #d8d8d8;
    }

.search_granularity .k-picker-solid {
    background: #ffffff;
    border-color: #d8d8d8;
}

.search_go_bt {
    text-align: right;
    padding-top: 5px;
    height:8px;
}

    .search_go_bt button, .refresh_interval_bt button {
        background-color: #0C7CC7;
        border-radius: 5px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        padding: 10px 10px 10px 10px;
        margin-right: 20px;
        font-size: 11px;
        font-weight: bold;
        color: #ffffff;
        border: none;
        min-width: 50px;
        min-height:8px;
        top: 5px;
    }

.platform_cards_block {
}

.platform_cards {
    background: #f8f8f8;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    height: 140px;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
}


.p_card_title_name {
    font-size: 13px;
    color: #4d4d4d;
    font-weight: 600;
}

.platform_availablity {
    padding: 20px 0;
}

    .platform_availablity label {
        font-size: 16px;
        font-weight: 600;
    }

.p_card_value {
    position: absolute;
    bottom: 10px;
}

.card_left_block {
    width: 50%;
    position: absolute;
    top: 40px;
}

.card_left_block_div {
    width: 50%;
    position: absolute;
    top: 58px;
}

.chart_block {
    width: 30%;
    height: 90px;
    float: right;
    clear: both;
    margin: 10px 0;
    position: relative;
}

    .chart_block > .k-chart {
        position: absolute !important;
        top: -20px;
        right: -22px;
    }

.up_color {
    color: #14804A;
}

.down_color {
    color: #d12953;
}

/*style.css start downtime box*/
.downtime_block {
}

.highest {
    background: #fcf7f8;
    border: 1px solid #e68fa5;
    padding: 10px;
    border-radius: 5px;
}

.lowest {
    background: #effdf6;
    border: 1px solid #4a9f75;
    padding: 10px;
    border-radius: 5px
}

.highest_heading {
    border-bottom: 1px solid #e68fa5;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
}

.lowest_heading {
    border-bottom: 1px solid #4a9f75;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
}

.float_right {
    float: right;
}

.downtime_list {
    padding: 6px 0;
}

.list_hours {
    font-size: 16px;
    font-weight: bold;
}

.down_tag {
    background: #faf0f3;
    padding: 2px 5px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #d12953;
}

.up_tag {
    background: #E1fcEf;
    padding: 2px 5px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #14804A;
}

    .up_tag span {
        bottom: 3px;
    }

.down_tag span {
    bottom: 2px;
}


/*start Admin page*/
.job_refresh_heading {
    background: #0c7cc7 !important;
    color: #fff;
}


/*start chart css page*/
.k-chart {
    width: 130px;
    height: 130px;
    float: left;
    margin-left: 0px;
    margin-bottom: 5px;
}

ul.k-panelbar {
    position: relative;
}

.countdown {
    position: absolute;
    top: 10px;
    right: 50px;
    color: #fff;
}

.homecountdown {
    /*position: relative;
    top: 15px;
    left: 20px;
    right: 15px;*/
    margin-right: 2px;
    margin-left: auto;
    padding-top: 15px;
    color: #424242;
}

/*start table grid css */

.k-grid {
    font-size: 11px;
}

.k-grid-header {
    font-weight: bold;
}

/* styles for info icon */
.info-message {
    display: inline-block;
    margin-left: auto;
    margin-right: 2px;
}

.info-icon {
    font-size: 15px;
    cursor: pointer;
}

.info-tooltip {
    position: absolute;
    right: 2px;
    top: 10px;
    transform: translateX(-65%);
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    transition: opacity 0.3s, visibility 0.3s;
}

.info-message:hover .info-tooltip {
    opacity: 1;
    visibility: visible;
}

.info-text {
    font-size: 12px;
}


#mfsrefreshnote {
    display: inline-block;
    border: 3px solid red;
    padding: 3px;
    color: white;
    font-size: 13px;
}

/* Added this style with image as with Telerik upgrade up and down arrow were not displaying */
.k-i-arrow-up::before {
    content: url('../images/up_arrow.png');
}

.k-i-arrow-down::before {
    content: url('../images/down_arrow.png');
}