.mobile-file-divider {
    border-top: 1px solid #0067a0 !important;
}

#mobile-data-table a {
    color: black;
}

#mobile-table-row {
    min-height: 180px;
    position: relative;
    overflow: hidden;
}

#mobile-table-row > div {
    height: 100%!important;
    position: relative;
}

#mobile-table-row .col-sm-4, #mobile-table-row .col-xs-4 {
    height: 100%;
    position: relative;
}

#mobile-table-row .col-sm-8, #mobile-table-row .col-xs-8 {
    height: 100%;
    padding: 10px 15px;
    position: relative;
}

#mobile-table-row-title {
    line-height: 20px;
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

#mobile-table-row-title > b {
    font-size: 18px;
    max-height: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#mobile-data-table table tbody tr:last-of-type {
    border-bottom: 1px solid #0067a0 !important;
}

#mobile-file-header {
    min-height: 58px;
    background-color: #78BE20;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

#mobile-file-header #tab-file {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#mobile-file-header #tab-valuation {
    border-left: none;
    border-right: none;
}

#mobile-file-header #tab-historic {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
} 

#mobile-file-header #tab-file,
#mobile-file-header #tab-valuation, 
#mobile-file-header #tab-historic {
    margin: 10px 0px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#mobile-file-header > div {
    font-size: 15px;
    text-align: center;
    position: relative;
    border: 1px solid white;
}

#mobile-file-header > div:hover{
    cursor: pointer;
}

#mobile-file-header > div.active{
    background-color: #ffffff;
}

#mobile-file-header > div:not(.active):hover{
    background-color: #ffffff;
    color: #78BE20;
}

#mobile-file-header > div > a{
    color: #ffffff;
    pointer-events: none;
}

#mobile-file-header > div.active > a, 
#mobile-file-header > div:not(.active):hover > a{
    color: #78BE20;
}

#mobile-black-book .nav > li {
    width: 50%;
    text-align: center;
    background-color: #CFCFCF;
}

#mobile-black-book .nav > li.active > a {
    color: white;
    background-color: #0067a0;
}


#mobile-table-row img.mobile-preview-image, #mobile-table-row img.mobile-preview-placeholder {
    max-width: 80%;
    max-height: 120px;
    position: absolute;
    top: 50%;
    transform: translate(0%, 50%);
    object-fit: contain;
    width: auto;
    height: auto;
}

#is-new-group .btn {
    width: 50%;
}

/* Mobile Small */
@media screen and (max-width: 320px) {
    .software, #software-container, #software-header, #software-footer{
        display: none!important;
    }

    .dead-center {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    div#content{
        margin-top: 60px;
    }

    .submenu-row{
        margin: 60px 0 30px 0!important;
        overflow: hidden!important;
    }

    .submenu-row > div {
        padding-left: 0px;
        padding-right: 0px;
    }

    img.software-preview{
        display: none;
    }

    ul.disc-list{
        padding-left: 20px;
    }

    input#mobile-search {
        border: 1px #CFCFCF solid!important;
        width: 94%;
        position: relative;
        left: 8px;
        margin: 10px 0;
        padding: 10px;
    }

    input#mobile-search + span.glyphicon-search {
        position: relative;
        top: 2px;
        left: -20px;
        pointer-events: none;
    }

    #mobile-evaluation-table, #mobile-inventaire-table {
        width: 100%!important;
    }

    #report-generator input#report-start-date, #report-generator input#report-finish-date{
        max-width: 90%;
    }

    div#panel-info {
        margin-top: 10px!important;
        padding-left: 0!important;
        padding-right: 0!important;
    }

    div#panel-info fieldset div#multidealership-selector {
        width: 80%;
    }

    #use-promotional-price{
        width: 25px!important;
    }

    #lbl-spendings {
        width: 100%!important;
    }

    #dealer-inventory-values .dealer-inventory-values-table input[type='button'] {
        margin-right: 0!important;
    }

    div#panel-buy-information input#buy-date {
        margin-top: 10px;
    }

    .no-sm-padding-left-right {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }

    .qq-gallery .qq-upload-list li {
        max-width: 100%!important;
        width: 100%!important;
    }

    .qq-gallery .qq-upload-list li div.qq-thumbnail-wrapper {
        width: 100%!important;
    }

    .qq-gallery .qq-upload-list li div.qq-thumbnail-wrapper img.qq-thumbnail-selector {
        width: 100%!important;
    }

    .setting-form {
        text-align: center;
    }
}

