﻿body {
    background: #000000;
    color: #4a4a4a;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

/*body, html {
    height: 100%;
    overflow: auto;
}*/

*, *:focus {
    outline: none !important;
}

    *:focus {
        box-shadow: none !important;
    }


a {
    text-decoration: none !important;
}

    a:hover:not(.btn):not(.btn-bg):not(.no-underline):not(.nav-link):not(.dropdown-item):not(.page-link):not(.list-group-item-action) {
        text-decoration: underline !important;
    }

    a:not(.btn):not(.dropdown-item):not(.list-group-item-action):not(.nav-link):not(.page-link),
    a:hover:not(.btn):not(.dropdown-item):not(.list-group-item-action):not(.nav-link):not(.page-link) {
        color: #00f;
    }

.underline {
    text-decoration: underline !important;
}

.no-underline, .no-underline:hover, .no-underline:active, .no-underline:visited {
    text-decoration: none !important;
}

.font-weight-medium {
    font-weight: 500;
}

.btn.disabled, .btn:disabled, .disabled {
    opacity: 0.4 !important;
}

/**********************************/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*************************************/
.ls-2 {
    letter-spacing: 2px !important;
}

/***************************/

.bg-primary {
    background-color: #4385f6 !important;
}

.text-primary {
    color: #4385f6 !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    background-color: #4385f6 !important;
    border-color: #4385f6 !important;
}

.btn-outline-primary {
    color: #fff;
    border-color: #4385f6;
}

    .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
        color: #000;
        background-color: #4385f6;
        border-color: #4385f6;
    }

.border-primary {
    border-color: #4385f6 !important;
}

.table .thead-primary th {
    background-color: #4385f6;
    border-color: #4385f6;
}

.tooltip-primary .tooltip-inner {
    background-color: #4385f6;
}

.tooltip-primary.bs-tooltip-top .arrow:before {
    border-top-color: #4385f6;
}

.tooltip-primary.bs-tooltip-right .arrow:before {
    border-right-color: #4385f6;
}

.tooltip-primary.bs-tooltip-left .arrow:before {
    border-left-color: #4385f6;
}

.tooltip-primary.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #4385f6;
}

/*****************************

.bg-success {
    background: #8cca2e;
    background: -moz-linear-gradient(top, #8cca2e 0%, #81bd27 50%, #84bf2b 100%);
    background: -webkit-linear-gradient(top, #8cca2e 0%,#81bd27 50%,#84bf2b 100%);
    background: linear-gradient(to bottom, #8cca2e 0%,#81bd27 50%,#84bf2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cca2e', endColorstr='#84bf2b',GradientType=0);
    color: #ffffff !important;
}

.text-success {
    color: #8cca2e !important;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success.focus {
    background: #8cca2e;
    background: -moz-linear-gradient(top, #8cca2e 0%, #81bd27 50%, #84bf2b 100%);
    background: -webkit-linear-gradient(top, #8cca2e 0%,#81bd27 50%,#84bf2b 100%);
    background: linear-gradient(to bottom, #8cca2e 0%,#81bd27 50%,#84bf2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cca2e', endColorstr='#84bf2b',GradientType=0);
    border-color: #8cca2e !important;
}

.btn-outline-success {
    color: #fff;
    border-color: #8cca2e;
}

    .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
        color: #000;
        background-color: #8cca2e;
        border-color: #8cca2e;
    }

.border-success {
    border-color: #8cca2e !important;
}

.table .thead-success th {
    background: #8cca2e;
    background: -moz-linear-gradient(top, #8cca2e 0%, #81bd27 50%, #84bf2b 100%);
    background: -webkit-linear-gradient(top, #8cca2e 0%,#81bd27 50%,#84bf2b 100%);
    background: linear-gradient(to bottom, #8cca2e 0%,#81bd27 50%,#84bf2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cca2e', endColorstr='#84bf2b',GradientType=0);
    color: #ffffff;
    border-color: #8ed02a;
}


.tooltip-success .tooltip-inner {
    background: #8cca2e;
    background: -moz-linear-gradient(top, #8cca2e 0%, #81bd27 50%, #84bf2b 100%);
    background: -webkit-linear-gradient(top, #8cca2e 0%,#81bd27 50%,#84bf2b 100%);
    background: linear-gradient(to bottom, #8cca2e 0%,#81bd27 50%,#84bf2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cca2e', endColorstr='#84bf2b',GradientType=0);
}

.tooltip-success.bs-tooltip-top .arrow:before {
    border-top-color: #8ed02a;
}

.tooltip-success.bs-tooltip-right .arrow:before {
    border-right-color: #8ed02a;
}

.tooltip-success.bs-tooltip-left .arrow:before {
    border-left-color: #8ed02a;
}

.tooltip-success.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #8ed02a;
}

/******************************************************/

