html,
body {
  height: 100%;
  margin: 0px;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #444;
  overflow: hidden;
}


.hidePrint{
  display:none;
}

.dropdown-filter-dropdown {
  display: inline-block;
}


.dropdown-filter-content {
  display: none;
  position: absolute;
  top: 30px;
  left: 10px;
  background: #fff;
  padding: 20px;
  font-size: 10px !important;
  font-weight: normal;
  width: 400px;
  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: 2000000;
}


.table tr th:last-child .dropdown-filter-content{  
left:auto;
right:0px !important;
}

.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;
}
.sorttable th {
  position: relative;
}
.dropdown-filter-sort {
  cursor: pointer;
}
.glyphicon {
  display: inline-block;
  background: transparent url("../images/funnel.png") scroll no-repeat center
    center;
  background-size: cover;
  height: 8px;
  width: 8px;
  margin-left: 10px;
  cursor: pointer;
}
.nofilter .dropdown-filter-dropdown {
  display: none !important;
}

.arrow-down{
  display:none !important;
}
.dropdown-filter-icon{
border:0px !important;
}


div.reqInput .select2-container{
  border-left: 1px red solid !important;

}


.barBack{
  margin-top:10px;
width:100%;
background:#eee;
vertical-align:middle;
height:5px;
position:relative;
}
.barIn{
  position:absolute;
  top:0px;
  left:0px;
  width:20%;
  height:5px;
  background:#5356f7;
}
.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;
}
.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: "Inter";
  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: "Inter";
  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;
  background:#fbfafa !important;
}
#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-white {
  background: #fff;
  color: #444;
  border-radius: 15px;
  padding: 5px 10px;
  font-size: 12px;
  border: 1px #444 solid;
}
.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: "Inter";
  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 {
  background: #000 !important;
  color: #fff !important;
  border-color: #000;
  font-size: 12px;
}
/*
.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;
}

.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{
  background: #FBFAFA;
}


.dataTable th {
    font-family: "Inter";
  

  vertical-align: middle !important;
  padding: 7px 10px;
  font-size: 12px;
  position: sticky;
  background: #FBFAFA !important;
  box-shadow: 0 1px 1px -1px #eee;
  margin-top: -5px;
  top: 0;
  border-bottom: 2px #bbb solid !important;
  color: #444444;
  /* Don't forget this, required for the stickiness */
}

.dataTable tr {
  cursor: pointer;
}

.dataTable td {
  padding: 7px 10px !important;
  font-size: 13px !important;
  text-align: left;
}

.formtable td .input {
  border: 0px !important;
}

.formtable input[readonly] {
  background: #f9f9f9;
}

.formtable th {
  background: #f9f9f9 !important;
}

.formtable td {
  padding: 5px 10px !important;
}

.formtable td input {
  padding: 5px !important;
}

.formtable td .select2-selection{
  border:0px !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";
}
.formBox .col-sm-10 {
  padding: 5px 10px !important;
}
.formBox .col-sm-6 {
  padding: 5px 10px !important;
}
.formBox .col-sm-5 {
  padding: 5px 10px !important;
}
.formBox .col-sm-1 {
  padding: 5px 10px !important;
}
.formBox .col-sm-3 {
  padding: 5px 10px !important;
}
.formBox .col-sm-8 {
  padding: 5px 10px !important;
}
.formBox .col-sm-1 {
  padding: 13px 10px !important;
}
.formBox .col-sm-2 {
  padding: 5px 10px !important;
}
.formBox .col-sm-4 {
  padding: 5px 10px !important;
}
.formBox .col-sm-12 {
  padding: 5px 10px !important;
}
.formBox {
  font-size: 14px;
  color: #444;
}
.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: 1px #fff solid !important;
}
.formBox .col-sm-8 input {
  margin-top: 8px;
  margin-bottom: 15px;
}
.formBox .col-sm-8 select {
  margin-top: 8px;
  margin-bottom: 15px;
}
.formBox .col-sm-8 textarea {
  margin-top: 8px;
  margin-bottom: 15px;
}
.formBox .col-sm-6 input {
  margin-top: 8px;
  margin-bottom: 15px;
}
.formBox .col-sm-5 input {
  margin-top: 8px;
  margin-bottom: 15px;
}
.formBox .col-sm-6 select {
  margin-top: 8px;
  margin-bottom: 15px;
}
.formBox .col-sm-6 textarea {
  margin-top: 8px;
  margin-bottom: 15px;
}
.formBox .col-sm-3 input {
  margin-top: 8px;
  margin-bottom: 15px;
}
.formBox .col-sm-3 select {
  margin-top: 8px;
  margin-bottom: 15px;
}
.formBox .col-sm-3 textarea {
  margin-top: 8px;
  margin-bottom: 15px;
}
.formBox .col-sm-2 input {
  margin-top: 8px;
  margin-bottom: 15px;
}
.formBox .col-sm-2 select {
  margin-top: 8px;
  margin-bottom: 15px;
}
.formBox .col-sm-2 textarea {
  margin-top: 8px;
  margin-bottom: 15px;
}
.formBox .col-sm-12 input {
  margin-top: 8px;
  margin-bottom: 15px;
}
.formBox .col-sm-12 select {
  margin-top: 8px;
  margin-bottom: 15px;
}
.formBox .col-sm-12 textarea {
  margin-top: 8px;
  margin-bottom: 15px;
}
.formBox .col-sm-4 input {
  margin-top: 8px;
  margin-bottom: 15px;
}
.formBox .col-sm-4 select {
  margin-top: 8px;
  margin-bottom: 15px;
}

