:root {
    --completed: #51eb0d;
    --delayed: #ff0000;
    --open: #ffff00;
    --not_started: #d9d9d9;
    --in_progress: #4dd0e1;
    --on_hold: #f7cb4d;
    --cancelled: #85200c;
}

body {
    -background-color: #EDF2F4;
}

body.login-page {
    background: #333333;
}


h1 {
    width: 300px;
    font-size: 1.4em;
    padding-left: 0 !important;
}

h1 i.hamburger-menu {
    margin-right: 20px;
    margin-left: 10px;
    cursor: pointer;
    color: #d4d4d4;
    transition: all .5s ease;
}

h1 i.hamburger-menu:hover {
    color: white;
}

h1 .highlight {
    color: #4fd6ff;
}

h1 a {
    color: inherit !important;
    text-decoration: none !important;
}

h2 {
    font-size: 1em;
}

h2.object-title {
    color: #4fd6ff;
    background: #333333;
    display: inline-block;
    padding: 15px 15px 15px 25px;
    margin-left: 15px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 230px);
    height: 50px;
    border-radius: 50px;
}

header {
    background-color: #333;
    height: 50px;
    padding: 10px;
    color: white;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    margin: 0 !important;
    z-index: 99;
}

body.login-page header {
    background: none;
}

h1.app-title {
    min-width: 320px;
    max-width: 320px;
}

.date-and-time {
    max-width: 150px;
}



.notifications {
    max-width: 100px;
}

.profile-info {
    max-width: 250px;
    min-width: 160px;
    cursor: pointer;
}

#overview-title{
    margin-bottom: 10px;
    margin-left: 15px;
    margin: -10px 0 0;
    padding: 5px;
    font-size: 0.8em;
    font-weight: bold;
    color: #3887a5;
}

.main-quick-search {
    background-color: rgba(255,255,255,.2);
    border-radius: 100px;
    height: 30px;
    transition: all ease .5s;
}

.main-quick-search:hover {
    background-color: rgba(255,255,255,.25);
}

.main-quick-search input {
    border: none;
    background-color: transparent;
    height: 30px;
    color: white !important;
    width: calc(100% - 45px);
}

.main-quick-search input:focus {
    background-color: transparent;
    box-shadow: none;
}

.main-quick-search .btn {
    padding: 2px 0;
    color: #e5e5e5;
}

.main-quick-search .btn:hover {
    padding: 2px 0;
    color: white;
}

.main-quick-search input::placeholder {
    color: #aeaeae;
}

.date-and-time {
    font-size: 1.4em;
    color: white;
}

.date-and-time .ampm {
    font-size: 0.8em;
}

@keyframes date_and_time_dots {
  0% { opacity: 1; }
  50% { opacity: 0.1; }
  100% { opacity: 1; }
}

.date-and-time .dots {
    animation: date_and_time_dots 2s infinite;
}

.profile-img {
    border-radius: 100%;
    margin-right: 10px;
}

.profile-img.xsmall {
    width: 30px;
}

.profile-info {
    font-size: 0.8em;
    text-align: right;
    background: #0000001f;
    padding: 10px;
    margin-top: -10px;
    margin-right: -9px;
    text-align: left;
    transition: all .5s ease;
}

.profile-info:hover {
    background: rgba(0, 0, 0, 0.24);
}

body.login-page .profile-info {
    background: none !important;
}

.profile-info .fa-sort-down {
    margin-top: 5px;
}

nav#profile-sub-menu {
    position: absolute;
    top: 50px;
    right: 0;
    background: #333;
    width: 200px;
    display: none;
    padding: 0;
}

nav#profile-sub-menu.extended {
    display: block;
}

nav#profile-sub-menu .btn {
    border-radius: 0;
    text-align: left;
}

nav#main-nav {
    background-color: #EEF2F5;
    width: 150px;
    position: fixed;
    top: 50px;
    left: 0;
    height: 100%;
    transition: all .5s ease;
    box-shadow: 0 0 10px #585858;
    z-index: 9;
    overflow: hidden;
}

body.menu-sm nav#main-nav {
    width: 50px;
}

nav#main-nav li.separator  {
    border-top:1px solid #a2a2a2;
}

nav#main-nav li > a > span {
    transition: all .3s ease;
    opacity: 1;
}

body.menu-sm nav#main-nav li > a > span {
    opacity: 0;
}

nav#main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav#main-nav li {
    border-bottom: 1px solid white;
    width: 150px;
    font-size: 0.90em;
}

nav#main-nav li > a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-decoration: none;
    color: #2b2b2b;
    border-left: 5px solid transparent;
    transition: all .5s ease;
}

nav#main-nav li:hover > a {
    background-color: #efefef;
    color: #2787a5;
}

nav#main-nav li.selected > a {
    -background-color: #4fd6ff;
    background-color: #d0d3d7;
    background-color: #fff;
    border-left: 5px solid #4fd6ff;
    color: #063240;
    color: #2787a5;
}

#content {
    margin-left: 150px;
    margin-top: 50px;
    padding: 20px;
    height: 100%;
    transition: all .5s ease;
}

body.menu-sm #content {
    margin-left: 50px;
    margin-left: 0px;
    transition: all .5s ease;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22px;
    background: #252525;
    color: #afafaf;
    font-size: 0.7em;
    z-index: 9;
}

footer p {
    margin: 0px;
    padding: 2px 10px 5px 0;
    text-align: right;
}

footer a {
    color: #4fd6ff;
    text-decoration: none;
}

footer a:hover {
    color: #71deff;
    text-decoration: none;
}


.quick-number > div {
    background-color: #f8f8f8;
    color: white;
    height: 140px;
    margin: 10px;
    padding: 10px;
    border-radius: 3px;
}

.quick-number > div .indicator-title {
    font-size: 0.8em;
    display: block;
    margin: -10px -10px 10px;
    background: #e8e8e8;
    padding: 5px;
    color: black;
    border-radius: 3px;
}

