﻿@import url('fontastic.css');
@import url("fonts/font-awesome.min.css");
@import url('icons.css');

@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #e6e6e6;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

a:focus   {outline:0}

/* Icons Stuff */
.wkmenu .btn i, 
.dialog-footer .btn i   { color:#0072C6;}
.dialog-icon {
    color: #0072C6;
}

/* For 16 bit icons. */
.btn [class^="icon-o2i-"],
.btn [class*=" icon-o2i-"] {
    height: 15px;
    width: 16px;
    vertical-align: middle !important;
    display: inline-block;
    background-repeat:no-repeat;
}
[class^="icon-o2i-"],
[class*=" icon-o2i-"] {
    display: inline-block;
}

/* For 32 bit icons. */
.icon32                         {width:32px;height:32px;}
.icon32 [class^="icon-"],
.icon32 [class*=" icon-"]       {height:29px;width:30px;background-position:-0px -0px;margin:0;vertical-align:middle}
.icon32-only [class^="icon-"],
.icon32-only [class*=" icon-"]  {height:29px;width:30px;background-position:-2px -1px;margin:0;vertical-align:middle}

/*Job Type Icons*/
/*
.jobtype {height:32px;color:white;border-radius:16px;display:inline-block;line-height:32px;margin-right:3px;text-align:left;padding:0 7px}
.jobtype-icon {font-size:18px;vertical-align:0;margin:0 0 0 -1px}
.jobtype-text {padding:0 4px 0 7px;display:inline-block;vertical-align:2px}
*/

/*Job Type Icons*/
.jobtype {
    height: unset;
    padding-left: 0;
    border-radius: 26px;
    display: inline-flex;
    align-items: center;
    color: #333;
    margin-right: 5px;
}

.jobtype-text {
    padding-right: 17px
}

.jobtype-nocolor {
    border: 1px solid #ddd
}

.jobtype-none {
    display:none;
    /*visibility: hidden;*/
    vertical-align: -11px
}

.icon-badge {
    display: inline-flex !important;
    margin-right: 5px;
    background: transparent;
    border-radius: 49%;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-size: 16px*/
}

.icon-badge-text {
    text-transform: uppercase;
    font-style: normal;
    font-size: 14px
}

.icon-badge-nocolor {
    border: 1px solid #ddd
}

.icon-badge-none {
    display:none !important;
    /*visibility: hidden;*/
    vertical-align: -11px
}

/* CKEDITOR */
.cke_contents {
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
}
.cke_bottom {display: none !important}
.cke_contents:focus
{
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
    -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
    box-shadow        : 0 0 5px rgba(0,0,0,.3);
    border: 1px solid #5897fb;
}

.cke_button__image, .cke_button__scayt {display:none !important}    /* image must be on so images displayed so hide when using custimage */
#scayt_banner{display:none !important}

.cke_show_borders table.cke_show_border,
.cke_show_borders table.cke_show_border > tr > td,
.cke_show_borders table.cke_show_border > tr > th,
.cke_show_borders table.cke_show_border > tbody > tr > td,
.cke_show_borders table.cke_show_border > tbody > tr > th,
.cke_show_borders table.cke_show_border > thead > tr > td,
.cke_show_borders table.cke_show_border > thead > tr > th,
.cke_show_borders table.cke_show_border > tfoot > tr > td,
.cke_show_borders table.cke_show_border > tfoot > tr > th { border: #333333 1px dotted !important;}

.cke_top        {background:#f5f5f5 !important;border:1px solid #ddd !important;}
.cke_toolgroup  {border:1px solid #ddd !important;border-radius:4px}
.cke_button_on  {background:#ddd !important;}
.cke_combo_button {border:1px solid #ddd !important;border-radius:4px}

.cke_button__loadcontent  {border-right:1px solid #ddd !important}
.cke_button__loadcontent .cke_button_label  {display:inline}
.cke_button__savecontent .cke_button_label  {display:inline}

/* BOOTSTRAP OVERRIDES */

body        {font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif}
           
.close      {font-size:32px}

textarea
{ 
    border: 1px solid #ddd; 
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input
{
    border: 1px solid #ddd;   
    padding:5px 5px 7px 5px;
    vertical-align:middle;
    width:18em;
    height:32px;
    box-shadow:none;
}

.input-focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus
{
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
    -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
    box-shadow        : 0 0 5px rgba(0,0,0,.3);
    border: 1px solid #5897fb;
}

button[disabled], html input[disabled] {
    background:#f5f5f5;
}

textarea {
    min-height: 30px;
    padding: 5px;
    width: 18em;
    margin: 0;
}

/* These two line stop the left side of the navbar moving when collapsing */
.container-fluid > .navbar-header { margin-left:-2px !important}
.navbar>.container-fluid .navbar-brand { margin-left:-2px !important}

.navbar                                     {min-height:41px;height:41px; border:0;border-radius:0;}
.navbar-brand                               {height:41px; min-width:203px;cursor:pointer;color:#fff}
.navbar-brand img                           {height:41px}
.navbar-brand:hover                         {color:#fff}
.navbar-brand #BrandName {
        padding: 4px 3px;
        font-size: 22px;
        line-height: 32px;
        max-width: 220px;
        overflow: hidden;
        /*height: 40px;*/
    }
.navbar .navbar-nav > li > a                {padding-top:10px;padding-bottom:9px;color:white;background:transparent;}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:hover          {color:white;background-color:transparent}
.nav .open > a, .nav .open > a:hover, 
.nav .open > a:focus                        {background: #000}
.navbar-collapse                            {background:#008A00}
.navbar-toggle                              {margin-top:2px;margin-bottom:3px;border:1px solid white !important}
.navbar-toggle .icon-bar                    {background:white}


@media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav > li {
        float: none;
          margin-top: 1px;
        }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
/*
@media only screen and (min-width : 320px) {
    
}*/
/* Extra Small Devices, Phones */ 
/*
@media only screen and (min-width : 480px) {

}*/
/* Small Devices, Tablets */
/*
@media only screen and (min-width : 768px) {

}*/
/* Medium Devices, Desktops */
/*
@media only screen and (min-width : 992px) {

}*/
/* Large Devices, Wide Screens */
/*
@media only screen and (min-width : 1200px) {

}
*/

.navbar-default .navbar-toggle .icon-bar    {background-color: #fff; }

.nav-list li > a                { padding:8px 16px 8px 15px;min-height:38px }
.nav-list li .badge             { margin-right:2px;margin-top:1px; }
.nav-header                     { font-family:OpenSansLight; font-size: 20px; color:#777777;margin-top:10px;margin-bottom:5px;padding-left:14px}
.nav-header:first-child         { margin-top:0}
.nav-subheader {
    font-size: 13px;
    font-weight:bold;
    color: #777777;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 14px
}

.nav-divider              { margin:7px 10px 7px 10px; border: 0; height:1px; background:#ddd }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {border-bottom-color:#fff}

.well                           {padding:0.5em 0.5em;margin:15px 0;line-height:16px;background:#f5f5f5;border:1px solid #ddd;
                                 -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px}
.well-top                       {padding:0.5em 0.5em;margin:0 0 15px 0;line-height:16px;background:#f5f5f5;border:1px solid #ddd;
                                 -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px}    /* well at the top of wkcontent */
hr                              {margin:0.75em 0;border-top: 1px solid #ddd;}
h3                              {font-weight:normal;line-height:30px;margin-top:10px;}
h4                              {font-weight:bold;font-size:15px;margin-top:10px;color:#222222}

.btn-primary                    {color:white !important}
.badge                          {background: #B1B1B1;font-size:11px;padding:4px 8px;font-weight:normal}
/* Added - End */
.badge-outline                  {color: inherit; background: transparent; border: 1px solid #333; margin-left:0.5em; font-weight:normal;}
.ui-tabs .ui-tabs-nav .badge-outline {border: 1px solid #0088CC;}
.ui-tabs .ui-tabs-nav .ui-state-active .badge-outline
{
    border: 1px solid #333333;
}
.dropdown-menu li > a:hover .badge-outline, .dropdown-menu li > a:focus .badge-outline, .dropdown-submenu:hover > a .badge-outline {
    border: 1px solid #ffffff;
}

/* Added - End */

label                           { font-weight:normal}
.radio-inline                   {padding-left:0}
.alert                          { padding:9px }
.alert-info                     { background: #e5f3ff; color:#0088cc}

.dropdown-menu li > a           {padding-top:6px;padding-bottom:6px;padding-left:1.1em;font-size:13px;text-align:left}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a     {background-color:#006dcc;color:#ffffff;background-image:none;filter:none;cursor:pointer}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover{background-color:#006dcc;color:#ffffff;background-image:none;filter:none;cursor:pointer}
.dropdown-menu [class^="icon-"],
.dropdown-menu [class*=" icon-"]
{
    margin-right:0.5em;
}

.btn                            {background:#f5f5f5;font-size:12px;height:32px;line-height:30px;padding: 0px 1.1em;white-space:nowrap;border:1px solid #ddd;
                                 color:#333333; outline:0px !important; -webkit-appearance:none;}     /* horizontal padding same as tabs.*/
.btn:hover                      {border:1px solid #bbb;}
.btn-icon-only                  {padding-left:0px;padding-right:0px;width:32px;height:32px}
.btn-icon-only i                {margin-right:0 !important}
.btn-icon-right                 {padding-right:0.6em}
.btn-icon-right i               {margin-left:0.6em}
.btn-inline                     {padding-top: 0;height: 23px; margin-bottom: 2px}   /* Add class for buttons next to inputs */
.btn-touch                      {height:48px; width:48px;line-height:48px;padding:0}
.btn-transparent                {background:none;border: 1px solid transparent; box-shadow:none !important}

/*
#btnDelete:hover, #btnDelete:hover i {
    color: darkred
}
*/

#transport .btn {line-height:28px}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {vertical-align:middle }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 1px; }
.table th       { height: 42px;border-bottom-width: 2px !important}
.table th a    { color: #333333 }
.table-responsive {border:0 }

.table-no-borders th            {border:0 !important}       /* Added capability */
.table-no-borders td            {border:0 !important}       /* Added capability */
.table-no-top-border tr:first-child td        {border:0}    /* Added capability - For when no headers */

/* For nav collapse with small time because javascript looks for end of transition. */
.no-transition {
  -webkit-transition: height 0.001s;
  -moz-transition: height 0.001s;
  -ms-transition: height 0.001s;
  -o-transition: height 0.001s;
  transition: height 0.001s;
}

/* JQUERY UI OVERRIDES */
.ui-widget-header                               {text-shadow:none}

.ui-dialog .ui-dialog-titlebar .ui-icon         {width: 32px; height: 32px; background-position:0px;background:none !important; font-size: 20px;}
/*.ui-dialog .ui-dialog-titlebar .ui-icon-close   {background-image: url('/images/icons/close32.png') !important;}*/
.ui-dialog .ui-dialog-titlebar                  {height:40px;padding-top:0px;padding-bottom:0px;width:100%}
.ui-dialog .ui-dialog-title                     {float:unset;padding-top:8px;padding-left:5px; margin-top: 0.1em;margin-right:8px;text-align:left;
                                                 display:inline-block;width:calc(100% - 42px); font-size: 18px;}    /* These are so title right can be displayed */
.ui-dialog .ui-dialog-title-long                {text-align: center; padding-bottom: 15px; margin-left: 8px; margin-right:8px;
                                                 display:inline-block;width:calc(100% - 42px); font-size: 18px;}    /* These are so title right can be displayed */
.ui-dialog-titlebar-close                       {font-size:20px;background:transparent;border:0;color:white;font-weight:bold}
.ui-dialog-titlebar-close::before {
        content: "x";
}

    @media screen and (max-width: 760px) {
        .ui-dialog:not(.keep-size) {
            height: 100% !important
        }
    }
    /*.ui-datepicker                            {width:45em !important}*/
    .ui-datepicker                            {box-shadow:0px 0.5em 1em #bbb;border:0px solid rgb(237,237,237)}
.ui-datepicker .ui-datepicker-title       {line-height: 38px; font-family:OpenSansLight; font-size: 18px; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}
.ui-datepicker .ui-icon                   {width: 32px; height: 32px; background-position:0}
.ui-datepicker .ui-icon-circle-triangle-e {background-image: url('/images/icons/right32.png') !important;}
.ui-datepicker .ui-icon-circle-triangle-w {background-image: url('/images/icons/left32.png') !important;}
.ui-daterangepicker                                           
{   /* dropdown-chrome */
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.ui-tabs-nav i  {margin-right:0.5em}

.ui-dialog .ui-dialog-content   {padding:0px}

/* HTML OVERRIDES */
body { height: 100%; width: 100%; font-size: 13px; } /*text-align: center; }*/

#mask-locked { position: fixed; left: 0; bottom:0; right:15px; /*background: #ddd;*/ opacity: 0.1; background-image:url('/images/bg-lock.png');display:none;z-index:999}

.locked-disp            {    
    display: block;
    line-height: 29px;
    margin: 2px 5px 0px 5px;
    color: #006dcc;
    font-weight: bold;
    border: 1px solid #006dcc;
    padding: 0px 10px;
    border-radius: 4px;
    cursor:pointer;
}

label                   {font-size:13px;}
.heading-top            {margin-top:0;margin-bottom:0.5em}

ul a:focus,
textarea:hover,  
input:hover,  
textarea:active,
input:active,  
textarea:focus,  
input:focus {
    outline:0px !important; 
    /*-webkit-appearance:none;*/
}
/*
input[type="Text"],
input[type="Password"], 
textarea                    {width:168px}   /* at 14px per 1em*/
select                      {width:168px}  /* so Select2 is the width as input["type="text"] */
input[type=checkbox]        {margin-bottom:3px;margin-right:0.2em;}
input[type=checkbox]+label  {display:inline-block;}
input[type=radio]           {margin-bottom:3px;margin-right:0.2em;}
input[type=radio]+label     {display:inline-block}
input[type=image]           {vertical-align:middle;border:0}

/*
.tiny       {width:3em !important}
.xshort     {width:5em !important}
.short      {width:8em !important}
.medium     {width:12em !important}
.long       {width:16em !important}
.xlong      {width:20em !important}
.huge       {width:24em !important}
.xhuge      {width:36em !important}
.massive    {width:48em !important}
*/

.tiny       {width:42px !important}      /* size enables smaller grids */
.xshort     {width:70px !important}      /* size enables smaller grids */
.short      {width:9em !important}
.medium     {width:15em !important}
/*.long       {width:224px !important}*/
.xlong      {width:280px !important}
.huge       {width:336px !important}
.xhuge      {width:504px !important}
.massive    {width:672px !important}

.long       {width:18em}     /* default */ 

/* SELECT 2 OVERRIDES */
select                                      {width:232px/*18em*/}
.select2-container .select2-choice          {padding: 5px 5px; line-height: 1.4;height:auto !important;min-height:32px}
.select2-input                              {width:100% !important}
.select2-input::-ms-clear                   {display: none;}
.select2-container .select2-choice div      {width:30px;}  /* Caret container */
.select2-container .select2-choice div b    {background-position:6px -1px}  /* Caret */
.select2-drop                               {border-radius: 0px !important;background:#f6f6f6 !important;}
.select2-container .select2-choice abbr     {top:5px;right:32px}   /* Allow Clear cross */
.select2-defaultCssClass                    {color:#333 !important;}

.select2-container-multi .select2-choices {background:none;}
.select2-container-multi .select2-choices .select2-search-choice {background:#fcfcfc;padding:3px 22px 5px 7px;line-height:normal;border-color:#ddd;margin-left:3px;cursor:text}
.select2-search-choice-close                {left:initial !important; top:6px;color:#666;margin-right:2px}
//.select2-container-multi .select2-choices .select2-search-field {display:none}

/*select2-container-multi .select2-choices   {height:35px !important}
.select2-container-multi .select2-choices {background:none;border-radius:32px;height:32px}
.select2-container-multi .select2-choices .select2-search-choice {background:#f5f5f5;padding:3px 22px 5px 7px;line-height:normal;border-radius:32px;border-color:#ddd;margin-left:3px}
*/

/*.bigdrop .select2-container .select2-results {max-height: 300px;}*/
/*.bigdrop .select2-results                    {max-height: 300px;}*/

        .select2-drop   {background:#f2f2f2 !important}
        .select2-container .select2-choice {background-image:initial;background:#fff !important}
        
        .select2-container .select2-choice abbr {top:calc(50% - 7px)}
        .select2-container .select2-choice div {display:flex;align-items:center;;background-image:initial;background:#f2f2f2}
        .select2-container .select2-choice div b {margin-top:8px; width:32px;height:32px}
        .select2-dropdown-open .select2-choice div {border-left:1px solid transparent;background:#fff}
        

.select2-wrapper        {display:inline-block;vertical-align:middle;font-family:arial;font-size: 12px;}   /* Needed by o2i */
.select2-wrapper .select2-container .select2-choice span {padding-top:2px}

.tags .select2-container-multi .select2-choices .select2-search-choice {border-radius:16px}
.tags .select2-container-multi .select2-choices {width:21.5em !important;border-radius:16px}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-right: 20px
}

/**********/
/* Tag-It */
/**********/
.tagit  {margin-bottom:1px;-moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;height:32px;width:48em;}  /* width of .massive */
.tagit .tagit-new {padding:0 !important}
.tagit .tagit-choice   {border:1px solid #ddd;background:#f5f5f5;padding-top:0 !important;padding-bottom:0 !important;line-height:10px; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;}
.tagit input[type="text"] {box-shadow: none; margin-top: -2px !important; height: unset;}
.tagit .tagit-choice { border: 1px solid #ddd; }
                           
/* GENERAL */

.isdirty    {background:#008A00 !important;color:#fff}

.time-select {
    width:113px !important;
}

.seamless {
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: hidden;
}  

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display:block !important; /* Only works on blocks so make sure it is */
}

.full-width             { width: 100%; }
.transparent            {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; opacity: 0;}
.opaque                 {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-moz-opacity: 1; opacity: 1;}

.super-only, .super-only a      {background:#CC1B00 !important;color:white !important}
.super-color                    {color:#AC193D !important}
.super-highlight                {color:cyan;font-weight:bold;font-size:larger}
.protected-row                  {color:#AAAAAA}
.tab-icon-right                 {margin-left:0.5em;margin-right:0}  /* For tabs and dropdown items*/
.lightboxshadow                 {box-shadow:0px 0.5em 1em #bbb;border:0px solid rgb(237,237,237)}

.dialog-chrome                  {box-shadow:0px 0.5em 1em #bbb;border:0px solid rgb(237,237,237)}
.dropdown-chrome      
{    
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.dropdown-toparrow {

}

.check-switch input[type="checkbox"] {display:none}
.check-switch .check-switch-swap-on   {background:#f5f5f5}
.check-switch .check-switch-swap-off  {background:#fff}
.check-switch.yesno a.check-switch-swap-on.choice1 {background-color:green;color:white}

/*
.dialog-body            {padding:10px}

.toggle-inline           {border:1px solid #ddd;line-height:16px;float:left;background-color:#fff;position:relative;}
.toggle-inline .body     {padding:10px 15px}
.toggle-inline .header   {
    height: 39px;
    line-height: 38px;
    padding: 1px 15px 0px 15px;
    font-family:OpenSansLight;
    font-size: 16px;
    color: #333;   
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    text-transform:uppercase;
}
.toggle-inline .footer   {text-align:center;border-top:1px solid #ddd;height:42px;padding:10px 10px 0 10px;text-align:right}
*/

.dialog-body            {}
.dialog-footer          {position:fixed;bottom:0;right:0;left:0;text-align:right;border-top:1px solid #ddd;padding:10px;margin-top:10px}  /* fixed ignores page padding */
.dialog-footer-pad      {height: 15px;}    /* so room for fixed */

.dialog-inline           {border:1px solid #ddd;line-height:16px;float:left;background-color:#fff;position:relative;}
.dialog-inline .body     {padding:15px 15px}
/*
.dialog-inline .header   {
    height: 39px;
    line-height: 38px;
    padding: 1px 15px 0px 15px;
    font-family:OpenSansLight;
    font-size: 16px;
    color: #333;   
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    text-transform:uppercase;
}
*/
.dialog-inline .header   {border-bottom:1px solid #ddd;padding:6px 15px}
.dialog-inline .footer   {text-align:center;border-top:1px solid #ddd;padding:10px;}


.toggle-header
{         
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;    
    font-family:OpenSansLight;
    font-size: 16px;
    text-transform:uppercase;
    color: #333 !important;
    text-decoration:none !important;
    background-color: #f5f5f5;
    background-repeat:no-repeat;background-position:5px center;padding-left:42px;   
    outline:0px !important; 
    -webkit-appearance:none;
}
.toggle-off {background-image:url('/images/icons/expand32.png');}
.toggle-on  {background-image:url('/images/icons/contract32.png');}

.table-condensed>thead>tr>th, 
.table-condensed>tbody>tr>th, 
.table-condensed>tfoot>tr>th, 
.table-condensed>thead>tr>td, 
.table-condensed>tbody>tr>td, 
.table-condensed>tfoot>tr>td 
{padding:0.4em}

.table-editgrid th                  {text-align:center;min-width:4em}
.table-editgrid th:last-child       {min-width:8em}                               /* CRUD buttons */
.table-editgrid td                  {text-align:center}
.table-editgrid input[type="text"], 
.table-editgrid input[type="number"],
.table-editgrid textarea            {width:4em; text-align:center;}               /* Same width as tiny */
.table-editgrid .align-left         {text-align:left !important;}  /* needed for gridview because using inbuilt style uses align='left' which is overwritten by style */
.table-editgrid .align-right        {text-align:right !important;} /* needed for gridview because using inbuilt style uses align='right' which is overwritten by style */
.table-editgrid .align-top          {vertical-align: top}

.table-editgrid .no-min-width       {min-width:0}
.table-editgrid .xshort-min-width   {min-width:6em}
.table-editgrid .short-min-width    {min-width:9em}
.table-editgrid .medium-min-width   {min-width:13em}
.table-editgrid .long-min-width     {min-width:17em}

.table-displaygrid th               {text-align:center}
.table-displaygrid td               {text-align:center}
.table-displaygrid .align-left      {text-align:left !important;}    /* needed for gridview because using inbuilt style uses align='left' which is overwritten by style */
.table-displaygrid .align-right     {text-align:right !important;}   /* needed for gridview because using inbuilt style uses align='right' which is overwritten by style */
.table-displaygrid .lighter-icon    {color:#eaeaea}
.table-displaygrid .darker-icon     {color:#a0a0a0}
.table-footer tr:last-child td      {border-top: 2px solid #ddd; font-weight: bold}
/* MAIN PAGE */    
.navbar .nav .navplus {text-transform:uppercase}
/*
.mmmenu                     {list-style-type: none; padding: 0; margin: 0; }
    .mmmenu > li > a {
        position: relative;
        display: block;
        color: #333333;
        width: 54px;
        text-decoration: none;
        padding-bottom: 4px;
        text-align: center;
        font-size: 10px;
        line-height: 12px;
        border: 1px solid #ddd;
        border-bottom: 0;
        background-color: #fff;
    }  
.mmmenu > li > a div        {padding-top: 9px;}
.mmmenu > li > a div i      {font-size: 24px; margin-right: 0}
                             
.mmenu > li > a:hover {
    background-color: #eeeeee;
    cursor: pointer;
}
.mmmenu > li:last-child > a {border-bottom:1px solid #ddd}
*/
/*.mmitem:hover               {background-color:#eeeeee;cursor:pointer;}*/
/*
.mmmenu .badge              {position:absolute;top:0;right:0;background: #860A1B;padding:3px 5px 4px 5px;border-radius:3px;border-top-right-radius:0;display:none}
    */
#LeftMenu .badge            {display:none}          
#LeftMenu.nav>li>a          {color:#333}
.navbar .badge              {background: #B71C1C;padding:4px 8px;margin-left:4px !important; display:none}

#LeftMenu.nav.nav-list::after         {display:inline !important}

/*
.o2imm-on {
    //background-image: url(img/o2imm-on.png);
    color:#333;
    width: 40px; 
    height: 40px; 
    margin-left:6px;
}
.o2imm-off {
    //background-image: url(img/o2imm-off.png);
    color: #CCCCCC;
    width: 40px;
    height: 40px;
    margin-left: 6px;
}
    */
.mmcontacts {
    background-position: 0 0;
}
.mmfactory    {background-position: -40px 0;}
.mminvoices   {background-position: -80px 0;}
.mmorders     {background-position: -120px 0;}
.mmplant      {background-position: -160px 0;}
.mmpurchases  {background-position: -200px 0;}
.mmreports    {background-position: -240px 0;}
.mmsales      {background-position: -280px 0;}
.mmschedule   {background-position: -320px 0;}
.mmsetup      {background-position: -360px 0;}
.mmwarehouse  {background-position: -400px 0;}
.mmwms        {background-position: -440px 0;}
.mmpos        {background-position: -480px 0;}

.info32       {background-position: -524px -4px;height:32px;width:32px;}
.question32   {background-position: -564px -4px;height:32px;width:32px;}

.mmbuildings   {
    position:relative;  
    top:3px;
    display:inline-block;
    font-family:'fontastic';
    -webkit-font-smoothing:antialiased;
    font-style:normal;
    font-weight:normal;
    line-height:1;
    margin-right:0.5em;
    font-size: 1.4em;
    vertical-align: -5%;
}
.mmbuildings:before{
    content: "\f107"; /*fa-angle-down */
}

.smitem {
    color: #000;
    background: #f5f5f5
}
.smitem_on {
    color: #000; 
    background: #eee
}
.smitem-text {
    max-width: 145px;
    display: inline-block
}

#territory
{
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 14px;
    padding-top:7px;
    padding-bottom:3px;
}
#lblTerritory     { margin-top:4px;margin-bottom:5px }
#selTerritoryArea {font-size:11px;margin-left:-1px;}
#selTerritoryArea .select2-container .select2-choice { padding-top:5px }
#selTerritoryArea select {  width: 181px;}

.readonly               {cursor:default;border:0 !important;background:transparent;margin-top:-3px}
.wysiwyg-editor         {min-height:55px;padding:5px;border:1px solid #ddd}


#SearchArea             {display:inline-block;background-color:#fff;margin-left:3px}
.searcharea-norm        {border: 1px #ddd solid;}
.searcharea-focus       {border: 1px #5897fb solid;-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3); -moz-box-shadow: 0 0 5px rgba(0,0,0,.3); -o-box-shadow: 0 0 5px rgba(0,0,0,.3); box-shadow: 0 0 5px rgba(0,0,0,.3);}
#txtSearch              {height:32px;padding:6px 0.4em;width:145px;border:0;font-family:Arial,sans-serif;font-size:13px}
#txtSearch:focus        {box-shadow:none}
#btnSearch              {background:white; border-radius: 0px; border:0;box-shadow:none;}

#wktitlebar #SearchArea {margin-top:5px;margin-left:10px;}
.wkmenu #SearchArea     {margin-top: 2px; margin-bottom: 2px;}
.wkmenu #txtSearch      {padding-top:9px; margin:0px;}
.wkmenu #btnSearch      {margin:0px;}

#pnlSearch { position:relative;display: none; width:184px; padding: 8px 7px 4px 7px; list-style: none; background-color: #ffffff;}
#pnlSearch label                {line-height: 32px }
#pnlSearch label:first-child    {line-height: 27px }

/* MAIN PAGE LAYOUT */
/* Menus on Left */
#MainMenu                       {float:left;margin-right:10px;margin-top:-1px}
#leftpanel                      {position:absolute;left:0px;top:42px;width:270px;bottom:0px;background:#f5f5f5;overflow:hidden;border-top:1px solid #ddd;display:none;z-index: -1
                                 /*box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12), 0px 2px 4px -1px rgba(0,0,0,0.2)*/}
#left-wrapper                   {position: absolute; top: 0px; bottom: 0; left:0; right:0; overflow-x:hidden;overflow-y: auto;}
#leftmenu-wrapper               {margin-left:55px;width:211px;}
#content                        {position:absolute;left:247px;top:41px;right:0;bottom:0px;padding:0px;z-index:-1}
#content-left                   {width:100%}
#content-right                  {display:none}
#rightpanel                     {position:absolute;right:0px;top:41px;width:64px;bottom:0px;background:#f5f5f5;overflow:hidden;display:none}
#footer {
    position: absolute;
    height:30px;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 5px 15px;
    background: #fafafa;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}
#footer img                     {opacity:0.2}
#contentframe, #rightframe      {width:100%;height:100%}

/* WORK PAGE */ 

/* Work Area */
#bg {
            position: fixed;
            top: 0px;
            left: 0;
            /* Preserve aspect ratio */
            min-width: 100%;
            min-height: 100%;
            /*opacity: 0.1; */
            z-index: -10;
            border-left:1px solid #000000;
            background-attachment:scroll;
        }
.wkheader-main   {padding-left: 10px; padding-right:10px}
#wkheader .alert {/*margin:10px 15px 15px 10px;*/border-radius:0;border-left:0;border-right:0}
.alert .close {    line-height: 0.4 }

.wktitlebar
{
    min-height:40px;
    padding: 3px 8px 0 8px;
    font-family:OpenSansLight, Arial, san-serif;
    font-size: 16px;
}
.wktitlebar .source-text    {text-transform:uppercase;border:1px solid #ffffff;margin-right:23px;font-size:16px;padding:0 0.2em;}

.wktitlebar-main            {background: transparent;color:#333333;padding:18px 0px 0 0;line-height:16px} /*background:white;color:#333333*/
.wktitlebar-norm            {background: #006DCC;color:white}

.wktitle                    {padding-left:6px;font-size: 24px;margin-right:10px;height:32px;margin-top:-3px;white-space:nowrap !important}
.wktitle-main {
    font-size: 28px;
    padding-top: 7px;
}
.wktitlebar-norm .wktitle {
    margin-top: -7px !important;
}

.wktitlebar-main a {
    color: #333333 !important;
    text-decoration: none;
}
.wktitlebar a               {color:white;text-decoration:none;}
.wktitle .joblink           {padding-right:0.5em;font-size:16px;}
.subtitle                   {font-size:smaller}
 
.wkmenu                         {border-bottom:1px solid #ddd;min-height:36px;}
.wkmenu .btn                    {margin-top:4px;height:36px !important;padding-top:2px}
.wkmenu input[type="checkbox"],
.wkmenu input[type="radio"]     {height:32px}
.wkmenu input[type="text"]      {margin-top:4px}

.wkmenu .icheckbox_minimal+label {margin-top:10px;}

.wkmenu .iradio_minimal+label   {margin-top:10px}

/*.wkmenu img                   {margin-top:4px;}*/
.wkmenu .select2-wrapper        {padding:2px;display:inline-block;vertical-align:middle;font-family:arial;font-size: 12px;}
.wkmenu-sep                     {margin-left:8px;display:inline-block}
.wkmenu-sep-before              {margin-left:8px;}
.wkmenu-sep-after               {margin-right:8px;}
.wkmenu-sub                     {padding-bottom:1em;}

.wkmenu-main
{
    padding: 0px 5px 4px 5px;
    border-top: 1px solid #ddd;
    margin-top:15px;
    background: transparent;
}
.wkmenu-norm {min-height:initial;padding:0;background:#f5f5f5;}

.wkmenu-norm .btn {border-radius:0;border:0;border-right:1px solid #ddd;padding-top: 2px;height:36px}
.wkmenu-norm .btn:hover {background:#ddd}
.wkmenu-norm .btn-icon-only {border:0 !important; width:36px}
.wkmenu-norm .btn:active {background:#ccc;box-shadow:none;-webkit-box-shadow:none}  
.wkmenu-norm .btn {margin:0}


.wkcontent              {position: absolute; top:77px; left: 0; right: 0; bottom: 0; overflow:auto;background-color:transparent; display:block;
                        -webkit-overflow-scrolling: touch;-overflow-scrolling: touch;}
#wkcontent-body         {padding:15px;}
.wkcontent-main         {padding-top:0;}
.wkcontent-main-footer  {margin-bottom:20px}
.wkcontent-h4-top       {margin-top:3px}

.wkhelp             {padding:15px;border-bottom:1px solid #ddd;background:#FFFFef;color:#333333;}
.wkhelp-main        {margin: 0px 0px 0 15px;}   /* added when main page */
.wkhelp h2          {color:red}
.wkhelp-button      {font-size:20px;vertical-align:-1px;margin-left:0.5em;}

.wkmessage          {margin-bottom:1em}
.wkpopup            {position:absolute;background:white;border:1px solid silver;z-index:999;display:none}

.fmgrp              {border:1px solid #ddd;padding:0.5em;line-height:16px;} /*box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);}*/
.fmhr               {}
.fmhr-empty         {border:none}
.fmbtn-fixed        { margin-bottom: 3px; width: 6.5em; }

.fmtable                            {margin-right:1em;}
.fmtable>tbody>tr>td:first-child    {white-space:nowrap; vertical-align:top;padding-top:5px;padding-right:1em;}
.fmtable>tbody>tr>td+td             {white-space:nowrap; vertical-align:top;padding-bottom:3px;}
.fmtable>tbody>tr>td+td+td          {white-space:nowrap; vertical-align:top;padding-left:1em;padding-right:1em;}
.fmtable>tbody>tr>td+td+td+td       {white-space:nowrap; /*vertical-align:top*/}
.fmtable .label-two                 {margin:0 0.7em;display:inline-block;}
.fmtable .align-top                 {vertical-align:top;padding-top:0.1em}

/* For ASP.NET Group controls */
.radiolist-horizontal td            {white-space:nowrap;padding-right:1.25em}
.radiolist-vertical                 {margin-bottom:0em}
.radiolist-vertical td              {white-space:nowrap;border:0 !important;text-align:left;padding-bottom:0.5em}
.radiolist-vertical label           {margin-bottom:0;}
.checkbox-horizontal                {margin-right:0.5em}

.date-prefill                       {color:#aaaaaa !important}
.date-planned                       {color:#0007CC !important}
.date-confirmed                     {color:#D30000 !important}

.image-holder                       {height:42px;width:42px;text-align:center;vertical-align:middle;margin:0 auto}

.grid-status          {white-space:nowrap;/*text-align:right;display:inline-block;*/}
.grid-status > div    {display:inline-block;vertical-align:middle}
.grid-status-icons {
    margin: 0px 3px 0px 1px;
    display: inline-flex;
    align-items: center
}
.grid-status-icons i  {margin:2px;display:block;width:16px;height:16px;margin-right:4px}
.lireadonly           {color:#888888}

.subdesc-wrapper    {/*line-height: 1.2*/}
.subdesc            {font-size:smaller;color:#777;display:block}


#GridEmpty, #ReportEmpty  {margin:1.1em;}

/* DataPager */
.dp-page {
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 1em;
}
    .dp-page input[type="text"] {
        width: 3em;
        text-align: center;
        height: 26px;
        margin-right: 1em;
    }
.dp-pagesize {margin-top: 6px}

/* Job Card*/
.jobcard {
  display:table;width:100%;
  /*border-left:5px solid green;*/
  position:relative;
  max-width:300px;
}
.jobcard-row {
  display:table-row;
}
.jobrow-col1 {
  display:table-cell;text-align:center;
}  
.jobcard-col2 {
  display:table-cell;
  vertical-align: top;
  text-align:left;
  width:100%;
  padding:10px;
  /*border-left:1px solid #ddd;*/
  /*border-right:1px solid #ddd;*/
}
.jobcard-col3 {
  display:table-cell;
  vertical-align: top;
  text-align:center;
  min-width:64px;
}
.jobcard-col1 a                 { display:block;height:32px; width:32px;color:#ddd}
.jobcard-col1 a:first-child     { background:#ddd;font-size:1.75em;color:#333;}
.jobcard-col1 a:first-child i   { margin-left:5px}

/* XtraReports - START */
/*
.xrtoolbar          {border:0px;background-color:transparent;padding:0 0.5em;display:inline}
.xrtoolbarbutton    {border:1px solid transparent;padding:0px 3px}
.xrtoolbarhover     {border:1px solid #999999;padding:0px 3px}
.xrtoolbar label    {font-family:arial, Sans-Serif;font-size:11px;padding:0px 3px}
.xrtoolbar input    {font-family:arial, Sans-Serif;font-size:11px;}
*/
/* XtraReports - END */

/* Reports - START */
.report-background      { background-image: url('/images/bg-report.png') }
#ReportParams           {margin-bottom: 20px;white-space:nowrap;}
#ReportParams .left     {padding-right:2em}
#ReportParams .right    {border-left:1px solid #ddd;padding-left:2em}
#ReportParams .product-categories {padding-left: 0}
#ReportParams .product-categories .icheckbox_minimal  {margin-left:1em}
.xr-viewer {
    margin: 0 auto;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    box-sizing: content-box;
    background: #fff;
    box-shadow: 0px 0px 15px 2px #bbb;
    border: 0px solid rgb(237,237,237);
    padding: 20px 0 20px 23px;
    overflow: hidden;
}
#ReportViewer1_Div     {width:728px !important}
#xr-pager               {list-style-type: none; padding:0; margin: 0}
#xr-pager > li          {display:inline;}
#xr-pager > li > a > i  {height:32px;width:32px;margin:0;padding:0;vertical-align:middle}
.pdf-frame               {border:1px solid #ddd;}

/* Job and Purchase layouts */
#GlassSupplierArea  {margin:1em 0}
#MaterialArea > div {margin-top:1em;margin-right:1em;}
#MaterialDetails    {font-weight:bold}
#ColourArea         {margin-top:1em;}

.sub-description    {font-size: smaller; color: #777;}

.stage-name         {color:#008000}
        
/* Schedule - START */
.shwk		        {text-align:center;font-weight:bold}    
.shend		        {background-color:#FFFFE0;text-align:center;font-weight:bold}
.shtoday	        {font-weight: bold;background-color: #EFF4FA;text-align: center}
.shlate 	        {background:#FCEDED;}
.shday		        {color:white;text-align:center}
.shprevnext	        {color:#D30000;text-align:center;width:1em}
.shplan	            {color:#0007CC}
.shplan a	        {color:#0007CC}
.shconfirm	        {color:#D30000}
.shconfirm a	        {color:#D30000}
.shdonetoday        {color:#008000}
.shdonetoday a      {color:#008000}
.shprefill             {color:#aaaaaa}
.shprefill a           {color:#aaaaaa}
.shcompleted        {color:#aaaaaa}
.shcompleted a      {color: #aaaaaa}
.shinprogress       {background: #dff0d8 !important}
.shinprogress-dark  {background: #d6e9c6 !important}
.shdone             {text-decoration:line-through}
.shplan-box         {}
.shconfirm-box      {}
.shdonetoday-box    {}
.shprefill-box      {}
.shcompleted-box    {}
.shinprogress-box   {}

.shprocess	        {color: black}
.shcaption          {vertical-align:top;white-space:nowrap;padding-right:1em;}
.shpickup           {background:#FCEDED; white-space:nowrap}
/*.shother        	{color:#aaaaaa}*/


.shtarget	        {width:100%;background:#FCEDED;border-left:2px solid #D30000}
#Schedule th        {text-align:center;width:12.5%}
/*#Schedule th        {font-weight:bold;text-align:center;width:12.5%}
#Schedule th a      { color: #0088cc;}*/
#Schedule td        {vertical-align:top;white-space:nowrap;text-align:left}

.event-color        {border-width:1px;border-style:solid;padding:2px 2px 0 2px;border-radius:3px}
.event-notime       {color:red;font-weight:bold;}
.event-inprogress, .event-inprogress i {
    color: green !important;
    font-weight: bold;
    background: #dff0d8 !important;
}
.event-inprogress:hover, .event-inprogress i:hover {
    background: #d6e9c6 !important
}

    .timer-wrapper .labourtype {
        flex-grow: 1;
        margin-left: 15px
    }

.timer-off {
    display: flex;
    align-items: center;
    justify-content: space-between
}   

    .timer-off .select2-container {
        width: 100% !important;
    }

.timer-on {
    display: flex;
    align-items: center
}

    .timer-on > div:nth-child(1) {
        display: flex;
        align-items: center
    }

    .timer-on .btn {
        color: green;
        font-weight: bold
    }

    .timer-on .time {
        color: green;
        font-weight: bold;
        margin-left: 10px;
        white-space: nowrap
    }

    .timer-on .select2-container {
        width: 100% !important;
    }

.timer-other {
    color: green;
    text-align: right;
    margin-top: 5px
}

.timer-summary {
    color: green
}

.timer-cancel-btn {
    background: none;
    border: 0;
    color: #333;
    margin-left: 0.5em;
}

#IsOwnCar {
    margin-top: 10px;
    margin-left: 5px;
}

/* Schedule - END */
#topslider {
    display: none;
    position: absolute;
    width: 100%;
    height: 66%;
    top: 40px;
    left: 0px;
    z-index: 99999;
    padding: 0 20px 20px 20px;
    background-color: #fff;
    border-top: 1px solid #fff;
}

#topslider > div:first-of-type {
    position:absolute;top:70px;bottom:60px;width:100%;overflow:auto;
}

#btntopslideropen {
    margin-top: 1px;
    height:40px;
    cursor:pointer;
    text-align:center;
    color: #333;
    background-color:#fff;
    margin-right:0.5em;
}

#btntopsliderclose {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background-color: transparent;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 4px;
    margin: 5px;
}

 .error-input { background: #FFF6F6 !important;
    border-color: #E0B4B4 !important;
    color: #9f3a38 !important;
    box-shadow: none;
 }
.error {
    border-radius: 4px;
    display: block;
    /*float: left;*/
    white-space: normal;
    background: #FFF;
    border: 1px solid #E0B4B4;
    padding: .5em;
    color: #9f3a38;
    position: relative;
    margin-top: 1em;
}
    .error::before {
        background-color: inherit;
        border-style: solid;
        border-color: inherit;
        position: absolute;
        content: "";
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background-image: none;
        /*z-index: 2;*/
        width: 0.66em;
        height: 0.66em;
        -webkit-transition: background .1s ease;
        transition: background .1s ease;
        border-width: 1px 0 0 1px;
        /* top */
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        top: 0px;
        left: 2em;
    } 

.tour-num           { background:#008A00; border-radius: 50%; width: 30px; height: 30px; text-align: center; padding: 7px; font-weight: bold; float: left; margin-right:20px;margin-bottom:3em}
.tour-num-content   {margin-top:0.5em}

/*.help-icon                  {background:url('/images/icons/help.png');height:16px;width:16px;display:inline-block;vertical-align:middle;margin-left:0.5em;margin-bottom:1px}*/
.helpbox                    {z-index:100000;position:absolute;line-height:16px;max-width:300px;white-space:normal;font-weight:normal;text-align:left;background:#FFFFef;color:#333333;}
.helpbox .helpbox-header    {background:#f5f5f5; font-family:OpenSansLight;text-transform:uppercase;padding:0.5em 0.75em;}
.helpbox .helpbox-body      {font-family:Arial,sans-serif;padding: 0.75em 0.75em 0em 0.75em;}

.showTooltip {
    background-color: black;
    color: white;
    padding:0.1em 0.5em;
    margin-top: -2.25em;
    position: absolute;
    max-width: 200px;
    white-space:normal;
}
.showTooltip:before {
    position: absolute;
	bottom: -7px;
	left: 18px;
	display: block;
	border-right: 7px solid transparent;
	border-top: 7px solid black;
	border-left: 7px solid transparent;
	content: '';
}

.help_right_bottom:before {
    position: absolute;
	top: -7px;
	left: 18px;
	display: block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #c7c7c7;
	border-left: 7px solid transparent;
	content: '';
}
.help_right_bottom:after {
	position: absolute;
	top: -6px;
	left: 19px;
	display: block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #FFFFEF;
	border-left: 6px solid transparent;	
	content: '';
}

.help_left_bottom:before {
    position: absolute;
	top: -7px;
	right: 18px;
	display: block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #c7c7c7;
	border-left: 7px solid transparent;
	content: '';
}
.help_left_bottom:after {
	position: absolute;
	top: -6px;
	right: 19px;
	display: block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #FFFFEF;
	border-left: 6px solid transparent;	
	content: '';
}
.help_right_top:before {
    position: absolute;
	bottom: -7px;
	left: 18px;
	display: block;
	border-right: 7px solid transparent;
	border-top: 7px solid #c7c7c7;
	border-left: 7px solid transparent;
	content: '';
}
.help_right_top:after {
	position: absolute;
	bottom: -6px;
	left: 19px;
	display: block;
	border-right: 6px solid transparent;
	border-top: 6px solid #FFFFEF;
	border-left: 6px solid transparent;	
	content: '';
}
.help_left_top:before {
    position: absolute;
	bottom: -7px;
	right: 18px;
	display: block;
	border-right: 7px solid transparent;
	border-top: 7px solid #c7c7c7;
	border-left: 7px solid transparent;
	content: '';
}
.help_left_top:after {
	position: absolute;
	bottom: -6px;
	right: 19px;
	display: block;
	border-right: 6px solid transparent;
	border-top: 6px solid #FFFFEF;
	border-left: 6px solid transparent;	
	content: '';
}

/* Spinner - START */

#waiting {
    position: fixed;
    top: 40%;
    left: 50%;
    margin: -14px 0 0 -42px;
    padding: 15px;
    background: white;
    display:none;
  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    border:1px solid #999999
}

.waiting-inline { width:60px;margin: 10px auto; height:13px}

.loading-dot {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: #006dcc;
  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  
    opacity: 0;
  
    -webkit-box-shadow: 0 0 2px black;
    -moz-box-shadow: 0 0 2px black;
    -ms-box-shadow: 0 0 2px black;
    -o-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black;
  
    -webkit-animation: loadingFade 0.75s infinite;     /* 0.75 */
    -moz-animation: loadingFade 0.75s infinite;
    animation: loadingFade 0.75s infinite;
}

.loading-dot:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}

.loading-dot:nth-child(2) {
    -webkit-animation-delay: 0.075s;    /* 0.1 */
    -moz-animation-delay: 0.075s;
    animation-delay: 0.075s;
}

.loading-dot:nth-child(3) {
    -webkit-animation-delay: 0.15s;     /* 0.2 */
    -moz-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.loading-dot:nth-child(4) {
    -webkit-animation-delay: 0.225s;    /* 0.3 */
    -moz-animation-delay: 0.225s;
    animation-delay: 0.225s;
}

@-webkit-keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; } 
    100% { opacity: 0; }
}

@-moz-keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }  
    100% { opacity: 0; }
}

@keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; } 
    100% { opacity: 0; }
}

/* Spinner - END */


/* tiny mce 4 */
.mce-menu-item:hover, .mce-selected.mce-menu-item, .mce-menu-item:focus { background-image:none !important; filter:initial !important}
.mce-active.mce-menu-item { background-color: white !important; outline:none !important}
.mce-content-body {white-space:normal }pl

/* Windows 8 Colours */
.color-pink          {color:#DC4FAD}
.color-red           {color:#AC193D}
.color-darkorange    {color:#D24726}
.color-orange        {color:#FF8F32}
.color-lime          {color:#82BA00}
.color-green         {color:#008A00}
.color-turquoise     {color:#03B3B2}
.color-teal          {color:#008299}
.color-skyblue       {color:#5DB2FF}
.color-blue          {color:#1976D2} /*0072C6*/
.color-purple        {color:#4617B4}
.color-violet        {color:#8C0095}
.color-darkblue      {color:#004B8B}
.color-navy          {color:#001940}
.color-bloodred      {color:#570000}
.color-brown         {color:#380000}
.color-gray          {color:#585858}
.color-black         {color:#000000}

.border-pink          {border-color:#DC4FAD}
.border-red           {border-color:#AC193D}
.border-darkorange    {border-color:#D24726}
.border-orange        {border-color:#FF8F32}
.border-lime          {border-color:#82BA00}
.border-green         {border-color:#008A00}
.border-turquoise     {border-color:#03B3B2}
.border-teal          {border-color:#008299}
.border-skyblue       {border-color:#5DB2FF}
.border-blue          {border-color: #1976D2} /*0072C6*/
.border-purple        {border-color:#4617B4}
.border-violet        {border-color:#8C0095}
.border-darkblue      {border-color:#004B8B}
.border-navy          {border-color:#001940}
.border-bloodred      {border-color:#570000}
.border-brown         {border-color:#380000}
.border-gray          {border-color:#585858}
.border-black         {border-color:#000000}

.background-pink          {background-color:#DC4FAD}
.background-red           {background-color:#AC193D}
.background-darkorange    {background-color:#D24726}
.background-orange        {background-color:#FF8F32}
.background-lime          {background-color:#82BA00}
.background-green         {background-color:#008A00}
.background-turquoise     {background-color:#03B3B2}
.background-teal          {background-color:#008299}
.background-skyblue       {background-color:#5DB2FF}
.background-blue          {background-color: #1976D2} /*0072C6*/
.background-purple        {background-color:#4617B4}
.background-violet        {background-color:#8C0095}
.background-darkblue      {background-color:#004B8B}
.background-navy          {background-color:#001940}
.background-bloodred      {background-color:#570000}
.background-brown         {background-color:#380000}
.background-gray          {background-color:#585858}
.background-black         {background-color:#000000}

.highlight-fade {
	background-color:#F5F5F5;
	-webkit-animation:highlight-fade ease-in 1;
	-moz-animation:highlight-fade ease-in 1;
	-o-animation:highlight-fade ease-in 1;
	animation:highlight-fade ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;

	-webkit-animation-delay:1s;
	-moz-animation-delay:1s;
	-o-animation-delay:1s;
	animation-delay:1s;
}
/* Key Frames */
@-webkit-keyframes highlight-fade { from { background-color:#F5F5F5; } to { background-color:transparent; } }
@-moz-keyframes highlight-fade { from { background-color:#F5F5F5; } to { background-color:transparent; } }
@-o-keyframes highlight-fade { from { background-color:#F5F5F5; } to { background-color:transparent; } }
@keyframes highlight-fade { from { background-color:#F5F5F5; } to { background-color:transparent; } }

/*
pulsate
*/

.throb {
    -webkit-border-radius: 50%;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -ms-border-radius: 50%;
    -ms-animation: pulsate 2s ease-out;
    -ms-animation-iteration-count: infinite;
    -moz-border-radius: 50%;
    -moz-animation: pulsate 2s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-border-radius: 50%;
    -o-animation: pulsate 2s ease-out;
    -o-animation-iteration-count: infinite;
    border-radius: 50%;
    animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}
@-moz-keyframes pulsate {
    0% {
        -moz-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -moz-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}
@-ms-keyframes pulsate {
    0% {
        -ms-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -ms-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}
@-o-keyframes pulsate {
    0% {
        -o-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -o-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}
@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}


ol.simple-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.simple-list > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
    border-left: 2px solid #ddd;
}
ol.simple-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;
     
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #464646;
 
    content: counter(li-counter);
    counter-increment: li-counter;
}

/*************
*  FLEX MENU
**************/

.flexmenu {
    max-height: 36px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width:100%;
}
.flexmenu > li {
    list-style-type: none;
    float: left;
    margin-left: .25em;
}  
.flexmenu > li.right {
    float: right;
}        
.flexmenu > li:first-child {
    margin-left: 0;
}
.flexMenu-viewMore {
    //float: right !important;
    margin-left: 0.25em !important;
    margin-right: 5px;
} 
.flexMenu-viewMore > a, .flexMenu-viewMore > a:hover {
    display:block;
    height:36px;
    width:36px; 
    padding-top:3px;   
    //padding-left:7px;
    line-height:26px;
    font-size:18px;
    color:#444;
    background:#f5f5f5;
    text-decoration:none;
    text-align:center;    
    border: 1px solid #ddd;   
    border-radius:4px;
    top: -.1em;  /* So whole button clicks*/
}
.flexMenu-popup {
    padding: 0;
    background-color: #fff;
    margin: 0;
    z-index:9999;
    right:15px; 
    border-radius:0;
    border:0;
    border-top:1px solid #ddd;
    max-height:400px;
    overflow:auto;
}
.flexMenu-popup > li {
    list-style-type: none;
    clear:right; /* for pull-right items. */
    width:100%;  /* for pull-right items. */
}
.flexMenu-popup > li > a {
    width:100%;
    background:transparent;
    border:none;
    border-radius:0px;
    height:40px !important;
    padding-top:10px !important;
    margin:0;
    font-size:13px;
    line-height:1;/*1.438;*/
    text-align:left;    
}

.flexMenu-popup > li a:hover i {
    color: white;
}

.flexMenu-popup > li a:hover
{
    color:white !important;
}

.flexMenu-popup > li:empty {
   display: none;
}

.flexMenu-popup > li.wkmenu-sep-before{
    border-top:1px solid #ddd;
}
.flexMenu-popup > li:first-child {
    border-top: 0 !important;
}
.flexMenu-popup > li.wkmenu-sep-after{
    border-bottom:1px solid #ddd;
}
.flexMenu-popup > li:last-child {
    border-bottom: 0 !important;
}
.flexMenu-popup > li > a:hover {
    color: #fff;
}

/*****/        
        .flexmenu > li {margin-left:initial;}
        .flexmenu > li > .btn {border-radius:0;border:0;border-right:1px solid #ddd;padding-top: 3px;height:36px}
        .flexmenu > li:first-child > .btn {border-left:1px solid #ddd}
        .flexmenu > li > .btn:hover {background:#ddd}
        .flexmenu > li .btn-icon-only {border:0 !important;width:36px}
        .flexmenu > li > .btn:active {background:#ccc;box-shadow:none;-webkit-box-shadow:none}  
        .flexMenu-popup > li .btn {border:0}        
        .flexMenu-viewMore > a, .flexMenu-viewMore > a:hover {
            display: block;
            height: 36px;
            width: 36px;
            /*padding-top: 1px;*/
            //padding-left: 9px;
            /* line-height: 26px; */
            font-size: 12px;
            color: #444;
            background: #f5f5f5;
            text-decoration: none;
            padding-top:6px;
            padding-left: 7px;            
            border: 0px solid #ddd; /**/
            border-right: 1px solid #ddd; /**/
            border-radius: 0px; /**/
            /* top: -.1em;*/
        }
        .flexMenu-viewMore > a:hover{background:#ddd}
        .flexMenu-viewMore {
            /*float: right !important;*/
            margin-left: 0 !important;
            margin-right: 5px;
        }

/*************
*  FLEX MENU 1
**************/

.flexmenu1 {
    max-height: 36px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.flexmenu1 > li {
    list-style-type: none;
    float: left;
    margin-left: .25em;
}  
.flexmenu1 > li.right {
    float: right;
}        
.flexmenu1 > li:first-child {
    margin-left: 0;
}
.flexMenu1-viewMore {
    float: right !important;
    margin-left: 0.25em !important;
    margin-right: 5px;
} 
.flexMenu1-viewMore > a, .flexMenu1-viewMore > a:hover {
    display:block;
    height:36px;
    width:36px; 
    padding-top:3px;   
    //padding-left:7px;
    line-height:26px;
    font-size:18px;
    color:#444;
    background:#f5f5f5;
    text-decoration:none;
    text-align:center;    
    border: 1px solid #ddd;   
    border-radius:4px;
    top: -.1em;  /* So whole button clicks*/
}
.flexMenu1-popup {
    padding: 0;
    background-color: #fff;
    margin: 0;
    z-index:9999;
    right:15px; 
    border-radius:0;
    border:0;
    border-top:1px solid #ddd;
}
.flexMenu1-popup > li {
    list-style-type: none;
}
.flexMenu1-popup > li > a {
    width:100%;
    background:transparent;
    border:none;
    border-radius:0px;
    height:40px !important;
    padding-top:10px;
    margin:0;
    font-size:13px;
    line-height:1;/*1.438;*/
    text-align:left;    
}

.flexMenu1-popup > li a:hover i {
    color: white;
}

.flexMenu1-popup > li a:hover
{
    color:white !important;
}

.flexMenu1-popup > li:empty {
   display: none;
}

.flexMenu1-popup > li.wkmenu-sep-before{
    border-top:1px solid #ddd;
}
.flexMenu1-popup > li:first-child {
    border-top: 0 !important;
}
.flexMenu1-popup > li.wkmenu-sep-after{
    border-bottom:1px solid #ddd;
}
.flexMenu1-popup > li:last-child {
    border-bottom: 0 !important;
}
.flexMenu1-popup > li > a:hover {
    color: #fff;
}

/*****/        
        .flexmenu1 > li {margin-left:initial;}
        .flexmenu1 > li > .btn {border-radius:0;border:0;border-right:1px solid #ddd;padding-top: 3px;height:36px}
        .flexmenu1 > li:first-child > .btn {border-left:1px solid #ddd}
        .flexmenu1 > li > .btn:hover {background:#ddd}
        .flexmenu1 > li .btn-icon-only {border:0 !important; width:36px}
        .flexmenu1 > li > .btn:active {background:#ccc;box-shadow:none;-webkit-box-shadow:none}  
        .flexMenu1-popup > li .btn {border:0}        
        .flexMenu1-viewMore > a, .flexMenu1-viewMore > a:hover {
            display: block;
            height: 36px;
            width: 36px;
            /*padding-top: 1px;*/
            //padding-left: 9px;
            /* line-height: 26px; */
            font-size: 12px;
            color: #444;
            background: #f5f5f5;
            text-decoration: none;
            padding-top:6px;
            padding-left: 7px;            
            border: 0px solid #ddd; /**/
            border-right: 1px solid #ddd; /**/
            border-radius: 0px; /**/
            /* top: -.1em;*/
        }
        .flexMenu1-viewMore > a:hover{background:#ddd}
        .flexMenu1-viewMore {
            /*float: right !important;*/
            margin-left: 0 !important;
            margin-right: 5px;
        } 
/*****/

.o2i-card                   {border:1px solid #ddd;box-shadow:0px 0px 6px 0px rgba(0,0,0,0.15);/*0px 2px 4px 0px rgba(0,0,0,0.16), 0px 2px 10px 0px rgba(0,0,0,0.12);*/
                             margin-bottom:15px;background-color:#fff;text-align:left}
.o2i-card-top               {margin-top:15px}
.o2i-card-list              {margin-bottom:8px}
.o2i-card-header            {border-bottom:1px solid #ddd;padding:5px 5px;font-size:14px;font-weight:bold;}

.o2i-card-block             {padding: 5px;}
.o2i-card-block-cols        {display: flex;}
.o2i-card-block-left        {margin-right:1em}
.o2i-card-block-right       {color:#333;margin-left:auto;}
.o2i-card-block-right a     {cursor:pointer;text-decoration:none;}
.o2i-card-block-right i     {display:block;margin:2px auto}

.o2i-card-meta              {padding: 5px;font-size:smaller}
 
.o2i-card-footer            {border-top:1px solid #ddd;padding:5px 5px}
.o2i-card-footer-right      {text-align:right}

.chip-wrapper                   {background-color:#e0e0e0;display:flex;border-radius:17px;font-weight:bold;cursor:pointer;border-top: 1px solid #fff;border-bottom: 1px solid #fff;}
.contact-chip                   {display:inline-block;line-height:32px;text-align:center;line-height:32px;min-width:32px;background-color:#B1B1B1;color:white;padding-left:7px;padding-right:7px;white-space:nowrap;border-radius:17px}
.activity-chip                  {display:inline-block;line-height:32px;padding-left:0.75em;padding-right:0.75em;white-space:nowrap;border-right: 1px solid #f5f5f5;}
.time-chip                      {display:inline-block;line-height:32px;padding-left:0.75em;padding-right:1em;white-space:nowrap;margin-left:auto}
.flex-right                     {margin-left:auto}

.activity-chip                  {display:none}

/*
.toolbar    {padding:4px}
//.panel    {box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16), 0px 2px 10px 0px rgba(0,0,0,0.12);border-radius:2px;transition:box-shadow}
.panel      {box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 1px 5px 0px rgba(0,0,0,0.12);border-radius:2px}
.panel-heading  {font-weight:bold;text-transform:uppercase}
//.btn {
            //border-radius: 2px;
            //box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 1px 5px 0px rgba(0,0,0,0.12);
//            background: rgba(158,158,158,.2);
            //border:0
//        }

.btn {inset 0px 1px 0px 0px rgba(255,255,255,0.2), 0px 1px 2px 0px rgba(0,0,0,0.047058)}

#wkcontent, #wkheader, .btn {background-color:#fafafa}  
#leftpanel{box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)}  
.table {background:white}

    // box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);    // white card on white background

    //box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)     // button on white
    //transition:all 0.5s ease 0s
*/
/*
.btn {
    box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.2), 0px 1px 2px 0px rgba(0,0,0,0.047058);
}
*/
/*  Google
.panel {
    box-shadow:0px 1px 4px 0px rgba(0,0,0,0.2);
}
*/
.metricbar {
    width: 100%;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    min-height: 50px;
    border-bottom: 1px solid #ddd;
}

.metricbar li{
    text-align: center;
    flex-grow: 1;
    padding:15px
}
.metricbar li:last-child{
    border-right:0;
}

.metricbar-title {text-transform:uppercase}
.metricbar-value {font-size:22px}

.sparkhealthcheck           {display: flex;align-items: center}

.sparkguage                 {position:relative;height:32px;width:32px}
.sparkguage div:first-child {position: absolute;height:32px;width:32px;font-size:0px}
.sparkguage div:last-child  {position: absolute; top: 16px; left: 10px; font-size: 8px}

.diary-menu-wrapper {
    position: relative;
    padding-right: 90px;
}
#btnDiary {
    border-radius: 0;
    background: #ddd;
    height: 36px;
}
#btnDiary:hover {
    background: #ccc;
}

.save-dirty {
    background: #D32F2F;
    color: white !important;
    border-top: 1px solid #f5f5f5 !important;
    border-bottom: 2px solid #f5f5f5 !important;
    border-radius: 20px !important;
    padding-top: 1px !important;
    margin-left: 2px !important;
    height:36px
}
.save-dirty i {
    color: white !important
}
.save-dirty:hover {
    background: #B71C1C !important;
    color: white;
}
.save-dirty:active {
    color: white
}

.saveexit-dirty {
    color: red;
}
.saveexit-dirty i {
    color: red !important
}
.saveexit-dirty:hover {
    color: red;
}
.saveexit-dirty:active {
    color: red
}

#btnCheckListLock, .btnCheckListFromLock {
    display: block;
    line-height: 29px;
    margin: 2px 5px 0px 5px;
    color: #006dcc;
    font-weight: bold;
    border: 1px solid #006dcc;
    padding: 0px 10px;
    border-radius: 4px;
    cursor: pointer;
}


.checklist-status {
    padding: 1px 7px 2px 7px;
    border-radius: 6px
}

.checklist-status-hasrequired {
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
    color: #a94442 !important;
}

.checklist-status-notcompleted {
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
    color: #8a6d3b !important;
}

.checklist-status-completed {
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
    color: #3c763d !important;
}

@media (max-width: 767px) {
    .checklist-item-name {
        width: 100%;
    }
    .checklist-item-responses {
        text-align: left !important
    }
}

.e-toolbar .e-hor-nav {
    width: 43px !important;
    margin-left: -5px !important;
}

.e-toolbar .e-popup-down-icon, .e-toolbar .e-popup-up-icon {
    font-family: 'Font Awesome 5 Pro Solid';
    font-size: 1.3333333333333333em;
    padding: 0 1em;
}

    .e-toolbar .e-popup-down-icon:hover, .e-toolbar .e-popup-up-icon:hover {        
        background:#f5f5f5 !important;
        height: 36px;
        padding-top: 9px;
    }
    .e-toolbar .e-popup-down-icon::before, .e-toolbar .e-popup-up-icon::before {
        content: "\f141" !important;    /* ellipsish */
    }