﻿.footer-bottom {
    background: rgb(45 186 30);
    font-size: 13px;
    border-top: 4px solid #a95050;
    /*    padding-top: 5px;
    padding-bottom: 150px;*/
    width: 100%;
    margin-top: 30px;
}

    .footer-bottom p {
        padding-top: 6px;
        text-decoration: underline;
        color: #ebe9e9;
    }

.payments {
    font-size: 1.5em;
}

.divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #FFF;
}

.table > tbody > tr.blue-dragon > td {
    background-color: #2c3e50;
    color: #ffffff;
}

.login-bg {
    background: url('images/login_bg.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-footer-bg {
    background: rgb(63 181 67 / 35%);
    color: #fff;
}

.navbr-bg {
    background: url('images/navbar-bg.jpg');
}

.login-panel {
    color: #ffffff !important;
    /*   border-color: #2988C7 !important;*/
    border-color: rgb(8 87 72 / 0%) !important;
    background-color: rgb(8 87 72 / 0%) !important;
    margin-top: 27%;
}

.login-font {
    font-size: 3rem;
}

.login-input {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.42) !important;
}

.inline-header {
    margin-top: 5px;
    display: inline-block;
    border-left: 3px solid #41b53f;
    padding-left: 2px;
    color: #41b53f;
    font-style: italic;
    font-family: fantasy;
}

    .inline-header + a {
        margin-top: 5px;
    }

.navbar-nav > li:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.navbar-nav > li:hover:after {
    width: 100%;
    background: #18bc9c;
}

.quick-link-height {
    margin-top: -20px;
    min-height: 115px;
    background-color: #41b53f;
}

.shutter-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .shutter-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #2098D1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .shutter-out:hover, .shutter-out:focus, .shutter-out:active {
        color: white;
    }

        .shutter-out:hover:before, .shutter-out:focus:before, .shutter-out:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

.toast-top-center {
    top: 12px;
    left: 50%;
    margin-left: -150px;
}

@media all and (max-width: 240px) {
    .toast-top-center {
        margin-left: -54px;
    }
}

@media all and (min-width: 241px) and (max-width: 320px) {
    .toast-top-center {
        margin-left: -64px;
    }
}

.round {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #222;
    color: #FFF;
    text-align: center;
}

    .round.hollow {
        display: inline-block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background-color: #FFF;
        color: #222;
        text-align: center;
        -webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
    }

    .round.round-lg {
        height: 40px;
        width: 40px;
        line-height: 40px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        font-size: 1.5em;
    }

    .round.hollow.blue {
        color: #3EA6CE;
        background-color: #FFF;
        -webkit-box-shadow: 0px 0px 0px 3px #3EA6CE;
        -moz-box-shadow: 0px 0px 0px 3px #3EA6CE;
        box-shadow: 0px 0px 0px 3px #3EA6CE;
    }

    .round.hollow.orange {
        color: #FF6701;
        background-color: #FFF;
        -webkit-box-shadow: 0px 0px 0px 3px #FF6701;
        -moz-box-shadow: 0px 0px 0px 3px #FF6701;
        box-shadow: 0px 0px 0px 3px #FF6701;
    }

    .round.hollow.green {
        color: #42A129;
        background-color: #FFF;
        -webkit-box-shadow: 0px 0px 0px 3px #42A129;
        -moz-box-shadow: 0px 0px 0px 3px #42A129;
        box-shadow: 0px 0px 0px 3px #42A129;
    }

@media all and (min-width: 321px) and (max-width: 480px) {
    .toast-top-center {
        margin-left: -96px;
    }
}

.container h4 {
    border-left: 4px solid #41b53f;
    padding: 5px;
    margin-bottom: 1.5px;
}

.bootstrap-table .btn {
    min-width: 55px !important;
}

.bootstrap-table table tbody tr td .btn-xs {
    padding: 1px 2px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
}

.custom-padding {
    padding-left: 7px;
    padding-right: 7px;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.input-group-btn .btn-info {
    min-width: 55px !important;
}

.tag {
    background: #41b53f;
    border-radius: 3px 0 0 3px;
    color: #fff2e1;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0px 5px 0px 5px;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    width: 98%;
}

    .tag::before {
        background: #e74c3c;
        border-radius: 10px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
        content: '';
        height: 8px;
        left: 10px;
        position: absolute;
        width: 8px;
        top: 12px;
    }

    .tag::after {
        background: #fff;
        border-bottom: 15px solid transparent;
        border-left: 18px solid #41b53f;
        border-top: 17px solid transparent;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
    }

    .tag:hover {
        background-color: #ef688a;
        color: white;
    }

        .tag:hover::after {
            border-left-color: #ef688a;
        }

.full-width-picker {
    padding-left: 0px !important;
    padding-right: 5px !important;
}

.full-width-picker-label {
    padding-left: 5px !important;
}


/*bootstrap 4 css start*/
.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

/*bootstrap 4 css end*/

/*for file type start*/
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

/*for file type End*/


ul[id=ui-id-1] {
    background-color: #1a76b9;
    color: white;
    border-radius: 5px;
}

li[class=ui-menu-item] {
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-radius: 5px;
}

.label-urgent {
    background-color: #bdb40b !important;
}

h4 {
    margin-bottom: 1.5px !important;
}

.select2 {
    width: 100% !important;
}



/*
********************Notifications CSS Start*****************
*/

.notify > ul {
    display: block;
    background: #ffffff;
    list-style: none;
    margin: 0;
    padding: 12px 10px;
    height: 21px;
}

    .notify > ul li {
        float: left;
        font: 13px helvetica;
        font-weight: bold;
        margin: 3px 0;
        /*background: #45619D;*/
    }

        .notify > ul li a {
            color: #FFF;
            text-decoration: none;
            padding: 6px 15px;
            cursor: pointer;
        }

            .notify > ul li a:hover {
                background: #425B90;
                text-decoration: none;
                cursor: pointer;
            }

#noti_Container {
    position: relative;
    z-index: 3;
}

