﻿.invalidmsg {
    /*color: #f71b14;
    font-size: .75rem;
    font-weight: bold;*/
    color: #ff0000 !important;
    font-weight: bold;
}

.validmsg {
    color: #1f982d;
    font-size: .75rem;
    font-weight: bold;
}

.infomsg {
    color: #3988b6;
    font-size: .75rem;
    font-weight: bold;
}

li.collection-item {
    display: inline-block;
    width: 33%;
}
.processing-narrow {
    display: block;
    height: 8px;
    margin-left: -5px !important;
    background-image: url(../Images/processingnarrow2.gif);
    background-repeat: no-repeat;
}
.label-file {
    top: -37px !important;
    font-size: 12px !important;
}

.information {
    color: #0b17f1;
    font-size: 11px;
    font-weight: bold;
}
/*.icon-upload > input {
    display: none;
}
*/
.icon-upload > input[type="file"] {
    display: none;
}

.form-group > label {
    color: #757373 !important;
}

.VaidationError {
    color: #ff0000 !important;
    font-weight: bold;
}

.selectLabel {
    -webkit-transform: translateY(-10px) scale(0.99) !important;
    transform: translateY(-10px) scale(0.99) !important;
    -webkit-transform-origin: 0 0 !important;
    transform-origin: 0 0 !important;
}

.dataTable th {
    background-color: #0097a7;
    color: #fff;
}


/*Menu Style for Normal User*/

.dropMenu .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
}

    .dropMenu .dropdown-menu li {
        width: 100%;
    }

        .dropMenu .dropdown-menu li a {
            padding: 10px 10px;
            transition: 0.3s;
        }

            .dropMenu .dropdown-menu li a:hover {
                background: #cebfef;
                color: #fff;
                padding-left: 15px;
                transition: 0.3s;
            }

.dropMenu i {
    background: #fff;
    width: 35px;
    height: 35px;
    color: #cebfef;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
}

.dropMenu .dropdown {
    background: #cebfef;
}

nav.lmenu {
    height: auto;
    padding: 0;
    line-height: inherit;
    border-bottom: 3px solid #cebfef;
}
    nav.lmenu .container-fluid {
        padding-right: 0;
    }
    .dropMenu:before {
    content: "";
    /* width: 0; */
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 60px solid transparent;
    border-right: 40px solid #cebfef;
}

.lmenu .leftmenu li {
    content: "";
    /* width: 0; */
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 9px solid #cebfef;
}

.leftmenu li a {
    font-weight: bold !important;
}

@media (max-width: 576px) {
    .dropMenu:before {
        content: "";
        border-right: 40px solid transparent;
        border-bottom: 0;
    }

    .lmenu .leftmenu li {
        border-left: 9px solid transparent;
    }
}

/*Menu Style for Normal User End*/

.footerbg {
    padding-right: 0px;
}


fieldset {
    border: 1px solid rgb(204, 204, 204) !important;
    padding: 0.4em !important;
    margin: 0 0 0 0 !important;
    -webkit-box-shadow: 10px #000;
    box-shadow: 10px #000;
    border-radius: 15px 3px 15px 15px;
}

legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0px 10px 15px 10px;
    margin: -17px 0px 0px 0px;
    border-bottom: none;
    background-color: white;
}

.top-right {
    position: absolute;
    top: 12px;
    right: 16px;
}

.onoffswitch4 {
    position: relative;
    width: 115px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch4-checkbox {
    display: none;
}



.onoffswitch4-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch4-inner:before, .onoffswitch4-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 26px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid transparent;
        background-clip: padding-box;
    }

.onoffswitch4-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0px;

}

.onoffswitch4-inner:before {
    content: "Date Wise";
    padding-left: 10px;
}

.onoffswitch4-inner:after {
    content: "Month Wise";
    padding-right: 10px;
    background-color: #FFFFFF;
    color: #ec4c66;
    text-align: right;
}

