/*Novo layout DLC*/

:root{
    --bg-blue: #005290;
}

/*Gerais*/

.pageContent {
    position: relative;
}

.blueBtn {
    background: var(--bg-blue);
}



/*menu superior e lateral*/
.headerWrapper {
    border: 0;
    box-shadow: 0 0 0;
    z-index: 100;
    background-color: var(--bg-blue);

}
.pageTitle{
    float: left;
}
.pageTitle h1{
    margin: 0;
    font-weight: 100;
}
.pageTitle span{
    float: left;
}

.headerWrapper .headerContainer{
    padding-right: 2rem;
}

.NewmenuInfo{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.NewMenuLogout{
    display: flex;
    align-items: center;
    flex-direction: row;

}

.NewMenuLogout span{
    padding: 15px;
}

.NewmenuInfo span{
    padding: 15px;
    border-right: 2px solid white;
    line-height: 0px;
    white-space: nowrap;
    color: #ffffff;
}

.sidebarWrapper {
    width: 14%;
    background: var(--bg-blue);
}

.headerContainer a {
    color: #d8d8d8;
}

.userCompany {
    color: #ffffff;
}

.logoBase{
    display: block;
}

.headerLogoContainer{
    margin: 2rem 0 0 5rem;
}

.headerLogoContainer img{
    padding: 0;

}

.sideLogoContainer img {
    width: 100%;
}

.sideLogoContainer {
    width: 100%;
    bottom: 0px;
    right: 0px;
    padding: 0;
}

/*Conteudo da pagina*/
.mainContentWrapper {
    padding: 1.5%;
    padding-left: 16%;
}

.mainContentWrapper .advSearchWrapper .blueBtn{
    background: var(--bg-blue);
}

/*Search DASHBOARD*/
.advSearchWrapper {
    width: 100%;
}

.exportDataContainer {
    float: right;
    text-align: right;
}

.mainContentWrapper .advSearchWrapper a .blueBtn {
    margin-bottom: 10px;
}

input#id_search{
    border-bottom: 0;
    border-left: 10px solid var(--bg-blue);
}
.reportBtnContainer input#id_name{
    border-bottom: 2px solid rgba(131, 130, 130, 0.103);
    border-left: 10px solid var(--bg-blue);
    width: 100%;
    padding-left: 12px;
    margin-top: 10px;
}

.advSearchTrigger{
    color: var(--bg-blue)
}

.info-adv{
    padding: 5px 15px;
    grid-column: 1;
    grid-column-end: -1;
}

.info-adv span{
    padding-right: 5px;
}

.filterContainer {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    background-color: #ffffff;
    border-left: 10px solid var(--bg-blue);
    box-shadow: 0 0 0;
}

.filterContainer div {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    text-align: left;
}

a#clear_filters{
    color: black;
    padding-right: 20px;
}

a#clear_filters:hover{
    color: #337ab7;
}

.divClearAndSearch{
    grid-column: span 1 / -1;
    justify-content: flex-end;
}

/*DASHBOARD*/
.panel .panel-title {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.panel-label {
    margin-top: 3rem;
}

.dado-dividido{
    display: flex;
    justify-content: space-between;
    margin: 0 2rem;
}

.activeSlide {
    font-size: 1.5em;
}
.ship2{
    font-size: 1.5em;
}
.ship span, .ship2 span{
    font-size: 1.3rem;
}

.panel.panel-default {
    border-left: 10px solid #643585;
}
ul.panel-controls {
    float: left;
}

/*KPI*/

.SearchKPI{
    text-align: right;
    width: 100%;
}

.label-kpi{
    text-align: left;
    margin:5px;
    font-weight: 400;
}
.label-kpi a{
    float: right;
    padding: 2px;
    color: #000000;
}

.kpiContainer {
    border-left: 10px solid var(--bg-blue);
}

.advSearchForm .select2-container .select2-selection--multiple {
    width: 100%;
}

/*Report*/
.reportList{
    width: 100%;
}

#id_send_report_email{
    border-bottom: 0;
    border-left: 10px solid var(--bg-blue);
}

