.brokeragetime{
    text-align: right;
    display:block;
    line-height:35px;
    height:30px;
    display: block;
    width: 70px;
}
@media screen and (max-width: 768px) {
    #formid .brokeragetime{
        text-align: left!important;
        padding-left: 15px;
    }
}

.brokeragetimenpt{
    border: 1px solid #CCAA5E;
}

.table th:last-child{

}

.b-color{
    background-color: #CCAA5E;
}
.b-color-f{
    background-color: #FAFAFA;
}
.color{
    color: #CCAA5E;
}
.color-f{
    color:#FAFAFA
}
.color :hover{
    color:#FAFAFA ;
}
.bod-r-8{
    border-radius:8px ;
}
.f-s-15{
    font-size: 15px;
}
.f-s-17{
    font-size: 17px;
}
.padding-t-20{
    padding-top: 10px;
}
.height-30{
    height: 30px;
}
.height-32{
    height: 32px;
}
.width-30{
    width: 30px;
}
.width-100{
    width: 100px;
}

.width-150{
    width: 150px;
}

.width-75{
    width: 90px;
}
.padding-l-50{
    padding-left:50px;
}

.padding-l-40{
    padding-left:40px;
}

.padding-l-10{
    padding-left:10px;
}

.bod{
    border: .5px solid #DDDDDD;
    background: #fff;
}
.padding-l-15{
    padding-left: 20px;
}
.height-50{
    height: 40px;
}
.box-s{
    box-shadow: 2px 2px 1px #888888;
}
.padding-t-10{
    padding-top: 10px;
    padding-bottom: 5px;
}
.height-60{
    height: 50px;
}
.color-r{
    color: red;
}
.color-b{
    color: blue;
}
.modal-data {
    position: fixed;
    left: 290px;
    top:200px;
    width: 1000px;
    height: 400px;
    background-color: #fff;
    padding: 15px;
    text-align: center;
}
.center{
    text-align: center;
}
#bootstrap-tablet th{
    text-align: center;
}

.text-padding-l>span{
    padding-left: 30px;
}
.table-thclass{
    border-bottom: 1px solid #E9ECEF;
}


.tab-wrap {
    transition: 0.3s box-shadow ease;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    background-color: #fff;
    margin: 40px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}



.tab {
    display: none;
}

.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:first-of-type:not(:last-of-type) + label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tab:not(:first-of-type):not(:last-of-type) + label {
    border-radius: 0;
}

.tab:last-of-type:not(:first-of-type) + label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.tab:checked + label {
    background-color: #fff;
    box-shadow: 0 -1px 0 #fff inset;
    cursor: default;
}
.tab:checked + label:hover {
    box-shadow: 0 -1px 0 #fff inset;
    background-color: #fff;
}
.tab + label {
    box-shadow: 0 -1px 0 #eee inset;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #333;
    flex-grow: 3;
    text-align: center;
    background-color: #f2f2f2;
    user-select: none;
    text-align: center;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    height: 50px;
    box-sizing: border-box;
    padding: 15px;
}

.tab + label:hover {
    background-color: #f9f9f9;
    box-shadow: 0 1px 0 #f4f4f4 inset;
}

.tab__content {
    padding: 10px 25px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    transform: translateY(-3px);
    border-radius: 6px;
}




.containers {
    margin: 0 auto;
    display: block;
}

.containers > *:not(.tab-wrap) {
    padding: 0 80px;
}

h1,
h2 {
    margin: 0;
    color: #444;
    text-align: center;
}

h2 {
    font-size: 1em;
    margin-bottom: 30px;
}

p {
    line-height: 1.6;
    margin-bottom: 20px;
    word-wrap: break-word;
    word-break: break-all;
}
