﻿.app-brand-logo-sm {
    display: none;
}

@media (min-width: 992px) {
    .layout-collapsed:not(.layout-sidenav-hover):not(.layout-offcanvas):not(.layout-fixed-offcanvas) .layout-sidenav .app-brand-logo {
        display: none;
    }

    .layout-collapsed:not(.layout-sidenav-hover):not(.layout-offcanvas):not(.layout-fixed-offcanvas) .layout-sidenav .app-brand-logo-sm {
        display: block;
    }
}
/*.btn-primary {
    background: #26b4ff;
    color: #fff;
}

    .btn-primary:hover {
        background: #4800ff;
        color: #fff;
    }*/

/*.navbar {
    background-color: #26b4ff !important;
    color: #4E5155;
}*/

/*.material-style .select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #4c84ff !important;
    color: #fff !important;
    font-weight:lighter;
}*/



input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.content-cve {
    background-color: #5375C7;
    color:#fff;

}

.fg-content-bulletin {
    color: #98B9F0;
}

.fg-content-policy {
    color: darkgray;
}

.fg-content-quiz {
    color: #3b5998;
}

.fg-content-video {
    color: #EE9E26;
}

.bg-content-policy {
    background-color: darkgray;
}

.bg-content-bulletin {
    background-color: #98B9F0;
    color: white;
}

.bg-content-quiz {
    background-color: #3b5998;
}
.bg-content-video {
    background-color: #EE9E26;
}

.badge-landing-page {
    background-color: #FEB744;
    color: #fff;
}


.bg-banner {
    background-color: #FFD44D !important;
    color: #fff !important;
}

.cke_button__createplaceholder {
    display: none !important;
}

.cke_combo_text {
    width: auto !important;
}

/*<span id="cke_9_text" class="cke_combo_text cke_combo_inlinelabel" > Placeholders</span >*/
/*<span id="cke_9_label" class="cke_combo_label" > Placeholders</span >*/

/*.table {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    // ***********add this word-wrap:break-word;
    // ***********and this
}*/

.table {
    table-layout: fixed;
}

kbd:hover {
    cursor: pointer;
}


/*table.dataTable thead tr {*/
/*background-color: whi;*/
/*font-weight: bold!important;*/
/*font-weight: bold;*/
/*border-top: 2px solid #E8E8E8;
    border-bottom: 4px solid #E8E8E8;*/
/*border-top: 0px solid #0080C8;*/
/*border-bottom: 3px solid whitesmoke;*/
/*text-transform: uppercase !important;*/
/*font-size: small !important;*/
/*font-weight:100 !important;*/
/*}*/

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover, .pagination li.active > a:not(.page-link), .pagination li.active > a:not(.page-link):focus, .pagination li.active > a:not(.page-link):hover {
    border-radius: 4px;
}

.table th {
    /* font-weight: 500; */
    color: /*#4d4c4c*/ #6E6E6E;
    font-weight: bold !important;
    font-size: 13px !important;
}

table#dataTableId tbody td div {
    height: 100px;
    overflow: hidden;
    word-wrap: break-word;
}

table#table-narrow-row td img {
    min-height: 100px;
    max-height: 100px;
}

/*table#template-data-table tr {
    height: 310px;
    overflow: hidden;
    word-wrap: break-word;
}*/

table.table-narrow-row td {
    padding: 0.40rem !important;
}

