﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
body {
    background-color: ghostwhite; 
}
.fill {
    min-height: 100%;
    height: 100%;
}
#tblsfApproval > tbody {
    background-color: white
}
.app-name {
    font-family: Century;
    font-size: x-large;
}
.modal-fullscreen {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
}
.form-control {
    padding:2px;
}
.input-group {
    padding-right: 1px;
    padding-left: 1px;
}
.form-control[readonly] {
    background-color: white;
    pointer-events: none;
}
.fixed-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 5;
}
#divESSSAppActions button {
    min-width: 120px;
}
.frame {
    border:1px solid darkkhaki;
    border-radius: 10px;
    padding:10px;
}
.bg {
    background-color: ghostwhite;
}
.bg-whitesmoke {
    background-color: whitesmoke;
}
.bg-warning {
    background-color: darkorange !important;
}
.bg-submit {
    background-color: #28a745 !important;
    color: white;
}
    .bg-submit:hover {
        background-color: forestgreen !important;
        color: white;
    }
.bg-success {
    background-color: #8BC24A !important;
}
.btn-success {
    background-color: #8BC24A !important;
    border-color: #8BC24A
}
.btn-success:hover {
    background-color:forestgreen !important;
}
.bg-primary {
    background-color: #3366CC !important;
}
.btn-primary {
    background-color: #3366CC !important;
}
.btn-primary:hover {
    background-color: #003399 !important;
    }
.btn-warning {
    background-color: #FFA900 !important;
    border-color: #FFA900 !important;
    color: white;
}
.btn-warning:hover {
    background-color:darkgoldenrod !important;
    color: white;
}
#btnsfApprove {
    background-color: forestgreen !important;
    border-color: forestgreen !important;
}
#btnsfReject {
    background-color: darkred !important;
    border-color: darkred !important;
}
#btnsfHold {
    background-color: darkorange !important;
    border-color: darkorange !important;
}
.month-year {
}
    .month-year input {
        padding-right: 2px ;
        padding-left: 2px;
        color: red ;
        font-weight: bold ;
        text-align:center;
    }

.bisyear {
}

.bis-year input {
    padding-right: 2px;
    padding-left: 2px;
    color: red;
    font-weight: bold;
    text-align: center;
}
.navbar {
    background-color: black !important;
    padding-left: 0px !important;
    font-size: 13px !important;
}
    .navbar a {
        color: white !important;
    }
        .navbar a:hover {
            background-color:mediumvioletred  !important;
            color: white !important;
        }
.navbar-brand {
    white-space: normal;
    text-align: left;
    word-break: break-all;
    color: white !important;
    min-width:100px;
}
    .navbar-brand a {
        background-color: dodgerblue !important;
        border-top-right-radius: 0px;
        padding: 0px 25px 5px 10px;
        border-bottom-right-radius: 40px;
        border-right: 7px solid mediumvioletred;
    }
.navbar-brand-shape {
    border-top: 40px solid dodgerblue;
    border-left: 0px solid transparent;
    border-right: 35px solid transparent;
    height: 0;
    width: 0px;
}
.navbar .dropdown-menu {
    color: white !important;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .3);
    border-left: 5px solid mediumvioletred;
    background-color: black;
    font-size: 13px !important;
}
    .navbar .dropdown-menu a {
        color: white !important;
        padding: 3px;
        background-color: black;
    }
        .navbar .dropdown-menu a:hover {
            background-color: mediumvioletred !important;
            color: white !important;
        }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.aaanav-item {
    border-right: 1px solid #28282A;
}
   
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 13px;
}
@media (min-width: 768px) {
  html {
    font-size:13px ;
  }
    .form-group {
        margin-top: 2px;
        margin-bottom: 2px;
     
    }
    .drop-btn { 
        max-height:20px;            
    }
    input[data-sf-ctl] {
        height: 20px !important;
        font-size: 13px !important;
    }
    textarea[data-sf-ctl] {
        font-size: 13px !important;
        line-height: 1em !important;
        /*height: 45px !important;*/
    }
    .col-form-label, .form-check-label {
        height: 20px !important;
        font-size: 13px !important;
        padding-top: 0.5px; 
    }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 90%;
  white-space: nowrap;
  line-height: 20px; /* Vertically center the text there */
}
.sf-grid {
}
    .sf-grid tbody tr:hover {
        background-color: gold !important;
        color: black !important;
    }
    .sf-grid tr {
        border-bottom: 1px solid #ddd;
    }
    .sf-grid td {
        /*border: 1px solid darkkhaki;*/
        border-right: 1px solid #ddd;
        padding: 2px 2px 2px 2px;
        font-size: 12px;
    }
    .sf-grid thead tr {
        /*border-top: 1px solid darkkhaki;*/
        background-image: linear-gradient( to bottom, darkkhaki, khaki );
        /*background-color:lightblue ;*/
        border-bottom: 1px solid darkkhaki;
        position: -webkit-sticky !important;
        position: sticky !important;
    }
        .sf-grid thead tr th {
            border:0px !important;
            color: black;
            padding: 0px 2px 0px 2px;
            font-size: 12px;
            border-right: 1px solid #ddd !important;
        }
    .sf-grid tfoot td {
        font-weight: bold;
        border-top: 1px solid black;        
        background-color: whitesmoke;
    }
    .sf-grid[data-sf-ctl] {
        background-color: whitesmoke;
        font-weight: bold;
        position: sticky;
        bottom: 0;
    }
    .sf-grid > tbody > tr:nth-child(even) {
        background-color:aliceblue;
    }
