﻿body, html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    background-color: #111111;
    font-size: 0.9rem !important;
}

a {
    color: #aecf49
}

/* Contains all content except footer */
.main-content {
    flex: 1 0 auto;
}

/* Makes the footer be in the bottom of the page*/
.footer {
    flex-shrink: 0;
}

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.30);
    color: white;
    font-size: 2.25rem;
    display: none;
}

.overlay-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
}

/* Wrap Text */
.wrap-text {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/* Custom Bootstrap */
.navbar-brand {
    font-size: 1rem !important;
}

a.nav-link:hover {
    background-color: #284d73;
    color: #ffffff !important;
}

.dropdown-menu {
    font-size: 0.9rem !important;
}

.header-bg-custom-dark {
    background-color: #3a3b3b !important;
}

.btn-dark {
    color: #fff;
    background-color: #272424;
    border-color: #272424;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #3a3e42 !important;
        border-color: #3a3e42 !important;
    }

.container-bg-dark {
    background-color: #111111;
}

.container-bg-dark-2level {
    background-color: #1d1d1d;
}

.custom-textarea {
    color: #ddd;
    background-color: #000;
    border-color: #494949;
    border-radius: 0;
}

.custom-textarea-sm {
    resize: vertical;
    max-height: 200px;
}

.color-lime-green {
    color: #aecf49 !important;
}

.form-control:focus {
    /*color: #ddd !important;
    background-color: #000 !important;*/
    border-color: rgb(94, 94, 94) !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(94, 94, 94, 0.25) !important;
    box-shadow: 0 0 0 0.2rem rgba(94, 94, 94, 0.25) !important;
}

.form-control {
    border-radius: 0 !important;
}

.custom-input-box {
    border: 1px solid #494949;
    outline: none;
    background-color: #000;
    color: #ddd;
    vertical-align: baseline;
    text-indent: 10px;
    padding-right: 4px;
    width: 100%;
    text-align: left;
    height: 30px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #aecf49 !important;
    background-color: #aecf49 !important;
}

hr {
    background-color: #aecf49;
    margin-top: 0;
    margin-bottom: 2rem;
}

.text-align-left {
    text-align: left !important;
}
/* Menu */
/*
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, a.nav-link:hover {
    background-color: #00bc8c !important;
}
*/

/*
    .dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, a.nav-link:hover {
    background-color: #1d865a !important;
}
*/

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, a.nav-link:hover {
    background-color: #343e16 !important; /*#1d865a !important;*/
}

/*
.bg-primary .navbar-nav .active > .nav-link {
    color: #00bc8c !important;
}*/

.bg-primary .navbar-nav .active > .nav-link {
    color: #aecf49 !important;
}

    .bg-primary .navbar-nav .active > .nav-link:hover {
        color: #fff !important;
    }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #fff !important;
}

.text-success {
    color: #aecf49 !important
}

/*Custom Grid to allow copying text from grids*/
.e-grid.copyText .e-rowcell {
    -moz-user-select: inherit;
    -webkit-user-select: text;
    -ms-user-select: inherit;
    user-select: inherit;
}

.btn-n-input {
    padding-top: 1.9rem;
}

.btn-w {
    width: 30%;
}


/*#region custome buttons*/
.btn-outline-ok {
    color: #aecf49 !important;
    border-color: #aecf49 !important;
    width: 63px !important;
    font-size: 12px !important;
    height: 28px !important;
    border-radius: 4px 4px 4px 4px;
}

    .btn-outline-ok:hover {
        color: #fff !important;
        background-color: #aecf49 !important;
        border-color: #aecf49 !important;
    }

.btn-outline-cancel {
    color: #E74C3C !important;
    border-color: #E74C3C !important;
    width: 63px !important;
    font-size: 12px !important;
    height: 28px !important;
    border-radius: 4px 4px 4px 4px;
}

    .btn-outline-cancel:hover {
        color: #fff !important;
        background-color: #E74C3C !important;
        border-color: #E74C3C !important;
    }

.btn-outline-search {
    color: #375a7f !important;
    border-color: #375a7f !important;
    width: 63px !important;
    font-size: 12px !important;
    height: 28px !important;
    border-radius: 4px 4px 4px 4px;
}

    .btn-outline-search:hover {
        color: #fff !important;
        background-color: #375a7f !important;
        border-color: #375a7f !important;
    }

.btn-outline-clean {
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    width: 63px !important;
    font-size: 12px !important;
    height: 28px !important;
    border-radius: 4px 4px 4px 4px;
}

    .btn-outline-clean:hover {
        color: #111111 !important;
        background-color: #FFFFFF !important;
        border-color: #FFFFFF !important;
    }

/* Luxury Gold Buttons*/
.btn-gold {
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    font-size: 0.645rem;
    letter-spacing: 0.1em;
    color: rgba(223,190,106,0.7);
    border-radius: 4px 4px 4px 4px;
    padding: 0.375rem 0.75rem;
    transition: all 0.7s ease-out;
    background: linear-gradient(270deg, rgba(223,190,106,0.8), rgba(146,111,52,0.8), rgba(34,34,34,0), rgba(34,34,34,0));
    background-position: 1% 50%;
    background-size: 300% 300%;
    text-decoration: none;
    border: 1px solid rgba(223,190,106,0.3);
}

    .btn-gold:hover {
        color: #fff;
        border: 1px solid rgba(223,190,106,0);
        background-position: 99% 50%;
    }
/*#endregion*/

/*#region Custume Syncfusion*/
.emptyrecord {
    white-space: nowrap;
    vertical-align: middle !important;
    text-align: center !important;
    color: #FFF !important;
    background-color: #222 !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.e-btncan {
    margin-left: 0.5rem !important;
}

.e-grid .e-dialog .e-buttons {
    padding-top: 1rem !important;
    padding-bottom: 0.5rem !important;
}

/*  Avoids the Grid content container to render an empty space between the rows container and the paging container, 
    when the scrolling is enabled and the scroll height and width have been set with a custom value.*/
.e-grid .e-gridcontent .e-content {
    height: 100% !important;
}
/*#endregion*/

@media (max-width: 768px) {
    .btn-n-input {
        padding-top: 0;
    }
}