@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");


/*Including Mobile and Tablets*/
@media screen and (min-width: 1px) {
    .merchantProduct-img{
        margin: 10px;
    }
    .merchantProduct-changeBtn{
        border: grey 1px solid;
        background-color: lightgray;
        color:black;
        padding: 5px;
    }

    .merchantProduct-changeBtn:hover {
        background-color: #2bde20;

    }

    .monthSelection.expandables::after,
    .monthSelection.expandables.active::after {
        line-height: 40px;
        padding-right: 10px;
    }


    #invoiceDiv:hover {
        background: #fff !important;
    }

    .MerchantProductHolder {
        margin: 0 7px;
        min-width: 484px;
        width: 100%;
        padding: 3px;
    }

    .AccountHolderDiv {
        padding: 0px 20px 20px;
    }

        .AccountHolderDiv:hover {
            background: #fff !important;
        }

    .right-side-top-sellers {
        width: 100%;
        padding: 20px;
        float: left;
        display: inline-block;
    }

        .right-side-top-sellers .AllJobDiv {
            padding: 5px;
        }

        .right-side-top-sellers ul {
            margin: 10px 5px;
        }

        .right-side-top-sellers li {
            border-top: #ea2300 solid 1px;
            line-height: 35px;
            margin: 0 5px;
        }

            .right-side-top-sellers li:last-child {
                border-bottom: #ea2300 solid 1px;
            }

            .right-side-top-sellers li p:first-child {
                font-weight: bold;
            }

            .right-side-top-sellers li p {
                font-size: 15px;
            }


    .merchant-box-text {
        font-size: 6vw;
    }

    .merchant-box-text-small {
        font-size: 5vw;
    }

    .merchantDiv {
        height: 102px;
        margin: 0px 0px 20px 0;
        padding-left: 3px;
    }

    .avg-order {
        line-height: 81px;
    }

    #firstMerchantInnerDiv {
        max-width: 65%;
        padding-left: 5px;
        float: left;
        height: 100%;
        line-height: 32px;
    }

    #secondMerchantInnerDiv {
        height: 100%;
        width: 38%;
        padding-right: 25px;
        float: right;
    }

        #secondMerchantInnerDiv h1 {
            line-height: 90px;
            text-align: right;
        }

    .warning-header {
        display: inline-block;
        width: 72%;
        margin: 20px 0px;
        font-size: 6.1vw;
    }

    .warning-box {
        line-height: 114px;
        display: inline-block;
        width: 19.2vw;
        vertical-align: top;
        border: 8px solid red;
        border-radius: 100%;
        margin: 10px 5px;
        font-size: 103px;
        text-align: center;
    }

    .warning-box-border-right {
        float: right;
        display: inline-block;
        height: 100%;
        width: 0.1vw;
        background: red;
    }

    #desktop-size-main-content {
        padding: 20px;
    }

    #large-screen-menu {
        display: none;
    }
}

@media screen and (min-width: 550px) {


    .merchant-box-text {
        font-size: 36px;
    }

    .merchant-box-text-small {
        font-size: 30px;
    }

    .warning-header {
        font-size: 2.3em;
    }
}

@media screen and (min-width: 800px) {
    .MerchantProductHolder {
        width: 100%;
        margin-right: 20px;
    }

    .AccountHolderDiv {
        width: 488px;
    }

    #allContent {
        width: 100%;
        height: 100vh;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    .MerchantProductHolder {
    }

    .avg-order {
        line-height: 90px;
    }

    .right-side-top-sellers {
        width: 20%;
        padding: 0 10px;
        float: left;
        display: inline-block;
        margin-left: 10px;
    }

        .right-side-top-sellers ul {
            margin: 10px 5px;
        }

        .right-side-top-sellers li {
            border-top: #ea2300 solid 1px;
            line-height: 35px;
            margin: 0 5px;
        }

            .right-side-top-sellers li:last-child {
                border-bottom: #ea2300 solid 1px;
            }

            .right-side-top-sellers li p:first-child {
                font-weight: bold;
            }

            .right-side-top-sellers li p {
                font-size: 15px;
            }

    .merchantDiv {
        margin: 0 0 20px 0;
        height: 125px;
        padding-left: 25px;
    }

    #firstMerchantInnerDiv {
        width: 50%;
        float: left;
    }

    #secondMerchantInnerDiv {
        height: 100%;
        width: 25%;
        padding-right: 25px;
        float: right;
    }

        #secondMerchantInnerDiv h1 {
            line-height: 90px;
            text-align: right;
        }

    .warning-header {
        display: inline-block;
        width: 75%;
        margin: 20px 0px;
    }

    .warning-box {
        /*height: 100%;*/
        width: 124px;
        display: inline-block;
        line-height: 107px;
        vertical-align: top;
        border: 8px solid red;
        border-radius: 100%;
        margin: 10px 5px;
        font-size: 100px;
        text-align: center;
    }

    .warning-box-border-right {
        float: right;
        display: inline-block;
        height: 144px;
        width: 4%;
        background: red;
    }

    .new-order-warning {
        border-right: 30px red solid;
    }

    #merchant-arbalest-container {
        height: 57px;
    }

    #big-holder {
        height: 100%;
    }

    #desktop-size-main-content {
        padding: 0;
        float: left;
        width: 59%;
        display: inline-block;
    }

    #right {
        display: none;
    }

    #large-screen-menu {
        margin-right: 10px;
        background: #ea2300;
        width: 17%;
        float: left;
        display: inline-block;
        height: 100%;
    }

        #large-screen-menu ul {
            width: 100%;
            margin: 0;
        }

            #large-screen-menu ul li {
                border: solid 1px #fff;
                width: 100%;
                padding: 10px 30px 10px;
                color: #fff;
                font-size: 20px;
            }

                #large-screen-menu ul li a {
                    display: block;
                }

                #large-screen-menu ul li:hover {
                    background: #2bde20;
                }
}