table.table-narrow-row th {
    /*padding: 0.625rem;
    vertical-align: top;*/
    border-top: 0px solid #f1f1f2;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px !important;
    height: 5rem;
    margin-left: -20%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: larger;
    background-color: transparent;
    /*border-radius: 25px!important;*/
    border: 2px solid;
    border-color: darkgrey;
    /**/
    border: 6px solid #f3f3f3;
    border-radius: 50% !important;
    border-top: 5px solid #007dc6;
    /*border-top: 8px solid #3498db;*/
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*table#template-data-table tbody td img {*/
/*min-height: 100px;
    max-height: 100px;*/
/*}*/

.scroll {
    max-height: 108px;
}

.card-img {
    object-fit: none; /* Do not scale the image */
    object-position: top; /* Center the image within the element */
    object-position: 0% 0;
    width: 100%;
    max-height: 250px;
    /*margin-bottom: 1rem;*/
}

.input-label-text {
    color: #b5b5b5;
    /*color: #000000;*/
    margin-bottom: 0px;
    padding-bottom: 0px;
    /*font-weight: 500;*/
}

.input-text {
    color: #007dc6;
    font-weight: 500;
}

.input-label-size {
    font-size: small;
}

.material-style:not([dir=rtl]) div.card-datatable table.dataTable thead th:first-child,
.material-style:not([dir=rtl]) div.card-datatable table.dataTable tbody td:first-child,
.material-style:not([dir=rtl]) div.card-datatable table.dataTable tfoot th:first-child {
    padding-left: 0.5rem !important;
}

/*#body {
    overflow-x: scroll;
}*/

.card-header-left-border-danger {
    color: #D9534F;
}

.bg-default {
    /*background-color: whitesmoke !important;*/
    background-color: #FAF9F8 !important;
}

.bg-orange {
    background-color: #EE9E26 !important;
    /*background-color: #FC9700 !important;*/
}

.bg-copy {
    background-color: #4C84FF !important;
    /*background-color: #FC9700 !important;*/
}

.bg-help-button {
    background-color: #EE9E26;
    color: #FFFFFF;
}

.text-lightgrey {
    color: #cecece !important;
}


.text-orange {
    color: #FEB744 !important;
}

.text-darkorange {
    color: #F4B500 !important;
}

.text-danger-dark {
    color: #902902 !important;
}

.text-corporate {
    color: #0080C8 !important
}

.text-green {
    color: #02BC77 !important
}

/* So that sweetalerts appear over modal*/
.swal2-container {
    z-index: 2147483647 !important;
}

.rounded-corners {
    border-radius: 8px;
}

/*.rounded-modal-corners {
    border-radius: 10px!important;
}*/

.modal-footer {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.modal-header {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.modal-content {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.modal-content-square {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.modal-backdrop {
    opacity: 0.7 !important;
    /*z-index:0!important;*/
}

.btn-rounded {
    border-radius: 4px !important;
}

.dropdown-btn-rounded-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.dropdown-btn-rounded-right {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

@media (min-width: 768px) {
    .modal-m {
        width: 25%;
        max-width: 1200px;
    }
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

@media (min-width: 768px) {
    .modal-xxl {
        width: 95%;
        max-width: 1500px;
    }
}

.sw-btn-prev {
    border-radius: 4px !important;
    margin-top: -58px !important;
    margin-bottom: 58px !important;
}

    .sw-btn-prev:hover {
        /*background-color: #5CB85C !important;*/
    }

.modal-policy-prevnext-button {
    width: 10rem !important;
}

.policy-acceptance-label {
    pointer-events: none;
    cursor: default;
}

.policy-document-viewer-footer {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
    background-color: #eeeeee;
}

.sw-btn-next {
    border-radius: 4px !important;
    margin-left: 10px !important;
    margin-top: -58px !important;
    margin-bottom: 58px !important;
}

    .sw-btn-next:hover {
        /*background-color: #5CB85C !important;*/
    }

.sw-btn-save {
    border-radius: 4px !important;
    margin-left: 10px !important;
    margin-top: -58px !important;
    margin-bottom: 58px !important;
}

.btn-toolbar {
    height: 0px !important;
}

.btn-orange {
    color: white;
    background-color: #EE9E26 !important;
}

.btn-archive-recipient {
    color: white;
    background-color: #0078D7 !important;
}

    .btn-archive-recipient:hover {
        color: white;
        background-color: #0078D7 !important;
    }

.btn.btn-secondary.active,
.btn.btn-secondary:active {
    color: #fff;
    /*background-color: #5cb85c;*/
    /*border-color: #5cb85c;
    outline: none;*/
}

.btn.btn-light.active,
.btn.btn-light:active {
    color: #fff;
    /*background-color: #5cb85c;*/
    /*border-color: #5cb85c;
    outline: none;*/
}

.btn.btn-light {
    background-color: white;
    /*background-color: #5cb85c;*/
    /*border-color: #5cb85c;
    outline: none;*/
}

.btn.btn-light-security-role.active,
.btn.btn-light-security-role:active {
    color: #fff;
    background-color: #5cb85c;
    outline: none;
}

.btn.btn-light-security-role {
    background-color: white;
    /*background-color: #5cb85c;*/
    border:1px solid #f1f1f2;
    outline: none;
}

.card-full-page {
    border-radius: 8px;
    background-color: white; /*#F3F3F3;*/
    border: none;
    /*box-shadow: none;*/
    /*box-shadow: 0 1rem 3rem rgba(24, 28, 33, 0.175) !important;*/
    box-shadow: 0 0.5rem 1rem rgba(24, 28, 33, 0.15) !important;
    height: 90.5vh;
    margin: 1vh;
    overflow: auto;
}

.card-full-page-with-alert {
    height: 88.5vh;
}

.card-rounded-corners {
    border-radius: 8px;
}

/*.card-img-top {
    width: 100%!important;
    height: 15vw!important;
    object-fit: cover!important;
}*/
.callout-danger {
    border-left-width: 3px !important;
    border-left-color: #d9534f !important;
}

.callout-warning {
    border-left-width: 3px !important;
    border-left-color: #FFD950 !important;
}

.callout-success {
    border-left-width: 3px !important;
    border-left-color: #02BC77 !important;
}

.callout-system {
    border-left-width: 3px !important;
    border-left-color: #007dc6 !important;
}

.callout-primary {
    border-left-width: 3px !important;
    border-left-color: #4477e6 !important;
}

.card-warning {
    background: #fcf8e3;
    border: solid 1px #f1daab;
    border-left: solid 10px orange;
}
/* Dropdown menu background color*/

.microsoft-red {
    background: #D83B01;
    color: white;
}

.text-microsoft-blue {
    color: #019FE8;
}

.text-microsoft-red {
    color: #D83B01;
}

.text-google-red {
    color: #EA4335;
}

.google-red {
    background: #EA4335;
    color: white;
}

.facebook-blue {
    background: #3b5998;
    color: white;
}

.dropdown-menu {
    /*background-color: #e7e7e7 !important;*/
    background-color: white !important;
}

    /* Dropdown menu font color*/

    .dropdown-menu a {
        color: #313131 !important;
        /*color: #282828 !important;*/
    }

body {
    /*background: white !important;*/
    background: #F3F3F3 !important;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    border-color: #4c84ff;
    background-color: #4c84ff;
    color: #fff;
}

    .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
        border-color: grey !important;
        border-left: 4px solid #EE9E26 !important;
        background-color: grey !important;
        color: #fff !important;
    }

.bg-sidenav-theme.sidenav-vertical .sidenav-item.active > .sidenav-link:not(.sidenav-toggle)::after, .bg-sidenav-theme .sidenav-vertical .sidenav-item.active > .sidenav-link:not(.sidenav-toggle)::after {
    border-left: 4px solid #EE9E26;
}


.navbar-theme {
    background-color: #007dc6;
    /*color:#ffffff;*/
}

.list-group-item-action {
    color: #007dc6
}

/** {
    font-weight: lighter;
}*/

.alert-hat-orange {
    background-color: #EE9E26;
}

.alert-danger {
    background-color: #D83B01;
}

.alert-success-light {
    background-color: #B1DFBB !important;
}

.btn.disabled, .btn:disabled {
    opacity: 0.1 !important;
}

.btn-success {
    background-color: #5CB85C !important;
}


.btn-outline-success {
    background: transparent;
    -webkit-box-shadow: 0 0 0 1px #5CB85C inset;
    box-shadow: 0 0 0 1px #5CB85C inset;
    color: #5CB85C;
}

    .btn-outline-success:hover, .btn-outline-success:focus {
        background: #5CB85C;
        color: #fff;
    }

.btn-outline-warning {
    background: transparent;
    -webkit-box-shadow: 0 0 0 1px #5CB85C inset;
    box-shadow: 0 0 0 1px #EE9E26 inset;
    color: #EE9E26;
}

    .btn-outline-warning:hover, .btn-outline-warning:focus {
        background: #EE9E26;
        color: #fff;
    }

.fg-new {
    color: #EA0D7B
}

.bg-success {
    background-color: #5CB85C !important;
}

.bg-grey {
    background-color: #F1F1F2 !important /*#e0dcdc !important;*/
}

.text-success {
    color: #5CB85C !important;
}

/*.badge-pill {
    padding-bottom: 0.3rem;
}*/

.badge-success {
    background-color: #5CB85C !important;
}

.material-style .select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #5CB85C;
    color: #fff;
}

.sv_main.sv_main.sv_bootstrapmaterial_css input[type="button"].btn-primary, .sv_main.sv_bootstrapmaterial_css button.btn-primary {
    background-color: #5CB85C !important;
    border-radius: 4px !important;
}


.svd_container.svd_container.sv_bootstrap_css .btn-primary {
    background-color: #5CB85C !important;
    border-color: #5CB85C !important;
    border-radius: 4px !important;
    padding: 5px !important;
    margin: 5px !important;
}

.svd_container .btn-primary {
    background-color: #5CB85C !important;
    border-color: #5CB85C !important;
    border-radius: 4px !important;
    padding: 5px !important;
    margin: 5px !important;
}

.svd_container.svd_container.sv_bootstrap_css .svd_custom_select::before {
    background-color: #5CB85C !important;
    border-radius: 4px !important;
}

.svd_container.svd_container.sv_bootstrap_css .svd-main-background-color {
    background-color: #5CB85C !important;
    border-radius: 4px !important;
}

.svd_container.svd_container.sv_bootstrap_css .svd-primary-icon .svd-svg-icon {
    fill: #5CB85C !important;
    border-radius: 4px !important;
}

/*CKEDITOR*/
/*.cke_combo__format .cke_combo_text {
    font-family: Roboto;
    width: 150px !important;
}

.cke_combopanel__format {
    font-family: Roboto;
    width: 250px !important;
}*/
/*#cke_91_frame {
    font-family: Roboto;
}*/
#cke_15_text {
    width: 150px !important;
}

.cke_combopanel__my-combo {
    width: auto !important /* 250px !important;*/
}

.cke_panel_container {
    font-family: Arial !important;
    font-size: smaller;
    font-weight: normal;
}

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: rgba(254, 183, 68, 0.75); /* old IE */
    background-color: rgba(254, 183, 68, 0.50); /* Modern Browsers */
}

.text-under-input {
    font-size: 11px;
    color: lightgray;
}

/*.bg-sidenav-theme {
    background-color: #808080 !important;
    color: white;
}*/

.minicolors-swatch-color {
    border: 1px solid gainsboro;
}


.filepond--file-info-main {
    display: none !important;
}

/*Modal*/


.modal-quiz {
    max-height: calc(100vh - 143px);
    overflow-y: auto;
}

.timeline > li > .timeline-panel-bulletin {
    /*width: 46%;
    float: left;*/
    border-top: 5px solid #98B9F0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
}

.timeline > li > .timeline-panel-video {
    /*width: 46%;
    float: left;*/
    border-top: 5px solid #EE9E26;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
}

.timeline > li > .timeline-panel-policy {
    /*width: 46%;
    float: left;*/
    border-top: 5px solid darkgray;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
}

.timeline > li > .timeline-panel-quiz {
    /*width: 46%;
    float: left;*/
    border-top: 5px solid #3b5998;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
}


.wrap-announcement {
    position: relative !important;
}

.announcekit-widget {
    position: absolute !important;
    top: -10px !important;
    left: 10px !important;
}

.chat-widget {
    position: absolute !important;
    top: -10px !important;
    left: 10px !important;
}

.bg-lightest {
    background-color: #FAF9F8 !important;
}

.selected {
    background-color: #e8e6e6 !important;
}

.content-selected {
    background-color: #DCF1FF !important;
    /*color: white !important;*/
    /*border-top: 3px solid #FFA500;
    border-bottom: 3px solid #FFA500;*/
    opacity: 1;
    transition: ease-in 0.3s;
}

/*This prevents select2 drop-down from causing unwanted hor/ver scrollbars*/
body {
    overflow-x: hidden;
}

.shadow-rounded-header {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.shadow-rounded-body {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}


.shadow-rounded-top {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.shadow-rounded-bottom {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.material-style .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    background-color: white;
    border-bottom: none;
}

.material-dropdown {
    /*background-color: #F7F7F8;*/
    background-color: white;
    border-bottom: none;
}

truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#resize_wrapper {
    position: absolute;
    top: 5em;
    left: 1em;
    right: 1em;
    bottom: 1em;
}

.typewriter h4 {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid orange; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em; /* Adjust as needed */
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to {
        border-color: transparent
    }

    50% {
        border-color: orange;
    }
}