html,
body {
  height: 100%;
  margin: 0px;
  
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "Josefin Sans", sans-serif !important;
  font-size: 13px;
  color: #444;
  overflow: hidden;
  background:#fff !important;
}
.black-color {
  color: #000;
}
.bg-warning {
  background: #e7a769 !important;
  border: 1px #e7a769 solid !important;
}
.bg-warning:hover {
  background: #b57b1c !important;
  border: 1px #b57b1c solid !important;
}
.btn-warning {
  background: #e7a769 !important;
  border: 1px #e7a769 solid !important;
  color:#fff !important;
}
.btn-warning:hover {
  background: #b57b1c !important;
  border: 1px #b57b1c solid !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;
}
.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: #ee8f90;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
}
.badge-success {
  background: #64aaa9;
  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 ;
  font-size: 12px ;
  cursor: pointer ;
}

.lightColor:hover{
  color:#222 ;
}
.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: "Josefin Sans";
  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: "Josefin Sans";
  color: #000;
}
.table td {
  font-size: 13px;
  border: 0px;
  border-bottom: 1px #eee solid;
}
.green-color {
  color: #4b9d86;
}
.orange-color {
  color: #eb6100;
}
.red-color {
  color: #d64830 !important;
}
.blue-color {
  color: #268ddd;
}
.heading {
  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: 50px !important;
  padding: 3px 15px !important;
  outline: none;
  font-size: 13px;
  font-family: "Josefin Sans";
  outline: none;
}
.table {
  background: transparent;
}
.btn-white {
  background: #f5f5f5 !important;
  color: #212529 !important;
  border-color: #ddd;
}
.btn-white:hover {
  border-color: #aaa;
}
.btn-blue {
  background:#64aaa9 !important;
  border:1px #64aaa9 solid !important;
  color:#fff !important;
}
.btn-blue:hover {
  background:#418786 !important;
  border:1px #418786 solid !important;
  color:#fff !important;
}
.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;
}

.text-primary{
  color:#2B7675 !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: "Josefin Sans";
  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%;
}

.cursor {
  cursor: pointer;
}
.requiredClass{
  position:relative;
}
.requiredClass::after{
  content: "*";
  color: #c16364;
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 25px;
}

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: 10px 20px 8px 45px;
  cursor: pointer;
  font-size: 14px;

  margin-top: 0px;
  position: relative;
  color: #fff;
  margin:10px;
  border-radius:10px;
}
.innermenu ul li {
  padding: 8px 20px 8px 20px !important;
}
.caret {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #fff;
}
.submenu {
  padding: 0px !important;
  background:transparent !important;
}
.submenu ul {
  margin-top: 0px;
}
.selected ul li {
  background: #fdd6acff;
}
.submenu ul li {
  text-align: left;
  padding: 5px 10px 5px 42px;
  cursor: pointer;
  font-size: 13px;
  margin-top: 0px;
  position: relative;
  background:transparent !important;
  color: #313949 !important;
}
.submenu ul li:hover {
  text-decoration: underline;
  background: #64aaa9 !important;
  color: #fff;
}
.menuside ul li:hover {
  background: #64aaa9;
  color: #fff !important;
}
.menuside ul li:hover .submenu ul li {
  background: #64aaa9;
  color: #fff;
}
.modal select {
  height: 39px;
}
.menuside ul li.selected {
  background:#64aaa9;
  color: #fff !important;
  
}

.submenu ul li.selected {
  background: #64aaa9 !important;
  color: #fff !important;
}
.menuside ul li:hover i {
  color: #fff;
}

.menuside ul li.selected i {
  color: #fff;
}
.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;
}

.liBox {
  position: absolute;
  top: 0px;
  padding: 9px 15px;
  left: 0px;
  width: 40px;
  height: 40px;
}
.menuside ul li i {
  font-size: 14px;
  color: #fff;
}

.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%;
}
.pagetitle {
  font-size: 18px;
  padding: 20px 15px;
  color: #201f1f;
  font-family: "Josefin Sans" !important;
  text-align: left;
  border-bottom:1px #eee solid;
}
#h-user-detals div span {
  font-family: "Josefin Sans";
  font-weight: bold;
}
.big-light-font {
  font-size: 20px;
  padding: 5px 0px;
  color: #000;
  font-family: "Josefin Sans" !important;
}
.big-dark-font {
  font-size: 20px;
  color: #000;
  font-family: "Josefin Sans" !important;
  font-weight: bold;
}
.big-dark-font .totaldonetasks {
  font-size: 20px !important;
  font-family: "Josefin Sans";
}
.big-dark-font .totaltasks {
  font-size: 20px !important;
  font-family: "Josefin Sans";
}
.big-dark-font span {
  font-size: 13px !important;
  font-family: "Josefin Sans";
}
.small-light-font {
  font-size: 13px;
  padding: 5px 0px;
  color: #000;
  font-family: "Josefin Sans" !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: "Josefin Sans";
  color: #212529;
  display: block;
  cursor: pointer;
}
.dropdown-menu li:hover {
  color: #fff !important;
  background: #268ddd;
}
.primarybg {
  background: #fbfafa;
  color: #d64830;
}
.bubble {
  border: 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%;
}

