﻿

a.notification-item.text-reset {
    border-left: 1px dotted #333;
}

.chosen-container {
    width: 100% !important;
}

.chosen-container-single .chosen-single {
    height: 38px !important;
    padding: 5px 0 0 8px !important;
}

    .chosen-container-single .chosen-single div {
        margin-top: 8px !important;
    }

.page-content {
    min-height: 100vh;
}

.logoimg {
    vertical-align: middle;
    margin-bottom: 16px;
}

.ui-widget-content {
    background: #FFF !important;
}

.ui-widget-header {
    background: #043655 !important;
}

.ui-datepicker-calendar thead > tr {
    background-color: #043655;
    font-weight: bold;
    color: #333;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #ffffff !important;
    background: #043655 !important;
    color: #ffffff !important;
}

.ui-icon {
    filter: invert(1);
}

.noti-loc {
    padding-top: 6px;
    top: -7px;
    position: absolute;
    right: -6px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.noti-envelop {
    padding-top: 6px;
    top: -7px;
    position: absolute;
    right: -8px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.card-title:before {
    content: "";
    position: absolute;
    height: 2rem;
    width: .2rem;
    inset-block-start: 0px;
    inset-inline-start: 0px;
    background-color: #1983bf;
    border-radius: .5rem;
}

table.dataTable thead th {
    font-weight: 600 !important;
    color: #333 !important;
    background-color: #f7f7f7 !important;
    white-space: nowrap !important;
}


li > a .menu-item {
    color: #FFF !important;
}



.modal-header {
    background: #032d46b3 !important;
    color: #FFF !important;
}

.modal-title {
    color: #FFF !important;
}

.btn-close {
    position: relative;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: #FFF;
    background: transparent;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.5;
}

    .btn-close::before {
        content: '✖';
        font-size: 1em;
        color: #FFF;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


@media screen and (max-width: 1028px) {
    .user_info {
        display: none;
    }
}

input[readonly] {
    background-color: #e2e5e8;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a9bcee;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
}

@media screen and (max-width: 1060px) {
    .client_info {
        display: none;
    }
}

table.table.table-striped.table-bordered tr td, table.table.table-striped.table-bordered tr th {
    white-space: nowrap !important;
}




.toggleSwitch span span {
    display: none;
}

@media only screen {
    .toggleSwitch {
        display: inline-block;
        height: 16px;
        position: relative;
        overflow: visible;
        padding: 0;
        /* margin-left: 50px; */
        cursor: pointer;
        width: 38px;
        margin-bottom: -6px !important;
    }

        .toggleSwitch * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .toggleSwitch label,
        .toggleSwitch > span {
            line-height: 20px;
            height: 20px;
            vertical-align: middle;
        }

        .toggleSwitch input:focus ~ a,
        .toggleSwitch input:focus + label {
            outline: none;
        }

        .toggleSwitch label {
            position: relative;
            z-index: 3;
            display: block;
            width: 100%;
        }

        .toggleSwitch input {
            position: absolute;
            opacity: 0;
            z-index: 5;
        }

        .toggleSwitch > span {
            position: absolute;
            left: -50px;
            width: 100%;
            margin: 0;
            padding-right: 50px;
            text-align: left;
            white-space: nowrap;
        }

            .toggleSwitch > span span {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 5;
                display: block;
                width: 50%;
                margin-left: 50px;
                text-align: left;
                font-size: 0.9em;
                width: 100%;
                left: 15%;
                top: -2px;
                opacity: 0;
            }

        .toggleSwitch a {
            position: absolute;
            right: 50%;
            z-index: 4;
            display: block;
            height: 100%;
            padding: 0;
            left: 2px;
            width: 18px;
            background-color: #fff;
            border: 1px solid #CCC;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        }

        .toggleSwitch > span span:first-of-type {
            color: #ccc;
            opacity: 1;
            left: 45%;
        }

        .toggleSwitch > span:before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 50px;
            top: -2px;
            background-color: #fafafa;
            border: 1px solid #ccc;
            border-radius: 30px;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

        .toggleSwitch input:checked ~ a {
            border-color: #fff;
            left: 100%;
            margin-left: -8px;
        }

        .toggleSwitch input:checked ~ span:before {
            border-color: #0097D1;
            box-shadow: inset 0 0 0 30px #0097D1;
        }

        .toggleSwitch input:checked ~ span span:first-of-type {
            opacity: 0;
        }

        .toggleSwitch input:checked ~ span span:last-of-type {
            opacity: 1;
            color: #fff;
        }
        /* Switch Sizes */
        .toggleSwitch.large {
            width: 60px;
            height: 27px;
        }

            .toggleSwitch.large a {
                width: 27px;
            }

            .toggleSwitch.large > span {
                height: 29px;
                line-height: 28px;
            }

            .toggleSwitch.large input:checked ~ a {
                left: 41px;
            }

            .toggleSwitch.large > span span {
                font-size: 1.1em;
            }

                .toggleSwitch.large > span span:first-of-type {
                    left: 50%;
                }

        .toggleSwitch.xlarge {
            width: 80px;
            height: 36px;
        }

            .toggleSwitch.xlarge a {
                width: 36px;
            }

            .toggleSwitch.xlarge > span {
                height: 38px;
                line-height: 37px;
            }

            .toggleSwitch.xlarge input:checked ~ a {
                left: 52px;
            }

            .toggleSwitch.xlarge > span span {
                font-size: 1.4em;
            }

                .toggleSwitch.xlarge > span span:first-of-type {
                    left: 50%;
                }
}

.product {
    width: 100%;
    padding-bottom: 14px;
    /*background-color: #f5f5f5; 
    margin: 10px auto; 
    text-align: center;*/
    border: 1px solid #dcdcdc;
}

    .product h2 {
        margin: 0 0 10px;
        background: #043655b0;
        color: white;
        padding: 5px 20px 5px 15px;
        width: max-content;
        position: relative;
        font-size: 17px;
    }
        /*.product h2::before ,*/ .product h2::after {
            content: "";
            position: absolute;
            bottom: -13px;
            border-width: 7px;
            border-style: solid;
        }

        .product h2::after {
            right: 0;
            border-color: #043655b0 transparent transparent #043655b0;
        }


    .product p {
        line-height: 0 !important;
    }

.sub-product {
    border: 1px solid #CCC;
    padding: 10px 5px 0px 5px !important;
    background: #FFF;
    position: relative;
    border-radius: 3px;
    /*margin: 30px auto;*/
    font-weight: bold;
    text-transform: capitalize;
}

.cross-shadow-ribbon {
    position: absolute;
    /*background: linear-gradient(270deg, #4f396a 5.25%, #576bb0 96.68%);*/
    background: #043655c4;
    top: -15px;
    padding: 5px;
    margin-left: 15px;
    color: #FFF;
    border-radius: 0 0 2px 2px;
    font-size: 14px;
}

    .cross-shadow-ribbon:before {
        content: "";
        position: absolute;
        left: -15px;
        right: 0;
        top: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-bottom: 15px solid #043655c4;
        border-left: 15px solid transparent;
    }

.ui-datepicker-calendar thead > tr {
    color: #FFF !important;
}

/*background form table design*/

.ui-widget-header {
    background: #e4e0e0 !important;
}



@media only screen and (max-width: 400px) {
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front {
        left: 0px !important;
        width: 300px !important;
        z-index: 99999999 !important;
    }
}

@media only screen and (min-width:401px)and (max-width:600px) {
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front {
        left: 0px !important;
        width: 400px !important;
        z-index: 99999999 !important;
    }
}

@media only screen and (min-width:601px)and (max-width:768px) {
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front {
        left: 20px !important;
        width: 600px !important;
        z-index: 99999999 !important;
    }
}

@media only screen and (min-width:769px)and (max-width:900px) {
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front {
        left: 95px !important;
        width: 768px !important;
        z-index: 99999999 !important;
    }
}


@media only screen and (min-width:1300px)and (max-width:1600px) {
    .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
        left: 258px !important;
        z-index: 99999999 !important;
        width: 80% !important;
    }
}

@media only screen and (min-width:1000px)and (max-width:1299px) {
    .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
        z-index: 99999999 !important;
        width: 80% !important;
    }
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
    z-index: 99999999 !important;
}

.chosen-container-single .chosen-single span {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
}


/*@media only screen and (min-width:1500px)and (max-width:1900px) {
    .main-content {
        zoom: 0.8 !important;
    }

    .vertical-menu {
        zoom: 0.8 !important;
    }

    #page-topbar {
        left: 206px;
    }
}

@media only screen and (min-width:1600px)and (max-width:1900px) {
    .main-content {
        zoom: 0.9 !important;
    }

    .vertical-menu {
        zoom: 0.9 !important;
    }

    #page-topbar {
        left: 206px;
    }
}*/


@media only screen and (min-width:1300px)and (max-width:2100px) {
    .main-content {
        zoom: 0.8 !important;
    }

    .vertical-menu {
        zoom: 0.8 !important;
    }

    #page-topbar {
        left: 206px;
    }

}
