@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #5a5665;
  background: #b5b9ad;
}

.fancybox__iframe body {
  background: #ffffff;
}

.wrapper {
  min-height: 100%;
  width: 100%;
  background-image: radial-gradient(#6b2c61, #271f44);
  background-image: url(../images/bg1254.jpg);
  background-size: cover;
}

.wrapper_in {
  display: flex;
}

.content_wrapper {
  display: flex;
}

.logo_hld {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #d5d5d5;
}

.wrapper:after {
  content: "";
  clear: both;
  display: block;
}

.sidebar {
  border-right: 1px solid #ededed;
  padding: 10px 15px;
}

.sidebar::after {
  content: "";
  display: block;
  clear: both;
}

.sidebar .sidebar-brand img {
  max-width: 100px;
}

.navbar .site_defi {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 2px;
  margin-top: -5px;
}

.page_content {
  padding: 0px 20px;
}

.u_name {
  color: #fff;
  margin-top: 20px;
  margin-bottom: -20px;
  margin-left: 40px;
  font-style: italic;
  text-align: left;
}
.cls_side_nav li {
  position: relative;
}
.content_hld {
  /* width: calc(100% - 200px); */
  padding: 10px;
  position: relative;
}

#wrapper #content-wrapper {
  background-color: #fffff7;
}

.content {
  border-radius: 0;
  padding: 15px;
  width: 100%;
}

#content {
  padding: 30px 20px;
}

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

.page_head h1 {
  font-size: 26px;
  display: inline-block;
}

.data_tbl {
  width: 100%;
  background: #fff;
}

.data_tbl th {
  background: #a19067;
  color: #fff;
}

.data_tbl td,
.data_tbl th {
  border-collapse: collapse;
  border: 1px solid #000;
  padding: 5px 10px;
}

.data_tbl tr td:first-child {
  text-align: right;
}

.data_tbl_left tr td:first-child {
  text-align: left;
}

.data_tbl_0 td,
.data_tbl_0 th {
  border: 0px none;
  padding: 5px 10px;
}

.data_tbl_grey td,
.data_tbl_grey th {
  border-collapse: collapse;
  border: 1px solid #cdcdcd;
  padding: 5px 10px;
}

.data_tbl_1 td {
  border: 0px none;
  border-bottom: 1px solid #cdcdcd;
}

.data_tbl_grey tr td:first-child {
  text-align: right;
}

.data_tbl_responsive {

}

.data_tbl_responsive tr{

}

.data_tbl_responsive th {

}

.data_tbl_responsive td,
.data_tbl_responsive th {

}


input,
textarea {
  padding: 5px 10px 4px 10px;
  border-radius: 5px;
  border: 1px solid #9d9d9d;
}

.asub_links {
  float: right;
  margin-top: 10px;
}

.asub_links a {
  font-size: 18px;
}

.modalbox {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  height: fit-content;
  border-radius: 10px;
  margin-top: 20px;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}

.card {
  margin-bottom: 10px;
}

.nav_center_btn {
  padding: 20px 10px;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
}

.cls_gap_14 {
  height: 100px;
}

.pageh1 {
  font-size: 30px;
}

.pageh1 span {
  font-size: 17px;
  font-weight: normal;
}

.show {
  display: block !important;
  opacity: 1;
}

.cls_f_hld {
}

.cl_lab {
  display: inline-block;
  padding-right: 10px;
  line-height: 40px;
  width: 150px;
  text-align: right;
  vertical-align: top;
}

.cl_fie {
  display: inline-block;
}

.cl_fie input[type="checkbox"] {
}

.select {
  border: 1px solid #9d9d9d;
  padding: 8px 8px 9px 8px;
  border-radius: 5px;
}

.cl_fie select {
  margin-top: 3px;
  padding: 5px 5px;
  width: 100%;
}

textarea {
  width: 290px;
}

.cls_left {
  float: left;
  width: 900px;
}

.nav-tabs .nav-link {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

#myTabContent {
  border: 1px solid #dee2e6;
  margin-top: -1px;
  overflow-x: scroll;
  padding: 10px 15px;
}

.overflow_x{
  overflow-x: scroll;
}    