.toast .heading{
  background:#eee;
  padding:10px;
}
.fullheight {
  overflow-y: auto;
}
.spanholder {
  position: relative;
}
.spanbox {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
.btn-danger {
  background: #ee8f90;
  border: 1px #ee8f90 solid;
  color: #000;

}

.btn-danger:hover {
  background: #ee8f90;
  border: 1px #ee8f90 solid;
  color: #000;
}

.toggleSelector td {
  padding-top: 20px !important;
  text-align: center !important;
  border-bottom: 2px #eee solid !important;
  cursor: pointer;
  font-weight: bold;
}

.toggleSelector td.active {
  border-bottom: 2px #4b9d86 solid !important;
  color: #4b9d86 !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: 5px;
  cursor:pointer;
  
}
.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;
}

.card .bigFont{
  font-size: 40px;
  font-weight: normal;
  color:#333;
  padding:10px 20px;
}

.card .smallFont{
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color:#222;
  background:#f7f8f8;
  padding:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
}

.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: "Josefin Sans";
  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: auto;
  right:0px;
  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;
}
.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: "Josefin Sans";
  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: "Josefin Sans";
  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: "Josefin Sans";
  font-weight: bold;
}
b {
  font-family: "Josefin Sans";
  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: "Josefin Sans";
  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: "Josefin Sans";
  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: 95%;
  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: "Josefin Sans";
  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: "Josefin Sans";
  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: "Josefin Sans";
  font-weight: bold;
  font-size: 14px;
}
.meettasker .completedlabel {
  color: #feb720;
  font-family: "Josefin Sans";
  font-weight: bold;
  font-size: 14px;
}
.othertasker .completedlabel {
  color: #8870ff;
  font-family: "Josefin Sans";
  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: "Josefin Sans";
  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: "Josefin Sans";
  font-weight: bold;
}
.taskHead td:hover {
  color: #000 !important;
  font-family: "Josefin Sans";
  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: "Josefin Sans";
  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: 7px;
  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;
}
.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: "Josefin Sans";
  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: "Josefin Sans", 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: "Josefin Sans";
  font-weight: bold;
}
.badge-success {
  background: #64aaa9;
  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;
}



