﻿
 #navbar {
    padding-top: 20px;
  }

 #navbar > ul > li > a {
     margin-top : 20px;
     padding-top: 5px;
     padding-bottom : 5px;
    }
 div.container-fluid{
     padding-bottom:0px;
 }

.scrollable {
    -webkit-overflow-scrolling: touch;
  	overflow-y: scroll;
    width: 100%;
    height: 100%;
    	
}

.subc-inv-edit-col {
    background-color: aquamarine !important;
    font-weight : bold !important;
}

.sDisable input:disabled {
    background-color: darkgray;
}

.gc-guard-services td:nth-child(1) {
    border-right: hidden !important;
    width:35%;
}

.gc-guard-services td:nth-child(3) {
    vertical-align: bottom !important;
}

.gc-investigation-services td:nth-child(2) {
    vertical-align: bottom !important;
}

/*.w3-content {
    max-width: 1200px;
    margin: auto;
}*/

.footer {
    position: fixed;
    left: 0;
    bottom: 0 !important;
    width: 100%;
    background-color: white;
    text-align: center;
    margin: 0px;
    padding: 15px;
}
.header {
    position: fixed;
    top: 85px;
    width: 100%;
    background-color: white;
    z-index:1000;
}

.my-header {
    padding: 0.1rem 0.1rem;
    font-size: 1.2em;
    font-weight:600;
    color: rgba(240, 91, 65, 1);
}

.my-header2 {
    padding: 0.1rem 0.1rem;
    font-size: 1em;
    font-weight: 500;
    color: rgba(240, 91, 65, 1);
}

.card-header {
    padding: 0.3rem 1rem;
}
.label-info {
    font-style: italic !important;
    font-size: 0.9rem;
    color: rgba(240, 91, 65, 1);
}