.quick-number > div .indicator-type {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #0c5460;
    color: white;
    padding: 5px;
    border-radius: 100%;
    text-align: center;
    font-size: 1.5em;
}

.quick-number > div .indicator-number {
    display: inline-block;
    height: 50px;
    color: #404040;
    padding: 5px;
    border-radius: 100%;
    text-align: right;
    font-size: 1.5em;
    float: right;
}

.quick-number > div .indicator-number small {
    font-size: 0.8em;
}

.indicator-target {
    margin-top: 10px;
    font-size: 0.8em;
}


.progress-bar, .progress-bar-value {
    height: 10px;
    border-radius: 5px;
    background-color: #e2e2e2;
}

.progress-blue {
    color: cornflowerblue;
}

.progress-turquoise .progress-bar-value {
    background-color: #3cd4d2;
}

.progress-turquoise {
    color: #3cd4d2;
}

.progress-blue .progress-bar-value {
    background-color: cornflowerblue;
}


.progress-green {
    color: var(--completed);
}

.progress-green .progress-bar-value {
    background-color: var(--completed);
}

.map {
    width: calc(100% - 150px);
    width: 100%;
    height: calc(100% - 50px) !important;
    position: fixed !important;
    left: 150px;
    left: 0px;
    top: 50px;
    transition: all .5s ease;
}

body.menu-sm .map {
    left: 50px;
    left: 0px;
    width: calc(100% - 50px);
    width: 100%;
}

#map-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.map .leaflet-control-zoom { position: fixed; right: 10px; top: 60px }

#map-legend {
    position: fixed;
    -top: 0;
    bottom: 20px;
    right:0;
    width: 300px;
    max-height: 100%;
    padding: 60px 10px 0 0;
    font-size: 0.7em;
    display: table-cell;
    vertical-align:bottom;
}

#map-legend div.legend-el {
    padding: 10px;
    margin: 1px 0;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    background: white;
    display: none;
}

#map-legend div.legend-el h6 {
    font-size: 1.1em;
}

#map-legend .legend-label {
    text-align: center;
}

#map-legend .legend-symbols {
    margin-top: 5px;
}

#map-legend ul.no-style, #map-legend ul.no-style li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#countries_selector {
    padding: 0 20px;
    width: calc(100% - 1000px);
    min-width: 200px;
    margin: 0 150px 0 50px;
    background-color: rgba(255,255,255,.2);
    border-radius: 100px;
    border: none;
    height: 30px;
    transition: all ease .5s;
    color: white;
}

#countries_selector option {
    color: black;
    border: none;
}

body.map-focus #map {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 100% !important;
}

body.map-focus .btn-layers {
    position: fixed;
    top: 71px;
    left: 10px !important;
    box-shadow: 0 0 5px rgb(66, 66, 66);
    transition: all .5s ease;
    z-index: 999;
}

body.map-focus .layer-list {
    z-index: 9999;
    top: 0;
}

body.map-focus .layer-list.extended {
    z-index: 9999;
    left:0;
    left: 0 !important;
    top: 0;
}

body.map-focus #map-legend {
    z-index: 999;
}

body.menu-sm.map-focus .layer-list.extended .layer-list-close {
    left: 300px;
}

.layer-list {
    position: fixed;
    top: 50px;
    -right: -300px;
    left: -300px;
    width: 300px;
    height: 100%;
    z-index: 8;
    background: rgba(0,0,0,.9);
    color:#cacaca;
    box-shadow: 0 0 10px black;
    overflow: auto;
    padding: 0;
    font-size: 0.9em;
    transition: all ease .5s;
}

.layer-list.extended {
    left: 151px;
    left: 0;
}

body.menu-sm .layer-list.extended  {
    -left: 51px;
    left: 0;
}

.btn-extended-tree-view {
    background: rgb(31 31 31);
    position: fixed;
    top: 50px;
    left: 72px;
    z-index: 999;
    width: 35px;
    height: 30px;
    text-align: center;
    border-radius: 0 0 20px 0;
    padding: 0 0 6px 10px;
    cursor: pointer;
    transition: all .5s ease;
    color: white;
    text-align: left;
    z-index: 0 !important;
}

.btn-extended-tree-view:hover {
    background: rgb(72 163 197);
    color: #044056;
}

.layer-list-close {
    background: rgba(0,0,0,.9);
    position: fixed;
    top: auto;
    left: -60px;
    z-index: 999;
    width: 60px;
    height: 40px;
    text-align: center;
    border-radius: 0 0 40px 0;
    padding-top: 5px;
    cursor: pointer;
    transition: all .5s ease;
}


.layer-list-close:hover {
    color: brown;
}

.layer-list.extended .layer-list-close {
    left: 300px;
}

body.menu-sm .layer-list.extended .layer-list-close {
    left: 300px;
}

#ul-layers-lst {
    margin-bottom: 60px;
}

.layer-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub-layer-list {
    display: none;
    border-left: 10px solid black;
}

.layer-list li {
    list-style: none;
    -border-bottom: 1px solid #232323;
    -padding: 10px 10px 10px 15px;
}

.layer-list li > label {
    list-style: none;
    display: block;
    border-bottom: 1px solid #232323;
    padding: 10px 10px 10px 15px;
    margin: 0;
}

.layer-list li > label > input {
    margin-right: 10px;
}

.layer-list li.extended > .sub-layer-list  {
    display: block;
}

.layer-list li:hover {
    background-color: rgba(0,0,0,.1);
}

.layer-list li.has-child > label:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.layer-list li.has-child.extended > label:before {
    content: "\f0d7";
}

.layer-list  .filter-layer {
    border-radius: 50px;
    margin: 10px;
    width: 280px;
    height: 30px;
    background: rgba(0,0,0,.2);
    border:1px solid #232323;
    color: white;
}

