html,
body {
  height: 100%;
  margin: 0px;
}
body {
  margin: 0px;
  padding: 0px;

  font-family: "Lustria", monospace, sans-serif;
  font-size: 13px;
  color: #444;
  overflow: hidden;
}
.black-color {
  color: #000;
}
.bg-warning {
  background: #fffbf0 !important;
}
.h1font {
  font-size: 15px;
}
.h2font {
  font-size: 20px;
}
.table-bordered td {
  border-right: 1px #eee solid !important;
}
.smalltable th {
  font-size: 10px !important;
}
.smalltable td {
  font-size: 13px !important;
  font-weight: bold;
  color: #000;
}
.btn-primary {
  background: #d64830;
  border: 1px #d64830 solid;
}
.badge-primary {
  background: #268ddd;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
}
.badge-warning {
  background: #fdcc00;
  color: #000;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
}
.title .rightBox {
  margin-right: 65px;
}
.badge-danger {
  background: #ea6557;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
}
.badge-success {
  background: #16d0c5;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
}
.badge-boss {
  background: #de7e7e;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.badge-light {
  background: #deecfe;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  color: #444;
}
.h3font {
  font-size: 16px;
}
.bold {
  font-weight: bold;
}
.squaretext {
  font-size: 22px !important;
  padding-top: 10px !important;
}
.panel {
  border-radius: 50px;
  height: auto;
  border: 2px #ddd solid;
  padding: 20px;
}
.lightcolor {
  font-weight: light;
  color: #999;
}
.verylightcolor {
  font-weight: light;
  color: #999;
}
.circle {
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
}
.square {
  border-radius: 5px;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  padding-top: 3px;
}
.circleBig {
  border-radius: 100%;
  height: 60px;
  width: 60px;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  vertical-align: super;
  font-size: 30px;
}
.squareBig {
  border-radius: 15px;
  height: 60px;
  width: 60px;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  vertical-align: super;
  font-size: 30px;
}
.grey {
  background: #999;
  color: #fff;
  border: 2px #999 solid;
}
.blue {
  background: #268ddd !important;
  color: #fff;
}
.blue-color {
  color: #268ddd !important;
}
.black {
  background: #000;
  color: #fff;
  border: 2px #000 solid;
}
.white {
  background: #fff;
  color: #444;
  border: 1px #444 solid;
}
.black-color {
}
.formtable {
  border: 0px;
}
.formtable td span:first-child {
  font-family: "Lustria", monospace;
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.formtable td {
  position: relative;
}
.table {
  margin: 0px;
  background: transparent !important;
}
.table td {
  padding: 15px 10px;
  background: transparent;
}
.leftborder {
  border-left: 1px #dee2e6 solid;
}
.rightborder {
  border-right: 1px #dee2e6 solid;
}
.topborder {
  border-top: 1px #dee2e6 solid;
}
.bottomborder {
  border-bottom: 1px #dee2e6 solid;
}
.table th {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Lustria", monospace;
  color: #000;
}
.table td {
  font-size: 13px;
  border: 0px;
  border-bottom: 1px #eee solid;
}
.green-color {
  color: #029745;
}
.orange-color {
  color: #eb6100;
}
.red-color {
  color: #d64830 !important;
}
.blue-color {
  color: #268ddd;
}
.heading {
  padding: 10px 10px;
  border-bottom: 1px #e4e4e4 solid;
  text-align: left;
  font-weight: bold;
}
.heading .select2 {
  width: 140px !important;
}
#filterrow {
  padding: 10px;
}
#filterrow input {
  display: inline-block;
}
#filterrow select {
  display: inline-block;
}
.filterRow {
  display: none;
  background: #fcf9f4;
}
.filterRow .input {
  margin-top: 5px;
}
.badge-black {
  background: #000;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 12px;
}
.badge-grey {
  background: #999;
  color: #fff;
  border-radius: 15px;
  padding: 5px 10px;
  font-size: 12px;
}
.spacer-div {
  height: 300px;
}
.spacer-div-fifty {
  height: 150px;
}
a {
  color: inherit !important;
}
a:hover {
  text-decoration: none !important;
}
.topmenuitems {
  float: right;
  padding: 10px;
}
.btn {
  border-radius: 3px;
  padding: 3px 12px;
  outline: none;
  font-size: 13px;
  font-family: "Lustria", monospace;
  outline: none;
}
.btn:hover {
  background: #ad301d;
  border: 1px #ad301d solid;
}
.table {
  background: transparent;
}
.btn-white {
  background: #f5f5f5 !important;
  color: #212529 !important;
  border-color: #ddd;
}
.btn-white:hover {
  border-color: #aaa;
}
.btn-blue {
  background: #268ddd !important;
  color: #fff !important;
  border-color: #268ddd;
}
.btn-blue:hover {
  border-color: #1d66a5;
}
.btn-black {
  border: 1px #222 solid !important;
  color: #222 !important;
  font-size: 12px;
  background: transparent !important;
}
.btn-black:hover {
  border: 1px #000 solid !important;
  color: #fff !important;
  background: #000 !important;
}
.datatable th.nofilter:nth-child(1) {
  width: 50px !important;
}
.datatable th.nofilter:nth-child(2) {
  width: 30px !important;
}
.datatable td.text-primary {
  font-weight: bold !important;
  cursor: pointer;
}
.datatable td.blue-color {
  font-weight: bold !important;
}
.datatable td {
  word-wrap: break-word;
}
.datatable tr {
  cursor: pointer;
}
.datatable th {
  position: relative;
}
.datatable th {
  position: relative;
}
th.red-filter .arrow-down {
  color: red;
}
.datatable th {
  font-family: "Lustria", monospace;
  vertical-align: middle !important;
  padding: 7px 10px;
  font-size: 12px;
  position: sticky;
  background: #fff;
  box-shadow: 0 1px 1px -1px #eee;
  margin-top: -5px;
  top: 0;
  border-bottom: 2px #aaa solid !important;
  color: #444444;
  /* Don't forget this, required for the stickiness */
}
.datatable tr {
  cursor: pointer;
}
.datatable td {
  padding: 10px 10px !important;
  font-size: 13px !important;
  text-align: left;
}
.formtable td {
  vertical-align: middle;
}
.formtable td .input {
  border: 0px !important;
}
.formtable input[readonly] {
  background: #f9f9f9;
}
.formtable th {
  background: #f9f9f9 !important;
}
.formtable td {
  padding: 0px !important;
}
.formtable td input {
  padding: 5px !important;
}
tr.angle td {
  background: #f8f7f9;
}
.filterDiv {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 200px;
  padding: 10px;
  background: #fff;
}
.inputRed {
  -webkit-appearance: none;
  outline: none;
  display: block;
  height: 32px;
  padding: 0.375rem 0.75rem;
  line-height: 1.42857;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b82121;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  font-size: 14px;
  width: 100%;
}
.input {
  -webkit-appearance: none;
  outline: none;
  display: block;
  width: 100%;
  height: 32px;
  padding: 0.375rem 0.75rem;
  line-height: 1.42857;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  font-size: 14px;
}
.cursor {
  cursor: pointer;
}
input[name="req"] {
  border-left: 1px #d64830 solid;
}
textarea[name="req"] {
  border-left: 1px #d64830 solid;
}
select[name="req"] {
  border-left: 1px #d64830 solid;
}
.cabin {
  font-family: "Cabin";
}
.datatable th {
  background: #fbfafa !important;
}
.spInputBox {
  width: 40px;
  height: 30px;
  background: #fafafa;
  position: absolute;
  top: 14px;
  left: 1px;
  text-align: left;
  padding: 7px 10px;
  font-weight: bold;
  font-size: 12px;
  border-right: 1px #eee solid;
}
.applycolor1 {
  font-size: 9px;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.input:focus {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(38, 142, 222, 0.2) !important;
  -moz-box-shadow: 0px 0px 5px 2px rgba(38, 142, 222, 0.2) !important;
  box-shadow: 0px 0px 5px 2px rgba(38, 142, 222, 0.2) !important;
  border: 0px #fff solid !important;
}
.nav-link {
  border: 0px !important;
}
.nav-link.active {
  border: 0px !important;
  border-bottom: 2px #268ddd solid !important;
}
.row {
  margin: 0px;
}
.container {
  max-width: 100% !important;
  padding: 0px;
}
textarea {
  border-radius: 5px !important;
}
.menuside {
  border-right: 1px #e4e4e4 solid;
  position: relative;
}
li.submenu {
  display: none;
}
.menuside ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.menuside ul li {
  text-align: left;
  padding: 8px 20px 8px 40px;
  cursor: pointer;
  font-size: 13px;
  margin-top: 0px;
  position: relative;
  color: #313949;
  text-transform: capitalize;
}
.innermenu ul li {
  padding: 8px 20px 8px 20px !important;
}
.caret {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #777;
}
.submenu {
  padding: 0px !important;
}
.submenu ul {
  margin-top: 0px;
}
.selected ul li {
  background: #313949;
}
.submenu ul li {
  text-align: left;
  padding: 8px 10px 8px 42px;
  cursor: pointer;
  font-size: 13px;
  margin-top: 0px;
  position: relative;
  background: #eee !important;
  color: #313949 !important;
}
.submenu ul li:hover {
  background: #fafafa !important;
  color: #313949;
}
.menuside ul li:hover {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.menuside ul li:hover .submenu ul li {
  background: #fafafa;
  color: #000;
}
.modal select {
  height: 39px;
}
.menuside ul li.selected {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.submenu ul li.selected {
  background: #268ddd !important;
  color: #fff !important;
}
.menuside ul li.selected i {
}
.selected-inner {
  background: #268ddd !important;
  color: #fff !important;
}
.selected-inner:hover {
  background: #268ddd !important;
  color: #fff !important;
}
.selected-inner i {
  color: #fff;
}
.selected-inner:hover i {
  color: #fff;
}
.menuside ul li.selected i {
}
.liBox {
  position: absolute;
  top: 0px;
  padding: 8px 15px;
  left: 0px;
  width: 40px;
  height: 40px;
}
.menuside ul li i {
  font-size: 14px;
  color: #444;
  vertical-align: middle;
}
.taskBox {
  cursor: pointer;
  border-bottom: 1px #eee solid;
  padding: 10px;
  padding-left: 30px;
  position: relative;
}
.dailyBox .taskBox {
  padding-left: 10px;
}
.taskBox:hover {
  background: #fcf6ed;
}
.taskSelected {
  background: #fcf6ed;
}
.taskIconBox {
  position: absolute;
  top: 15px;
  left: 5px;
  font-size: 9px;
  color: #999;
}
.dtabs {
  display: none;
}
.dtabs input {
  width: 100%;
}
.dtabs select {
  width: 100%;
}
.title {
  font-size: 20px;
  padding: 15px 15px;
  color: #444;
  font-family: "Lustria", monospace !important;
  border-bottom: 1px #eee solid;
}
#h-user-detals div span {
  font-family: "Lustria", monospace;
  font-weight: bold;
}
.big-light-font {
  font-size: 20px;
  padding: 5px 0px;
  color: #000;
  font-family: "Lustria", monospace !important;
}
.big-dark-font {
  font-size: 20px;
  color: #000;
  font-family: "Lustria", monospace !important;
  font-weight: bold;
}
.big-dark-font .totaldonetasks {
  font-size: 20px !important;
  font-family: "Lustria", monospace;
}
.big-dark-font .totaltasks {
  font-size: 20px !important;
  font-family: "Lustria", monospace;
}
.big-dark-font span {
  font-size: 13px !important;
  font-family: "Lustria", monospace;
}
.small-light-font {
  font-size: 13px;
  padding: 5px 0px;
  color: #000;
  font-family: "Lustria", monospace !important;
  line-height: 5px;
}
.fiftyheight {
  padding: 0px;
  overflow-y: scroll;
}
.fiftyheightpad {
  padding: 0px;
  overflow-y: scroll;
}
.dropdown-menu li {
  font-size: 13px;
  padding: 5px 20px;
  font-family: "Lustria", monospace;
  color: #212529;
  display: block;
  cursor: pointer;
}
.dropdown-menu li:hover {
  color: #fff !important;
  background: #268ddd;
}
.btn-primary-1:not(:disabled):not(.disabled).active,
.btn-primary-1:not(:disabled):not(.disabled):active,
.show > .btn-primary-1.dropdown-toggle {
  background: #ad301d;
  border: 1px #ad301d solid;
}
.primarybg {
  background: #fbfafa;
  color: #d64830;
}
.bubble {
  border-bottom: 1px #eee solid;
  padding: 10px 20px;
  font-size: 13px;
  border-radius: 2px;
  color: #222 !important;
}
.loading {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  height: 2000px;
  width: 100%;
  z-index: 2000000000;
  display: none;
}
.toast {
  position: fixed;
  bottom: -500px;
  left: 20px;
  text-align: left;
  background: #fff;
  border-top: 1px #eee solid;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.3);
  height: auto;
  z-index: 2000000000000 !important;
  color: #fff;
  width: 20%;
}
.fullheight {
  overflow-y: auto;
}
.spanholder {
  position: relative;
}
.spanbox {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
.btn-danger {
  background: #fff;
  border: 1px #dd6767 solid;
  color: #dd6767;
}
.btn-danger:hover {
  background: #dd6767;
  border: 1px #dd6767 solid;
  color: #fff;
}
.toggleSelector td {
  text-align: center !important;
  border-bottom: 2px #eee solid !important;
  cursor: pointer;
}
.toggleSelector td.active {
  border-bottom: 2px #5790d3 solid !important;
}
.btn-light {
  background: #f4f6fe;
  border: 1px #f4f6fe solid;
  color: #000;
}
.btn-light:hover {
  background: #5790d3 !important;
  border: 1px #5790d3 solid !important;
  color: #fff;
}
.card {
  background: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 3px;
}
.card:hover {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(38, 142, 222, 0.2) !important;
  -moz-box-shadow: 0px 0px 5px 2px rgba(38, 142, 222, 0.2) !important;
  box-shadow: 0px 0px 5px 2px rgba(38, 142, 222, 0.2) !important;
  border: 1px #fff solid !important;
}
.document {
  background: transparent url("../images/document.jpg") scroll no-repeat center
    top;
  background-size: cover;
  width: 90%;
  height: 250px;
  margin: 20px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.document .thumb {
  background: #f4f6fe;
  border: 1px #eee solid;
  padding: 10px;
  position: absolute;
  bottom: -40px;
  left: -1px;
  width: 101%;
  text-transform: uppercase;
  transition: 0.3s;
}
.buttongroup {
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  border-bottom: 0px;
}
.buttongroup .nav-link.active {
  background: #378ddd;
  border: 0px !important;
  color: #fff !important;
  border-radius: 0px !important;
}
.notopborder {
  border-top: 0px;
}
.notopborder th {
  border-top: 0px;
}
.bottombuttoncontainer {
  position: fixed;
  bottom: 0px;
  left: 15%;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 200;
  box-shadow: 0 -4px 5px -3px rgba(0, 0, 0, 0.1);
}
.bottombuttoncontainerinner {
  padding: 15px;
  border-top: 1px #eee solid;
}
.bordertable td {
  border-bottom: 1px #eee solid !important;
}
.nobordertable td {
  border: 0px !important;
}
.lpadding td {
  padding: 0px !important;
  text-align: left !important;
}
.padding20 td {
  padding: 20px;
}
.padding1020 td {
  padding: 10px 20px !important;
}
.padding10 td {
  padding: 10px;
}
.shadowHead {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.1);
  padding: 20px 10px 10px 10px;
  background: #fff;
  border-bottom: 1px #eee solid;
}
.innersubheading {
  font-size: 14px;
  font-weight: bold;
}
.bold {
  font-family: "Lustria", monospace;
  font-weight: bold;
}
.table td .viewbutton {
  display: block;
  cursor: pointer;
}
.counternumbers td {
  text-align: center;
  padding: 10px;
  border-right: 1px #eee solid;
  border-bottom: 1px #eee solid;
  width: 25%;
  cursor: pointer;
}
.counternumbers td.selected {
  background: #56beca;
  color: #fff;
}
.selectedcounter {
  background: #f7f7f8;
}
.scheduler th {
  font-size: 16px;
  font-weight: bold;
}
.scheduler .booked {
  background: #378ddd;
  border-bottom: 1px #378ddd solid;
}
.scheduler .clientname {
  color: #fff;
  position: absolute;
  top: -30px;
  left: -32px;
  transform: rotate(-90deg);
  /* width: 137px; */
  /* height: 20px; */
  /* background: #444; */
  z-index: 2000;
  font-size: 14px;
  background: #88bcea;
  padding: 2px 10px;
  border-radius: 14px;
}
.scheduler th {
  width: 10%;
}
.scheduler td {
  width: 10%;
}
#cke_bottom_detail,
.cke_bottom {
  display: none;
}
#cke_1_bottom {
  display: none !important;
}
.chatwindowheight .cke_chrome {
  border: 0px !important;
}
.datalistul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.datalistul li.head {
  color: #268ddd;
  font-size: 14px;
  text-transform: uppercase;
}
.datalistul li {
  padding: 10px;
  cursor: pointer;
}
.datalistul li:hover {
  color: #268ddd;
}
option {
  padding: 5px 10px;
}
.document:hover .thumb {
  bottom: -1px;
}
.dropdown-filter-dropdown {
  display: inline-block;
}
.dropdown-filter-content {
  display: none;
  position: absolute;
  top: 30px;
  left: 10px;
  background: #fff;
  padding: 20px;
  font-size: 12px !important;
  font-weight: normal;
  width: 200px;
  height: auto;
  max-height: 350px;
  overflow-y: auto;
  line-height: 40px;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  z-index: 20;
}
.dropdown-filter-menu-search {
  background: #fff;
  border: 1px #d1d8dd solid !important;
  color: #121149 !important;
  padding: 5px 10px !important;
  vertical-align: middle;
  border-radius: 3px !important;
  font-size: 12px !important;
  width: 100% !important;
  height: 35px !important;
  -webkit-appearance: none;
}
th{
  position:relative !important;
}

.dropdown-filter-icon{
  background:#999;
  border-radius:100%;
}
.sorttable th {
  position: relative;
}
.dropdown-filter-sort {
  cursor: pointer;
}
.fa-filter {
  display: none;
}
.glyphicon {
  display: inline-block;
  background-size: cover;
  height: 8px;
  width: 8px;
  margin-left: 10px;
  cursor: pointer;
}
.nofilter {
  max-width: 100px;
}
.nofilter .dropdown-filter-dropdown {
  display: none !important;
}
.callScreenBig {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2000;
  width: 100%;
  display: none;
}
.callScreenInner {
  width: 400px;
  background: #fff;
  border-radius: 10px;
  height: auto;
  display: inline-block;
  padding: 20px;
  position: fixed;
  top: -2000px;
  right: 20px;
  z-index: 200000000000000;
}
.callSmallIcon {
  position: fixed;
  top: -1000px;
  right: 70px;
  background: #fff;
  border-radius: 20px;
  height: 30px;
  width: 300px;
  text-align: center;
  padding-top: 4px;
  cursor: pointer;
  text-align: left;
  padding-left: 10px;
  padding: 20px;
  height: auto;
  border-radius: 2px;
  right: 10px;
}
.ongoingcall {
  position: absolute;
  top: 7px;
  right: 80px;
  background: #fff;
  border-radius: 20px;
  /* padding: 10px; */
  width: 300px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
}
.table-range td {
  border-right: 1px #eee solid !important;
}
.level {
  min-width: 250px;
  min-height: 300px;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  margin-top: 10px;
}
.level-settings {
  height: 120px !important;
  background: #fff;
  border-right: 1px #eee solid !important;
  width: 10%;
  border-bottom: 0px !important;
  position: relative;
}
.addlevelbutton {
  position: absolute;
  bottom: -35px;
  left: 0px;
  width: 100%;
  height: 30px;
  text-align: center;
  cursor: pointer;
}
.levelName {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
.userbox {
  display: inline-block;
  width: auto;
  height: 120px;
  position: relative;
  padding: 10px;
}
.userdropper {
  position: relative;
  width: 200px;
  border-bottom: 0px !important;
  border-right: 1px #eee solid !important;
  background: #fff !important;
  text-align: center;
  vertical-align: top !important;
  min-height: 250px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  text-align: left;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}
.userdropperDroparea {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
}
.userdropper::before {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
  height: 100px;
  color: #999;
  content: "+ Drop User Here";
  text-align: center;
  padding-top: 40px;
}
.userdropperinner {
  margin-top: 100px;
  background: #fff;
  border-top: 1px #eee solid;
  min-height: 120px;
}
.userdropper > .heading {
  font-family: "Lustria", monospace;
  font-weight: bold;
  text-align: center;
}
.usercontainer {
  padding: 0px;
  width: 80%;
  border-bottom: 0px !important;
  height: 150px;
  padding-top: 50px !important;
}
.heiline {
  width: 2px;
  height: 60px;
  background: #ddd;
  margin-left: 10px;
  margin-top: -5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.userblock {
  margin: 10px;
  display: inline-block;
  cursor: pointer;
}
.userholder {
  background: #fff;
  border: 1px #eee solid;
  padding: 10px;
  margin-top: 5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  font-size: 12px;
}
.userholder > .head {
  font-family: "Lustria", monospace;
  font-weight: bold;
  font-size: 14px;
}
.lighter {
  float: right;
  width: 20px;
  height: 20px;
  background: #0f5ef7;
  border-radius: 100%;
  text-align: center;
  padding-top: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  display: none;
}
.userholderhighlighted {
  background: #f6e16f !important;
}
.levelrow td:first-child {
  text-align: center;
}
.level > .heading {
  border: 1px #eee solid;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.userblockhighlited {
  background: #f6e16f !important;
  color: #000 !important;
}
.userholderdone {
  display: none !important;
}
#levelCover {
  position: fixed;
  width: 100%;
  top: 80px;
  left: 11%;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  z-index: 200000;
}
.h-settingsback {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 200000;
  display: none;
}
.h-settings-user {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 50%;
  background: #fff;
  display: none;
  z-index: 2000000;
}
.h-level {
  width: 100%;
  text-align: center;
  height: auto;
  min-height: 80px;
}
.h-level-inner {
  border-top: 5px #d9e1f4 solid;
  display: inline-block;
  min-height: 80px;
  width: auto;
  display: inline-block;
  min-width: 120px;
  text-align: center;
  position: relative;
}
.h-level-inner-user {
  height: 80px;
  width: auto;
  display: inline-block;
  min-width: 120px;
  padding: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
}
.h-level-user {
  height: 80px;
  width: auto;
  display: inline-block;
  min-width: 120px;
  padding: 20px;
  text-align: center;
  position: relative;
}
.h-level-user-line-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  text-align: center;
  z-index: -1;
}
.h-level-user-line {
  width: 5px;
  height: 80px;
  background: #d9e1f4;
  display: inline-block;
}
.settings-block {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 200px;
  width: 300px;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  z-index: 200000;
  border-top-left-radius: 100%;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  display: none;
  text-align: left;
  padding: 20px;
  padding-top: 60px;
  padding-left: 50px;
}
.settings-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  width: 50px;
  height: 50px;
  padding-top: 12px;
  display: inline-block;
  z-index: 200000;
  border-radius: 100%;
  text-align: center;
  color: #ed4f62;
  cursor: pointer;
}
.debug {
  position: fixed;
  bottom: 18px;
  left: 20px;
  margin-right: 80px;
  z-index: 20000;
  font-size: 10px;
}
.cog-alerter {
  position: fixed;
  bottom: 30px;
  right: 90px;
  z-index: 2000;
  display: none;
  cursor: pointer;
  font-family: "Lustria", monospace;
  font-weight: bold;
}
b {
  font-family: "Lustria", monospace;
  font-weight: bold;
}
.highcharts-contextmenu {
  top: -88px !important;
}
.highcharts-credits {
  display: none !important;
}
.chart-outer {
  max-width: 800px;
  margin: 2em auto;
}
#container {
  height: 300px;
  margin-top: 2em;
  min-width: 380px;
}
.highcharts-data-table table {
  border-collapse: collapse;
  border-spacing: 0;
  background: white;
  min-width: 100%;
  margin-top: 10px;
  font-size: 0.9em;
}
.highcharts-data-table td {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  text-align: left;
  font-size: 12px;
  font-family: "Lustria", monospace;
  color: #000;
  padding: 10px;
}
.highcharts-data-table th,
.highcharts-data-table caption {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Lustria", monospace;
  color: #000;
  padding: 10px;
}
.highcharts-data-table tr:hover {
  background: #f9f9e5;
}
.highcharts-data-table caption {
  border-bottom: none;
  font-size: 1.1em;
  font-weight: bold;
}
.sideBixLayover {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 200000;
  display: none;
}
.sideBoxCloseButton {
  position: absolute;
  top: 18px;
  right: 10px;
  cursor: pointer;
  z-index: 200000;
}
.sideBoxCloseButton_1 {
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
  background: transparent;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  display: inline-block;
  z-index: 200000;
  border-radius: 100%;
  text-align: center;
  color: #444;
  cursor: pointer;
  background: transparent;
  transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sideBoxCloseButton_1:hover {
  background: #e04556;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.fa-phone {
  transform: rotate(90deg);
}
.notifBox {
  position: fixed;
  top: 0px;
  right: -120%;
  width: 25%;
  background: #fff;
  z-index: 2000000;
}
.modal-dialog {
  margin: 0px auto !important;
}
.sideBox {
  position: fixed;
  top: 0px;
  right: -120%;
  width: 90%;
  background: #fff;
  z-index: 2000000;
}
.blue-block-letter {
  color: #4c7aec;
  background: #deecfe;
}
.green-block-letter {
  color: #28b76f;
  background: #e0fcee;
}
.red-block-letter {
  color: #f0555a;
  background: #fce0e1;
}
.yellow-block-letter {
  color: #fff;
  background: #f4c862;
}
.purple-block-letter {
  color: #fff;
  background: #5457f7;
}
.block-letter-small .fa-file-powerpoint {
  font-size: 15px !important;
}
.block-letter-small {
  padding-top: 2px;
  font-size: 12px !important;
  border-radius: 3px;
  font-weight: bold;
  width: 22px;
  height: 22px;
  text-align: center;
  display: inline-block;
  background: transparent !important;
  border: 0px #aaa solid !important;
  color: #aaa !important;
}
.block-letter {
  padding-top: 9px;
  border-radius: 10px !important;
  font-size: 17px !important;
  font-weight: bold;
  width: 45px;
  height: 45px;
  text-align: center;
  display: inline-block;
}
caption {
  display: none;
}
.ui-menu {
  background: #fff !important;
  list-style: none !important;
  padding: 0px !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.ui-menu li {
  border-bottom: 1px #eee solid !important;
}
.ui-menu-item-wrapper {
  padding: 10px 13px !important;
}
.ui-state-active {
  background: #c1def2 !important;
}
.spanselector {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  margin: 10px 10px;
  cursor: pointer;
}
.spanselector i {
  position: absolute;
  top: 5px;
  right: 10px;
}
#trafficButton {
  display: none;
}
.todayactivity .badge-light {
  margin-top: 5px;
  margin-left: -5px;
}
.mapContentHere {
  padding: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  border-radius: 5px;
  z-index: 2000;
}
.taskfooter {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  margin: 0px 20px;
  display: none;
  background: #fff;
  border-top: 1px #d2d0e2 solid;
}
.taskitem {
  background: #fff;
  padding: 0px;
  border-radius: 5px;
  height: auto;
  border: 1px #eee solid;
  margin: 20px 20px 20px 0px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.taskline {
  position: absolute;
  height: 70%;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #6086ff;
  width: 4px;
  border-radius: 10px;
}
.calltasker .text-primary {
  color: #6086ff !important;
}
.meettasker .text-primary {
  color: #bf8a20 !important;
}
.othertasker .text-primary {
  color: #8870ff !important;
}
.calltasker .taskline {
  background: #6086ff;
}
.meettasker .taskline {
  background: #feb720 !important;
}
.othertasker .taskline {
  background: #8870ff !important;
}
.calltasker .blue-block-letter {
  background: #eaeef7;
  color: #6086ff;
}
.meettasker .blue-block-letter {
  background: #030303;
  color: #feb720;
}
.meettasker .taskaction table td:hover {
  color: #feb720;
}
.othertasker .blue-block-letter {
  background: #e7e3fc;
  color: #8870ff;
}
.othertasker .taskaction table td:hover {
  color: #8870ff;
}
.timeline {
  color: #999;
  display: block;
  margin-top: 10px;
}
.taskaction {
  padding: 10px;
  padding-top: 3px;
  position: absolute;
  height: 50px;
  bottom: 0px;
  width: 100%;
  left: 0px;
  display: none;
}
.doneLine {
  height: 50px;
  width: 100%;
  position: relative;
}
.doneDash {
  border: 1px #cacddc dotted;
  position: absolute;
  top: 14px;
  left: 0%;
  width: 95%;
}
.doneLabel {
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0px;
  left: 0px;
  background: transparent;
  text-align: center;
}
.doneLabelInner {
  background: transparent;
  padding: 5px;
  color: #cacddc;
  display: inline-block;
  font-family: "Lustria", monospace;
  font-weight: bold;
}
.taskdone {
  background: #c9f9eb;
}
.taskdone .taskline {
  background: #2ae2be !important;
}
.taskdone .blue-block-letter {
  background: #2ae2be;
  color: #fff;
}
.taskdone .text-primary {
  color: #000 !important;
}
.taskaction table {
  width: 100%;
}
.taskaction table td {
  width: 20%;
  padding: 0px;
  text-align: center;
  font-size: 10px;
  font-family: "Lustria", monospace;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  cursor: pointer;
}
.calltasker .taskaction table td:hover {
  color: #6086ff;
}
.donelist .taskaction table td:nth-child(1) {
  display: none !important;
}
.donelist .taskaction table td:nth-child(2) {
  display: none !important;
}
.donelist .taskaction table td:hover {
  color: #000 !important;
}
.taskfooter .bar {
  width: 50%;
}
.calltasker .completedlabel {
  color: #6086ff;
  font-family: "Lustria", monospace;
  font-weight: bold;
  font-size: 14px;
}
.meettasker .completedlabel {
  color: #feb720;
  font-family: "Lustria", monospace;
  font-weight: bold;
  font-size: 14px;
}
.othertasker .completedlabel {
  color: #8870ff;
  font-family: "Lustria", monospace;
  font-weight: bold;
  font-size: 14px;
}
.tasktable td {
  padding: 0px 30px;
}
.tasktable td table td {
  padding: 10px !important;
}
.taskHead td {
  font-size: 20px;
  cursor: pointer;
  color: #ccc;
  width: 8%;
  text-align: center;
  position: relative;
  font-family: "Lustria", monospace;
  font-weight: bold;
}
.datedot {
  position: absolute;
  top: 5px;
  right: -12px;
  background: #e04556;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  text-align: center;
  padding-top: 1px;
  color: #fff;
  font-size: 9px;
  display: none;
}
.taskHead td.active-date {
  color: #000;
  font-family: "Lustria", monospace;
  font-weight: bold;
}
.taskHead td:hover {
  color: #000 !important;
  font-family: "Lustria", monospace;
  font-weight: bold;
}
.hidethis {
  display: none !important;
}
.datatable .hidethis {
  display: block;
}
.headCircle {
  height: 40px;
  width: 40px;
  background-size: cover;
  display: inline-block;
  border-radius: 100%;
  vertical-align: bottom;
  cursor: pointer;
  text-align: center;
  padding-top: 13px;
  color: #444;
  position: relative;
}
.recAct {
  padding: 10px;
  border-bottom: 1px #eee solid;
  margin: 10px;
  cursor: pointer;
}
.dashtarget td {
  padding-bottom: 40px;
}
.dashtarget .progressbar-text {
  display: none;
}
select {
  background: transparent url("../images/down-arrow.png") scroll no-repeat 96%
    center;
}
.dashtarget select {
  background: transparent;
  border: 0px;
}
.fileholder {
  padding: 10px;
  border-bottom: 1px #eeee solid;
}
.fileholder-active {
  padding: 10px;
  border-bottom: 1px #eeee solid;
  background: #5457f7;
  color: #fff;
}
strong {
  font-family: "Lustria", monospace;
  font-weight: bold;
}
.smalltable td {
  position: relative;
}
.highrow .highHide {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-weight: bold;
  font-size: 12px;
}
.highlight {
  background: #fbfafa !important;
}
.highlightbig {
  background: #5457f7 !important;
  color: #fff !important;
  position: relative;
}
.highlightbig .highHide {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-weight: bold;
  font-size: 11px;
}
.highHide {
  display: none;
}
.input {
  -webkit-appearance: none;
  outline: none;
  display: block;
  width: 100%;
  height: 32px;
  padding: 0.375rem 0.75rem;
  line-height: 1.42857;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  font-size: 14px;
}
.inpGroup {
  -webkit-appearance: none;
  outline: none;
  display: block;
  width: 100%;
  height: 33px;
  padding: 5px 0px 0px 10px;
  line-height: 1.42857;
  color: #000;
  background-color: #eee;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  -webkit-appearance: none;
  font-size: 14px;
  text-align: left;
}
.inpGroup .input {
  border: 0px;
  border-left: 1px solid #ced4da;
  height: 30px !important;
  float: right;
  width: 85% !important;
  margin-top: -5px !important;
  border-radius: 0px !important;
}
.inpGroup .inputRed {
  height: 30px !important;
  float: right;
  width: 85% !important;
  margin-top: -5px !important;
  border-radius: 0px !important;
}
.inpGroup input[name="req"] {
  border-left: 1px #db2a0a solid !important;
}
.inr::before {
  content: "INR";
}
.perc::before {
  content: "%";
}
input.input {
  height: 32px !important;
}
textarea.input {
  height: 80px !important;
}
.cabin {
  font-family: "Cabin";
}
.input:focus {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(38, 142, 222, 0.2) !important;
  -moz-box-shadow: 0px 0px 5px 2px rgba(38, 142, 222, 0.2) !important;
  box-shadow: 0px 0px 5px 2px rgba(38, 142, 222, 0.2) !important;
}
.rightBox {
  text-align: right;
  float: right;
}
.heading-plain {
  padding: 10px 10px;
  border-bottom: 1px #e4e4e4 solid;
  font-family: "Lustria", monospace;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
.fileCatcher {
  cursor: pointer;
  width: 100%;
  height: 200px;
  background: #fff;
  border: 1px #ccc dashed;
  text-align: center;
  padding-top: 70px;
  margin-top: 30px;
  position: relative;
}
.fileCatcherFooter {
  background: #f7f8f8;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-top: 1px #ccc dashed;
}
.imageDisplayCloser {
  position: absolute;
  top: -9px;
  right: -9px;
  font-size: 16px;
  cursor: pointer;
  z-index: 200;
  background: #fff;
  color: red;
  padding: 0px;
  border-radius: 100%;
  line-height: 10px;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "Lustria", monospace, sans-serif;
  font-size: 14px;
  color: #444;
  overflow: hidden;
}
select {
  background: transparent url(../images/down-arrow.png) scroll no-repeat 96%
    center;
}
.h1font {
  font-size: 15px;
}
.h2font {
  font-size: 20px;
}
.badge {
  padding: 5px 10px !important;
  border-radius: 15px !important;
  font-size: 11px !important;
  font-family: "Lustria", monospace;
  font-weight: bold;
}
.badge-success {
  background: #28a745;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 11px;
}
.badge-primary {
  background: #268ddd;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 11px;
}
input[name="req"],
input[name="reqismobile"],
input[name="reqisEmail"],
input[name="reqisdec"],
select[name="req"] {
  border-left: 1px #db2a0a solid;
}
.highlight {
  background: #fbfafa;
}
.badge-light {
  font-size: 12px;
  background: #f8f9fa;
  padding: 4px 10px;
  border-radius: 10px;
}
.h3font {
  font-size: 16px;
}
.bold {
  font-family: "Lustria", monospace;
  font-weight: bold;
}
strong {
  font-family: "Lustria", monospace;
  font-weight: bold;
}
.squaretext {
  font-size: 22px !important;
  padding-top: 10px !important;
}
.panel {
  border-radius: 50px;
  height: auto;
  border: 2px #ddd solid;
  padding: 20px;
}
.lightcolor {
  font-weight: light;
  color: #999;
}
.verylightcolor {
  font-weight: light;
  color: #999;
}
.circle {
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
}
.square {
  border-radius: 5px;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  padding-top: 3px;
}
.circleBig {
  border-radius: 100%;
  height: 60px;
  width: 60px;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  vertical-align: super;
  font-size: 30px;
}
.squareBig {
  border-radius: 15px;
  height: 60px;
  width: 60px;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  vertical-align: super;
  font-size: 30px;
}
.grey {
  background: #999;
  color: #fff;
  border: 2px #999 solid;
}
.blue {
  background: #268ddd !important;
  color: #fff;
}
.black {
  background: #000;
  color: #fff;
  border: 2px #000 solid;
}
.white {
  background: #fff;
  color: #444;
  border: 1px #444 solid;
}
.black-color {
}
.table {
  margin: 0px;
  background: transparent !important;
}
.table td {
  padding: 15px 10px;
  background: transparent;
}
.leftborder {
  border-left: 1px #dee2e6 solid;
}
.rightborder {
  border-right: 1px #dee2e6 solid;
}
.topborder {
  border-top: 1px #dee2e6 solid;
}
.bottomborder {
  border-bottom: 1px #dee2e6 solid;
}
.lightBox td:nth-child(1) {
  color: #555;
  font-size: 13px;
}
.lightBox td:nth-child(2) {
  color: #000;
  font-weight: bold;
  font-size: 13px;
  font-family: "Lustria", monospace;
  font-weight: bold;
}
.lightBox td {
  padding: 5px 10px !important;
}
.fa-phone {
  font-size: 11px;
  transform: rotate(135deg);
}
.totalTable td:nth-child(2) {
  text-align: right;
}
.totalTable td:nth-child(2) .input {
  text-align: right;
}
.table th {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Lustria", monospace;
  color: #000;
}
.table td {
  font-size: 13px;
  padding: 10px 15px;
}
.green-color {
  color: #029745;
}
.orange-color {
  color: #eb6100;
}
.red-color {
  color: #d64830 !important;
}
.blue-color {
  color: #007bff;
  text-transform: capitalize;
}
.heading {
  padding: 10px 10px;
  border-bottom: 1px #e4e4e4 solid;
  background: #fff;
  font-family: "Lustria", monospace;
  font-size: 13px;
  color: #000;
}
.heading-plain {
  padding: 10px 10px;
  border-bottom: 1px #e4e4e4 solid;
  font-family: "Lustria", monospace;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
#filterrow {
  padding: 10px;
}
#filterrow input {
  display: inline-block;
}
#filterrow select {
  display: inline-block;
}
.badge-black {
  background: #000;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 12px;
}
.badge-grey {
  background: #999;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 12px;
}
.spacer-div {
  height: 200px;
}
a {
  color: inherit !important;
}
a:hover {
  text-decoration: none !important;
}
.topmenuitems {
  float: right;
  padding: 10px;
}
.topmenuitemsRight {
  float: right;
  margin-top: 6px;
  margin-right: 60px;
}
.btn {
  border-radius: 3px;
  padding: 3px 12px;
  outline: none;
  font-size: 13px;
  font-family: "Lustria", monospace;
  outline: none;
}
.btn:hover {
  background: #ad301d;
  border: 1px #ad301d solid;
}
.table {
  background: transparent;
}
.btn-white {
  background: #f5f5f5 !important;
  color: #212529 !important;
  border-color: #ddd;
  border: 1px #ddd solid !important;
}
.btn-white:hover {
  border-color: #aaa;
}
.btn-blue {
  border: 1px #007bff solid !important;
  color: #007bff !important;
  background: #fff !important;
}
.btn-blue:hover {
  background: #1d66a5 !important;
  border-color: #1d66a5 !important;
  color: #fff !important;
}
th.red-filter .arrow-down {
  color: red;
}
.headBox {
  font-weight: bold;
  font-size: 12px;
}
.noStick th {
  position: relative !important;
}
.datatable th {
  font-family: "Lustria", monospace;
  vertical-align: middle !important;
  font-weight: bold;
  padding: 7px 10px;
  font-size: 12px;
  position: sticky;
  background: #fff;
  box-shadow: 0 1px 1px -1px #eee;
  margin-top: -5px;
  top: 0;
  border-bottom: 2px #aaa solid !important;
  color: #444444;
  z-index: 20;
  /* Don't forget this, required for the stickiness */
}
.datatable tr {
  cursor: pointer;
}
.datatable td {
  padding: 10px 10px !important;
  font-size: 13px !important;
  text-align: left;
}
.formtable td .input {
  border: 0px !important;
}
.formtable td .input:focus {
  box-shadow: none !important;
}
.formtable input[readonly] {
  background: #f9f9f9;
}
.formtable th {
  background: #f9f9f9 !important;
}
.formtable td input {
  padding: 5px !important;
}
tr.angle td {
  background: #f8f7f9;
}
.modal-lg {
  width: 60% !important;
  max-width: 60% !important;
}
.inputRed {
  -webkit-appearance: none;
  outline: none;
  height: 32px;
  padding: 0.375rem 0.75rem;
  line-height: 1.42857;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b82121 !important;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  font-size: 14px;
}
.input {
  -webkit-appearance: none;
  outline: none;
  display: block;
  width: 100%;
  height: 32px;
  padding: 0.375rem 0.75rem;
  line-height: 1.42857;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  font-size: 14px;
}
textarea.input {
  border-radius: 1px !important;
}
.inpGroup {
  -webkit-appearance: none;
  outline: none;
  display: block;
  width: 100%;
  height: 33px;
  padding: 5px 0px 0px 10px;
  line-height: 1.42857;
  color: #000;
  background-color: #eee;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  -webkit-appearance: none;
  font-size: 14px;
  text-align: left;
}
.inpGroup .input {
  border: 0px;
  border-left: 1px solid #ced4da;
  height: 30px !important;
  float: right;
  width: 85% !important;
  margin-top: -5px !important;
  border-radius: 0px !important;
}
.inpGroup input[name="req"] {
  border-left: 1px #db2a0a solid !important;
}
.inr::before {
  content: "INR";
}
.perc::before {
  content: "%";
}
input.input {
  height: 32px !important;
}
textarea.input {
  height: 120px !important;
}
.cabin {
  font-family: "Cabin";
}
.imageDisplayer {
  width: 80px;
  height: 80px;
  background: transparent url("../images/default-image.png") scroll no-repeat
    center center;
  cursor: pointer;
  background-size: cover;
  display: inline-block;
  margin: 10px 20px 10px 0px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  position: relative;
  border: 5px #fff solid;
  border-radius: 3px;
}
.bg-danger {
  background: #f2a193 !important;
}
.bg-success {
  background: #d2f4cb !important;
}
.tableInvoice th {
  background: #444;
  color: #fff;
}
.calSpan {
  font-size: 11px;
  padding: 2px 10px;
  border-radius: 4px;
}
.calSpan-green {
  color: #52c41a;
  background: #f6ffed;
  border: 1px #52c41a solid;
}
.calSpan-red {
  color: #f5222d;
  background: #fcf1f0;
  border: 1px #f5222d solid;
}
.calSpan-yellow {
  color: #faad14;
  background: #fefbe6;
  border: 1px #faad14 solid;
}
.calSpan-purple {
  color: #7f1ffa;
  background: #efe8f9;
  border: 1px #7f1ffa solid;
  color: #7f1ffa;
}
.calSpan-orange {
  color: #f98820;
  background: #f9ede3;
  border: 1px #f98820 solid;
}
.calSpan-white {
  color: #777;
  background: #fff;
  border: 1px #bbb solid;
  font-weight: bold;
  font-size: 12px;
}
.calSpan-light {
  color: #777;
  background: #fff;
  border: 1px #bbb solid;
  font-weight: bold;
  font-size: 12px;
}
.autobox {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  border: 1px #eee solid;
  z-index: 20000;
  padding: 6px;
  width: 100%;
  display: none;
}
.autocomplete-suggestions {
  border: 1px solid #ddd;
  background: #fff;
  overflow: auto;
  z-index: 20000000 !important;
}
.autocomplete-suggestion {
  padding: 5px 5px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
}
.autocomplete-selected {
  background: #fcfbf2;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #268ddd;
}
.autocomplete-group {
  padding: 5px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #ddd;
}
.formBox .input {
  margin-top: -7px;
}
.formBox .textBox {
}
.modal .textBox {
  padding-top: 35px !important;
}
.formBox .col-sm-12 textarea {
  margin-top: 10px !important;
  border-radius: 0px !important;
  -webkit-appearance: none;
}
.formBox .col-sm-12 input {
  margin-top: 10px !important;
}
.noborder {
  border: 0px !important;
}
.formBox .col-sm-12 {
  font-weight: bold;
}
.formBox .col-sm-2,
.formBox .col-sm-3,
.formBox .col-sm-4,
.formBox .col-sm-6,
.formBox .col-sm-8,
.formBox .col-sm-10,
.formBox .col-sm-12 {
  padding: 20px 10px 20px 0px;
}
.formhead {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px 0px 20px 0px;
  display: block;
  color: #999;
}
.sideMenu {
  padding: 0px;
  padding-left: 0px;
  list-style: none;
}
.sideMenu li {
  padding: 8px 10px;
  border-bottom: 1px #eee solid;
  cursor: pointer;
}
.sideMenu li:hover {
  background: #fff5dc;
}
.sideMenu li.selected {
  background: #fff5dc;
}
.dashBoxInner {
  height: 400px;
  width: 100%;
  overflow-y: auto;
}
.diffstatebox {
  display: none;
}
.bg-video-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 20;
}
video {
  width: auto;
  height: 100%;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.7) 50%
  );
  background-size: 3px 3px;
  z-index: 200;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #2196f3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