.abox{
  padding:10px;
  text-align: center;
  display:inline-block;
}
.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;
}
li.submenu {
  display: none;
}
.menuside ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.menuside ul li {
  text-align: left;
  padding: 8px 20px 8px 35px;
  cursor: pointer;
  font-size: 13px;
  margin-top: 0px;
  position: relative;
  color:#000;
}
.innermenu ul li {
  padding: 8px 20px 8px 20px !important;
}
.caret {
  position: absolute;
  top: 1px;
  right: 30px;
  color: #999;
}
.submenu {
  padding: 0px !important;
}
.submenu ul {
  margin-top: 0px;
}
.selected ul li {
  background: #f6f6f6;
}
.submenu ul li {
  text-align: left;
  padding: 8px 10px 8px 42px;
  cursor: pointer;
  font-size: 13px;
  margin-top: 0px;
  position: relative;
  background:#eee;
}
.submenu ul li:hover {
  background: #f6f6f6 !important;
}
.menuside ul li:hover {
  background: #f6f6f6;
  color:#000 !important;
}

.menuside ul li:hover .submenu ul li {
  background: #f6f6f6;
  color:#000;
}


.modal select {
  height: 39px;
}
.menuside ul li.selected {
  background: #f6f6f6;
  color: #000 !important;
}
.menuside ul li i {
  color: #666 !important;
}



.menuside ul li.selected i {
  color: #555 !important;
}


.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 {
  color: #fff;
}
.menuside ul li i {
  font-size: 15px;
  position: absolute;
  top: 10px;
  left: 15px;
  color: #666;
}
.dtabs {
  display: none;
}
.dtabs input {
  width: 100%;
}
.dtabs select {
  width: 100%;
}
.title {
  font-size: 20px;
  padding: 15px 15px;
  color: #444;
    font-family: "Inter" !important;
  border-bottom: 1px #eee solid;
}
#h-user-detals div span {
    font-family: "Inter";
  font-weight: bold;

}
.big-light-font {
  font-size: 20px;
  padding: 5px 0px;
  color: #000;
    font-family: "Inter" !important;
    
}
.big-dark-font {
  font-size: 20px;
  color: #000;
      font-family: "Inter" !important;
    font-weight: bold;

}
.big-dark-font .totaldonetasks {
  font-size: 20px !important;
  font-family: "Inter";
}
.big-dark-font .totaltasks {
  font-size: 20px !important;
  font-family: "Inter";
}
.big-dark-font span {
  font-size: 13px !important;
  font-family: "Inter";
}
.small-light-font {
  font-size: 13px;
  padding: 5px 0px;
  color: #000;
  font-family: "Inter" !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: "Inter";
  color: #212529;
  display: block;
  cursor: pointer;
}
.dropdown-menu li:hover {
  color: #fff !important;
  background: #268ddd;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #ad301d;
  border: 1px #ad301d solid;
}
.primarybg {
  background: #fbfafa;
  color: #d64830;
}
.bubble {
  border: 1px #eee solid;
  box-shadow: 0 -4px 5px -3px rgba(0, 0, 0, 0.1);
  padding: 10px;
  max-width: 80%;
  border-radius: 2px;
  color:#222;
  min-width:10%;
  max-width:80%;
}
.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;
}

