﻿/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
/*Custom tab view form small tabs*/
/*---------------------Start--------------------*/
.customTab .ui-widget.ui-widget-content {
    border: 0px;
    padding: 0px;
}
.customTab .ui-widget-content {
    border: 0px;
    background: none;
    color: #333333;
}
.customTab .ui-state-default,
.customTab .ui-widget-content .ui-state-default,
.customTab .ui-widget-header .ui-state-default,
.customTab .ui-button,
html .ui-button.ui-state-disabled:hover,
.customTab .ui-button.ui-state-disabled:active {
    border: 0;
    background: transparent;
    font-weight: normal;
    color: #454545;
}
.customTab .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -2px;
    padding-bottom: 0px;
}
.customTab .ui-state-active,
.customTab .ui-widget-content .ui-state-active,
.customTab .ui-widget-header .ui-state-active,
.customTab a.ui-button:active,
.customTab .ui-button:active,
.customTab .ui-button.ui-state-active:hover {
    /* border: 0; */
    /* background: transparent; */
    font-weight: 700;
    color: rgba(32, 66, 109, 1);
    /* color: #20426d; */
}
.customTab ul.ui-tabs-nav li.ui-tabs-active a {
    border: 1px solid white;
    border-bottom: 1px solid white;
    box-shadow: 0 -5px 8px rgba(32, 66, 109, .2);
    border-radius: 3px 3px 0 0;
    background: white;
    z-index: 1;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}
