﻿/* Everything in this file should be a mixin */
/* Styles in this file should be unique for the standard size */
@import "Zrecruiter_Less.less";

@media (min-width:@BreakPoint_Standard_Start) and (max-width:@BreakPoint_Standard_End) {
    /*#region Base Class Overrides */

    body {
    }

    /*#endregion */

    /*#region Element Overrides */

    .e-logo-large {
        .l-margin-left(10px);
    }

    .e-main-menu-wrapper {
        .v-display(table-cell) !important;
    }

    .v-mobile-only {
        .v-hidden;
    }

    .e-masonry-box, .e-vpi-box, .e-parameter-box {
        .l-width(50%);
        .l-padding-right(10px);
        .l-box-sizing-border-box;
    }

    .e-parameter-box {
        .l-padding-right(5px);
    }

     .e-hitlist-parameter-search {
        .l-width(65%);
        .l-float-left;
        .l-padding-right(1%);
        .l-padding-bottom(2%);
        .l-padding-left(1%);
    }

    .e-hitlist-parameter-nopad {
        .l-padding-left-none;
    }

    .e-hitlist-parameter-option-first {
        .l-width(14%);
        .l-float-left;
        .l-padding-bottom(2%);
    }

    .e-hitlist-parameter-option {
        .l-width(33%);
        .l-float-left;
        .l-padding-bottom(2%);
    }

    .e-hitlist-div-row {
        .l-width(43%);
        .l-float-left;
    }

    .e-hitlist-parameter-option-label {
        .l-width-quater;
        .l-float-none;
        .l-padding-bottom(2%);
    }

    .e-assignment-sheet-filters .e-parameter-box {
        .l-width-max;
    }
    /*#endregion */
}