﻿.page-header .page-header-top .page-logo .logo-default {
    margin: 0;
    height: 100%;
}

.text-left {
    text-align: left !important;
}




/*LARGE REPORT MODAL*/
.report-modal-body {
    min-height: 80%;
    height: 80%;
}
/*LARGE MODAL BEGIN*/
.modal.modal-wide .modal-lg {
    width: 90%;
}

.modal.modal-wide .modal-md {
    width: 50%;
}

.modal.modal-wide .modal-sm {
    width: 30%;
}

.modal-wide .modal-body {
    overflow-y: auto;
}

/*Galleries*/
/*#listGallery a.active {    
    font-weight: bold;
}*/
#listGallery .list-group-item.active {
    background-color: #d7dbdf;
    border-color: #bfcad5;
}

span.percentage {
    font-size: 10px !important;
}

.withoutprice {
    color: #C4C4C4 !important;
}

div.tooltip-inner {
    max-width: 600px;
    text-overflow: ellipsis;
    word-wrap: break-word;
}