.onoffswitch4-switch {
    display: block;
    width: 10px;
    margin: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 115px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-inner {
    margin-left: 0;
}

.onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-switch {
    right: 0px;
}

.onoffswitch4-inner:before {
    background-color: #FFFFFF;
    color: #ec4c66;
}

.onoffswitch4-switch {
    background: #ec4c66;
}

.onoffswitch4-label {
    border: 2px solid #ec4c66;
color:black;
}
label.label-required:after {
    content: "*";
    margin-left: 4px;
    color: red;
}

.upperinput {
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

::placeholder { /* Recent browsers */
    text-transform: none;
}


.dt-buttons .btn-primary:hover, .dt-buttons .btn-primary:active {
    color: black;
}

.toast.toastSec.fade.show {
    width: 350px !important;
    display: block;
    color: #000000;
    padding: 0;
}

.toast.toastSec b,
strong {
    font-weight: 600;
}

.toast-body {
    background: #efefef;
    padding: 10px;
}

.text-gray {
color:#a9a8ad;

}


.upiBg {
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    border-left: 3px solid #910000;
}

    .upiBg .top-sec {
        background: #f9f6f6;
    }

    .upiBg .leftSide {
        background: #ebebeb;
        padding: 20px;
        height: 100%;
    }

    .upiBg .innerlogo {
        padding: 15px;
    }

    .upiBg .leftSide .accordion-header img {
        width: 34%;
    }

    .upiBg .leftSide .accordion-button {
        padding: 6px 1.25rem;
        height:80px;
    }

    .upiBg .rightSide h3 {
        padding: 20px;
        background: #900000;
        color: #fff;
        margin-left: -24px;
        text-align: center;
        margin-bottom: 20px;
    }

    .upiBg .rightSide p b {
        margin-left: 100px;
        display: inline;
    }

    .upiBg .rightSide .btn-sec .btn {
        padding: 5px 20px;
        border-radius: 0;
        box-shadow: -1px 3px 5px #938f8f;
    }

    .upiBg .rightSide .btn.btn-success.float-end {
        margin-right: 20px;
    }

    .upiBg .rightSide .amounts {
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        padding-top: 15px;
    }

element.style {
}

.upiBg .leftSide .card-body a:hover {
    border-left: 3px solid #900000;
    background: #f7f7f7;
    transition: 0.3s;
}

.upibgSelected {
    border-left: 3px solid #410404 !important;
    background: #c7c5c5;
    transition: 0.3s;
}

.upiBg .leftSide .card-body a {
    display: block;
    font-size: 16px;
    padding: 8px 12px;
    color: #000;
    border-left: 3px solid #fff;
    transition: 0.3s;
}

.upiBg .rightSide .amounts b {
    font-size: 20px;
    color: #5f259e;
}


/* For tabs */
.tab-content {
    padding: 0;
}

.card {
    border-radius: 0 0 .25rem .25rem;
    border-top: 0;
}

.layout--tabs .nav-tabs {
    padding: 0;
    position: relative;
    height: 42px;
}

    .layout--tabs .nav-tabs .nav-item {
        margin-left: 0;
    }

        .layout--tabs .nav-tabs .nav-item a {
            border: 1px solid #ededed;
            border-top: 2px solid #ededed;
            border-right: 0px none;
            background: #ec4c66;
            color: #fff;
            border-radius: 0px;
            margin-right: 0px;
            padding: 10px;
            transition: all 0.3s ease-in 0s;
        }

    .layout--tabs .nav-tabs li a.active,
    .layout--tabs .nav-tabs li a.active:focus,
    .layout--tabs .nav-tabs li a.active:hover {
        border-top: 3px solid #ec4c66;
        /* border-right: 1px solid #d3d3d3; */
        margin-top: -10px;
        color: #444;
        padding-top: 15px;
        border-bottom: 0;
        padding-bottom: 15px;
        background-color: #ffffff;
    }

    .layout--tabs .nav-tabs .nav-item.overflow-tab {
        background-color: white;
        display: none;
        position: absolute;
        right: 0;
        width: 150px;
        z-index: 1;
    }

        .layout--tabs .nav-tabs .nav-item.overflow-tab a {
            border: 1px solid lightgray;
            border-radius: 0;
            padding: 6px 10px;
        }

            .layout--tabs .nav-tabs .nav-item.overflow-tab a:hover, .layout--tabs .nav-tabs .nav-item.overflow-tab a:focus, .layout--tabs .nav-tabs .nav-item.overflow-tab a:active, .layout--tabs .nav-tabs .nav-item.overflow-tab a.active {
                background-color: lightgray;
            }

        .layout--tabs .nav-tabs .nav-item.overflow-tab:last-child {
            border-radius: 0 0 0 4px;
        }

    .layout--tabs .nav-tabs .nav-item.overflow-tab-action {
        position: absolute;
        right: 0;
    }

.Activities li > a {
    display: block;
    padding: 9px 15px;
    color: #666666;
    font-size: 13.6px;
}

    .Activities li > a:hover {
        background: rgba(255, 157, 0, 0.09);
        color: #ec4c66;
    }

.li-link-style li a {
    display: block;
    text-transform: none;
    position: relative;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

    .li-link-style li a:hover {
        padding-left: 35px;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

    .li-link-style li a::after {
        content: "\f0a4";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        left: 15px;
        right: auto;
        top: 12px;
        opacity: 0;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

    .li-link-style li a:hover::after {
        opacity: 1;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }


.mt-35 {
    margin-top: 35px
}

.text-yellow {
    color: #ec4c66;
}

.collection.popout {
    overflow: inherit;
}

    .collection.popout .collection-item.active {
        background: #ffffff;
        border-bottom: 0;
    }

    .collection.popout .collapsible-header, .collection.popout .collapsible-body {
        border: 0;
        margin-left: -72px;
        padding: 18px 15px 20px 72px;
        margin-right: -15px;
    }

.collection-item.active .collapsible-header {
    background-color: rgba(246, 178, 181, 0.2);
}

.collection.popout .collapsible-body a {
    border-bottom: 1px solid #cccccc;
    display: block;
    padding: 12px 15px;
    color: #666666;
    font-size: 15px;
}

.collection .collection-item.avatar:hover, .collection .collection-item {
    border-left: 5px solid #ffffff;
}

    .collection .collection-item.avatar:hover, .collection .collection-item.active {
        background-color: #f3f3f3;
        border-left: 5px solid #ec4c66;
        color: #ec4c66;
    }

.collection.popout .collapsible-body a:last-child {
    border-bottom: 0
}

.collection.popout .collapsible-body a:hover {
    background-color: #f3f3f3;
    color: #ec4c66;
}

.custom-collapse > .collection-item > .collapsible-header::after {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    right: .75rem;
    top: 1.3rem;
    position: absolute;
}

.collapsible.popout > li {
    margin: 0;
}

.custom-collapse > .collection-item.active > .collapsible-header::after {
    content: "\f077";
    color: #666666;
}
