/*
 * Magmodules.eu - http://www.magmodules.eu.
 *
 * NOTICE OF LICENSE
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://www.magmodules.eu/MM-LICENSE.txt
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magmodules.eu so we can send you a copy immediately.
 *
 * @category      Magmodules
 * @package       Magmodules_Outofstocknotify
 * @author        Magmodules <info@magmodules.eu>
 * @copyright     Copyright (c) 2018 (http://www.magmodules.eu)
 * @license       https://www.magmodules.eu/terms.html  Single Service License
 */

#mm-stocknotify-message, .mm-stocknotify-message {
    display: none
}

#mm-stocknotify-ajax, .mm-stocknotify-ajax {
    display: none;
}

.grouped-items-table .btn-notify {
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    display: block
}

.grouped-items-table .container-modal {
    position: relative
}

.grouped-items-table .container-modal .mm-stocknotify {
    width: 320px;
    margin: 0
}

.grouped-items-table .container-modal .input-box {
    margin: 0
}

.grouped-items-table .modal-notify {
    display: none;
    background-color: #FFF;
    left: -135px;
    min-width: 310px;
    padding: 10px;
    position: absolute;
    top: 0;
    border: 1px solid #DDD
}

.mm-stocknotify {
    border: 1px solid #EEEEEE;
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
}

.mm-stocknotify .input-box {
    margin-bottom: 10px;
    margin-top: 10px;
}

.mm-stocknotify .input-box .label {
    display: inline-block;
    margin-right: -2px;
    position: relative;
    top: 0;
    width: 45px;
}

.mm-stocknotify .input-box select {
    width: 60%;
    height: 35px
}

.mm-stocknotify .input-box input {
    background-color: #FFF;
    border: 1px solid #D2D0D0;
    display: block;
    padding: 8px;
    width: 90%;
    height: 35px;
    border-radius: 4px;
    margin: 5px 5px 10px 0;
}

.mm-stocknotify .mm-stocknotify-header {
    padding: 10px;
}

.mm-stocknotify .close-notification {
    position: absolute;
    right: -9px;
    text-decoration: none;
    top: -13px
}

.mm-not-in-stock {
    padding: 3%;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    background: #FCFCFC;
    display: inline-flex;
    margin-bottom: 10px;
}

.mm-not-in-stock a {
    margin-left: 0px;
    margin-right: 0px;:
}

/** MODAL BLOCK **/

.mm-stocknotify-modal {
    border: 1px solid #C4C1BC;
    margin: 16px 0 15px;
    padding: 10px;
    position: relative
}

.mm-stocknotify-modal .input-box {
    margin-bottom: 10px;
    margin-top: 15px;
}

.mm-stocknotify-modal .input-box .label {
}

.mm-stocknotify-modal .input-box select {
    width: 60%;
    height: 35px
}

.mm-stocknotify-modal .input-box input {
    background-color: #FFF;
    font-family: inherit;
    border: 1px solid #465364;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 14px;
    padding: 8px;
    background: #F5F7F6;
    border: 1px solid #D3D8DF;
    border-radius: 3px;
    margin: 5px 8px 8px 0
}

.mm-stocknotify-modal .mm-stocknotify-header {
}

.mm-stocknotify-modal .close-notification {
    position: absolute;
    right: -9px;
    text-decoration: none;
    top: -13px
}

.mm-modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(86, 90, 99, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none
}

.mm-modalDialog:target {
    opacity: 1;
    pointer-events: auto
}

.mm-modalDialog > div {
    max-width: 400px;
    margin: 10% auto;
    padding: 15px 14px 25px;
    background: white;
    border: 0px;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
}

.mm-modalDialog .close {
    background: white;
    line-height: 25px;
    position: absolute;
    right: -29px;
    text-align: center;
    top: -1px;
    width: 24px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
}

.mm-modalDialog .close:hover {
    color: #788E92
}

.groupForm i.form-control-feedback {
    top: 5px !important;
    right: 5px
}

.hide-name-box {
    display: none;
}