﻿@charset "utf-8";

body *,
html * {
    font-family: "robotoregular";
    padding: 0;
    margin: 0;
}

a,
a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
    cursor: pointer;
}

button:focus {
    outline: 1px dotted;
    outline: none;
}

b,
strong {
    font-weight: bold;
}

ul li {
    color: #626262;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

.red_txt {
    color: red !important;
}
/* /left bounce Start */

@keyframes bounceLeft {
    0%, 20%, 50%, 80%, 100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -ms-transform: translateX(8px);
        transform: translateX(8px);
    }

    60% {
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }
}

.fa-angle-double-left {
    -webkit-animation: bounceLeft 2s infinite;
    animation: bounceLeft 2s infinite;
}

@keyframes bounceInUp {
    0%, 20%, 50%, 80%, 100% {
        /* opacity: 0.5; */
        transform: translateY(0);
    }

    40% {
        /* opacity: 1; */
        transform: translateY(8px);
    }

    60% {
        transform: translateY(5px);
    }
}

.fa-angle-double-up {
    -webkit-animation: bounceInUp 2s infinite;
    animation: bounceInUp 2s infinite;
}


/* /left bounce End */

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff'), url('../fonts/roboto-light-webfont.ttf') format('truetype'), url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto-thin-webfont.eot');
    src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-thin-webfont.woff2') format('woff2'), url('../fonts/roboto-thin-webfont.woff') format('woff'), url('../fonts/roboto-thin-webfont.ttf') format('truetype'), url('../fonts/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotothin_italic';
    src: url('../fonts/roboto-thinitalic-webfont.eot');
    src: url('../fonts/roboto-thinitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-thinitalic-webfont.woff2') format('woff2'), url('../fonts/roboto-thinitalic-webfont.woff') format('woff'), url('../fonts/roboto-thinitalic-webfont.ttf') format('truetype'), url('../fonts/roboto-thinitalic-webfont.svg#robotothin_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}


/*//////////////////////////////////////////////////////////*/
/*.main-page {
    height: calc(100vh - 0px);
}*/
.topSection {
    height: 80px;
    z-index: 999;
    position: fixed;
    width: 100%;
    /* background: linear-gradient(to right, #870be8, #3f51b5); */
    /*background-image: url(../images/head_bg.jpg);*/
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    background: linear-gradient(to right, #0965a494, #3f51b5bf);
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

    .topSection .navbar {
        /* padding: 0;
    float: right; */
        width: 100%;
    }

    .topSection .navbar {
        height: 100%;
        position: fixed;
        height: 82px;
        padding: 0 1rem;
    }

    .topSection .navbar-brand {
        color: #fff;
        float: left;
        font-weight: bold;
    }

        .topSection .navbar-brand:hover,
        .topSection .navbar-brand:visited,
        .topSection .navbar-brand:focus {
            color: #fff;
        }

    .topSection .navbar-toggler {
        float: right;
        position: absolute;
        right: 12px;
        top: 20px;
        background: #fff;
        border-radius: 0;
        padding: 4px 10px;
    }

.header_logo {
    padding-top: 0;
    padding-left: 0;
    font-family: 'robotoregular';
    font-size: 20pt;
    color: #FFF;
    display: flex;
    align-items: center;
    line-height: 0;
    padding-bottom: 0;
}

    .header_logo span img {
        width: 70px;
        padding-right: 15px;
    }

.custom_menu_header .dropdown-menu {
    right: 0;
    left: auto;
    font-size: 13px;
    background: #277d9e;
    padding: 5px 0;
    border-radius: 0;
    min-width: 200px;
}

    .custom_menu_header .dropdown-menu a {
        margin-bottom: 5px;
        margin-bottom: 5px;
        color: #fff;
        padding: 4px 20px;
    }

        .custom_menu_header .dropdown-menu a:hover,
        .custom_menu_header .dropdown-menu a:focus {
            background: #3f9cbf;
        }

        .custom_menu_header .dropdown-menu a span {
            padding-right: 10px;
            font-size: 16px;
        }

.header_dropdown .dropdown-toggle {
    font-size: 25px;
    /* background: #000; */
    right: 0;
    padding-left: 20px !important;
    margin-left: 10px;
    color: #000;
}

    .header_dropdown .dropdown-toggle i {
        color: #7dc0d1;
    }

.navbar-light .navbar-nav .nav-link {
    color: #eaeaea;
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:visited,
    .navbar-light .navbar-nav .nav-link:focus {
        color: #eaeaea;
    }

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #797979;
}

.responsive_menu_inner {
    display: flex;
    /* align-items: center; */
    align-items: flex-end;
    height: 75px;
}

    .responsive_menu_inner .top_head_btn {
        background: rgb(255 255 255 / 80%);
        color: #000 !important;
        margin: 0 1px;
        /* border-radius: 3px 3px 0 0;*/
        padding: 2px 5px !important;
        font-size: 11px;
        transition: all 0.2ms ease-in-out;
        border: 1px solid rgb(255 255 255 / 37%);
        letter-spacing: .1px;
        line-height: 18px;
    }

        .responsive_menu_inner .top_head_btn:hover {
            background: rgb(255 255 255 / 100%);
            color: #000 !important;
        }


/*left slider Start*/

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #333;
}

    .page-wrapper.chiller-theme.toggled #close-sidebar:hover {
        color: #222;
    }

.layer_menu {
    background-color: #743c95;
    border-color: #743c95;
    z-index: 9;
}

    .layer_menu i {
        color: #fff;
        font-size: 20px;
    }

.chiller-theme .sidebar-wrapper {
    background: #f8f9fa;
    top: 75px;
    /*box-shadow: 0px 1px 8px #b1b1b1;*/
}

.left_icon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #743b94;
    padding: 0 15px;
    color: #fff;
}

    .left_icon a {
        color: #fff;
    }

    .left_icon i {
        color: #fff;
    }

