
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.logo {
    padding: 8px 15px 0 15px;
}


.icon-menu {
    color: #24b84d !important;
}

.btn, .btn-large, .btn-small {
    background-color: #24b84d !important;
}


.list-menu {
    color: #323232 !important;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: .0071428571em;
}

.sidenav {
    width: 256px !important;
}

.icon-black {
    color: #000000 !important;
}

.icon-green {
    color: #24b84d !important;
}

.icon-blue {
    color: #00107D !important;
}

td, th {
    display: table-cell;
    padding: 16px;
    font-size: 0.925rem;
    text-align: left;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.43;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    letter-spacing: 0.01071em;
    vertical-align: inherit;
}

.t-table {
    font-weight: 500;
    line-height: 1.5rem;
    color: #000000 !important;
    font-size: 0.975rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01071em;
}

.content-bg {
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 
    0px 2px 2px 0px rgb(0 0 0 / 14%), 
    0px 1px 5px 0px rgb(0 0 0 / 12%);
}

.top-bar {
    background-color:#00107D !important;
    display: flex;
    position: relative;
    box-sizing: border-box;
    height: 64px;
    z-index: 0;
}

@media screen and (max-width: 736px) {
    .top-bar {
        background-image: url(https://mensajeria.continua.com.mx/static/images/logo-bg.png);
        background-position: left;
        background-repeat: no-repeat;
        z-index: -999;
    }}

.menu-mobile {
    padding-top: 20px;
    position: absolute;
    padding-left: 30px;
}


h5 {
    font-size: 1.10rem !important;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    letter-spacing: 0.0075em !important;
}

header, footer {
    padding-left: 256px !important;
    padding-top: 0px !important;
    margin-bottom: 40px;
}

h4 {
    font-size: 1.25rem !important;
    margin: .67em 0 !important;
    color: #323232!important;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    font-weight: 500 !important;
}

.icon-gray {
    color: #818181 !important;
}

.icon-wh {
    color: #FFFFFF !important;
}


.link-xport {
    color: #FFFFFF !important;
    line-height: 1.6 !important;
    font-size: 1rem !important;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    border-radius: 5px;
    padding: 18px 20px !important;
    margin-right: 30px;
    background-color: #24b84d;
    font-weight: 500;
}


.container-fluid {
    padding: 30px; 
}

.dropdown-content li>a, .dropdown-content li>span {
    color: #00107D !important;
}

.pagination li.active {
    background-color: #24B84D !important;
}

  .orderable > a {
    color: #000000 !important;
    font-weight: bold;
    font-size: 16px;
}

th > a {
    color: #000000 !important;
}

th {
    font-weight: bold !important;
    font-size: 16px;
}

.select-wrapper input.select-dropdown {
    font-weight: bold !important;
}

.blue-text {
    color: #24B84D !important;
}

 a > .material-icons {
    color: #818181;
}

.menu-mob {
    color: #ffffff !important;
    font-size: 32px;
}

@media screen and (max-width: 736px) {
    .no-mobile {
      display: none;
    }}
  
    @media screen and (min-width: 736px) {
      .only-mobile {
        display: none;
      }}


      .bcrumbs {
        background-color: rgba(242,242,242,0.5) !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #000000 !important;
    }

    .breadcrumb {
        color: rgba(0,0,0,0.7);
        font-size: 16px;
    }

    .breadcrumb:last-child {
        color: #000000;
        font-size: 16px;
    } 

    .breadcrumb:before {
        color: rgba(0,0,0,0.7);
        font-size: 23px;
    }

    @media only screen and (min-width: 1200px) {
html {
    font-size: 17px;
}}


.menu-v2{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    padding: 16px; cursor: pointer;
}

.icon-menuv2 {
    color: #ffffff !important;     
    padding: 10px;
    font-size: 2.5rem;
}


nav {
    background-color: #00107D;
}




.tabs .tab a{
    color:#00107D;
} /*Black color to the text*/

.tabs .tab a:hover {
    background-color:#eee;
    color:#00107D;
} /*Text color on hover*/

.tabs .tab a.active {
    background-color:#00107D;
    color:#ffffff;
} /*Background and text color when a tab is active*/

.tabs .indicator {
    background-color:#24B84D;
} /*Color of underline*/

.tabs .tab a:focus.active {
    color:#ffffff;
    /*Custom Text Color While Active*/
    background-color: #00107D;
    /*Custom Background Color While Active*/
  }

  .sp-small {
    margin-top: 30px !important;
  }
