﻿html,
body {
    height: 100%;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.left_col {
    background: #eaeaea;
}

.nav-sm .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 70px;
    padding: 0;
    position: absolute;
    height: 100vh;
}

.nav-sm .container.body .col-md-3.left_col.menu_fixed {
    position: fixed;
    height: 100%;
}

.nav-sm .container.body .col-md-3.left_col .mCSB_container,
.nav-sm .container.body .col-md-3.left_col .mCustomScrollBox {
    overflow: visible;
}

.nav-sm .hidden-small {
    visibility: hidden;
}

.right_col {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    padding-bottom: 30px !important;
}

.right_col.vertical-center {
    margin-left: 0 !important;
    min-width: 100% !important;
}

body .container.body .right_col {
    background: #fefefe;
    border-left: 1px solid #d0d8d8;
    overflow-x: auto;
}

.nav-sm .container.body .right_col {
    padding: 10px 20px;
    margin-left: 70px;
    min-width: calc(100% - 70px);
}

.nav-md .container.body .right_col {
    padding: 10px 20px;
    margin-left: 270px;
    min-width: calc(100% - 270px);
}

.nav-md .main_menu_side {
    overflow-y: auto;
    height: calc(100vh - 99px);
}

.nav-sm .navbar.nav_title {
    width: 70px;
    border-bottom: 1px solid #cfcfcf;
}

.nav-sm .navbar.nav_title .site_title {
    display: none;
}

.nav-sm .navbar.nav_title .site_title_small {
    display: block;
}

.nav-sm .navbar.nav_title a span {
    display: none;
}

.nav-sm .navbar.nav_title a i {
    font-size: 27px;
    margin: 7px 0 0 3px;
}

.site_title {
    float: left;
}

.main_container {
    background-color: #EAEAEA;
}

.nav-sm .main_container .top_nav {
    display: block;
    margin-left: 70px;
    z-index: 2;
}

ul.side-menu>li>a>span.fa {
    margin-top: 10px;
}

.nav-sm .nav.side-menu li a {
    text-align: center !important;
    font-weight: 400;
    font-size: 10px;
    padding: 10px 5px;
    border-right: 2px solid transparent;
}

.nav-sm .nav.side-menu .nav.child_menu li a {
    font-size: 12px;
}

.nav-sm .nav.child_menu li.active,
.nav-sm .nav.side-menu li.active-sm {
    border-right: 2px solid #76ad42;
}

.nav-sm .nav.side-menu li.active-sm a {
    border-right: 0px solid transparent;
}

.nav-sm ul.nav.child_menu ul,
.nav-sm .nav.side-menu li.active-sm ul ul {
    position: static;
    width: 200px;
    background: none;
}

.nav-sm>.nav.side-menu>li.active-sm>a {
    color: #1ABB9C !important;
}

.nav-sm .nav.side-menu li a i.toggle-up {
    display: none !important;
}

.nav-sm .nav.side-menu li a i {
    font-size: 25px !important;
    text-align: center;
    margin-bottom: 5px;
    width: 100% !important;
}

@media screen and (max-height: 792px) {
    .nav-sm .nav.side-menu li a i {
        font-size: 20px !important;
    }
    .nav-sm .nav.side-menu li a {
        padding: 5px;
    }
    .nav-sm .badge {
        position: absolute;
        top: 2px;
        right: 2px;
    }
}

.nav-sm ul.nav.child_menu {
    left: 100%;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 4000;
    background: #444444;
    display: none;
}

.nav-sm ul.nav.child_menu li {
    padding: 0 10px;
}

.nav-sm ul.nav.child_menu li a {
    text-align: left !important;
}

.profile {
    background: #444444;
}

.nav-sm .profile {
    display: none;
}

.menu_section {
    margin-bottom: 35px;
}

.menu_section h3 {
    padding-left: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 1px 1px #000;
}

.menu_section>ul {
    margin-top: 0;
}

.profile_pic {
    width: 35%;
    float: left;
}

.img-circle.profile_img {
    width: 70%;
    background: #fff;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 20px;
    border: 1px solid rgba(52, 73, 94, 0.44);
    padding: 4px;
}