.cls_head_hld {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.cls_side_nav li a {
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 10px center;
  padding-left: 40px;
}

.cls_f_hld {
  padding-bottom: 10px;
}

.cls_tsc {
  width: 100%;
  background: #ffe2e2;
}

.cls_tsc th {
  background: #6c93f5;
  color: #fff;
  padding: 10px 10px;
}
.cls_tsc td {
  padding: 10px 10px;
  border: 1px solid #fff;
}

.cls_tsc_sm {
  width: auto;
}

.cls_tsc_sm th {
  background: #6c93f5;
  color: #fff;
  padding: 5px 5px;
}
.cls_tsc_sm td {
  padding: 5px 5px;
  border: 1px solid #000;
}

.team_na {
  text-align: center;
  background: #c6bcbc;
  color: #fff;
  font-weight: bold;
}

.cls_tsc td input {
  width: 100%;
}

.team_nm {
}
.pagination {
  display: inline-block;
  padding: 10px 0px;
}

.pagination a {
  display: inline-block;
  padding: 5px 15px;
  background: #e6f4ff;
  margin-right: 3px;
  text-decoration: none;
  border-radius: 5px;
}

.pagination a.selected {
  background: #778b9b;
  color: #fff;
}

.pagination a:hover {
  background: #c1e4ff;
}

.pagination a.currCls {
  background: #c1e4ff;
}

#calendar .events .event {
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: center left 10px;
}

.ajax_event {
  background-repeat: no-repeat;
  background-position: center center;
  height: 16px;
}

.cal_logo {
  height: 20px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
}

.cal_logo_dets {
}

#calendar .events .event.l_dicks,
.l_dicks {
  background-image: url(../images/dicks.png);
  background-size: contain;
}

#calendar .events .event.l_walmart,
.l_walmart {
  background-image: url(../images/walmart.png);
  padding-left: 80px;
}

#calendar .events .event.l_forthamilton,
.l_forthamilton {
  background-image: url(../images/forthamilton.png);
  background-size: 93px;
}

#calendar .events .event.l_lowes,
.l_lowes {
  background-image: url(../images/lowes.png);
  padding-left: 80px;
}

#calendar .events .event.l_toysrus,
.l_toysrus {
  background-image: url(../images/toysrus.png);
  background-size: 75px;
}

#calendar .events .event.l_xpologistics,
.l_xpologistics {
  background-image: url(../images/xpologistics.png);
}

.ajax_event.l_walmart {
}

.ajax_event.l_lowes {
  background-image: url(../images/lowes.png);
  padding-left: 80px;
}

.ajax_e_hld {
  border: 1px solid #000;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  background: #f3f3f3;
}

.e_txt_dets {
  display: inline-block;
}

.e_txt_dets span {
  padding: 0px 5px;
}

.color_block {
  width: 22px;
  height: 22px;
  background-color: #fff;
  display: inline-block;
  margin-bottom: -4px;
  border: 1px solid #adadad;
  border-radius: 3px;
}

.filter_app {
  background: #000;
  border-radius: 4px;
  color: #fff;
  padding: 3px 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 15px;
  clear: both;
}

.search_date {
  font-size: 12px;
  width: 102px;
  padding: 5px 5px;
  background-size: 20px !important;
  background-position: right 4px center !important;
}

.dash_cnt {
  color: #000;
  font-size: 32px;
  font-weight: bold;
}

.dash .card.white,
.dash .card.white a {
  text-align: left;
}

.dash .card.white a {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 10px;
  padding-left: 43px;
  padding-top: 4px;
  padding-bottom: 5px;
}

.dash .card {
  border-top: #9d1f1f 4px solid;
  border-radius: 10px;
  margin-bottom: 30px;
}

.dash_icons a {
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 43px;
}

