.ck-editor__editable,
textarea {
    min-height: 150px;
}
.cke_notifications_area { 
    display: none; 
}
.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.dashboard-card{
    background-color: #003366 !important;
    color: #ffffff !important;
}

.dashboard-subCard{
    background-color: #ffffff !important;
    color: #003366 !important;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.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: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  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(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.bidding-banner-msg{
  background: #FFA500 !important;
  color : #000000 !important;
}
.txt-white{
  text-decoration-color: #ffffff !important;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
.users-box{
  height: 80px;
  width: 80px;
}
.img-week-visitors {
  border-radius: 50%;
  max-width:85%;
  border:2px solid #006666 !important;
  padding: 3px;
}
/* Custom sidebar css */
.sidebar-icons{
  color : #008000 !important;
}
.sidebar-menus{
  color: #696969 !important;
  /*margin-left: 30px;*/
  /*margin-top: -20px;*/
}
.custom_sidebar{
  background: #ffffff !important;
}
.sidebar .nav-link.active {
     /*color: #000000; */
    background: #D0D0D0 !important
}
.c_dashboard {
  color:  #2196f3 !important;
}
.c_users {
  color: #f44336 !important;
}
.c_auction_time {
  color: #673ab7 !important;
}
.c_grade_section {
  color: #e91e63 !important;
}
.c_essay_competition {
  color: #9400D3 !important;
}
.c_change_password {
  color: #008000 !important;
}
.c_announce_result {
  color: #ff5722 !important;
}
.c_junior_essay_competition {
  color: #008000 !important;
}
.w-350 {
  width: 350px;
}
.border-light {
  border : 2px solid rgba(0,0,0,.0625)!important;;
}
.btn-info-auction {
  background-color: #0090d4 !important;
  color: #ffffff !important;
}
.btn-turn-on-auction{
  background-color: #008000 !important;
  color: #ffffff !important;
}
.btn-turn-off-auction{
  background-color: #f44336 !important;
  color: #ffffff !important;
}
.c_complete_auctions {
    color: #882d17 !important;
}
.c_settings {
  color: #009688 !important;
}
.active-new{
  background: #ffffff !important;
}
.bgc-white, .bgcH-white:hover {
    background-color: #fff !important;
}
.bd {
    border: 1px solid rgba(0,0,0,.0625)!important;
}
.p-20 {
    padding: 20px!important;
}
.d-f, .layers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.layers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mB-10 {
    margin-bottom: 10px!important;
}
.w-100 {
    width: 100%!important;
}
.fxw-nw {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.peers {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.c-green-500, .cH-green-500:hover {
    color: #4caf50!important;
}
.bgc-green-50{
    background-color: #e8f5e9!important;
}
.bdrs-10em {
    border-radius: 10em!important;
}
.lh-0 {
    line-height: 0!important;
}
.fw-600 {
    font-weight: 600!important;
}
.pX-15 {
    padding-left: 5px!important;
    padding-right: 5px!important;
}
.pY-15 {
    padding-top: 50px!important;
    padding-bottom: 0px!important;
}
.va-m {
    vertical-align: middle!important;
}
.d-ib {
    display: inline-block!important;
}
.lh-1 {
    line-height: 1!important;
}
.w-100 {
    width: 100%!important;
}
.fxw-nw {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.peers {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.peers-greed>.peers {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.peer {
    display: block;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
p.a {
  white-space: nowrap;
}
.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 47px;
    height: 47px;
}
.btn-default {
    color: #fff;
    background-color: #2bbbad !important;
}
a.waves-effect, a.waves-light {
    display: inline-block;
}
.btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
}.btn-floating.btn-lg {
    width: 61.1px;
    height: 61.1px;
}
.btn-floating.btn-lg i {
     font-size: 1.625rem; 
     line-height: 61.1px; 
}
.font-weight-400 {
    font-weight: 400!important;
}.ml-15 {
    margin-left: 15px!important;
}
.font-size-40 {
    font-size: 30px!important;
}.font-weight-100 {
    font-weight: 50!important;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-all-users {
    background-color: #ff751866 !important;
    border: 1px #ff7518 solid;
    box-shadow: none;
}
.allUsers:before {
    color: #ff7518 !important;
}
.btn-active-users {
    background-color: #00800066 !important;
    border: 1px #008000 solid;
    box-shadow: none;
}
.activeUsers:before {
    color: #008000;
}
.btn-deactive-users {
    background-color: #9400d366 !important;
    border: 1px #9400D3 solid;
    box-shadow: none;
}
.deavtiveUsers:before {
    color: #9400D3;
}
.btn-today-visitors {
    background-color: #fe416466 !important;
    border: 1px #fe4164 solid;
    box-shadow: none;
}
.todayVisitors:before {
    color: #fe4164;
}
.btn-week-visitors {
    background-color: #0020c266 !important;
    border: 1px #0020C2 solid;
    box-shadow: none;
}
.weekVisitors:before {
    color: #0020C2;
}
.btn-month-visitors {
    border: 1px #882d17 solid;
    background-color: #882d1766 !important;
    box-shadow: none;
}
.monthVisitors:before {
    color: #882d17;
}
button.sidebar-toggler.sidebar-minimizer {
    border-radius: 5px;
}
.btn-view-transaction-details{
  background-color: #ff7518e3 !important;
}
.btn-update-chips{
    background-color: #0020C2 !important;
}
.btn-not-confirmed{
  background-color: #FFD700 !important;
}
.btn-trash{
  background-color: #f86c6b40 !important;
  border: 1px #f86c6b solid;
  color: #f86c6b !important;
}
.btn-view{
  background-color: #1985ac63 !important;
  border: 1px #1985ac solid;
  color: #1985ac !important;
}
/*@media (min-width: 1200px)
.container {
    width: 1170px;
}
@media (min-width: 992px)
.container {
    width: 970px;
}
@media (min-width: 768px)
.container {
    width: 750px;
}*/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.d-none{
  display: none;
}
.auctionListTable {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 10;
  left: 10%;
  margin-top: -1px;
  width:auto !important;
}
.dropdown-menu {
  position: unset !important;
  min-width: 12rem;
}

.dataTables_scrollHeadInner, .table{
width:100%!important
}