span.companyInfo {
    display: block;
    font-size: 11px;
    word-wrap: break-word;
    max-width: 240px;
}

.nav-sm span.companyInfo {
    display: none;
}

.profile.img_2 {
    text-align: center;
}

.profile.img_2 .profile_pic {
    width: 100%;
}

.profile.img_2 .profile_pic .img-circle.profile_img {
    width: 50%;
    margin: 10px 0 0;
}

.profile.img_2 .profile_info {
    padding: 15px 10px 0;
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.main_menu span.fa {
    float: right;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    min-width: inherit;
    color: #444444;
}

.main_menu span.fa.fa-chevron-down {
    width: 10px;
    position: absolute;
    right: 7px;
}

.nav-sm .menu_section {
    margin: 0;
}

.nav-sm li>a>span.fa,
.nav-sm .menu_section h3 {
    display: none;
}

.nav-sm li li span.fa {
    display: inline-block;
}

.nav_menu {
    float: left;
    background: #f4f4f4;
    border-bottom: 1px solid #e1eae7;
    border-top: 1px solid #dee7e4;
    border-left: 1px solid #cfd7d9;
    width: 100%;
    height: 100px;
    position: relative;
}

@media (min-width: 480px) {
    .nav_menu {
        position: static;
    }
}

.nav-md .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 270px;
    padding: 0;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    height: 100vh;
}

.nav-md .container.body .col-md-3.left_col.menu_fixed {
    height: 100%;
    position: fixed;
}

.nav_title {
    width: 270px;
    float: left;
    background: #eaeaea;
    border-radius: 0;
    height: 99px;
    max-width: 270px;
}

@media (max-width: 991px) {
    .nav-md .container.body .right_col,
    .nav-md .container.body .top_nav {
        width: 100%;
    }
    .nav-md .container.body .right_col {
        width: 100%;
        padding-right: 0;
    }
    .nav-md .right_col {
        padding: 10px !important;
    }
}

@media (max-width: 1200px) {
    .x_title h2 {
        width: 62%;
        font-size: 17px;
    }
    .tile,
    .graph {
        zoom: 85%;
        height: inherit;
    }
}

@media (max-width: 1270px) and (min-width: 192px) {
    .x_title h2 small {
        display: none;
    }
}

.left_col .mCSB_scrollTools {
    width: 6px;
}

.container {
    width: 100%;
    padding: 0;
}

body {
    color: #4f4f51;
    background: #eaeaea;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    color: #006a44;
    text-decoration: none;
}

a,
a:visited,
a:focus,
a:active,
 :visited,
 :focus,
 :active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
}

a:hover,
a:focus {
    text-decoration: underline;
}

.navbar {
    margin-bottom: 0;
}

.navbar-header {
    background: #34495E;
}

.navbar-right {
    margin-right: 0;
}

.top_nav .navbar-right {
    margin: 0;
    width: 70%;
    float: right;
}

.top_nav .navbar-right li {
    display: inline-block;
    float: right;
    width: 220px;
    position: static;
}

@media (min-width: 480px) {
    .top_nav .navbar-right li {
        position: relative;
    }
}

.top_nav .dropdown-menu li {
    width: 100%;
    border-bottom: 1px solid #e5ecea;
}

.top_nav .dropdown-menu li a {
    width: 100%;
    padding: 12px 20px;
}

.top_nav li a i {
    font-size: 15px;
}

.navbar-static-top {
    position: fixed;
    top: 0;
    width: 100%;
}

.sidebar-header {
    border-bottom: 0;
    margin-top: 46px;
}

.sidebar-header:first-of-type {
    margin-top: 0;
}

.nav.side-menu>li {
    position: relative;
    display: block;
    cursor: pointer;
}

.nav.side-menu>li>a {
    margin-bottom: 0;
}

.nav.side-menu>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background: #cecece;
}

.nav.child_menu span.fa {
    color: #ffffff;
}

.nav.child_menu {
    display: none;
    background: #444444;
}

.nav.child_menu li:hover,
.nav.child_menu li.active {
    background-color: rgba(255, 255, 255, 0.06);
}