.btn-layers {
    position: fixed;
    top: 71px;
    left: 160px;
    left: 10px;
    box-shadow: 0 0 5px rgb(66, 66, 66);
    transition: all .5s ease;
    z-index: 7;
    width: 32px;
    height: 32px;
}

.btn-layers.btn-layer-left-1 {
    top: 71px;
}

.btn-layers.btn-layer-left-2 {
    top: 120px;
}

.btn-layers.btn-layer-left-3 {
    top: 170px;
}

.btn-layers.btn-layer-left-4 {
    top: 220px;
}

body.map-focus .btn-layers.btn-layer-left-1 {
    top: 11px;
}

body.map-focus .btn-layers.btn-layer-left-2 {
    top: 60px;
}

body.map-focus .btn-layers.btn-layer-left-3 {
    top: 110px;
}

body.map-focus .btn-layers.btn-layer-left-4 {
    top: 160px;
}

.btn-layers.btn-layer-right-4 {
    top: 220px;
    right: 32px !important;
    left: calc(100% - 42px) !important;
}

body.map-focus .btn-layers.btn-layer-right-4 {
    top: 140px;
    right: 32px !important;
    left: calc(100% - 42px) !important;
}


.btn-layer-compress {
    display: none;
}

body.map-focus .btn-layer-compress {
    display: inline-block;
}

body.map-focus .btn-layer-expand {
    display: none;
}

body.map-focus .map .leaflet-control-zoom {
     top: 0;
}

body.map-focus .leaflet-control-easyPrint {
    top: -10px;
}

body.menu-sm .btn-layers {
    -left: 60px;
}

#projects-list {
    position: fixed;
    top: 50px;
    left: 150px;
    width: 255px;
    height: 100%;
    border-right: 1px solid;
    border-left: 1px solid;
    background: #1f1f1f;
    padding: 10px;
    z-index: 9;
    transition: all .5s ease;
    overflow: hidden;
    overflow-y: auto;
    resize: horizontal;
}

#projects-list.zero {
    width: 0px;
}

#projects-list.double {
    width: 500px;
}

#projects-list.triple {
    width: 750px;
}

#projects-details.zero {
    margin-left: 0px;
}

#projects-details.double {
    margin-left: 470px;
}

#projects-details.triple {
    margin-left: 730px;
}



#projects-list select {
    border: none;
    background-color: transparent;
    color: #989898;
    font-size: 0.8em;
}

#projects-list select.min {
    display: inline-block;
    width: auto;
    padding: 2px;
    background: #262729;
    font-size: 0.8em;
}

#projects-list span.group-by {
    background: #262729;
    display: inline-block;
    border-radius: 3px;
    padding: 0 5px;
    margin-right: 7px;
}

#projects-list span.group-by i.fas {
    font-size: 0.8em;
}

#projects-list hr {
    border-top: 1px solid #3c3c3c;
    margin: 10px 0;
}

#projects-list-handler {
    position: fixed;
    top: 50px;
    left: 400px;
    width: 10px;
    height: 100%;
    background: black;
    z-index: 9;
}

.ztree {
    margin-bottom: 70px;
}

.ztree li a  {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #47a6c7;
    padding-left: 5px;
}


.ztree li a:hover  {
    position: static !important;
}

.ztree li a .node_name {
    font-size: 1.2em;
    color: #d6d6d6;
}

.ztree li a  .btn {
    display: none;
    background: #28728c;
    width: 25px;
    height: 21px;
    margin-right: -4px;
    border-radius: 0px 3px 3px 0px;
    position: relative;
    font-weight: bold;
}

.ztree li a:hover  .btn {
    display: block;

}

.ztree li a:hover  .btn:hover {
    color: white;
}

.ztree li a .btn i.fas {
    font-family: 'Font Awesome 5 Free' !important;
}

.ztree li .switch {
    float: left;
}

#mainobject-image-preview {
    width: 315px;
    height: 160px;
    margin-right: 20px;
    background: whitesmoke;
    text-align: center;
    padding: 5px;
    overflow: hidden;
}

#mainobject-image-preview.no-border .img-thumbnail {
    border: none !important;
}

.table-dark #mainobject-image-preview {
     background: transparent;

}

#mainobject-image-preview img {
    cursor: pointer;
    transition: all .5s ease;
    -width: 150px;
}

#mainobject-image-preview img:hover {
    opacity: .9;
}

#mainobject-image-preview.md {
    width: 455px;
    min-height: 226px;
}

#mainobject-image-preview.md img {
    width: 455px;
}



body .ztree li a.curSelectedNode .node_name, body .ztree li a:hover .node_name {
    color: black !important;
}

body .ztree li a.curSelectedNode, .ztree li a:hover  {
    background-color:  #47a6c7;
    border-radius: 3px;
    color: black !important;
}

.ztree li a:hover  {
    position: fixed;
    text-decoration: none !important;
}

.ztree li a.curSelectedNode {
    background-color: #5fd6fb;
}

a.level0 .node_name {
    color: #4fd6ff !important;
}


.ztree li a.level1 .node_name {
    color: #32a5c7 !important;
}

a.level0,  a.level1 {
    font-weight: bold;
}

#projects-details {
    margin-left: 220px;
    transition: all .5s ease;
}

body.menu-sm #projects-list  {
    left: 50px;
}

.nav-tabs .nav-link {
    color: #2f2f2f;
}


.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    box-shadow: inset 0 10px 5px #33474c14;
    color:#3887a5;
}

.nav-tabs .dropdown-menu .nav-link {
    box-shadow: none !important;
}

.tab-content {
    margin: 10px 25px;
    text-align: justify;
}

.tab-content .description > i {
    float: left;
    font-size: 2em;
}

.tab-content .description > p {
    margin-left: 50px;
}

#element-description {
    height: 100px;
    min-height: 100px;
    overflow: hidden;
    transition: all .5s ease;
}

#element-description.extended {
    height: auto;
    margin-bottom: 50px;
}

.tab-content .over-shadow {
    height: 50px;
    margin-top: -70px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(0,212,255,0) 100%);
    position: relative;
}

