@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#main_wrap > .card {
    width: 100%;
}
.print-table {
    max-width: 960px;
}
.print-table th{
    max-width: 100%;
}
.print-table th > ol{
    width: 750px;
    word-wrap: break-word;
}
.print-table th > *{
    width: 100%;
    word-wrap: break-word;
}
.image img {
    max-width: 100%;
}

.ck-editor__editable,
textarea {
    min-height: 70px;
}
body {
    font-size: 0.85em;
}
.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: #270089;
    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 {
    color: #363636;
    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: 200px;
    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;
	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;
}
.progress-dot.error {
    border: solid red 0.4em;
}
.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: #270089;
    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%);
}

.dropzone {
    min-height: 90px !important;
}
#tpl {
    display: none;
}
.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 100;
    width: 30px;
    height: 30px;
    pointer-events: auto;
}

.dropzone .dz-preview .dz-download {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 25px;
    right: -10px;
    z-index: 100;
    width: 30px;
    height: 30px;
    pointer-events: auto;
}
.dz-download *, .dz-remove * {
    cursor: pointer !important;
}
.dropzone {
    border-radius: 10px;
    border-style: dashed;
    background: #f5f5f5;
    color: grey;
    text-align: center;
}
.card-title {
    font-size: 1rem;
    font-weight: 700;
}
.form-control {
    font-size: 1em;
    height: calc(2.0rem + 2px);
}
select.form-control:not([size]):not([multiple]) {
    font-size: 1em;
    height: calc(2.0rem + 2px);
}
.cost-textarea {
    min-height: 0px;
}
.form-group.error {
    background-color: #ff00006b;
    padding: 5px;
}
.file-group.error {
    border: red solid;
    padding: 19px;
}
.input-error{
    border: red solid;
}
.datepicker {
    z-index:1001 !important;
}
.dropdown-item > a {
    white-space: normal;
}
.dropdown-item {
    /*border-bottom: solid 1px lightgray;*/
}
.carousel-inner {
    overflow: visible;
}
.alert a.btn {
    text-decoration: none;
}

.login-box, .register-box {
    width: 600px;
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
    color: black;
}
input.disabled, label.disabled {
    pointer-events: none;
}
.table.error {
    border: red solid;
}
.card.error {
    border: red solid 0.3rem !important;
}
.bootstrap-tagsinput{
    width: 100%;
    height: calc(2.25rem + 2px);
}
.label-info{
    background-color: #17a2b8;

}
.label {
    display: inline-block;
    padding: .25em .4em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,
    border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.login-card-footer{
    background-color: rgba(0,0,0,1);
}
.nav-seperator {
    border-bottom: 1px solid #4f5962;
    height: 1px;
    margin: 10px;
}
@media (min-width: 576px) {
    .modal-xl {
        max-width: 500px;
    }
}
@media (min-width: 992px) {
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.main-sidebar {
    z-index: 500;
}
.alert.error {
    border: solid red 0.3em;
}
@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
    .table-info, .table-info>td, .table-info>th {
        background-color: #bee5eb !important;
        -webkit-print-color-adjust: exact;
    }
    .table-success, .table-success>td, .table-success>th {
        background-color: #c3e6cb !important;
        -webkit-print-color-adjust: exact;
    }
    .table-danger, .table-danger>td, .table-danger>th {
        background-color: #f5c6cb !important;
        -webkit-print-color-adjust: exact;
    }
    .table-warning, .table-warning>td, .table-warning>th {
        background-color: #ffdf7e !important;
        -webkit-print-color-adjust: exact;
    }
    .bg-dark > td {
        background-color: #343a40!important;
        -webkit-print-color-adjust: exact;
    }
}
table
{

    border-spacing: 0;
    color: #495057;
    font-size: 12px;

}
h6
{
    color: black;
    margin-top: 10px;
    font-size: 13px;
}

#application_content table th, #application_content table td
{
    border: lightgrey 0.2px solid;
    padding: .5em;

}
.wrap_content {
    width: 100%;
}
.content {
    width: 100%;
}
#application_content {
    max-width: 1000px;
}
.chartcanvas_xl {
    min-height: 500px; height: 500px; max-height: 500px; max-width: 100%; display: block;
}
.chartcanvas_lg {
    min-height: 400px; height: 400px; max-height: 400px; max-width: 100%; display: block;
}
.chartcanvas_md {
    min-height: 300px; height: 300px; max-height: 300px; max-width: 100%; display: block;
}
.chartcanvas_sm {
    min-height: 200px; height: 200px; max-height: 200px; max-width: 100%; display: block;
}
.minichartcanvas {
    min-height: 120px;
    height: 200px;
    max-height: 200px;
    max-width: 100%;
    display: block;
}
.small-box {
    min-height: 155px;
}
