html {
    height: 100%;
}

/*body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    background-image: url("../images/background.png");
	height:	100%;
}

.body2 {
    background:#FFFFFF !important;
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}*/

.header_part {
    /* background: #404040 none repeat scroll 0 0;*/
    height: 42px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: -5px;
    padding: 0 12px 0 0;
    width: auto;
    background: #45484d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45484d 0%, #000000 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45484d 0%, #000000 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.info-wrapper1 {
    color: #ffffff;
    margin-top: 10px;
    font-size: 17px;
    text-align: left;
}

.header_part.different {
    margin-left: 0px;
    margin-top: 0;
}

.olotable.Work_Order,
.olotable.Work_Order1 {
    margin-left: 5px;
}

.body2 table:nth-child(3) {
    width: 100%;
}

.body2 table:nth-child(3) td:nth-child(1) {
    width: 25%;
}


.schedule .olotable:nth-child(5) {
    float: left;
    margin-left: 10px;
    width: 98%;
}

.schedule .olotable:nth-child(5) td:nth-child(1) {
    width: 25%;
}

.work_order tr td {
    padding: 7px;
}

.work_order tr {
    height: 33px;
}

.calendar>table {
    margin: 0 auto;
    max-width: 500px !important;
}

.title_part.text-left a {
    color: #333; 
    font-size: small;
    float: right;
}

.title_part.text-left img {
    float: right;
}

.unpaid_invoice_view,
.paid_invoice_view,
.closed_work_orders_view,
.open_work_orders_view {
    float: left;
    width: 100%;
}


.cf>tr>td,
.cf>tr>th {
    color: #ffffff;
}

.cf b {

    font-size: 16px;
}

.cf tr:first-child {
    background: #2588b3 none repeat scroll 0 0;
}

h3.title_part {
    /*background: #cccccc none repeat scroll 0 0;*/
    /*float: left;*/
    padding: 7px;
    width: 100%;
    border-bottom: 2px solid #CCCCCC;
    padding-bottom: 0px;
    display: inline-block;
}


span.title_part {
    background: #cccccc none repeat scroll 0 0;
    float: left;
    padding: 7px;
    width: 100%;
    font-size: 18px;
}

.customer_backup_view {
    float: left;
    width: 100%;
}

.customer_search_form {
    margin-top: 8px;
    margin-bottom: 5px;
}

.search_page_number {
    float: right;
    display: inline-block;
}

.main>table {
    position: relative;
    right: 10px;
    width: 100%;
}

tr.row1 {
    height: 55px;
    border-left: 6px solid;
    border-left-color: #3498DB;
}

tr.row2 {
    height: 55px;
}

tr.row1.low {
    border-left-color: #607D8B !important;
}

tr.row1.medium {
    border-left-color: #4CAF50 !important;
}

tr.row1.high {
    border-left-color: #FFC107 !important;
}

tr.row1.urgent {
    border-left-color: #D84315 !important;
}

.header_part .info-wrapper {
    background-color: #2588b3;
    border: 1px solid #2588b3;
    border-radius: 0 20px 20px 0;
    color: #ffffff;
    display: inline-block;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    left: -11px;
    padding: 4px 30px 4px 18px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    top: 5px;
}


form {
    margin: 0px;
    padding: 0px 0px 0px 0px;

}

.align-justify {
    text-align: justify;
}

.footer {
    -moz-box-sizing: border-box;
    text-align: center;
    background-color: #2588B3;
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -50px;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
}


.footer a {

    color: #fff;

}

.text1 {
    color: #6B6B6B;
}

.text2 {
    font-size: 19px;
    color: #179ACF;
}

.text3 {
    font-size: 10px;
}

.text4 {
    height: auto;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #4D4D4D;
    text-align: center;
    padding: 10px;
    display: block;
}


.text5 {
    color: #000;
    font-weight: bold;
}

.title_blue {
    font-size: 19px;
    color: #179ACF;
}

a {
    color: #666666;
}

a:hover {
    text-decoration: none !important;
}

a.link1 {
    color: #6B6B6B;

}

a.link1:hover {
    text-decoration: underline;
}

a.link2 {
    color: #0EB5F4;
}

a.link3 {
    color: #179ACF;
    text-decoration: none;
}

.bg1 {
    background-color: #ECECEC;
}

.bg2 {
    background-image: url('images/index28.jpg');
    background-repeat: no-repeat;
    background-position: right top
}

