:root {
  --font-color-dark: #252525;
  --font-color-light: #acacac;
  --font-color-default: #231f20;
  --font-color-accent: #921115;
  --font-size-default: 9pt;
  --font-size-medium: 8pt;
  --font-size-small: 7pt;
  --bg-color-default: #fff;
  --bg-color-light: #acacac;
  --bg-color-light-2: #efefef;
  --bg-color-dark: #252525;
  --link-color-1: #b9023d;
  --link-color-hover: #ff0c49;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #e2e2e2;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: var(--font-size-default);
  color: var(--font-color-default);
}

table {
  border-collapse: collapse;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}


/*Forms*/
.add_requirements {
  padding-top: 10px;
}

.form h4 {
  font-size: 11pt;
  text-transform: uppercase;
  color: var(--font-color-accent);
  margin: 0px;
}

.form_title {
  font-weight: bold;
  text-align: right;
}

.form td {
  vertical-align: top;
}

.form #description {
  height: 59px;
}

input[type=text],
input[type=password],
select,
textarea {
  padding: 5px 0 5px 5px;
  font-weight: 400;
  min-width: 180px;
  color: #707070;
  outline: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.textarea-product_selection {
  width: 100%;
  height: 62px;
}

input[type=submit] {
  border: 0;
  outline: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input_xlong {
  width: 400px;
}

.input_long {
  width: 256px;
}

.input_short {
  width: 133px;
}


h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0px;
  font-family: "Open Sans", "Helvetica", sans-serif;
}

/*Alignment*/
.table {
  display: table
}

.tr {
  display: table-row;
}

.td {
  display: table-cell
}

.block {
  display: block;
}

.inline {
  display: inline-block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear_float {
  clear: both;
}

.valign-m {
  vertical-align: middle !important;
}

.valign-t {
  vertical-align: top !important;
}

.talign-r {
  text-align: right;
}

.talign-l {
  text-align: left;
}

.talign-c {
  text-align: center;
}
.approve_add_more{
  width: 120px !important;
  height: 25px !important;
  background-color: #707070;
  color: #fff;
  font-size: 8pt !important;
  text-transform: uppercase;
  margin: 10px !important;
  border-radius: 4px;
  text-align: center;
  line-height: 15pt !important;
  -webkit-touch-callout: none;
  border: 1px solid #197b2e !important;
}
.cancel_add_more{
  background-color: #ff0000;
  color: #fff;
  font-size: 8pt !important;
  width: 120px !important;
  height: 25px !important;
  text-transform: uppercase;
  margin: 10px;
  border-radius: 4px;
  text-align: center;
  line-height: 15pt !important;
  -webkit-touch-callout: none;
  float: none !important;
  text-align: center !important;
  border: 1px solid #ff0000 !important;
}
.add-more-btn{
  width: 120px !important;
  height: 25px !important;
  background-color: #707070;
  color: #fff;
  font-size: 8pt !important;
  text-transform: uppercase;
  margin: 10px !important;
  border-radius: 4px;
  text-align: center;
  line-height: 15pt !important;
  -webkit-touch-callout: none;
  border: 1px solid #197b2e !important;
}

.addmore_remove_button{
  line-height: 10pt !important;
  width:70% !important;
  font-size: 8pt !important;
  border: 1px solid #ff0000 !important;
}
.labor_order_table_btn{
  vertical-align: text-bottom !important;
  margin:10px !important;
  padding: 2px 10px !important;
  margin-top: 5px !important;
}
.labor_add_table_block{
  margin-top: 20px;
  padding: 10px;
}
.unit_quantity:read-only, .unit_rate:read-only{
  background: #ebebeb82 !important;
}

.pos-abs {
  position: absolute;
}

.pos-rel {
  position: relative;
}

.pos-left {
  left: 0px;
}

.pos-right {
  right: 0px;
}

/*Spacing*/
.pad-2 {
  padding: 2px;
}

.pad-5 {
  padding: 5px;
}

.pad-10 {
  padding: 10px;
}

.pad-15 {
  padding: 15px;
}

.pad-20 {
  padding: 20px;
}

.pad-25 {
  padding: 25px;
}

.pad-left-2 {
  padding-left: 2px;
}

.pad-left-5 {
  padding-left: 5px;
}

.pad-left-10 {
  padding-left: 10px;
}

.pad-left-20 {
  padding-left: 20px;
}

.pad-right-2 {
  padding-right: 2px;
}

.pad-right-5 {
  padding-right: 5px;
}

.pad-right-10 {
  padding-right: 10px;
}

.pad-right-20 {
  padding-right: 20px;
}

.pad-top-2 {
  padding-top: 2px;
}

.pad-top-5 {
  padding-top: 5px;
}

.pad-top-10 {
  padding-top: 10px;
}

.pad-top-20 {
  padding-top: 20px;
}

.pad-bottom-2 {
  padding-bottom: 2px;
}

.pad-bottom-5 {
  padding-bottom: 5px;
}

.pad-bottom-10 {
  padding-bottom: 10px;
}

.pad-bottom-20 {
  padding-bottom: 20px;
}

.margin-left-2 {
  margin-left: 2px;
}

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

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

.margin-left-20 {
  margin-left: 20px;
}

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

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

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

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

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

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

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

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

.margin-bottom-2 {
  margin-bottom: 2px;
}

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

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

.margin-bottom-20 {
  margin-bottom: 10px;
}

/*Dimensions*/
.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

/*Colors*/
.bg-light {
  background-color: #acacac;
}

.bg-medium {
  background-color: #acacac;
}

.bg-dark {
  background-color: #acacac;
}

.color_swatch {
  width: 10px;
  height: 100%;
}

.background-color-light {
  background-color: var(--bg-color-light-2);
}

.background-color-dark {
  background-color: var(--bg-color-dark);
}

.background-color-green {
  background-color: #67af16;
}

.background-color-grey {
  background-color: #ebebeb;
}

.background-color-grey-light {
  background-color: #707070;
}
.background-color-light-grey {
  background-color: #acacac !important;
}

.background-color-red {
  background-color: #921115 !important;
}

.color-green {
  color: #67af16;
}

.color-grey-light {
  color: #707070;
}

.color-red {
  color: #ff0000;
}

.color-blue {
  color: #1067af;
}

.color-white {
  color: #fff;
}

.color-yellow-mid {
  color: #f4a100;
}

/*Project Styles*/
.item_container {
  width: 100%;
}

.item_container td,
.item_container tr,
.item_container th,
.item_container td {
  vertical-align: middle;
  font-size: var(--font-size-medium);
}

.item_container th {
  background-color: #921115;
  color: #fff;
  text-align: left;
}

.item_container tr {
  border-bottom: 1px solid #cccccc;
}

.item_container th,
.item_container td {
  height: 17px;
  /*padding:5px;*/
}

.item_container th {
  font-weight: bold;
}

.attachment_row {
  background-color: #d8d6d6;
}

.attachment_row:hover {
  background-color: #d8d6d6;
}

.attachment_row td {
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 10px;
}

.attachment_sub_element {
  font-size: 9pt;
  min-height: 50px;
  color: #fff;
}

.item_container tr:hover {}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  background-color: #707070;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*Skin Items*/
.alert {
  background-color: #9e0236;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

#logo {
  background-color: #fff;
  width: 130px;
}

#logo>a>div {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#top_bar {
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(left, #000000 0%, #4d0813 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000000 0%, #4d0813 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #000000 0%, #4d0813 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#4d0813', GradientType=1);
  /* IE6-9 */
}

#notification_bell {
  font-size: 15pt;
  color: #fff;
  padding-right: 10px;
  margin-top: 2px;
}

#user_bar {
  font-size: 8pt;
  color: #fff;
}

