body,
html {
    margin:0;
    padding:0;
    background:#F1F4F6;
}

#mainContainer{
    margin:0px;
    padding:0px;
}

#header {
    background-color:rgb(33, 50, 74);
    color:white;
    font-size:18px;
}

#subMenuHeader {
    background-color: #283E5F !important;
    border-bottom: 1px solid #364f77;
    border-top: 1px solid #364f77;
}

#companyLogo {
    height:40px;
    margin: 20px;
    margin-right:10px !important;
}


#loginImage {
   padding:0px;
   margin:0px;
   width:100%;
   background-image: linear-gradient(#8facf1, #fff);
}

#columnLeft {
    padding:0px;
    margin:0px;
    border-right: 10px solid white;


}

#columnRight {

    background-color: #2D3E5D;
    padding:0px;
    margin:0px;
    height:100vh;
}
#formBox{
    width: 60%;
    height: 500px;
 
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    
    margin: auto;

}

#columnLeft  img {
    position:absolute;
    bottom:0px;
    max-width:100%;
}

#btnSubmit {
    background-color: #f9a72b;
    color: white;
    width: 50%;
    margin: auto;
    position: absolute;
    right: 0px;
    left: 0px;
}

#appTabs{
    padding-left: 20px;
    background-color: #F9F9F9;
    padding-top: 20px;
} 

#appTabs a {
    color: #297de5;
    text-decoration: none;
    font-weight: 500;
    margin-left:2px;
} 

#appTabs li{
    background-color: ;
    border-bottom-color: #297fe7;
    min-width: 100px;
    text-align: center;
}

#pageContent {
    padding-top:50px;
}
#pageTitle {
    margin-bottom: 30px;
    color: #505459;
}

#tableCard {
    background-color: white;
    padding: 20px;
    min-height: 70vh;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03) !important;
    border-radius: 10px;
}

#mainTable {
    padding-right:5%;
    padding-left:5%;
}

input[type="datetime-local"] { 
    border-radius: 5px;
    border: 1px solid #d0caca;
    padding: 8px;
    min-width: 250px;
}


input[type="datetime-local"]:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

a.nav-link.active {
    border-bottom: 2px solid #297de5 !important;
}

.nav-tabs .nav-link {
    background-color: #fff;
    border: 1px solid #f1efef;
    border-bottom: 0px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
   border-color:#bfbfff99;
}

#formTable {
    width:100%;
}

#formTable td {
    padding:5px;
    vertical-align: top;
}
#insCompany {
    padding-left: 8px;
    padding-right:5px;
}


#formTable tr td:first-child {
 max-width:120px;
}

h5.checkboxHeader{
    margin-top: 40px;
    background-color: #e9f0ff;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
}

.detailedInfo {
    margin-left: 20px;
    font-weight: 400;
    padding: 20px;
}
#incidentInfo {
    background-color: #283e5f;
    padding: 20px;
    border-bottom: 1px solid #d8e2f7;
    margin-top: 20px;
    border-radius: 10px;

}

.detailedInfo td {
    padding-right: 50px;
    font-size: 14px;
    color: white;
}
#incidentNum{
    margin-left: 20px;
    padding: 0px;
    color: white;
    font-weight: 600;
    font-size: 18px;
}

.select2 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

.select2-selection__arrow{
    height:40px !important;
}

.select2-container--default .select2-selection--single {
    border:0px !important;
}

.redtext {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}


#mainTable input {
    border-radius: 5px;
    border: 1px solid #d0caca;
    padding: 5px;
    margin-left: 20px;
    min-width: 250px;

}

.custom-filter input {
    margin-left: 10px !important;
}

.custom-filter{
    margin-bottom:30px;
}
