﻿
/*Reset Bootstrap 4 styles to Boostrap 3 - Start*/
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.navbar {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #4d4f53;
}

hr {
    height: 1px;
    width: 100%;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

/*labels*/
label {
    font-weight: 700;
}

.form-inline .row label {
    justify-content: flex-start;
    margin-bottom: 5px;
    display: block;
}

/*form controls*/
.form-control {
    font-size: 14px;
    height: 34px;
}

.login .login-container .form-group, .password-container .form-group {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
}

select.form-control:not([size]):not([multiple]) {
    height: 34px;
}


.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #FFF;
    background-color: #41a940
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #FFF;
    background-color: #41a940
}

.modal-xl .modal-dialog {
    width: 30%;
    max-width: 600px;
}

.modal-xxl .modal-dialog {
    width: 50%;
    max-width: 1000px;
}

.modal-xxxl .modal-dialog {
    width: 80%;
    max-width: 1600px;
}
/*Reset Bootstrap 4 styles to Boostrap 3 - End*/

    .row {
        padding: 5px 5px 5px 5px;
    }


    label.error {
        color: red;
    }

    td, th {
        padding: 5px 5px 5px 5px;
    }

    th {
        text-align: center;
        font-weight: normal;
    }

    /*Customize Datatable headers*/
    table.dataTable thead th, table.dataTable thead td {
        font-weight: normal;
        border-bottom: 1px;
    }

    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px;
    }

    .row {
        padding: 5px 5px 5px 5px;
    }

    .width50 {
        width: 20px;
    }

    div.col-md-2 table, div.col-md-3 table, div.col-md-4 table {
        width: 100%;
    }
    /* --- Login --- */
    .login {
        position: relative;
        float: left;
        clear: none;
        width: 100%;
        /*overflow: hidden;*/
        padding-bottom: 1%;
    }

        .login img {
            position: relative;
            z-index: 1;
            width: 100%;
            max-width: 100%;
            /*Preserve aspect ratio */
            min-width: 100%;
            max-height: 70%;
        }

    .login-container {
        position: absolute;
        top: 2%;
        margin-left: 5%;
        margin-right: 4%;
        z-index: 2;
        background: #fff;
        padding: 20px 20px 0px 20px;
        border-top: 5px solid #007F64;
        border-bottom: 5px solid #007F64;
        -moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.30),0 6px 3px 0 rgba(0,0,0,0.23);
        box-shadow: 0 10px 10px 0 rgba(0,0,0,0.30),0 6px 3px 0 rgba(0,0,0,0.23);
        min-height: 300px;
        max-width: 400px;
    }

    .login-wrapper {
        background: #fff;
        padding: 20px;
        border-top: 5px solid #007F64;
        position: relative;
        z-index: 999;
        border-bottom: 5px solid #007F64;
        -moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.30),0 6px 3px 0 rgba(0,0,0,0.23);
        box-shadow: 0 10px 10px 0 rgba(0,0,0,0.30),0 6px 3px 0 rgba(0,0,0,0.23);
        margin-bottom: 10px;
    }

    .login-dropdownlist {
        max-width: 350px !important;
    }

    .dropdownlist {
        max-width: 350px !important;
    }

    .fill-dropdownlist {
        width: 100% !important;
    }

    .border {
        border: none;
        border-bottom: 1px solid #ccc6c6;
        /*    padding-bottom: 10px;
	margin-bottom: 20px;*/
    }

    /* --- !Login --- */

    /* --- Banner --- */
    .header-banner {
        position: relative;
        float: left;
        clear: none;
        width: 100%;
        overflow: hidden;
        padding-bottom: 1%;
    }

        .header-banner img {
            position: relative;
            z-index: 1;
            width: 100%;
            max-width: 100%;
            max-height: 100%;
        }

        .header-banner .desc {
            display: block;
            position: absolute;
            top: 5%;
            right: 2%;
            z-index: 2;
            color: white;
            background: rgba(0, 0, 0, 0.7);
            padding: 0.5% 0.5% 0.5% 0.5%;
            font-size: x-small;
            text-align: right;
        }

    /* --- !Banner --- */

    /*--- Home Page ShortCut Icons --*/
    .shortcut {
        font-weight: bold;
        color: #4d4f53;
    }

        .shortcut:hover {
            background-color: #41a940;
            color: #FFF;
        }
    /*--- !Home Page ShortCut Icons --*/

    .formlabel {
        padding-top: 6px;
    }

    .vcenter {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .wrapper {
        padding: 0px 25px 25px 25px;
        clear:both;
    }

    .btn {
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428;
        border-radius: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        min-width: 130px;
    }

        .btn:focus,
        .btn:active:focus,
        .btn.active:focus {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .btn:hover,
        .btn:focus {
            color: #7b7c7d;
            text-decoration: none;
        }

        .btn:active,
        .btn.active {
            outline: 0;
            background-image: none;
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

        .btn.disabled,
        .btn[disabled],
        fieldset[disabled] .btn {
            cursor: not-allowed;
            pointer-events: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .btn-default {
        color: #7b7c7d;
        background-color: #e5e5e5;
        border-color: #cccccc;
    }

        .btn-default:hover,
        .btn-default:focus,
        .btn-default:active,
        .btn-default.active,
        .open > .dropdown-toggle.btn-default {
            color: #7b7c7d;
            background-color: #cccccc;
            border-color: #adadad;
        }

        .btn-default:active,
        .btn-default.active,
        .open > .dropdown-toggle.btn-default {
            background-image: none;
        }

        .btn-default.disabled,
        .btn-default[disabled],
        fieldset[disabled] .btn-default,
        .btn-default.disabled:hover,
        .btn-default[disabled]:hover,
        fieldset[disabled] .btn-default:hover,
        .btn-default.disabled:focus,
        .btn-default[disabled]:focus,
        fieldset[disabled] .btn-default:focus,
        .btn-default.disabled:active,
        .btn-default[disabled]:active,
        fieldset[disabled] .btn-default:active,
        .btn-default.disabled.active,
        .btn-default[disabled].active,
        fieldset[disabled] .btn-default.active {
            color: #d0cece;
            background-color: #efefef;
            border-color: #e0e0e0;
        }

        .btn-default i .badge {
            color: #e5e5e5;
            background-color: #7b7c7d;
        }

    .btn-primary {
        color: #ffffff;
        background-color: #41a940;
        border-color: #3a9739;
    }

        .btn-primary:hover,
        .btn-primary:focus,
        .btn-primary:active,
        .btn-primary.active,
        .open > .dropdown-toggle.btn-primary {
            color: #ffffff;
            background-color: #338432;
            border-color: #296a28;
        }

        .btn-primary:active,
        .btn-primary.active,
        .open > .dropdown-toggle.btn-primary {
            background-image: none;
        }

        .btn-primary.disabled,
        .btn-primary[disabled],
        fieldset[disabled] .btn-primary,
        .btn-primary.disabled:hover,
        .btn-primary[disabled]:hover,
        fieldset[disabled] .btn-primary:hover,
        .btn-primary.disabled:focus,
        .btn-primary[disabled]:focus,
        fieldset[disabled] .btn-primary:focus,
        .btn-primary.disabled:active,
        .btn-primary[disabled]:active,
        fieldset[disabled] .btn-primary:active,
        .btn-primary.disabled.active,
        .btn-primary[disabled].active,
        fieldset[disabled] .btn-primary.active {
            color: #d0cece;
            background-color: #efefef;
            border-color: #e0e0e0;
        }

        .btn-primary i .badge {
            color: #41a940;
            background-color: #ffffff;
        }

    .btn-secondary {
        color: #ffffff;
        background-color: #a7a9aa;
        border-color: #9a9b9c;
    }

        .btn-secondary:hover,
        .btn-secondary:focus,
        .btn-secondary:active,
        .btn-secondary.active,
        .open > .dropdown-toggle.btn-secondary {
            color: #ffffff;
            background-color: #8d9091;
            border-color: #7b7c7e;
        }

        .btn-secondary:active,
        .btn-secondary.active,
        .open > .dropdown-toggle.btn-secondary {
            background-image: none;
        }

        .btn-secondary.disabled,
        .btn-secondary[disabled],
        fieldset[disabled] .btn-secondary,
        .btn-secondary.disabled:hover,
        .btn-secondary[disabled]:hover,
        fieldset[disabled] .btn-secondary:hover,
        .btn-secondary.disabled:focus,
        .btn-secondary[disabled]:focus,
        fieldset[disabled] .btn-secondary:focus,
        .btn-secondary.disabled:active,
        .btn-secondary[disabled]:active,
        fieldset[disabled] .btn-secondary:active,
        .btn-secondary.disabled.active,
        .btn-secondary[disabled].active,
        fieldset[disabled] .btn-secondary.active {
            color: #d0cece;
            background-color: #efefef;
            border-color: #e0e0e0;
        }

        .btn-secondary i .badge {
            color: #a7a9aa;
            background-color: #ffffff;
        }

    .btn-success {
        color: #ffffff;
        background-color: #41a940;
        border-color: #3a9739;
    }

        .btn-success:hover,
        .btn-success:focus,
        .btn-success:active,
        .btn-success.active,
        .open > .dropdown-toggle.btn-success {
            color: #ffffff;
            background-color: #338432;
            border-color: #296a28;
        }

        .btn-success:active,
        .btn-success.active,
        .open > .dropdown-toggle.btn-success {
            background-image: none;
        }

        .btn-success.disabled,
        .btn-success[disabled],
        fieldset[disabled] .btn-success,
        .btn-success.disabled:hover,
        .btn-success[disabled]:hover,
        fieldset[disabled] .btn-success:hover,
        .btn-success.disabled:focus,
        .btn-success[disabled]:focus,
        fieldset[disabled] .btn-success:focus,
        .btn-success.disabled:active,
        .btn-success[disabled]:active,
        fieldset[disabled] .btn-success:active,
        .btn-success.disabled.active,
        .btn-success[disabled].active,
        fieldset[disabled] .btn-success.active {
            color: #d0cece;
            background-color: #efefef;
            border-color: #e0e0e0;
        }

        .btn-success i .badge {
            color: #41a940;
            background-color: #ffffff;
        }

    .btn-info {
        color: #ffffff;
        background-color: #009fda;
        border-color: #008cc1;
    }

        .btn-info:hover,
        .btn-info:focus,
        .btn-info:active,
        .btn-info.active,
        .open > .dropdown-toggle.btn-info {
            color: #ffffff;
            background-color: #007aa7;
            border-color: #006083;
        }

        .btn-info:active,
        .btn-info.active,
        .open > .dropdown-toggle.btn-info {
            background-image: none;
        }

        .btn-info.disabled,
        .btn-info[disabled],
        fieldset[disabled] .btn-info,
        .btn-info.disabled:hover,
        .btn-info[disabled]:hover,
        fieldset[disabled] .btn-info:hover,
        .btn-info.disabled:focus,
        .btn-info[disabled]:focus,
        fieldset[disabled] .btn-info:focus,
        .btn-info.disabled:active,
        .btn-info[disabled]:active,
        fieldset[disabled] .btn-info:active,
        .btn-info.disabled.active,
        .btn-info[disabled].active,
        fieldset[disabled] .btn-info.active {
            color: #d0cece;
            background-color: #efefef;
            border-color: #e0e0e0;
        }

        .btn-info i .badge {
            color: #009fda;
            background-color: #ffffff;
        }

    .btn-warning {
        color: #ffffff;
        background-color: #ff5800;
        border-color: #e64f00;
    }

        .btn-warning:hover,
        .btn-warning:focus,
        .btn-warning:active,
        .btn-warning.active,
        .open > .dropdown-toggle.btn-warning {
            color: #ffffff;
            background-color: #cc4600;
            border-color: #a83a00;
        }

        .btn-warning:active,
        .btn-warning.active,
        .open > .dropdown-toggle.btn-warning {
            background-image: none;
        }

        .btn-warning.disabled,
        .btn-warning[disabled],
        fieldset[disabled] .btn-warning,
        .btn-warning.disabled:hover,
        .btn-warning[disabled]:hover,
        fieldset[disabled] .btn-warning:hover,
        .btn-warning.disabled:focus,
        .btn-warning[disabled]:focus,
        fieldset[disabled] .btn-warning:focus,
        .btn-warning.disabled:active,
        .btn-warning[disabled]:active,
        fieldset[disabled] .btn-warning:active,
        .btn-warning.disabled.active,
        .btn-warning[disabled].active,
        fieldset[disabled] .btn-warning.active {
            color: #d0cece;
            background-color: #efefef;
            border-color: #e0e0e0;
        }

        .btn-warning i .badge {
            color: #ff5800;
            background-color: #ffffff;
        }

    .btn-danger {
        color: #ffffff;
        background-color: #ff0000;
        border-color: #e60000;
    }

        .btn-danger:hover,
        .btn-danger:focus,
        .btn-danger:active,
        .btn-danger.active,
        .open > .dropdown-toggle.btn-danger {
            color: #ffffff;
            background-color: #cc0000;
            border-color: #a80000;
        }

        .btn-danger:active,
        .btn-danger.active,
        .open > .dropdown-toggle.btn-danger {
            background-image: none;
        }

        .btn-danger.disabled,
        .btn-danger[disabled],
        fieldset[disabled] .btn-danger,
        .btn-danger.disabled:hover,
        .btn-danger[disabled]:hover,
        fieldset[disabled] .btn-danger:hover,
        .btn-danger.disabled:focus,
        .btn-danger[disabled]:focus,
        fieldset[disabled] .btn-danger:focus,
        .btn-danger.disabled:active,
        .btn-danger[disabled]:active,
        fieldset[disabled] .btn-danger:active,
        .btn-danger.disabled.active,
        .btn-danger[disabled].active,
        fieldset[disabled] .btn-danger.active {
            color: #d0cece;
            background-color: #efefef;
            border-color: #e0e0e0;
        }

        .btn-danger i .badge {
            color: #ff0000;
            background-color: #ffffff;
        }

    .btn-link {
        color: #009fda;
        font-weight: normal;
        cursor: pointer;
        border-radius: 0;
    }

        .btn-link,
        .btn-link:active,
        .btn-link[disabled],
        fieldset[disabled] .btn-link {
            background-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .btn-link,
            .btn-link:hover,
            .btn-link:focus,
            .btn-link:active {
                border-color: transparent;
            }

                .btn-link:hover,
                .btn-link:focus {
                    color: #00678e;
                    text-decoration: underline;
                    background-color: transparent;
                }

                .btn-link[disabled]:hover,
                fieldset[disabled] .btn-link:hover,
                .btn-link[disabled]:focus,
                fieldset[disabled] .btn-link:focus {
                    color: #e0e1dd;
                    text-decoration: none;
                }

    .btn-lg,
    .btn-group-lg > .btn {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 0;
    }

    .btn-sm,
    .btn-group-sm > .btn {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 0;
    }

    .btn-xs,
    .btn-group-xs > .btn {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 0;
    }

    .btn-block {
        display: block;
        width: 100%;
    }

        .btn-block + .btn-block {
            margin-top: 5px;
        }

    input[type="submit"].btn-block,
    input[type="reset"].btn-block,
    input[type="button"].btn-block {
        width: 100%;
    }


    span.radio {
        padding: 0px;
    }

        span.radio > input[type="radio"] {
            margin: 8px -5px 7px 0px;
        }

        span.radio > label {
            float: left;
            margin-right: 5px;
            padding: 0px 5px 0px 10px;
        }









    /* BEGIN: PRINTING STYLE */
    @media print {
        button {
            display: none;
        }
    }
    /* END: PRINTING STYLE */





    .password-container {
        top: 2%;
        z-index: 2;
        background: #fff;
        padding: 20px;
        border-top: 5px solid #007F64;
        border-bottom: 5px solid #007F64;
        -moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.30),0 6px 3px 0 rgba(0,0,0,0.23);
        box-shadow: 0 10px 10px 0 rgba(0,0,0,0.30),0 6px 3px 0 rgba(0,0,0,0.23);
        max-width: 400px;
        margin: 0 auto;
        padding: 20px;
    }

    .nav-tabs .nav-item {
        margin-right: 2px;
    }

    .nav-tabs > li > a {
        color: #000000;
        background-color: #D7FAD8;
    }

    .navbar-brand img, .navbar-item img {
        display: block;
        max-height: 50px;
        width: auto;
    }


    .navbar-nav > li.navbar-right {
        float: right !important;
    }

    table.JTable {
        color: Black;
        background-color: White;
        border-color: LightGrey;
        border-width: 1px;
        border-style: Solid;
        font-size: smaller;
        width: 100%;
        border-collapse: collapse;
    }


        table.JTable tr {
            background-color: #F7F7F8;
        }

            table.JTable tr:first-child {
                background-color: #D7FAD8;
            }


        table.JTable td {
            border-color: LightGrey;
            border-width: 1px;
            border-style: Solid;
            margin: 1px;
        }

        table.JTable th {
            border-color: LightGrey;
            border-width: 1px;
            border-style: Solid;
            margin: 1px;
        }

        table.JTable .progress-bar {
            height: 70%;
        }

    /*Table with Header*/

    table.JPageTable {
        color: Black;
        background-color: White;
        border-color: LightGrey;
        border-width: 1px;
        border-style: Solid;
        font-size: smaller;
        width: 100%;
        border-collapse: collapse;
    }


        table.JPageTable tr {
            background-color: #F7F7F8;
        }

        /*table.JPageTable tr:first-child {
	background-color:#D7FAD8;
	}*/


        table.JPageTable td {
            border-color: LightGrey;
            border-width: 1px;
            border-style: Solid;
            margin: 1px;
        }

        table.JPageTable th {
            background-color: #D7FAD8;
            border-color: LightGrey;
            border-width: 1px;
            border-style: Solid;
            margin: 1px;
        }

        table.JPageTable .progress-bar {
            height: 70%;
        }

    .paging-nav {
        text-align: right;
        padding-top: 2px;
    }

        .paging-nav a {
            margin: auto 1px;
            text-decoration: none;
            display: inline-block;
            padding: 1px 7px;
            background: #D7FAD8;
            color: #333;
            border-radius: 3px;
        }

        .paging-nav .selected-page {
            background: #187ed5;
            font-weight: bold;
        }

    .paging-nav,
    #tableData {
        width: 100%;
        margin: 0px;
    }

    /*Table with Pagination*/

    .norow-margin {
        margin: 0px;
    }

    .norow-padding {
        padding: 0px;
        padding-left: 1px;
    }

    .contactB {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-image: none;
        background-color: #D7FAD8;
        min-width: 100px;
        margin-left: 1px;
        margin-bottom: 2px;
        color: #000000;
    }

        .contactB .badge {
            color: #ffffff;
            background-color: #41a940;
            margin-left: 2px;
        }

    .progress-bar-Orange {
        background-color: Orange !important;
    }

    .progress-bar-purple {
        background-color: purple !important;
    }

    .progress-bar-MidnightBlue {
        background-color: MidnightBlue !important;
    }

    .label-Orange {
        background-color: Orange !important;
    }

    .label-purple {
        background-color: purple !important;
    }

    .label-MidnightBlue {
        background-color: MidnightBlue !important;
    }

    .progress-bar {
        font-weight: bold;
        color: #000000;
    }

        .tablescroll td {
            padding: 0px 0px;
        }

    .tablescroll_wrapper {
        border-left: 0;
    }

    .tablescroll_head {
        color: Black;
        background-color: White;
        border-color: LightGrey;
        border-width: 1px;
        border-style: Solid;
        font-size: smaller;
        width: 100%;
        border-collapse: collapse;
    }

    .tablescroll thead th {
        background-color: #D7FAD8;
        border-color: LightGrey;
        border-width: 1px;
        border-style: Solid;
        margin: 1px;
        text-align: center;
    }

    .tablescroll thead td {
        border-right: 0;
        border-bottom: 0;
        text-align: center;
    }

    .tablescroll tbody td {
        border-right: 0;
        border-bottom: 0;
        text-align: center;
    }

    .tablescroll tbody tr.first td {
        border-top: 0;
    }

    .tablescroll_foot {
        border-left: 0;
        border-top: 0;
        margin-top: 0px;
    }

    .tablescroll tfoot td {
        border-right: 0;
        border-bottom: 0;
    }


    .bottom-align-text {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .row.row-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .inline-rb {
        display: inline;
        font-weight: normal;
    }

    input[type="file"].inline-input {
        display: inline;
    }

@media (min-width: 768px) {
    .form-inline .form-control-sm {
        width: 100px !important;
        display: inline-block;
        vertical-align: middle;
    }
}
@media (min-width: 576px) {
    .form-inline .form-control-lg {
        width: 400px !important;
        display: inline-block;
        vertical-align: middle;
    }
}

    .chklist label {
        display: inline !important;
        font-weight: normal;
    }