#user_icon {
  background-color: #000;
  border-radius: 50px;
  padding: 10px;
}

#bread_crumb a {
  font-size: var(--font-size-medium);
  color: var(--font-color-light);
  text-transform: none;
}

#content {
  padding: 20px;
}

#content>#content_body {
  background-color: #fff;
  padding: 10px;
}

#content_bar,
.content_bar {
  padding: 0px;
  margin: 0px;
}

#footer {
  padding-left: 20px;
  padding-right: 20px;
  font-size: var(--font-size-small);
}

/*GRID LAYOUT*/
.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.grid-container-2x3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid-container-4-fill {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 4fr));
}

.grid-container--fill {
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

.grid-container--fit {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.grid-element {
  width: 100%;
}

.grid-element-1 {
  width: 100%;
  grid-column: auto / span 1;
}

.grid-element-2 {
  width: 100%;
  grid-column: auto / span 2;
}

.grid-element-3 {
  width: 100%;
  grid-column: auto / span 3;
}

.grid-element-4 {
  width: 100%;
  grid-column: auto / span 4;
}

.grid-image {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 133px;
  padding-right: 20px;
}

.grid-image-contents {
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
}

.grid-image:hover .grid-image-contents {
  opacity: 0.3;
}

.grid-image:hover .grid-image-middle {
  opacity: 1;
}

.grid-image-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.grid-image-text {
  background-color: #fff;
  color: black;
  font-size: 10pt;
  padding: 16px 32px;
}

/*TABS*/
.tab-active {
  color: var(--font-color-light);
  background-color: var(--bg-color-default);
  padding: 10px;
  font-weight: bold;
}

.tab-active a {
  color: var(--font-color-dark);
}

.tab-inactive {
  color: #fff;
}

.tab-inactive a {
  text-decoration: none;
  color: #fff;
  display: block;
  overflow: auto;
  padding: 10px;
}

.tab-inactive a:hover {
  /*color: var(--font-color-dark);*/
  background: -moz-linear-gradient(top, rgba(119, 119, 119, 0) 0%, rgba(119, 119, 119, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(119, 119, 119, 0) 0%, rgba(119, 119, 119, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(119, 119, 119, 0) 0%, rgba(119, 119, 119, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00777777', endColorstr='#777777', GradientType=0);
  /* IE6-9 */
}

/*SUB TABS*/
.tab-sub-active {
  padding: 5px;
  font-size: var(--font-size-medium);
  font-weight: bold;
  border: 1px solid var(--bg-color-light);
}

.tab-sub-active a {
  color: var(--font-color-medium);
}

.tab-sub-inactive {
  border: 1px solid #e2e2e2;
  /*var(--bg-color-light);*/
  background-color: #e2e2e2;
  /*var(--bg-color-light);*/
}

.tab-sub-inactive a {
  color: #b1b1b1;
  ;
  text-decoration: none;
  font-size: var(--font-size-medium);
  display: block;
  overflow: auto;
  padding: 5px;
}

.tab-sub-inactive a:hover {
  color: #fff;
  /*var(--font-color-dark);*/
  background-color: var(--bg-color-light);
}

/*Navigation*/
a {
  text-decoration: none;
}

.diagram {
  padding-bottom: 5px;
  cursor: pointer;
}

.diagram {
  color: var(--font-color-light);
  font-size: 8pt;
  text-transform: uppercase;
}

.diagram:hover {
  color: var(--link-color-1-hover);
}

.diagram:empty {
  display: none;
}

nav {
  font-family: "Open Sans", sans-serif;
  font-size: 8pt;
}

#nav_container ul {
  /*background: darkorange;*/
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#nav_container li {
  color: #fff;
  /*background: darkorange;*/
  display: block;
  float: left;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
  z-index: 100;
}

#nav_container li a {
  color: #fff;
  display: block;
  padding: 15px 15px 15px;
}

#nav_container li:hover {
  background: #4d0813;
  cursor: pointer;
}

.submenu-dropdown li a {
  padding: 15px 10px 15px 10px !important;

}

.submenu-dropdown li a:hover {
  padding: 15px 10px 15px 10px !important;

}

#nav_container ul li ul {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  min-width: 10rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 0;
  left: 0;
  display: none;
  z-index: 101;
}

#nav_container ul li:hover>ul,
#nav_container ul li:focus-within>ul,
/* this is the line we add */
#nav_container ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

#nav_container ul li ul li {
  clear: both;
  width: 100%;
  background: #000;
}

.notification_menu {
  visibility: hidden;
  position: absolute;
  top: 30px;
  right: 5px;
  background-color: #fff;
  border: 1px solid #acacac;
  padding: 2px;
  width: 300px;
  min-height: 100px;
  max-height: 250px;
  overflow-y: auto;
  z-index: 10000;
  color: var(--font-color-default);
  font-size: 8pt;
  text-align: left;
}

.notification_menu a,
.notification_menu a:hover {
  color: var(--font-color-default);
}

.notification {
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}

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

.notification_active {
  background-color: #daf8ff;
}

.notification_inactive {
  background-color: none;
}

.notification_title {
  font-size: 7pt;
  padding-top: 5px;
}

.notification_date {
  font-size: 6pt;
  padding-bottom: 5px;
}

#notification_bell:hover>div.notification_menu,
#notification_bell:focus-within>div.notification_menu,
#notification_bell div .notification_menu:hover,
#notification_bell div .notification_menu:focus-within {
  visibility: visible;
}