#formModalBig .input {
  margin-top: 10px !important;
}
#formModal .input {
  margin-top: 10px !important;
}
.formtable td {
}
.selectedContainer .selected {
  background: #fff5dc !important;
}
.fas {
  vertical-align: middle;
}
.displayBox span:not(.badge) {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #777 !important;
}
.tabledisplay tr td:nth-child(1) {
  width: 60px;
  text-align: center;
  vertical-align: middle;
  padding: 0px 10px;
}
.tabledisplay td span:nth-child(1) {
  margin: 0px 0px !important;
  color: #777;
  display: block;
  font-size: 11px !important;
  font-weight: normal !important;
}
.tabledisplay td {
  padding: 10px 20px 10px 0px;
  font-size: 14px !important;
  font-weight: bold;
}
.badge-small {
  background: transparent;
  color: #888;
  border-radius: 2px !important;
  padding: 2px 10px;
  font-size: 9px;
  border: 1px #888 solid;
  display: inline-block;
  font-weight: bold;
}
.btn-group .btn-light {
  border-left: 1px #dbe3ff solid !important;
}
.rightMargin {
  margin-right: 60px;
  height: 28px;
  margin-top: 1px;
}
.titleHide {
  display: none !important;
}
.dashBox {
  padding: 15px;
  padding-left: 80px;
  position: relative;
  border-bottom: 1px #eee solid;
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  cursor: pointer;
}
.dashBox:hover {
  background: #fff5dc;
}
.dashBox .iconBox {
  position: absolute;
  top: 25px;
  left: 5px;
  width: 60px;
  text-align: center;
  height: auto;
}
.dashBox span {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #777 !important;
}
#setProductImage {
  width: 80%;
  text-align: center;
}
.editorGuy {
  width: 400px;
  height: 400px;
  text-align: center;
  position: absolute;
  border: 1px #eee solid;
  top: 100px;
  left: 200px;
}
.editorGuy:hover {
  border: 1px #000 solid;
}
.editorGuy img {
  max-width: 100%;
  max-height: 400px;
}
.setProductBox {
  width: 20%;
  height: auto;
  position: absolute;
  top: 10px;
  left: 10px;
}
.editorText {
  width: 300px;
  height: auto;
  text-align: left;
  background: transparent;
  position: absolute;
  font-family: "Lustria", serif !important;
  top: 10px;
  left: 10px;
  z-index: 20;
  border: 1px #fff solid;
}
.editorText:hover {
  border: 1px #000 solid;
}
.head {
  font-size: 20px;
  font-weight: bold;
  font-family: "Lustria", serif !important;
}
.text {
  font-size: 10px;
  font-family: "Lustria", serif !important;
}
.screenFrame {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #fff;
  overflow: hidden;
  display: inline-block;
  display: flex;
}
.orderStatus {
  float: right;
}
.cartTable {
  width: 100%;
}
.cartTable td {
  padding: 10px;
  vertical-align: middle;
}
.cartPic {
  width: 80px;
  height: 80px;
  border: 1px #eee solid;
}
.cartName {
  font-size: 13px;
  color: #444;
}
.cartVariants {
  margin: 10px 0px;
  font-size: 11px;
  text-transform: lowercase;
  color: #444;
}

