﻿/* Everything in this file should be a mixin */
/* Styles in this file should be unique for the wide theme */
@import "Zrecruiter_Less.less";

@media (min-width:@BreakPoint_Wide_Start) {
    /*#region Base Class Overrides */

    body {
    }

    /*#endregion */

    /*#region Element Overrides */

    .e-logo-large {
        .l-margin-left(10px);
    }

    .e-main-menu-wrapper {
        .v-display(block) !important;
    }

    .v-mobile-only {
        .v-hidden;
    }

    .e-masonry-box, .e-vpi-box, .e-parameter-box {
        .l-width(33.3%);
        .l-padding-right(10px);
        .l-box-sizing-border-box;
    }

    .e-vpi-square:not(.e-vpi-square-fixed) {
        .l-width(33.3%);
    }

    .e-vpi-square-right:not(.e-vpi-square-fixed) {
        .l-width(66.6%);
    }

    .e-parameter-box {
        .l-padding-right(5px);
    }

    .e-form-field {
        .l-max-width(467px);
    }

    .e-form-field-full {
        .l-max-width(100%);
    }

    .e-vpi-box-wide, .e-masonry-box-wide {
        .l-width(66.6%) !important;
    }

    .e-help-topics {
        .l-width-quater;
        .l-float-left;
    }

    .e-help-content {
        .l-width-three-quaters;
        .l-float-left;
    }
    /*#endregion */
}