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

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
}

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

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #dee2e6;
}

.select2 {
    max-width: 100%;
    width: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.select2-container--open {
    z-index: 9999;
}
.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; */
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}

.projects .table-avatar img, .projects img.table-avatar {
    display: inline;
    width: 5rem;
    object-fit: cover;
}

.nav-sidebar.nav-child-indent .nav-treeview {
    margin-left: .85rem;
}

.sidebar-mini.sidebar-collapse .main-sidebar:not(:hover) .nav-sidebar>li>.nav-treeview {
    display: none !important;
    -webkit-transform: translateZ(0);
}

aside {
    overflow: hidden;
}
.menu-logo {
    width: 60%;
}
.btn-dt-action {
    height: 22px;
    width: 25px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
  font-size: 0.9rem;
}
.profile-user-img {
    height: 100px;
    object-fit: cover;
    object-position: center;
}
.user-block img {
    object-fit: cover;
    object-position: center;
}
.card-light:not(.card-outline) .card-header .btn-sm {
    color: white;
}
.callout a {
    color: #007bff;
    text-decoration: underline;
}
.callout a:hover {
    color: #005fc4;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0px 5px;
    margin-right: 1px;
    margin-top: 1px;
}
.user-panel > .info {
    opacity: 0.7;
}
.user-panel img {
    width: 5rem;
    height: 5rem;
    object-fit: cover;
}
.chartcanvas {
    min-height: 250px; height: 250px; max-height: 250px; max-width: 100%; display: block;
}
.chartcanvas_md {
    min-height: 273px; height: 273px; max-height: 273px; max-width: 100%; display: block;
}
.chartcanvas_sm {
    min-height: 200px; height: 200px; max-height: 200px; max-width: 100%; display: block;
}
.minichartcanvas {
    min-height: 100px;
    height: 100px;
    max-height: 100px;
    max-width: 100%;
    display: block;
}
.widget-user .widget-user-header {
    height: 90px;
}
.widget-user .card-footer {
    padding-top: 16px;
}
.widget-user .widget-user-image {
    top: 10px;
}
.widget-user .widget-user-image>img {
    width: 90px;
    height: 90px;
    border: 3px solid rgb(214, 214, 214);
    object-fit: cover;
}
html {
    scroll-behavior: smooth;
  }
.default-box {
    width: 50%;
    margin: 3% auto;
}