.tab-pane .btn-expand {
    display: inline-block;
}

.tab-pane .btn-compress {
    display: none;
}

.tab-pane.full-screen {
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    z-index: 99;
    width: 100%;
    min-height: 100%;
}

.tab-pane.full-screen .btn-expand {
    display: none;
}

.tab-pane.full-screen .btn-compress {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}

.tab-pane.popup-container .add-form {
    position: fixed;
    background: white;
    overflow: auto;
    height: calc(100% - 72px);
    width: 100%;
    max-width: calc(100% - 150px);
    top: 50px;
    z-index: 9;
    margin-left: -34px;
    padding: 15px;
    transition: width .5s ease;
}

body.menu-sm .tab-pane.popup-container .add-form {
    max-width: calc(100% - 50px);
}

.tab-pane.popup-container .add-form .col-10 {
    max-width: calc(100% - 300px);
}

.tab-pane.popup-container .select2-btn-container {
    display: none;
}

.legend {
    margin: 0 0 10px;
}

.legend > span {
    display: inline-block;
    margin: 5px 10px;
}

table td.fill {
    -background: #1b1b1b;
    box-shadow: inset 0 10px 0 #1b1b1b;
}


/* ====================>
/* Status Color/Style

/* Open Status */
span.open i.fas {
    color: var(--open);
}

table tr.open td.fill {
    box-shadow: inset 0 10px 0 var(--open);
}

/* Completed Status */
span.completed i.fas {
    color: var(--completed);
}

table tr.completed td.fill {
    box-shadow: inset 0 10px 0 var(--completed);
}

/* In Progress Status */
span.in_progress i.fas {
    color: var(--in_progress);
}

table tr.in_progress td.fill {
    box-shadow: inset 0 10px 0 var(--in_progress);
}

/* Not Started Status */
span.not_started i.fas {
    color: var(--not_started);
}


table tr.not_started td.fill {
    box-shadow: inset 0 10px 0 var(--not_started);
}

/* Delay Status */
span.delayed i.fas {
    color: var(--delayed);
}

table tr.delayed td.fill {
    box-shadow: inset 0 10px 0 var(--delayed);
}

/* On Hold Status */
span.on_hold i.fas {
    color: var(--on_hold);
}

table tr.on_hold td.fill {
    box-shadow: inset 0 10px 0 var(--on_hold);
}

/* Cancel Status */
span.cancel i.fas {
    color: var(--cancelled);
}

table tr.cancel td.fill {
    box-shadow: inset 0 10px 0 var(--cancelled);
}



table th.separator, table td.separator {
    -box-shadow: inset -1px 0 0 black;
    border-right: 1px dotted black !important;
}

table#workplan-tbl th, table#workplan-tbl td {
    width: 60px;
    text-align: left;
}

table#workplan-tbl thead.sticky, table.table-sticky thead.sticky {
    position: fixed;
    top: 55px;
    background: white;
    z-index: 9;
}

table#workplan-tbl tbody tr.sel_node {
    font-weight: bold;
}

table.dotted td, table.dotted th {
    border-right: 1px dotted silver;
}

.box-overview {
    padding: 10px;
    font-size: 0.8em;
}

.box-overview > div {
    box-shadow: 0 0 10px rgba(100,100,100,.1);
    padding: 10px;
}

.box-overview.no-shadow > div  {
    box-shadow: none;
}

.box-overview h3 {
    border-bottom: 1px solid #e4e4e4;
    margin: 0 -10px 10px;
    padding: 0 10px 10px;
    box-shadow: 0 10px 10px #ececec;
    font-size: 1em;
}

.box-overview label {
    font-weight: bold;
}


.view {
  margin: auto;
  width: 600px;
}

.wrapper {
  position: relative;
  overflow: auto;
  -border: 1px solid black;
  white-space: nowrap;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    white-space: initial;
}

.first-col {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    left: 0px;
    box-shadow: inset -1px 0 0 black;
}

.second-col {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  left: 120px;
}

.third-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  left: 420px;
  box-shadow: inset -1px 0 0 black;
}

.login-form, .unauthenticated-form {
    margin: 100px auto 0;
    width: 350px;
    background: #fdfdfd;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 10px 10px #1d1d1d;
    border: 1px solid white;
}

.login-form .logo {
    margin: 20px auto;
    width: 150px;
    display: block;

}

.input-group-text.left {
    border-radius: 0.25rem 0 0 0.25em;
    border-right: none;
}

.form-group {
    padding: 0 5px 5px;
}

.form-group label {
    font-size: 0.9em;
    font-weight: 500;
    color: #386f7e;
    text-align: left;
}

.form-group textarea {
    height: 80px;
    resize: none;
}

.table-json textarea {
    resize: none;
}

.form-group input, .form-group select, .form-group textarea {
    border: none;
    -border-bottom: 1px solid #dadada;
    border-radius: 0;
    background-color: #f5f5f5;
    transition: all 0.5s ease;
}

.form-group input:hover, .form-group select:hover, .form-group textarea:hover {
    background-color: #ebfbff;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus{
    background-color: #ebfbff;
    outline: 0;
    box-shadow: none;
}

.input-group-prepend.input-group-append .input-group-text{
    border: 0;
    background: #dedede;
}

.add-form, .history-viewer {
    padding: 20px;
    display: none;
}

.history-viewer {
   padding-top: 0px;
}

.history-viewer hr {
   margin: 5px 0;
}

.history-viewer .body {
   padding-top: 20px;
}

.history-viewer .row {
    margin-bottom: 20px;
}

.history-viewer .index {
    display: block;
    background-color: #4e555b;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 0;
}

.history-viewer .index:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0da";
    float: right;
    margin-right: -18px;
    color: #4e555b;
    font-size: 1.5em;
    margin-top: -6px;
}

.history-viewer .details {
    background: #e6e6e6;
    border-radius: 5px;
    color: #424242;
    padding: 10px 20px;
}