mainbg {
    background-image: url('images/index14.gif');
    background-repeat: repeat;
}

/* import old css */

#dhtmltooltip {
    position: absolute;
    width: 150px;
    border: 1px solid black;
    padding: 2px;
    background-color: #efefef;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

.linkedcell {
    background: #88abf2;
    color: #FFFFFF;
    cursor: auto;
}

/* Table Formating */

.main_window {
    border-collapse: collapse;
    background: #ECECEC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.left_window {
    border-collapse: collapse;
    background: #ECECEC;
    border-bottom: 1px solid #CCCCCC;
}

.menutable {
    border-collapse: collapse;
    margin: 1px;
    text-align: left;
}

.menutablered {
    margin: 1px;
    background-color: #ffffff;
    border: 2px solid #CC0000;
    text-align: left;
}

.menutableredpop {
    margin: 1px;
    background-color: #ffffff;
    border: 1px solid #CC0000;
    border-spacing: 2px;
}

.menuhead {
    /*color:#6699FF; */
    font-weight: bolder;
    font-size: 16px;
}

.menutd {
    font-weight: normal;
    margin: 4px;
}

.menuhead2 {
    color: #ffffff;
    font-weight: bolder;
    font-size: 12px;
    background: #404040;
    height: 41px;
}

a.menuhead2 {
    color: #ffffff;
    font-weight: bolder;
    font-size: 12px;
    text-decoration: none;
}

.menuhead3 {
    color: #ffffff;
    font-weight: bolder;
    font-size: 12px;
}

a.menuhead3 {
    color: #ffffff;
    font-weight: bolder;
    font-size: 12px;
    text-decoration: none;
}

.menuhead4 {
    color: #ffffff;
    font-weight: bolder;
    font-size: 12px;
    background: #2588B3;
}

a.menuhead4 {
    color: #ffffff;
    font-weight: bolder;
    font-size: 12px;
    text-decoration: none;
}


.menutd2 {
    background: #A8A8A8;
    border: 1px solid #404040;
}

.menutd3 {
    background: #518AB5;
    border: 1px solid #404040;
    padding: 3px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff
}

.textTable {
    border-collapse: collapse;
    margin: 1px;
    background-color: #ffffff;
    border: 1px solid #1c679f;
    text-align: left;
}

.texthead {
    color: #ffffff;
    font-weight: bolder;
    font-size: 16px;
}

.textTd {
    background: #F0F8FF;
}

.olotable {
    border-collapse: collapse;
    margin: 1px 1px 1px 0px;
    background-color: #ffffff;
    border: 1px solid #404040;
}


.search {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}


.search input[type="text"] {
    height: 32px;
    border: 1px solid #2588B3;
    width: 190px;
}

.search input[type="submit"] {
    height: 32px !important;
    background: #2588B3 !important;
    width: 91px !important;
    position: relative;
}



.olotablered {
    margin: 1px;
    background-color: #ffffff;
    border: 2px solid #CC0000;
    text-align: left;
}

.olotableredpop {
    margin: 1px;
    background-color: #ffffff;
    border: 1px solid #CC0000;
    border-spacing: 2px;
}

.olotablegreen {
    margin: 1px;
    background-color: #ffffff;
    border: 2px solid #006600;
    text-align: left;
}

.error_font {
    color: #CC0000;
    font-weight: bolder;
    font-size: large;
}

.error {
    border-collapse: collapse;
    color: #CC0000 !important;
    margin: 1px;
    border: 1px solid #CC0000 !important;
    font-weight: bold;
    background-color: #ECECEC;
    width: 100%;

}

.olohead {
    background: #2588B3 none repeat scroll 0 0;
    border: 1px solid #404040;
    border-collapse: collapse;
    color: #ffffff;
    font-size: 15px;
    font-weight: bolder;
    text-align: center;
    width: 28px;
}

.olohead2 {
    background: #2588B3 none repeat scroll 0 0;
    border: 1px solid #404040;
    border-collapse: collapse;
    color: #ffffff;
    font-size: 15px;
    font-weight: bolder;
    text-align: center;
}


.olotd {
    border-collapse: collapse;
    margin: 1px;
    border: 1px solid #404040;
    background: #ECECEC;
}

.olotd4 {
    border-collapse: collapse;
    margin: 1px;
    border: 1px solid #404040;
    font-weight: normal;
}

.olotd5 {
    border-collapse: collapse;
    color: #404040;
    margin: 1px;
    border: 1px solid #404040;
    font-weight: normal;
    background-color: #ECECEC;
}