.inpGroup input[name="req"] {
  border-left: 1px #db2a0a solid !important;
}

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: "Josefin Sans";
  font-weight: bold;
}
strong {
  font-family: "Josefin Sans";
  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: "Josefin Sans";
  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: "Josefin Sans";
  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 {
  font-family: "Josefin Sans";
  font-size: 16px;
  color: #fff;
}

.listBox i {
  font-size: 9px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.listBox {
  font-size: 13px;
  line-height: 20px;
}
.heading-plain {
  padding: 10px 10px;
  border-bottom: 1px #e4e4e4 solid;
  font-family: "Josefin Sans";
  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: "Josefin Sans";
  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-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: "Josefin Sans";
  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:7px;
  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;
}
.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;
}

.btn-info{
  background:#32ABCD;
  border:1px #32ABCD solid;
}

.btn-info:hover{
  background:#1E6A83;
  border:1px #1E6A83 solid;

}

.btn-success{
  background:#64aaa9 !important;
  border:1px #64aaa9 solid !important;
}

.btn-success:hover{
  
  background:#218887 !important;
  border:1px #218887 solid !important;

}

.bg-danger {
  background: #f2a193 !important;
}
.bg-success {
  background: #64aaa9 !important;
}
.tableInvoice th {
  background: #444;
  color: #fff;
}
.calSpan {
  font-size: 11px;
  padding:4px 10px 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: 100%;
  min-height: 500px;
  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: 40px;
  height: 18px;
}
/* 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: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  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(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}
/* 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;
}

.blackBox {
  background: #201f1f;
  padding: 30px 20px;
  border-radius:30px;
}
.blackHeadingBox{
  background: #201f1f;
  padding: 20px 20px;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  color:#fff;
  font-size:15px;
  font-weight: bold;
}




.blackBox table {
  width: 100%;
}

.blackBox table td {
  text-align: left;
  vertical-align: top;
  border: 0px !important;
  color: #fff;
}

.profileBox {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  background: transparent url("../images/profile.jpeg") scroll no-repeat center
    center;
  background-size: cover;
  position: relative;
  margin-right: 20px;
}
.profileEdit {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: #f4aa33;
  border-radius: 100%;
  color: #fff;
  font-size: 9px;
  padding-top: 3px;
  text-align: center;
}

.capSmall {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.barContainer {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
}

.barOuter {
  border-radius: 2px;
  width: 100%;
  height: 5px;
  background: #666;
  position: relative;
  margin-top: 15px;
}

.barInner {
  border-radius: 2px;
  height: 5px;
  background: #222;
  position: absolute;
  top: 0px;
  left: 0px;
}

.headingBox {
  background: #e9eaea;
  color:#201f1f;
  padding: 20px 10px;
  font-size: 16px;
  font-weight: bold;
}

.dashHeading{
  background: #f7f8f8;
  color:#201f1f;
  padding: 20px 10px;
  font-size: 16px;
  border-bottom:1px #eee solid;

}

.list-group-item {
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

.courseBox{
  background: #fdecc1;
  padding: 30px;
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 20px;
  margin-top:10px;
}

.bookBox {
  background: #fdecc1;
  padding: 30px;
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: 0.3s;
}

.bookBox:hover {
  opacity: 0.5;
}

.bookIcon {
  margin-top: 60px;
  font-size: 30px;
}

.bookName {
  font-size: 20px;
  font-weight: bold;
}

.bookSession {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.travelBox {
  width: 100%;
  height: auto;
}

.profilePig {
  height: 35px;
  width: 35px;
  background: transparent url("../images/profile.jpeg") scroll no-repeat center
    center;
  background-size: cover;
  border-radius: 100%;
  float: left;
  margin-right: 10px;
}

.chapterContainer {
  background: #252d4a;
  margin: 0px 0px;
}
.subChapterContainer{
  background: #252d4a;
  margin: 0px 0px;
}

.subChapterContainer .chapterHeading{
  font-size: 13px;
  color: #4b9d86 !important;

}

.chapterHeading {
  font-size: 16px;
  color: #4b9d86 !important;
  font-weight: bold;
}

.headingSubname {
  font-size: 13px;
  color: #C1C2C2;
  
}

.chapterList td{
  border-bottom:1px #252D4A solid;
}
.chapterList tr td {
  cursor: pointer;
}

.chapterList tr:hover td {
  background: #3c4464;
}

.chapterList tr td:nth-child(1) {
  width: 20px !important;
  padding-right: 10px !important;
  padding-top: 20px !important;
  position: relative;
  vertical-align: top;
}

.chapterLine {
  position: absolute;
  top: 34px;
  left: 22px;
  height: 50px;
  width: 1px;
  background: #6c6971;
}

.chapterCircle {
  width: 15px;
  height: 15px;
  border: 1px #6c6971 solid;
  border-radius: 100%;
  background: #252d4a;
}

.chapterName {
  font-size: 13px;
  font-weight: bold;
  color: #4b9d86;
}

.reqTable td {
  vertical-align: top !important;
  position: relative;
}

.saleButton {
  display: inline-block;
  outline: 0;
  border: 0;
  background-image: linear-gradient(to right, #e052a0, #f15c41);
  cursor: pointer;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  height: 46px;
  line-height: 46px;
  padding: 0 40px;
  font-size: 12px;
}

.saleButton:hover {
  background-image: linear-gradient(to right, #3ec7e0, #526bf4);
}

.totalPending {
  height: 20px;
  width: 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
}


.menumanager ul li {
  color:#fff !important;
}


.menumanager ul li:hover {
  color:#fff !important;
  background:#213E79 !important;
}
.menumanager ul li.selected {
  color:#fff !important;
  background:#213E79 !important;
}


.menumanager li i{
  color:#fff !important;
}

.menumanager li:hover i{
  color:#fff !important;
}

.menumanager li.selected i{
  color:#fff !important;
}

.stageBox{
  padding:0px 20px;  
  background:#fefefe;
  border:1px #eee solid;
  margin:10px;
  border-radius:5px;
}

.fieldBox{
  padding:0px 20px;  
  background:#fefefe;
  border:1px #eee solid;
  margin:10px;
  border-radius:5px;

}

.videoBox{
  border-radius: 5px;
  margin: 10px;
  display: inline-block;
  padding-top: 60px;
  width: 200px;
  height: 150px;
  border: 1px #eee solid;
  text-align: center;
  opacity:0.9;
  cursor:pointer;
}

.videoBox:hover{
  opacity:1;
}

.yellow-dot{
  height:10px !important;width:10px !important;display:inline-block;padding:0px !important;vertical-align:middle;
  background:#E7A769;
  border-radius: 100%;
  cursor: pointer;
}

.green-dot{
  height:10px !important;width:10px !important;display:inline-block;padding:0px !important;vertical-align:middle;
  background:#7BFB39;
  border-radius: 100%;
  
}
.courseMenu{
  list-style: none;
  padding:0px;
  margin:0px;
}
.courseMenu li{
  display:inline-block;
  padding:10px 30px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;;
  cursor: pointer;
  border-bottom:2px #fff solid;
  color:#999;
}
.courseMenu li.active{
  border-bottom:2px #000 solid;  
  color:#000;
}
.courseMenu li:hover{
  border-bottom:2px #000 solid;
  color:#000;
}


.statusBox{
  display: inline-block !important;
  text-align: center;
  margin:10px 10px 0px 0px;
  min-width:80px;
}

.statusBox span{
  display:block !important;
  margin-top:5px;
}

.statusBoxCircle{
  width:30px;
  height:30px;
  border-radius:100%;
  text-align: center;
  padding-top:5px;
  font-size: 12px;
  font-weight: bold;
  color:#fff;
  border:2px #fff solid;
  display: inline-block;
}



.status-red{
  background:#ef8f90;
  color:#222;

}

.status-yellow{
  background:#ebe578;
  color:#222;

}

.status-green{
  background:#8fcb85;
  color:#222;

}

.blink_me {
  animation: blinker 0.3s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.fa-download{
  color:#E7A769 !important;
}

.fa-upload{
  color:#4AACCE !important;
}

.dotter
{
  position:absolute;top: 5px;
  right:5px;;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
   height: 14px;
   width: 14px;
   display: block;
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 14px;
  cursor: pointer;
}
.commentsDot{
  position: absolute;
  top: 6px;
  right: 10px;
  height: 10px;
  width: 10px;
  background-color: red;
  border-radius: 100%;
  animation: blinker 0.3s linear infinite;
}

.fa-comment-alt{
  cursor: pointer !important;
}

.fa-comment-alt:hover{
  color:#000 !important;
}

.forumSection{
  border-bottom:1px #eee solid;
  margin-top:20px;
}

.forumHeading{
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.forumHeading:hover{
  text-decoration:underline;
}


.forumsubheading:hover{
  text-decoration:underline;
}




.forumTable{
  border:0px !important;
}

.forumTable td{
padding:10px;
text-align: left;
border:0px !important;
}

.forumHeadBox{
  border-radius: 100%;
  height: 50px;
  width: 50px;
  display: inline-block;
  text-align: center;
  padding-top: 15px;
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background:#ED7533;
}

.mainBox{
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
  background:#fff;
  padding-bottom:20px;
}

.cke_dialog_container{
  z-index: 100100000 !important;
}


.cke_dialog_background_cover{
  z-index: 10000000 !important;
}

.reportForm .select2-selection--multiple{
  min-height:32px !important;
  height:32px !important;
}

.notesContainer a{
  color:blue !important;
  text-decoration: underline !important;
}
.tutorialBox{
  width:100%;
  position:fixed;top:0;
  left:0px;
  z-index: 20000;
  
  background:#fff url('../images/australia/1.jpeg') scroll no-repeat center center;background-size:cover
}

.slideContainer{
  display:flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  height:100vh;


}

.styleBox{
  text-align:center;padding:40px 20px;border:1px #eee solid;background:#fff;
  transition: 0.5s;
  cursor: pointer;
}


.styleBox:hover{
 background:#eee;
}

.gChatBubble{
  margin:20px;
  border-bottom:1px #eee solid;
  padding:10px;
}

.gChatGroupBubble{
  cursor: pointer;
}

.gChatGroupBubble:hover{
  background:#eee;
}
.gChatBubble table{
  width:100%;
}

.gNameHead{
  font-size: 13px;
  font-weight: bold;
}
.gChatBubble table, .gChatBubble table tr, .gChatBubble table td{
  border:0px !important;
  padding:0px !important;
}

.gChatBubble table tr td:nth-child(1){
  width:60px;
  vertical-align: top;;
}

.gChatBubble table tr td:nth-child(1) .pfImg{
  width:40px;
  height:40px;
  border-radius: 100%;
  background:transparent url('../images/logo2.png') scroll no-repeat center center;
  background-size: cover;
  
}


.chatSpacer{
  height:150px;
}


.quoteHeader{
  background:#201f1f;
  padding:10px;

}

.quoteTable th{
  background:#f7fafc;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
}

.quoteTable tr td:nth-child(1){
  font-weight: bold;
}

.quoteTableTotal td{
  background:#f7fafc;
  padding:20px;
  font-size: 17px;;
}

.quoteTableTotal tr.bg-success td{
  background:#F1FEF0;
}

tr.bg-sale  td{
  background:#039db0 !important;
  color:#fff;
}

.forcelink a{
  color:#0253f4 !important;
}


.applycolorBackground{
  font-weight: normal !important;
  margin-top:3px;
  padding-top:7px !important;
  border:1px #fff solid;
}