.history-viewer .row .details .history-btn {
    display: none;
}

.history-viewer .row:hover .details .history-btn {
    display: inline-block;
}

.table-sub-history {
    width: calc(100% - 120px);
}

.add-form .tab-content {
    margin: 10px 2px;
}

.add-form .path {
    font-size: 0.8em;
    color: gray;
}

.add-form .path .mainpart {
    color: #4299b6;
}

.add-sub-obj-form {
    padding: 0;
}

fieldset {
    border: 1px solid #b6cacf;
    padding: 0 10px;
    -border-radius: 3px;
    margin-bottom: 10px;
}

fieldset legend {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    color: #343a40;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

#div_id_hierarchy, #div_id_order {
    display: none;
}

.btn-close {
    font-size: 0.8em;
    transition: all .5s ease;
}

.btn-close:hover {
    font-size: 0.85em;
    transform: rotate(90deg);
    color: #a52a2a;
}

.btn-question{
    font-size: 1em;
    transition: all .5s ease;
}

.btn-question:hover {
    font-size: 1.1em;
    color: #4772f3;
}

.btn-round {
    border-radius: 50px;
    min-width: 50px;
    height: 50px;
}

.btn-round span {
    -font-size: 0;
    transition: all .5s ease;
}

.btn-round:hover {
    border-radius: 50px;
    min-width: 50px;
    height: 50px;
}

.btn-round:hover span {
    -font-size: 1em;
}

input.hidden {
    -display: none;
}

.action-btn-sub-obj {
    margin-bottom: 10px;
}

.btn-action {
    width: 22px;
    margin: 0 1px;
}

.reporting-period-col {
    max-width: 160px;
    min-width: 160px;
}

.size-act-1 {
    max-width: 50px;
    min-width: 50px;
}

.size-act-2 {
    max-width: 60px;
    min-width: 60px;
}

.size-act-3 {
    max-width: 90px;
    min-width: 90px;
}

.size-act-4 {
    max-width: 120px;
    min-width: 120px;
}

.size-act-2 {
    max-width: 50px;
    min-width: 50px;
}

#loader {
    background: #ffc905;
    position: fixed;
    right: 0;
    bottom: 22px;;
    width: 200px;
    padding: 10px 20px;
    color: #65500e;
    border-radius: 4px 0 0 0;
    display: none;
    z-index: 999;
}

.pagination-bar {
    margin: 5px 0;
}

.pagination-bar input, .pagination-bar select, .pagination-bar button {
    height: 30px;
    display: inline-block;
    width: auto;
}

.pagination-bar .input-group {
    width: 200px;
    margin-bottom: 0 !important;
}

.pagination-bar input[name="page-number"] {
    width: 60px;
    text-align: right;
    border-radius: 0;
    border: 1px solid #343a40;
    background: #424a52;
    color: white;
}

.pagination-bar .btn-first{
    width: 32px;
    border-radius: 3px 0 0 3px;
}

.pagination-bar .btn-last{
    width: 32px;
    border-radius: 0 3px 3px 0;
}

.pagination-bar .btn-next, .pagination-bar .btn-prev {
    width: 32px;
    border-radius: 0 !important;
}

.pagination-bar .nbr-row {
    margin-left: 15px;
}

.table-lst tbody tr.selected {
    color: #0B61A4;
}

.table-lst tfoot {
    font-size: 0.8em;
    color: #1d2124;
}

.table-lst tbody tr.completed {
    color: #13822c;
    box-shadow: inset 23px 0 0 0px #089a009c;
}

.popup {
    position: fixed;
    top: 60px;
    background: white;
    width: 100%;
    max-width: 500px;
    height: calc(100% - 120px);
    min-height: 200px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    border-radius: 5px;
    box-shadow: 0 0 20px #676767c4;
    display: none;
}

.popup h6 {
    background: #1f1f1f !important;
    color: #4fd6ff;
    padding: 10px 5px !important;
}

.popup h6, .popup  .action-btn {
    height: 45px;
    margin: 0;
    box-sizing: border-box;
    padding: 5px;
    background: #d7d7d7;
    border-radius: 4px;
}

.popup h6 {
   border-radius: 4px 4px 0 0;
}

.popup .action-btn  {
   border-radius: 0 0 4px 4px;
}


.popup .body {
    height: calc(100% - 90px);
    box-sizing: border-box;
    padding: 10px;
    overflow-y: auto;
    background: white;
}

.popup-img {
    box-shadow: none;
    max-width: 800px;
}

.popup-img h6 {
    background: none !important;
    height: 35px;
    padding: 0 !important;
    border-bottom: 1px solid silver;
}

.popup-img .body {
    text-align: center;
    height: calc(100% - 45px);
}

.popup-img .body img {
    max-width: 100%;
}

#popup-mask {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 998;
    display: none;
}

#quick-report {
    max-width: 100%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
}

.main-btn-form {
    position: fixed;
    right:0;
}

.select2-container {
    width: 100% !important;
}

.filter-sub-obj .select2-container {
    width: 200px !important;
    font-size: 0.8em;
}

.filter-sub-obj .select2-container .select2-selection {
    height: 32px !important;
    border-color: #ced4da;
}

.filter-sub-obj .select2-btn-container {
    display: none;
}

.filter-sub-obj .custom-col {
     text-align: left;
     float: right;
     margin: 0 0 5px 5px;
}

.filter-sub-obj label {
     font-size: 0.8em;
     display: block;
     margin-bottom: 2px;
     color: #284b69;
}

.filter-sub-obj input, .filter-sub-obj select {
     font-size: 0.8em;
}

.filter-sub-obj-btn {
    clear: both;
}

.select2-selection {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    width: 30px;
}

.icon_selector {
    display: none;
}

.hide {
    display: none;
}

.target-icon {
    font-size: 2em;
    color: #59C9EE;
}

.target-number {
    font-size: 1.5em;
    color: #386F7E;
}