.user_menu {
  visibility: hidden;
  position: absolute;
  right: 0px;
  bottom: -25px;
  background-color: #fff;
  border: 1px solid #acacac;
  padding: 10px;
  width: 135px;
  text-align: center;
}

#user_bar {
  position: relative;
}

.user_menu a {
  color: var(--font-color-default);
}

#user_badge:hover>div.user_menu,
#user_badge:focus-within>div.user_menu,
#user_badge div .user_menu:hover,
#user_badge div .user_menu:focus-within {
  cursor: pointer;
  visibility: visible;
}

/*CHATTING*/
.chat {
  position: relative;
}

.chat-bubble {
  position: relative;
  border-radius: .4em;
  color: #fff;
  padding: 10px;
  min-height: 10px;
  margin-bottom: 26px;
  width: fit-content;
  min-width: 350px;
  text-align: left;
  clear: both;
}

.chat-bubble-guest {
  background: #00aabb;
  float: right;
  ;
  margin-left: 200px;
}

.chat-bubble-admin {
  background: #142d65;
  float: left;
  margin-right: 200px;
}

.chat-bubble-superadmin {
  background: #da0c78;
  float: right;
  margin-left: 200px;
}

.chat-bubble-admin::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #142d65;
  border-left: 0;
  margin-top: -7px;
  margin-left: -7px;
}

