.logo-default {
    width:250px;
    margin-top:0 !important;
}

.logo a img {
    width:400px;
    max-width: 100%;
}

.page-content {
    padding: 15px 0 0;
}

.form-body .form-group .control-label {
    display:block;
}

#header_notification_bar label,
#header_task_bar label {
    color: white;
}

#header_notification_bar .dropdown-menu,
#header_task_bar .dropdown-menu {
    padding-bottom: 15px;
}

.top-menu .form-actions {
    float:right;
}

.top-menu .dropdown-menu .form-group div.col-md-12 {
    margin-bottom:20px ;
}

.top-menu .dropdown-menu .form-actions {
    padding: 0 15px;
}

.select2-search-choice-close {
    padding:0 !important;
}

.filters {
    padding-left: 0;
    margin-top: 0;
    list-style: none;
}

.filters li {
    margin-bottom: 20px;
    position:relative;
}

.filters li .btn-group {
    float:right;
}

.filters .action button {
    float: right;
    display:block;
    padding:10px !important;
    line-height: 20px;
}

.filters button i {
    vertical-align: -30%;

}

.page-toolbar .dropdown-menu {
    background: none repeat scroll 0 0 #2e343b;
    border: 0 none;
    color: white;
}

.filters label {
    float:left;
    display:block;
}

.filters select, .filters .select2-container {
    display:block;
    width:100%;
}

#validFilters {
    margin-top: 20px;
}

#validFilters > i {
    position: relative;
    top:-3px;
}

.lang_filter {
    margin-bottom: 10px;
}

.customSelection {
    display: none;
}

.customSelection label {
    margin: 0 5px 0 10px;
}

.show_range {
    display: block;
}

.actual_range {
    border: 1px solid #E5E5E5;
}

#range_validate {
    margin-left: 10px;
}

.currency {
    margin-bottom: 10px;
}

.note-date {
    float:right;
}

.login .content .input-icon {
    border-left: 2px solid #67809f !important;
}

.top-menu a.dropdown-toggle {
    color:#c1ccd1;
}

.top-menu a.dropdown-toggle:hover {
    color:#a4b4bb;
}

.user-login i {
    float:left;
    position:relative;
    top:-2px;
    margin-top: 0 !important;
    margin-right: 7px !important;
    width:32px;
    height:32px;
    border:1px solid #c1ccd1;
    border-radius:32px;
    line-height: 32px;
    background:transparent;
    font-size:16px;
}

.user-login:hover i {
    border-color: #a4b4bb;
}

.breadcrumb li span {
    color:#333;
}

table tr.week-end td,
table tr.week-end th {
    background: #eee;
}

table tr.today td,
table tr.today th {
    background: lightgoldenrodyellow;
}

.table > thead > tr > th {
    vertical-align: top;
}

.table > thead > tr > th .badge,
.table > thead > tr > th .badge i {
    font-size:11px;
    line-height: 11px;
}

.table > thead > tr > th span {
    position:relative;
    top:1px;
}

.table > thead > tr > th img + span {
    top:0;
}

.badge, .label {
    font-weight:bold !important;
}

.table > thead > tr > td {
    white-space: nowrap !important;
}

.table td,
.table th {
    height:20px;
}


@media (max-width: 1170px) {
    /* 1170px */
    #validFilters {
        margin-top: 0;
    }
}

.mix-grid .mix a.mix-preview {
    left: calc(50% - 30px);
}

.numeric {
    text-align: right;
}


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

    .flip-scroll tfoot {
        display: block;
        float: right;
    }

    .flip-scroll tfoot tr {
        display: block;
        border-left:1px solid #ddd;
    }

    .today td, .today th,
    table.table-bordered tbody th, table.table-bordered tbody td {
        border-bottom: 1px solid #ddd !important;
        border-left-width: 0;
    }
}


@media (max-width: 480px) {
    /* 480px */
    .page-header .menu-toggler {
        float: none !important;
        position:absolute;
        top: 0;
        right:0;
    }

    .page-header-toggle-right {
        position:absolute;
        top:0;
        right:10px;
    }

    .page-header-toggle-right > * {
        float:none !important;
    }

    .page-header-toggle-right > .top-menu {
        margin-top: 10px !important;
        margin-right:50px !important;
    }

}

@media (max-width: 370px) {
    /* 370px */
    .page-header-toggle-right > .top-menu {
        margin-right:30px !important;
    }

}

.mix-grid .mix a.mix-preview {
    left: calc(50% - 30px);
}

.numeric {
    text-align: right;
}