.recurring_days label {
  line-height: 20px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.recurring_days input {
  margin-right: 4px;
  margin-top: -3px;
}

.cal_tbl .cal_appointment_cls.pink {
  background-color: pink;
}

.cal_tbl .cal_appointment_cls.gold {
  background-color: #ffd700;
}

.cal_tbl .cal_appointment_cls.blue {
  background-color: #00f;
  color: #fff !important;
}

.cal_tbl .cal_appointment_cls.purple {
  background-color: purple;
  color: #fff;
}

.cal_tbl .cal_appointment_cls.yellow {
  background-color: yellow;
}

.cal_tbl .cal_appointment_cls.red {
  color: #fff;
  background-color: #dd0303;
}

.cal_tbl .cal_appointment_cls.green {
  color: #fff;
  background-color: #068f00;
}

.cal_tbl .list-inline {
  text-align: center;
  margin-bottom: 30px;
}
.cal_tbl .title {
  font-weight: bold;
  font-size: 26px;
}
.cal_tbl th {
  text-align: center;
}
.cal_tbl td {
  height: 100px;
}

.cal_tbl .today {
  background-color: ghostwhite !important;
}

.cal_tbl.table td,
.cal_tbl.table th {
  width: 14%;
}

.cal_tbl .cal_appointment_cls {
  background-color: whitesmoke;
  margin-bottom: 5px;
  padding: 8px 10px 5px 10px;
  border-radius: 5px;
  /* color: #fff; */
  /* text-shadow: 1px 0px 3px #000000; */
  position: relative;
  display: block;
  text-decoration: none;
}

.cal_tbl .cal_appointment_cls:hover {
  box-shadow: 0px 0px 5px #0000006e;
}

.cal_user {
  margin-bottom: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  text-shadow: 1px 0px 3px #000000;
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  border: 2px solid #0000;
  cursor: pointer;
}

.cal_user:hover,
.cal_user.sel {
  border: 2px solid #3c3c3c;
}

.bin {
  width: 40px !important;
  padding: 20px 10px 21px 10px !important;
  float: right;
  border-radius: 10px;
  right: 13px;
  background-position: center !important;
  position: absolute;
  top: 0;
  z-index: 1;
  border-left: 1px solid #a1a1a1;
}

#suggesstion-box {
  position: absolute;
  background: #3357c1;
  color: #fff;
  width: 203px;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 200px;
}

#suggesstion_ul {
  padding: 5px 12px;
  padding-bottom: 0px;
  margin-bottom: 3px;
}

#suggesstion_ul li {
  border-bottom: #ffffff61 dashed 1px;
  padding: 5px 0px;
}

.appointment_hld {
}

.cal_hld {
  border: 2px solid #4a6ce3;
  padding: 10px;
  border-radius: 5px;
}

.app_deps {
  background-size: contain;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
}

.cls_wo_sec {
  border-top: 1px solid #000;
  margin-top: -6px !important;
  position: relative;
  z-index: 1;
}

.hr1 {
  border-top: 0px solid #000;
  opacity: 1;
}

.cls_s58a {
  background: #f5f5f5;
}

table td.t_t_visit {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  text-align: right;
  font-weight: bold;
}

.cls_gap_a5 {
  height: 20px;
}

.manifest {
  border-radius: 10px;
  margin-bottom: 80px;
  background-color: #f5f5f5;
  padding: 20px 10px 10px 10px;
  position: relative;
}

.manifest::after {
  border: 1px solid #c5c5c5;
  content: "End";
  padding: 2px 6px 3px 6px;
  position: relative;
  left: 50%;
  font-size: 12px;
  bottom: -20px;
  border-radius: 4px;
  background: #e3e3e3;
}

.manifest_tech_head {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  background: #2f6fbf;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -17px;
  padding: 5px 20px;
  border-radius: 6px;
  color: #fff;
}

/* pricelist technician */
.cls_f_hld {
  padding-bottom: 10px;
}
.cl_lab {
  min-width: 180px;
  width: auto;
}

/* pricelist technician */

.invisible_inp {
  border: 0px none;
  cursor: default;
}

.units_inp {
  font-weight: bold;
  width: 60px;
  padding: 5px 5px;
  text-align: center;
}

.mark_as_paid,
.mark_as_paid:hover {
  background-color: #00a900;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
}

.cal_icon {
  background: url(../images/calendar_inp.png) right 8px center no-repeat;
  background-size: 24px;
  background-color: #fff;
}

.cls_commented {
  background: url(../images/notes.png) right 7px bottom 7px no-repeat;
  background-size: 30px;
}