.tree_view_sec {
    width: 100%;
    padding: 5px 10px !important;
    height: calc(100vh - 135px);
    overflow: auto;
}

ul.jqx-tree-dropdown-root {
    width: 100% !important;
}

.jqx-tree-item-li {
    text-indent: 0;
    background-color: transparent;
    border: 0px solid transparent;
    list-style: none;
    left: 100%;
    right: 0;
    text-align: left;
    outline: none;
    margin: 0px;
    margin-top: 2px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0 !important;
}

    .jqx-tree-item-li img {
        width: 20px;
        margin-right: 5px;
    }

label.jqx-legend-img-after-text {
    font-size: 12px;
}

.jstree-default .jstree-anchor {
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    color: #383838;
}
/*left slider End*/
/* Body-Section-Start */
.main_section {
    height: calc(100vh - 75px);
    overflow: auto;
}

.main_section_inr {
    padding: 0 15px 15px 0;
}

.footer_section {
    background: #dedede;
    border-top: 1px solid #bbb;
    padding: 4px 15px 4px 5px;
    text-align: right;
    font-size: 11px;
    right: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

    .footer_section p {
        margin-bottom: 0;
        color: #000;
    }

.sec_tittle {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

    .sec_tittle button {
        color: #111;
        text-decoration: none;
        border: none;
        outline: none;
        background-color: transparent;
        font-size: 20px;
        display: flex;
    }

        .sec_tittle button a {
            color: #111;
            text-decoration: none;
        }

        .sec_tittle button i {
            filter: drop-shadow(0 0 5px #bbb);
        }

    .sec_tittle h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

        .sec_tittle h3 span {
            padding-right: 6px;
            color: #4f42c0;
        }

.map_area {
    width: 100%;
    border: 1px solid #ccc;
    height: 100%;
}

.responsive-map {
    overflow: hidden;
    /* padding-bottom: 56.25%; */
    position: relative;
    /* height: 0; */
    height: calc(100vh - 250px);
}

    .responsive-map iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }


.save_btn {
    padding: 6px 18px;
    border: none;
    font-size: 12px;
    min-width: 80px;
    background: #2a8092;
    color: #fff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    .save_btn:hover {
        opacity: 0.9;
    }

.cancel_btn {
    padding: 6px 18px;
    border: none;
    font-size: 12px;
    min-width: 80px;
    background: #555;
    color: #fff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    .cancel_btn:hover {
        opacity: 0.9;
    }

.reset_btn {
    padding: 6px 18px;
    border: none;
    font-size: 12px;
    min-width: 80px;
    background: #d8763c;
    color: #fff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    .reset_btn:hover {
        opacity: 0.9;
    }

.history_btn {
    padding: 6px 18px;
    border: none;
    font-size: 12px;
    min-width: 80px;
    background: #743c95;
    color: #fff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    .history_btn:hover {
        opacity: 0.9;
    }

.history_gaph {
    margin-left: 5px;
}

#ajaxCall {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background-color: rgba(255,255,255,0.7);*/
    background-color: rgba(255,255,255,0.5);
    z-index: 9999999;
    display: none;
}

.usericon {
    top: -5px;
    right: 5px;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#ajaxCall::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: red;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
    border-bottom-color: transparent;
}

.border-red {
    border: 1px solid #FF0000 !important;
}

.red-star {
    color: red;
}

.user_icon {
    position: absolute !important;
    right: 15px;
    top: -10px;
    color: #fff !important;
}

    .user_icon a i {
        color: #000 !important;
    }

    .user_icon a .mail_link {
        font-size: 14px;
        color: #000;
        position: relative;
        top: -5px;
        right: -6px;
        width: 31px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 600;
    }

.lastdates {
    margin-top: -20px !important;
    position: absolute;
    right: 20px;
}

    .lastdates .mail_linkdown {
        font-size: 11px;
        color: #000000;
        position: relative;
        top: -2px;
        right: 10px;
        width: 31px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 500;
        /*background: #cfcfcf;*/
        padding: 2px 2px;
        border-radius: 2px;
    }

div .dropdown-menu-new {
    background: white !important;
    /* margin: 34px; */
    right: 0;
    width: fit-content;
    float: right;
    top: 116%;
    position: relative;
}