.clustered-markers  {
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 5px;
    font-size: 1.2em;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.clustered-markers .qt {
    display: inline-block;
    border-radius: 5px;
    background: #ffffffd9;
    text-align: center;
    min-width: 30px;
    padding: 0 5px;
    font-weight: bold;
    box-shadow: 0 0 0px 2px #ffffff;
    font-size: 0.8em;
}

.clustered-markers i.fas {

}

.leaflet-div-icon {
     background: none;
     border: none;
}

.map-icon-color-in_progress {
    color: #006499;
}

.map-icon-color-completed {
    color: #307e00;
}

.map-icon-color-open {
    color: #4f4f4f;
}

.map-icon-color-cancel {
    color: #5f0202;
}

.leaflet-control-easyPrint {
    margin-top: 100px !important;
}

.popup-top {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    height: 340px;
    background: white;
    box-shadow: 0 0 10px #6f6f6f;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    display: none;
    transition: opacity .5s ease;
}

#map-add-layer, #map-edit-layer-style {
    width: 700px;
    height: 485px;
}

.popup-top .body {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 90px);
}

.popup-top .body .steps-page {
    height: 40px;
}

.popup-top .body .form-page {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 40px);
}

.popup-top .btns-container {
    background: #f3f3f3;
    margin: 10px -10px -10px -10px;
    padding: 10px 10px 12px;
}

#map-filter-display-btn.has_filter {
    color: #65500e;
}

#map-filter-display-btn.has_filter:after {
    content: ".";
    color: red;
    font-size: 64px;
    position: absolute;
    top: -64px;
    right: -9px;
}

.map-dual-view-iframe {
    border:none;
    border-left: 2px solid white;
}

.map-dual-view-iframe:nth-child(0) {
    border:none;
    border-right: 2px solid white;
}


.select2-selection.select2-selection--multiple {
    height: auto !important;
}

.marker-label {
    border: none;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
    background: transparent;
    box-shadow: none;
    font-size: 1.2em;
    font-weight: bold;
    color: #1f1f1f;
}

.marker-label:before {
    display: none;
}

.status_filter {
    display: inline-block;
    background-color: #f6f6f6;
    padding: 3px 10px;
    border-radius: 3px;
    margin-right: 0 !important;
    cursor: pointer;
}

.status_filter:hover {
    background-color: #eeeeee;
}

.status_filter.selected {
    background-color: #afafaf;
	box-shadow: inset 2px 2px 2px #929292;
    color: #1f1f1f;
}


.custom_tag {
    display: inline-block;
    padding: 3px 10px;
    background-color: #efefef;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 2px;
}

.table-dark .custom_tag {
    background-color: #2d3238;
}

.action-btn-sub-obj .btn-search.extended{
    padding-bottom: 20px;
    background-color: #dae0e5;
    box-shadow: none !important;
    border: none !important;
}

.filter-sub-obj {
    background-color: #dae0e5;
    padding: 10px;
    display: none;
    text-align: right;
    border-radius: 5px;
}

.filter-sub-obj.extended {
    display: block;
}

.filter-sub-obj input, .filter-sub-obj select {
    display: inline-block;
    width: auto;
}

.quill-editor {
    display: none;
}

.history-data {
    /*border: 1px solid darkred !important;*/
    /*-webkit-appearance: none !important;*/
    /*min-height: 15px;*/
    /*min-width: 15px;*/
}

.display-none {
    display: none;
}

.visibility-none {
    visibility: hidden;
}

.note-editor {
    background-color: white;
}

.note-editor .panel-heading {
    border-bottom: 1px solid silver;
    background: #f7f7f7;
}

.note-editor .dropdown-toggle::after {
    display: none;
}

.datepicker {
	transform: translate(0, 3.1em);
}

.group-element {
    margin: 0 10px 20px;
    border-left: 3px solid #acc3c9;
    padding-top: 5px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-group.compact .list-group-item {
    padding: 5px 10px;
}

.list-group.compact .list-group-item .form-group {
    margin: 0;
}

.list-group.compact .list-group-item.list-group-item-action.active {
    box-shadow: inset 0 -1px 0 #3797ff;
}

.nav-tabs .nav-link {
    font-size: 0.95em;
    padding: 5px 10px;
}

.gantt_grid_scale, .gantt_task_scale, .gantt_task_vscroll {
    background-color: #333;
}

.gantt_grid_scale .gantt_grid_head_cell {
    color: #5fd6fb;
}

table.quick-fill tbody tr label, table.quick-fill tbody tr small.form-text.text-muted{
    display: none;
}

table.quick-fill tbody tr .form-control {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

table.quick-fill tbody tr .form-group {
    margin-bottom: 0;
}

.table-hover tbody tr:hover {
    color: #3f8ba5;
    background-color: rgba(0,0,0,0);
}


.no-margin {
    margin: 0;
}

.sub-management {
    margin-bottom: 10px;
}

::-webkit-scrollbar {
  width: 10px;

}

/* Track */

::-webkit-scrollbar-track {
    background: #313131;
    cursor: pointer;
    transition: all .5s ease;
}

::-webkit-scrollbar-thumb {
    background: #262626;
    background: #48a3c5;
    border-radius: 100px;
    border: 3px solid #313131;
}

::-webkit-scrollbar-track:hover {
    background: #333333;
    background: black;
    background: #404040;
}

::-webkit-scrollbar-thumb:hover {
    border-color: #404040;
}

#projects-details ::-webkit-scrollbar-track,
.box-overview ::-webkit-scrollbar-track {
    background: #ececec;
}

#projects-details ::-webkit-scrollbar-track:hover,
.box-overview ::-webkit-scrollbar-track:hover{
    background: #dcdcdc;
}

#projects-details ::-webkit-scrollbar-thumb,
.box-overview ::-webkit-scrollbar-thumb {
    border-color: #ececec ;
}

#projects-details ::-webkit-scrollbar-thumb:hover,
.box-overview ::-webkit-scrollbar-thumb:hover {
    border-color: #dcdcdc ;
}

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

label.alert-danger {
    background-color: transparent !important;
}

#toast-container > .toast  {
    background-position: 10px 15px;
}

.project-selector-container {
    margin-bottom: 10px;
}

.project-selector, .project-selector:focus, .project-selector:focus-visible {
    border: none;
    background: #f9f9f9;
    color: #6e889d;
    padding: 5px 10px;
    outline: none;
    font-weight: bold;
}

#quick-numbers {
    min-height: 160px;
}