.olotd6 {
    border-collapse: collapse;
    color: #FF0000;
    margin: 1px;
    border: 1px solid #404040;
    font-weight: normal;
}

.olotd7 {
    border-collapse: collapse;
    color: #00F;
    margin: 1px;
    border: 1px solid #404040;
    font-weight: normal;
}

.olotd8 {
    border-collapse: collapse;
    margin: 1px;
    border: 1px solid #404040;
    font-weight: bold;
}

.olologin {
    border-collapse: collapse;
    color: #404040;
    margin: 1px;
    border: 1px solid #404040;
    font-weight: normal;
    background-color: #FFF;
}

.requiredfields {
    border-collapse: collapse;
    color: #404040;
    margin: 1px;
    border: 1px solid #1c679f;
    font-weight: normal;
    background-color: #FFC1C1;
}

.olohead2 {
    background: #518AB5;
    color: #ffffff;
    font-weight: bolder;
    border: 1px solid #1c679f;
    padding: 3px;
}

.olotd2 {
    background: #C3D9EA;
    border: 1px solid #404040;
    padding: 3px;
    font-size: 11px;
    font-weight: bold;
}

.olotd3 {
    background: #518AB5;
    border: 1px solid #404040;
    padding: 3px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff
}

.row1 {

    background: #FFFFFF;
    cursor: default;
}

.row1:hover {

    background-color: #ededed;
    cursor: default;
}

.row2 {
    background-color: #FFFFFF;
    cursor: default;
}

.row2:hover {
    background-color: #ededed;
    cursor: default;
}

.row3 {
    border-collapse: collapse;
    margin: 1px;
    border: 1px solid #1c679f;
    background-color: #ededed;
}

.row4 {
    background-color: #ededed;
    height: 20px !important;
}

.button {
    font-size: 13px;
    padding: 6px 12px;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    outline: none;
    margin-left: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button2 {
    height: 50px;
}

.all-btn {
    font-size: 15px !important;
    width: 100%;
    height: 36px !important;
    border: 0px;
    margin-left: 0px !important;
    outline: none;
}

.all-btn.all {
    background-color:
        /*#93BC57*/
        #404040;
}

.login-btn.all:hover {
    background-color:
        /*#93BC57*/
        #3B474F;
}

.login-btn.pwreset {
    background-color: #FF5458 !important;
    color: #fff;
}

.login-btn.pwreset:hover {
    background-color: #FF1A1F !important;
    color: #fff;
}

.login-btn {
    font-size: 15px !important;
    width: 100%;
    height: 40px !important;
    border: 0px;
    margin-left: 0px !important;
    outline: none;
}

.login-btn.login {
    background-color:
        /*#93BC57*/
        #657580;
}

.login-btn.login:hover {
    background-color:
        /*#93BC57*/
        #3B474F;
}

.toolbar {
    background-image: url('/images/swsh.gif');
    text-decoration: none
}

a.toolbar {
    background-image: url('images/swsh.gif');
    text-decoration: none
}


/* IMAGE HOVER CODE */


.rollover {
    background-color: #404040
}

.rolloveron {
    background-color: #91B3C1;
}



/* START THE CODE FOR THE MENUS */


/* TOP LEVEL MENU CONTROL */


a.menu_TOP {
    display: block;
    line-height: 14pt;
    text-align: center;
    text-decoration: none;
    border-right: #91B3C1 1px solid;
}



/* SUB LEVEL MENU CONTROL */


a.menu_SUB {
    display: block;
    padding: 2px 2px 2px 4px;
    text-decoration: none;
    /* filter:alpha(opacity=100); */
    border-bottom: #61828F 1px solid;
}


/* MORE SUB LEVEL MENU CONTROL */


.menu_DIV {
    border-top: #61828F 1px solid;
    border-bottom: #61828F 0px solid;
    border-right: #61828F 1px solid;
    border-left: #61828F 1px solid;
    /* filter:alpha(opacity=100); */
    z-index: 100;
}

/************* globalNav styles ****************/

#globalNav {
    position: relative;
    width: 100%;
    min-width: 640px;
    height: 32px;
    color: #cccccc;
    padding: 0px;
    margin: 0px;
    background-image: url('images/glbnav_background.gif');
}

#globalNav img {
    margin-bottom: -4px;

}

#gnl {
    position: absolute;
    top: 0px;
    left: 0px;
}