.dailyDiv{
  border-bottom:1px #eee solid;padding:10px;cursor:pointer;
}
.dailyDiv:hover{
background-color:#fef3de;
}



.btn-light{
  background:#dbebe6 !important;
}
.btn-light:hover {
  background: #f4f6fe !important;
  border: 1px #f4f6fe solid !important;

}
.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;
}
.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: "Inter";
  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: 10px !important;
  font-size: 10px !important;
  font-weight: normal;
  width: 400px;
  height: auto;
  max-height: 500px;
  overflow-y: auto;
  line-height: 25px;
  -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;
}

.applycolor
{
	color:#fff;
	padding:3px 15px;
	text-align: center;
	font-size:10px !important;
	font-weight: bold;
	border-radius: 12px;
	font-weight:bold !important;
	display: inline-block !important;
}
.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: "Inter";
  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: "Inter";
  font-weight: bold;

  font-size: 14px;
}

textarea.select2-search__field{
  height: 15px !important;
    vertical-align: middle !important;
    font-size: 14px !important;
    padding-top: 5px !important;
}
.select2-container{
  margin-top:7px !important;
  width:100% !important;
}

.sortTh .select2-container{
  width:60% !important;
}
.lightDark i{
  font-size:15px;color:#bbb;
  cursor:pointer;
}


.lightDark i:hover{
  font-size:15px;color:#222;
}


.select2-container--default .select2-selection--single {
 -webkit-appearance: none !important;
  outline: none;
  display: block !important;
  width: 100% !important;
  height: 32px !important;
  padding: 2px !important;
  line-height: 1.42857 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: 2px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none !important;
  font-size: 14px;
  font-weight:normal !important;
  text-transform: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 5px;
    padding-right: 10px;
    color: #222;
}
.select2-selection--multiple{
border:1px #ced4da solid !important;
min-height: 34px !important;
height :auto !important;
    border-radius: 2px !important;
}
.select2-selection__choice{
  vertical-align:unset !important;
  background-color: #fffef2 !important;
    border: 1px solid #ddcfc4 !important;
    font-size:13px !important;
}

.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: "Inter";
  font-weight: bold;

}
b {
    font-family: "Inter";
  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: "Inter";
  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: "Inter";
  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;
}
.productAdder{
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 200000;
  display: none;

}

.sideBoxCloseButton {
  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: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;
}
.sideBox {
  position: fixed;
  top: 0px;
  right: -120%;
  width: 90%;
  background: #fff;
  z-index: 2000000;
}
.blue-block-letter {
  padding-top: 11px;
  border-radius: 8px !important;
  font-size: 20px !important;
  font-weight: bold;
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  background: #eaeef7;
  color: #6086ff;
}
caption {
  display: none;
}
.fas{
  vertical-align:middle;
}

.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;
}

.taskTableInner td{
  font-size: 12px !important;
}
.taskitem {
  background: #fff;
  padding: 0px;
  border-radius: 5px;
  height: auto;
  border: 1px #eee solid;
  margin: 5px;
  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: #f7eedc;
  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: "Inter";
  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 {
  padding: 0px;
  padding-top:10px;
  width: 20%;
  
  text-align: center;
  font-size: 9px;
    font-family: "Inter";
  font-weight: bold;

  text-transform: uppercase;
  color: #999;
  cursor: pointer;
  border:0px !important;
}
.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: "Inter";
  font-weight: bold;

  font-size: 14px;
}
.meettasker .completedlabel {
  color: #feb720;
    font-family: "Inter";
  font-weight: bold;

  font-size: 14px;
}
.othertasker .completedlabel {
  color: #8870ff;
    font-family: "Inter";
  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: "Inter";
  font-weight: bold;

}

.select2-container--open{
z-index:20000000000000000 !important;
}

.datedot {
  position: absolute;
  top: 6px;
  right:6px;
  background: #e04556;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  text-align: center;
  padding-top: 2px;
  color: #fff !important;
  font-size: 12px;
}
.taskHead td.active-date {
  color: #000;
    font-family: "Inter";
  font-weight: bold;

}
.taskHead td:hover {
  color: #000 !important;
    font-family: "Inter";
  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: 10px;
  color: #777;
  font-size:16px;
  position: relative;
}
.headCircle:hover{
  color:#000;
}
.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: "Inter";
  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;
  border: 1px #fff solid !important;
}