.preload * {
 transition: none !important;
}

.form-page {
    display: none;
}

.form-page.active {
    display: block;
}

.steps-page {
    height: 40px;
}

.steps-page ul {
    margin: 0;
    list-style: none;
    padding: 0;
    border-bottom: 2px solid silver;
    height: 14px;
}

.steps-page li {
    display: inline-block;
    border: 2px solid silver;
    border-radius: 100px;
    padding: 0 10px 2px;
    background-color: white;
    color: silver;
    font-size: 0.8em;
}

.steps-page li.active {
    background-color: #333333;
    color: #4fd6ff;
    border-color: #333333;
}

.steps-page li:not(.active):hover {
    background-color: #e2e2e2;
    color: gray;
    cursor: pointer;
}

.btns-container .btn {
    margin: 0 2px;
}

.entry-json {
    margin-bottom: 5px;
}

.entry-json .title {
    background-color: #333333;
    color: #4fd6ff;
    height: 25px;
    padding-left: 10px;
    margin-top: 1px;
    border-radius: 2px 2px 0 0;
    font-size: 0.85em;
}

.entry-json .title > span[contenteditable] {
    padding: 2px 2px;
    min-width: 10px;
    display: inline-block;
}

.entry-json .title .btn {
    width: 25px;
    height: 25px;
    font-size: 0.7em;
    margin: 0 2px;
}

.entry-json .content{
    display: none;
}

*[contenteditable] {

}

*[contenteditable]:not([role="textbox"]):focus, *[contenteditable]:not([role="textbox"]):hover, *[contenteditable]:not([role="textbox"]):active {
    border: none;
    outline: none;
    color: lightgoldenrodyellow;
    background: rgba(255,255,255,.1);
}

#consolidated_report .box-overview {
    background: #f8f8f8;
    padding: 10px;
}

#consolidated_report .box-overview.turquoise {
    background: #86eae9;
}

.widget-title {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

#consolidated_report  .box-overview > div {
    box-shadow: none;
}

#consolidated_report .quick-number {
    background: #f8f8f8;
    text-align: center;
    padding: 40px 10px;
}

#consolidated_report .quick-number .number {
    color: white;
    font-size: 1.5em;
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#consolidated_report .quick-number .legend {
    color: white;
    font-size: 1em;
    display: block;
    text-align: center;
}

#consolidated_report .quick-number.m-turquoise-1 {
    background: #3cd4d2;
}

#consolidated_report .quick-number.m-turquoise-2 {
    background: #36C4E9;
}

#consolidated_report .quick-number.blue-ivy {
    background: #2B8ECF;
}

.level-low {
    background: #86ff91;
    color: #0b2e13;
}

.level-medium {
    background: #fcffab;
    color: #2c2d0b;
}

.level-high {
    background: #ffacac;
    color: #340404;
}


.text-issue-level-low {
    color: #a26b00 !important;
    text-outline: white 1px;
}


.text-issue-level-med {
    color: #d23900 !important;
    text-outline: white 1px;
}

.text-issue-level-high {
    color: #800000 !important;
    text-outline: white 1px;
}

.sub-menu-nested-parent {

}

.sub-menu-nested-parent  > a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    float: right;
    font-weight: 900;
}

.sub-menu-nested {
    display: none;
    border-top: 1px solid white;
    border-left: 5px solid #9c9c9c;
}

.sub-menu-nested > li > a {
    padding-left: 20px !important;
}

.sub-menu-nested-parent.extended .sub-menu-nested, .sub-menu-nested-parent.selected .sub-menu-nested {
    display: block;
}

.sub-menu-nested-parent.selected  > a:before, .sub-menu-nested-parent.extended  > a:before {
    content: "\f0d7";
}

.sub-menu-nested li.selected {
    color: #2787a5;
    background: #ebf7ff !important;
    border-left: none;
}

.sub-menu-nested li.selected > a {
    color: #2787a5;
    border-left: none !important;
    margin-left: 0;
    background: transparent !important;
}

body.menu-sm .sub-menu-nested {
    display: none !important;
    position: fixed;
    background: white;
    left: 51px;
    margin-top: -44px !important;
    border: 1px solid #c8c9cb;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .05);
}

.sub-menu-nested > li:hover > a {
    color: #2787a5;
}


body.menu-sm .sub-menu-nested > li > a > span {
    opacity: 1 !important;
}

body.menu-sm .sub-menu-nested-parent:hover .sub-menu-nested {
    display: block !important;
}

#main-nav  ul li.separator {
    border-top: 1px solid #9c9c9c;
}

@media print {
    .full-screen-print {
        position: fixed;
        position: absolute;
        top: 0;
        left: 0;
        background: white;
        z-index: 99;
        width: 100%;
        min-height: 100%;
    }

    .btn,  .pagination-bar  {
        display: none;
    }

    .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{flex: 0 0 100%; max-width: 100%;}
}


.dataTable-sorter::after {
    border-bottom: 4px solid #fff;
}

.dataTable-sorter::before {
    border-top: 4px solid #fff;
}

.form-element {
    background: #f8f8f8;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 5px !important;
}

.form-element label {
    font-weight: 400;
    color: #1a5c95;
}

.form-element textarea {
    height: 100px;
    resize: none;
}

.form-element input[required] {
    border-left: 5px solid;
}