.nav.child_menu li {
    padding-left: 36px;
}

.nav-md ul.nav.child_menu li:before {
    background: #ffffff;
    bottom: auto;
    content: "";
    height: 1px;
    left: 26px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 3px;
    z-index: 1;
}

.nav-md ul.nav.child_menu li:after {
    border-left: 1px solid #007875;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0;
}

.nav-md ul.nav.child_menu li:last-child::after {
    bottom: 0;
}
.dropdown-menu task-pager button {
    color: #444444;
    background: #eaeaea;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #cfcfcf;
    margin: 0;
    border-radius: 0 !important;
    border-left: 0;
    border-right: 0;
    padding: 3px 20px !important;
    text-align: left;
    font-size: 16px;
}

.dropdown-menu task-pager button > i{
  font-size: 16px !important;
  margin-right: 10px;
}
.dropdown-menu {
    border-radius:0;
    padding:0;
    font-size: 16px;
  }

  .dropdown-menu li{
    color: #444444;
    background: #eaeaea;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #cfcfcf;
  }
  .dropdown-menu li button{
    margin: 0;
    background:transparent;
    background-color:transparent;
  }

.nav.side-menu>li>a {
    background: #eaeaea;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #cfcfcf;
}

.nav.side-menu>li>a,
.nav.child_menu>li>a {
    color: #444444;
    font-weight: 500;
    font-size: 15px;
    max-width: 270px;
    word-wrap: break-word;
}

.nav.child_menu li li:hover,
.nav.child_menu li li.active {
    background: none;
}

.nav.child_menu li li a:hover,
.nav.child_menu li li a.active {
    color: #76ad42;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 9px 15px 12px 15px;
}

.nav.side-menu>li.current-page,
.nav.side-menu>li.current-page a,
.nav.side-menu>li.active {
    border-right: 0px solid #1ABB9C;
    color: #76ad42;
}

.nav li.current-page {
    background: none;
}

.nav li li li.current-page {
    background: none;
}

.nav li li.current-page a .badge {
    background: #76ad42;
}

.nav li li.current-page a {
    color: #76ad42;
}

.nav.side-menu>li.active>a {
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}

.navbar-brand,
.navbar-nav>li>a {
    font-weight: 500;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 74px;
}

.site_title_small {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    display: block;
    margin: 0;
}

.site_title_small {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    display: block;
    margin: 0;
    display: none;
}

.site_title:hover,
.site_title:focus {
    text-decoration: none;
}

.nav.navbar-nav>li>a {
    color: #4f4f51 !important;
    border-left: 1px solid #dfe8e6;
}

.nav.top_menu>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #34495E !important;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
}

.toggle {
    float: right;
    margin-right: 5px;
}

.nav-sm .toggle {
    margin-right: 8px;
}

.toggle a {
    padding: 15px 15px 0;
    margin: 0;
    cursor: pointer;
    color: #4f4f51;
}

.toggle a i {
    font-size: 26px;
    margin-top: 25px;
}

.nav.child_menu>li>a .badge {
    background: #d7d7d7;
    font-size: 10px;
    color: #444444;
    border-radius: 30px;
}

.nav.child_menu>li>a {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    padding: 9px;
}

.main_menu_side {
    padding: 0;
}