.bg-warning {
    background-color: #ffbb00 !important;
}

.text-warning {
    color: #ffbb00 !important;
}

.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning.focus {
    background-color: #ffbb00 !important;
    border-color: #ffbb00 !important;
    color: #ffffff !important;
}

.btn-outline-warning {
    color: #fff;
    border-color: #ffbb00;
}

    .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
        color: #000;
        background-color: #ffbb00;
        border-color: #ffbb00;
    }

.border-warning {
    border-color: #ffbb00 !important;
}

.table .thead-warning th {
    color: #ffffff;
    background-color: #ffbb00;
    border-color: #ffbb00;
}

a.text-warning:focus, a.text-warning:hover {
    color: #fff !important;
}

.tooltip-warning .tooltip-inner {
    background-color: #ffbb00;
}

.tooltip-warning.bs-tooltip-top .arrow:before {
    border-top-color: #ffbb00;
}

.tooltip-warning.bs-tooltip-right .arrow:before {
    border-right-color: #ffbb00;
}

.tooltip-warning.bs-tooltip-left .arrow:before {
    border-left-color: #ffbb00;
}

.tooltip-warning.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #ffbb00;
}

/*****************************/
.bg-danger {
    background-color: #CE1015 !important;
}

.text-danger {
    color: #CE1015 !important;
}

.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger.focus {
    background-color: #CE1015 !important;
    border-color: #CE1015 !important;
}

.border-danger {
    border-color: #CE1015 !important;
}

.btn-outline-danger {
    color: #fff;
    border-color: #CE1015;
}

    .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
        color: #000;
        background-color: #CE1015;
        border-color: #CE1015;
    }

.table .thead-danger th {
    color: #ffffff;
    background-color: #CE1015;
    border-color: #CE1015;
}


.tooltip-danger .tooltip-inner {
    background-color: #CE1015;
}

.tooltip-danger.bs-tooltip-top .arrow:before {
    border-top-color: #CE1015;
}

.tooltip-danger.bs-tooltip-right .arrow:before {
    border-right-color: #CE1015;
}

.tooltip-danger.bs-tooltip-left .arrow:before {
    border-left-color: #CE1015;
}

.tooltip-danger.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #CE1015;
}

/*****************************/

.bg-white {
    background-color: #ffffff !important;
}

.text-white {
    color: #ffffff !important;
}

.btn-white, .btn-white:hover, .btn-white:focus, .btn-white.focus {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #000000 !important;
}

    .btn-white:hover {
        background-color: #c2c0c0 !important;
    }

.border-white {
    border-color: #ffffff !important;
}

.table .thead-white th {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}


.tooltip-white .tooltip-inner {
    background-color: #ffffff;
    color: #000;
}

.tooltip-white.bs-tooltip-top .arrow:before {
    border-top-color: #ffffff;
}

.tooltip-white.bs-tooltip-right .arrow:before {
    border-right-color: #ffffff;
}

.tooltip-white.bs-tooltip-left .arrow:before {
    border-left-color: #ffffff;
}

.tooltip-white.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #ffffff;
}

/*****************************/

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

.text-light {
    color: #f2f2f2 !important;
}