.form-element input:valid,
.form-element textarea:valid,
.form-element select:valid  {
    border-color: #0a9420;
}

.form-element input:invalid,
.form-element textarea:invalid,
.form-element select:invalid {
    border-color: #ad1324;
}

#main-form, #view-obj {
    display: none;
}

#main-form-btns {
    position: fixed;
    width: 200px;
    padding-right: 10px;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection {
    min-height: 40px;
    padding-top: 5px;
}

.select2-container .select2-selection .select2-selection__arrow {
    padding: 20px 5px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
}

.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
}

.quick-number {
    font-size: 2em;
}

.custom-tags {
    background: #004e94;
    color:white;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 2px;
    font-size: 0.8em;
}

.custom-tags.small {
    font-size: 0.6em;
}

.custom-tags.rounded-pill {
    border-radius: 50px;
}

.custom-tags.rounded-pill .custom-tags-left {
    display: inline-block;
    border-radius: 50px 0 0 50px;
    background-color: rgba(0,0,0,.2);
    margin: -5px 5px -5px -10px;
    padding: 5px 10px;
}

#table_lst tbody a {
    color: #215db3;
    text-decoration: none;
}

#table_lst tbody a:hover {
    color: #215db3;
    text-decoration: none;
}

#table_lst tbody td.btns-action .btn {
    font-size: 0.8em;
}

.page-item.active .page-link {
    background-color: #1b91d8;
    border-color: #1b91d8;
}

.page-link:hover, .page-link {
    color: #1b91d8;
}

[contenteditable="true"]{
    background-color: #fff5c0;
    padding: 3px 5px;
    border: 1px dashed #e1d186;
}

[contenteditable="true"]:active,
[contenteditable="true"]:focus{
    outline:none;
    background-color: #fff5c0;
}

#toast-container > .toast  {
    background-position: 10px 15px;
}

.toast-error {
    background-color: #b61f1f;
}

#g_obj_view_table tr.extra-field {
    display: none;
}

.x-small {
    font-size: 0.6em;
}

.block-chart, .block-chart tr, .block-chart td {
    border: none;
}

/*.block-chart td {*/
/*    border: 1px solid white;*/
/*}*/

.block-chart {
    border-radius: 5px;
    overflow: hidden;
}

.form-check-input {
    background-color: #333333 !important;
}

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

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

.col-12 .form-check {
    margin-top: 0px;
}

.btn-block {
    display: block;
    width: 100%;
}

#countries_selector:focus-within {
    background-color: white;
    color: #313131;
}

#profile-update-password {
    max-height: 450px;
}

.layer-btns {
    display: block;
    margin-top: 6px;
    height: 32px;
    overflow: hidden;
    margin-right: 5px;
    position: absolute;
    -margin-left: 170px;
    box-shadow: -20px 0px 14px 0px black;
    display: none;
    right: 0;
}

.sub-layer-list >li[data-raw-id]:hover .layer-btns  {
    display: block;
}

#icon_lst {
    position: fixed;
    display: none;
    top: 60px;
    right:100px;
    width: 195px;
    -height: 178px;
    z-index: 9999999;
    background: white;
    padding: 5px;
    box-shadow: 0 0 10px #a6a6;
}

#icon_lst hr {
    margin: 5px 0;
    padding: 0;
}

#icon_lst ul {
    margin: 5px 0 0 0;
    padding: 0;
    width: 186px;
    height: 175px;
    overflow: auto;
}

#icon_lst li {
    list-style: none;
    display: inline-block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    padding: 5px;
    border: 1px solid gray;
    border-radius: 3px;
    margin: 2px;
    text-align: center;
    color: #333333;
    cursor: pointer;
    transition: all .5s ease;
}

#icon_lst li:hover {
    background: #f4f4f4;
    color: #000000;
    box-shadow: 0 0 8px 0px #00000045;
}

#icon_lst li.selected {
    background: #313131;
    color: #8ee0ff;
    border-color: #313131;
}

.icon-selector {

}

.icon-selector .input-group-prepend{
    width: 38px;
    height: 38px;
    background: #e9ecef;
    padding: 8px 10px;
}

.icon-selector .input-group-append{
    width: 38px;
    height: 38px;
}

.icon-selector .input-group-append .btn, .input-group .btn {
    border-radius: 0 3px 3px 0px;
}

#style_picker {
    position: fixed;
    display: none;
    top: 60px;
    right:100px;
    width: 195px;
    -height: 178px;
    z-index: 9999999;
    background: white;
    padding: 5px;
    box-shadow: 0 0 10px #a6a6;
}

#style_picker input[type="color"]{
    min-width: 30px;
    max-width: 30px;
}

#style_picker input[type="range"]{
    min-width: 70px;
    max-width: 70px;
}

#style_picker td.section > label {
    background-color: #333333;
    width: 100%;
    margin: 10px 0 5px;
    padding: 2px 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    border-radius: 3px;
}

#style_picker tr:first-child td.section > label {
    margin-top: 0;
}

.style-selector {

}

.style-selector input[type="text"]{
    width: 0;
    min-width: 0;
    max-width: 0;
    padding: 0;
}

.style-selector .input-group-prepend{
    width: 38px;
    height: 38px;
    background: #e9ecef;
    padding: 8px 10px;
    box-shadow: #a1a1a1 0px 0px 10px;
}

.style-selector .input-group-append{
    width: 38px;
    height: 38px;
}

.style-selector .input-group-append .btn {
    border-radius: 0 3px 3px 0px;
    width: 38px;
    height: 38px;
}

input+small.form-text.text-muted:before,
select+small.form-text.text-muted:before,
textarea+small.form-text.text-muted:before {
    content:"\f05a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

input+small.form-text.text-muted,
select+small.form-text.text-muted,
textarea+small.form-text.text-muted {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 20px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
}

input+small.form-text.text-muted:hover,
select+small.form-text.text-muted:hover,
textarea+small.form-text.text-muted:hover {
    white-space: normal;
    height: auto;
}