@import url('https://fonts.googleapis.com/css?family=Open+Sans%7CRock+Salt%7CShadows+Into+Light%7CCedarville+Cursive');
.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

.glyphicon-chevron-right:before {
    content: "\e080" !important;
}

.glyphicon-chevron-left:before {
    content: "\e079" !important;
}

.glyphicon-chevron-up:before {
    content: "\e113" !important;
}

.glyphicon-chevron-down:before {
    content: "\e114" !important;
}

.date-field {
    background: #fff;
    cursor: pointer;
    width: 210px;
    margin-right: 10px;
}

.button-margin {
    margin-top: 10px;
}

.xlsx:before,
.xls:before,
.csv:before,
.txt:before {
    margin-right: 10px;
    margin-left: -2px;
    padding: 1px 7px 2px;
    box-shadow: none;
    background-color: transparent;
}

#tables-container .table-responsive caption {
    position: relative;
}

#tables-container .table-responsive caption button {
    float: right !important;
}

.relative {
    position: relative;
}

.dropdown-menu {
    z-index: 10000;
}

.nestrom {
    color: #7266ba;
}

.row-flush > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.row-table > [class*=col-] {
    display: table-cell;
    float: none;
    table-layout: fixed;
    vertical-align: middle;
}

.row-table {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
}

.widget.panel, .widget .panel {
    overflow: hidden;
}

.widget {
    margin-bottom: 20px;
    border: 0;
}

#area_filter_group {
    z-index: 1000;
    float: right;
    margin-right: 20px;
}

#area_filter_group_paths {
    z-index: 1000;
    float: right;
    margin-right: 20px;
}

.user-block-status {
    text-align: center;
    margin-left: 5px;
}

.panel-dark > .panel-heading {
    color: #fff;
    background-color: #3a3f51;
    border-color: #3a3f51;
}

#loading-bar .bar {
    height: 8px !important;
}

.users-right-pane .bg-info-light {
    font-weight: bold;
    padding: 10px;
}

.users-right-pane .user-row {
    border-bottom: 1px solid #EEEEEE;
    padding: 8px 0;
}

.users-right-pane .panel {
    margin-bottom: 5px;
}

.users-right-pane .panel-heading .checkbox {
    margin-top: 0;
}

.display-inline-block {
    display: inline-block;
}

.top-vertical-align {
    vertical-align: top;
}

.weather-description {
    height: 62px !important;
    margin-top: 5px !important;
    margin-bottom: -10px !important;
}

@media screen and (max-width: 768px) {
    .weather-description {
        height: auto !important;
    }
}

.margin-top-30 {
    margin-top: 30px;
}

[data-action="togglePicker"] {
    background-color: #51C6EA;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

[data-action="togglePicker"]:hover {
    background-color: transparent !important;
}

[data-action="togglePicker"] span.glyphicon-time:after {
    content: ' Select Time';
    font-family: sans-serif;
}

[data-action="togglePicker"] span.glyphicon-calendar:after {
    content: ' Back To Date';
    font-family: sans-serif;
}

.font-anchor-black {
    color: #000 !important;
}

.font-anchor-black:hover {
    color: #000 !important;
}

.font-anchor-black:visited {
    color: #000 !important;
}

.font-anchor-black:active {
    color: #000 !important;
}

.aside-collapsed nav.sidebar .fa-caret-down {
    display: none;
}

.users-right-pane .bg-info-light {
    margin-bottom: 5px;
}

.users-right-pane .panel.panel-default {
    border-top-width: 1px;
}

.users-right-pane .ms-sel-ctn {
    margin-left: auto !important;
}

.ms-helper {
    display: none !important;
}

li.nav-heading {
    text-align: center;
}

li.nav-heading span {
    margin-right: 8%;
}

#sync-table_filter {
    display: none;
}

table.dataTable thead .sorting_asc {
    background-image: none !important;
}

table.dataTable thead .sorting {
    background-image: none !important;
}

table.dataTable thead .sorting_desc {
    background-image: none !important;
}

.users-col {
    overflow: auto;
    height: 78vh;
}

@media (max-width: 768px) {
    .bootstrap-datetimepicker-widget {
        left: 0 !important;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
        right: 90% !important;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
        right: 90% !important;
    }

    .users-col {
        height: auto;
    }
}