.btn-light, .btn-light:hover, .btn-light:focus, .btn-light.focus {
    background-color: #f2f2f2 !important;
    border-color: #6F6F6F !important;
    color: #fff !important;
}

.border-light {
    border-color: #f2f2f2 !important;
}

.table .thead-light th {
    color: #000000;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}


.tooltip-light .tooltip-inner {
    background-color: #f2f2f2;
    color: #000;
}

.tooltip-light.bs-tooltip-top .arrow:before {
    border-top-color: #f2f2f2;
}

.tooltip-light.bs-tooltip-right .arrow:before {
    border-right-color: #f2f2f2;
}

.tooltip-light.bs-tooltip-left .arrow:before {
    border-left-color: #f2f2f2;
}

.tooltip-light.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #f2f2f2;
}

/*****************************/

.bg-light2 {
    background-color: #999999 !important;
}

.text-light2 {
    color: #999999 !important;
}

.btn-light2, .btn-light2:hover, .btn-light2:focus, .btn-light2.focus {
    background-color: #8a8a8a !important;
    border-color: #6F6F6F !important;
    color: #fff !important;
}

.border-light2 {
    border-color: #999999 !important;
}

.table .thead-light2 th {
    color: #000000;
    background-color: #999999;
    border-color: #999999;
}


.tooltip-light2 .tooltip-inner {
    background-color: #999999;
    color: #000;
}

.tooltip-light2.bs-tooltip-top .arrow:before {
    border-top-color: #999999;
}

.tooltip-light2.bs-tooltip-right .arrow:before {
    border-right-color: #999999;
}

.tooltip-light2.bs-tooltip-left .arrow:before {
    border-left-color: #999999;
}

.tooltip-light2.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #999999;
}


/*****************************
.bg-dark2 {
    background-color: #272727 !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.text-dark {
    color: #000000 !important;
}

.btn-dark, .btn-dark:hover, .btn-dark:focus, .btn-dark.focus {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.border-dark {
    border-color: #000000 !important;
}

.table .thead-dark th {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}


.tooltip-dark .tooltip-inner {
    background-color: #000000;
}

.tooltip-dark.bs-tooltip-top .arrow:before {
    border-top-color: #000000;
}

.tooltip-dark.bs-tooltip-right .arrow:before {
    border-right-color: #000000;
}

.tooltip-dark.bs-tooltip-left .arrow:before {
    border-left-color: #000000;
}

.tooltip-dark.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #000000;
}

/*****************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 700;
    color: inherit;
    margin-bottom: 15px;
}

h1, .h1 {
    font-size: 2rem;
    margin: 20px 0px;
    font-weight: 300;
}

h2, .h2 {
    font-size: 1.6rem;
}

h3, .h3 {
    font-size: 1.4rem;
}

h4, .h4 {
    font-size: 1.2rem;
}

h5, .h5 {
    font-size: 1rem;
}

h6, .h6 {
    font-size: 0.85rem;
}

.sup {
    position: relative;
    top: -15px;
}


/*******************************************************************/

.form-control::-webkit-input-placeholder {
    color: #bbbbbb !important;
}

.form-control:-moz-placeholder {
    color: #bbbbbb !important;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #bbbbbb !important;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #bbbbbb !important;
}

.form-control::-ms-input-placeholder {
    color: #bbbbbb !important;
}

.form-control::placeholder {
    color: #bbbbbb !important;
}


label {
}

    label.required:after {
        content: "*";
        color: red;
        margin-left: 5px;
    }

input.form-control,
div.form-control,
textarea.form-control,
select.form-select {
    color: #000000;
    font-family: 'Lato',sans-serif;
}

textarea.form-control {
    resize: none;
}

    textarea.form-control:not([rows]) {
        height: 136px;
    }

.form-control:disabled, .form-control[readonly] {
    background: #aaaaaa !important;
}

.input-validation-error, .has-error .custom-file-label {
    border-color: #CE1015 !important;
}

.field-validation-error.text-danger {
    color: #CE1015 !important;
}

.file-caption-icon,
.file-caption-name {
    opacity: 0 !important;
}