.rightBox {
  text-align: right;
}

.formBox .textBox {
  padding: 27px 10px 0px !important;
}

.heading-plain {
  padding: 10px 10px;
  border-bottom: 1px #e4e4e4 solid;
    font-family: "Inter";
  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: "Inter", 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;
}

.btn-primary {
  background: #d64830;
  border: 1px #d64830 solid;
}

.badge {
  padding: 5px 10px !important;
  border-radius: 15px !important;
  font-size: 11px !important;
    font-family: "Inter";
  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"],
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: "Inter";
  font-weight: bold;

}

strong {
    font-family: "Inter";
  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: "Inter";
  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: "Inter";
  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: "Inter";
  font-size: 13px;
  color: #000;
}

.heading-plain {
  padding: 10px 10px;
  border-bottom: 1px #e4e4e4 solid;
    font-family: "Inter";
  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-white {
  background: #fff;
  color: #000;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 12px;
  border: 1px #000 solid;
}

.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: "Inter";
  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 {
  background: #007bff !important;
  color: #fff !important;
  border-color: #007bff;
}

.btn-blue:hover {
  background: #1d66a5 !important;
  border-color: #1d66a5 !important;
}

.btn-black {
  background: #000 !important;
  color: #fff !important;
  border-color: #000;
  font-size: 12px;
}

th.red-filter .arrow-down {
  color: red;
}

.headBox{
    font-weight:bold;
  font-size: 12px;

}
.noStick th{
  position: relative !important;
}

.dataTable th {
    font-family: "Inter";
  vertical-align: middle !important;
  font-weight:bold;
  padding: 7px 10px !important;
  font-size: 12px;
  position: sticky;
  background: #fff;
  box-shadow: 0 1px 1px -1px #eee;
  margin-top: -5px;
  top: 0;
  border-bottom: 1px #eee solid !important;
  color: #444444;
  z-index:20;
  /* Don't forget this, required for the stickiness */
}

.dataTable tr {
  cursor: pointer;
}

.dataTable td {
  padding:  !important;
  font-size: 13px !important;
  text-align: left;
}

.formtable td .input {
  border: 0px !important;
}

.formtable input[readonly] {
  background: #f9f9f9;
}

.formtable th {
  background: #f9f9f9 !important;
}

.formtable td {
  padding: 5px 10px !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;
}

.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: 80px !important;
}

.cabin {
  font-family: "Cabin";
}

.formBox .col-sm-10 {
  padding: 12px 10px !important;
}

.formBox .col-sm-9 {
  padding: 12px 10px !important;
}

.formBox .col-sm-6 {
  padding: 12px 10px !important;
}

.formBox .col-sm-7 {
  padding: 12px 10px !important;
}

.formBox .col-sm-5 {
  padding: 12px 10px !important;
}

.formBox .col-sm-3 {
  padding: 12px 10px !important;
}

.formBox .col-sm-8 {
  padding: 12px 10px !important;
}

.formBox .col-sm-1 {
  padding: 12px 10px !important;
}

.formBox .col-sm-2 {
  padding: 12px 10px !important;
}

.formBox .col-sm-4 {
  padding: 12px 10px !important;
}

.formBox .col-sm-12 {
  padding: 12px 10px !important;
}

.formBox {
  font-size: 14px;
  color: #212529;
}

.imageDisplayer {
  width: 50px;
  height: 50px;
  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;
}

.formBox .textBox {
  padding: 27px 10px 10px 10px !important;
}

.bg-danger {
  background: #f2a193 !important;
}

.bg-success {
  background: #d2f4cb !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;
}

.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;
}
.autobox{
  position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    
    z-index: 20000;
    padding: 6px;
    width: 100%;

    display: none;;
}

.autocomplete-suggestions { border: 1px solid #ddd; background: #FFF; overflow: auto;z-index:200000000 !important;
width: 400px !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; }

.displayBox  span{
  font-size:10px;
  font-weight: bold;
  text-transform: uppercase;
  display:block;
  color:#777 !important;
}
.remBox{
  position:absolute;top:10px;
  right:10px;
}
#pMarkTab .select2-selection--multiple{
  height:auto !important;
}

