.box {
        width:70%;
        height:200px;
        background:#FFF;
        margin:40px auto;
    }
    .effect7
    {
        position:relative;
        -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
           -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    }
    .effect7:before, .effect7:after
    {
        content:"";
        position:absolute;
        z-index:-1;
        -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
        box-shadow:0 0 20px rgba(0,0,0,0.8);
        top:0;
        bottom:0;
        left:10px;
        right:10px;
        -moz-border-radius:100px / 10px;
        border-radius:100px / 10px;
    }
    .effect7:after
    {
        right:10px;
        left:auto;
        -webkit-transform:skew(8deg) rotate(3deg);
           -moz-transform:skew(8deg) rotate(3deg);
            -ms-transform:skew(8deg) rotate(3deg);
             -o-transform:skew(8deg) rotate(3deg);
                transform:skew(8deg) rotate(3deg);
    }

.todays-sales-section .box-01 {
    height: auto !important;
    padding: 5px 0px 25px 0px;
    width: 85% !important;

}
.todays-sales-section .panel-fill-box {
    background-color: transparent;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.todays-sales-section .panel-fill-box .panel-fill{
    /*min-height: 407px;*/
}
.todays-sales-section .col-md-6.panel-box-left{
    margin-left: -15px;
    padding-right: 0px;
    float: left;
}
.todays-sales-section .col-md-6.panel-box-right {
    margin-right: -15px;
    padding-left: 0px;
    float: right;
}
.equal-height .panel-fill-box .panel {
    height: 100%;
    margin-bottom: 0;    
}
.equal-height .panel-fill-box {
    height: 100%;
}

.help-block canvas {
    max-width: 100%;
    max-height: 100%;
    width: 100% !important;
    height: 100% !important;
}
.header.navbar .pull-center {
    float: left;
    margin-left: 97px;
    width: 71%;
    height: 50px;
}
.header.navbar .pull-center .alert.alert-warning {
    margin: 0;
}

body #loader {
    position: fixed;    
}
.DesignerIDBox { pointer-events: none;}

.fileinput .image-preview .thumbnail>img {
    float: left !important;
    margin: 5px !important;
}

.fileinput .image-preview .thumbnail{
    margin: 5px !important;
    display: inline-block !important;
    overflow: visible !important;
    box-shadow: none !important;
}
.fileinput .image-preview .thumbnail .delete-image{
    background-color: #39C;
    border-radius: 50%;
    color: #ffffff;
    height: 20px;
    font-size: 12px;
    right: 6px;
    top: -10px;
    line-height: 20px;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 20px; 
}

.fileinput .category-image-preview .thumbnail>img {
    float: left !important;
    margin: 5px !important;
}

.fileinput .category-image-preview .thumbnail{
    margin: 5px !important;
    display: inline-block !important;
    overflow: visible !important;
    box-shadow: none !important;
}

.fileinput .category-image-preview .thumbnail .delete-category-image{
    background-color: #39C;
    border-radius: 50%;
    color: #ffffff;
    height: 20px;
    font-size: 12px;
    right: 6px;
    top: -10px;
    line-height: 20px;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 20px; 
}

label.select .select2-container .select2-selection--single {
    height: 28px; 
    border: 0;
    line-height: 1.5;
    font-size: 12px;
}

label.select .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 28px; 
    border: 0;
    line-height: 28px;
    font-size: 12px;
}

label.select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 0;
    height: 28px;
    font-size: 14px;
}

label.select .select2-container--default .select2-selection--single .select2-selection__arrow b:before { padding: 5px 0;}

.select2-container--open .select2-dropdown--below { border-top: 1px solid #48CFAD;}


.panel.flyer-box {
    border: 0px;    
    box-shadow: 4px 16.93px 15px rgba(0,0,0,.10);
    transition: background-color 250ms ease,opacity 250ms linear;
    background-color: #ffffff;
}

/* Responsive CSS Start */

@media handheld, only screen and (max-width: 1199px) { 

.previous-month-row .col-md-3{
    width: 50%;
}

}

@media handheld, only screen and (max-width: 991px) { 
    .todays-sales-section .box-01 {
        width: 100% !important;
        margin: 15px 0px 40px 0px !important;

    }
    .todays-sales-section .col-md-6.panel-box-left{
        width: 100%;
        margin: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .todays-sales-section .col-md-6.panel-box-right {
        width: 100%;
        margin: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
}


@media handheld, only screen and (max-width: 767px) { 
    
.previous-month-row .col-md-3 {
    width: 100%;
}

}