.ltr {
    direction: ltr;
}

#tables-container .table-responsive caption button {
    direction: ltr;
}

.preloader * {
    direction: ltr !important;
}

.preloader {
 background-image:  linear-gradient(to left top, #4f3690, #433186, #382c7b, #2c2771, #212266, #212266, #212266, #212266, #2c2771, #382c7b, #433186, #4f3690);
}

.preloader-progress-bar {
    left: 0;
    right: auto !important;
}

.sidebar li > a, .sidebar li > .nav-item, .sidebar > .nav > .nav-heading {
    font-size: 12px;
}

.calendar-app .fc-button {
    color: #333;
    background-color: #fff;
    border-color: #eaeaea;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    height: auto;
    background-image: none;
}

.admin-user-row {
    cursor: pointer;
    padding: 4px;
}

.admin-user-row:hover {
    background: lightskyblue;
    color: white;
    border-radius: 30px;
}

.admin-user-row:hover .text-muted {
    color: white;
}

.user-disabled {
    background: rgba(0, 0, 0, 0.075);
    cursor: default;
    color: inherit;
    border-radius: 30px;
}

.user-disabled .badge {
    margin-right: 15px;
}

.user-disabled:hover {
    background: rgba(0, 0, 0, 0.075);
    color: inherit;
}

.user-disabled:hover .text-muted {
    color: #909FA7;
}

.user-disabled a {
    cursor: default;
}

.media.admin-user-row.active {
    background: #3C63AE;
    color: white;
    border-radius: 30px;
}

.admin-user-row.active .text-muted {
    color: white;
}

.text-left {
    text-align: left !important;
}

.border-left {
    border-left: 1px solid #dfe7ea;
}
.border-right{
    border-right: 1px solid #dfe7ea;
}
.panel .dataTables_wrapper {
    padding-bottom: 50px;
}

.preloader-progress {
    width: 400px !important;
    height: 100px !important;
    background-size: 400px 100px !important;
}
.preloader-progress-bar {
    background-size: 400px 100px !important;
}

.alert-info {
  background-color: #5a7dca;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.as-sortable-item {
    border: none !important;
}

@media print {
    footer {
        display: none;
    }

    header {
        display: none;
    }

    @page { size: auto;  margin: 0mm; }

    .no-print {
        display: none;
    }

    #print {
        display: none !important;
    }

    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }

    .removeScroll {
        height: auto !important;
    }

    .taskDetailsPrint{
        display: block !important;
    }

    .noData{
        font-size: 13px !important;
        text-align: left !important;

    }

    .commentsPanel{
        display: block !important;
    }

    .col-print-1 {width:8%;  float:left;}
    .col-print-2 {width:16%; float:left;}
    .col-print-3 {width:25%; float:left;}
    .col-print-4 {width:33%; float:left;}
    .col-print-5 {width:42%; float:left;}
    .col-print-6 {width:50%; float:left;}
    .col-print-7 {width:58%; float:left;}
    .col-print-8 {width:66%; float:left;}
    .col-print-9 {width:75%; float:left;}
    .col-print-10{width:83%; float:left;}
    .col-print-11{width:92%; float:left;}
    .col-print-12{width:100%; float:left;}
}

#filter-row {
    border-bottom: 1px dashed #eee;
    margin-bottom: 10px;
}

#filter-row .select2 {
    width: 100% !important;
}



.overlay:after {
  content: "";
  display: block;
  position: fixed; 
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: #fafafa99;
}

.searchBox{
    box-shadow: none;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #3a3f51;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dde6e9;
    border-radius: 4px;
    white-space: normal!important;
}

.cron-select-wrap {
  display: inline-block;
}

.cron-select-wrap .cron-select {
  width: 150px;
  height: 34px;
  padding: 6px 12px;
  margin: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.cron-select-wrap select[multiple] {
  height: 140px;
}

.select-options {
  display: inline-block;
}

.answer-label{
    font-weight: 500 !important;
}

.ngTables tr> td{
    text-align: center;
    vertical-align: middle !important;
}

.dateRange {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc; width: 100%;
    border-radius: 5px;
    text-align: center;
}

.searchBox {
    margin-left: 0.5em;
    display: inline-block;
    width: 160px;
}

.circle-lg {
    width: 11px;
    height: 11px;
}
.circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 500px;
    margin: 0 .5em;
    vertical-align: baseline;
    border: 2px solid transparent;
}