.fileitem{
  padding:10px;border-top:1px #eee solid;font-size:10px;font-weight:bold;cursor:pointer;
}
.fileitem:hover{
  color:#5b43e6;
  text-decoration: underline;
}

.fileitemSelected{
  background:#fff7ed;
}

.innerfileitem{
  position:relative;
}

.delButton{
  position:absolute;
  top:10px;
  right:10px;
  display:none;
}


.innerfileitem:hover .delButton{
display:block;
}

.detailsBox .col-sm-6, .detailsBox  .col-sm-12{
padding:20px !important;
}

.removeRowSpan{
display: none; 
    cursor: pointer;
    background: #dd6767;
    height: 20px;
    width: 20px;
    text-align: center;
    padding-top: 0px;
    border-radius: 100%;
    color: #fff;
    margin-top: 7px;
}

tr:hover .removeRowSpan{
  display:inline-block;;
}

.nomenBox{
display:inline-block;
font-size:11px;
text-transform: uppercase;
width:180px;
}

.tagContainer{
  padding:10px;
  background:#fff;
}

.spantag{
  display:inline-block;
  padding:5px;
  background:#0e65f7;
  border-radius:2px;
  color:#fff;
  font-size:10px;
  margin:5px;
}

.upperMenu:hover .upperSubMenu{
display:block;
}

.upperSubMenu{
position:absolute;
top:40px;
right:0px;
background:#fff;
width:550px;
height:300px;
display:none;
z-index:200;
}

.listQuery{
  padding:5px;font-size:11px;border-bottom:1px #eee solid;
  cursor:pointer;
}

.listQuery:hover{
  color:#0e65f7;
}

.selectQuery{
  background:#fbecd7;
}


.kraHeadTitle{
  padding:10px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  color:#999;
border-bottom: 1px #eee solid;
}

.kraHeadTitleActive{
  color:#000  !important;
  border-bottom: 1px #000 solid !important;
  background:#f7f8f8;

}

.kraBoxInner{
  display:none;
}

.kraSection{
  padding:10px;

}

.kraHeading{

}


.formtablesmall th{
font-size: 10px !important;
}