.mobileFrame{
  width:100%;
  /*
  position:absolute;
  top:0px;
  left:0px;
  */
  width:100%;

  height:100vh;
  border-right:1px #999 dashed;
  border-left:1px #999 dashed;
  display:inline-block;
}
.editorHeight {
  width: 100%;
  position: relative;
  justify-content: center;
  background: #eee;
  display: flex;
  justify-content: center;
}
.editorContainer {
  width: 100%;
  position: relative;
}
.editorSide {
  /*
  position: absolute;
  top:0px;
  right:-100%;
  width:20%;
  z-index:20000;
  */
  background: #fff;
  border-left: 1px #eee solid;

  overflow-y: auto;
}

.editorSide strong {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
.editorCaller {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  padding-top: 14px;
  font-size: 14px;
  z-index: 2000;
}
#editorGuyImage {
  width: 10%;
  position: absolute;
  top: 300px;
  left: 300px;
  z-index: 200;
}
#editorGuyImage:hover {
  border: 1px #000 solid;
}
.calendar {
  width: 100%;
  border: 0px;
}
.calendar th {
  padding: 20px;
  color: #000;
  text-align: center;
  background: #fff;
  border: 0px !important;
}
.calendar td {
  position: relative;
  text-align: center;
  vertical-align: middle;
  border: 1px #eee solid;
  cursor: pointer;
  width: 13%;
  height: 100px;
  font-size: 12px;
}
.calendar td div.popover {
  min-width: 200px;
  color: #222 !important;
}
.calendar td:hover {
  background: #f4eecb;
}
.calendar td span {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
}
.calendar td.holiday {
  background: #15adc4 !important;
  color: #fff;
}
.calendar td.today {
  background: #e66c6b !important;
  color: #fff;
}
.calendar td.current {
  color: #222;
}
.calendar td.sunday {
  background: #f7f8f8;
  color: #ccc;
}
.calendar td.past {
  color: #ccc;
}