.fa-star-o, .fa-star {
    color: #b4cc34;
}

.reportList th#star_report_id{
    width: 2%;
}
.reportList th#fa-download_id{
    width: 4%;
}

.reportList th#name_reportList{
    width: 15%;
}




/*New Report*/
.btn-new-report{
    color: #000000!important;
    background-color: #ffffff;
    font-weight: 400;
    border-left: 10px solid var(--bg-blue);
    text-align: left;
    padding: 30px 12px;
}

.reportBtnContainer {
    margin-bottom: 0!important;
}

#search-btn-save{
    background-color: var(--bg-blue);
    float: right;
}

em{
    margin-left: 5px;
}

/*Tables*/

.tableContainer{
    padding: 0;
}

.tableList thead th {
    padding: 10px;
    background-color: var(--bg-blue);
    color: #ffffff;
}

.tableList td {
    padding: 10px;
    border-bottom: 0;
    color: #656464;
    overflow-wrap: break-word;

}

.tableList td a{
    color: #656464;
}

tr:nth-child(odd) td {
    background-color:  #F2F2F2;
}

.paginationContainer {
    padding: 10px;
}

.toggleButton {
    color: #4F4F4F;
}


/*Follow UP*/

.orderWrapper {
    padding-left: 16%;
    width: 100%;
}

.tlWrapper {
    display: none;
    position: absolute;
    right: 0;
    top: 120px;
    background-color: rgba(255, 255, 255, 0);
    z-index: 99;
}

.export_timeline{
    font-weight: 800;
    padding: 8px;
    background-color: var(--bg-blue);
    color: #ffffff;
}



.tlDate {
    margin: 22px 30px 0px 0px;
    color: #000000;
}

.dateInfoContainer p,
.dateInfoContainer label {
    font-size: 12px;
    line-height: 1.4;
    margin: 5px 0;
}


.dateInfoContainer {
    padding: 20px 10px;
    background-color: transparent;
    min-height: 120px;
    max-height: 300px;
    overflow-y: auto;
    box-sizing: border-box;
}


.dateInfoContainer:after {
    border: 0;
}

.dateContainer {
    width: 45%;
}

.cardContainer .container {
    width: 100%;
    padding: 0;
}

.cardContainer .container .documents{
    width: 50%;
    border-left: 15px solid #005290;
}

.cardContainer .container .cct{
    width: 50%;
    min-height: 350px;
    border-left: 15px solid #00AEEF;
}

.container-flex{
    display: flex;
    gap: 10px;
}

.cardBorder {
    background-color: #fbfbfb !important;
    padding: 7px 12px;
    text-align: start;
}

.cardBorder span {
    text-transform: uppercase;
    color: #000000;
    font-size: 0.9em;
    font-weight: bold;
}

.card .cardRow {
    margin: 12px 0;
}

.cardContainer .container .Freight{
    border-left: 15px solid #643585;
}

.card-timeline{
    border-left: 15px solid var(--bg-blue);
    box-shadow: 0 0 0;
}

.container .tlList {
    display: inline-flex;
    z-index: 10;

}

.container .tlList:before{
    content: '';
    position: absolute;
    left: 0;
    top: 51px;
    background-color: #000;
    width: 100%;
    height: 2px;
    z-index: -10;
}

.container .tlList:after {
    content: '►';
    position: absolute;
    top: 41.4px;
    right: -10px;
    color: #000;
    font-size: 16px;
}


.tlWrapper .tlList:before {
    content: '';
    position: absolute;
    top: 0;
    left: 81px;
    background-color: #000;
    height: calc(100% - 10px);
    width: 3px;
}

/*.tlWrapper .tlList:after {*/
/*    content: '↓';*/
/*    position: absolute;*/
/*    left: 75px;*/
/*    bottom: -20px;*/
/*    color: #000;*/
/*    font-size: 40px;*/
/*}*/