.formtablesmall td .input{
  font-size: 10px !important;
  }


  .datatablesmall th {
    font-size: 9px !important;
    position: sticky !important;
    top:0;
    padding:5px !important;
  }
  .datatablesmall td {
    font-size: 10px !important;
    color: #000;
    padding:5px !important;
  }
  .listQuery i{
    display:none;
  }
  .listQuery:hover i{
    display:inline-block;
  }

  .godowntable .dropdown-filter-content{
    width: 100% !important;
    text-align: left !important;
  }

  .godowntable tr th:nth-child(2){
    text-align: right  !important;
  }


  .godowntable td,th{
    padding:5px !important;
    font-size: 11px !important;
  
  }

  .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
  }
  
  /* 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: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 17px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  .producttabs {
    display:block !important;
  }
  .producttabs li{
    display:block;
    
  }

  .producttabs li a{
    border-bottom: 1px #eee solid !important;
    
  }

  .producttabs li a.active{
   background-color: #fff1e5 !important;
   border-bottom: 1px #eee solid !important;
  }

  .tagretBox i{
    display: none;
    cursor: pointer;
    color:#17a7f7;
  }

  .tagretBox:hover i{
    display: inline-block;
  }

  .dot{
    width:8px !important;
    height:8px !important;
    padding:0px !important;
    display: inline-block !important;
    border-radius: 100% !important;
  }

  .numberBox{
    position: absolute;
    top:10px;
    right:10px;
   font-size: 9px !important;

  }

  .selectionTabs{
    width:100%;
    padding:10px;
  }

  .selectionTabs .divTabs{
    border-radius: 30px;
    padding:5px 5px;
    text-align: center;
    background:#fff;
    border:1px #268ddd solid;
    color:#268ddd;
    display: inline-block;
    min-width: 120px;
    margin-right:10px;
    transition: 0.5s;
    cursor: pointer;
    font-size: 10px;
  }


  .selectionTabs .divTabs:hover{
    background:#268ddd;
    color:#fff;

  }


  .selectionTabs .divTabsselected{
    border-radius: 30px;
    padding:5px 5px;
    text-align: center;
    background:#268ddd;
    border:1px #268ddd solid;
    color:#fff;
    display: inline-block;
    min-width: 120px;
    margin-right:10px;
    cursor: pointer;
    font-size: 10px;
  }

  .boxBorder td{
    border-top: 2px #000 solid;;
  }

  tr.highlighted td{
    background:#fffadb !important;
  }

  .jsontab tr {
    cursor: pointer;
}

.jsontab tr td:nth-child(1) {
    cursor: pointer;
    font-weight: bold;
    color: #162a85;
}

.abcd i {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.selectedTabBiz i {
    display: block;
}

.abcd {
    position: relative;
    cursor: pointer;
    font-weight: bold;
}

.abcd:hover {
    background: #eaffeb !important;
}

.backButton {
    width: 20px;
    background: #f7f8f8;
    text-align: center;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    color: #555;
}

.backButton:hover {
    color: #000;
}

.subpage_filters {
    padding: 10px !important;
}

.groupBy {
    width: 200px;
    display: inline-block;
}

.subPage {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
}

.headingCol {
    background: #f7f8f8;
    color: #222;
    font-weight: bold;
    font-size: 14px;
    padding: 0px;
}

.headingInner {
    background: transparent;
    text-align: left;
    padding: 10px;
    display: inline-block;
}

.subpage .row {
    margin: 0px;
}

.subpage .row .col-sm-12 {
    padding: 0px;
}

.subpage .row .col-sm-9,.subpage .row .col-sm-10 {
    padding: 0px;
}

.subpage .row .col-sm-3,.subpage .row .col-sm-2 {
    padding: 0px;
}

td.selectedTabBiz {
    background: #eaffeb !important;
}

.loadingLine {
    display: none;
}

.subpage{
  position: absolute;
  right:-200%;
  z-index: 2000;
  background:#fff;
  width: 100%;
  border-left:2px #eee solid;
}

.subRecords{
  position: absolute;
  top:0px;
  left:0px;
  display: none;
  width: 100%;
  z-index: 200
}


.subRecordsOutstanding{
  position: absolute;
  top:0px;
  left:0px;
  display: none;
  width: 100%;
  z-index: 200
}

.bizTable tr:hover th, .bizTable tr:hover td{
  background:#f2f6fc !important;
}

.bizTable tr{
  border:0px !important;
}
.bizTable th i{
  font-size: 15px;
}

.bizTable th{
  vertical-align: middle;
  background:#fff !important;
  font-weight: bold;
  text-transform: capitalize;
  text-align: left;
  color:#999 !important;
  padding:15px 10px 5px 10px   !important;
  border-bottom: 1px #ddd dashed !important;
  font-size: 12px !important;
  border-top:0px !important;
}


.bizTable td{
  vertical-align: middle;
  background:#fff;
  text-transform: capitalize;
  text-align: right;
  color:#000;
  border-bottom: 1px #ddd dashed !important;
  padding:15px 10px 5px 10px  !important;
  font-size: 12px !important;
}


.inputSmall {
  -webkit-appearance: none;
  outline: none;
  display: block;
  width: 100%;
  padding: 2px 5px;
  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: 10px;
  margin-top:3px;
}

.bizContainer .input{
  box-shadow: none !important;
}



.bizContainer .heading{
  padding:5px 10px !important;
  border-bottom: 0px !important;
}


.bizContainer .btn-group .btn-white{
  font-size: 10px !important;
  font-weight: bold !important;
  background:transparent !important;
}

.invMenu{
  list-style: none;
  padding:0px;
  padding-left:0px;

}

.invMenu li{
  border-bottom:1px #eee solid;
  font-size: 12px;
  cursor: pointer;
  padding:0px;
}

.invMenu li div.nameContainer{
  padding:10px 10px;
  cursor: pointer;
}
.invMenu li div.nameContainer:hover{
  background-color: #ffeff2;
}

.invSubMenu{
  display: none;
}
.invSubMenu ul{
  list-style: none;
  padding:0px;
  padding-left:0px;
  margin-top:5px;
  margin-left:0px;
}

.invSubMenu ul li{

  border-bottom:1px #eee dashed;
  padding:10px 10px;
  padding-left:20px;
  font-size: 12px;
  cursor: pointer;

}

.adnBox .fa-stack{
  display: none;
}


.adnBox:hover .fa-stack{
  display: block;
}

.selectedBox{
  background-color: #ffeff2 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.formCol .col-sm-6,.formCol .col-sm-12, .formCol .col-sm-4{
  padding-top:20px;
}