#gnr {
    position: absolute;
    top: 0px;
    right: 0px;
}

#globalLink {
    position: absolute;
    top: 6px;
    height: 22px;
    min-width: 640px;
    padding: 0px;
    margin: 0px;
    left: 10px;
    z-index: 100;
}


a.glink,
a.glink:visited {
    font-size: small;
    color: #404040;
    font-weight: bold;
    margin: 0px;
    padding: 2px 5px 4px 5px;
    border-right: 1px solid #8FB8BC;
}

a.glink:hover {
    background-image: url('images/glblnav_selected.gif');
    text-decoration: none
}

.skipLinks {
    display: none;
}

/************ subglobalNav styles **************/

.subglobalNav {
    position: absolute;
    top: 84px;
    left: 0px;
    /*width: 100%;*/
    min-width: 640px;
    height: 20px;
    padding: 0px 0px 0px 10px;
    visibility: hidden;
    color: #ffffff;
}

.subglobalNav a:link,
.subglobalNav a:visited {
    font-size: 80%;
    color: #ffffff;
}

.subglobalNav a:hover {
    color: #cccccc;
}

/* SQL Importer CSS details*/

h1 {
    font-size: 20px;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*
p,td,th
{ font-size:14px;
  line-height:18px;
  font-family:Arial,Helvetica,sans-serif;
  margin-top:5px;
  margin-bottom:5px;
  text-align:justify;
  vertical-align:top;
}
*/
p {
    margin: 0;
}

p.centr {
    text-align: center;
}

p.smlcentr {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}

p.error {
    color: #FF0000;
    font-weight: bold;
}

p.success {
    color: #00DD00;
    font-weight: bold;
}

p.successcentr {
    color: #00DD00;
    background-color: #DDDDFF;
    font-weight: bold;
    text-align: center;
}

p.info_header {
    margin-left: 5px;
    color: #fff;
}

/*
td
{ background-color:#F8F8F8;
  text-align:left;
}

td.transparent
{ background-color:#FFFFF0;
}

th
{ font-weight:bold;
  color:#FFFFFF;
  background-color:#AAAAEE;
  text-align:left;
}

td.right
{ text-align:right;
}
*/
form {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.skin1 {
    border-color: #3333EE;
    border-width: 5px;
    border-style: solid;
    background-color: #AAAAEE;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    margin: 1px;
}

td.bg3 {
    background-color: #EEEE99;
    text-align: left;
    vertical-align: top;
    width: 20%;
}

th.bg4 {
    background-color: #EEAA55;
    text-align: left;
    vertical-align: top;
    width: 20%;
}

td.bgpctbar {
    background-color: #EEEEAA;
    text-align: left;
    vertical-align: middle;
    width: 80%;
}

/* This is for Tabbed sections of the project */
a:active {
    outline: none;
}

a:focus {
    outline: none;
    /* -moz-outline-style: none ; */
}

#tabs_container {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#tabs_container ul.tabs {
    height: 0px;
    list-style: outside none none;
    position: relative;
}

#tabs_container ul.tabs li {
    float: left;
    width: auto;
}

#tabs_container ul.tabs li a {
    padding: 5px 12px;
    display: block;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-right: 2px;
    text-decoration: none;
    background-color: #efefef;
    font-weight: bold;
}

#tabs_container ul.tabs li.active a {
    background: url(../images/index14.gif) repeat-x;
    padding-top: 4px;
    color: #fff;
    font-weight: bold;
}

.col-md-12.cus_de-space {
    margin-bottom: 10px;
    margin-top: 10px;
    border-top: 0px solid #ccc;
    padding-top: 20px;
}


div.tab_contents_container {
    border: 0px solid #ccc;
    border-top: none;
    padding: 3px 0px 3px 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-top: -5px;
}

div.tab_contents {
    display: none;
}

div.tab_contents_active {
    display: block;
}

div.clear {
    clear: both;
}

/* Used for slider on email from submittion for additional user info */

#newuserform {
    width: 99%;
    display: none;
    padding: 5px;
    border: 2px solid #FADDA9;
    background-color: #FDF4E1;
}

#newuser {
    display: block;
    width: 90%;
    padding: 5px;
    border: 2px solid #D0E8F4;
    background-color: #ECF8FD;
    color: RED;
    text-decoration: blink;
    font-weight: bolder;
    font-size: 16px;
}