.ribbon-wrapper{height:70px;overflow:hidden;position:absolute;right:-2px;top:-2px;width:70px;z-index:10}.ribbon-wrapper.ribbon-lg{height:120px;width:120px}.ribbon-wrapper.ribbon-lg .ribbon{right:0;top:26px;width:160px}.ribbon-wrapper.ribbon-xl{height:180px;width:180px}.ribbon-wrapper.ribbon-xl .ribbon{right:4px;top:47px;width:240px}.ribbon-wrapper .ribbon{box-shadow:0 0 3px rgba(0,0,0,.3);font-size:.8rem;line-height:100%;padding:.375rem 0;position:relative;right:-2px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,.4);text-transform:uppercase;top:10px;transform:rotate(45deg);width:90px}.ribbon-wrapper .ribbon::after,.ribbon-wrapper .ribbon::before{border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #9e9e9e;bottom:-3px;content:"";position:absolute}.ribbon-wrapper .ribbon::before{left:0}.ribbon-wrapper .ribbon::after{right:0}

.loader,
        .loader:after {
            border-radius: 50%;
            width: 10em;
            height: 10em;
        }
        .loader {
            margin: 45vh auto;
            font-size: 10px;
            position: relative;
            text-indent: -9999em;
            border-top: 1.1em solid rgba(255, 255, 255, 0.2);
            border-right: 1.1em solid rgba(255, 255, 255, 0.2);
            border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
            border-left: 1.1em solid #ffffff;
            -webkit-transform: translateZ(0);
            -ms-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-animation: load8 1.1s infinite linear;
            animation: load8 1.1s infinite linear;
        }
        @-webkit-keyframes load8 {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        @keyframes load8 {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        #loadingDiv {
            position:fixed;
            top:0;
            left:0;
            width:100%;
            height:100%;
            background-color:#0009;
            z-index: 10000;
        }

        .input-group > .select2-container--default {
            width: auto;
            flex: 1 1 auto;
        }

        .input-group > .select2-container--default .select2-selection--single {
            height: 100%;
            line-height: inherit;
            padding: 0.5rem 1rem;
        }

        .input-group  .select2-selection__arrow {
            height: 36px !important;
        }

        @media (max-width:801px)  {
            .widget-user .widget-user-header {
                height: 160px;
            }
            .widget-user .widget-user-image {
                top: 84px;
            }
        }

        .info {
            font-size: small;
        }

        /*.img-circle {
            border-radius: 22%;
        }*/



        @media (min-width:991px)  {
            .small-box h3 {
                font-size: 2vw;
            }
            .small-box p {
                font-size: 1vw;
            }
        }

        @media (max-width:990px)  {
            .small-box h3 {
                font-size: 30px;
            }
            .small-box p {
                font-size: 15px;
            }
        }


/* Progressbar */
.progress-wrapper {
	position: relative;
	margin: 0 auto;
}
.progress-wrapper .progress {
	height: 8px;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
	border-radius: 8px;
}
.progress-wrapper .progress .progress-bar {
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
	box-shadow: none;
	border-radius: 8px;
}
.progress-wrapper .progress-milestones {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
	top: -12px; /* 32px ICON-SIZE minus 8px bar height, divided by 2 */
	left: 0;
}
.progress-wrapper .progress-dot {
	width: 32px; /* ICON-SIZE */
	height: 32px;
	background: #e9ecef; /* default colour */
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
}
.progress-wrapper .progress-text {
	display: flex;
	justify-content: space-between;
	text-align: center;
	font-size: 14px;
	margin-top: 12px; /* 32px ICON-SIZE minus 8px bar height, divided by 2 */
}
.progress-wrapper .progress-label {
	padding: 0 5px;
}
.progress-wrapper .progress-label:first-child {
	text-align: left;
	padding-left: 0;
	margin-left: 0;
}
.progress-wrapper .progress-label:last-child {
	text-align: right;
	padding-right: 0;
	margin-right: 0;
}

/*---------------------------------*/

/* Progressbar2 */
.progress-wrapper2 {
	position: relative;
	margin: 0 auto;
	max-width: calc(100% - 50px); /* Give extra LABEL-SPACING */
}
.progress-wrapper2 .progress {
	height: 8px;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
	border-radius: 8px;
}
.progress-wrapper2 .progress .progress-bar {
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
	box-shadow: none;
	border-radius: 8px;
}
.progress-wrapper2 .progress-milestones {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
	top: -12px; /* 32px ICON-SIZE minus 8px bar height, divided by 2 */
	left: 0;
}
.progress-wrapper2 .progress-dot {
	width: 32px;
	height: 32px;
	background: #e9ecef; /* default colour */
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
    color: #17a2b8;
}
.progress-wrapper2 .progress-text {
	display: flex;
	justify-content: space-between;
	text-align: center;
	font-size: 14px;
	margin-top: 16px; /* 32px ICON-SIZE minus 8px bar height, divided by 2 */
	width: calc(100% + 150px); /* Add LABEL-WIDTH, minimum LABEL-WIDTH should follow LABEL-SPACING */
    margin-left: -75px; /* Half of LABEL-WIDTH */
}
.progress-wrapper2 .progress-label {
	padding: 0 5px;
	width: 150px; /* Set LABEL-WIDTH, minimum width should follow LABEL-SPACING */
}
.progress-wrapper2 .progress-label:first-child {
	margin-left: 16px; /* half of ICON-SIZE */
	padding-left: 0;
}
.progress-wrapper2 .progress-label:last-child {
	margin-right: 16px; /* half of ICON-SIZE */
	padding-right: 0;
}
.progress-dot.active {
    background: #ffc107; /* default colour */
    color: white;
}
.pointer {cursor: pointer;}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px;
    margin-left: 0px;
    border: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 0px;
}
.v-nav-tabs {
    background-color: #007bff;
    color: white;
    border-bottom-left-radius: 0.25em;
    border-top-left-radius: 0.25em;
    padding: 0.4em 0em 0.4em 0.4em;
}
.v-nav-tabs > a{
    color: white;
    width: 100%;
}
.v-nav-tabs > a:hover{
    border-bottom-left-radius: 0.25em;
    border-top-left-radius: 0.25em;
    border: 1px solid white;
    color: white;
}
.v-nav-tabs > a.active{
    background-color: white;
    color: black;
    border-bottom-left-radius: 0.25em;
    border-top-left-radius: 0.25em;
}
.v-nav-tabs > a.active:hover{
    color: black;
}
.report-dropdown {
    padding: 10px 10px 20px 10px;
}

@media screen and (min-width: 600px) {
    .register-box {
        width: 50% !important;
    }
}

.verify-box {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main-sidebar, .main-sidebar:before {
    width: 270px;
}

@media (min-width: 768px){
    .content-wrapper, .main-footer, .main-header {
        margin-left: 270px;
    }
}

.sidebar-collapse .main-sidebar, .sidebar-collapse .main-sidebar:before {
    margin-left: -270px;
}

.datepicker-days {
    padding: 0em 1em;
}
.datepicker td, .datepicker th {
    width: 30px;
}
.datepicker-inline {
    margin-left: auto;
    margin-right: auto;
}
.input-hidden{
    height:0px;
    width:0px;
    padding:0;
    margin:0;
    opacity: 0;
}

.bootstrap-autocomplete.dropdown-menu.show {
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: white;
}

.card-header .title {
    font-size: 17px;
    color: #000;
}
.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 10em;
    text-align: right;
}
.card-header{
  cursor: pointer;
  border-bottom: none;
}
.accordion .card{
  border: 1px solid #ddd;
  margin-bottom: 0px !important;
}
.card-body{
  /*border-top: 1px solid #ddd;*/
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.preloader {
    animation: none;
}

.preloader .spinner {
    display: none;
}
