﻿
.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.clsheaderAccountNa {
    cursor: pointer;
}

.clsdetailAccountNa {
    background-color: #f1efef;
    color: black;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.AccountClass {
    color: #0041f7 !important;
    cursor: pointer !important;
}

.clsIconsGreen {
    color: #358a39;
    cursor: pointer;
}

.clsIconsBlack {
    color: black;
    cursor: pointer;
}

.clsIconsRed {
    color: #ff0000;
    cursor: pointer;
}

.clsIconsBlue {
    color: #0008ff;
    cursor: pointer;
}

@media (max-width:768px) {
    .layouthdr, .LogoUser, .clsHideMobile {
        display: none;
    }

    #btnSave, #btnDelete, #btnPost, #btnFind, #btnPrint, #btnExcel, #btnUpdateBalance, #btnClear, #btnNew, #btnAdd, #btnClosed, #btnRefresh {
        width: 100%;
    }

    .clsBtnSave .btn-success {
        margin-bottom: 10px;
    }

    .Radiolabel {
        padding: 8px 25px;
    }

        .Radiolabel input {
            margin-top: 15px;
        }

    .clsEmptyDiv, .clsEmptyLabel {
        display: none;
    }
}

@media (min-width:768px) {
    /*.clsBtnSave {
                padding-top: 2em;
            }*/
    .Radiolabel {
        float: left;
        padding: 1em 1em;
        text-align: center;
    }
}


.Radiolabel input {
    margin-left: 7px;
}

input[type="checkbox"] {
    width: 20px;
    height: 17px;
    cursor: pointer;
}

input[type="radio"] {
    width: 20px;
    height: 17px;
    cursor: pointer;
}

/*.dropdown:hover .dropdown-menu {
            display: block;
            margin-top: 0;
        }*/

#loading {
    background: url('../Images/New-Loading.gif') no-repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

.overlay {
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*opacity: 0.5;*/
}

/*.checkbox, .radio {
            margin-bottom: 0px !important;
        }

        .icon-home {
            color: #ffffff;
            padding: 4px;
            padding-left: 10px;
            cursor: pointer;
        }

        .selectedRow {
            background-color: #c9ffe6 !important;
            color: black;
        }

        .datepicker {
            padding: 6px 12px !important;
        }

        .myTextArea {
            width: 100%;
            height: 80px;
            min-height: 60px;
            min-width: 326px;
            max-height: 100px;
            max-width: 100%;
        }

        .form-control {
            border-radius: 4px;
        }

        ul::-webkit-scrollbar {
            display: none;
        }*/

.form-control:focus {
    color: #000000 !important;
}

.form-control {
    color: #000000 !important;
    border: 1px solid #9e9e9e;
}

.inlineDisply {
    display: inline-block !important;
}

.clsDataTableHead {
    color: #6e707e !important;
    background-color: #165986 !important;
    border-color: #e3e6f0 !important;
}

    .clsDataTableHead tr th {
        border-bottom: 2px solid #ddf1ff;
        color: #ffffff;
    }

.clsDataTableFooter {
    color: #6e707e;
    background-color: #165986 !important;
    border-color: #e3e6f0 !important;
}

    .clsDataTableFooter th {
        border-top: 2px solid #ddf1ff;
        color: #ffffff;
    }

.table tr:nth-child(even) {
    /*background-color: rgb(104 193 253 / 18%);*/
    background-color: #EDF3DF;
}

.selectedRow {
    background-color: #8aacc3 !important;
    color: white;
}

/*.selectedRow:hover {
        color: #000000 !important;
    }*/

.clsErrorMsg {
    color: red;
    display: none;
    padding-top: 15px;
}

.buttonsToHide {
    display: none;
}

.Redcolor {
    color: red !important;
}

.clsParent.active {
    background-color: #4293ca !important;
}

.parentActive {
    background-color: #4293ca !important;
}