#newfile {
    display: block;
    width: 99%;
    padding: 5px;
    border: 2px solid #D0E8F4;
    background-color: #ECF8FD;
    color: RED;
    text-decoration: underline;
    font-weight: bolder;
    font-size: 12px;
}

/* Main Page Hide Invoice Stats CSS */
#hide_stats {
    display: none;
}

#hidden_stats {
    display: block;
    font-weight: bold;
}

#hide_conf {
    display: none;
    color: #fff;
    background: #fff;
    position: absolute;
    right: 0px;
    width: 320px;
    min-width: 240px;
    height: 160px;
    border: 1px solid #404040;
    border-top: 0px;
    border-radius: 0 0 0 3px;
    z-index: 999;
}

#hidden_conf {
    display: block;
    font-weight: bold;
}

#hide_calendar {
    display: none;
    color: #fff;
    background: #fff;
    position: absolute;
    left: 0px;
    width: 100%;
    min-width: 240px;
    max-width: 800px;
    height: 90%;
    border: 1px solid #404040;
    border-top: 0px;
    border-radius: 0 0 3px 0;
    z-index: 999;
}

#hidden_calendar {
    display: block;
    font-weight: bold;
}

.inside .top {
    width: 100%;
    text-align: left;
    margin: 2px 2px;
}

.inside .left {
    width: 35%;
    float: left;
}

.inside .right {
    width: 65%;
    float: right;
    text-align: left;
}