.main_menu .fa {
    width: 26px;
    opacity: .99;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main_menu .icon {
    width: 26px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    position: relative;
    top: 4px;
}

.btn.disabled,
.btn[disabled],
.card.btn.disabled,
.card .btn[disabled],
.btn-outline.disabled,
.pull-right.btn-outline.disabled,
.btn.btn-outline.disabled,
a.btn.disabled {
    color: #c8c8c8;
    border-color: #c8c8c8 !important;
}

.btn-outline,
.btn-outline:focus {
    background: transparent;
    color: #308667
}

.btn-outline:active {
    border: 1px solid #308667
}

h1 .pull-right .btn-outline,
.card .btn.btn-outline,
button.btn.btn-outline {
    border: 1px solid #308667 !important;
}

.btn-outline:hover {
    background: #258043;
    background: -webkit-linear-gradient(#258043, #006a44);
    background: -o-linear-gradient(#258043, #006a44);
    background: -moz-linear-gradient(#258043, #006a44);
    background: linear-gradient(#258043, #006a44);
    color: #ffffff
}

.btn-outline-secondary {
    background: none;
    border: 1px solid;
    border-color: #dddddd;
}

.btn-outline-secondary:hover {
    background-color: #dddddd;
}

.btn-outlineDanger,
.btn-outlineDanger:focus {
    background: transparent;
    color: #e10000
}

.btn-outlineDanger:active {
    border: 1px solid #e10000
}

.btn-outlineDanger:hover {
    background: #e10000;
    background: -webkit-linear-gradient(#e10000, #9e0000);
    background: -o-linear-gradient(#e10000, #9e0000);
    background: -moz-linear-gradient(#e10000, #9e0000);
    background: linear-gradient(#e10000, #9e0000);
    color: #ffffff
}

.btn-primary {
    color: #f5f5f5;
    background: #257f44;
    background: -webkit-linear-gradient(#257f44, #006a44);
    background: -o-linear-gradient(#257f44, #006a44);
    background: -moz-linear-gradient(#257f44, #006a44);
    background: linear-gradient(#257f44, #006a44);
    border-color: transparent;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    background: #005f3d;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-primary:hover,
.open>.dropdown-toggle.btn-primary:focus {
    background: #044b2e;
    border-color: #044b2e;
}
.button-checked{
    background-color: #044b2e !important;
    background: #044b2e !important;
}

button,
.buttons,
.btn,
.modal-footer .btn+.btn {
    margin-bottom: 5px;
    margin-right: 5px;
}

div.bottomViewerToolbarWrapper button.action-button {
    background-color: #006a44 !important;
}

div.bottomViewerToolbarWrapper button.action-button:hover {
    background-color: #006a44 !important;
}

kendo-panelbar-item button.actions-button:hover, kendo-panelbar-item button.panel-bar-button:hover {
    background-color: #257f44;
}

div.bottomViewerToolbarWrapper button {
    margin: 0px;
}

.btn-group-vertical .btn,
.btn-group .btn {
    margin-bottom: 0;
    margin-right: 0;
}

.viewerHolderBtn, .viewerHolderCloseBtn {
    background-color: #4f4f51 !important;
    color: #f5f5f5;
    border-top: 1px solid #474749 !important;
    border-bottom: 1px solid #474749 !important;
    height: 28px;
}

.viewerHolderBtn:hover, .viewerHolderCloseBtn:hover {
    color: #f5f5f5;
    background-color: #69696b !important;
}

div.thumbSeparator {
    background: transparent;
    width: calc(100% - 5px);
    color: #f5f5f5;
    padding: 3px 5px;
    font-size: 14px;
    cursor: default;
}

div.thumbSeparator {
    background: transparent;
    width: calc(100% - 5px);
    color: #f5f5f5;
    padding: 3px 5px;
    font-size: 14px;
    cursor: default;
}
div.thumbSeparator span {
    cursor: pointer;
}
div.thumbSeparator span:hover {
    color: red;
}

.thumbnailContextMenu .btn.btn-default {
    border-radius: 0;
    background: #4F4F51;
    border-color: #4F4F51;
    color: #ffffff;
}

.thumbnailContextMenu .btn.btn-default:hover {
    border-radius: 0;
    background: #006a44 !important;
    border-color: #006a44;
}

#spinner {
    z-index: 11000 !important;;
}

.swal2-container {
    z-index: 11000 !important;
}

.capture-viewer-header-continuation {
    height:28px;
    flex-shrink:0;
    flex-grow:0;
    background-color:#4f4f51 !important;
}

button.btn.btn-outline-white {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
}

button.btn.btn-outline-white:hover {
    background-color: #258043;
}

.dropup-more .dropdown-menu,
.dropup-more .dropdown-menu li{
    background-color: #4f4f51 !important;
}

.dropup-more .dropdown-menu li{
    border: 0px !important;
}

.dropup-more .dropdown-menu{
    border: 1px solid #474749 !important;
}

.dropup-more .dropdown-menu > li > .btn,
.dropup-more .dropdown-menu button {
    border-top: 1px solid #474749 !important;
    border-bottom: 1px solid #606062 !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    height: auto;
    border-radius: 0;
}

.topBar{
    background-color: #eaeaea;
  }

.toggleToolbar {
    border-top: 1px solid #585858;
    border-left: 1px solid #585858;
    border-bottom: 1px solid #464646;
    border-right: 1px solid #464646;
    background-color: #373739;
    font-size: 13px !important;
    font-weight: normal;
 }
 
@media only screen and (max-width: 1099px) {
    .nav-sm div.bottomViewerToolbarWrapper button > span,
    .nav-sm div.bottomViewerToolbarWrapper button > small  {
      display: none;
    }
  }

  @media only screen and (max-width: 1279px) {
    .nav-md div.bottomViewerToolbarWrapper button > span,
    .nav-md div.bottomViewerToolbarWrapper button > small  {
      display: none;
    }
  }

  #reportViewer1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    font-family: Verdana, Arial;
}

.trv-report-viewer .k-menu.k-menu-horizontal:not(.k-context-menu),
.k-menu .k-animation-container .k-menu-group {
    background-color: #4F4F51;
}

.trv-search-dialog-input-area .k-widget.k-combobox.trv-search-dialog-input-box{
    display: inherit;
}

.trv-menu-large.k-widget.k-reset.k-header.k-menu.k-menu-horizontal .k-link:link, 
.trv-menu-large.k-widget.k-reset.k-header.k-menu.k-menu-horizontal .k-link:visited,
.trv-menu-large.k-widget.k-reset.k-header.k-menu.k-menu-horizontal .k-nav-current.k-state-hover .k-link,
.trv-menu-large.k-widget.k-reset.k-header.k-menu.k-menu-horizontal .k-item > .k-link > span {
    color: #f5f5f5;
}

.k-menu .k-item > .k-link {
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
    padding: 3px 10px;
    border-right: 1px solid #474749;
    border-left: 1px solid #606062;
}

.k-menu .k-state-selected > .k-link {
    background-color: #006A44 !important;
}

.k-menu .k-link.k-state-active,
.k-menu .k-state-hover > .k-link {
    background-color: #59595B !important;
    color: #f5f5f5 !important;
    border-top: solid 1px #adadad;
    border-bottom: solid 1px #adadad;
}

.k-widget.k-menu-horizontal > .k-state-disabled > .k-link {
    color: #999;
}

.trv-report-pager:hover input {
    color: #000000;
}

.trv-error-message,
.trv-pages-area > .trv-error-pane > .centered,
.trv-parameter-container .trv-parameter-error {
    color: #f5f5f5;
    background-color: #4da5df;
    border-color: #379adb;
}

.trv-parameter-header {
    color: #f5f5f5;
    background-color: #4F4F51;
}

.trv-parameter-container .trv-parameter-title {
    margin: 5px 5px 0px 5px;
    padding: 5px 0px 5px 0px;
}

.k-listview > .k-state-focused.k-state-selected {
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,106,68,1);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,106,68,1);
    box-shadow: inset 0px 0px 0px 0px rgba(0,106,68,1);
}

div.listviewitem {
    padding: 3px;
    cursor: pointer;
}

    div.listviewitem:hover {
        background-color: #EAEAEA;
    }

    div.listviewitem.k-state-selected {
        background-color: #006A44;
    }

.trv-parameters-area.k-widget.preview {
    border-width: 1px 0px 0px 0px;
}

.trv-pages-area.k-widget.printpreview,
.trv-document-map.hidden ~ .trv-pages-area {
    border-width: 1px 1px 0px 0px;
}

.trv-parameters-area.preview .trv-parameters-area-footer {
    padding-bottom: 10px;
}

#confirm-delete .modal-header {
    font-size: 18px;
    font-weight: 500;
}

::-moz-selection, ::selection {
    background-color: #00603d !important;
    color: #ffffff !important;
}