/****************************************************************

.white-transparent {
    background-color: rgba(255,255,255,0.80) !important;
    color: #505050;
}

.black-transparent {
    background-color: rgba(0,0,0,0.50) !important;
    color: #fff;
}

/*******************************************************************
.grid-mvc .table {
    border: none;
}

.grid-mvc .table-bordered > tbody > tr > td,
.grid-mvc .table-bordered > tbody > tr > th,
.grid-mvc .table-bordered > tfoot > tr > td,
.grid-mvc .table-bordered > tfoot > tr > th,
.grid-mvc .table-bordered > thead > tr > td,
.grid-mvc .table-bordered > thead > tr > th {
    border-color: #555;
    border-right: none;
    border-left: none;
    padding: 0.5rem 0.75rem;
}

.grid-mvc .table-bordered > thead > tr > th {
    background: rgba(136,136,136,1);
    background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(28,28,28,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(136,136,136,1)), color-stop(100%, rgba(28,28,28,1)));
    background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(28,28,28,1) 100%);
    background: -o-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(28,28,28,1) 100%);
    background: -ms-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(28,28,28,1) 100%);
    background: linear-gradient(to bottom, rgba(136,136,136,1) 0%, rgba(28,28,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#1c1c1c', GradientType=0 );
    color: #fff;
    padding: 1rem 0.75rem;
    border-bottom: none;
}

.grid-mvc .table-bordered > thead > tr > th,
.grid-mvc .table-bordered > tbody > tr > td .btn {
    white-space: nowrap;
}

.grid-mvc .table-striped > tbody > tr:nth-child(odd) > td,
.grid-mvc .table-striped > tbody > tr:nth-child(odd) > th {
    background: rgba(0,0,0,0.50) !important;
    color: #fff;
}

.grid-mvc .table-striped > tbody > tr:nth-child(even) > td,
.grid-mvc .table-striped > tbody > tr:nth-child(even) > th {
    background: rgba(0,0,0,0.50) !important;
    color: #fff;
}

.grid-mvc .table-bordered > thead > tr > th > a,
.grid-mvc .table-bordered > thead > tr > th .grid-header-title a {
    color: #fff;
}

.grid-mvc .table > tbody > tr > td,
.grid-mvc .table > tbody > tr > th,
.grid-mvc .table > tfoot > tr > td,
.grid-mvc .table > tfoot > tr > th,
.grid-mvc .table > thead > tr > td,
.grid-mvc .table > thead > tr > th {
    vertical-align: middle;
}


.pointer {
    cursor: pointer;
}

@media(max-width:575.98px) {
    .grid-mvc {
        overflow: auto;
        max-width: 100%;
    }
}

/********************************************/

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    .modal-xl {
        max-width: 970px;
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .modal-xl {
        max-width: 650px;
    }
}

.modal, .modal-backdrop {
    z-index: 9999 !important;
}

.bootstrap-dialog .modal-title {
    font-size: 20px;
}

.bootstrap-dialog .bootstrap-dialog-message {
    font-size: 16px;
    color: #000000;
}

.modal-dialog .EditorContent * {
    color: #000 !important;
}


/**********************************************************/

.EditorContent img {
    margin: 10px auto;
    display: block;
    max-width: 100%;
}

.EditorContent a:not(.btn) {
    color: #00f;
    text-decoration: underline;
}

.EditorContent ul:not(.row):not(.nav) li {
    margin-left: 10px;
}

.EditorContent p:last-child,
.EditorContent ul.compact li {
    margin-bottom: 0px;
}

/*******************************************************************
.abs-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 999;
    width: 100%;
}

.abs-vertical-middle {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    z-index: 999;
}

/*************Font Families**************/
.font-montserrat {
    font-family: 'Montserrat',sans-serif;
}

.font-open-sans {
    font-family: 'Open Sans',sans-serif;
}

/*************Font Sizes**************/
.fs-80 {
    font-size: 80px;
}

.fs-66 {
    font-size: 66px;
}

.fs-64 {
    font-size: 64px;
}