.inside>a {
    color: #666666;
    position: relative;
    font-size: large;
    top: 10px;
    text-decoration: none;
    display: block;
    bottom: 0px;
    margin: 3px;
    margin-left: 10px;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.inside>a:hover {
    color: #666666;
    width: auto;
}

.inside>a span {
    border-radius: 3px 2px 2px 3px;
}

.inside>a:hover span {
    color: #666666;
    background: #ededed;
    width: auto;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 3px 2px 2px 3px;
}

.inside>img {
    position: relative;
    margin: 10px 10px !important;
    border: 1px solid #4D4D4D;
}


.info-wrapper {
    border: 1px solid #2588B3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0 20px 20px 0;
    font-size: 13px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    padding: 4px 30px 4px 18px;
    text-decoration: none;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    font-weight: 700;
    color: #FFF;
    color: #fff;
    background-color: #2588B3;
    left: -11px;
    position: relative;
}

.info-wrapper:before {
    content: '';
    position: absolute;
    top: 105%;
    left: 0;
    height: 0;
    width: 0;
    border-top: 10px solid #4D4D4D;
    border-left: 10px solid transparent;
}

.login-wrapper {
    border: 1px solid #2588B3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0 20px 20px 0;
    font-size: 13px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    padding: 4px 30px 4px 18px;
    text-decoration: none;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    font-weight: 700;
    color: #FFF;
    color: #fff;
    background-color: #2588B3;
    left: -12px;
    position: relative;
    float: left;
}

user agent stylesheetdiv {
    display: block;
}

.login-wrapper:before {
    content: '';
    position: absolute;
    top: 105%;
    left: 0;
    height: 0;
    width: 0;
    border-top: 10px solid #4D4D4D;
    border-left: 10px solid transparent;
}

.login-logo {
    margin-top: 10px;
    text-align: center;
}

.logintable {
    border-collapse: collapse;
    margin: 1px;
    background-color: #ffffff;
    border: 1px solid #404040;
    box-shadow: 10px 10px 5px #888888;
}

table.table-padding {
    border-spacing: 0px;
    border-collapse: separate;
}

/*.fade {
    height: 100px;
    width: 300px;
    position:absolute;
    background-color:#F00;
    border: 2px solid #2588B3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px 0px 0px 5px;
    top:50%;
    right:0px;
    margin-left: -65px;
    text-align:left;
    text-height:font-size auto;
    display:none;
}*/

.login {
    width: 100%;
    margin-bottom: 15px;
}

.logo {
    text-align: center;
    width: 100%;
}

.txt {
    margin: 10px 2px;
    font-family: arial;
    font-size: 16px;
    color: #657580;
}

.login-input {
    text-indent: 32px;
    font-size: 13px !important;
    color: #868686 !important;
    width: 100% !important;
    height: 42px !important;
}

.search-input {
    text-indent: 32px;
    font-size: 13px !important;
    color: #868686 !important;
    width: 100% !important;
    height: 42px !important;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="number"],
input[type="email"],
input[type="phone"],
input[type="ip"],
input[type="search-large"],
input[type="search-mid"],
input[type="file"] {
    font-family: Tahoma, Arial;
    font-size: 12px;
    display: block;
    border: 1px solid #e5e5e5;
    color: #949494;
    padding-left: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.control {
    margin-bottom: 5px;
}

.login .cont {
    max-width: 370px;
    padding: 5px 20px 20px 20px;
    margin: auto;
    margin-top: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px #A3A3A3;
    box-shadow: 0px 2px 10px #888888;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;

}

.input-icon i {
    color: #D8D8D8;
    display: block;
    position: absolute;
    margin: 20px 2px 4px 10px;
    z-index: 3;
    width: 20px;
    height: 20px;
    font-size: inherit;
    text-align: center;
}

.login_error {
    background-color: #FF5458;
    color: #404040 !important;
    border: 2px solid #F22F3E;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    text-height: font-size auto;
    vertical-align: 50% !important;
    height: auto !important;
    font-weight: bold !important;
}


.fa-cog.header2 {
    font-size: xx-large !important;
    color: #fff;
}

.fa-calendar-o.header2 {
    font-size: xx-large !important;
    color: #fff;
}

.fa-exclamation.header2 {
    font-size: xx-large !important;
    color: #fff;
}

.fa-envelope-o.header2 {
    font-size: xx-large !important;
    color: #fff;
}

.fa-envelope.header2 {
    font-size: xx-large !important;
    color: #fff;
}

.fa-circle.header2 {
    color: #F00;
    position: absolute;
    top: 0px;
    left: 37px;
    padding: 0px;
}

.header {
    height: auto;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #2588B3;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    margin-top: -25px;
}

.header .align-left {
    position: relative;
    width: 10%;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;

}

.header .align-right {
    position: relative;
    width: 125px;
    display: inline-block;
    text-align: right;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}

.header .align-center {
    display: inline-block;
}

.container {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 50px;
}

.container .main {
    width: 100%;
    min-width: 260px;
    padding: 5px 0px 5px 0px;
    margin: auto;
    margin-top: 28px;
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px #A3A3A3;
    box-shadow: 0px 2px 10px #888888;
    float: left;
}

/*.container .main-content {
 	padding: 0px 5px 0px 5px;
	margin:0 auto;	
        float:left;
        width:100%;    
}*/

.col-md-5.box,
.col-md-3.box {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border: 2px solid #cccccc;
    font-size: 16px;
    margin-bottom: 20px;
    min-height: 155px;
    padding: 10px !important;
}

.block_header {
    background: #404040 none repeat scroll 0 0;
    color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}

/*
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  min-height: 1px;
  padding-left: 0!important;
  padding-right: 0!important;
  position: relative;
}
*/

.container .main .info {
    background-color: #ffffff;
    border: 1px solid #404040;
    box-shadow: 0 2px 10px #888888;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
    position: relative;
    vertical-align: top;
    width: auto;
    -webkit-box-shadow: 0px 0px 10px #a3a3a3;
}


.container .main .info .info_employee {
    display: inline-block;
    margin: -15px 3px 3px;
}

.container .main .info .info_employee .left {
    display: inline-block;
    float: left;
}

.olotable tr {
    height: 40px;
    text-align: center;
}

.col-md-3.box {
    margin-left: 10px !important;
}

.container .main .info .info_employee .left>img {
    height: auto;
    width: 125px;
}

.container .main .info .info_employee .right {
    float: right;
    margin: 8px;
    margin-left: 5px;

}

.container .main .info .info_employee .right>p {
    text-transform: capitalize;
    font-size: 16px;
    text-align: left;

}

.container .main .flat_main {
    display: inline-block;
    margin-bottom: 10px;
    height: auto;
    width: 100%;
    position: relative;
    vertical-align: top;
    text-align: center;
}

.container .main .flat_main .box_flat {
    display: inline-block;
    margin: 10px 50px 15px 50px;
    height: auto;
    width: 250px;
    position: relative;
    vertical-align: top;
    text-align: center;
}

.container .main .flat_main .box_flat_mobile {
    display: block;
    margin: 5px auto 5px auto;
    height: auto;
    width: 205px;
    position: relative;
    vertical-align: top;
    text-align: center;
}

.container .main .flat_main .box_flat_mobile>a>h2 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.container .main .stat .left {
    display: inline-block;
    float: left;
    margin: 8px;
    margin-left: 5px;
    text-align: left;
}

.container .main .stat .right {
    float: right;
    margin: 8px;
    margin-left: 5px;
    text-align: left;
}

.container .main .stat .right>p {
    text-transform: capitalize;
    font-size: 16px;
    text-align: left;
    padding-right: 5px;

}

.work_order {
    position: relative;
    width: 100%;
    /*min-width: 240px;*/
    min-height: 114px;
    margin-bottom: 10px;
    background-color: #fff;
    border: solid 1px #4D4D4D !important;
    -webkit-box-shadow: 0px 0px 10px #a3a3a3;
    box-shadow: 0px 2px 10px #888888;
    display: inline-block;
    vertical-align: top;
}

.col-md-5.box.col-md-offset-1>p {
    color: #005c7a;
    font-weight: normal;
}

.container .main .customer-search {
    position: relative;
    width: 100%;
}

.email-attachment {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 10px;
}

.email-attachment-picture {
    position: relative;
    height: 50px;
    width: 75px;
}

.email-attachment-name {
    display: block;
}

.main-box-wrapper {
    margin: 5px;
}

.schedule-color-before {
    color: #03A9F4;
}

.schedule-color-after {
    color: #F44336;
}

.li {
    display: block;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.company_logo {
    max-height: 340px;
    max-width: 340px;
    margin: auto;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.form-control {
    margin-bottom: 15px;
}

.margin-bottom {
    margin-bottom: 15px !important;
}

.menu .accordion-heading {
    position: relative;
}

.menu .accordion-heading .edit {
    position: absolute;
    top: 8px;
    right: 30px;
}

.menu .area {
    border-left: 4px solid #f38787;
}

.menu .collapse.in {
    overflow: visible;
}

.procedure-accordion {
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #e5e5e5;
}

.procedure-accordion .accordion-heading {
    border-bottom: 1px solid #e5e5e5;
}

.procedure-accordion .accordion-group {
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #e5e5e5;
}

.procedure-accordion .accordion a {
    color: #7e7e7e;
    cursor: pointer;
}

.procedure-accordion .accordion-body {
    margin-left: 20px;
}

.procedure-accordion .accordion-group {
    margin-bottom: 0;
}

.procedure-accordion .accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.procedure-accordion .accordion-toggle {
    color: #333;
    font-size: medium;
    margin-left: 5px;
    cursor: pointer;
}

.procedure-accordion .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify !important;
    font-size: medium;
    justify-content: space-between !important;
}

.procedure-accordion .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.procedure-accordion .flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.procedure-accordion .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.procedure-accordion .accordion-toggle .fa-folder-open,
.accordion-toggle .fa-folder {
    color: #F8D775;
}

.procedure-accordion .accordion-body .fa-file {
    color: #999999;
}

.procedure-accordion .list-group li {
    margin-bottom: 0px;
}

.procedure-accordion .list-group-item {}

.procedure-accordion .list li {
    list-style: none;
}

.procedure-accordion .list .sm-4 {
    padding-right: 20px;
}

.procedure-accordion .list-inline {
    margin-left: 0;
}

.procedure-accordion .checkicon {
    color: green;
    font-size: 19px;
}

.procedure-accordion .date-time {
    font-size: 12px;
}

.procedure-accordion .align-self-stretch {
    align-self: stretch;
}

.procedure-accordion .with-left-padding {
    padding-left: 15px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
}

.procedure-accordion .file-i,
.procedure-description {
    padding-right: 10px;
}

.procedure-accordion .file-name {
    font-size: medium;
}

.procedure-accordion .edit-file {
    display: flex;
    padding: 2px 2px;
}

.procedure-accordion .edit-file div {
    padding: 0 10px 0 0;
}

.procedure-accordion .rename-file a {
    color: #337ab7 !important;
    font-size: 12px;
    padding-right: 20px;
    margin-left: 20px;
}

.procedure-accordion .delete-file a {
    color: red;
    font-size: 12px;
    margin-right: 5px
}

.procedure-accordion .folder-edit {
    font-size: 12px;
    padding-right: 20px;
    margin-left: 20px;
}

.procedure-accordion .import-procedure a {
    color: green;
    font-size: 12px;
    margin-right: 5px
}

.procedure-accordion .new-file a {
    color: #7e7e7e;
    font-size: 12px;
    margin-right: 5px
}

.procedure-accordion .new-file a i {
    color: #F8D775;
    font-size: 12px;
    margin-right: 5px
}

.procedure-accordion .folder-edit div {
    padding-right: 20px;
}

.procedure-accordion .date-created {
    font-size: 12px;
    margin-right: 5px
}

/*.nav-tabs {
    height: 40px;
}*/

/* Make Flatpickr input smaller */
.flatpickr-input {
  height: 30px; /* Adjust height */
  font-size: 12px; /* Adjust font size */
  padding: 5px; /* Adjust padding */
}

.chartJs-canvas {
    width: 100% !important;
    height: auto !important;
}

.chartJs-container {
    display: flex; /* Use flexbox for alignment */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    width: 100% !important;
}

#categoryPieChart {
    max-width: 500px;
    max-height: 500px;
    margin: 0 auto; /* Center the chart */
}
#workOrderBarChart {
    min-width: 100%;
    margin: 0 auto; /* Center the chart */
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 0px;
    border-color: gray;
}

/* class table */
.table {
    width: 100%;
    position: relative;
    margin-bottom: 25px !important;
}

/* New styles for responsive tables */
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling for mobile devices */
}

