body{
    background-color: #F6F6F6;
}

#auth-container{
    max-width: 50%;
}

i{
    color: inherit;
}

.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.hidden {
    display: none;
}

table.dataTable tr {
    cursor: pointer;
}

.header {
    /*background-image: url('/bundles/app/common/media/bg/menu-bg.jpg');*/
}

.aside-menu {
    /*background-image: url('/bundles/app/common/media/bg/menu-bg.jpg');*/
}

.footer {
    /*background-image: url('/bundles/app/common/media/bg/menu-bg.jpg');*/
    background-position: 728px 200px;
}

.form-group label.required:after,
.form-group legend.required:after {
    content: " *";
}

tr.highlight {
    color: #535560 !important;
    background-color: #cacfd0 !important;
}

.table-selectable tr:not(.highlight) {
    cursor: pointer;
}

span.twitter-typeahead {
    width: 100%;
}

.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 12px;
    line-height: 18px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}

.no-accordion:after {
    content: none !important;
}

.dropdown-menu > li > a {
    padding: 8px 16px;
    color: #6f6f6f;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 18px;
    white-space: nowrap;
}

.custom-tooltip:before {
    font-size: x-large;
    color: darkgray;
}

.sm-custom-tooltip:before {
    font-size: large;
    color: darkgray;
}

.bootstrap-tagsinput .tag {
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear:after {
    content: 'x Clear' !important;
    font-size: small;
    background-color: #3699ffba;
    color: white;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-family: inherit;
}

table.dataTable tr {
    cursor: default;
}

.svg-flag {
    -webkit-mask-image: url('/bundles/app/vendor/media/svg/icons/Communication/Flag.svg');
    mask-image: url('/bundles/app/vendor/media/svg/icons/Communication/Flag.svg');
    background-color: #b3b3b3;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    -webkit-mask-size: 100%;
}

.svg-share {
    -webkit-mask-image: url('/bundles/app/vendor/media/svg/icons/Files/Share.svg');
    mask-image: url('/bundles/app/vendor/media/svg/icons/Files/Share.svg');
    background-color: #b3b3b3;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    -webkit-mask-size: 100%;
}

.svg-user-folder {
    -webkit-mask-image: url('/bundles/app/vendor/media/svg/icons/Files/User-folder.svg');
    mask-image: url('/bundles/app/vendor/media/svg/icons/Files/User-folder.svg');
    background-color: #b3b3b3;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    -webkit-mask-size: 100%;
}

.svg-like {
    -webkit-mask-image: url('/bundles/app/vendor/media/svg/icons/General/Like.svg');
    mask-image: url('/bundles/app/vendor/media/svg/icons/General/Like.svg');
    background-color: #b3b3b3;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    -webkit-mask-size: 100%;
}

.svg-server {
    -webkit-mask-image: url('/bundles/app/vendor/media/svg/icons/Devices/Server.svg');
    mask-image: url('/bundles/app/vendor/media/svg/icons/Devices/Server.svg');
    background-color: #b3b3b3;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    -webkit-mask-size: 100%;
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon .svg {
    background-color: #3699ff;
}

/** Enable select on theader **/
table.dataTable thead th.select-checkbox {
    position: relative;
}

table.dataTable thead th.select-checkbox:before, table.dataTable thead th.select-checkbox:after {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

table.dataTable thead th.select-checkbox:before {
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid black;
    border-radius: 3px;
}

table.dataTable thead tr.selected th.select-checkbox:after {
    content: '\2714';
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

.swal-large {
    width: 40%;
}

@media (min-width: 992px) {
    .modal-xxl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 1140px;
    }
}

@media (min-width: 1200px) {
    .modal-dialog.modal-xxl {
        max-width: 1400px;
    }
}

.hint-widget {
    z-index: 1050;
}

.card-header.option-header {
    min-height: 50px !important;
}

.card-body.option-widget {
    padding: 0.4rem 1.3rem !important;
}

.card-label.option-title {
    font-size: 1.075rem !important;
}

.modal-deep {
    z-index: 1040;
}

.bootstrap-select .dropdown-menu {
    width: 100%;
}

.bootstrap-select .dropdown-menu li small {
    white-space: normal;
}

.select2-container--disabled .select2-selection__rendered {
    color: #ccc !important;
}

.mw-1100px {
    max-width: 1100px !important
}

.btn-app {
    color: #fff;
    border-color: #FF3800;
    background-color: #FF3800
}

.btn-app:hover, .btn-app:active {
    color: #fff;
    border-color: #ea3200;
    background-color: #ea3200
}

.btn-outline-dark {
    color: #181c32 !important;
    background-color: transparent !important;
    border: 1px solid #181c32 !important;
}

.btn-outline-dark:hover,  .btn-outline-dark:active{
    background-color: #181c32 !important;
    color: white !important;
}

.app-sidebar-menu-primary.menu > .menu-item .menu-item .menu-link.active .menu-title {
    /*color: #ef7958;*/
}

.swal2-styled.swal2-confirm {
    background-color: var(--bs-primary) !important;
}

.dataTables_wrapper .buttons-html5, .dataTables_wrapper .dataTables_filter{
    display: none;
}

.form-control:disabled {
    color: var(--bs-gray-500) !important;
    background-color: var(--bs-gray-200) !important;
    border-color: var(--bs-gray-300) !important;
    opacity: 1;
}

.image-logo{
    width: 65px !important;
}