.customTab .ui-state-active a,
.customTab .ui-state-active a:link,
.customTab .ui-state-active a:visited {
    color: rgb(32, 66, 109);
    text-decoration: none;
}
.customTab .ui-widget-header {
    border: 0;
    /*border-bottom: 1px solid lightgray;*/
    background: none;
    color: #333333;
    font-weight: bold;
}
.customTab .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0 1em;
    text-decoration: none;
}
/*.customTab ul.ui-tabs-nav {
    height: 51px;
}*/
.customTab .ui-state-default a,
.customTab .ui-state-default a:link,
.customTab .ui-state-default a:visited,
.customTab a.ui-button,
a:link.ui-button,
.customTab a:visited.ui-button,
.ui-button {
    color: #20426d;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.customTab .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0 0;
}
@media (max-width: 1024px) {
    #projects-page ul.ui-tabs-nav li a {
        font-size: 18px;
    }

    .customTab .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 0 .8em;
    }
}
/*---------------------End--------------------*/
html {
    height: 100%;
    margin-bottom: 0px;
}
body {
    text-align: left;
    height: 100%;
    margin-bottom: 0px;
    font-family: 'Noto Sans', sans-serif;
    direction: ltr;
}
.brandfont {
    font-family: 'Montserrat', sans-serif;
}
.bodyfont {
    font-family: 'Roboto', sans-serif;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.green-color {
    color: #3E992D;
}
.darkblue-color {
    color: #20364e;
}
.red-color {
    color: #E60000;
}
a {
    color: #20426d;
}
/* a.btn:hover {
        color: #fff;
    } */
.clear {
    clear: both;
}
div.header {
    border-bottom: 1px solid lightgray;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 80px;
}
div.logo {
    float: left;
    margin-left: 10px;
    padding-top: 17px;
}
div.sidebar {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 170px;
    background-color: #f1f1f1;
    z-index: 0;
    border-right: 1px solid lightgray;
    box-sizing: border-box;
    padding-top: 80px;
}
div.side-menu a {
    display: block;
    padding: 20px 10px 20px 50px;
    border-bottom: 1px solid lightgray;
    color: #20426d;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left 10px center;
    transition: 1s;
}
div.side-menu a:hover {
    background-color: white;
    transition: 0.5s;
}
div.side-menu a.selected {
    background-color: #20426d;
    color: white;
    border-left: 4px solid #cd6a28;
}
div.side-menu a.home {
    background-image: url(../images/icon-home.png);
}
div.side-menu a.projects {
    background-image: url(../images/icon-projects.png);
}
div.side-menu a.portaluser {
    background-image: url(../images/icon-portaluser.png);
}
div.side-menu a.activitylog {
    background-image: url(../images/icon-activity.png);
}
div.side-menu a.statistics {
    background-image: url(../images/icon-statistics.png);
}
div.side-menu a.account {
    background-image: url(../images/icon-account.png);
}
div.side-menu a.settings {
    background-image: url(../images/icon-settings.png);
}
div.side-menu a.contact {
    background-image: url(../images/icon-contact.png);
}
div.side-menu a.selected.home {
    background-image: url(../images/icon-home-selected.png);
}
div.side-menu a.selected.projects {
    background-image: url(../images/icon-projects-selected.png);
}
div.side-menu a.selected.statistics {
    background-image: url(../images/icon-statistics-selected.png);
}
div.side-menu a.selected.account {
    background-image: url(../images/icon-account-selected.png);
}
div.side-menu a.selected.settings {
    background-image: url(../images/icon-settings-selected.png);
}
div.side-menu a.selected.contact {
    background-image: url(../images/icon-contact-selected.png);
}

.content {
    padding: 140px 0 30px 0;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
}
    .content.container-fluid {
        padding: 110px 0 30px 0;
        width: 100%;
        overflow: hidden;
        min-height: 100vh;
    }

@media (max-width: 1024px) {
    .content {
        padding: 190px 0 30px 0;
    }
}

.footable-row-detail-name {
    display: none !important;
}
.footable-row-detail-row {
    display: block !important;
    width: 100%;
    padding: 40px 15px;
    background-color: #f1f1f1;
    box-sizing: border-box;
}
.footable-row-detail-inner {
    display: block !important;
}
.footable-row-detail-value {
    display: block !important;
}
table.morning tr {}
table.morning td,
table.morning th {
    padding: 14px 0px;
    border-bottom: 1px solid lightgray;
    vertical-align: middle;
}
table.morning td.footable-row-detail-cell {
    padding: 0px;
}
span.status-completed {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid green;
    color: green;
    border-radius: 3px;
    width: 80px;
    text-align: center;
    background-color: transparent;
    font-size: 12px;
    border: none;
    background: transparent;
    padding-left: 0px;
    text-align: left;
}
span.status-cancelled {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #B22222;
    color: #B22222;
    border-radius: 3px;
    width: 80px;
    text-align: center;
    background-color: transparent;
    font-size: 12px;
    border: none;
    background: transparent;
    padding-left: 0px;
    text-align: left;
}
span.status-in-progress {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid orange;
    color: orange;
    border-radius: 3px;
    /*width: 80px;*/
    text-align: center;
    background-color: transparent;
    font-size: 12px;
    border: none;
    background: transparent;
    padding-left: 0px;
    text-align: left;
}
span.status-in-preparation {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #2d5f99;
    color: #2d5f99;
    border-radius: 3px;
    width: 100px;
    text-align: center;
    background-color: transparent;
    font-size: 12px;
    border: none;
    background: transparent;
    padding-left: 0px;
    text-align: left;
}
span.status-on-hold {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #db524b;
    color: #db524b;
    border-radius: 3px;
    width: 80px;
    text-align: center;
    background-color: transparent;
    font-size: 12px;
    border: none;
    background: transparent;
    padding-left: 0px;
    text-align: left;
}
.project-number {
    float: left;
    width: 15%;
    display: none;
}
.project-details .row {}
.project-number .label {
    color: gray;
    font-size: 12px;
    font-weight: bold;
}
.project-manager {
    float: left;
    width: 25%;
}
.project-manager .project-manager-image {
    float: left;
}
.project-manager .project-manager-image img {
    border-radius: 100%;
    border: 1px solid lightgray;
    width: 48px;
    height: 48px;
    margin-right: 10px;
}
.project-manager .project-manager-label {
    color: gray;
    font-size: 12px;
    font-weight: bold;
}
.project-manager .project-manager-name {
    float: left;
    font-size: 20px;
}
.project-phase {
    float: left;
    width: 55%;
    text-align: center;
}
.project-phase-bar {
    border: 1px solid #d3d3d3;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #efefef;
}
.project-phase-bar .status {
    height: 20px;
    float: left;
    color: #9c9c9c;
    box-sizing: border-box;
    padding: 0px 10px;
    font-size: 11px;
    border-right: 1px solid #ccc;
    line-height: 22px;
    width: 33.33%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.project-phase-bar .status:first-child {
    border-radius: 30px 0 0 30px;
}
.project-phase-bar .status:last-child {
    border-radius: 0px 30px 30px 0px;
    border-right: none;
}
.project-phase-bar .status.active {
    background-color: #cb6928 !important;
    color: white !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.5);
    border-top: 1px solid #a84c0e;
    border-bottom: 1px solid #a84c0e;
    border-left: 1px solid #a84c0e;
    border-right: 1px solid #a84c0e;
}
.project-phase-bar .status.inpreparation {
    background-color: #2d5f99 !important;
    color: white !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.5);
    border-top: 1px solid #59a02a;
    border-bottom: 1px solid #59a02a;
    border-left: 1px solid #59a02a;
    border-right: 1px solid #59a02a;
}
.project-phase-bar .status.done {
    background-color: #70cc32 !important;
    color: white !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.5);
    border-top: 1px solid #59a02a;
    border-bottom: 1px solid #59a02a;
    border-left: 1px solid #59a02a;
    border-right: 1px solid #59a02a;
}
.project-phase-bar .status.rejected {
    background-color: #992d2d !important;
    color: white !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.5);
    border-top: 1px solid #992d2d;
    border-bottom: 1px solid #992d2d;
    border-left: 1px solid #992d2d;
    border-right: 1px solid #992d2d;
}
.status-label {
    font-weight: 500;
    color: #20426d;
    font-style: italic;
}
.project-btn {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding-left: 20px;
    text-align: right;
    padding-top: 7px;
}
.project-btn a {
    padding: 0px 15px 0px 10px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    background: #2d5f99;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2d5f99 0%, #20426d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d5f99), color-stop(100%, #20426d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2d5f99 0%, #20426d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2d5f99 0%, #20426d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2d5f99 0%, #20426d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #2d5f99 0%, #20426d 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d5f99', endColorstr='#20426d', GradientType=0);
    /* IE6-9 */
    border: 1px solid #1B275B;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.5) inset;
}
.user {
    float: right;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 10px;
}
.user .user-image {
    float: left;
}
.user .user-image img {
    width: 42px;
    height: 42px;
    border-radius: 100%;
}
.user .user-name {
    float: left;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
}
ul.ui-tabs-nav {
    height: 50px;
    border-bottom: 1px solid lightgray;
    z-index: 0;
}
ul.ui-tabs-nav li {
    float: left;
    list-style: none;
    height: 50px;
}
ul.ui-tabs-nav li a {
    display: block;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    color: #20426d;
    text-decoration: none;
    padding: 0 20px;
}
ul.ui-tabs-nav li.ui-tabs-active a {
    border: 1px solid lightgray;
    border-bottom: 1px solid white;
    border-radius: 5px 5px 0 0;
    background-color: white;
    z-index: 1;
    margin-bottom: -1px;
}
#tabs .ui-widget-content {
    padding-top: 10px;
}
#tabs {
    position: relative;
}
.new-project {
    padding: 0px 15px 0px 10px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    float: right;
    margin-top: 20px;
    margin-right: 5px;
    background: #2d5f99;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2d5f99 0%, #20426d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d5f99), color-stop(100%, #20426d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2d5f99 0%, #20426d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2d5f99 0%, #20426d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2d5f99 0%, #20426d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #2d5f99 0%, #20426d 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d5f99', endColorstr='#20426d', GradientType=0);
    /* IE6-9 */
    border: 1px solid #1B275B;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.5) inset;
}
.new-project:hover,
.project-btn a:hover {
    background: #306ca0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #306ca0 0%, #234877 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #306ca0), color-stop(100%, #234877));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #306ca0 0%, #234877 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #306ca0 0%, #234877 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #306ca0 0%, #234877 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #306ca0 0%, #234877 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#306ca0', endColorstr='#234877', GradientType=0);
    /* IE6-9 */
}
.new-project img {
    margin-right: 3px;
    margin-bottom: -2px;
}
tr.footable-detail-show {
    background-color: #f9f9f9;
}
.footable-first-column {
    padding-left: 15px !important;
}
.footable-last-column {
    padding-right: 15px !important;
}
table.morning tr:hover {
    background-color: #f9f9f9;
}
table.morning thead tr:hover,
table.morning tfoot tr:hover {
    background-color: #FFFFFF;
}
.search-projects {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 8px;
    border: 1px solid #aaa;
    border-radius: 3px;
    width: 150px;
}
.rush {
    display: inline-block;
    font-size: 12px;
    color: white;
    padding: 2px 5px;
    background-color: #3CC0CF;
    border-radius: 3px;
    margin-left: 6px;
}
.project-number-column {
    width: 215px;
}
.my-po-number-column {
    width: 200px;
}
.footable>thead>tr>th {
    color: #2d5f99;
    font-weight: bold;
    text-align: left !important;
}
.morning-btn {
    background: linear-gradient(to bottom, #2d5f99 0%, #20426d 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #1b275b !important;
    border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.5) inset;
    color: white !important;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    margin-top: 20px;
    padding: 0 15px 0 15px !important;
    text-decoration: none;
    cursor: pointer !important;
}
.morning-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #306ca0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #306ca0 0%, #234877 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #306ca0), color-stop(100%, #234877));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #306ca0 0%, #234877 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #306ca0 0%, #234877 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #306ca0 0%, #234877 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #306ca0 0%, #234877 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#306ca0', endColorstr='#234877', GradientType=0);
    /* IE6-9 */
}
.search-container {
    padding: 20px 0;
    border-bottom: 1px solid lightgray;
}
.search-column {
    display: inline-block;
    padding-right: 10px;
    float: left;
}
.search-column label {
    display: block;
    width: 200px;
}
.search-column input {
    padding: 10px;
    border: 1px solid lightgray;
    width: 186px;
    border-radius: 3px;
    margin-top: 3px;
}
.search-column .search-btn {
    width: 100px !important;
    margin-top: 21px;
}
th.force-center,
td.force-center {
    text-align: center !important;
}
.new-quote-btn {
    margin-top: 20px;
    margin-right: 10px;
}
.new-quote-btn img {
    margin-bottom: -2px;
    margin-right: 3px;
}
.breadcrumbs {
    padding-bottom: 10px;
    border-bottom: 1px solid lightgray;
    margin-bottom: 10px;
}
.breadcrumbs a {
    text-decoration: none;
}
.breadcrumbs span.arrow {
    font-size: 18px;
    display: inline-block;
    padding: 0 10px;
}
.styled-select {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    /* IE6-9 */
    border: 1px solid #a1a1a1;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.styled-select .dropdown-arrow {
    position: absolute;
    right: 15px;
    top: 15px;
}
.styled-select select {
    background: transparent;
    padding: 9px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    outline: none;
    box-sizing: border-box;
}
.search-column .styled-select {
    margin-top: 3px;
}
.morning-btn img {
    margin-bottom: -2px;
    margin-right: 3px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.disclaimer {
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #eee;
    border-top: 1px solid lightgray;
    color: gray;
}
.session-section {
    background: #f0f0f0;
    text-align: left;
    font-size: 16px;
    display: block
}
.warning-section {
    background: #f0f0f0;
    text-align: left;
    font-size: 16px;
    display: block
}
.fixed-btn-width {
    width: 60px;
}
.lightbox {
    /** Default lightbox to hidden */
    display: none;
    /** Position and style */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.lightbox:target {
    /** Remove default browser outline */
    outline: none;
    /** Unhide lightbox **/
    display: block;
}
.whitebox {
    width: 290px;
    background-color: white;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    border-radius: 5px;
    text-align: left;
}
.ui-dialog-titlebar {
    background-color: #20426d !important;
    color: white !important;
    font-size: 18px !important;
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: normal !important;
}
table.ipplatform tr {}
table.ipplatform td,
table.ipplatform th {
    padding: 2px 0px;
    border-bottom: 1px solid lightgray;
    vertical-align: middle;
}
table.ipplatform td.footable-row-detail-cell {
    padding: 0px;
}
table.ipplatform tr:hover {
    background-color: #f9f9f9;
}
table.ipplatform thead tr:hover,
table.ipplatform tfoot tr:hover {
    background-color: #FFFFFF;
}
div.outage {
    border-bottom: 1px solid lightgray;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    position: fixed;
    top: 97px;
    left: 8%;
    z-index: 1;
    width: 100%;
}
div.outageMarquee {
    text-align: center;
    position: fixed;
    color: #bb3333;
    /* font-weight: bold; */
    background: #fcd2d2;
    border: 1px solid #bb3333;
    border-radius: 5px;
    width: calc(100% - 175px);
}
.search-area label {
    font-size: 12px;
    font-weight: bold;
}
.reportSearchBox {
    width: 190px;
    float: left;
}
.input-stack {
    display: inline-block;
    width: 235px;
    float: right;
    margin: 5px 20px 10px 0;
}
.input-stack input {
    float: right;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 0 5px;
}
.document-table {
    border: 1px solid #d3d3d3;
    padding: 10px 10px;
    /*overflow: auto;*/
}
.document-table table {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    min-width: 270px;
}
.document-table table td,
.document-table table th {
    padding: 8px 5px;
}
    .document-table table th {
        font-weight: 600;
        border-bottom: 1px dotted #d3d3d3;
        font-family: 'Montserrat', sans-serif;
    }
.document-table table td.doc-name {
    word-wrap: break-word;
}
.document-table table td i {
    color: #666666;
    font-weight: 400;
}
.document-table table td .download i {
    color: #cb6928;
}
.document-table .empty-docs {
    text-align: center;
    color: #d82828;
    font-weight: 500;
    padding: 27px 0;
}
.document-table .empty-docs .icon {
    color: #a4a4a4;
    font-size: 36px;
    margin-bottom: 10px;
}
.ui-widget-overlay {
    z-index: 9000 !important;
}
a.edit-reference {
    cursor: pointer;
}
a.edit-reference i:hover {
    color: #20426d;
}
/*--------------------------dashboard--------------------------*/
.user-intro {
    padding: 40px;
    margin: 30px 0;
    background: url(../images/logo_mark.svg);
    background-repeat: no-repeat;
    background-size: 200px 170px;
    background-position-y: 20px;
    background-position-x: 98%;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(164, 171, 189, .2);
}
@media (max-width: 767px) {
    .user-intro {
        padding: 30px;
        background-size: 100px 80px;
        background-position-y: 90%;
        background-position-x: 98%;
    }
}
.user-intro h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: rgba(32, 66, 109, 1);
}
.user-intro h1 span {
    font-weight: 400;
}
.user-intro h3 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 19px;
    line-height: 1.3;
    color: rgba(64, 71, 86, 1);
    width: 75%;
}
.whitebg {
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(164, 171, 189, .2);
    border-radius: 3px;
}
.step-cnt {
    padding: 20px 30px;
    position: relative;
}
.step-cnt .overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.step-cnt .overlay:hover {
    box-shadow: 0 0 30px rgba(60, 162, 219, .2);
}
.step-cnt .img-cnt {
    padding-top: 15px;
}
.step-cnt .img-cnt img {
    width: 160px;
    height: 160px;
    display: block;
    border-radius: 50%;
    /* border: 2px  dashed rgba(32,66,109,.2); */
    border-style: dashed;
    border-width: 2px;
    border-image-source: linear-gradient(to bottom, #feb600, #3ca2db);
    border-image-slice: 0;
    background-image: linear-gradient(to bottom, #f9e6e6, #c5e0c3), linear-gradient(to bottom, #feb600, #3ca2db);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0 0 8px rgba(60, 162, 219, .6);
}
.step-cnt .txt-cnt {
    text-align: left;
    padding: 0 0 10px 20px;
    width: 100%;
}
.step-cnt .txt-cnt h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
    color: rgba(32, 66, 109, 1);
}
.step-cnt .txt-cnt h2 .iq-icon {
    height: 24px;
}
.step-cnt .txt-cnt p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(64, 71, 86, 1);
}
.step-cnt .link .btn {
    font-size: 16px;
    padding: .8rem 1.5rem;
}
/*** multi step UI CSS ***/
.multi-steps>li.is-active:before,
.multi-steps>li.is-active~li:before {
    content: '\2713';
    font-family: inherit;
    font-weight: 700;
}
.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.multi-steps>li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #ededed;
    font-weight: 500;
    text-transform: uppercase;
}
.multi-steps>li:before {
    content: '\f00c';
    content: '\2713;';
    content: '\10003';
    content: '\10004';
    content: '\2713';
    display: block;
    margin: 0 auto 4px;
    background-color: #e2e2e2;
    width: 44px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: #dcdcdc;
    color: #c1c1c1;
    border-radius: 50%;
}
.multi-steps>li:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #e2e2e2;
    position: absolute;
    top: 22px;
    left: 50%;
    z-index: -1;
    color: #ccc;
}
.multi-steps .done:before {
    content: '\f00c';
    content: '\2713;';
    content: '\10003';
    content: '\10004';
    content: '\2713';
    display: block;
    margin: 0 auto 4px;
    background-color: #3E992D;
    width: 44px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: #3E992D;
    color: #fff;
    border-radius: 50%;
}
.multi-steps .done:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #3E992D;
    position: absolute;
    top: 22px;
    left: 50%;
    z-index: -1;
}
.multi-steps>li.done {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #1C436D;
    font-weight: 500;
    text-transform: uppercase;
}
.multi-steps .active:before {
    content: '\f00c';
    content: '\2713;';
    content: '\10003';
    content: '\10004';
    content: '\2713';
    display: block;
    margin: 0 auto 4px;
    background-color: rgb(255, 182, 0);
    width: 44px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 182, 0);
    color: rgba(32, 66, 109, 1);
    border-radius: 50%;
}
.multi-steps .active:after {
    content: '';
    height: 3px;
    width: 100%;
    background-color: rgb(255, 182, 0);
    position: absolute;
    top: 22px;
    left: 50%;
    z-index: -1;
}
.multi-steps>li.active {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #1C436D;
    font-weight: 500;
    text-transform: uppercase;
}
.multi-steps .rejected:before {
    content: '\f00c';
    content: '\2713;';
    content: '\10003';
    content: '\10004';
    content: '\2713';
    display: block;
    margin: 0 auto 4px;
    background-color: #e23232;
    width: 44px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: #e23232;
    color: #fff;
    border-radius: 50%;
}
.multi-steps .rejected:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #e23232;
    position: absolute;
    top: 22px;
    left: 50%;
    z-index: -1;
}
.multi-steps>li.rejected {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #1C436D;
    font-weight: 500;
    text-transform: uppercase;
}
.multi-steps>li:last-child:after {
    display: none;
}
.arrow-space {
    margin-right: 4px;
}
.project-details-wrapper .nav-tabs .nav-link.active {
    color: #20426d;
    background: #FFFFFF;
    box-shadow: 0 -2px 8px rgba(164, 171, 189, .2);
    border-top: 3px solid #20426d;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.project-details-wrapper .nav-tabs a.nav-link {
    color: rgba(64, 71, 86, 1);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.project-details-wrapper .nav-tabs .nav-link {
    border-top: 3px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.project-details-wrapper .nav-link {
    display: block;
    padding: 1rem 1.5rem;
    -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.outer-center {
    width: 100%;
    max-width: 950px;
    margin: auto;
}
/*Admin Menu*/
#adminmenu {
    background: #ffffff;
    box-shadow: 0 3px 30px rgba(164, 171, 189, .4);
    color: rgba(32, 66, 109, 1);
    position: fixed;
    height: 100%;
    width: 280px;
    overflow: hidden;
    left: 0;
    margin: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#adminmenu.hide-adminmenu {
    left: -280px;
    box-shadow: none;
}
#wrapper {
    margin: 0 0 0 280px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#wrapper.hide-adminmenu {
    margin-left: 0;
}
#adminmenu ul {
    margin: 10px 0;
}
#adminmenu ul.nav li a.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 1.1;
    padding: 14px 16px;
    color: #454545;
}
#adminmenu ul.nav li a.nav-link:hover {
    color: #3ca2db;
    background-color: #e0f2fd;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#adminmenu ul.nav li a.nav-link.active {
    color: rgba(32, 66, 109, 1);
    font-weight: 600;
}
.btn#adminmenuToggle {
    margin-top: 10px;
    border-radius: 0;
}
#wrapper.hide-adminmenu #adminmenuToggle i.fa-chevron-left {
    content: 'Menu';
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.btn-cnt {
    margin-bottom: 0;
}
.btn-cnt .btn {
    margin-bottom: 10px;
}
.btn-cnt .btn:not(:last-child) {
    margin-right: 10px;
}
.card-custom {
    border: 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    border-radius: 3px;
}
.card-custom .card-header {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 0;
    background-color: rgba(60, 162, 219, 1);
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
    border-bottom: 0;
}
.card-custom .card-body {
    padding: 1rem;
    /*font-family: 'Roboto', sans-serif;*/
}
/*Admin menu End*/
/*Gradient line on the home header*/
/*header.fixed-top::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    position: relative;
    background-image: linear-gradient(to left, rgba(62, 163, 219) 1%, rgba( 28, 67, 110) 100%);
}
*/
.apexcharts-legend-text {
    position: relative;
    font-size: 14px !important;
    font-family: 'Noto Sans', sans-serif !important;
}
.apexcharts-canvas {
    font-family: 'Noto Sans', sans-serif;
}
.invalid-tooltip {
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #f44336 !important;
    font-weight: 600;
    background-color: #ffd1ce !important;
    border-radius: .25rem;
    position:unset !important;
    top:unset !important;
}
.toggle-vis .custom-control {
    z-index: auto;
}
.tooltip-main {
    border: 1px solid #737373;
    color: #737373;
    opacity: 1 !important;
    background: #fff !important;
}

.tooltip-inner {
    background: #fff !important;
    color: rgba(0, 0, 0, 1) !important;
    opacity: 1 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.arrow::before {
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
    border-left-color: #fff !important;
    border-color: #fff !important;
    opacity: 1 !important;
}

.tooltip-inner {
    max-width: 500px !important;
    width: 100% !important;
    text-align: left !important;
}

p.tooltip-content {
    margin: .5rem 0
}

.tooltip {
    pointer-events: none;
}
.cursor-pointer {
    cursor:pointer;
}
.fa-eye {
    cursor: pointer;
    color: gray;
    line-height: 1;
}