.chat-bubble-superadmin::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left-color: #da0c78;
  border-right: 0;
  margin-top: -7px;
  margin-right: -7px;
}

.chat-bubble-guest::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left-color: #00aabb;
  border-right: 0;
  margin-top: -7px;
  margin-right: -7px;
}

.chat-date {
  font-size: 8pt;
  color: var(--font-color-light);
  position: absolute;
  bottom: -16px;
}

/*DATA TABLES*/
.dt-head-center {
  text-align: center;
}

.row {
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.row>div>h2 {
  /*top:10%;
	position:relative;
  */
  font-size: 10pt;
}

.dataTables_length select {
  height: 30px;
  padding: 0px;
  margin-bottom: 10px;
}

.dataTables_filter input {
  height: 30px;
  padding: 0px;
  margin-bottom: 10px;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 2px !important;
  font-weight: bold !important;
  font-family: "Open Sans" !important;
  font-size: var(--font-size-medium) !important;
  color: var(--font-color-dark) !important;
  background-color: #acacac !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 2px !important;
  /*  font-family: "Open Sans" !important;*/
  font-size: var(--font-size-medium) !important;
  /*color: var(--font-color-default) !important;*/
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  border-radius: 5px;
  border: 1px solid #c3c3c3;
  font-size: 8pt;
  height: 25px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: var(--font-color-light);
  text-transform: uppercase;
}

.dataTables_length select {
  height: 25px;
  padding: 0px;
  margin-bottom: 10px;
  font-size: 8pt;
  border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  border-radius: 5px;
  height: 25px;
  line-height: 9pt;
  font-size: 8pt;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: var(--font-color-light) !important;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 8pt;
}

#vendor_table_wrapper {
  margin-top: -35px;
}

