﻿/* Component Branding */
.bg-ccicsg {
    background-color: #1966a7 !important;
}

.bg-ccicsg-text {
    color: #1966a7 !important;
}

.bg-light-ccicsg {
    background-color: rgba(0, 106, 255, 0.09);
}

.bg-light-grey {
    background-color: #EAEDED;
}

.text-orange {
    color: #fd7e14 !important;
}

.btn-nav-ccicsg {
    color: rgba(255, 255, 255, 0.5);
    border: none !important;
    transition: all 0.2s ease-in-out;
}

    .btn-nav-ccicsg:hover {
        color: rgba(255, 255, 255, 0.8) !important;
        transform: scale(1.2);
    }

    .btn-nav-ccicsg:focus,
    .btn-nav-ccicsg:active {
        color: rgba(255, 255, 255, 1) !important;
        transform: scale(1.5);
    }

.btn-icon-ccicsg {
    color: #1966a7;
    background-color: transparent;
    border: none;
    padding: 0;
    transition: all 0.2s ease-in-out;
}

    .btn-icon-ccicsg:focus {
        color: #1966a7;
    }

    .btn-icon-ccicsg:hover {
        color: #1966a7;
        transform: scale(1.2);
    }

    .btn-icon-ccicsg:active {
        transform: scale(1.5);
    }

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
}

input::placeholder {
    font-size: smaller;
    font-style: italic;
    opacity: 0.2;
    color: #1966a7;
}

/*Color*/
.bg-grey {
    background-color: #F2F4F4 !important;
}

/* Table */
table.table-fit {
    width: auto !important;
    table-layout: auto !important;
}

    table.table-fit thead th, table.table-fit tfoot th {
        width: auto !important;
    }

    table.table-fit tbody td, table.table-fit tfoot td {
        width: auto !important;
    }

/* Button */
.btn-blue {
    color: black;
    background-color: #5DADE2;
    border-color: #5DADE2;
    text-align: center;
    font-size: calc(1.275rem + 0.3vw) !important;
}

    .btn-blue:hover {
        background-color: #55A4D9;
        color: white;
    }

.btn-blue-lg {
    color: black;
    background-color: #5DADE2;
    border-color: #5DADE2;
    text-align: center;
    font-size: 50px;
}

    .btn-blue-lg:hover {
        background-color: #55A4D9;
        color: white;
    }

/* ScrollBar*/
.custom-scrollbar-css {
    overflow-y: scroll;
}

    .custom-scrollbar-css::-webkit-scrollbar {
        width: 5px;
    }

    /* scrollbar track */
    .custom-scrollbar-css::-webkit-scrollbar-track {
        background: #eee;
    }

    /* scrollbar handle */
    .custom-scrollbar-css::-webkit-scrollbar-thumb {
        border-radius: 1rem;
        background-color: #00d2ff;
        background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%);
    }

.custom-scrollbar-css {
    overflow-y: scroll;
}

/* Utilities Extension */

.vh-25 {
    height: 25vh !important;
}

.vh-30 {
    height: 30vh !important;
}

.vh-50 {
    height: 50vh !important;
}

.vh-60 {
    height: 60vh !important;
}

.vh-65 {
    height: 65vh !important;
}

.vh-70 {
    height: 70vh !important;
}

.vh-75 {
    height: 75vh !important;
}

.vh-80 {
    height: 80vh !important;
}

.vh-85 {
    height: 85vh !important;
}

.vh-88 {
    height: 88vh !important;
}

.vh-90 {
    height: 90vh !important;
}

.cursor-pointer {
    cursor:pointer !important;
}

/*padding */
.p-sm-6 {
    padding: 6rem !important;
}

/* Timeline */
.timeline-1 {
    border-left: 3px solid rgb(76, 170, 223);
    background: rgba(0, 106, 255, 0.09);
    list-style: none;
}

    .timeline-1 .event {
        border-bottom: 1px dashed #000;
        padding-bottom: 25px;
        margin-bottom: 25px;
        position: relative;
    }

        .timeline-1 .event:last-of-type {
            padding-bottom: 0;
            margin-bottom: 0;
            border: none;
        }

        .timeline-1 .event:before,
        .timeline-1 .event:after {
            position: absolute;
            display: block;
            top: 0;
        }

        .timeline-1 .event:before {
            left: -185px;
            text-align: right;
            min-width: 120px;
            font-size: 1.25rem !important;
        }

        .timeline-1 .event:after {
            box-shadow: 0 0 0 3px #379ce3;
            left: -55.8px;
            background: #fff;
            border-radius: 50%;
            height: 9px;
            width: 9px;
            content: "";
            top: 5px;
        }

/*Card hover*/
.cardHover {
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor: pointer;
}

    .cardHover:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    }

/*Signature*/
.wrapper {
    position: relative;
    width: 300px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 200px;
    background-color: white;
    border: solid;
}

.content {
    padding: 7rem 0;
}

.btn-style {
    margin: 10px;
    padding: 0.6rem 3rem;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #2F91FF;
    /*background-image: linear-gradient(45deg, #2F91FF 0%, #97D0F0 51%, #2F91FF 100%);*/
    background-image: linear-gradient(45deg, #1966a7 0%,#7091c2 51%, #1966a7 100%);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .btn-style:hover {
        background-position: right center;
        /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

    .btn-style:active {
        transform: scale(0.95);
    }

/*Ui auto complete*/
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-helper-hidden-accessible {
    display: none;
}

.form-group-search {
    position:absolute;
    right:1.5rem;
}

.btn-folder {
    text-align:left !important;
    width: 100%;
    border-radius: 0;
}
    .btn-folder:hover {
        background-color: #86b7fe !important;
        border-radius: 0;
    }
    .btn-folder:focus {
        color: #0c63e4 !important;
        background-color: #e7f1ff !important;
        border-radius: 0;
    }
    .btn-folder.active {
        color: #0c63e4 !important;
        background-color: #e7f1ff !important;
        border-radius: 0;
    }

/*Font family*/
@font-face{
    font-family: 'KaiTi';
    src: url('../font/simkai.ttf') format('truetype');
}

.font-KaiTi{
    font-family: KaiTi, sans-serif;
}

.font-tahoma{
    font-family: Tahoma;
}

.font-segoeui{
    font-family: 'Segoe UI';
}

.font-kigelia {
    font-family: 'Kigelia';
}

.bg-light-yellow {
    background-color: #FFFFCC !important;
}

.bg-tiffany-blue {
    background-color: #33CCCC !important;
}

/*Loading spinner*/
.center-div {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}

.spinner {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.loader {
    margin: auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #15a0ec;
    border-bottom: 16px solid #15a0ec;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.inner-div {
    background-color: white;
    border-radius: 15px;
    margin: auto;
    padding: 2%;
    width: 150px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media print {
    .hide-print {
        display: none !important;
    }
}

/*Scrollbar*/
*::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

*::-webkit-scrollbar-track {
    background: #DADADA;
}

*::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 10px;
}

.select2-selection__rendered {
    line-height: 32px !important;
}

.select2-container .select2-selection--single {
    height: 36px !important;
}

.select2-selection__arrow {
    height: 35px !important;
}

.sticky-alert {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
}