/* Calendar custom ajustement (Full Calendar) */
.employee-filter-btn, .type-filter-btn {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    transition: all 0.2s ease;
}

.employee-filter-btn.active, .type-filter-btn.active {
    background-color: #f0f0f0;
    border-color: #999;
}

.employee-filter-btn:not(.active), .type-filter-btn:not(.active) {
    opacity: 0.4;
    background-color: #fafafa;
}

.employee-filter-btn:not(.active) .fa-eye,
.type-filter-btn:not(.active) .fa-eye {
    display: none;
}

.employee-filter-btn:not(.active)::before,
.type-filter-btn:not(.active)::before {
    content: '\f070';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 5px;
}

.employee-filter-btn:hover, .type-filter-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.fc-event-time {
    padding-right: 2px !important;
}

.fc-event.ics-event { 
    background-color: #9d9d9d !important; 
    border-color: #858585 !important; 
    color: #FFFFFF !important; 
    opacity: 0.85; 
}

.fc-event.ics-event .fc-event-title,
.fc-event.ics-event .fc-event-time {
    color: #FFFFFF !important;
}

.fc-event-title, .fc-list-event-title { 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
    display: block; 
}

@media (max-width: 768px) {
    table {
        font-size: 12px;
    }

    table th, table td {
        padding: 6px;
    }

}