.tlStageContainer {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.tlStageContainer:last-child {
    margin-bottom: 0;
}

.tlWrapperBola {
    position: relative;
    left: 73px;
    margin-top: calc(50% - 10px);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #00b126;
}


.tl-infos{
    display: flex;
    justify-content: space-between;
}

.tlWrapper .dateContainer, .tlWrapper .dateInfoWrapper {
    flex: 1;
}

.bola {

    border-radius: 50%;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: #00b126;
    /* position: absolute; */
    margin-top:42px;
    /* left: 20px; */


}

.container .dateInfoWrapper {
    width: 100%;
    padding: 0;
}

.container .dateInfoContainer {
    background: rgba(217, 217, 217, 0);
    padding:0 20px 0 0;
    margin: 0;
}

.container .dateInfoContainer:after {
    border: 0;

}

.container .dateInfoContainer label {
    color: #000000;
}

/*BI*/
.quadro-bi{
    background-color: #ffffff;
    border-left: 10px solid var(--bg-blue);
    margin: 5rem 0.5rem 0 0;
    
}

.bi_label {
    text-align: left!important;
    margin-top: 15px!important;
    font-weight: 400!important;
}

.newAdvSearch{
    background: transparent;
    color: #fff !important;

    border: none;
    padding: 0;
    margin: 0 0 0 10px;

    font-size: 1.4em;

    outline: 0;

    display: none;
}
.logoBranco{
    width: 3.4em;
    display: none;

}

.newBtnMenu{
    display: flex;
    gap: 20px;
    display: none;
}
.stageContainer{
    display: none;
}

.mapamundiLogin{
    display: none;
}

.form-bottom a:visited {
    color: #337ab7;
}
#bntLogin{
    margin-bottom: 10px;
    border-radius: 0px;
}

.form-control {
    background-color: #F2F2F2;
    border:0;
    border-radius: 0px;
    box-shadow: 0 0 0;
}

.form-control:focus {
    border-color: 0;

}

.sendReport{
    float: left;
    width: 20%;
    padding-right: 5px;
}
.linkVisitedTemp{
    color: #337ab7;
}

.innerCard label {
    font-size: 0.9em;
}

.innerCard p {
    font-size: 0.8em;
}

.cardRow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.tlWrapper .tlList {
    background: #e9edf2;;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
}
.tlList .dateContainer{
    display: none;
}

a:hover, a:focus {
    color: #ffffff;
}

.dateInfoWrapper {
    width: 100%;
}

.card-timeline{
    overflow-x: auto;

}

.goodsDetails{
    overflow-x: auto;
}

/* css popup dentro da geolocation */
.Cargas_map div {
    background: #D9D9D969;
    margin-bottom: 10px;
    border-radius: 4px;
    text-align: start;
    min-width: 450px;
}

.Cargas_map a {
    display: block;
    background: #005290;
    color: #fff !important;
    padding: 8px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
    margin-bottom: 5px;
}

.Cargas_map p {
    margin: 2px 0;
    position: relative;
    font-size: 1.1em;
}

.Cargas_map p::before {
    content: "•";
    margin:0 5px;
    font-size: 1.2em;
}

.Cargas_map span {
    display: block;
    margin-left: 25px;
    font-size: 1em;
}

@media(max-width: 1475px) {
    .panel .panel-title {
        font-size: 15px;
    }

    .ship span, .ship2 span{
        font-size: 1.1rem;
    }
    
}

@media(max-width: 1120px) {
    .panel .panel-title {
        font-size: 14px;
    }
    
}


@media (max-width: 768px) {
    .dateInfoContainer {
        width: 100%;
        padding: 10px;
    }

    .tlWrapperBola {
        left: 50%;
        transform: translateX(-50%);
    }

    .tlWrapper .tlList:before {
        left: 50%;
        transform: translateX(-50%);
    }

    .tlWrapper .tlList:after {
        left: 50%;
        transform: translateX(-50%);
    }
}