.guybox {
  display: inline-block;
  margin: 10px 10px 10px 0px;
  width: 100px;
}
.guyboxInner {
  border: 1px #eee solid;
  height: 100px;
  width: 100%;
  cursor: pointer;
}

.guyImgContainer {
  background: #fff;
}

.textInner {
  position: relative;
}

.textFilter {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  background: #69a5e1;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  font-size: 10px !important;
}

.editorHead {
  position: absolute;
  color:#000;
  z-index:200;
}

.editorTextInner {
  position: absolute;
  color:#000;
  z-index:200;
}


#contentSubTitle{
  line-height: 120%;
}

#contentTitle{
  line-height: 120%;
}
.previewContainerLayover{
  background:rgba(255,255,255,0.8);
  width:100%;
  height:100vh;
  position:fixed;
  left:0px;
  top:0px;
  text-align: center;
  z-index:2000000;
  display:none;
}

.previewContainer{
width:80%;
height:100vh;
background:#eee;
display:inline-block;
}


.desktopPreview{
  max-height: 400px;
  
}


.mobilePreview{
  max-height: 400px;
  
}



.blackOuter{
  border:30px #000 solid;
  width:500px;
  height:358px;
  -webkit-box-shadow:  10px 10px 20px -5px rgba(136,136,136,1);
  -moz-box-shadow:  10px 10px 20px -5px rgba(136,136,136,1);
  box-shadow:  10px 10px 20px -5px rgba(136,136,136,1);
  
display: inline-flex;
align-items: center;
justify-content: center;
overflow: hidden;
background:#fff;
margin-top:50px;

}

