﻿body {
    font-size: 12px;
    margin: 0;
}

#page {
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
}

#header-info {
    font-size: 22px;
    margin-top: 2px;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    #header-info {
        font-size: 16px;
    }
}

#header-info-title {
    float: left;
}

#sml-logo {
    background: url(../Image/logo-small.png) no-repeat;
    height: 35px;
    width: 166px;
    float: right;
}

#login-info {
    margin-top: 1px;
    overflow: hidden;
    text-align: right;
    font-size: 11px;
}

#login-info-title {
    float: left;
}

#date-info-title {
    float: right;
}

#date {
    font-size: 11px;
}

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.valignTop {
    vertical-align: top;
}

#welcome {
    float: left;
}

#breadcrumb {
    float: right;
    padding-left: 15px;
}

.form-input {
    padding-top: 5px;
}

#loginForm {
    background: rgba(0, 0, 0, 0.1);
    padding: 30px 60px 30px 60px;
}

.login {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
    text-align: center !important;
}

.form-signin .login-data {
    text-align: left;
}

#container {
    padding: 5px 8px 12px 8px;
    margin-bottom: 5px;
    background: #fff;
    border: 3px solid #dfdfdf;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    min-height: 250px;
}

#copyright {
    color: White;
    padding: 30px 231px 0 0;
    float: right;
    font-weight: bold;
}

.action-button {
    padding-bottom: 5px;
}

#corporate {
    padding: 5px 0 0 129px;
}

#menu {
    padding-top: 5px;
    padding-bottom: 5px;
}

fieldset {
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 8px;
    padding: 5px;
    margin-bottom: 5px;
}

    fieldset legend {
        color: #fff;
        padding: 2px 5px 2px 5px;
        clear: both;
        display: table;
        background: #E34F35;
        border: 2px solid #dfdfdf;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        font-weight: bold;
        font-size: 0.7rem;
    }

table.table-grid {
    border: 1px solid #777;
    border-collapse: collapse;
    clear: both;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
}

    table.table-grid th {
        background: #ccc;
        border: 1px solid #777;
        font-weight: normal;
        padding: 3px;
        text-align: center;
    }

    table.table-grid td {
        border: 1px solid #777;
        padding: 3px;
    }

    table.table-grid tr:nth-child(even) {
        background: #e6e6e6
    }

    table.table-grid tr:nth-child(odd) {
        background: #fff
    }

.navy-bg {
    background-color: #E34F35;
    color: #ffffff;
    margin-left: 4px;
    margin-right: 4px;
}

    .navy-bg:hover,
    .navy-bg:focus {
        background-color: #ff0000;
        color: #ffffff;
        margin-left: 4px;
        margin-right: 4px;
    }

.f-red {
    color: red;
}
/*Footer*/
#footer {
    background: url("../Image/footer.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    height: 77px;
    margin-bottom: 3px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    clear: both;
}

#footer-m {
    clear: both;
    text-align: center;
    height: 25px;
    background-color: #E34F35;
    padding-top: 4px;
    margin-top: 4px;
    font-weight: bold;
    color: #FFFFFF;
}

.td50 {
    width: 50px;
}

.td350 {
    width: 350px;
}
/*Replace Jquery & DataTable & Bootstrap*/
.ui-datepicker table {
    font-size: .8em;
}

.yadcf-filter-wrapper-inner {
    border: 0px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.ui-widget {
    font-size: 11px;
}

.navbar {
    padding: 0.1rem 0.1rem 0.1rem 0;
    margin-bottom: 3px;
    margin-top: 2px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .4rem;
    padding-left: .4rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.dropdown-item {
    padding: 0 0.5rem 0 0.5rem;
    font-size: 13px
}

.dropdown-divider {
    margin: 0.1rem 0;
}

.table th,
.table td {
    padding: 0.30rem;
    vertical-align: top;
}

.form-group {
    margin-bottom: 0.3rem;
}

.yadcf-filter {
    width: 85px;
}

.table-responsive {
    padding-top: 5px;
}

.modal-header {
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.modal-footer {
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.btn-group .btn {
    padding: 0rem 0.3rem;
}

div.dt-buttons {
    float: right;
}

.hasDatepicker {
    width: 135px;
}

.yadcf-filter-wrapper .hasDatepicker {
    width: 75px;
}

label {
    margin-bottom: .0rem;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
    top: 5px;
}

select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 0px);
}

* div.dataTables_wrapper div.dataTables_paginate {
    float: right;
}

.btn:not(:disabled):not(.disabled) {
    font-size: 12px;
}

.yadcf-filter-wrapper-inner {
    display: grid;
}

.yadcf-filter-range-date-seperator {
    margin-top: 2px;
}
/*Replace Open Iconic*/
.oi-input {
    margin-top: 0px;
}

/*Make Select2 Option Disappear if option is disabled*/
.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none !important;
}

.btn-sm {
    font-size: 12px;
}

.ja_close_round {
    display: none;
}

/*Styling for RemarksControlType*/
.label-remarks {
    width: 90%;
    vertical-align: top;
    padding-left: 7px;
}

.input-remarks {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4%;
}

.checkbox-remarks {
    vertical-align: middle;
}
