body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.common_option option{

    height: 55px;
    line-height: 47px;
    background-color: transparent;
    border: 0;
    padding: 10px 25px;
    color: #81879f;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    display: block;
    border-radius: 10px;
    border: 1px solid #e5ecff;


}


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

label.error {
    display: inline;
    margin: 5px 0px;
    width: auto;
     clear: both;
    color: #B94A48;
}
.alert {
    width: 30%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.dataTables_length,.dataTables_filter {
        padding:15px;
    }
    .dataTables_info {
        padding:0 15px;
    }
    .dataTables_filter {
        float:right;
    }
    .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:3px;
        -webkit-border-radius:3px;
        list-style: none;
        background: #fff;
    }
    .dataTables_paginate.paging_bootstrap.pagination li.disabled a {
        color:#c7c7c7;
    }
    .dataTables_paginate.paging_bootstrap.pagination li a {

        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:#00d82c;
        box-shadow: 0 5px 10px rgba(0,216,44,.3)!important;
    }
    .dataTables_paginate.paging_bootstrap.pagination {
        float:right;
        margin: 10px 0;
    }
    .dataTable tr:last-child {
        border-bottom: 1px solid #ddd;
    }
.count_active{
    background: #fff;
    display: block;
}
.tree_structure {
  margin: 0;
  width: 80%;
}

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


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

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

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

.tree_structure label {
  cursor: pointer;
}

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

.has > label {
  color: #000;
}

.tree_structure .total {
  color: #e13300;
}
.errormsg{
    color: red;
}

.recharge_now:disabled {
    color: rgba(0, 0, 0, 0.25) !important;
    background: rgb(245, 245, 245) !important;
    border-color: rgb(217, 217, 217) !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.btn-success,.btn-danger,.btn-primary,.btn-warning{
    border-radius: 30px !important;
}
.btn-primary{
    background-color: 373063 !important;
}
.modal{
    top: 60px;
}


.btn_22{
    border-top-right-radius: 1px !important;
    border: 2px solid #ff756c;
    background: none !important;
/*    margin: 5px !important;*/
}

table.newsorttable th.sort_ASC:after {
    content: "▲";
}
table.newsorttable th.sort_DESC:after {
    content: "▼";
}

.loader4 {
   width:70px;
   height:70px;
   display:inline-block;
   padding:0px;
   border-radius:100%;
   border:5px solid;
   border-top-color:rgba(246, 36, 89, 1);
   border-bottom-color:rgba(255,255,255, 0.3);
   border-left-color:rgba(246, 36, 89, 1);
   border-right-color:rgba(255,255,255, 0.3);
   -webkit-animation: loader4 1s ease-in-out infinite;
   animation: loader4 1s ease-in-out infinite;
}
@keyframes loader4 {
   from {transform: rotate(0deg);}
   to {transform: rotate(360deg);}
}
@-webkit-keyframes loader4 {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(360deg);}
}