.insetShadow{
  width:440px;
  height:298px;
  -webkit-box-shadow: inset 10px 10px 20px -5px rgba(136,136,136,1);
-moz-box-shadow: inset 10px 10px 20px -5px rgba(136,136,136,1);
box-shadow: inset 10px 10px 20px -5px rgba(136,136,136,1);
display: inline-flex;
align-items: center;
justify-content: center;
overflow: hidden;

}

.whiteInner{
  width:100%;
  height:298px;
  -webkit-box-shadow: inset 10px 10px 20px -5px rgba(136,136,136,1);
  -moz-box-shadow: inset 10px 10px 20px -5px rgba(136,136,136,1);
  box-shadow: inset 10px 10px 20px -5px rgba(136,136,136,1);
  
}

.whiteInnerMatted{
  max-width:50%;
  max-height:215px; ;

}
.blackOuterSmall{
  border:5px #000 solid;
  width:80px;
  height:57px;
display: inline-flex;
align-items: center;
justify-content: center;
overflow: visible;
background:#fff;
margin-top:-10px;
cursor:pointer;
}

.whiteOuterSmall{
  border:5px #eee solid;
  width:80px;
  height:57px;
display: inline-flex;
align-items: center;
justify-content: center;
overflow: visible;
background:#fff;
margin-top:-10px;
cursor:pointer;

}


.whiteInnerSmall{
  width:100%;
  height:47px; 
}



.whiteInnerSmallMatted{
  width:40%;
  height:auto;
}

.whiteOuter{
  border:30px #eee solid;
  width:500px;
  height:358px;
  -webkit-box-shadow:  10px 10px 20px -5px rgba(136,136,136,1);
-moz-box-shadow:  10px 10px 20px -5px rgba(136,136,136,1);
box-shadow:  10px 10px 20px -5px rgba(136,136,136,1);
display: inline-flex;
align-items: center;
justify-content: center;
overflow: visible;
background:#fff;
margin-top:50px;
}
.crossHairVertical{
    position:absolute;
    top:0px;
    left:0px;
    width:1px;
    height:100%;
    display:none;
    border-left:1px #999 dashed;
}
.crossHairHorizontal{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:1px;
    display:none;
        border-top:1px #999 dashed;
}