.marquee {
    /*width: 450px;
            line-height: 50px;
            background-color: red;
            color: white;*/
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

    .marquee p {
        display: inline-block;
        padding-left: 100%;
        animation: marquee 25s linear infinite;
    }

@@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.rmWidth {
    width: 200% !important;
}

.card-header-c {
    background-color: wheat !important;
    color: #416386 !important;
}

label {
    font-size: 12px !important;
}

.card .table td, .card .table th {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    font-size: 12px !important;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.5em !important;
    font-size: 13px !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    font-size: 12px !important;
}

.btnCommon {
    font-size: 12px !important;
}

.form-control {
    font-size: 12px !important;
}

.card-footer {
    padding: 0px 15px !important;
}

.pagination ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
}

    .pagination ul li {
        color: #20B2AA;
        list-style: none;
        line-height: 45px;
        text-align: center;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer;
        user-select: none;
        transition: all 0.3s ease;
    }

        .pagination ul li.numb {
            list-style: none;
            height: 45px;
            width: 45px;
            margin: 0 3px;
            line-height: 45px;
            border-radius: 50%;
        }

            .pagination ul li.numb.first {
                margin: 0px 3px 0 -5px;
            }

            .pagination ul li.numb.last {
                margin: 0px -5px 0 3px;
            }

        .pagination ul li.dots {
            font-size: 22px;
            cursor: default;
        }

        .pagination ul li.btn {
            padding: 0 20px;
            border-radius: 50px;
        }

        .pagination li.active,
        .pagination ul li.numb:hover,
        .pagination ul li:first-child:hover,
        .pagination ul li:last-child:hover {
            color: #fff;
            background: #20B2AA;
        }




/*    popover action style    */

.popIcon {
    font-size: 16px;
    margin-right: 10px;
    float: right;
}

.clsClose {
    cursor: pointer;
}

    .clsClose .popIcon {
        cursor: pointer;
        color: #249f24 !important;
    }

.clsComment {
    cursor: pointer;
}

    .clsComment .popIcon {
        cursor: pointer;
        color: #249f24 !important;
    }

.clsEdit .popIcon {
    cursor: pointer;
    color: #0ca155 !important
}

.clsEdit {
    cursor: pointer;
}

.editSup {
    cursor: pointer;
}

.clsViewDoc {
    cursor: pointer;
}

    .clsViewDoc .popIcon {
        color: #131aeb !important;
    }

.clsDelete {
    cursor: pointer;
}

    .clsDelete .popIcon {
        color: #ed5454 !important
    }

.custom-dropdown {
    position: relative;
    display: inline-block;
}

.custom-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 110px;
    right: 0;
    top: 0;
    background-color: wheat;
    border: 1px solid #a59a9a;
}

.custom-dropdown.active .custom-dropdown-content {
    display: block;
}

.custom-button {
    background: none;
    border: none;
    cursor: pointer !important;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.square-box {
    display: inherit;
    font-size: 12px;
    padding: 0px 3px 15px 0px;
    padding: 5px 0px 5px 5px;
    border-bottom: 1px solid #a59a9a;
}

    .square-box:hover {
        background: #f5f1ea;
        color: black;
    }


/*    popover action style    */


.sortable-header {
    cursor: pointer;
}

.sorted-asc::after {
    content: " ▲";
    margin-left: 20px;
}

.sorted-desc::after {
    content: " ▼";
    margin-left: 20px;
}


@media only screen and (max-width: 600px) {
    #sidebarToggleTop {
        display: block !important;
    }
}

@media only screen and (min-width: 600px) {
    #sidebarToggleTop {
        display: none !important;
    }
}

/* Styles for PC or computer website */
@media (min-width: 768px) {
    #accordionSidebar {
        display: block; /* Show the ul element */
    }

    #accordionSidebarMobile {
        display: none; /* Hide the div element */
    }
}

/* Styles for mobile browser */
@media (max-width: 767px) {
    #accordionSidebar {
        display: none; /* Hide the ul element */
    }

    #accordionSidebarMobile {
        display: block; /* Show the div element */
    }
}