.ck-editor__editable,
textarea {
    min-height: 150px;
}
.app-header .navbar-brand {

    width: 200px!important;
    background-color: #ec543b;

}
.dataTables_wrapper .dataTables_info {
  display: inline-table!important;
  padding-top: 6px !important;
  margin-left: 30px!important;
  float: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{padding:0!important}
.sidebar{
    background-color: #3d3d3d;
}
.sidebar .nav-link:hover {
  color: #fff;
  background: #ec543b;
}
.control-label{background: #3d3d3d;
  color: #fff;
  text-align: center;
  padding: 7px;
  font-size: 20px;
  font-weight: 600;}
label span{color:red}
.td_table{
    background: #d7d7d7;
  text-align: center;
  border: 1px solid #ccc;
  font-weight: 700;
}
.table td, .table th {
    padding:10px!important;
    font-weight: 500;
    font-size: 13px!important;
    text-align: center;
}
#DataTables_Table_0 thead{padding: 0!important;}
.form-group-item .g-more, table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc_disabled::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::after  {
  display: none;
}
.datatable {
    width: 100% !important;
}
.form-group-item{
  background: #f0f0f0;
  border: 1px solid #ccc;
  padding:20px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.sidebar .nav-item {
  cursor: pointer;
  border-top: 1px solid #605f5f;
}
.sidebar .nav-link.active .nav-icon {
  color: #fff;
}
.sidebar .nav-link.active {
  color: #fff;
  background: #ec543b;
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #3d3d3d;
  border-bottom: 1px solid #c8ced3;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.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;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.tile-stats.tile-red {
  background: #ff6264;
}
.tile-stats.tile-red:hover {
  background: #f4543c;
}
.tile-stats {
  position: relative;
  display: block;
  background: #303641;
  padding: 20px;
  margin-bottom: 25px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.tile-stats.tile-red .icon {
  color: #ffffff29;
}
.tile-stats .icon {
  bottom: 35px;
}
.tile-stats .icon {
  color: #ffffff29;
  position: absolute;
  right: 5px;
  top: 28px;
  z-index: 1;
}
.tile-stats .icon i {
  font-size: 100px;
  line-height: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.tile-stats.tile-red .num, .tile-stats.tile-red h3, .tile-stats.tile-red p {
  color: #fff;
}
.tile-stats .num {
  font-size: 38px;
  font-weight: bold;
}
.tile-stats .num, .tile-stats h3, .tile-stats p {
  position: relative;
  color: #fff;
  z-index: 5;
  margin: 0;
  padding: 0;
}
.tile-stats.tile-green {
  background: #00a65a;
}
.tile-stats.tile-green:hover {
  background: #008d4c;
}
.tile-stats.tile-aqua {
  background: #00c0ef;
}
.tile-stats.tile-aqua:hover {
  background: #00acd6;
}
.tile-stats.tile-blue:hover {
  background: #00639e;
}
.tile-stats.tile-blue {
  background: #0073b7;
}