#notification_content {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 400px;
}
/* A CIRCLE LIKE BUTTON IN THE TOP MENU. */
#noti_Button {
    width: 13px;
    height: 13px;
    line-height: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #FFF;
    /*margin: -3px 10px 0 10px;*/
    cursor: pointer;
    color: #1a76b9;
    font-size: 21px;
}

/* THE POPULAR RED NOTIFICATIONS COUNTER. */
#noti_Counter {
    display: block;
    position: absolute;
    background: #E1141E;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    padding: 1px 3px;
    margin: -8px 0 0 25px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1;
}

/* THE NOTIFICAIONS WINDOW. THIS REMAINS HIDDEN WHEN THE PAGE LOADS. */
#notifications {
    display: none;
    width: 430px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #FFF;
    border: solid 1px rgba(100, 100, 100, .20);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .20);
    z-index: 0;
}
    /* AN ARROW LIKE STRUCTURE JUST OVER THE NOTIFICATIONS WINDOW */
    #notifications:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        color: transparent;
        border: 10px solid #CCC;
        border-color: transparent transparent #FFF;
        margin-top: -20px;
        margin-left: 10px;
    }


.seeAll {
    background: #F6F7F8;
    padding: 8px;
    font-size: 12px;
    font-weight: bold;
    border-top: solid 1px rgba(100, 100, 100, .30);
    text-align: center;
}

    .seeAll a {
        color: #3b5998 !important;
    }

        .seeAll a:hover {
            background: #F6F7F8;
            color: #3b5998;
            text-decoration: underline;
        }

#notifications > h3 {
    display: block;
    color: #333;
    background: #FFF;
    font-weight: bold;
    font-size: 13px;
    padding: 8px;
    margin: 0;
    border-bottom: solid 1px rgba(100, 100, 100, .30);
}


#checks {
    font-size: 100px;
    margin: 0 auto;
    text-align: center;
}

.divctrl {
    height: 360px;
    width: 3px;
    background-color: wheat;
    display: inline-block;
}


@media only screen and (max-width: 992px) {
    .divctrl {
        display: none;
    }

    .div-ctrl {
        display: none;
    }

    .login-panel {
        margin-top: 23px;
    }

    .ResponsiveSize {
        text-align: center !important;
        align-content: center !important;
    }

    .logo-size {
        /*    width: 320px;*/
        width: 100%;
    }












    .input-group-2 {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
    }

        .input-group-2 > .form-control-2,
        .input-group-2 > .form-select-2 {
            position: relative;
            flex: 1 1 auto;
            width: 1%;
            min-width: 0;
        }

            .input-group-2 > .form-control-2:focus,
            .input-group-2 > .form-select-2:focus {
                z-index: 3;
            }

        .input-group-2 .btn {
            position: relative;
            z-index: 2;
        }

            .input-group-2 .btn:focus {
                z-index: 3;
            }

    .input-group-text-2 {
        display: flex;
        align-items: center;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #000;
        text-align: center;
        white-space: nowrap;
        background-color: #e9ecef;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
    }

    .input-group-lg > .btn,
    .input-group-lg > .form-control,
    .input-group-lg > .form-select,
    .input-group-lg > .input-group-text {
        padding: 0.5rem 1rem;
        font-size: 1.25rem;
        border-radius: 0.3rem;
    }

    .input-group-sm > .btn,
    .input-group-sm > .form-control,
    .input-group-sm > .form-select,
    .input-group-sm > .input-group-text {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        border-radius: 0.2rem;
    }

    .input-group-lg > .form-select,
    .input-group-sm > .form-select {
        padding-right: 3rem;
    }

    .input-group-2:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
    .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-2.has-validation > .dropdown-toggle:nth-last-child(n + 4),
    .input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-2 > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        margin-left: -1px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-control-2, input {
        border-width: 1px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #c0e9bf;
    }


    .form-control-2 {
        display: block;
        width: 100%;
        height: 45px;
        padding: 10px 15px;
        font-size: 15px;
        line-height: 1.42857143;
        color: #2c3e50;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #dce4ec;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
}


/*
********************Notifications CSS End*****************
*/