.fs-60 {
    font-size: 60px;
}

.fs-54 {
    font-size: 54px;
}

.fs-48 {
    font-size: 48px;
}

.fs-42 {
    font-size: 42px;
}

.fs-40 {
    font-size: 40px;
}

.fs-38 {
    font-size: 40px;
}

.fs-36 {
    font-size: 36px;
}

.fs-32 {
    font-size: 32px;
}

.fs-30 {
    font-size: 30px;
}

.fs-26 {
    font-size: 26px;
}

.fs-24 {
    font-size: 24px;
}

.fs-22 {
    font-size: 22px;
}

.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fs-17 {
    font-size: 17px;
}

.fs-16 {
    font-size: 16px;
}

.fs-15 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-10 {
    font-size: 10px;
}
/***************************************************
.btn .fa-chevron-down, .btn.collapsed .fa-chevron-up {
    display: none !important;
}

.btn .fa-chevron-up, .btn.collapsed .fa-chevron-down {
    display: inline !important;
}

.page-item.active .page-link {
    background-color: #000000;
    border-color: #000000;
}

.page-link, .page-link:hover {
    color: #000000;
}

.dropdown-menu {
    z-index: 1040;
}
/**************************************************************************

.breadcrumb {
    border: 1px solid #d4d4d4;
    border-radius: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
    margin-top: -1.8rem;
    background: #f5f5f5;
    height: 50px;
    overflow: hidden;
}

    .breadcrumb li {
        float: left;
        color: #fff;
        padding: 10px 0px 10px 15px;
        position: relative;
        background: #666;
    }

        .breadcrumb li:after,
        .breadcrumb li:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 50px solid transparent;
            border-bottom: 50px solid transparent;
            border-left: 30px solid #d3d3d3;
            position: absolute;
            top: 50%;
            margin-top: -50px;
            left: 100%;
        }

        .breadcrumb li:before {
            margin-left: 1px;
            z-index: 1;
        }

        .breadcrumb li:after {
            z-index: 2;
            border-left: 30px solid #666;
        }

        .breadcrumb li a {
            color: inherit !important;
            text-decoration: none;
            padding: 10px 0 10px 45px;
            display: block;
        }

        .breadcrumb li.home a {
            background: #ebebeb;
        }

        .breadcrumb li.home:after {
            border-left-color: #ebebeb;
        }

        .breadcrumb li + li {
            padding: 0px;
            background: transparent;
            color: #000;
            border-left: none;
        }

            .breadcrumb li + li:after {
                border-left-color: #f5f5f5;
            }

            .breadcrumb li + li:before {
                padding: 0;
            }

/***********************************************************************/

.text-shadow-sm {
    text-shadow: 2px 2px 2px #000;
}

.text-shadow {
    text-shadow: 5px 5px 5px #000;
}

.text-shadow-lg {
    text-shadow: 7px 7px 7px #000;
}

/***********************************************************************/
@media(min-width:1200px) {
    .h-xl-100 {
        height: 100% !important;
    }
}

@media(min-width:992px) {
    .h-lg-100 {
        height: 100% !important;
    }
}

@media(min-width:768px) {
    .h-md-100 {
        height: 100% !important;
    }
}

@media(min-width:576px) {
    .h-sm-100 {
        height: 100% !important;
    }
}

/*********************************************************************/
.kv-avatar .file-preview {
    border-style: dashed;
    padding: 0px;
    margin: auto;
    max-width: 270px;
}

.kv-avatar .krajee-default.file-preview-frame {
    padding: 0px;
    float: none;
}

    .kv-avatar .krajee-default.file-preview-frame img {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        width: 100%;
    }

    .kv-avatar .krajee-default.file-preview-frame .kv-file-content {
        width: auto !important;
        height: auto !important;
    }

.kv-error-close {
    border: none;
    background-color: transparent;
    float: right;
}

    .kv-error-close span {
        font-size: 22px;
        line-height: 0.5;
        color: white;
        background: black;
        padding: 0 8px 1px 8px;
        border-radius: 5px;
    }