.row-locked {
    background-color: ghostwhite !important;
}
.row-selected {
    background-color: darkkhaki !important;
    color: white !important;
}
.sf-grid-button {
    padding: 2px 10px 2px 10px;
}
.modal-content {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    border-left: 5px solid mediumvioletred;
}
.header {
    background-color: #F5F5F5;
}

.modal-header {
    background-color: #F5F5F5;
    padding: 7px;
}
.card-header {
    background-color: #F5F5F5;
    color: black !important;
    padding: 3px;
}
.modal-footer {
    background-color: whitesmoke;
}
.table-group {
    background-color: #f1d9a7 !important;
    color: black;
    font-weight: bold;
    text-align: center;
}
.val-msg {
    display: none;
    color: red;
    font-size: 12px;
}
.required {    
}
textarea.required {
    border-left: 2px solid red;
}
input.required {
    border-left: 2px solid red ;
}
label.required {
    font-weight: bold;
    color: red;
}

.tree-ctl {   
}
.tree-ctl div{
    background-color:white;
}
    .tree-ctl ul {
        list-style-type: none;
    }
        .tree-ctl ul li {
            padding-top: 5px;
            padding-bottom: 5px;
            border-left: 1px dotted #ddd;
            width:500px;
        }
.tree-ctl-check{
    color: green;
    padding-right:5px
}
.tree-ctl-check-text {
    color: red;
    font-weight: bold;
}
.tree-ctl-expand {
    padding-left: 2px;
    padding-right: 5px;
    color: #ddd;
}
.nav-tabs {
    border-color: black !important;
}
    .nav-tabs .nav-link {
        background-color: #3366CC; /* #0080FF;*/
        /*background-image: linear-gradient( to bottom, dodgerblue, white );*/
        padding:3px;
        color: white !important;
        margin-right: 2px;
    }
        .nav-tabs .nav-link:hover {
            background-color: #003399; /* #0080FF;*/
        }
        .nav-tabs .nav-link.active {
            background-color: white; /* #0080FF;*/
            color: black !important;
            border-color: black !important;
            border-bottom-color: transparent !important;
            font-weight: bold;            
        }
.tab-content {
    border: 1px solid gray;
    border-top: transparent;
}
.disable {
    pointer-events: none;
    opacity:0.9;    
}
.list-sel-row {
    background-color:gold !important;
    color: black !important;
}
.dyn-table {
    width:100%;
    border: none;
    background-color:white;
}
    .dyn-table >tbody >tr:hover {
        background-color: gold !important;
    }
    .dyn-table td {
        border: 1px solid lavender;
        font-size: 12px;
        vertical-align:top !important;
    }
    .dyn-table> thead >tr {       
        background-image: linear-gradient( to bottom, darkkhaki, khaki );
        position: -webkit-sticky !important;
        position: sticky !important;
    }
        .dyn-table thead tr th {
            color: black;
            padding: 0px 2px 0px 2px;
            font-size: 12px;
        }
    .dyn-table >tfoot >td {
        font-weight: bold;
        background-color: whitesmoke;
    }
    .dyn-table > tbody > tr:nth-child(even) {
        background-color: aliceblue;
    }
.extra-table {
    background-color:white;
}
.extra-table td, th {
    border: 1px solid #ddd !important;
    padding: 2px !important;
}
    .extra-table thead > tr:last-child {
        background-image: linear-gradient( to bottom, darkkhaki, khaki );
        border: 1px solid darkkhaki;
    }

.section {
    border: 1px solid darkkhaki !important;
    background-image: linear-gradient( to bottom, darkkhaki, khaki );
    font-weight: bold;
    color: black;
    vertical-align: middle;
}
.total {
    background-color: #F5F5F5 !important;
    font-weight: bold;
    color: black;
}
#emp_code {
    font-weight: bold;
    color: darkred;
}
#emp_name {
    font-weight: bold;
    color: darkred;
}
.changed-new {
    color: green;
    font-weight: bold;
}
.changed-old {
    color: red;
    font-weight: bold;
}
.input-error {
    outline: 1px solid red;
}