.estimate_addmore_table thead, .labor_addmore_table thead{
  padding: 2px !important;
  font-weight: bold !important;
  font-family: "Open Sans" !important;
  font-size: var(--font-size-medium) !important;
  color: var(--font-color-dark) !important;
  background-color: #acacac !important;
}
.estimate_addmore_table th, .estimate_addmore_table td, .labor_addmore_table th, .labor_addmore_table td{
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
}
.estimate_addmore_table th, .labor_addmore_table th{
  margin-top: 10px;
}
.estimate_addmore_table .select2-selection__rendered, .labor_addmore_table .select2-selection__rendered{
  font-size: 12px;
}
.addmore_amount{
  background: #dfdfdf !important;
}
.addmore-error td{
  text-align: left;
  padding:0px;
}
.addmore-error td p{
  color:red;
  font-size: 12px;
  margin-top: 0px;
  padding-left: 20px;
}

.sub_total {
  font-size: var(--font-size-medium);
}

.sales_tax {
  font-size: var(--font-size-medium);
  padding: 5px;
  background-color: #ccc;
}

.vendor_billings {
  font-size: var(--font-size-medium);
  padding: 5px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
}

.ordering_input>input[type=text] {
  font-size: 9pt;
  text-align: right;
  width: 65px !important;
  min-width: 65px !important;
  max-width: 65px !important;
  padding: 2px;
}

.sales_tax>input[type=text],
.vendor_billings>input[type=text] {
  width: 65px !important;
  min-width: 50px !important;
}

.purchase_order-title h1,
.purchase_order-title h2,
.purchase_order-title h3,
.purchase_order-title h4,
.purchase_order-title h5 {
  margin: 0px;
  padding: 0px;
}
.labor_page_btns{
  height: 26px !important;
  font-size: 7pt !important;
  line-height: 20pt !important;
}

/*TASKS*/
.task_manager_contents {
  display: none;
}

.overdue {
  background-color: #b7112b !important;
  color: #fff !important;
  font-weight: bold;
  height: 35px;
}

.upload_image_icon {
  font-size: 20pt;
  padding-right: 15pt;
  color: var(--font-color-light);
}

/*BORDERS*/
.border-radius {
  border-radius: 10px;
}

.border-round {
  border: 1px solid #b5b5b5;
  border-radius: 10px;
}

.border-round-left {
  border: 1px solid #b5b5b5;
  border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
}

.border-round-right {
  border: 1px solid #b5b5b5;
  border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
}

.border {
  border: 1px solid #b5b5b5;
}

.border-top {
  border-top: 1px solid #b5b5b5;
}

.border-left {
  border-left: 1px solid #b5b5b5;
}

.border-right {
  border-right: 1px solid #b5b5b5;
}

.border-bottom {
  border-bottom: 1px solid #b5b5b5;
}

