﻿@charset "UTF-8";

.taglineShrink {
    display: none;
}

.taglineExpand {
    font-size: 10px;
    padding-left: 9px;
}

.collapse-header #telephone {
    display: none;
}

.printWarningBox {
    font-size: 17px;
    padding: 25px !important;
    width: 605px !important;
}

/* Basket */
.editButtonWidth {
    width: 75px !important;
}

/* Milk Print */
.milkPrintSelectImagesBtn {
    width: auto;
    margin-left: -25%;
}

/* Design Studio */
.open .autofill {
    padding-left: 4px;
    padding-right: 4px;
}
.maximized .importButton {
    width: 185px;
}
.dropHereIconGridView {
    display: none;
}
.addTextSpreadGridView {
    margin: -53px 0 0 -15px;
}
    .addTextSpreadGridView .addTextSpreadContentGridView {
        width: 210px;
    }
    .addTextSpreadGridView .btnGrey {
        width: 230px;
        height: 50px;
        white-space: normal;
        margin: 10px 0 0 10px;
    }

/* MEDIA QUERIES */
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    /* .navbar-nav > li {
        margin-right: 15px;
    }

    .navbar-nav.navbar-right > li {
        margin-left: 16px;
    } */
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .dropdownWithImage {
        width: 435px;
    }
}

/* Large Devices, Wide Screens */
@media (min-width : 1200px) {
    /* .navbar-nav > li {
        margin-right: 20px;
    }

    .navbar-nav.navbar-right > li {
        margin-left: 20px;
    } */
}