

/*MENU HEADER BUTTON*/
@media only screen and (min-width:1000px) {
    nav.main_menu #nav-menu-item-28 {
        margin: 0px !important;
        line-height: 100px;
    }

    header.fixed.scrolled nav.main_menu #nav-menu-item-28 {
        line-height: 50px;
    }

    nav.main_menu #nav-menu-item-28 a {
        color: #C6BF6B;
        border-color: #222B5E;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        line-height: 40px !important;
        height: 40px;
        font-style: normal;
        font-weight: 700 !important;
        background-color: #222B5E;
        border-radius: 4px;
        letter-spacing: 2.5px;
        border-width: 0px;
        transform: translateY(-2px);
        -ms-transform: translateY(-1px);
        -webkit-transform: translateY(-2px) translateX(14px);
    }
}




/* CLN NETWORK TABLE */

.clntable {
    border-width:1px;
    border-color: #efefef;
    border-collapse: collapse;
    border-radius: 25px;
}
    
.clntable th {
    background-color:#efefef;
    border-width: 1px;
    padding:10px;
    border-style: solid;
    border-color: #efefef;
    text-align:left;
    font-size:14px;
}
    
.clntable tr {
    background-color:#fff;
}

.clntable td {
    border-width: 1px;
    padding: 10px;
    border-style: solid;
    border-color: #efefef;
}
    
.clntable tr:hover {
        background-color:#efefef;
}

/* SHIPMENT TYPE TABLE */

.incotable {
    border-width:1px;
    border-collapse: collapse;
    border-radius: 25px;
table-layout: fixed;
width: 1200px;
font-size:13px;
}

.incotable th {
    color:white;
background-color:#222B5E;
    border-width: 1px;
    padding:10px;
    border-style: solid;
    border-color: #efefef;
    text-align:center;
    
}
    
.incotable tr {
    background-color:#fff;
}

.incotable td {
    border-width: 1px;
    padding: 15px;
    border-style: solid;
    border-color: #efefef;
}
    
.incotable tr:hover {
        background-color:#efefef;
}