﻿a {
    text-decoration: none;
}

button {
    outline: none !important;
}

.footer {
    width: 100%;
    white-space: nowrap;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 16px;
    color: #E8E8E8;
}

    .footer ul {
        margin: 0;
        padding: 0;
    }

    .footer li {
        list-style: none;
    }

.footer-right {
    display: flex;
    flex-direction: row;
    width: 50%;
    max-width: 600px;
    justify-content: space-between;
}

input {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    border: 1.5px solid #A6A6A6;
    border-radius: 7px;
    outline: none;
}

    input[type=text], input[type=search], input[type=number],
    input[type=password] {
        padding: 10px;
        padding-right: 25px;
        font-size: 14px;
        line-height: 19px;
        background-color: #2C3040;
        color: #E8E8E8;
    }

        input[type=text]:focus, input[type=search]:focus,
        input[type=password]:focus, input[type=number]:focus {
            padding: 10px;
            padding-right: 25px;
            font-size: 14px;
            line-height: 19px;
            background-color: #2A3645;
            border: 1.5px solid #0AA6AA !important;
            box-sizing: border-box;
            border-radius: 7px;
            color: #E8E8E8;
        }

    input:-webkit-autofill,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:focus,
    textarea:-webkit-autofill:active,
    select:-webkit-autofill,
    select:-webkit-autofill:focus,
    select:-webkit-autofill:active {
        padding: 10px;
        font-size: 14px;
        line-height: 19px;
        -webkit-box-shadow: 0 0 0px 1000px #2A3645 inset;
        border: 1.5px solid #0AA6AA !important;
        box-sizing: border-box;
        border-radius: 7px;
        -webkit-text-fill-color: #E8E8E8;
    }

.check {
    padding: 5px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    outline: none;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 12px;
}

.checker {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 16px;
    background-color: #2C3040;
    border: 1.5px solid #0AA6AA;
    border-radius: 3px;
}

    .checker:checked {
        background-color: #0AA6AA;
    }

.checkbox-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    outline: none;
    min-width: 170px;
    color: #858585;
}

    .checkbox-div > input,
    .checkbox-div > label {
        margin-bottom: 0;
    }

.checkmark {
    position: absolute;
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.checkbox-div input:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-div input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-div .checkmark:after {
    left: 6px;
    top: -6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;
}

.fa-eye-slash {
    color: #0AA6AA !important;
}

.save-button {
    width: 100%;
    padding: 5px;
    margin: 30px 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    border: none;
    background: linear-gradient(89.29deg, #F47C20 -5.6%, #FFB967 114.28%);
    box-shadow: 0px 12px 12px -5px rgba(12, 12, 12, 0.64);
    border-radius: 7px;
    outline: none !important;
}

.cancel-button {
    width: 100%;
    padding: 5px;
    margin: 30px 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    border: none;
    background-color: transparent;
    color: #F47C20;
    border: 2px solid #F47C20;
    border-radius: 7px;
    outline: none !important;
}

.save-buttonPopup {
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    border: none;
    background: linear-gradient(89.29deg, #F47C20 -5.6%, #FFB967 114.28%);
    box-shadow: 0px 12px 12px -5px rgba(12, 12, 12, 0.64);
    border-radius: 7px;
    outline: none !important;
    float: right;
    min-width: 100px;
}

.dropdown-control {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
    padding-right: 25px;
    font-size: 14px;
    line-height: 19px;
    background-color: #2C3040;
    color: #E8E8E8;
    border: 1.5px solid #A6A6A6;
    border-radius: 7px;
    outline: none;
}

    .dropdown-control:focus {
        border: 1.5px solid #0AA6AA !important;
        box-sizing: border-box;
        border-radius: 7px;
        color: #E8E8E8;
    }

    .dropdown-control option {
        border-radius: 100px;
    }

.dropdown-control option:hover {
    background-color: red !important;
}

.input-number {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
    padding-right: 25px;
    font-size: 14px;
    line-height: 19px;
    background-color: #2C3040;
    color: #E8E8E8;
    border: 1.5px solid #A6A6A6;
    border-radius: 7px;
    outline: none;
}

    .input-number:focus {
        border: 1.5px solid #0AA6AA !important;
        box-sizing: border-box;
        border-radius: 7px;
        color: #E8E8E8;
    }

.mainDivForNavBar {
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*Firefox*/
input[type=number] {
    -moz-appearance: textfield;
}

.alert{
    z-index:9999 !important;
}

.qptable-row:hover td {
    background-color: rgba(10, 166, 170, 0.1) !important;
}

.select option:checked,
.select option:hover {
    box-shadow: 0 0 10px 100px #000 inset;
}

th:focus{
    outline: none !important;
}

th{
    cursor: pointer;
}

.page-link {
    background-color: transparent;
    border: none;
}

.page-link:hover {
    background-color: rgba(10, 166, 170, 0.3);
}

.page-item.active .page-link {
    background-color: rgba(10, 166, 170, 0.3);
}

.page-item.disabled .page-link {
    background-color: transparent;
    opacity: 0.5;
}

.page-item {
    margin-left: 20px;
    margin-right: 20px;
}

.page-item-previous {
    margin-right: 50px;
}

.page-item-next {
    margin-left: 50px;
}

.languageSectionNavBar {
    display: flex;
    align-items: center;
}


.dropdownLanguage {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #E8E8E8 !important;
}

    .dropdownLanguage div {
        padding-left: 5px;
    }

    .dropdownLanguage img {
        width: 15px;
    }

.dropdown-contentLanguage {
    text-align: end;
    color: white;
    display: none;
    position: absolute;
    right: -15px;
    top: 35px;
    background-color: #484D60;
    width: 100px;
    max-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 10px 10px;
    z-index: 1;
    border-color: white;
    border-radius: 4px;
    cursor: default;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.dropdown-contentLanguage div {
    cursor: pointer;
    width: 100% !important;
    padding: 5px 10px;
}

    .dropdown-contentLanguage div:hover {
        background-color: rgba(10, 166, 170, 0.3);
        border-radius: 4px;
    }

.languageSectionNavBar {
    cursor: pointer;
}

.selected-language {
    background-color: rgba(10, 166, 170, 0.3);
    border-radius: 4px;
    cursor: default !important;
}

div.dropdown-contentLanguage:before {
    content: ' ';
    height: 25px;
    position: absolute;
    width: 0;
    right: 9px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #484D60;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}