/* ===================================
   Work Order Picture Gallery Styles
   =================================== */

/* Picture Gallery Grid */
.picture-item {
    padding: 10px;
    margin-bottom: 15px;
}

.picture-card {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}

.picture-card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.picture-thumbnail {
    position: relative;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    overflow: hidden;
    background: #f5f5f5;
}

.picture-thumbnail a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.picture-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.picture-thumbnail:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.picture-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #fff;
}

.picture-thumbnail:hover .picture-overlay {
    opacity: 1;
}

.picture-info {
    padding: 8px;
    background: #f9f9f9;
}

.picture-caption {
    display: block;
    margin-bottom: 5px;
    min-height: 20px;
    font-size: 12px;
    color: #666;
}

.picture-actions {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.picture-actions .btn {
    padding: 3px 8px;
}

.empty-gallery {
    padding: 60px 20px;
}

/* Dropzone customization for picture upload */
#picture-dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: #f9f9f9;
}

#picture-dropzone .dz-message {
    text-align: center;
    padding: 40px 20px;
    color: #0087F7;
}

#picture-dropzone .dz-message h4 {
    margin: 15px 0 5px;
    color: #333;
}

/* PhotoSwipe lightbox overrides */
.pswp__caption__center {
    text-align: center;
    max-width: 100%;
}

/* Responsive adjustments for picture gallery */
@media (max-width: 768px) {
    .picture-item {
        padding: 5px;
    }
}

/* ============================================
   MOBILE CALENDAR HEADER STYLING
   Improve mobile calendar header layout
   ============================================ */
@media (max-width: 768px) {
    .fc-header-toolbar {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .fc-toolbar-chunk {
        display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 5px !important;
    }
    
    .fc-toolbar-title {
        font-size: 1.2em !important;
        font-weight: bold !important;
        margin: 0 !important;
        text-align: center !important;
        width: 100% !important;
    }
    
    .fc-button-group {
        display: flex !important;
        gap: 2px !important;
    }
    
    .fc-button {
        padding: 8px 12px !important;
        font-size: 12px !important;
    }
    
    .fc-today-button {
        margin: 0 8px !important;
    }
}
