input.error, select.error {
    border: 1px solid #b94a48 !important;
    background-color: #fff0f0;
}

label.error {
    display: inline;
    margin: 5px 0px;
    width: auto;
    color: #B94A48;
}
.alert-success, .alert-danger {
    width: 30%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5;
}

.dataTables_length,.dataTables_filter {
    padding:15px;
}
.dataTables_info {
    padding:0 15px;
}
.dataTables_filter {
    float:left;
}
.dataTables_length select {
    width:65px;
    padding:5px 8px;
}
.dataTables_length label,.dataTables_filter label {
    font-weight:300;
}
.dataTables_filter label {
    width:100%;
}
.dataTables_filter label input {
    width:78%;
}
.border-top {
    border-top:1px solid #ddd;
}
.dataTables_paginate.paging_bootstrap.pagination li {
    float:left;
    margin:0 1px;
    border:1px solid #ddd;
    border-radius:0px;
    -webkit-border-radius:0px;
    list-style: none;
}
.dataTables_paginate.paging_bootstrap.pagination li.disabled a {
    color:#c7c7c7;
}
.dataTables_paginate.paging_bootstrap.pagination li a {
    color:#797979;
    padding:5px 10px;
    display:inline-block;
}
.dataTables_paginate.paging_bootstrap.pagination li:hover a,.dataTables_paginate.paging_bootstrap.pagination li.active a {
    color:#fff;
    background:#20409a;
    border-radius:0px;
    -webkit-border-radius:0px;
}
.dataTables_paginate.paging_bootstrap.pagination {
    float:right;
    margin: 10px 0;
}
.dataTable tr:last-child {
    border-bottom: 1px solid #ddd;
}
.tree {
  margin: 0;
  width: 100%;
  padding: 13px;
}

.tree ul {
  display: none;
  margin: 4px auto;
  margin-left: 6px;
  border-left: 1px dashed #dfdfdf;
}


.tree li {
  padding: 0px 0px;
  cursor: pointer;
  vertical-align: middle;
  background: #fff;
  list-style: none;
}

.tree li:first-child {
  border-radius: 3px 3px 0 0;
}

.tree li:last-child {
  border-radius: 0 0 3px 3px;
}

.tree label {
  cursor: pointer;
}

.tree input[type=checkbox] {
  margin: -2px 6px 0 0px;
}

.has > label {
  color: #000;
}

.tree .total {
  color: #e13300;
}
.service_overlay1{position:absolute;background:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.4);width:350px}
.service_overlay1 .inner_menu li{border-bottom:1px solid #ebebeb;padding: 10px;}
.service_overlay1 .inner_menu li a{margin-left: 10px;}
.focus{background: #e8e8e8;}
.service_overlay1 .inner_menu li:hover{background: #e8e8e8;}
@media print {
  .no-print{
    display: none !important;
  }
  body{
    padding-top: 0px !important;
  }
  .pcoded-content{
    margin-left: 0px !important;
  }
}