.thumbnail {
  position: relative;
  width: 48px;
  height: 48px;
  overflow: hidden;
  background-color: transparent;
  border : none;
  margin-bottom: 0px;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}

.modal_img{
    max-width: 500px;
}

.add_user_modal{
    width: 800px;
}

.user_profile_image {
    height: 150px;
    width: auto;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .preloader-progress {
        width: 200px !important;
        height: 50px !important;
        background-size: 200px 50px !important;
    }
    .preloader-progress-bar {
        background-size: 200.25px 50px !important;
    }

    .form-col-xs-6 {
        width: 100%;
    }

    .modal_img{
        max-width: 300px;
    }

    .add_user_modal{
        width: 300px;
    }

    .add_user_modal .modal-body{
        overflow: auto;
    }

    .user_profile_image {
        max-width: 190px;
    }

}

.csstransforms3d .offsidebar-open .offsidebar {
    width: 400px;
}

.panel .dataTables_wrapper {
    padding-bottom: 50px;
}

.offsidebar .nav-tabs.nav-justified > li > a, .offsidebar .nav-tabs.nav-justified > li > a:hover, .offsidebar .nav-tabs.nav-justified > li > a:focus {
    background-color: white;
    color: #999;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

.offsidebar .nav-tabs.nav-justified > li.active > a{
    color: black;
    font-size: 18px;

}

.notification :hover {
    background-color: #f5f7fa;
}

.notification {
    padding: 10px 18px !important;
}

.list-group-item{
    border : none !important;
}

.list-group-item.general_info{
    border: 1px solid #e4eaec !important;
}

.overdue_row {
    animation : overdueColorChange 2s infinite;
}

@-webkit-keyframes overdueColorChange 
{
    0%   {background-color: #ff00000d;}
    100% {background-color: '';}
}

.dot {
    height: 5px;
    width: 5px;
    background-color: #929292;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 3px;
}

.bg-yellow-darker{
    background-color: #dcb600;
    color: #fff !important;
}


.bg-voilet-darker{
    background-color: #6165b3;
    color: #fff !important;
}

.bg-voilet-dark{
    background-color: #7377ce;
    color: #fff !important;
}

.label-brown{
    background-color: #a22a2a;
}

.bg-brown{
    background-color: #a22a2a;
    color: white;
}

.img-thumbnail {
    padding: .125rem;
    background-color: #f5f7fa;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
.rounded-circle{
    border-radius: 50%!important;
}

.align-self-center{
    align-self: center!important;
}

.userImage {
 width: 100%;
 height: auto;
 -webkit-background-clip: padding-box;
 -moz-background-clip: padding;
 background-clip: padding-box;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.landscape .userImage{ 
    width: auto;
    height: 100%;
}
.potrait .userImage{ 
    width: 100%;
    height: auto;
}
.image_cover{ 
    width:60px;
    height:60px;
    border-radius:50%;
    overflow:hidden;
    margin: 0px 5px;
}

.image_cover_50{ 
    width:50px;
    height:50px;
    border-radius:50%;
    overflow:hidden;
    margin: 0px 5px;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
}

.image_cover_32{
    width:32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 5px;
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
}

.margin-right-8{
    margin-right: 8px;
}

.image_rotate{
    transform: rotate(0deg);
}


.calendarAgendaView {
    margin :1px !important ;
    font-weight: bold !important;
    font-size: 13px !important;
}

.fc-time-grid-event {
    max-width: 200px !important;
    font-size: 15px !important;
}

.fc-resource-area{
 width: 200px !important;
}

.fc-today-button {
    background-color: #3d64af !important;
    border-color: #3d64af !important;
    color: white !important;
} 

.ta-scroll-window > .ta-bind{
    min-height: 200px !important;
}

.ta-scroll-window.form-control{
 min-height: 200px !important;   
}

.layer{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: 65px;
    border-left: 1px solid #cccccc;
    background-color: #fff;
    color: #515253;
    z-index: 116;
    overflow: auto;
    transition: all 0.3s ease;
    display: block;
    width: 400px;
}

.animated {
    animation-duration: 0.3s !important;
    animation-fill-mode: both;
}

.minus-circle{
    color: #515253b3;
    border: 0.5px solid #aaaaaa;
    border-radius: 100%;
    padding: 5px;
    margin-top: 4px;
    font-size: 10px !important;
}

.filterTag{
    color: #3c63ae !important;
    background-color: rgba(60, 99, 174, 0.1) !important; 
    font-size: 14px;
    padding: 5px;
    display: inline;
    margin-right: 5px !important;
    display: inline-flex;
    margin-bottom: 5px;
}

.dashboard-circle{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 500px;
    margin: 0 .5em;
    vertical-align: baseline;
    border: 2px solid transparent;
}

.bg-brown {
    background-color: #a22a2a;
}

.k-widget-18 .k-widget-18__summary {
    margin-top: -1rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.k-widget-18 .k-widget-18__progress {
    margin-bottom: 2rem;
}

.k-portlet .k-portlet__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
    border-radius: 4px;
}

.k-portlet .k-portlet__head {
    transition: left 0.3s, right 0.3s, height 0.3s;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 25px;
    border-bottom: 1px solid #ebedf2;
    min-height: 60px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.k-portlet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05);
    box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05);
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
}


.k-widget-18 .k-widget-18__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.k-widget-18 .k-widget-18__item .k-widget-18__legend {
    background-color: #5d78ff;
    width: 1rem;
    height: 1rem;
    border-radius: 3px;
    margin-right: 1.25rem;
}

.k-widget-18 .k-widget-18__item .k-widget-18__desc {
    margin-right: 1.25rem;
}

.k-widget-18 .k-widget-18__item .k-widget-18__orders {
    font-weight: 400;
    color: #a1a8c3;
    font-size: 0.9rem;
    margin: auto 0 auto auto;
}

.k-bg-success {
    background-color: #1dc9b7 !important;
}

.k-bg-danger {
    background-color: #fd397a !important;
}

.k-bg-info {
    background-color: #5578eb !important;
}

.k-bg-dark {
    background-color: #645ca1 !important;
}

.k-widget-18 .k-widget-18__summary .k-widget-18__total {
    font-size: 3rem;
    font-weight: 600;
    color: #3d4465;
    margin-right: 1rem;
}


.lg-outer.fb-comments .lg-img-wrap {
  padding-right: 400px !important; 
}
.lg-outer.fb-comments .fb-comments {
  height: 100%;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 420px;
  z-index: 99999;
  background: #fff;
}

.lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader {
  background: #fff url("../img/loading.gif") no-repeat scroll center center; 
}
.lg-outer.fb-comments .lg-toolbar {
  right: 420px;
  width: auto; 
}
.lg-outer.fb-comments .lg-actions .lg-next {
  right: 420px; 
}
.lg-outer.fb-comments .lg-item {
  background-image: none; 
}
.lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap {
    background-image: none; 
}
.lg-outer.fb-comments .lg-img-wrap {
  background: url(../img/loading.gif) no-repeat scroll center center transparent; 
}
.lg-outer.fb-comments .lg-sub-html {
  padding: 0;
  position: static; 
}

.img-wrap {
    position: relative;
    display: inline-block;
}
.img-wrap .close {
    position: absolute;
    right: 2px;
    z-index: 100;
    background-color: #FFF;
    padding: 5px 2px 2px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    opacity: .7;
    text-align: center;
    font-size: 18px;
    border: 1px solid #e5e5e5;
}
.img-wrap:hover .close {
    opacity: 1;
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  min-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.backgroundImg{
  background: radial-gradient(circle, #4f3690, #433186, #382c7b, #2c2771, #212266, #212266, #212266, #212266, #2c2771, #382c7b, #433186, #4f3690); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.loginPanel{
    position: absolute;
    margin: auto; 
    top: 0; 
    right: 0; 
    bottom: 0;
    left: 0;
    opacity: 0.95; 
    width: 420px;
    height: 470px;
    border-radius: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
   background-color: rgba(60, 99, 174, 0.1) !important; 
   border: 1px solid #3c63ae2e !important;
   border-radius: 4px;
   cursor: default;
   float: left;
   margin-right: 5px;
   margin-top: 5px;
   padding: 0 5px;
   color:#3c63ae !important;
   font-weight: bold;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #3c63ae !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.border-offline{
    border : 3px solid #f05050;
}

.border-online{
    border : 3px solid #27c24c;
}

.fontAwesom .ms-sel-ctn input{
    font-family:Arial, FontAwesome !important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #375a9f;
    border-color: #30508c;
}
.nav.nav-pills .active > a{
    color: #fff;
    background-color: #2c478d;
}

.nav.actions_nav .active > a{
    border: 1px solid #5d9cec; 
    background-color: #fff;
    color: #5d9cec; 
}

.nav-pills.nav.action>li.active>a, .nav-pills.nav.action>li.active>a:focus, .nav-pills.nav.action>li.active>a:hover {
    border: 1px solid #5d9cec !important; 
    background-color: #fff !important;
    color: #5d9cec !important; 
}

.case_view .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #375a9f;
    border-color: #375a9f;
}
.case_view .nav.nav-pills .active > a{
    color: #2c478d;
    background-color: #fff;
    border: 2px solid #2c478d;
}

/*leflet Full screen css*/
.leaflet-retina .fullscreen-icon { background-image: url(icon-fullscreen-2x.png); background-size: 26px 26px; }
/* one selector per rule as explained here : http://www.sitepoint.com/html5-full-screen-api/ */
.leaflet-container:-webkit-full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:-ms-fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-pseudo-fullscreen { position: fixed !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; z-index: 99999; }


.ta-editor.form-control.textAngular-height, .ta-scroll-window.form-control.textAngular-height  {
    height: 235px;
    min-height: 235px;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}
.form-control.textAngular-height > .ta-bind {
    min-height: 235px;
    padding: 6px 12px;
}

.padding-right-0{
    padding-right: 0px;
}

.bs-slider {
  display: inline-block;
}
.bs-slider .slider-handle,
.bs-slider .slider-track,
.bs-slider .slider-selection {
  background-image: none;
  box-shadow: 0 0 0 #000;
}
.bs-slider .slider-handle {
  background-color: #fff;
  border: 1px solid #5d9cec;
  opacity: 1;
}
.bs-slider .slider-track {
  background-color: #fff;
  border: 1px solid #5d9cec;
}
.bs-slider .slider-selection {
  background-color: #5d9cec;
}
.bs-slider .slider .tooltip.top .tooltip-arrow {
  border-top-color: #2c3037;
}
.bs-slider .slider .tooltip.right .tooltip-arrow {
  border-right-color: #2c3037;
}
.bs-slider .slider .tooltip-inner {
  background-color: #2c3037;
}
.bs-slider .slider-lg {
  width: 380px;
}
.bs-slider .slider-horizontal {
  min-width: 210px;
}

.critical-text-low{
    color: #589052;
}

.critical-text-medium{
    color: #f2d463;
}

.critical-text-high{
    color: #ed603e;
}

.critical-text-veryHigh{
    color: #c74a36;
}

.critical-text-emergency{
    color: #8a3424;
}


.critical-low{
    background-color: #589052;
    color: white;
}

.critical-info{
    background-color: #c4c4c4;
    color: rgb(0, 0, 0);
}

.critical-medium{
    background-color: #f2d463;
    color: white;
}

.critical-high{
    background-color: #ed603e;
    color: white;
}

.critical-veryHigh{
    background-color: #c74a36;
    color: white;
}

.critical-emergency{
    background-color: #8a3424;
    color: white;
}

.critical-border-left-low{
   border-left: 5px solid #589052;
}

.critical-border-left-medium{
   border-left: 5px solid #f2d463;
}

.critical-border-left-high{
   border-left: 5px solid #ed603e;
}

.critical-border-left-veryHigh{
   border-left: 5px solid #c74a36;
}

.critical-border-left-emergency{
   border-left: 5px solid #8a3424;
}

.no-critical-border-left{
   border-left: 5px solid #dedede;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f5f5f5; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.select2-choices {
    position: relative;
}
.ui-select-multiple input.ui-select-search {
    max-width: 150px !important;
    position: absolute;
}

.ui-select-search{
    max-width: 150px !important;
}

.ui-select-toggle{
    width: 150px !important;
}

.media-box, .media-box-body{
    overflow: visible !important;
}

.topnavbar {
  background-color: transparent;
  background-image: -webkit-linear-gradient(to right, #111b58, #111b58, #111b58, #111b58, #111b58, #171d5d, #1c2061, #212266, #2c2771, #382c7b, #433186, #4f3690);
  background-image: -o-linear-gradient(to right, #111b58, #111b58, #111b58, #111b58, #111b58, #171d5d, #1c2061, #212266, #2c2771, #382c7b, #433186, #4f3690);
  background-image: linear-gradient(to right, #111b58, #111b58, #111b58, #111b58, #111b58, #171d5d, #1c2061, #212266, #2c2771, #382c7b, #433186, #4f3690);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2c478d', endColorstr='#ff385bb4', GradientType=1);
}

.topnavbar .navbar-nav > li > a:hover, .topnavbar .navbar-nav > .open > a:hover, .topnavbar .navbar-nav > li > a:focus, .topnavbar .navbar-nav > .open > a:focus{
    color: #bababa;
}

.topnavbar_test_mode {
  background-color: transparent;
  background-image: -webkit-linear-gradient(to right, #a00000, #9b0000, #bb0000, #bb0000, #bb0000, #bb0000, #bb0001, #bb0002, #bb0003, #bb0004, #bb0005, #bb0006);
  background-image: -o-linear-gradient(to right, #a00000, #9b0000, #bb0000, #bb0000, #bb0000, #bb0000, #bb0001, #bb0002, #bb0003, #bb0004, #bb0005, #bb0006);
  background-image: linear-gradient(to right, #a00000, #9b0000, #bb0000, #bb0000, #bb0000, #bb0000, #bb0001, #bb0002, #bb0003, #bb0004, #bb0005, #bb0006);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2c478d', endColorstr='#ff385bb4', GradientType=1);
}

.topnavbar_test_mode .navbar-nav > li > a:hover, .topnavbar_test_mode .navbar-nav > .open > a:hover, .topnavbar_test_mode .navbar-nav > li > a:focus, .topnavbar_test_mode .navbar-nav > .open > a:focus{
    color: #bababa;
}

.menuAnimated{
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.nav-wrapper .navbar-nav.navbar-right .open .menuAlign{
    right: auto !important;
    left: auto !important;
}

.user-block .user-block-info {
    padding-top: 15px;
    text-align: center;
    white-space: nowrap;
}

.user-block>.user-block-picture{
 position: relative;
 width: 60px;
 margin: 0 auto; 
}

.user-block {
    position: relative;
    padding: 25px 0 10px;
    cursor: pointer;
}

.user-block .user-block-info .user-block-name {
    color: #7d848f;
}

.user-block .user-block-info .user-block-role{
  font-size: 12px;
  color: #aaa;  
}

.user-block .user-block-info .user-block-name, .user-block .user-block-info .user-block-role{
    display: block;
}

.aside-collapsed-text .user-block .user-block-info, .aside-collapsed .user-block .user-block-info{
    display: none;
}

.aside-collapsed-text .has-user-block{
    margin-bottom: 0px !important;
}

.aside-collapsed-text .has-user-block #client-logo{
    width: 55px !important;
}

.label-blue{
    background: #6280ce;
}

.ui-sortable-helper{
    background-color: white;
    border:1px solid black !important;
    height: 100px !important;
    margin-top: 20px;
    cursor: move;
    width: inherit;
}

.stage-table.ui-sortable-helper{
    background-color: white;
    border:1px solid black !important;
    height: 20px !important;
    margin-top: 20px;
    cursor: move;
    width: inherit;
}


.sortablePlaceHolder{
   background-color: #dde6f3;
   border: 2px dashed #c0c0c0;
   height: 60px;
}

.ui-sortable >table{
    border:0px !important;
}

.ui-sortable-helper>td{
  border:0px !important;  
}

.popover{
    box-shadow: 0 0 0 #000 !important;
    border-color: #eee !important;
    border-bottom: 2px solid #e4eaec !important;
    border-radius: 3px !important;
}

.folderCards:hover{
    background: #eaecef;
}

.margin-right-5{
    margin-right: 5px;
}

.signature{
    height: 230px !important;
}

.completed-status{
    background-color:#146a54;
    color: white;
}
.table-checkbox span{
    width: 15px;
    height: 15px;
}
.table-checkbox{
  margin : 0px;  
}

.table-checkbox span:before{
    font-size: 10px;
    line-height: 13px;
}

.reset_all_line{
    line-height: 30px;
    background:#e8eaed;
    margin-bottom: 10px;
    font-size: 16px;
}

.filter-modal-dialog{
    height: 80%;
    overflow-y: initial !important
}
.filter-modal-body{
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.answer-textarea {
  margin:0px 0px;
  padding:5px;
  min-height:15px;
  line-height:15px;
  width:100%;
  display:block;
  margin:0px auto;    
}

.btn-outline {
    background-color: transparent;
}

.btn-outline.btn-primary {
    border-color: #5d9cec;
    color: #5d9cec !important;
}

.btn-outline.btn-primary.active , .btn-outline.btn-primary:hover {
  background-color: #5d9cec;
  color:#fff !important;  
}

.btn-outline.btn-success {
    border-color: #27c24c;
    color: #27c24c !important;
}

.btn-outline.btn-success.active , .btn-outline.btn-success:hover{
  background-color: #27c24c;
  color:#fff !important;  
}

.btn-outline.bg-danger{
  border-color:#f05050 ;
  color:#f05050 !important;  
}

.btn-outline.bg-danger.active , .btn-outline.bg-danger:hover{
  background-color: #f05050;
  color:#fff !important;  
}

.btn-outline.bg-warning{
  border-color: #ff902b;
  color: #ff902b !important;  
}

.btn-outline.bg-warning.active , .btn-outline.bg-warning:hover{
  background-color: #ff902b;
  color:#fff !important;  
}


.btn-outline.bg-purple{
  border-color:#7266ba ;
  color: #7266ba !important;  
}

.btn-outline.bg-purple.active , .btn-outline.bg-purple:hover{
  background-color: #7266ba;
  color:#fff !important;  
}

.btn-outline.completed-status{
  border-color:#146a54 ;
  color:#146a54 !important ;  
}

.btn-outline.completed-status.active , .btn-outline.completed-status:hover{
  background-color: #146a54;
  color:#fff !important;  
}


.btn-outline.bg-pink-light{
  border-color: #f763eb;
  color: #f763eb !important;  
}

.btn-outline.bg-pink-light.active , .btn-outline.bg-pink-light:hover{
  background-color: #f763eb;
  color:#fff !important;  
}

.btn-outline.bg-brown{
  border-color: #a22a2a;
  color:#a22a2a !important;  
}

.btn-outline.bg-brown.active , .btn-outline.bg-brown:hover{
  background-color: #a22a2a;
  color:#fff !important;  
}

.ui-select-match-text{
    display:inline-block ;
    overflow:hidden ;
    text-overflow: ellipsis ;
    width:90%;
}

.ui-select-choices-row-inner{
    white-space: normal !important;
}

/*Kanban view wizard style */

ul.nav.wizard {
 cursor: auto;
}

ul.nav.wizard li {
    display: inline-block;
    float: none;
}

.nav-tabs.wizard {
  background-color: transparent;
  padding: 0;
  width: 100%;
  margin: 1em auto;
  border-radius: .25em;
  clear: both;
  border-bottom: none;
}

.nav-tabs.wizard li {
  width: 100%;
  float: none;
  margin-bottom: 3px;
}

.nav-tabs.wizard li>* {
  position: relative;
  padding: 1em .8em .8em 2.5em;
  color: #ffffff;
  background-color: #5270ba;
  border-color: #5270ba;
}

.nav-tabs.wizard li.completed>* {
  color: #fff !important;
  background-color: #96c03d !important;
  border-color: #96c03d !important;
  border-bottom: none !important;
}

.nav-tabs.wizard li.active>* {
  color: #fff !important;
  background-color: #2c3f4c !important;
  border-color: #2c3f4c !important;
  border-bottom: none !important;
}

.nav-tabs.wizard li::after:last-child {
  border: none;
}

.nav-tabs.wizard > li > a {
  opacity: 1;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nav-tabs.wizard a:hover {
  color: #fff;
  background-color: #2e4b95;
  border-color: #2e4b95
}

.kanban_view{
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}

span.nmbr {
  display: inline-block;
  padding: 10px 0 0 0;
  background: #ffffff;
  width: 35px;
  line-height: 100%;
  height: 35px;
  margin: auto;
  border-radius: 50%;
  font-weight: bold;
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  text-align: center;
}

@media(min-width:992px) {
  .nav-tabs.wizard li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
    width: 19.6%;
    min-width: 250px;
    float: left;
    text-align: center;
}
.kanban_body {
    position: relative;
    padding: 0;
    margin: 0px 4px 4px 0;
    width: 19.6%;
    min-width: 250px;
    float: left;
    text-align: center;
    max-height: 1500px;
    min-height: 400px;
    overflow-y: hidden;
}
.nav-tabs.wizard li.active a {
    padding-top: 15px;
}
.nav-tabs.wizard li::after,
.nav-tabs.wizard li>*::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 100%;
    height: 0;
    width: 0;
    border: 24px solid transparent;
    border-right-width: 0;
    /*border-left-width: 20px*/
}
.nav-tabs.wizard li::after {
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #fff;
    margin: 0
}
.nav-tabs.wizard li>*::after {
    z-index: 2;
    border-left-color: inherit
}
.nav-tabs.wizard > li:nth-of-type(1) > a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.nav-tabs.wizard li:last-child a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.nav-tabs.wizard li:last-child {
    margin-right: 0;
}
.nav-tabs.wizard li:last-child a:after,
.nav-tabs.wizard li:last-child:after {
    content: "";
    border: none;
}
span.nmbr {
    display: block;
}
}

.observation_card{
 margin: 10px 10px 0px 10px;
 white-space: normal;
}

.kanban_body:hover {
  overflow-y: auto;
}

.kanban_body{
    display: inline-block;
    float: none;
    overflow-x: hidden;
    vertical-align:top;
    font-size: 13px;
}

.wizard_number{
    color: #5270ba;
    background: white;
    font-size: 13px;
    border-radius: 100px;
    width: 20px;
    height: 20px;
}

.stageSearch {
    font-family: FontAwesome;
    width: 300px;
}

.stageSearchContainer {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 10;
}

.stageTitle{
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#group_description {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height: fit-content;
    padding: 0 !important;
}

#group_description.modal-open .modal {
    width: 300px;
    margin: 0 auto;
}

.modal-open { overflow-y: auto; }

.geocoder-control-input {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    background-size: 26px;
    border: 0;
    padding: 0;
    text-indent: 6px;
    font-size: 13px;
    height: 26px;
    width: 100%;
    line-height: 26px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}


.geocoder-control {
 width: 165px;
 height: 26px;
 margin-bottom: 5px;
}

.mapSearch{
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.table>tbody>tr>td>.media img.img-circle {
    width: 36px;
    height: 36px;
    margin: 0 auto;
}


.project_type{
    margin-right: 5px; 
    text-transform: capitalize;
}


.force-overflow {
    min-height: 450px;
}

.scrollbar-stages::-webkit-scrollbar {
    overflow-x: auto;
    background-color: #F5F5F5; 
    height: 10px;
}

.scrollbar-stages::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f1f1f1; 
}

.endState-outer-label{
    margin:5px;
}

.endState-label{
    font-weight: bold;
    color: #515253;
    background-color: #edf1f2;
    margin: 0;
    border: 1px solid #dde6e9;
    border-radius: 0;
    padding: 10px 20px;
}


.endState-label.active {
    color: #fff;
    border-color: #2c478d;
    background: #2c478d;
    cursor: pointer
}

.endState-label.active::after {
    border-left-color: #2c478d;
}

.endState-label.done {
    color: #fff;
    border-color: #7283b0;
    background: #7283b0;
    cursor: pointer
}

.endState-label.done::after {
    border-left-color: #7283b0
}

.hiddenSearchBox:-webkit-autofill,
.hiddenSearchBox:-webkit-autofill:focus {
    transition: background-color 600000s 0s, transparent 600000s 0s;
}

.hiddenSearchBox{
    background-color: transparent;
    border: none;
    color: transparent !important;
}

.hiddenSearchBox:focus{
    color: transparent !important;
}

#task_view .endState-label{
    font-size: 12px;
}

.password_signature{
  font-family: 'Cedarville Cursive', cursive;
  font-size: 3.8em;
  text-align:center;
}

.customer_support_sidebar{
    background-color:#322F75 !important;
    color:#fff !important;
}

.mermaid svg{
    max-width: none !important;
}

.parameter-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.parameter-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.columnEditPanel #columnDetails-tab-set a{
    border-left: none !important;
}

.columnEditPanel .tab-content {
    border: none !important;
}