@media screen and (min-width: 320px) and (max-width: 768px) {

    .headerWrapper {
        padding-top: 20px;
    }

    .tl-infos{
        display: none;
    }

    .bola {
        width: 27px;
    }

    .tlWrapper .tlList {
        background: 0;
    }
    .sendReport{
        width: 40%;
    }

    .form-group label{
        display: none;
    }

    .mapamundiLogin{
        display: block;
        width: 100%;
    }

    .Loginbot{
        display: none;
    }


    .tlWrapper {
        background-color: #e9edf2;

    }
    .tlDate{
        float: none;
    }

    .tlContent {

        margin-left: 0px;
        padding-bottom: 1em;

    }

    .container .tlList:before {
        top: 75px;
    }


    .container .tlList:after {
        top: 65.4px;
    }

    .bola {
        margin-top: 68px;
    }

    .orderWrapper {
        padding-left: 0;
    }

    .logoBranco{
        display: block;
    }

    .newBtnMenu{
        display: flex;
        gap: 20px;

    }


    .mainContentWrapper{
        padding-left: 0;
        padding: 5.5%;

    }
    .paginationContainer .right{
        float: none;
    }

    .filterContainer {
        grid-template-columns: repeat(2, 1fr);
    }
    .filterContainerReport{
        display: flex;
        flex-direction: column;
    }

    .divClearAndSearch{
        grid-column: span 2;
        justify-content: center;
    }
    .filterContainer .info-adv{
        display: none;
    }

    .newAdvSearch{
        display: block;

    }


    .advSearchWrapper form div .advSearchTrigger,
    .advSearchWrapper form div .btnSetup
    {
        display: none;
    }

    .SearchKPI >*:not(.pageTitle){
        display: none;
    }


    .followUpList th:not(:first-child):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(10)) {
        display: none;
    }
    .followUpList td:not(:first-child):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(10)) {
        display: none;
    }

    .documentList th:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
        display: none;
    }
    .documentList td:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
        display: none;
    }

    .reportList th:not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(6)) {
        display: none;
    }
    .reportList td:not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(6)) {
        display: none;
    }

    .reportList th#fa-download_id{
        width: 2% !important;
    }
    .reportList th:nth-child(4),
    .reportList th:nth-child(6){
        width: 5% !important;
    }

    .exportDataContainer #search-btn{
        float: left;
    }

    .tableList{
        width: 100%;
    }
    .tableList td a {
        color: #337ab7;
    }
    .btn-download-doc{
        display: none;
    }

    .breadcrumbs, #close{
        display: none;
    }

    .lock{
        display: none;
    }

    /*side bar*/
    .headerLogoContainer,
    .sideLogoContainer{
        display: none;
    }

    .sidebarWrapper{
        width: 100%;
        height: auto;
    }

    .sidebarLogout {
        display: flex;
        max-height: 45px;
    }

    .sidebarWrapper ul li a .fa:not(.fa-sign-out):not(.fa-angle-right):not(.fa-circle){
        display: none;
    }

    .sidebarWrapper ul li a .fa-angle-right{
        margin-left: 10px;
    }

    .menuItens a{
        display: flex;
        justify-content: center;
    }
    .menuItens .menu-sanfona a {
        padding-left: 0 !important;
    }

    .menuItens p {
        margin-left: 0;
        font-size: 1.2em;
    }

    .NewmenuInfo span:not(:first-child){
        border: 0;
    }

    .menuItens .NewMenuLogout p {
        margin: 0;
    }

    .NewmenuInfo span {
        border-right: 0;
    }

    .menuUserName {
        font-weight: 400;
    }

    .fa-lock{
        display: none !important;
    }

    .logoLogin {
        width: 40% !important;
    }

    .loginText {
        display: block;
        margin-top: 85px;;
    }

    .col-sm-offset-3 {
        margin: 25px 0px 30px 0px;
    }



    .cardRow {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }





}

@media (max-width: 400px) {
    .mainContentWrapper {
        padding: 2.5%;
    }
    .NewMenuLogout span p{
        display: none;
    }
    .filterContainer {
        gap: 15px;
        padding: 5px 2px;
    }

    .NewMenuLogout span {
        padding: 6px;
    }

    .menuItens .sidebarLogout a{
        padding: 0;
    }

}