﻿/*
==============================================================================================================

Copyright � 2020 Retail Pro International, LLC. - All Rights Reserved.
This source code is Proprietary and Confidential Information of Retail Pro International, LLC.

==============================================================================================================
*/

/* Store custom CSS in this file to prevent overwriting changes with software updates */

/*== Hide Zero Amount Input ==*/

#zeroPriceAlert > div > div.modal-body > div > div:nth-child(2) > div.col-xs-2 {
    display: none !important;
}

#zeroPriceAlert .col-xs-2 {
    display: none !important;
}

#zeroPriceAlert > div > div.modal-body > div > div:nth-child(2) > div.col-xs-2 > input {
    display: none !important;
}