/*BUTTONS*/
.btn {
  width: 104px;
  height: 22px;
  background-color: #707070;
  color: #fff;
  font-size: 7pt;
  text-transform: uppercase;
  margin: 10px;
  border-radius: 4px;
  text-align: center;
  line-height: 18pt;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modify-schedule-pp{
  display: flex;
  justify-content: center;
}

.modify-schedule-pp .btn{
  padding: 1px 12px;
  width: inherit;
}

.btn_frozen {
  width: 104px;
  height: 22px;
  background-color: #c3c3c3;
  color: #fff;
  font-size: 7pt;
  text-transform: uppercase;
  margin: 10px;
  border-radius: 4px;
  text-align: center;
  line-height: 18pt;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn_small {
  width: 104px;
  height: 26px;
  color: #fff;
  font-size: 0.75em;
  margin: 5px;
  border-radius: 4px;
  text-align: center;
  line-height: 21pt;
}

.btn_order {
  width: 59px;
  height: 18px;
  color: #fff;
  font-size: 0.75em;
  margin: 5px;
  border-radius: 4px;
  text-align: center;
  line-height: 14pt;
  background-color: #197b2e;
}
.edit_po_btn {
  width: 59px;
  height: 18px;
  color: #fff;
  font-size: 0.75em;
  margin: 5px;
  border-radius: 4px;
  text-align: center;
  line-height: 14pt;
  background-color: #197b2e;
}
.save_po_btn {
  width: 59px;
  height: 18px;
  color: #fff;
  font-size: 0.75em;
  margin: 5px;
  border-radius: 4px;
  text-align: center;
  line-height: 14pt;
  display:none;
  background-color: #197b2e;
}
.cancel_po_change {
  width: 59px;
  height: 18px;
  color: #fff;
  font-size: 0.75em;
  margin: 5px;
  border-radius: 4px;
  text-align: center;
  line-height: 14pt;
  display:none;
  background-color: #707070;
}

.po-btn-block{
  display: flex;
}
.btn_thin {
  height: 18px;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  line-height: 14pt;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.btn_long {
  width: 150px;
  height: 32px;
  color: #fff;
  font-size: 0.85em;
  margin: 10px;
  border-radius: 4px;
  text-align: center;
  line-height: 24pt;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.btn_large {
  width: 187px;
  height: 50px;
  background-color: #707070;
  color: #fff;
  font-size: 11pt;
  text-transform: uppercase;
  margin: 10px;
  border-radius: 4px;
  text-align: center;
  line-height: 36pt;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:hover,
.btn_large:hover {
  cursor: pointer;
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.4);
}

.btn_thin:hover {
  cursor: pointer;
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.btn_generic {
  color: #fff;
  font-size: 10pt;
  background-color: #67af16;
}

.btn_info {
  color: #bdbdbd;
  font-size: 10pt;
  background-color: #444444;
  cursor: default !important;
}

.btn_generic:hover {
  cursor: pointer;
  background-color: #67af16;
  color: #fff;
}
.imprt-btn{
  width:170px;
}

.btn_icon:hover {
  cursor: pointer;
}

.btn_red {
  background-color: #ff0000;
}

.btn_green {
  background-color: #197b2e;
}

.btn_blue {
  background-color: #1067af;
}

.btn_grey {
  background-color: #707070;
}

.btn_close {
  position: relative;
  text-align: right;
}

.btn_action {
  font-weight: bold;
  padding-bottom: 10px;
  display: inline-block;
}

.btn_action:hover {
  color: var(--font-color-accent);
}

.color-white.btn-hybrid:hover {
  color: #cacaca !important;
}

.bck-color-grey {
  background-color: #707070;
}

.btn-hybrid:hover {
  cursor: pointer;
}

.btn_container {
  padding-top: 20px;
}

.btn_close {
  font-size: 18pt;
  position: relative;
  float: right;
}

.btn_close>i {
  position: absolute;
  margin: 0px;
  right: 7px;
  top: 7px;
}

.btn_order_complete {
  max-width: 200px;
  height: 18px;
  font-size: 0.75em;
  margin: 8px;
  /*border-radius: 4px;*/
  text-align: center;
  line-height: 14pt;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  background-color: var(--bg-color-light);
  /* -webkit-touch-callout: none; /* iOS Safari 
    -webkit-user-select: none; /* Safari 
     -khtml-user-select: none; /* Konqueror HTML
       -moz-user-select: none; /* Old versions of Firefox 
        -ms-user-select: none; /* Internet Explorer/Edge
            user-select: none; */
}
.labor_order_paid{
    max-width: 100px !important;
    background-color: #197b2e;
    color: white;
    border-radius: 4px;
    text-align: center;
    height: 18px;
    vertical-align: text-bottom;
    margin-top: 8px;
    line-height: 14pt;
    padding: 0px 5px;
}

.pay_labor_order{
  max-width: 100px !important;
  text-align: center;
  height: 18px;
  vertical-align: text-bottom;
  margin-top: 8px;
  line-height: 14pt;
  padding: 0px 5px;
  background-color:#ff0000;
}

a .sort_icons {
  font-size: 14pt;
  font-weight: bold;
  font-size: 12pt;
  cursor: pointer;
  min-width: 20px;
  height: 100%;
  color: #c5c5c5;
  line-height: 25pt;
  padding-left: 10px;
}

.split_icon_active {
  color: #707070 !important;
}

/*POPUP CONTROLLER*/
#global_overlay {}

#global_overlay_template {}

.global_overlay-inactive {
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 0;
  display: none;
}

.global_overlay-active {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  position: fixed;
  top: 0px;
  z-index: 1000;
}

.global_overlay-background {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  position: fixed;
  top: 0px;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.85);
}

.global_overlay-container {
  max-width: 900px;
  top: 0px;
  position: relative;
  margin: 0 auto;
  /* margin-top: 35px; */
  clear: both;
  z-index: 1002;
  text-align: center;
  background-color: #fff;
  font-size: 9pt;
  max-height: 100vh;
  overflow-y: auto;
}

.global_overlay-container select {
  max-width: 600px;
  font-size: 9pt;
}
.estimate_addmore_table .select2-container, .labor_addmore_table .select2-container {
  width:100% !important;
  vertical-align: top;
  top: -10px;
  max-width: 290px;
}
.estimate_addmore_table .select2, .labor_addmore_table .select2 {
  max-width: 290px;
}
.cancel_estimatepg_change, .save_estimatepg_btn, .estimate_page_table_btn, .cancel_laborpo_change, .save_laborpo_btn, .labor_order_table_btn{
  display: none;
}
.edit_estimate_pge_btn , .edit_laborpo_btn{
  display: inline-block;
}

.estimate_addmore_table td input, .labor_addmore_table td input{
  min-width: 2% !important;
  width:100%
}

.cancel_estimatepg_change{
  width: 104px;
  height: 22px;
  line-height: 18pt;
}
.global_overlay-topbar {
  width: 100%;
  height: 37px;
  padding: 0px;
  margin: 0px;
  /*background-color:#921115;*/
  color: #fff;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(left, #000000 0%, #4d0813 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000000 0%, #4d0813 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #000000 0%, #4d0813 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#4d0813', GradientType=1);
  /* IE6-9 */
}

.global_overlay-title {
  padding: 7px;
  font-weight: bold;
  color: #fff;
}

.overlay_contents {
  padding: 10px;
}

.sub_product_title {
  font-weight: bold;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

/*settings*/
.settings_container {
  max-width: 150px;
  border: 1px solid #acacac;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.settings_container>li {
  border-top: 1px solid #acacac;
  font-size: 10pt;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}

.settings_container>li:first-child {
  border-top: 0px;
}

.settings_container>li:hover {
  background-color: #acacac;
  color: #fff;
}

/*Tutorials / Hints */
.tutorial_container {
  max-width: 20px;
  height: 10px;
  position: absolute;
  font-size: 10pt;
  display: inline-block;
}

h1 .tutorial_container .tutorial_icon {
  line-height: 29pt;
  padding-left: 5px;
}

.tutorial_container:hover .tutorial_icon {
  color: var(--font-color-accent);
}

.tutorial_container:hover .tutorial {
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

.tutorial_icon {
  display: block;
  color: var(--font-color-light);
}

.tutorial {
  padding: 20px;
  display: none;
  width: 500px;
  background-color: #acacac;
  top: 30px;
  position: absolute;
  z-index: 1001;
}

.project_details-sub_header h1 {
  text-align: center;
}

.red-bg {
  background-color: #b7112b !important;
  color: #fff !important;
  font-weight: bold;
  height: 35px;
}

.red-bg td.sorting_1 {
  background-color: #b7112b !important;
}

.green-bg {
  background-color: #305506 !important;
  color: #fff !important;
  font-weight: bold;
  height: 35px;
}

.green-bg td.sorting_1 {
  background-color: #305506 !important;
}

.custom-input {
  padding: 5px 0 5px 5px;
  font-weight: 400;
  min-width: 180px;
  color: #707070;
  outline: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

#holiday-name {
  margin: 10px;
}

.appointment-type-btns {
  display: none;
}

.appointment-type-btns .btn_long {
  background-color: #0a960a;
}

#tasksinprogressTable td {
  cursor: default;
}

#tasksinprogressTable td.btn_icon:hover {
  cursor: pointer;
  background-color: #acacac !important;
}

.btn.diagram.upload-document {
  height: 20px;
  margin-left: 0;
}

.btn.diagram.upload-document:hover {
  color: white;
}

.readonly_class {
  pointer-events: none;
  cursor: not-allowed;
  background: #ebebeb;
}

#attachment_list {
  text-align: left;
}

.attachment_list-div {
  padding: 0 0 15px;
}

.attachments_current_list {
  background: lightgray;
  padding: 5px 10px;
  display: inline-block;
  margin: 5px 1px;
  color: black;
  border-radius: 10px;
}

a.attachments_current_list:hover {
  color: white;
  background-color: #444444;
}

.attachment_sub_element.right.margin-2-r.margin-bottom-5 {
  max-height: 30px;
  margin-right: 1px;
}

.attachment_sub_element {
  min-height: 0;
}

.attachment_sub_element .btn_icon {
  height: 30px !important;
  max-height: 100%;
}

/* .files_storage a:hover {
  text-decoration: none;
  color: white;
  box-shadow: none !important;
  background-color: #197b2e;
} */

.files-btn {
  width: 104px;
  height: 22px;
  color: #fff;
  font-size: 7pt;
  text-transform: uppercase;
  margin: 10px;
  border-radius: 4px;
  text-align: center;
  line-height: 18pt;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.files-btn:hover {
  cursor: pointer;
  box-shadow: inset 0 0 0 99999px 197b2e;
}

/* .files_storage a {
  background-color: #197b2e;
} */


/* project-file-storage page */
.attachement-contanier{
    max-width:1500px;
    margin:0 auto;
}
.attachement-row{
    display: flex;
    flex-wrap: wrap;
}
.attachement-content {
    flex-basis: 250px;
    margin: 20px 0 0;
    text-align: center;
    position: relative;
}
.attachement-content span{
    text-overflow: ellipsis;
    width: 200px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
}
.attachement-content img{
  height: 110px;
  max-width: 200px;
}


/* file storage header css */
h2.header_underline, h3.header_underline {
  text-decoration: underline 3px;
  color: #36b545;
}
.goog-te-banner-frame.skiptranslate{
  display: none !important;
  /* visibility: hidden !important; */
}
body {
  top: 0px !important; 
}

/* .goog-te-gadget-simple {
  background-color: #ecebf0 !important;
  border:0 !important;
  font-size: 10pt;
 font-weight:800;
  padding:10px 10px !important;
  cursor: pointer;
  zoom: 1;
} */
#tasksinprogressTable_paginate, #tasksinprogressTable_info{
  display:block;
}
.logout-div{
  padding: 0;
}
.logout-div a{
  display: block;
  padding: 10px 10px 10px;
}
.unique_rows td input:read-only{
  background:#ebebeb82;
}
.projects-table tbody tr{
  cursor: pointer;
}
table#notificationsTable.display tbody tr:hover > .sorting_1, table#notificationsTable.order-column.hover tbody tr:hover > .sorting_1, table.projects-table.display tbody tr:hover > .sorting_1, table.projects-table.order-column.hover tbody tr:hover > .sorting_1{
  background-color: #b7b7b7 !important;
}
.file_view_orderpo{
  padding-bottom: 10px;;
}

.readonly-field{
  border: none !important;
  background: transparent !important;
}

.readonly-field:read-only{
  border: none !important;
  background: transparent !important;
  color:#231f20 !important;
}
.total-amount-icon{
  display: none;
}
.line-item-remove{
  float: right;
  border-radius: 50%;
  background: red;
  padding: 3px;
  color: white;
  margin-right: 5px;
  cursor: pointer;
  display: block;
}
.valid_hide{
  display:none
}
.neighborhood_name-search-result, .cross_street-search-result{
  position: absolute;
  background: #dddddd;
  list-style: none;
  text-align: left;
  padding: 0px;
  margin: 0;
  width: 95%;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #dddddd;
}
li.neighbor-option, li.street-option{
  cursor: default;
  padding: 3px;
  border-bottom: 1px solid #ccc;
}

li.neighbor-option:hover, li.street-option:hover{
  cursor: pointer;
  background: #bbb;
}
li.neighbor-option:last-child, li.street-option:last-child{
  border-bottom:none;
}
/* calendar notes section */
.all-notes{
  max-height: 500px;
  overflow-y: auto;
}
.all-notes-sec{
  list-style: none;
  text-align: left;
  padding-left:0;
}
.all-notes-sec .note{
  padding: 10px;
  border-bottom: 1px solid #d9d0d0;
}
.all-notes-sec .edit-note, .all-notes-sec .edit-note-cancel, .all-notes-sec .edit_note_content, .note_del_popup{
  display: none;
}
.access-btn{
  display: flex;
}
.access-btn .edit-note, .edit_note_access_btn{
margin-left: 0;
}
.new_notes{
  text-align: left;
}
.note-heading{
  font-size: 15px;
}