.cls_tsc td input.cls_tam_mem {
  width: calc(100% - 70px);
  min-width: 90px;
}

.fancybox__content {
  padding: 0px;
}

.attch {
  border: 1px solid #a7a7a7;
  padding: 2px;
  border-radius: 5px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  width: 100px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.img_up_prog_hld {
  border: 1px solid #c3c3c3;
  max-width: 100%;
  position: relative;
  height: 8px;
  border-radius: 10px;
  overflow: hidden;
}

.img_up_prog_hld div {
  background: #00892a;
  height: 100%;
}

.add_attach_hld {
  background: url(../images/attach_user.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
}

.tech_profile {
  background: url(../images/profile.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width: 100px;
  height: 100px;
  background-position: center;
}

.add_attach_hld:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: url(../images/plus.png) #fff;
  background-size: contain;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.add_attach_hld input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.add_crew {
  background: url(../images/technician_b.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-position: center;
  position: relative;
}

.add_crew:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: url(../images/plus.png) #fff no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}

.crew_sec_hld {
  padding: 20px;
  width: 100%;
  border: dashed 1px #d5d5d5;
  border-radius: 15px;
  margin-top: 32px;
}

.add_crew_hld {
  border-bottom: dashed 1px #d5d5d5;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.crew_list_hld {
}

.crew_list_hld::after {
  content: "";
  clear: both;
  display: block;
}

.cls_tsc_small td,
.cls_tsc_small th {
  padding: 5px;
  font-size: 12px;
}

.cls_tsc_small td input {
  padding: 5px 5px;
}

/* New template */

.topbar .nav-item .nav-link .img-profile {
  border: 1px solid #ccc;
  padding: 1px;
}

.f_txt {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cls_fancybox + .scroll-to-top {
  display: none !important;
}

.cls_fancybox {
  background: #fdfef3;
  padding: 15px;
}

.cls_create_new {
  float: right;
  background: #818a4c;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.cls_create_new:hover {
  text-decoration: none;
  color: #ffffff;
  background: #5d6434;
}

.fancy_head h5 {
  margin-bottom: 0;
}

.color_selector {
  width: 40px;
  height: 40px;
  border: 1px solid #9d9d9d;
  border-radius: 5px;
}

.crew_dp {
  background: url(../images/profile.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-position: center;
  margin-left: -5px;
}

.cls_single_crew {
  border-top: dashed 1px #d5d5d5;
  padding: 10px 0px;
}

.crew_list_hld .cls_single_crew:last-child {
  border-bottom: dashed 1px #d5d5d5;
}

.crew_div_in {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.trash_ico {
  background: url(../images/delete.png) no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.edit_ico {
  background: url(../images/edit.png) no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.view_ico {
  background: url(../images/view.png) no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.app_attachment_hld {
  margin-bottom: 10px;
  border-bottom: dashed 1px #d5d5d5;
  padding-bottom: 10px;
  display: flex;
}

.app_attachment_hld .attach {
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}

.thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  width: 100px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
  margin-right: 5px;
}

.issue_hld {
  margin-bottom: 10px;
  border: solid 1px #d5d5d5;
  padding: 5px 15px 10px 15px;
  border-radius: 5px;
}

.cal_issue_alert {
  position: absolute;
  right: -5px;
  top: -5px;
  background: #f00;
  color: #fff;
  padding: 0px 8px 3px 8px;
  border-radius: 13px;
}

.select_color,
.select_color option {
  text-shadow: 0px 0px 4px #fff;
  color: #000;
}

.sort_list .tab_sel,
.sort_list .tab:hover {
  background: url(../images/move_ho.png) no-repeat 4px 3px #2f4daf;
}

.tab_sel,
.tab:hover {
  border: #b4c0e7 1px solid;
  background: #cfdaff;
  color: #000000;
}

.tab {
  float: left;
  cursor: pointer;
  border: #b7b7b7 1px solid;
  border-radius: 3px;
  padding: 2px 30px 2px 5px;
  font-size: 12px;
  margin-right: 3px;
  margin-bottom: 7px;
  background: #f5f5f5;
  position: relative;
}

.tab span {
  background: url(../images/delete.png) no-repeat center;
  height: 14px;
  display: inline-block;
  width: 30px;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.dash_div {
  border-bottom: #d1d1d1 dashed 1px;
  padding: 5px 0px;
}

.dash_div:last-child {
  border-bottom: none 0px;
}

.folder_hld {
  margin-top: 40px;
}

.folder_hld::after {
  content: "";
  clear: both;
  display: block;
}

.main_menu {
  background-color: #414e4b;
}

.folder {
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 0px 4px #dfcac2;
  border: solid 2px #eed4ca;
}

.folder:hover {
  box-shadow: 0px 0px 4px #e3ac97;
  border: solid 2px #e3b8a7;
}

.folder_details {
  padding-top: 20px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  min-height: 150px;
  position: relative;
}

.folder_icons {
  background: url(../images/folder.png) no-repeat;
  background-size: contain;
  padding: 7px 46px 5px 48px;
}

.folder_title {
  font-size: 18px;
  padding-bottom: 10px;
}

.dashed_bdr {
  border-bottom: 1px dashed #cccccc;
}

.cls_file_preview {
  background-repeat: no-repeat;
  background-color: #e9e9e9;
  width: 40px;
  height: 40px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
}

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

.sb_sec {
  margin-bottom: 30px;
}

.sb_sec h2 {
  font-size: 18px;
}

.sb_sec input {
  font-size: 12px;
}

.page_in_title {
  padding-bottom: 20px;
  font-size: 24px;
}

.page_title {
  font-size: 20px;
}

.dash_bg {
  background: #dee2d6;
}

.tbl_div {
  border: #b6baae solid 1px;
  border-collapse: collapse;
  background: #fff;
  margin-bottom: 5px;
  padding: 5px;
}

.tbl_dash {
  border: #b6baae solid 1px;
  border-collapse: collapse;
  background: #fff;
  margin-bottom: 25px;
}

.tbl_dash th {
  background: #b5b9ad;
  text-align: center;
  color: #ffffff;
}

.tbl_dash_r th {
  text-align: left;
}

.tbl_dash td,
.tbl_dash th {
  padding: 5px 10px;
  border: 1px solid #b7b7b7;
}

#wrapper {
  max-width: 1600px;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.add_div {
  background: url(../images/add.jpg) no-repeat;
  width: 37px;
  height: 37px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.add_div:hover {
  background-size: 105%;
  background-position: center center;
}

.add_div_tsug {
  display: block;
  width: auto;
  height: 25px;
  position: relative !important;
  background-size: contain;
  left: 0;
  top: 0px;
  background-position: center;
}

.add_div_tsug:hover {
  background-size: 26px;
}

.add_div_sec {
  left: 10px;
  width: 140px;
  padding-left: 41px;
  text-align: left;
  line-height: 37px;
  background-repeat: no-repeat;
}
.add_div_sec:hover {
  background-position: left;
  background-size: auto;
  text-shadow: 0px 0px 1px #bdbdbd;
}

.fancy_head {
  background-color: #e6eadc;
  padding: 10px 10px 10px 10px;
  margin: -15px -15px 10px -15px;
}

.fancy_head::after {
  content: "";
  display: block;
  clear: both;
}

.no_rec {
  text-align: center;
  font-weight: bold;
  padding: 15px 10px;
}

.cls_user_color {
  display: inline-block;
  width: 20px;
  height: 10px;
  margin-right: 5px;
  border-radius: 6px;
}

/* simple upload */

#uploads .block,
.uploads .block {
  position: relative;
  display: inline-block !important;
  vertical-align: top;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: white;
  border: 1px solid #cccccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#uploads .block .progressBar,
.uploads .block .progressBar {
  background-color: #3e6fad;
  width: 0px;
  height: 5px;
  margin-top: 47px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

#uploads .block .cancelButton,
.uploads .block .cancelButton {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  background-color: black;
  border: 2px solid white;
  color: white;
  text-align: center;
  font-weight: bold;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -moz-box-shadow: 0px 0px 10px 0px #c4c4c4;
  -webkit-box-shadow: 0px 0px 10px 0px #c4c4c4;
  -o-box-shadow: 0px 0px 10px 0px #c4c4c4;
  box-shadow: 0px 0px 10px 0px #c4c4c4;
  cursor: pointer;
}

#uploads .block .format,
.uploads .block .format {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 34px;
}

#uploads .block .error,
.uploads .block .error {
  text-align: left;
  font-size: 14px;
  color: red;
}

/* simple upload */

.ajax_saving {
}

.pro_det_status {
  float: right;
  font-size: 18px;
  font-weight: bold;
}

.ajax_saving::before {
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  width: 20px;
  height: 20px;
}

.inp_nt {
  margin-top: 12px;
}

.inp_nt span {
  background: #a19067;
  color: #fff;
  padding: 1px 5px;
  border-radius: 4px;
  bottom: 10px;
  position: relative;
  left: 6px;
}

.side_cls,
.open_sidebar {
  display: none;
}

.pro_status {
  padding: 5px 12px;
  border-radius: 5px;
}

.pro_status.pro_active {
  background: #00a900;
  color: #fff;
}

.pro_status.pro_work-in-progress,
.tl_issue,
.tl_in_progress {
  background: #fd8900;
  color: #ffffff;
}

.pro_status.pro_not-started{
  background: #c1c1c1;
  color: #000000;
}

.pro_status.pro_open-issue{
  background: #ff6710;
  color: #000000;
}

.pro_status.pro_waiting-on-final-photos{
  background: #9b4141;
  color: #ffffff;
}

.pro_status.pro_go-back{
  background: #f5f611;
  color: #000000;
}

.pro_status.pro_quote-only{
  background: #736666;
  color: #ffffff;
}

.pro_status.pro_completed,
.tl_completed {
  background: #00921b;
  color: #ffffff;
}

.pro_status.pro_cancelled,
.tl_not_started {
  background: #c20000;
  color: #ffffff;
}

.div_1,
.div_2 {
  width: 100%;
}

.pic_checked {
  padding: 6px 5px;
  margin: 0px 4px;
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
}

.pic_checked.sel {
  box-shadow: 0px 0px 4px 1px #ff0000;
}

.pic_checked.fa-thumbs-up {
  color: #00b762;
}

.pic_checked.fa-thumbs-down {
  color: #ff0000;
}

.img_status {
  font-size: 10px;
  text-align: center;
  color: #099300;
  padding-top: 2px;
}

.img_retry {
  display: none;
  font-size: 12px;
  text-align: center;
  color: #e90000;
  padding-top: 5px;
  font-weight: bold;
  cursor: pointer;
}

.img_retry div ::after {
  content: "\f2f9";
  font-family: "Font Awesome 5 Free";
  margin-left: 4px;
  color: #00a500;
}

.wrap_link {
  word-wrap: break-word;
  width: 250px;
  display: inline-block;
}

.cal_tabs_active {
  color: #000;
}

.fancybox__container .has-iframe .fancybox__content {
  /* max-width: 850px !important;  */
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100% !important;
  height: 100% !important;
}

.edit_links a {
  display: inline-block;
}

.ico_btn {
  background-size: 20px;
  width: 25px;
  height: 25px;
}

.go_back_tab {
  background-color: #f5f611 !important;
  color: #000 !important;
  margin-bottom: 20px !important;
}

.search_matches {
  font-size: 12px;
  border-bottom: 1px dashed #c1c1c1;
}

.cls_dt_change {
  background-image: url(../images/notes.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: bottom 8px right 4px;
}

.sign_in_btn,
.sign_in_btn:hover {
  cursor: pointer;
  background: #009706;
  color: #fff;
  /* padding: 7px 10px 9px 10px;
    border-radius: 7px; */
  font-weight: bold;
}

.check_in_cls {
  background: #009706;
}

.check_out_cls {
  background: #f00;
}

.checked_out_cls {
  background: rgb(155, 153, 153);
}

.blank_cls {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.dumpster_pics_hld {
  border: 1px solid #ccc;
  padding: 7px 7px;
  margin-bottom: 20px;
}

.tsug {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.bdr_r{
  border-right: 1px dashed #ccc;
}

.tsug_secs {
  margin: 5px;
  border: 1px dashed #c1c1c1;
  padding: 5px;
}

.tsug_secs a {
  font-size: 11px;
  font-weight: 600;
  width: 50px;
  margin: 5px 0px 10px 0px;
  text-wrap: nowrap;
}

.txt_format {
  background: #fff;
  padding: 10px 15px;
  margin: 10px 10px 50px 10px;
  border: 1px dashed #9b9b9b;
}

.c_inp_field {
  font-size: 12px;
  padding-top: 5px;
  padding-left: 5px;
}

.dfr_pre_question {
}

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

.dfr_pre_question li::after {
  content: "";
  clear: both;
  display: block;
}

.custom_field_holder {
  padding-left: 20px !important;
  position: relative;
}

.sort_handle {
  cursor: pointer;
  content: "";
  background: url(../images/move.png) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
}

.pic_history {
  list-style: auto;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 20px;
}

.pic_history li {
  border-bottom: dashed 1px #ddd;
  padding: 3px 0px;
}

select.form-control {
  appearance: auto;
}

.reminder_hld {
  position: relative;
  border-bottom: solid 1px #ccc;
  padding: 10px;
}

.reminder_hld:last-child {
  border-bottom: none;
}

.reminder_hld:nth-child(odd) {
  background-color: #f9f9f8;
}

.r_note {
  padding-right: 20px;
}

.r_by {
}

.text-lgreen{
    color: #8dab45;
}

.text-third{
    color: #ff82d3;
}

.text-clr_1{
    color: #7FFFD4;
}

.text-clr_2{
    color: #16E2F5;
}

.text-clr_3{
    color: #008080;
}

.text-clr_4{
    color: #848B79;
}

.text-clr_5{
    color: #FFEF00;
}

.text-clr_6{
    color: #CD7F32;
}

.text-clr_7{
    color: #93917C;
}

.text-clr_8{
    color: #493D26;
}

.text-clr_9{
    color: #C5908E;
}

.text-clr_10{
    color: #C12267;
}

.text-clr_11{
    color: #B93B8F;
}

.text-clr_12{
    color: #7F38EC;
}

.text-clr_13{
    color: #FF4500;
}

.dashed_bdr_all{
  border: 1px dashed #ccc;
  padding: 5px;
  border-radius: 5px;
}

.fy_dt{
  display: block;
}

.fy_mob{
  display: none;
}

.out_of_range{
  background-color: #ffebeb;
}

.dash_numb_cnt{
  background: #3da200;
  color: #fff;
  padding: 2px 6px;
  border-radius: 5px;
  min-width: 40px;
  display: inline-block;
  text-align: center;
}

.txt_left_imp{
  text-align: left !important;
}

.upload_icon_hld{
  background-image: url(../images/upload-big-arrow.png);
  background-size: 30px;
  position: relative;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.upload_icon_hld input{
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.data_tbl_responsive_title{
  display: none;
}

.sub_options{
    padding: 10px 10px 10px 30px;
    zoom: 0.80;  
}

.add_new_q{
  width: auto !important;
  color: #001aff;
  zoom: 0.70;
}

.add_new_ans{

} 

.sec_hld {
  position: relative;
  border:2px solid #000000;
  border-radius: 5px;
  margin-top: 40px;
  padding: 10px;
}

.sec_hld legend{
  margin-top: -21px;
  font-size: 12px;
  background: #727272;
  width: fit-content;
  padding: 0px 10px 3px 10px;
  border-radius: 6px;
  color: #fff;
}

.remove_sec{
  position: absolute;
  right: -13px;
  top: -17px;
  background: #fff;
  padding: 2px 10px;
  border: 2px solid #d50000;
  border-radius: 7px;
  color: #d50000;
  cursor: pointer;
}

.sec_hld:active{
  content: "";
  display: block;
  clear: both;
}

.sub_answer_hld{
  margin-bottom: 10px;
  position: relative;
}

.sub_options::after{
    clear: both;
    display: block;
    content:"";
}

.add_new_ans {
  float: right;
  margin-top: 15px;
  zoom: 0.85;
  background-color: #5f9e0c !important;
  color: #fff !important;
  border: 0 none !important;
}

.survey_form input[type='radio']{
  zoom: 1.75;
  margin-right: 4px;
}

.survey_form_sec{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.required_cls{
  color: #d50000;
  padding-left: 5px;
}

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

.hr_dashed{
  border-top: 1px dashed #ccc;
}


@media (max-width: 991px){

  #wrapper{
    margin-top: 0px;
  }

  .trash_ico {
    background: url(../images/delete.png) no-repeat #0000001c center;
    background-size: 23px;
    width: 75px;
    height: 45px;
    border-radius: 5px;
  }

  .edit_ico {
    background: url(../images/edit.png) no-repeat #0000001c center;
    background-size: 23px;
    width: 75px;
    height: 45px;
    border-radius: 5px;
  }

  .view_ico {
    background: url(../images/view.png) no-repeat #0000001c center;
    background-size: 23px;
    width: 75px;
    height: 45px;
    border-radius: 5px;
  }

  .project_details_wrapper {
    display: block;
  }

  .sidebar {
    width: 100% !important;
    min-height: auto;
    border-bottom: 1px solid #000;
    border-right: 0px none;
  }

  .div_1 {
    width: 50%;
    float: left;
    padding-right: 10px;
  }

  .div_2 {
    width: 50%;
    float: left;
    padding-left: 10px;
  }
  .div_2 .divider {
    display: none;
  }
}

@media (max-width: 767px) {

  .fy_dt{
    display: none;
  }

  .fy_mob{
    display: block;
  }


  .div_1,
  .div_2 {
    width: 100%;
  }

  .div_2 .divider {
    display: block;
    margin-top: -10px;
  }

  .div_2 {
    padding-left: 0px;
  }

  .inp_nt span {
    background: #a19067;
    color: #fff;
    padding: 8px 7px 7px 7px;
    border-radius: 4px;
    bottom: -2px;
    position: relative;
    left: 7px;
  }

  .side_cls {
    display: none;
    font-size: 28px;
    float: right;
    position: absolute;
    right: 10px;
  }

  .open_sidebar {
    display: inline-block;
    font-size: 28px;
  }

  .data_mob_tbl {
  }

  .sidebar.toggled {
    width: calc(100% - 40px) !important;
  }

  .sidebar {
    /* display: none; */
  }

  .sidebar.open {
    display: block;
    position: absolute;
    background: #bfbfbf;
    z-index: 10;
    width: calc(100% - 40px);
    height: calc(100% - 180px);
    margin-top: -8px;
  }

  .data_mob_tbl tr {
    border: 1px solid #9d9d9d;
    border-bottom-width: 3px;
  }

  .data_mob_tbl td,
  .data_mob_tbl th {
    border: 0px solid #000;
    display: grid;
  }

  .data_mob_tbl tr td:first-child {
    padding-top: 30px;
  }

  .data_mob_tbl tr td:last-child {
    padding-bottom: 30px;
  }

  .cls_file_preview {
    width: 200px;
    height: 200px;
  }


  .data_tbl_responsive {

  }
  
  .data_tbl_responsive thead {
    display: none;
  }
 
  .data_tbl_responsive tr{
      display: grid;
      position: relative;
      margin-bottom: 60px;
      box-shadow: 0px 0px 14px #d3d3d3;
      background: #fff;
  }

  .data_tbl_responsive tr::after{
    content: "";
    width: 100%;
    position: absolute;
    bottom: -31px;
    border-top: 2px dashed #ccc;
  }
 
  .data_tbl_responsive th {
  
  }

  .data_tbl.data_tbl_responsive td:first-child,
  .data_tbl.data_tbl_responsive td,
  .data_tbl.data_tbl_responsive th {
    position: relative;
    text-align: left;
    border: 1px solid #ccc;
    border-bottom: 0px none;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .data_tbl.data_tbl_responsive td:last-child, .data_tbl.data_tbl_responsive th:last-child{
    border-bottom: 1px solid #ccc;
  }

  .data_tbl_responsive_title{
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    background: #d32828;
    color: #fff;
    padding: 0px 5px 3px 5px;
    font-size: 12px;
    border-radius: 3px;
  }

  .btn_res_inline tr{
    display: inline-table;
    width: 100%;
  }

  .btn_res_inline tr th:empty{
    display: none;
  }

}
