input[type='checkbox'].error,input[type='radio'].error{
  color:#da0303 !important;
  width: auto;
}
.error{
  width:100%;
  color:#da0303 !important;
  font-weight: 700;
}
.error_msg {
  color: red;
}
.success_msg {
  color: green;
}
.base{
  width: 100%;
}
.num_on {
  float: left;
  list-style: none;
  color: #9E9E9E;
  border: 1px solid #D5D5D5;
  background:#FAFAFA;
  font-weight: 500;
  font-size: 11px;
  margin: 2px;
  padding: 3px 10px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: visible
}

#paging {
  float: right;
  width: auto;
  background: 0;
  padding: 0
}
#paging ul li.num_off a {
  margin: 0;
  padding: 5px 8px 6px;
  color: #333;
  text-shadow: none
}
#paging ul li.num_off a:hover {
  color: #FFFFFF
}
.num_off {
  float: left;
  width: auto;
  padding: 4px 3px 4px 3px;
  list-style: none;
  margin: 2px;
  font-weight: 700;
  font-size: 11px;
  background-color: #87BBFC;
  border-color: #096EB3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.num_off:hover, .num_off:focus {
  border-color: #135CA7;
}

.side-link{

  font-weight: 700;
  font-size: .975rem;
  margin-top: 5px;
}

.top{
  margin-top: 10px;
}

.base-panel {
  transition: width 0.25s ease, margin 0.25s ease;
  width: 100%;
  min-height: calc(100vh - 60px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.sorting, .sorting_asc, .sorting_desc {
  background : none !important;
  position: static !important;
  color: #7f8fa4;
}

.m-up {
  margin-top: 2rem;
}


.demoInputBox {
  padding: 10px;
  border: #d0d0d0 1px solid;
  border-radius: 4px;
  background-color: #FFF;
  width: 100%;
  margin-top: 5px;
  box-sizing: border-box;
}

select.demoSelectBox {
  height: 35px;
  margin-right: 10px;
}

.demoSelectBox {
  padding: 10px 10px 3px 10px;
  border: #d0d0d0 1px solid;
  border-radius: 4px;
  background-color: #FFF;
  margin-top: 5px;
}

.contact-row {
  display: inline-block;
}

.column-right {
  margin-right: 6px;
}

.cvv-input {
  width: 60px;
}

.info {
  font-size: .8em;
  color: #FF6600;
  letter-spacing: 2px;
  padding-left: 5px;
}

.right{
  display:inline-block;
  margin-right: 15px;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: left !important;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px;
}

.filters{
  top: 100px !important;
  width: 40% !important;
}

.filters_width{
  width: 40% !important;
}

#filters.filter_feature{
  width: 50%;
}

.col-md-offset-3 {
  margin-left: 25%;
}

.jconfirm-content{
  text-align:center;
  font-size: 1rem;
}

div .jconfirm-buttons{
  float:none !important;
  display: flex;
  justify-content: center;
}

.jconfirm-buttons button{
  padding: 8px 38px !important;
}

.jconfirm .jconfirm-box {
  padding: 35px 0 10px;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, 
table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, 
table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting{
  padding-right: 8px;
}

.radio_width{
  width:3%;
}

#country-list{float:left;list-style:none;margin-top:-3px;padding:0;width:190px;position: absolute;z-index: 100;}
#country-list li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid;}
#country-list li:hover{background:#ece3d2;cursor: pointer;}

.left-label{
  margin-left:85px;
}

.total-cost{
  width: 190px;
}

#taxtable>th td{
  border: 1px solid black;
}

.item-table{
  color:white !important;
  background-color: #9cbb60 !important;
}

#discount_percent{
  margin: 4px;
}

.mrl{
  margin-left: 30px;
}

.text-right{
  text-align: right;
}

* {box-sizing: border-box;}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 300px;
  height: 300px;
}
.float-child {
  width: 50%;
  float: left;
}

.sidebar{
  overflow-y: scroll;
  height: 120vh;
}
/*height: 100vh;*/
.main-panel{
  overflow: scroll;
  height: 120vh;
}

.table span{
  display:none;
}

table.dataTable thead .sorting:before{
  display:none !important;
  bottom :0px;
}

table.dataTable thead .sorting:after{
  display:none !important;
  bottom :0px;
}

table.dataTable thead .sorting_asc:before{
  display:none !important;
  bottom :0px;
}

table.dataTable thead .sorting_asc:after{
  display:none !important;
  bottom :0px;
}

.dt-body-center {
  display: none !important;
}

input.slno_maintain_order {
  width: 60px !important;
}
input.taxtable_description {
  width: 290px !important;
}
input.auto-calc-service.hour {
  width: 150px !important;
}

input.auto-calc-service.rate_per_hour {
  width: 150px !important;
}
input.add_new_item {
  width: 80px !important;
  height: 23px !important;
  font-weight: 600 !important;
}
input.taxtable_description {
  text-transform: capitalize !important;
}
.inner-card-icon-curve {
  border-radius: 0.25rem;
}
.dashboard-square-icon {
  width: 45px;
  height: 45px;
  font-size: 25px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
}

.map {
  width: 600px;
  height: 400px;
  display: inline-block;
}

.name {
  font-size: 20px;
  font-family: "Lato";
  font-weight: bold;
  color: #000000;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 40px;



}

svg path {
  stroke-width: 1px;
  stroke: white;
}

button.dt-button {
  width: 8em !important;
  padding-left: 0px !important; 
  padding-right: 0px !important;
}

div.tagsinput {
    display: none !important;
    padding: 15px 15px 10px;
    border-color: #e9e9e9;
}