/* Mobile Large */
@media screen and (min-width: 321px) and (max-width: 425px) {
    .software, #software-container, #software-header, #software-footer{
        display: none!important;
    }

    .dead-center {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    div#content{
        margin-top: 60px;
    }

    .submenu-row{
        margin: 60px 0 30px 0!important;
        overflow: hidden!important;
    }

    .submenu-row > div {
        padding-left: 0px;
        padding-right: 0px;
    }

    img.software-preview{
        display: none;
    }

    ul.disc-list{
        padding-left: 20px;
    }

    input#mobile-search {
        border: 1px #CFCFCF solid!important;
        width: 94%;
        position: relative;
        left: 8px;
        margin: 10px 0;
        padding: 10px;
    }

    input#mobile-search + span.glyphicon-search {
        position: relative;
        top: 2px;
        left: -20px;
        pointer-events: none;
    }

    #mobile-evaluation-table, #mobile-inventaire-table {
        width: 100%!important;
    }

    #report-generator input#report-start-date, #report-generator input#report-finish-date{
        max-width: 90%;
    }

    div#panel-info {
        margin-top: 10px!important;
        padding-left: 0!important;
        padding-right: 0!important;
    }

    div#panel-info fieldset div#multidealership-selector {
        width: 80%;
    }

    #use-promotional-price{
        width: 25px!important;
    }

    #lbl-spendings {
        width: 100%!important;
    }

    #dealer-inventory-values .dealer-inventory-values-table input[type='button'] {
        margin-right: 0!important;
    }

    div#panel-buy-information input#buy-date {
        margin-top: 10px;
    }

    .no-sm-padding-left-right {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }

    .qq-gallery .qq-upload-list li {
        max-width: 100%!important;
        width: 100%!important;
    }

    .qq-gallery .qq-upload-list li div.qq-thumbnail-wrapper {
        width: 100%!important;
    }

    .qq-gallery .qq-upload-list li div.qq-thumbnail-wrapper img.qq-thumbnail-selector {
        width: 100%!important;
    }

    .setting-form {
        text-align: center;
    }
}

/* Tablet */
@media screen and (min-width: 426px) and (max-width: 767px){
    .software, #software-container, #software-header, #software-footer{
        display: none!important;
    }

    .dead-center {
        position: relative;
        display: block;
        height: 100%;
    }

    div#content{
        margin-top: 60px;
    }

    .submenu-row{
        margin: 60px 0 30px 0!important;
        overflow: hidden!important;
    }

    .submenu-row > div {
        padding-left: 0px;
        padding-right: 0px;
    }

    img.software-preview{
        display: none;
    }

    ul.disc-list{
        padding-left: 20px;
    }

    input#mobile-search {
        border: 1px #CFCFCF solid!important;
        width: 94%;
        position: relative;
        left: 8px;
        margin: 10px 0;
        padding: 10px;
    }

    input#mobile-search + span.glyphicon-search {
        position: relative;
        top: 2px;
        left: -20px;
        pointer-events: none;
    }

    #mobile-evaluation-table, #mobile-inventaire-table {
        width: 100%!important;
    }

    #report-generator input#report-start-date, #report-generator input#report-finish-date{
        max-width: 90%;
    }

    div#panel-info {
        margin-top: 10px!important;
        padding-left: 0!important;
        padding-right: 0!important;
    }

    div#panel-info fieldset div#multidealership-selector {
        width: 80%;
    }

    #use-promotional-price{
        width: 25px!important;
    }

    #lbl-spendings {
        width: 100%!important;
    }

    #dealer-inventory-values .dealer-inventory-values-table input[type='button'] {
        margin-right: 0!important;
    }

    div#panel-buy-information input#buy-date {
        margin-top: 10px;
    }

    .no-sm-padding-left-right {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }

}

/* Laptop Small */
@media screen and (min-width: 768px) and (max-width: 1024px){
    #mobile-container {
        display: none;
    }
    .panel-export-inventory input.evalauto-small-button {
        width: 75%!important;
    }

    #slideshow a > img.slideshow-picture {
        height: auto!important;
    }

    input.btn-action {
        width: 25% !important;
    }

    .historic-table-badge{ 
        width: 100%!important;
    }

    .no-md-padding-left-right {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }

}

/* Laptop Large */
@media screen and (min-width: 1025px) and (max-width: 1440px){
    #mobile-container {
        display: none;
    }

    input.btn-action {
        width: 25% !important;
    }
}

/* 4K */
@media screen and (min-width: 1441px){
    #mobile-container {
        display: none;
    }

    input.btn-action {
        width: 25% !important;
    }
}