/*Including Mobile and Tablets*/
@media screen and (min-width: 1px) {


    #allContent {
        padding-bottom: 100px;
    }

    .clearBoth {
        clear: both;
    }

    .expandables:after {
        content: '\02795'; /* Unicode character for "plus" sign (+) */
        font-size: 13px;
        color: #EA2300;
        float: right;
        margin-left: 5px;
    }

    .expandables.active:after,
    .expandables.active2:after,
    .expandables-select.active:after,
    .expandables-select.active2:after {
        content: "\2796"; /* Unicode character for "minus" sign (-) */
    }

    .expandables-select:after {
        content: '\02795'; /* Unicode character for "plus" sign (+) */
        font-size: 13px;
        color: #EA2300;
        float: right;
        margin-left: 5px;
    }


    #HiddenDivExpand {
        background: #fff;
        color: #000;
        padding-left: 5px;
    }

    #OrdersTable {
        padding-left: 5px;
    }

    #weekSelection p {
        padding: 5px;
    }

    .mCompletedOrdersClass {
        padding-bottom: 20px;
    }

    .CompleteOrderNotes h6 {
        color: #fff;
    }

    .CompleteOrderNotes p {
        margin-left: 15px;
    }

    #allContent #account-menu {
        height: unset;
        top: 149px;
    }

    #merchant-list-item {
        line-height: 30px;
    }

    #OrderButtons {
        margin-bottom: 20px;
    }

    #changePassword-submit {
        height: 43px;
        width: auto;
        background-color: #EA2300;
        padding: 0 24px;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
    }

    .mainButtonStyle,
    #saveAvailablilityBtn,
    input[name="merchantaccountsubmit"],
    input[name="merchantpasswordsubmit"],
    input[name="merchantStoreClose"],
    #OrderButtons input,
    .CancelOrderButton {
        height: 43px;
        width: 100%;
        background-color: #EA2300;
        padding: 0 24px;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
    }

        .mainHalfButtonStyle:hover,
        .mainButtonStyle:hover,
        #changePassword-submit:hover,
        #saveAvailablilityBtn:hover,
        input[name="merchantaccountsubmit"]:hover,
        input[name="merchantpasswordsubmit"]:hover,
        input[name="merchantStoreClose"]:hover,
        #OrderButtons input:hover,
        .CancelOrderButton:hover {
            background-color: #2bde20;
        }

    .mainHalfButtonStyle {
        height: 43px;
        width: 48%;
        background-color: #EA2300;
        padding: 0 24px;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
    }



    #HiddenDivExpand, #weekSelection {
        display: none;
    }

    #orderTitle {
        padding-bottom: 10px;
    }

    #day {
        padding: 10px;
    }

    #weekSelection {
        padding-left: 20px;
    }

    .monthSelection {
        margin: 5px;
    }

    #salesReportDiv table td {
        width: 150px;
    }

    .OrderTotal {
        float: right;
    }

        .OrderTotal p {
        }

    .OrderSection {
        background-image: url("../images/button-image.png");
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 10px;
        display: block;
        width: 100%;
        height: auto;
        color: #fff;
        padding: 4px;
    }

        .OrderSection:active {
            background-image: url("../images/button-image2.png");
        }

    /*#OrderButtons {
		height:20px;
	}*/

    #OrderButtons p {
        font-size: 18px;
    }

    #currentOrderProductAttributes {
        padding-left: 20px;
    }

    .tablePrice {
        float: right;
    }


    #OrdersTable th {
        text-align: left;
        padding-left: 5px;
        border-bottom: solid #fff 2px;
    }

    #OrdersTable tr {
        line-height: 25px;
        margin: 5px;
    }

    .OrderSection p {
        font-size: 20px;
        padding: 8px;
    }

    #merchant-arbalest-container {
        width: 100%;
    }

    #left {
        float: left;
        width: 100px;
    }

    #right {
        padding-top: 10px;
        float: right;
    }

    #center {
        padding-left: 120px;
        font-size: 20px;
        color: #ea2300;
        padding-top: 15px;
        margin: 0 auto;
    }

    .accordion, .toggle {
        background-color: white;
        color: #EA2300;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 24px;
        transition: 0.4s;
    }


    div.panel, div.panel-monthYear {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }


    .accordion:after, .toggle:after {
        content: '\02795'; /* Unicode character for "plus" sign (+) */
        font-size: 13px;
        color: #EA2300;
        float: right;
        margin-left: 5px;
    }

    .accordion.active:after, .toggle.active:after {
        content: "\2796"; /* Unicode character for "minus" sign (-) */
    }

    .pendingorder-contactinfo {
        font-weight: bold;
    }

        .pendingorder-contactinfo:hover {
            color: blue;
        }
}

@media screen and (min-width: 550px) {
}

@media screen and (min-width: 800px) {




    #allContent {
        width: 100%;
        height: 100vh;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1200px) {
}



