@charset "utf-8";

td {
    border-style: solid;
    width:50%;
}

th {
    border-style:none;
    text-align: left;
}

#address-table li {
    border-style: solid 1px;
    list-style-type: none;
}
#address-table li:nth-child(odd) {
    background-color: #9FBAE5;
}
#address-table li:hover {
    cursor: pointer;
    background-color: #e3e3e3;
}
/* 
span {
    border: outset;
    border-collapse: collapse;
    border-bottom-style: none;
    border-spacing: 0;
    margin-left: 0;
    margin-right:0;
    margin-top: 10px;
    font-size: 110%;
} */

select {
    min-height: 2.5rem;
}


#contactTable {
    width: 95%;
    margin: 0 auto;
    border-collapse: collapse;
}

#tabCtrl {
    max-height: 600px; 
    padding-right: 1rem;
}

#orgInfo {
 width: 100%;  
}

#btnCreateBook {
    display: none;
}

#disclaimer {
    font-size: 85%;
    font-style: italic;
}

#address-table {
    width: 100%; 
    /* padding: .5rem; */
    margin: 1.5rem auto 0 auto;
}

.btn-info {
    background-color:  #0800A8 !important;
}

.btn-info.active {
    background-color: #9FBAE5 !important;
    color: black !important;
}

.btn-info:hover {
    background-color: #9FBAE5 !important;
    color: black !important;
}

#toggle-section {
    height: 50px;
}


/* Mobile */ 
@media only screen and (min-width : 320px) {
    .bgtextbox {
        width: 8rem;
    }
}

/* Tablets and Bigger */ 
@media only screen and (min-width : 768px) {
    .bgtextbox {
        width: 15rem;
    }
}


#toggle-section span {
    padding: .5rem;
    font-size: 1rem;
    border: 1px solid black;
}

#toggle-section span:hover {
    cursor: pointer;
}

.address-table-content {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
}

#address-table-org-info {
    display: flex;
    align-content: center;
    margin: auto;
}

.form-group {
    margin-bottom: 1rem !important;
}

#orgInfo label {
    display: block;
    margin-bottom: .3rem;
}
#orgInfo input {
    display: block;
    margin-bottom: 1rem;
}

#shipperList, #consigneeList, #billerList {
    overflow-x: hidden;   
    overflow-y: auto;
    max-height: 500px;
}

#tabCtrl li {
    padding: .5rem;
}
#tabCtrl ul {
    padding-left: 0;
    border: 1px solid grey;
}

#slctRole, #addNewOrg, #cmboOrganization_Shippers, #cmboOrganization_Consignees, #createBook {
    padding: .5rem;
    margin-bottom: .5rem;
}
#slctRole option {
    padding: .4rem;
}

#wrapper {
    padding-bottom: 4.5rem !important;
}