.ck-editor__editable,
textarea {
    min-height: 150px;
}

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

.btn-ipo {
    color: #ffffff !important;
    background-color: #fcb040;
    border-color: #fcb040;
    
}

.btn-ipo.focus,
.btn-ipo:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-ipo:hover {
    color: #ffffff;
    background-color: #fedcab;
    border-color: #fedcab;
}

.login-logo a img {
    width: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.navbar-brand-full img {
    width: 170px;
}

.sidebar .nav-link:hover {
    background-color: #fcb040;
}

.sidebar .nav-link.active .nav-icon {
    color: #fcb040;
}

.error {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #f86c6b;
}

a {
    color: #fcb040;
}

a:hover {
    color: #ffbc59;
}

.required {
    color:#f86c6b;
}

.report-summary-header {
    border-bottom: solid 1px #e8ecf1;
}

.font-weight-semibold {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.report-inner-cards-wrapper {
    padding-top: 25px;
}

.report-inner-cards-wrapper .report-inner-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: solid 1px #e8ecf1;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(232, 236, 241);
    padding: 0 40px;
}

.report-inner-cards-wrapper .report-inner-card .inner-card-icon {
    width: 62px;
    height: 62px;
    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;
}

.report-inner-cards-wrapper .report-inner-card .inner-card-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.report-inner-cards-wrapper .report-inner-card .report-title {
    font-size: 14px;
    font-weight: 600;
    color: #111111;
}

.report-inner-cards-wrapper .report-inner-card h4 {
    font-weight: bold;
}

.report-inner-cards-wrapper .report-inner-card .report-count {
    font-size: 14px;
    color: #8e32e9;
}

.quick-action-toolbar .card .quick-action-btns .btn-wrapper {
    border-right: 1px solid #e8ecf1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.quick-action-toolbar .card .card-header {
    color: #ffffff;
    padding: 12px 30px;
    background-image: -webkit-gradient(linear, right top, left top, from(#fad961), to(#f76b1c));
    background-image: linear-gradient(to left, #fad961, #f76b1c);
    border: 0;
    border-radius: 0;
}

.stretch-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

.stretch-card > .card {
    width: 100%;
    min-width: 100%;
}