::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 1px 0 8px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #FCB140;
}

textarea {
    cursor: auto;
}

.x-grid-checkcolumn {
    background-color: transparent;
    background-image: url("../images/checkbox_off.png");
    background-position: 50%;
    background-repeat: no-repeat;
    height: 15px;
}

.x-grid-checkcolumn-checked {
    background-image: url("../images/checkbox_on.png");
}

.publicNode {
    color: red !important;
}

.publicIcon {
    background-image: url(../images/icons/user.png) !important;
}

.x-window-header {
    font-family: 'Open Sans' !important;
    /*background:#FFB650;*/
    box-shadow: none;
    border-width: 1px;
    height: 25px;
    background: -webkit-linear-gradient(#FAC372, #FCB140);
    /* For Safari */
    background: -o-linear-gradient(#FAC372, #FCB140);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FAC372, #FCB140);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FAC372, #FCB140);
    /* Standard syntax */
}

.x-grid-row-selected div .x-grid-cell-inner {
    background: #ABABAC !important;
}

.CommunicationItemGrid .x-grid-cell-inner {
    overflow: hidden;
    white-space: nowrap;
    height: 21px;
}

.x-grid-cell-inner {
    font-family: 'Open Sans' !important;
}


/*.x-grid-row  .x-grid-row-alt{
border-width: 0px !important;
}
/*.x-grid-row-selected .x-grid-cell, .x-grid-row-selected .x-grid-rowwrap-div{ border-width: 0px !important;}*/

.m5GridUsers table {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.m5GridUsers td {
    vertical-align: bottom;
    border-bottom-color: #E5E5E5 !important;
    border-bottom-width: 2px !important;
}

.m5GridUsers .x-grid-header-ct {
    background: #E5E5E5 !important;
}

.m5GridUsers .x-column-header-inner {
    line-height: 20px !important;
}

.m5GridUsers .x-column-header {
    border-width: 0px !important;
    font-family: 'Open Sans';
    font-size: 12px;
    background: #E5E5E5;
}

.m5CalendarGrid .x-grid-header-ct {
    background: #E5E5E5 !important;
}

.m5CalendarGrid .x-column-header-inner {
    line-height: 20px !important;
}

.m5CalendarGrid .x-column-header {
    border-width: 0px !important;
    font-family: 'Open Sans';
    font-size: 12px;
    background: #E5E5E5;
}

.m5Grid .x-grid-cell-selected {
    background-color: #ababac !important;
    padding: 2px 2px 2px 2px;
}

.m5Grid table {
    padding-left: 5px !important;
    padding-right: 5px !important;
    background-color: #f3f3f3 !important;
}

.m5Grid td {
    background-color: #f3f3f3 !important;
    vertical-align: bottom;
    border-bottom-color: #E5E5E5 !important;
    border-bottom-width: 2px !important;
}

.m5Grid .x-grid-header-ct {
    background: #E5E5E5 !important;
}

.m5Grid .x-column-header-inner {
    line-height: 20px !important;
}

.m5Grid .x-column-header {
    border-width: 0px !important;
    font-family: 'Open Sans';
    font-size: 12px;
    background: #E5E5E5;
}

.m5AdminAccordions {
    border-style: solid;
    border-bottom-color: #E5E5E5 !important;
    border-bottom-width: 2px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-top-width: 0px !important;
}

.m5AdminAccordions:hover {
    background-color: #eeeeee;
}

.x-window-header-text-default {
    font-family: 'Open Sans' !important;
}

.x-css-shadow {
    border-radius: px;
    box-shadow: none !important;
}

.x-window-header-default .x-tool-img {
    background-color: #FFB650;
}

.x-searchDataview-item {
    padding: 0px 0px 0px 0px;
}

.x-window {
    font-family: 'Open Sans' !important;
    border-radius: 2px;
    /*box-shadow: none;*/
    border-width: 0px;
    box-shadow: rgb(170, 170, 170) 0px 1px 10px;
    border-color: #bcb1b0;
    background-color: white;
    top: 0px;
    padding: 0px 0px 0px 0px;
}

.x-component {
    font-family: 'Open Sans' !important;
    font-size: 13px;
}

.m5-btn-orange {
    background-color: #ABABAC !important;
    background-Image: none;
    font-family: 'Trebuchet MS' !important;
    font-size: 20px !important;
    border: none;
    border-radius: 2px;
}

.m5-btn-grey {
    background-color: #FFB650 !important;
    background-Image: none;
    font-family: 'Trebuchet MS' !important;
    font-size: 20px !important;
    border: none;
    border-radius: 2px;
}

.m5-btn-blue {
    background-color: #9DD4F9 !important;
    background-Image: none;
    font-family: 'Trebuchet MS' !important;
    font-size: 20px !important;
    border: none;
    border-radius: 1px;
}

.toolbarLinks {
    cursor: pointer;
}

.m5-toolbar-orange {
    font-family: 'Open Sans' !important;
    font-size: 14px;
    background-image: url();
    background-color: #FFB650 !important;
}

.m5-toolbar-blue {
    font-family: 'Open Sans' !important;
    font-size: 14px !important;
    background-image: url();
    background-color: #9DD4F9 !important;
}

.m5-open-sans {
    font-family: 'Open Sans' !important;
    font-size: 14px;
}

.x-tab-active {
    background-color: #FFB650 !important;
}

.x-btn-default-small .x-btn-inner {
    font-family: 'Open Sans' !important;
}

.x-tab {
    margin-left: 3px;
    margin-right: 3px;
    background-image: url();
    border-radius: 2px;
    box-shadow: none;
    border: none;
}

.x-tab:hover {
    background-image: url();
    background-color: #9DD4F9 !important;
}

.x-tab-bar-strip-default {
    background-image: url();
    background-color: #FFB650 !important;
}

.largeBtnText {
    font-size: 18px !important;
}

.x-tip {
    font-family: 'Open Sans' !important;
    font-size: 14px;
    background-image: url();
    background-color: white;
    border-color: #FFB650 !important;
    border-style: solid;
    border-width: 2px;
}

.calendar-tip-body > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.calendar-tip-body > div:nth-child(1) > p {
    font-size: 1.4em;
    letter-spacing: 0.5px;
}

.calendar-tip-body > div:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.calendar-tip-body > div:nth-child(2) > div {
    border-bottom: rgba(181, 181, 181, 0.692) 1px solid;
    padding-bottom: 4px;
    display: flex;
    justify-content: space-between;
}

.calendar-tip-body > div:nth-child(2) > div > img {
    height: 20px;
    width: 20px;
    margin-top: 4px;
}

.calendar-tip-body > div:nth-child(2) > div > div {
    width: 80%;
}

.calendar-tip-body > div:nth-child(2) > div:nth-last-child(1) {
    border: unset;
}

.x-tip-header {
    background-image: url();
    background-color: white;
    border-color: #FFB650 !important;
    border-style: solid;
    border-width: 2px;
}

.x-menu-icon-separator {
    height: 100%;
}


/*.x-tool img {
background-image:url('resources/images/icons/close_window_icon.png') !important;
background-position:0px 0px;
}
.x-tool-close {

background-image:url('resources/images/icons/close_window_icon.png') !important;
}
.x-tool-maximize{
background-position:0;
background-image:url('resources/images/icons/permit.png') !important;
}
.x-tool-minimize{
background-position:0;
background-image:url('resources/images/icons/permit.png') !important;
}*/

.x-window-body {
    border: none;
    background-color: white;
}

.workflowrect {
    fill: steelblue;
}

.workflowselect {
    fill: red;
}

.workflowtext {
    fill: white;
    font: 10px sans-serif;
    /*text-anchor: end;*/
}

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1.5px;
}

.workflowbtn {
    text-align: center;
    font-family: 'Open Sans' !important;
    font-size: 14px;
    padding: 5px;
    cursor: pointer;
}

.borderleft {
    border-left: solid 1px #8A8A8B;
}

.blue {
    background-color: #A4CDF6;
}

.darkgray {
    background-color: #ABABAB;
}

.lightgray {
    background-color: #DBDBDB;
}

.orange {
    background-color: #FAC372;
}

.consoleLabel {
    font-family: 'Trebuchet MS';
    font-size: 14px;
}

.center {
    text-align: center;
}

.gisheader {
    font-family: 'Open Sans';
    font-size: 24px;
}

.openLabel {
    font-family: 'Open Sans';
    font-size: 14px;
}

.click {
    cursor: pointer;
}

.small {
    font-size: 12px !important;
}

.medium {
    font-size: 14px;
}

.large {
    font-size: 16px;
}

.xlarge {
    font-size: 18px;
}

.header1 {
    font-size: 20px;
}

.bold {
    font-weight: bold;
}

.consolebutton {
    text-align: center;
    background-color: #9dd5fa;
    cursor: pointer;
}

.orangebutton {
    text-align: center;
    background-color: #FAC372;
    cursor: pointer;
    padding: 3px;
}

.graybutton {
    text-align: center;
    background-color: #DBDBDB;
    cursor: pointer;
    padding: 3px;
}

.bluebutton {
    text-align: center;
    background-color: #9dd5fa;
    cursor: pointer;
    padding: 3px;
}

.border {
    border: solid 1px #8A8A8B;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gistoolbar {
    background-image: linear-gradient(rgb(250, 195, 114), rgb(252, 177, 64));
}

.gistoolbarbutton {
    padding: 5px 10px 5px 10px;
    color: #000 !important;
    cursor: pointer;
}

.leaflet-container {
    background-color: white;
}

.leafletbutton {
    background-color: #3498DB;
    padding: 5px 10px 5px 10px;
    color: #ECF0F1 !important;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.leafletbutton:hover {
    background-color: #2980B9;
}

.leaflet-control-print-button a {
    background: #fff url("../images/print.png") no-repeat 5px;
    background-size: 16px 16px;
    display: block;
    background-position: 50% 50%;
}

.cancelbutton {
    background-color: #E74C3C;
    padding: 5px 10px 5px 10px;
    color: #ECF0F1 !important;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.cancelbutton:hover {
    background-color: #C0392B;
}

.settingsbutton {
    background-color: #7F8C8D;
    padding: 5px 10px 5px 10px;
    color: #ECF0F1 !important;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.settingsbutton:hover {
    background-color: #95A5A6;
}

.quickviewwindow {
}

.gismodetext {
    color: #388EE6;
}

.layertext {
    color: #34495E;
}

.layertext:hover {
    color: #2C3E50;
}

.marker {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 15px;
    text-align: center;
    border-radius: 15px;
    font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.asset {
    background: url(../images/GisIcons/AssetLarge.png);
}

.building {
    background: url(../images/GisIcons/BuildingLarge.png);
}

.complaint {
    background: url(../images/GisIcons/ComplaintLarge.png);
}

.inspection {
    background: url(../images/GisIcons/InspectionLarge.png);
}

.permit {
    background: url(../images/GisIcons/PermitLarge.png);
}

.violation {
    background: url(../images/GisIcons/ViolationLarge.png);
}

.workorder {
    background: url(../images/GisIcons/WorkOrderLarge.png);
}

.center {
    text-align: center;
}

.font {
    font-family: 'Open Sans';
}

.thin {
    font-weight: 300;
}

.thick {
    font-weight: 600;
}

.table td {
    border: solid 1px #BDC3C7;
    padding: 6px 8px;
}


/*-----------COLORS-------------*/

.white {
    color: #ECF0F1 !important;
}

.red {
    background-color: #E74C3C;
}

.red:hover {
    background-color: #C0392B;
}

.blue {
    background-color: #3498DB;
}

.blue:hover {
    background-color: #2980B9;
}

.green {
    background-color: #2ECC71 !important;
}

.green:hover {
    background-color: #27AE60;
}

.yellow {
    background-color: #F1C40F;
}

.yellow:hover {
    background-color: #F39C12;
}

.darkblue {
    background-color: #34495E
}

.darkblue:hover {
    background-color: #2C3E50
}

/*----------END COLORS----------*/

.hrstyle {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

.x-btn-icon-el {
    position: absolute;
    top: 2px;
    width: 20px;
    background-repeat: no-repeat;
}

.x-menu-item-icon {
    background-size: cover;
}


/*------ Calendar Styling ----*/

.calendarHover:hover {
    color: blue;
    cursor: pointer;
}

.calendarDatePicker .x-menu-date-item {
    border-style: none !important;
    border-width: 0px !important;
}

.calendarDatePicker .x-datepicker-header {
    background-image: none !important;
    background-color: transparent !important;
}

.calendarDatePicker .x-datepicker-header span {
    font-size: 14px;
    font-family: 'Open Sans';
}

.calendarDatePicker .x-datepicker-month span {
    color: black !important;
}

.calendarDatePicker .x-datepicker-footer {
    background-image: none !important;
    background-color: transparent !important;
}

.calendarDatePicker .x-datepicker-footer span {
    font-size: 14px;
    font-family: 'Open Sans';
}

.x-datepicker-next {
    height: 20px !important;
    background-image: url('../images/icons/arrowRight.png') !important;
    background-repeat: no-repeat !important;
}

.calendarDatePicker .x-datepicker-next {
    background-color: white;
}

.x-datepicker {
    width: 200px;
}

.x-datepicker-prev {
    height: 20px !important;
    background-image: url('../images/icons/arrowLeft.png') !important;
    background-repeat: no-repeat !important;
}

.calendarDatePicker .x-datepicker-prev {
    background-color: white;
}

table.x-datepicker-inner th {
    background-image: none !important;
    background-color: transparent !important;
    font-family: 'Open Sans' !important;
}

.calendarDatePicker .x-datepicker-footer .x-monthpicker-buttons {
    background-image: none !important;
    background-color: transparent !important;
}

.calendarDatePicker .x-monthpicker-item {
    font-family: 'Open Sans' !important;
}

.x-hide-clip {
    visibility: hidden;
}

table.x-datepicker-inner a {
    font-family: 'Open Sans' !important;
    font-size: 12px;
}

.x-color-picker-item-inner {
    width: 14px;
    display: inline-block;
    height: 14px;
}

.strikethrough {
    text-decoration: line-through;
}

.fc-more-popover {
    max-height: 350px;
    overflow-y: scroll !important;
}


/*------End Calendar Styles ----*/

.active {
    background-color: #FFB650 !important;
}

.active:hover {
    background-color: #FFB650 !important;
}

.dndtab {
    font-family: 'Trebuchet MS';
    font-size: 14px;
    text-align: center;
    background-color: #EBEBEB;
    cursor: pointer;
    border-radius: 2px;
    padding: 2px !important;
}

.dndtab:hover {
    background-color: #ddd;
}

.dnditemtab {
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}


/*------Projects ----- 11/4/14 */

.GreenToolBar {
    background: #94AE0A;
    border: 0px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.GreenToolBar:hover {
    background: #7f9609;
}

.GreyButton {
    background-color: #ABABAC;
    padding: 2px 10px 2px 10px;
    color: #ECF0F1 !important;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.BlueButton {
    background-color: #3498DB;
    padding: 3px 5px 3px 5px;
    color: #ECF0F1 !important;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.BlueButton:hover {
    background-color: #2980B9;
}

.GreenButton {
    background-color: #7f9609;
    padding: 5px 10px 5px 10px;
    color: #ECF0F1 !important;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.GreenButton:hover {
    background-color: #5F7006;
}

.WizardBackground {
    background-color: #E6E6E6;
}

.WizardTabs {
    padding: 5px 5px 5px 5px;
    text-align: center;
    cursor: pointer;
    border-radius: 0px;
}

.WizardTabsActive {
    background-color: #A9A9A9;
    color: #ECF0F1 !important;
}

.WizardBackgroundLite {
    background-color: #F4F4F4;
}


/*----------ASHLEY ITEM EDITOR--------------*/

.ag-menuselect {
    background-color: #3498DB;
}

.ag-gray {
    background-color: #EDF3F7;
}

.ag-blue {
    background-color: #287082;
}

.ag-buttonorange {
    background-color: #E56E61;
}

.ag-buttonblue {
    background-color: #3498DB;
}

.ag-lightblue {
    background-color: #3498DB;
}

.breadcrumb {
    background-color: #3498DB;
    white-space: nowrap;
}

.ag-darkgray {
    background-color: #D9DCDD;
}

.ag-dark {
    background-color: #777;
}

.ag-white {
    background-color: #FFF;
}

.ag-darkyellow {
    background-color: #E67E22;
}

.ag-whitearrow {
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 28px solid white;
}

.ag-bluearrow {
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 28px solid #3498DB;
}

.ag-button {
    background-image: none;
    background-color: #D9DCDD;
    border: 0px;
}

.ag-bluebutton {
    background-color: #3498DB;
}

.ag-purplebutton {
    background-color: #9370DB;
}

.ag-darkbutton {
    background-color: #777777;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.ag-darkbutton:hover {
    background-color: #888888;
    border-radius: 5px;
}

.ag-bluebutton:active {
    background-color: #2980B9;
}

.ag-purplebutton:active {
    background-color: #875bde;
}

.ag-orangebutton {
    background-color: #F39C12;
}

.ag-orangebutton:active {
    background-color: #E67E22;
}

.ag-redbutton {
    background-color: #E74C3C;
}

.ag-redbutton:active {
    background-color: #C0392B;
}

.ag-graybutton {
    background-color: #B5C4C9;
}

.ag-graybutton:active {
    background-color: #959FA3;
}

.ag-greenbutton {
    background-color: #1ABC9C;
}

.ag-darkyellowbutton {
    background-color: #E67E22;
}

.ag-worksbluebutton {
    background-color: #68dff0;
}

.ag-greenbutton:active {
    background-color: #16A085;
}

.ag-disablebutton {
    background-color: #D9DCDD;
}

.ag-bluebutton,
.ag-purplebutton,
.ag-graybutton,
.ag-orangebutton,
.ag-tabbutton,
.ag-greenbutton,
.ag-disablebutton,
.ag-redbutton,
.ag-darkbutton,
.ag-darklightbutton,
.ag-worksbluebutton,
.ag-darkyellowbutton
{
    border: 0px;
    border-radius: 2px;
    background-image: none;
    cursor: pointer;
}

.smaller .x-btn-inner {
    font-size: 12px !important;
}

.ag-bluebutton .x-btn-inner,
.ag-purplebutton .x-btn-inner,
.ag-graybutton .x-btn-inner,
.ag-orangebutton .x-btn-inner,
.ag-worksbluebutton,
.ag-greenbutton .x-btn-inner,
.ag-disablebutton .x-btn-inner,
.ag-redbutton .x-btn-inner,
.ag-darkyellowbutton .x-btn-inner
{
    color: white !important;
    font-size: 14px;
}

.ag-darkbutton .x-btn-inner {
    color: white !important;
    font-size: 16px;
}

.ag-tabbutton .x-btn-inner {
    color: black !important;
    font-size: 14px;
}

.ag-tabbutton {
    background-color: #D9DCDD;
    padding: 5px;
}

.ag-activetab,
.ag-activetab .x-btn-inner {
    background-color: #3498DB;
    color: white !important;
}

.ag-buttonicon {
    background-size: contain;
    margin-top: 1px;
    height: 15px;
}

.activeitem {
    background-color: #3498DB;
    color: white;
}

.italic {
    font-style: italic;
}

.contactblock {
    font-size: 13px;
    text-overflow: ellipsis;
    line-height: 1.3;
    margin: 10px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 4px;
    padding: 5px;
    height: 190px;
    width: 205;
    overflow: hidden;
    position: relative;
}

.contactclick:hover {
    color: #3498DB;
    cursor: pointer;
}

.contactclick b:hover {
    color: #000 !important;
}

.contactclick b {
    color: #000 !important;
}

tbody.contactclick tr {
    height: 12px;
}

.contact-card-header {
    height: 20px;
    width: 100%;
    border-bottom: 1px solid grey;
    display: flex;
    justify-content: space-between;
}

.contact-card-footer {
    width: 95%;
    height: 70px;
    overflow-y: auto;
    padding: 1px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid grey;
    background-color: white;
}

.contact-card-content {
    height: 100px;
    overflow-y: auto;
}

.contact-card-section {
    width: 100%;
    margin: 5px 0;
    overflow-y: auto;
    padding: 1px;
}

.contact-card-icon {
    float: inline-start;
    margin: 0 5px 0 0;
    width: 15px;
}

.contact-card-row-wrapper {
    font-size: 12px;
    overflow-wrap: anywhere;
}

.small-label {
    font-size: 10px;
}

.vertalign {
    position: relative;
    top: 30%;
    height: 150px;
}

.fieldgrouplabel {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fieldgrouplabelsmall {
    margin-top: 4px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nested-grid {
    height: 22px;
    padding: 2px;
    align-content: center;
}

.fieldgrouplabelWorks {
    margin-top: 8px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 170px;
}

.fieldgroupcolorsmall {
    float: left;
    margin: 5px;
    height: 9px;
    width: 9px;
}

.fieldgroupcolorWorks {
    float: left;
    margin: 10px;
    height: 10px;
    width: 10px;
}

.fieldgroupcolor {
    vertical-align: middle;
    display: inline-block;
    margin: 10px;
    height: 12px;
    width: 12px;
}

.fieldgroupcolor-large {
    float: left;
    margin: 5px;
    height: 20px;
    width: 20px;
    border: 1px solid transparent;
    cursor: pointer;
}

.ag-table td {
    padding-right: 20px;
    max-width: 500px !important;
}

.ag-table {
    margin-right: 30px;
    vertical-align: top;
}

.ag-colorselected {
    border: solid 2px #333;
    border-radius: 5px;
}

.ag-textarea textarea {
    padding: 10px;
    font-size: 14px;
}

.x-form-cb-checked .x-form-checkbox {
    background-image: url('../../resources/images/icons/checkbox_on_icon.png') !important;
    background-position: 0px !important;
}

.x-form-cb-checked .x-form-radio {
    background-image: url('../../resources/images/icons/radio_on_icon.png') !important;
    background-position: 0px !important;
}

.x-form-checkbox {
    background-image: url('../../resources/images/icons/checkbox_off_icon.png');
    background-size: contain;
}

.x-form-radio {
    background-image: url('../../resources/images/icons/radio_off_icon.png');
    background-size: contain;
}

a {
    text-decoration: none;
    cursor: pointer !important;
}

.x-menu-item:hover {
    color: #3498DB;
}

.ag-picture {
    max-height: 135px;
    max-width: 185px;
}

.ag-modal {
    border: solid 1px #aaa;
    border-radius: 2px;
}

iframe {
    height: 100%;
    width: 100%;
}

.x-mask-msg-text {
    background-image: none !important;
    padding: 5px !important;
    border: none !important;
}

.postgrid .x-grid-cell-inner {
    padding: 0px;
}


/*SCROLLBAR OVERRIDE
::-webkit-scrollbar {
width: 12px;
}

::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #aaa;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
*/

.right {
    text-align: right;
}


/*OVERRIDE FOR GRID SUMMARY*/

/*
.x-docked-summary {
	height: 25px;
}

.x-docked-summary table {
	width: 100%;
	padding-top: 3px;
	background-color: #ddd;
}

.x-grid-row-summary td {
	display: table-footer-group;
	font-size: 14px;
}
*/


/*END OVERRIDE FOR GRID SUMMARY*/

.x-form-file-btn {
    background: none;
    width: 120px;
}

.x-form-text {
    font-family: "Open Sans";
}

.x-form-cb-label-after {
    font-family: "Open Sans";
}

.boxLabel {
    margin-left: 8px;
    line-height: 1.4;
}

.publiccontact {
    width: 100%;
}

#PublicContactGrid .x-dataview-item {
    width: 100%;
    text-align: center;
    padding: 5px;
}

.activepubliccontact {
    border: 1px solid #1ABC9C !important;
}

.mediawrapper {
    text-align: center;
    width: 140px;
    height: 155px;
    margin: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.descriptionwrap {
    width: 148px;
    height: 155px;
    vertical-align: top;
    margin: 10px;
    display: inline-block;
}

.mwrap {
    border: solid 1px #bbb;
    border-radius: 5px;
    margin: 5px;
}

.underline {
    text-decoration: underline;
}

.PatchNotes {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    background: #F8F8F8;
}

.laserfiche-table td {
    padding: 0px 5px;
}

.alert {
    padding-top: 10px;
    font-size: 14px;
    margin-left: 30%;
    margin-right: 10%;
    color: red;
}

.wizard {}
.wizard .wizard-form,
.wizard .wizard-form .x-form-item-label {
    font-size: 14px !important;
}
.wizard .wizard-title {
    font-size: 22px !important;
}

.appWizardFont {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px
    /*color: #336A91;*/
}

.appWizardGreen {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #16A085;
}

.appWizardField {
    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, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.copyButton {
    padding: 2px 0px 0px 0px;
    color: #333;
    background-color: #eee;
    border-radius: 3px;
    background-image: linear-gradient(#fcfcfc, #eee);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
}

.normalwhite {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}


/*Button Styling*/

.x-btn.x-btn-action,
.x-btn.x-btn-action-small {
    padding: 5px 0px;
    min-width: 100px;
    border-radius: 3px;
    text-align: center;
    background-image: none;
    background-color: #3498DB;
    color: #ffffff;
}

.x-btn.x-btn-action:hover,
.x-btn.x-btn-action-small:hover {
    background-color: #2980B9;
}

.x-btn.x-btn-confirm-small.x-item-disabled {
    background-color: grey !important;
    cursor: default !important;
}

.x-btn.x-btn-decline,
.x-btn.x-btn-decline-small {
    padding: 5px 0px;
    min-width: 100px;
    border-radius: 3px;
    text-align: center;
    background-image: none;
    background-color: #E74C3C;
    color: #ffffff;
}

.x-btn.x-btn-decline:hover,
.x-btn.x-btn-decline-small:hover {
    background-color: #C0392B;
}

.x-btn.x-btn-confirm,
.x-btn.x-btn-confirm-small {
    padding: 5px 0px;
    min-width: 100px;
    border-radius: 3px;
    text-align: center;
    background-image: none;
    background-color: #4DB97B;
    color: #ffffff;
}

.x-btn.x-btn-confirm:hover,
.x-btn.x-btn-confirm-small:hover {
    background-color: #3CA167;
}

.x-btn.x-btn-confirm.x-item-disabled,
.x-btn.x-btn-confirm-small.x-item-disabled,
.x-btn.x-btn-action.x-item-disabled,
.x-btn.x-btn-action-small.x-item-disabled,
.x-btn.x-btn-decline.x-item-disabled,
.x-btn.x-btn-decline-small.x-item-disabled {
    background-color: grey !important;
    cursor: default !important;
}


/*End Button Styling*/


/*Move Tool*/

.move-tool-search {
    background-color: white;
}

.move-tool-search-selected {
    background-color: #ceecf5;
}


/* Works Style */

.worksButton {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #64c3c2 !important;
    background: #68dff0;
    color: #868c93;
    background-image: none;
    transition: all 0.3s ease;
    margin: 2px 0px 2px 0px;
    border-radius: 0px;
}

.worksButton .x-btn-inner {
    color: inherit;
}

.worksButton:hover {
    background: #22d0e9;
    color: #ffffff;
}

.worksTab {
    background: none;
    color: #aeb2b7;
    background-image: none;
    border: 0px;
    transition: all 0.3s ease;
    padding: 15px 0 15px 10px;
    margin: 2px 0px 2px 0px;
    border-radius: 0px;
}

.worksTab .x-btn-inner {
    color: inherit;
    font-size: 12px;
    text-align: left;
}

.worksTab:hover {
    background-color: #68dff0 !important;
    color: #ffffff !important;
    background-image: none;
    border: 0px;
    transition: all 0.3s ease;
    padding: 15px 0 15px 10px;
}

.x-worksPressed {
    background-color: #68dff0 !important;
    color: #ffffff !important;
}

.worksicon {
    background-size: contain;
    margin-top: 3px;
    height: 15px;
}

.worksiconbutton {
    background-size: contain;
    margin-top: 14px;
    height: 15px;
}

.worksCards:hover {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.worksCards {
    padding: 15px;
    text-align: center;
    color: #989898;
    border-bottom: 1px solid #989898;
}

.worksCardsOutter:hover {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 1px 2px #aaa;
}

.tdTextBubble {
    text-align: center;
}

.tdTextBubble > div {
    display: inline-block !important;
}

.worksHTab {
    background: none;
    color: #aeb2b7;
    background-image: none;
    border: 0px;
    transition: all 0.3s ease;
    padding: 8px 8px 8px 8px;
    margin: 2px 2px 2px 2px;
    border-radius: 0px;
}

.worksHTab .x-btn-inner {
    color: inherit;
    font-size: 12px;
    text-align: center;
}

.worksHTab:hover {
    background-color: #68dff0;
    color: #ffffff;
    background-image: none;
    border: 0px;
    transition: all 0.3s ease;
    padding: 8px 8px 8px 8px;
    margin: 2px 2px 2px 2px;
    border-radius: 0px;
}

.worksProfilePhoto {
    border-radius: 100%;
}

.works-picture {
    max-height: 92px;
    max-width: 162px;
}

.JTFSearchSelect {
    background-color: #D1E9FF !important;
}

.LeftBar {
    background-color: #FFFFFF !important;
    -webkit-user-select: none !important;
    border-color: #FAC372;
    border-style: solid !important;
}

.LeftHeader {
    background: -webkit-linear-gradient(#FAC372, #FCB140);
    background: -o-linear-gradient(#FAC372, #FCB140);
    background: -moz-linear-gradient(#FAC372, #FCB140);
    background: linear-gradient(#FAC372, #FCB140);
    -webkit-user-select: none;
}


/* Todo Style */

.todoTopBar {
    background: #424a5d;
    box-shadow: 2px 2px 2px grey;
}

.todoTopText {
    font-weight: bolder;
    font-size: 22;
    color: azure;
}

.todoCards:hover {
    background-color: #FAC372;
    color: darkslategray;
    border-bottom: 1px solid #ffffff;
    transition: all 0.4s ease
}

.todoCards {
    padding: 15px;
    font-weight: bold;
    font-size: small;
    text-align: left;
    align-items: center;
    color: #989898;
    background: #EDF3F7;
    border-bottom: 1px solid #989898;
    border-right: 1px solid #989898;
    padding-right: 2%;
}

.todoCardsOutter:hover {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 1px 2px #aaa;
}

.todoBadge {
    background-color: #424a5d;
    color: floralwhite;
    border-radius: 11px;
    font-weight: 600;
    text-align: center;
}

.todoBadge:hover {
    color: #FAC372;
    transition: all 0.4s ease;
}

.todoSearchButton {
    background-color: #1ABC9C;
    align-content: center;
    border-radius: 5px 5px 5px 5px;
    color: #ffffff;
    font-weight: bolder;
}

.todoFilterButton {
    background-color: #3498DB;
    color: #ffffff;
    font-weight: bolder;
    border-radius: 5px 5px 5px 5px;
}

.todoDefaultButton {
    background-color: #F1C40F;
    color: #ffffff;
    font-weight: bolder;
    border-radius: 5px 5px 5px 5px;
}

.todoRefreshButton {
    background-color: #aa66cc;
    color: #ffffff;
    font-weight: bolder;
    border-radius: 5px 5px 5px 5px;
}

.todoDisabledButton {
    background-color: #D9DCDD;
    color: lightslategray;
    font-weight: bolder;
    border-radius: 5px 5px 5px 5px;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

#iv-container {
    position: fixed;
    background: #0d0d0d;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}

.iv-container {
    overflow: hidden;
}

.iv-close {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    text-shadow: 0px 0px 3px #6d6d6d;
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
}

.iv-close:after,
.iv-close:before {
    content: "";
    height: 4px;
    width: 32px;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.iv-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.iv-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.iv-close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


/***** snap view css *****/

.iv-snap-view {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 20px;
    left: 20px;
    border: 1px solid #666;
    background: black;
    z-index: 100;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    transition: all ease 400ms;
    opacity: 0;
}

.iv-snap-image-wrap {
    display: inline-block;
    position: absolute;
    max-width: 150px;
    max-height: 150px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.iv-snap-image {
    position: relative;
}

.iv-snap-handle {
    position: absolute;
    border: 1px solid #ccc;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 200px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 0px 200px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0px 200px rgba(0, 0, 0, 0.5);
}


/*** zoom slider ***/

.iv-zoom-slider {
    width: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #666;
    border-top: 0;
    background: rgba(204, 204, 204, 0.1);
    height: 15px;
    position: absolute;
    top: 150px;
    left: -1px;
}

.iv-zoom-handle {
    width: 20px;
    height: 15px;
    background: #ccc;
    position: absolute;
}


/**** snap view css end *****/

.iv-image-view {
    position: absolute;
    height: 100%;
    width: 100%;
}

.iv-image-wrap {
    display: inline-block;
}

.iv-image-wrap:active {
    cursor: move;
}

.iv-large-image {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/****** Image Viewer *****/

.iv-loader {
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    z-index: 100;
    margin-top: -16px;
    margin-left: -16px;
    font-size: 5px;
    position: absolute;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.iv-loader:after {
    width: 10em;
    height: 10em;
    border-radius: 50%;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {
    .iv-snap-view {
        z-index: -1;
        visibility: hidden;
    }
}


/** Image rotation **/

.north {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari and Chrome */
}

.west {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
}

.south {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari and Chrome */
}

.east {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    /* IE 9 */
    -webkit-transform: rotate(270deg);
    /* Safari and Chrome */
}


/* Grid Row Classes */

.red-row .x-grid-cell {
    background: #ef9a9a !important;
}

.green-row .x-grid-cell {
    background: #90EE90 !important;
}

.green-row.x-grid-row-selected .x-grid-cell, .red-row.x-grid-row-selected .x-grid-cell {
    background: #e0e0e0 !important;
}

.yellow-row .x-grid-cell {
    background: #FFFF99 !important;
}

.green-light-row .x-grid-cell {
    background: #b8eeb8 !important;
}

.green-light-row.x-grid-row-selected .x-grid-cell, .red-row.x-grid-row-selected .x-grid-cell {
    background: #97b897 !important;
}

.contractorHeader .x-panel-header {
    background-color: #4B515D;
    color: #ffffff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.consoleTabbar .x-tab-bar {
    background: #e0e7eb !important;
}

.consoleTabbar .x-tab-bar-body {
    border-bottom: solid 5px #63879c !important;
    background-color: #e0e7eb;
}

.consoleTabbar .x-panel-body {
    border-left: none;
    border-right: none;
    border-bottom: none;
    box-shadow: none;
    background: none;
}

.consoleTabbar .x-tab-active {
    background-color: #63879c !important;
}

.consoleTabbar .x-tab {
    margin-left: 3px;
    margin-right: 3px;
    border-radius: px;
    box-shadow: none;
    border: none;
    background-color: #4B515D;
    color: #ffffff;
    font-weight: 400;
}

.consoleTabbar .x-tab:hover {
    background-color: #63879c !important;
}

.x-progress .x-progress-bar {
    background: -webkit-linear-gradient(rgba(63, 81, 181, 0.3), rgba(63, 81, 181, 0.8));
    background: -o-linear-gradient(rgba(63, 81, 181, 0.3), rgba(63, 81, 181, 0.8));
    background: -moz-linear-gradient(rgba(63, 81, 181, 0.3), rgba(63, 81, 181, 0.8));
    background: linear-gradient(rgba(63, 81, 181, 0.3), rgba(63, 81, 181, 0.8));
    margin-right: 5px;
    border-style: none;
}

.consoleNavButtonLeft {
    background-color: #3E4551;
    height: 50px;
    width: 25px;
    transition: all 0.2s ease;
    z-index: 4000;
}

.consoleNavButtonLeft:hover {
    box-shadow: 7px 0 5px -1px rgba(255, 255, 255, 0.24), 5px 0 2px -1px rgba(255, 255, 255, 0.19);
    cursor: pointer;
}

.consoleNavButtonRight {
    background-color: #3E4551;
    height: 50px;
    width: 25px;
    transition: all 0.2s ease;
    z-index: 4000;
}

.consoleNavButtonRight:hover {
    box-shadow: -8px 0 7px -1px rgba(255, 255, 255, 0.24), -6px 0 4px -1px rgba(255, 255, 255, 0.19);
    cursor: pointer;
}

#GISContextMenu-body {
    box-shadow: -8px 0 7px -1px rgba(255, 255, 255, 0.24), -6px 0 4px -1px rgba(255, 255, 255, 0.19);
    background-color: #90a4ae !important;
    opacity: 0.9;
    font-weight: bold !important;
    border-radius: 3px !important;
}

#GISContextMenu-body .x-menu-item {
    border: 0px;
    height: 28px;
    transition: all 0.3s ease;
    background-color: #90a4ae !important;
}

#GISContextMenu-body .x-menu-item:hover {
    border: 0px;
    height: 24px;
    transition: all 0.3s ease;
    background-color: #607d8b !important;
    color: #ffffff !important;
}

.TaskGrid .x-grid-table {
    margin-bottom: 8px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25), 0 5px 9px 0 rgba(0, 0, 0, 0.20);
}

.TaskGrid1 .x-grid-table {
    margin-bottom: 8px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25), 0 5px 9px 0 rgba(0, 0, 0, 0.20);
}

.TaskGrid td tr td {
    background-color: #fcfaf7 !important;
    border-top: 3px;
    border-color: black;
}

.TaskGrid .x-grid-rowbody div {
    background-color: #fcfaf7 !important;
}

.TaskGrid .x-grid-rowbody div .x-column-header-inner {
    background-color: #eadcc8 !important;
    font-weight: 600;
}

.TaskGrid1 td tr td {
    background-color: #f2f9f9 !important;
    border-top: 3px;
    border-color: black;
}

.TaskGrid1 .x-grid-rowbody div {
    background-color: #f2f9f9 !important;
}

.TaskGrid1 .x-grid-rowbody div .x-column-header-inner {
    background-color: #cbe7e7 !important;
    font-weight: 600;
}

.mapToolsMode {
    margin: 6px;
    background-color: #19B5FE;
    transition: all 0.2s ease;
    border-radius: 1px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25), 0 3px 6px 0 rgba(0, 0, 0, 0.21);
}

.mapToolsMode:hover {
    margin: 6px;
    background-color: #017ab2;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.28), 0 3px 6px 0 rgba(0, 0, 0, 0.26);
}

.mapToolsCreate {
    margin: 6px;
    background-color: #2abb67;
    transition: all 0.2s ease;
    border-radius: 1px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25), 0 3px 6px 0 rgba(0, 0, 0, 0.21);
}

.mapToolsCreate:hover {
    margin: 6px;
    background-color: #219150;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.28), 0 3px 6px 0 rgba(0, 0, 0, 0.26);
}

.mapToolsQuickView {
    margin: 6px;
    background-color: #F4D03F;
    transition: all 0.2s ease;
    border-radius: 1px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25), 0 3px 6px 0 rgba(0, 0, 0, 0.21);
}

.mapToolsQuickView:hover {
    margin: 6px;
    background-color: #d9b00d;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.28), 0 3px 6px 0 rgba(0, 0, 0, 0.26);
}

.mapToolsDisplay {
    margin: 6px;
    background-color: #EB974E;
    border-radius: 1px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25), 0 3px 6px 0 rgba(0, 0, 0, 0.21);
}

.mapToolsDisplay:hover {
    margin: 6px;
    background-color: #e67919;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.28), 0 3px 6px 0 rgba(0, 0, 0, 0.26);
}

.pinpointPanel .x-tab-bar {
    background-color: #4B515D !important;
}

.pinpointPanel .x-tab {
    background-color: #4B515D;
    color: #ffffff;
}

.pinpointPanel .x-assetTab {
    background-color: #fcab32 !important;
    color: #ffffff;
}

.pinpointPanel .x-complaintTab {
    background-color: #aa362e !important;
    color: #ffffff;
}

.pinpointPanel .x-inspectionTab {
    background-color: #5b9338 !important;
    color: #ffffff;
}

.pinpointPanel .x-violationTab {
    background-color: #b2b215 !important;
    color: #ffffff;
}

.pinpointPanel .x-buildingTab {
    background-color: #6b4096 !important;
    color: #ffffff;
}

.pinpointPanel .x-workorderTab {
    background-color: #6b4096 !important;
    color: #ffffff;
}

.pinpointPanel .x-permitTab {
    background-color: #1364dd !important;
    color: #ffffff;
}

.pinpointPanel .x-tab:hover {
    background-color: #3E4551 !important;
    color: #ffffff;
    box-shadow: 7px 0 5px -1px rgba(255, 255, 255, 0.24), 5px 0 2px -1px rgba(255, 255, 255, 0.19) !important;
}

.toolButton {
    border-radius: 3px;
    transition: all 0.3s ease;
    align-content: center;
}

.toolButton:hover {
    background-color: rgba(34, 208, 233, 0.70);
}

.entityButton {
    background-color: #e0e7eb;
    border-radius: 3px;
    height: 50px;
    width: 50px;
    border: 2px;
    border-color: #a3b6c2;
    align-content: center !important;
}

.noPanelBorder .x-panel-body-default,
.noPanelBorder .x-panel-header-default,
.noPanelBorder .x-panel-default {
    border: none;
    box-shadow: none;
    background: none;
}

.buttonText {
    bottom: 4px !important;
    text-align: center !important;
}

.entityButton {
    padding: 2px !important;
    border: none;
    margin: 4px;
    align-items: center !important;
    vertical-align: top;
}

.entityButton .x-btn-inner {
    padding: 1px !important;
}

.entityButton .x-btn {
    justify-content: center;
}

.moveup {
    top: 4px !important;
}

.x-resizable-handle {
    background-color: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-color: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-color: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-color: -o-linear-gradient(left, #ccc, #333, #ccc);
}


/*better-tab classes for tab panels*/

.better-tab-bar {
    border: 0px;
}

.better-tab-bar > .x-tab-bar {
    background-color: transparent;
    background-image: none;
    border-bottom: 1px solid #e7e7e7 !important;
}

.better-tab-bar > .x-tab-bar > .x-tab-bar-body {
    border: 0px;
    padding: 0px;
}

.better-tab-bar > .x-tab-bar > .x-tab-bar-body > .x-box-scroller-left > .x-box-scroller,
.better-tab-bar > .x-tab-bar > .x-tab-bar-body > .x-box-scroller-right > .x-box-scroller {
    height: 100%;
}

.better-tab-bar > .x-tab-bar > .x-tab-bar-strip {
    border: 0px;
}

.better-tab-bar > .x-panel-body {
    border: 0px;
}

.better-tab {
    margin: 0px;
    padding: 0px;
    background-color: transparent !important;
    background-color: #f5f5f5 !important;
    font-size: 13px;
    border-radius: 0px;
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 0px !important;
}

.left-position {
    left: 0 !important;
}

.better-tab:nth-child(1) {
    border-left: 1px solid #e7e7e7;
    border-radius: 3px 0px 0px 0px;
}

.better-tab:nth-last-child(1) {
    border-radius: 0px 3px 0px 0px;
}

.better-tab > .x-tab-wrap {
    padding: 0px 18px;
}

.better-tab.x-tab-active > .x-tab-wrap {
}

.better-tab.x-tab-active > .x-tab-wrap > .x-tab-button > .x-tab-inner {
}

.better-tab.x-tab:hover {
    background-color: transparent !important;
}

.better-tab.x-tab-active,
.better-tab.x-tab-active:hover {
    background-color: transparent !important;
    padding-top: 3px;
    border-bottom: 3px solid #3498db !important;
    cursor: default !important;
}


/*better-tabes class end*/


/*better-panel classes for panels*/

.better-panel > .x-panel-header-default {
    background-image: none;
    background-color: #f5f5f5;
    border-color: #e7e7e7;
}

/*better-panel class end*/

.round-button {
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 6px 0px, rgba(0, 0, 0, 0.21) 0px 4px 10px 0px;
    border-radius: 50%;
    cursor: pointer;
    padding: 2px;
    height: 32px;
    width: 32px;
    align-content: center;
}

.round-button:hover {
    width: 34px;
    height: 34px;
    box-shadow: rgba(0, 0, 0, 0.26) 0px 3px 5px 0px, rgba(0, 0, 0, 0.24) 0px 2px 7px 0px;
}

.console-button {
    width: 32px;
    height: 32px;
    background-color: #4B515D;
    border-radius: 2px;
    /*border: 1px solid #22d0e9 !important;*/
    margin: 1px;
    align-content: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 6px 0px, rgba(0, 0, 0, 0.21) 0px 4px 10px 0px;
    padding: 1px;
}

.console-button:hover {
    width: 34px;
    height: 34px;
    box-shadow: rgba(0, 0, 0, 0.26) 0px 3px 5px 0px, rgba(0, 0, 0, 0.24) 0px 2px 7px 0px;
}

.console-search-bubble {
    border-radius: 3px;
    align-content: center;
    border: 1px solid #aaafbb !important;
    font-family: 'Trebuchet MS';
    color: #aaafbb !important;
    font-size: 10px !important;
    margin: 2px;
    padding: 3px;
}

.textField-warning input {
    border-color: #f0ad4e;
    padding-right: 30px;
    background-image: url("../images/icons/warning.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right;
}

.textField-success input {
    border-color: #5cb85c;
    padding-right: 30px;
    background-image: url("../images/icons/success.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right;
}

.textField-danger input {
    border-color: #d9534f;
    padding-right: 30px;
    background-image: url("../images/icons/danger.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right;
}


/* You need this class to add padding to a label because extjs has a bug */
.labelPaddingBottom5px > tbody > tr > td > div {
    padding-bottom: 5px;
}

/* To stop the text areas from jerking around when they get focus */
.x-webkit .x-form-empty-field {
    line-height: normal;
}

.wizardForm .x-hbox-form-item:not(:last-child) {
    margin-right: 15px;
}

.wizardForm:not(.compact) .x-vbox-form-item:not(:first-child),
.wizardForm:not(.compact) .x-container:not(:first-child):not(.x-form-fieldcontainer) {
    margin-top: 10px;
}

.wizardForm .x-form-item-label,
.wizardForm label
{
    /* font-family: 'Trebuchet Ms'; */
    /* font-family: 'Open Sans'; */
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 14px;
}

.wizardForm .x-form-field {
}

.mediaItem {
    padding: 5px;
    width: 96px;
    height: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 4px 0px 0px 4px;
    box-sizing: border-box;
}

.mediaItemImageWrapper {
    background: #dddddd;
    padding: 3px;
}

.mediaItemOver {
    background-color: #efefef;
    border: 1px solid #dddddd;
    padding: 4px;
}

.green-text {
    color: green;
}

.red-text {
    color: red;
}

.yellow-text {
    color: orange;
}

.card-label-wrapper {
    width: 120px;
    display: inline-block;
}

.card-input-wrapper {
    padding-bottom: 3px;
    width: 100%;
}

div.card-input-wrapper input[type=text] {
    padding: 5px;
    width: 215px;
}

div.card-input-wrapper select {
    width: 215px;
}

.insp-counter {
    background: #F1F3FB;
    border: 1px solid rgb(240, 114, 11);
    border-radius: 5px;
    margin: 2px;
    padding: 0px 2px;
}

.insp-counter .x-fieldset-header {
    font-weight: bold;
    color: rgb(240, 114, 11);
    text-align: center;
    padding: 0px;
}

.counter-display .x-form-display-field {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}

.counter-display-title .x-form-display-field {
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    padding: 0px;
}

.day-header-default {
    background: #00FA9A;
}

.day-header-blocked {
    background: rgb(241, 163, 153);
}

.blocked-day .x-form-display-field {
    padding: 0px 0px;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    color: rgb(207, 27, 27);
}

.blocked-time .x-form-display-field {
    padding: 0px 0px;
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
    color: rgb(207, 27, 27);
    height: 20px;
}

.day-style .x-form-display-field {
    margin-left: 35%;
    font-size: 1.7em;
    font-weight: bold;
}

.day-num {
    font-weight: bold;
    font-size: 1.2em;
}

.send-mail-btn.x-btn-wrap {
    background-color: #87CEEB !important;
    font-weight: bold;
}


.bold-text {
    font-weight: bold;
}

.clear-filters {
    background-image: url("../images/icons/cross.png");
}

.map-icon {
    background-image: url("../images/icons/map_btn.png");
    background-size: contain;
}

.list-icon {
    background-image: url("../images/icons/todolist.png");
    background-size: contain;
}

.grey-row .x-grid-cell {
    background: #D3D3D3 !important;
}

/* Title Search Editor CSS*/
.x-window.titlesearch-editor {
    height: 75vh !important;
    width: 60vw !important;
    top: calc(25vh / 2) !important;
    left: 20vw !important;
    font-family: 'Open Sans' !important;
}


.x-window.titlesearch-editor .x-window-body.titlesearch-editor-body .top-container {

}

.x-window.titlesearch-editor .parent-container {
    background: rgb(8, 112, 182);
    background: linear-gradient(90deg, rgba(14, 205, 244, 1) 30%, rgba(8, 112, 182, 1) 100%);
}

.x-window.titlesearch-editor .parent-container .parent-info {
    display: flex;
    flex-direction: column;
    /*color: #fafafa;*/
}

.x-window.titlesearch-editor .child-container::before {
    width: 0;
    height: 0;
    border-top: 3.6vh solid transparent;
    border-bottom: 3.6vh solid transparent;
    border-left: 2vh solid rgba(8, 112, 182, 1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.x-window.titlesearch-editor .child-container {
    position: relative;
}

.x-window.titlesearch-editor .child-container .child-info {
    display: flex;
    flex-direction: column;
    color: #fafafa;
}

.x-window.titlesearch-editor .utility-bar .utility-add .add-icon {
    height: 1em;
    width: 1em;
    background-image: url("../images/add.svg");
}

.x-window.titlesearch-editor .utility-bar .utility-add .add-icon {
    height: 1em;
    width: 1em;
    background-image: url("../images/add.svg");
}

.x-window.titlesearch-editor .utility-bar .utility-remove .remove-icon {
    height: 1em;
    width: 1em;
    background-image: url("../images/remove.svg");
}

/*
.x-window.titlesearch-editor > .x-window-body > span {
	display   : flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.x-window.titlesearch-editor > .x-window-body > span > div {
	display   : inherit;
	padding: 0px;
	height: 100%;
	width: 100%;
}

.x-window.titlesearch-editor > .x-window-body > span > div > .x-container.top-container{
	height: 10%;
	width: 100%;
}
*/

.flag-bubble-wizard .color-picker-form-field .x-form-trigger {
    background-image: url('../images/form/color-picker-trigger.png');
}

.sca-color-picker-window.x-window,
.sca-color-picker-window.x-layer,
.sca-color-picker-window .x-window-body {
    overflow: visible;

}

.sca-color-picker-window .x-window-body {
    top: 24px !important;
}

/* Title Search Editor CSS*/
.x-window.titlesearch-editor {
    height: 75vh !important;
    width: 60vw !important;
    top: calc(25vh / 2) !important;
    left: 20vw !important;
    font-family: 'Open Sans' !important;
}


.x-window.titlesearch-editor .x-window-body.titlesearch-editor-body .top-container {

}

.x-window.titlesearch-editor .parent-container {
    background: rgb(14, 85, 90);
    /*background: linear-gradient(90deg, rgba(14,205,244,1) 10%, rgba(8,112,182,1) 100%);*/
}

.x-window.titlesearch-editor .parent-container .parent-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
    padding: 0 0 0 3vw !important;
    color: #fafafa;
}

.x-window.titlesearch-editor .child-container::before {
    width: 0;
    height: 0;
    border-top: 3.6vh solid transparent;
    border-bottom: 3.6vh solid transparent;
    border-left: 2.5vh solid rgb(14, 85, 90);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.x-window.titlesearch-editor .child-container {
    position: relative;
    background: rgb(14, 136, 130);
    /*background: linear-gradient(90deg, rgba(14,205,244,1) 10%, rgba(8,112,182,1) 100%);*/
}

.x-window.titlesearch-editor .child-container .child-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
    padding: 0 0 0 3vw !important;
    color: #fafafa;
}

/*
.x-window.titlesearch-editor .utility-bar .utility-add .add-icon{
	height: 1em;
	width: 1em;
	background-image: url("../images/add.svg");
}
*/

/*
.x-window.titlesearch-editor .utility-bar .utility-remove .remove-icon{
	height: 1em;
	width: 1em;
	background: url("../images/remove.svg");
}
*/

.add-svg {
    background: url("../images/add.svg");
    border: none !important;
}

.add-svg:hover {
    filter: brightness(0.85);
}

.remove-svg {
    background: url("../images/remove.svg");
    border: none !important;
}

.remove-svg:hover {
    filter: brightness(0.85);
}

.arrow-down-svg {
    background: url("../images/arrow_down.svg");
    border: none !important;
    fill: #00FA9A;
}

.settings-svg {
	background: url("../images/settings.svg");
	border: none !important;
}

.settings-svg:hover {
	filter: brightness(0.85);
}

.largergridrows .x-grid-cell-inner {
    font-size: 16px;
    padding: 7px;
}

.largergridrows .x-grid-cell-inner {
    font-size: 16px;
    padding: 7px;
}

.violation-subtable {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    margin: 1% 0 1% 10%;
}

.violation-subtable thead th:nth-child(n) {
    width: 20%;
}

.violation-subtable thead th {
    padding: 0.25em;
    font-weight: 600;
    font-size: 0.75em;
    text-align: center;
    letter-spacing: 1px;
    background-color: #fd846954;
    color: #000000c4;
    border-right: 1px solid #fd84693d;
}

.violation-subtable thead th:nth-last-child(1) {
    border: none;
}

.violation-subtable tbody td {
    text-align: center;
    font-size: 0.75em;
    padding: 0.20em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.25px;
    border-right: 1px solid #fd84693d;
}

.violation-subtable tbody td:nth-last-child(1) {
    border: none;
}


.violation-subtable tbody tr:nth-child(odd) {
    background-color: #faebd7bd;
}

.violation-subtable tbody tr:nth-child(even) {
    background-color: #f9e9d4;
}

.ag-darklightbutton {
	background-color: #757474;
	margin-top: 2px !important;
	margin-bottom: 1px !important;
	border-bottom: 1px solid #34495E;
}

.ag-darklightbutton:hover {
	background-color: #797676;
	border-radius: 3px;
}

.ag-darklightbutton .x-btn-inner {
	color: white !important;
	font-weight: bold!important;
	font-size: 14px;
}

.slide-in-left {
	-webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-left {
	0% {
	  -webkit-transform: translateX(-5vw);
			  transform: translateX(-5vw);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	  opacity: 1;
	}
  }
  @keyframes slide-in-left {
	0% {
	  -webkit-transform: translateX(-5vw);
			  transform: translateX(-5vw);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	  opacity: 1;
	}
  }


.comment-container {
    border-radius: 10px;
    padding: 1em;
    margin: 0 0 5px 0;
    color: white;
    width: fit-content;
    max-width: 75%;

    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}

.comment-sender {
    background: linear-gradient(to right, rgba(254, 93, 111, .85), rgba(254, 93, 111, .85));
    margin-left: auto;
}
.comment-recipient {
	background: linear-gradient(to right, rgba(1, 169, 172, .85), rgba(1, 169, 172, .85));
}

.comment-header {
    font-weight: bold;
    font-size: 0.9rem;
	display: flex;
	justify-content: space-between;
}
.comment-recipients {
	font-size: 0.6rem;
}
.comment-timestamp {
	font-size: 0.6rem;
}
.comment-message {
    margin: 10px 0;
    font-size: 0.8rem;
	overflow-wrap: break-word;
}

.comment-attachment-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.comment-attachment-container a {
    text-decoration: none;
    color: inherit;
}

.comment-attachment {
    padding: 5px 10px;
    margin: 2px 10px;
    border-radius: 10px;
    cursor: pointer;
}

.comment-sender .comment-attachment {
    background: rgba(228, 83, 100, .7);
}
.comment-sender .comment-attachment:hover {
    background: #B64250;
}

.comment-recipient .comment-attachment {
    background: #00989A
}
.comment-recipient .comment-attachment:hover {
    background: #00787B;
}

.multiselect-grid .x-grid-row-selected .x-grid-cell {
    color: rgb(109, 105, 105);
    background-color: #aeb2b7;
    border-bottom-color: #999; 
    border-bottom-style: dashed; 
    border-top-color: #999; 
    border-top-style: dashed; 
}

.dayPanel.grey .x-panel-body div {
    background-color: #e5e5e5;
}
.dayPanel.grey .x-panel-body .x-fieldset, .dayPanel.grey .x-panel-body .x-fieldset div {
    background-color: transparent;
}

.dayPanel.lightGrey .x-panel-body div {
    background-color: #f5f5f5;
}
.dayPanel.lightGrey .x-panel-body .x-fieldset, .dayPanel.lightGrey .x-panel-body .x-fieldset div {
    background-color: transparent;
}

/* LaserficheImageViewer */
.lf-buttonicon {
    background-size: contain;
    height: 45px;
    width: 25px;
    margin: -2px;
}



.customfeecalculationpanel .x-panel-header-default,
.customfeecalculationupdate .x-panel-header-default {
    background: #157d84;
    border: none;
    /* fix little white space on top */
    top: -1px !important;
}

.customfeecalculationpanel .x-panel-header-text-default,
.customfeecalculationupdate .x-panel-header-text-default {
    color: white;
    font-family: 'Open Sans', serif !important;
    font-size: 16px;
    font-weight: bold;
    line-height: normal
}

.customfeecalculationpanel .x-panel-body-default,
.customfeecalculationupdate .x-panel-body-default {
    background: white;
    border: none;
}

.customfeecalculation .x-toolbar-default,
.customfeecalculationupdate .x-toolbar-default {
    background: white;
    border: none;
}

.menuEditorItem:hover,
.activeMenuItem {
    background-color: #999999;
}

.local-media-wrapper {
    height: 100%;
    position: relative;
    padding-top: 56.25%;
}

.local-media-wrapper video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.remote-media-wrapper {
    height: 100%;
    position: relative;
    padding-top: 56.25%;
}

.remote-media-wrapper video { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.remote-media-participants .x-dataview-item {
    width: 100% !important;
    display: flex !important;
    height: 100% !important;
    overflow-x: auto !important;
    gap: 5px;
}

.remote-media-participants .participant-row {
    background-color: #004daa !important;
    padding: 5px;
    min-width: 200px;
    position: relative;
}

.remote-media-participants .participant-row .actions {
    position: absolute;
    width: 100%;
    bottom: 10px;
    display: flex;
    justify-content: center;
}

.remote-media-participants .participant-row .actions button {
    width: 35px;
    height: 35px;
}

.remote-media-participants .participant-row video {
    width: auto !important;
    height: 100% !important;
}

.remote-media-participants .x-item-selected video {
    height: 100% !important;
    width: auto !important;
}

#rvi-canvas-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#rvi-canvas {
    width: 100%;
    height: auto;
}

.screenshot-row {
    width: 90%;
    padding: 5px 20px 5px 5px;
}

.screen-img-wrapper {
    width: 110px;
}

.screen-img-wrapper img {
    width: 95px;
    height: auto;
}
.addMiddleIcon {
    margin-top: 4px;
}

.x-monthpicker-yearnav-next, 
.x-monthpicker-yearnav-prev {
    margin: 5px 15px;
    font-size: 13px;
    font-weight: bold;
    color: #777777;
}
.x-monthpicker-year {    
    font-size: 13px;
}
.x-monthpicker-yearnav-next {
    float: right;
}
.x-monthpicker-yearnav-prev {
    float: left;
}
.x-monthpicker {
    border: 1px solid #999;
}

.warning-title {
    font-weight: bold;
    color: red;
}

.fc-time-grid-event .fc-time span {
    margin-left: 5px;
}

.ghost-wrap .media-icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 1em;
}

.ghost-wrap .media-icon img {
    width: 50px;
    height: 50px;
}

.ghost-wrap .count {
    font-size: .8em;
}



.asset-inactive {
    color: red;
}

.asset-inactive td > div {
    background-color: #eee;
}

.title {
    font-size: 20px !important;;
}

.billing-permiticon  {
    margin-left: 5px;
    width: 17px;
}

.merge-label {
    display: block;
    padding: 3px;
    font-weight: bold;
    border-radius: 10px;
}

.active-fieldset {
    border: 2px solid orange;
}

.ecode-section-title-wrapper {
    margin-bottom: 15px;
    font-size: 22px;
}
.ecode-section-number {
    font-weight: 500;
    color: #666;
}
.ecode-section-title {
    font-weight: 600;
    padding-left: 0.25em;
}

.ecode-section-long-text {
    margin: 8px 0;
}

.ecode-section-litem {
    display: flex;
    margin: 8px 0;
}
.ecode-section-litem-number {
    color: #333;
    font-weight: 600;
    margin-right: 1em;
}
.ecode-section-litem-content {
    display: inline;
}

.envelope {
    position: relative;
    margin: 10px;
    padding: 2px 5px;
    width: 220px;
    height: 170px;
    border-radius: 2px;
    transition: 0.3s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }

  .envelope.read {
    background: rgb(210, 211, 211);
  }

  .envelope.not-read {
    background: rgb(188, 241, 245);
  }

  .envelope:before,
  .envelope:after {
    position: absolute;
    top: -.25em;
    width: 38%;
    height: 25%;
    content: '';
  }
  .envelope:before {
    left: 1em;
    border-radius: 0 0 0 .25em;    
    transform: skewX(37.5deg);
  }

  .envelope.read:before {
    box-shadow: -.2em .2em .2em rgb(122, 123, 124);
  }

  .envelope.not-read:before {
    box-shadow: -.2em .2em .2em rgb(136, 197, 247);
  }

  .envelope:after {
    right: 1em;
    border-radius: 0 0 .25em 0;
    transform: skewX(-37.5deg);    
  }

  .envelope.read:after {
    box-shadow: .2em .2em .2em rgb(122, 123, 124);
  }

  .envelope.not-read:after {
    box-shadow: .2em .2em .2em rgb(136, 197, 247);
  }

  .envelop-header {
      text-align: center;
      height: 28%;
  }

  .envelop-mail-type {
      font-weight: bold;
      font-size: 10px;
      color: #438af5;
  }

  .envelop-mail-entity {
    font-weight: bold;
    font-size: 14px;
  }

  .envelop-body {
    height: 95px;
    overflow-y: auto;
    margin-top: 5px;
    cursor: pointer;
  }

  .envelop-footer {
    width: 100%;
    padding: 1px;
    position: absolute;
    bottom: 0;
  }

  .envelop-open-btn {
    width: 80%;
    background-color: #19B5FE;
    color: #FFF;
    border: #017ab2;
    border-radius: 2px;
    margin-right: 5px;
    cursor: pointer;
  }

  .envelop-open-btn button:hover {
    background-color: #0aadf8;
  }

  .refresh-mailbox {
    background-image: url("../images/icons/arrow_refresh.png");
    background-size: contain;
}

.envelop-msg-btn {
    text-decoration: none;
    font-weight: bold;
    color: #1364dd;
}

.envelop-mark-btn {
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    background-image: url("../images/icons/mark_as_read.png");
    background-size: contain;
}

.refresh-btn {
    background-image: url("../images/icons/refresh_icon.png");
    background-size: contain;
}

.map-btn {
    background: none;
    background-color: thistle;
    border-radius: 6px 6px;
}

.map-btn > span > span > span { 
    padding-top: 0px !important;
}

.success-title {
    font-weight: bold;
    color: green;
}

.limit-counter-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-right: 20px;
    font-weight: bold;
    font-size: 0.6rem;
}

.blue-text {
    color: blue;
}

.PaymentProcessing .x-tab-bar {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(top, #fff, #fff);
}

.comment-reply-container {
    display: flex;
    justify-content: flex-start;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding: 3px;
    cursor: pointer;
}

.comment-reply-container:hover, .comment-reply-button:hover {
    background-color: #faa7b5;
}

.comment-reply-btn-container {
    display: flex;    
    justify-content: flex-start;
    margin-top: 10px;
}

.replies-counter {
    display: block;
    flex: 1;
}

.comment-reply-button {
    width: 100px;
    padding: 5px;
    cursor: pointer; 
    border: 1px solid #f895a5;
    border-radius: 5px;
}

.comment-reply-button i {
    margin-right: 10px;
}

.comment-list {
    width: 100%;
    padding: 3px;
}

.comment-list-item {
    border: 1px solid #f895a5;
    border-radius: 2px;
    padding: 3px;
    margin: 3px 0;
}

.arrow-left-icon {
    background-image: url("../images/icons/arrow_left_grey.png");
    background-size: contain;
}

.arrow-right-icon {
    background-image: url("../images/icons/arrow_right_grey.png");
    background-size: contain;
}

.parent-wrapper {
    border: 2px solid rgb(199, 196, 191);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin: 5px 0;      
}

.parent-search-result {
    display: block; 
    border: 1px solid rgb(179, 173, 173);
    border-radius: 3px;
    margin: 2px 0;
    cursor: pointer;
}

.swap-btn {
    background-image: url("../images/icons/swap.png") !important;
    background-size: contain;
}

/* StopWO */
.flagged-icon {
    background-image: url('../../resources/images/icons/redflag_sm.png');
}

.pinned-icon {
    background-image: url('../../resources/images/icons/star.png');
}

.open-entity-icon {
    background-image: url('../../resources/images/icons/zoom.png');
}

.flagged-icon, .pinned-icon, .open-entity-icon {
    background-repeat: no-repeat;
    margin: 0 5 0 5;
    padding: 0 10 0 20;
}
  /* StopWO End*/

.chip-wrapper {
  display: flex;
  gap: 4px;
}

.chip {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  border-radius: 25px;
  background-color: #e0e0e0;
  color: black;
  padding: 0 5px;
}

.icon-wrap {
    display: inline-block;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: 2px;
    padding: 2px;
    border: 1px solid #7F8C8D;
    border-radius: 3px;
    box-shadow: 2px 2px #d6d9da;
    cursor: pointer;
}

.icon-wrap:hover {
    border: 1px solid #707272;
    box-shadow: 2px 2px #a4a5a5;
}

.icon-wrap img {
    max-width: 35px;
    height: 35px;
}

.action-icon {
    max-width: 25px;
    max-height: 25px;
}

.long {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.selected {
    background: #e4edf5;
}

.hover {
    background: #e4edf5;
}

.commentTab .x-box-inner {
    overflow-y: auto;
}

.comment-dataview {
    display: grid;
}

.comment-dataview .comment {
    display: grid;
    grid-template-columns: 60px 1fr auto;
    border-bottom: 1px solid #e4edf5;
    cursor: pointer;
    padding: 0.3rem;
}
    
.comment-dataview .comment:last-child {
    border-bottom: 0;
}
    
.comment-dataview .comment img {
    padding: 5px;
    border-radius: 50%;
}

.comment-dataview .comment .message_wrapper {
    margin: 0 1rem;
    overflow: hidden;
    display: grid;
}

.comment-dataview .comment .message_wrapper .title {
    font-size: 1.25rem;
}

.comment-dataview .comment .message_wrapper .message {
    color: #6c757d;
}
    
.comment-dataview .comment .time {
    color: #ccc;
    font-size: 12px;
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.LaserFichePreview {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.carousel-icon {
    background: transparent !important;
    border-color: transparent !important;
    background-repeat: no-repeat !important;
    padding: 0 !important;
    border: 0 !important;
}

.carousel-label {
    font-size: 12px !important; 
    line-height: 22px !important;
}

.carousel .carousel-arrow-left.x-btn-disabled,
.carousel .carousel-arrow-right.x-btn-disabled {
    opacity: .3;
}

.carousel-menu {
    background-image: url('../images/icons/menu.png') !important;
    background-size: 22px 22px !important;
}

.carousel .carousel-arrow-left {
    background-image: url('../images/left-arrow-black.png') !important;
    background-size: 20px 20px !important;
}

.carousel .carousel-arrow-right {
    background-image: url('../images/right-arrow-black.png') !important;
    background-size: 20px 20px !important;
}

.carousel .carousel-slide-wrapper {
    border: 1px solid #8e8e8e !important;
}

.carousel .thumbnail-wrapper {
    border-right: 1px solid #8e8e8e !important;
}

.carousel .thumbnail {
    border-bottom: 1px solid #8e8e8e !important;
}

.carousel .thumbnail:last-child {
    border-bottom: none !important;
}

.carousel .carousel-image {
    width: 100% !important;
    height: auto !important;
}

.carousel .carousel-indicator {
    background: rgb(0,0,0,.3);
    border-radius: 50% !important;
    border-color: transparent !important;
}

.carousel .carousel-indicator.current-slide {
    background: rgb(0,0,0,.75);
}

.x-tip {
    width: auto !important;
}
.x-tip-body {
    width: auto !important;
}
.x-tip-body span {
    width: auto !important;
}

.voice-on {
    background-image: url('../images/icons/voice-on.png') !important;
    background-size: 35px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.voice-off {
    background-image: url('../images/icons/voice-off.png') !important;
    background-size: 35px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.display-none {
    display: none;
}

.st-comment-icon {
    background-image: url("../images/icons/PhoneBook_Small.png");
    background-size: contain;
} 

.subcolumn {
    display: none!important;
}

.bluebeam-icon {
    background-image: url("../images/icons/bluebeam_revu.png");
    background-size: contain;
}

.users-icon {
    background-image: url("../images/icons/Users_icon.png");
    background-size: contain;
}

.synch-icon {
    background-image: url("../images/icons/synch_icon.png");
    background-size: contain;
}

.lock-icon {
    width: 15px;
    height: 15px;
    background-image: url("../images/icons/lock_icon.png");
    background-size: contain;
}

.unlock-icon {
    width: 15px;
    height: 15px;
    background-image: url("../images/icons/unlock_icon.png");
    background-size: contain;
}

.reccurency-info {
    padding: 5px;
    text-align: center;
    border: 1px solid orange;
    border-radius: 5px;
    cursor: pointer;
}

.block-info { 
    width: 100%;
    text-align: center;
    padding: 0px 2px;
    color: red;
}

.time-info {
    font-size: .8em;
}

.orange-gr {
    background: repeating-linear-gradient(
        45deg,
        #f7d5a2,
        #f7d5a2 10px,
        #FFFFFF 10px,
        #FFFFFF 20px
     );
}

.license-info {
    width: 18px;
    height: 18px;
    border-radius: 9px;    
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.membership-info {
    width: 18px;
    height: 18px;  
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.contact-info {
    display: flex;
    gap: 3px;
}

.license-expired {
    background-color: red;
}

.license-ok {
    background-color: green;
}