body { 
	margin: 0;
	overflow-x: hidden;
	
}
::-webkit-scrollbar {
    width: 1px;
    height: 13px;
}

#username, #password {
	border-radius: 3px;
	border: 1px solid #888888;
	padding-left: 7px;
	height: 30px;
	outline: none;
	width: 300px;
}
.login-form {
	margin-right: -100px;
}
.username-container {
	margin: 0 auto;
}
.login-btn {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px 30px;
    font-size: 17px;
    text-align: center;
    border-radius: 5px;
    background: #9BCC52;
    border: 1px solid #525050;
    
}
    .login-btn:hover {
        background: -webkit-linear-gradient(top, #1B9D4F, #011B33);
        background: linear-gradient(top, #1B9D4F, #011B33);
        border: 1px solid #525050;
        color: #eeeeee;
    }

.Save-btn {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px 40px;
    font-size: 17px;
    text-align: center;
    border-radius: 5px;
    background: #9BCC52;
    border: 1px solid #525050;
}
    .Save-btn:hover {
        background: -webkit-linear-gradient(top, #1B9D4F, #011B33);
        background: linear-gradient(top, #1B9D4F, #011B33);
        border: 1px solid #525050;
        color: #eeeeee;
    }

.View-btn {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0px 10px;
    font-size: 17px;
    text-align: center;
    border-radius: 5px;
    background: #9BCC52;
    border: 1px solid #525050;
}

    .View-btn:hover {
        background: -webkit-linear-gradient(top, #1B9D4F, #011B33);
        background: linear-gradient(top, #1B9D4F, #011B33);
        border: 1px solid #525050;
        color: #eeeeee;
    }
.Cancel-btn {
    margin-left: 5px;
    background: #8CB7D5;
    border: 1px solid #525050;
    height: 25px;
    width: 200px;
}

    .Cancel-btn:hover {
        background: -webkit-linear-gradient(top, #1CA3D6, #052D49);
        background: linear-gradient(top, #1CA3D6, #052D49);
        border: 1px solid #525050;
        color: #eeeeee;
    }
.Delete-btn {
    margin-left: 5px;
    background: #D7A28F;
    border: 1px solid #525050;
    height: 25px;
    width:200px;
}

.Delete-btn:hover {
        background: -webkit-linear-gradient(top, #D23B38, #3B0807);
        background: linear-gradient(top, #D23B38, #3B0807);
        border: 1px solid #525050;
        color: #eeeeee;
    }
.home{
	width: 100%;
	height: 89.4vh;
	margin-top: 70px;
    text-align : center;
}
.HomeRegister {
    width: 100%;
    height: 89.4vh;
    margin-top: 30px;
    text-align: center;
}
label, .remember-user {
    color: #000000
}
.label {
    color: #000000
}
.password-container,
.username-container {
	padding-top: 10px;
	padding-bottom: 10px;
}
.remember-user {
	padding-bottom: 10px;
}
.home-main-text{
	background: rgba(0, 0, 0, 0.5);
	color: #eeeeee;
	text-shadow: 0px -1px 1px #222222;
	padding: 20px 40px;
	-webkit-box-shadow: -1px 1px 6px #000000;
	position: absolute;
	bottom: 60px;
	left: 15%;
	z-index: 4;
	font-family: 'Cutive Mono', monospace;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	width: 70%;
	font-size: 25px;
	text-align: center;

}
p, label {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: #FAFAFD;
	padding: 3px 0;
	z-index: 5;
}
.SocialMediaDiv
{
    flex: 1 0 33%;
    height: 50px;
    border: 1px solid black;
}
.logo {
	width: 12%;
	margin-top: 30px;
    text-align:center;
}
.logoRegister {
    width: 10%;
    margin-top: 50px;
    text-align: left;
}

.home-navbar {
    text-align: Right;
    padding-right:50px;
    padding-top :10px;
    height:20px;
}

.table-success
{
    background-color :mediumseagreen;
    color:white;
    font-size:14px;
    font-weight:bold;
}
.table-danger {
    background-color:firebrick;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.pagination > li > a {
    background-color: white;
    color: #59B451;
}

.pagination > .active > a {
    color: white;
    background-color: #59B451 !Important;
    border: solid 1px #59B451 !Important;
}
.ImageDivFloatLeft {
    padding-left: 10%;
    float: left;
    width: 20%;    
}
.ImageDivFloatRight {
    float: right;
    width: 80%;
    
}
.ShowOrders {
    padding-right: 10%;
    float: right;
    text-align: center;
    width: 80%;
    overflow-x: auto;
}
.Registeration {
    padding-right: 10px;
    padding-left: 10px;
    float: right;
    text-align: center;
    width: 80%;
    overflow-x: auto;
    overflow-y: auto;
}
.RegisterationForm {
    padding-right: 10%;
    padding-left: 10%;     
    text-align: center;
    width: 100%
}
.RegisterationContactUs {
    padding-right: 15%;
    padding-left: 15%;
    text-align: center;
    width: 100%
}

.ResponsiveMenu{
    display:none;
    float:left;
}
.DashboardLeftBox {
    height: 45%;
    width: 45%;
    float: left;
    border: 1px solid;
    padding: 10px;
    border-color: #1B9D4F;
    box-shadow: 3px 3px 3px #6CB451;
    border-radius: 7px;
    
}
.DashboardRightBox {
    height: 45%;
    width: 45%;
    float: right;
    border: 1px solid;
    padding: 10px;
    border-color: #1B9D4F;
    box-shadow: 3px 3px 3px #6CB451;
    border-radius: 7px;
}
.DashboardTopDiv {
    width: 50%;
}
.DashboardOuterDiv {    
    float: right;
    text-align: center;
    width: 80%
}
.DashboardDivRow {
    text-align: center;
    height: 50%
}
.OrderResponsiveImage{
    width:330px; 
    height:360px;
}
.OrderResponsiveDialogDiv {
    width: 800px;
    height: 700px;
}
.OrderResponsiveDialogImage {
    width: 80%;
    height: 60%;
}
.TruncateText {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 150px;
    text-align: center;
    vertical-align: middle;
}
.TruncateMarketingText {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 180px;
    text-align: center;
    vertical-align: middle;
}
.table tr th {
    white-space: nowrap;
}
.table tr td {
    white-space: nowrap;
}
.BackDetailsButton{
    display:block;
    float:right;
}
.BackPictureButton {
    display: none;
}
.LoginContainerFormLength {
    width: 70%;
}
.ViewNotesGrid {
    width: 90%;
}
.ContactUs {
    color: #2D7AA6;
    font-size: 15px;
}
.video {
    width: 800px;
    height: 600px;
}
input[type="file"] {
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 10px;
    font-size: 14px;
    color: #b8b8b8;
}

.button-wrap {
    position: relative;
}

.button {
    display: inline-block;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #5CB85C;
    font-size: 12px;  
    font-weight:normal;
    color: #fff;
}
.PictturedivBox {
       
    border-radius: 4px;
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
    margin-top: 10px;
    margin-left: 30px;
    float: right;
    width: 100%;
    text-align :center;
}
.LeaderBoard {
    width: 1000px;
    height: 700px;
    overflow-x: auto;
    overflow-y: auto;
}
.BonusTableBig {
    background: none;
    display: block;
    width: 100%;
}
.BonusTableSmall {
    background: none;
    display: none;
    width: 100%;
}
.ChartTitle {
    width: 160px;
    height: 250px;
    border-radius: 4px;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.15);
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom:50px;
    float: left;
}

    .ChartTitle.chartwide {
        width: 1060px;
    }
.PicttureOnlineStoredivBox {
    border-radius: 1px;
    /*box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.15);*/
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 10px;
    background-color: #ffffff;
    width: 27%;
    float: left;
    text-align: left;
}
.ProductImageOnlineStoreWidth {
    width: 330px;
}
.ProductTitleWidth {
    text-align: left;
}
@media screen and (max-width: 767px) {
    .ChartTitle.chartwide {
        width: 340px;
    }
    .logo {
		width: 30%;
		height: 30%;
		text-align: center;
	}
    .logoRegister {
        width: 40%;
        margin-top:15%;
        text-align: center;
    }
	.home-navbar {
		text-align: center;
	}
	.login-form{
		text-align: center;

	}
    .parent {
        display: table;
    }
    .ImageDivFloatLeft {
        padding-left: 5px;
        padding-right: 5px;
        width: 98%;
        float: none;
    }

    .ImageDivFloatRight {        
        width: 100%;
        float:none;
    }
    .ShowOrders {
        padding-right: 5px;
        padding-left:5px;
        float: right;
        text-align: center;
        width: 340px;       
        overflow-x: auto;
    }
    .Registeration {
        padding-right: 10px;
        padding-left: 10px;
        float: left;
        text-align: center;
        width: 100%;
        overflow-x: auto;
        overflow-y: auto;
    }
    .RegisterationForm {
        padding-right: 2%;
        padding-left: 2%;
        text-align: center;
        width: 90%;
        overflow-x: auto;
    }
    .RegisterationContactUs {
        padding-right: 5%;
        padding-left: 5%;
        text-align: center;
        width: 100%
    }
    .left-menu{
        display:none;
        
    }
    .ResponsiveMenu{
        display:block;
        float:left;
    }
    .home-main-text
    {
        display:none;
    }
    .DashboardTopDiv {
        width: 100%;
    }
    .DashboardOuterDiv {
        width: 100%;
    }
    .DashboardLeftBox {
        float: none;
        width: 100%;
        height: 10%;
        text-align: center;
    }

    .DashboardRightBox {
        float: none;
        width: 100%;
        height: 10%;
        text-align: center;
    }
    .DashboardDivRow {
        text-align: center;
        height: 30%
    }
    .OrderResponsiveImage {
        width: 280px;
        height: 306px;
    }
    .OrderResponsiveDialogImage {
        width: 80%;
        height: 60%;
    }
    .BackDetailsButton {
        display: none;
    }

    .BackPictureButton {
        display: block;
    }
    .LoginContainerFormLength {
        width: 90%;
    }
    .hidden {
        position:absolute; top:-50px; opacity:0;
}
    .ViewNotesGrid {
        width: 800px;
    }

    .video {
        width: 390px;
        height: 330px;
        border: 1px solid black;
    }
    .PictturedivBox {
        border-radius: 4px;
        box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
        margin-top: 10px;
        padding-left:30px;
        padding-right :10px;
        width: 100%;
        text-align: center;
    }
    .LeaderBoard {
        width: 360px;
        height: 380px;
        overflow-x: auto;
        overflow-y: auto;
    }
    .BonusTableBig {
        background: none;
        display: none;
        width:100%;
    }

    .BonusTableSmall {
        background: none;
        display: block;
        width: 100%;
    }
    .PicttureOnlineStoredivBox {
        width: 90%;
    }
    .ProductImageOnlineStoreWidth {
        width: 200px;
        text-align:center;
    }
    .ProductTitleWidth {
        text-align: left;
        width: 90%;
    }

}

@media screen and (max-width: 660px) and (min-width: 640px) {
	.logo {
		width: 30%;
		height: 30%;
		text-align: center;
	}
	.home-navbar {
		text-align: center;
	}
	.login-form{
		text-align: center;
	}
    .ImageDivFloatLeft {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        float: none;
    }

    .ImageDivFloatRight {
        width: 100%;
        float: none;
    }

    .ShowOrders {
        padding-right: 10%;
        float: right;
        text-align: center;
        width: 100%;
        overflow-x: auto;
    }

    .left-menu {
        display: none;
    }

    .ResponsiveMenu {
        display: block;
        float: left;
    }
    .home-main-text {
        display: none;
    }

}

@media screen and (max-width: 650px) {
	.logo {
		width: 30%;
		height: 30%;
		text-align: center;
	}
	.home-navbar {
		text-align: center;
	}
	.login-form{
		text-align: center;
	}
    .ImageDivFloatLeft {
        padding-left: 5px;
        padding-right: 5px;
        width: 98%;
        float: none;
    }

    .ImageDivFloatRight {
        width: 100%;
        float: none;
    }

    .ShowOrders {
        padding-right: 5px;
        padding-left: 5px;
        float: right;
        text-align: center;
        width: 100%;
        overflow-x: auto;
    }

    .left-menu {
        display: none;
    }

    .ResponsiveMenu {
        display: block;
        float: left;
    }

}
@media screen and (max-width: 380px) {
	#username, #password {
		width: 150px;
	}
}


/* ************** Dashboard *********************** */


.left-menu {
    height: 100%;    
    background: #ffffff;
    position:absolute;
    float :left;
    left: 0;
    top: 0;
    width: 200px;
    border: 2px solid transparent;
    border-right-color: #1B9D4F;
    overflow-x: hidden;
    z-index: 3;
}
.menu-logo {
		width: 75%;
		padding-top: 50px;
		padding-bottom: 5px;
		padding-left: 25px;
}
.menu-list-items {
	position: absolute;
	left: 0;
	margin-left: -40px;
	overflow: auto;
	overflow-x: hidden;


}
    .menu-list-items li {
        background: #1B9D4F;
        list-style: none;
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        box-shadow: inset 0px 35px 30px -15px #9BCC52;
        width: 200px;
        padding-left: 2px;
    }
        .menu-list-items li:hover {
            background: #1B9D4F;
            box-shadow: inset 0px 40px 30px -15px #202025;
            cursor: pointer;
        }
.menu-list-items li span {
	color: #eeeeee;
	font-size: 15px;
}
.menu-list-items li img {
	width: 24%;
}
.user-name,
.user-account-name {
	color: #000000;
	padding: 20px;
}
.menu-lock{
	position: fixed;
	bottom: 26px;
	left: 0;
}
.account-info {
	padding-bottom: 80px;
	background: #ffffff;
	padding-top: 20px;
	margin-top: -20px;
}

table, th, td {
    text-align:left;
}

.dropbtn {
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    left: 0;
    top: 73px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: none;
    background-color: #D3FF8C;
    min-width: 150px;
    background: #FBFFF4;
    overflow: hidden;
}
/*.dropdown-content a {
    color: #eeeeee;
    padding-top: 4px;
    padding-left: 5px;
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted #31b7f1;
    height: 30px;
    width: 200px;
}
    .dropdown-content a:hover {
        background: #1B9D4F;
    }*/


/*.dropdown:hover .dropdown-content {
    display: block;
}*/
.dashboard-data {
	position: absolute;
	top: 0;
	left: 204px;
	overflow: auto;	
	height: 100vh;
	width: 100%;
}
.Modal-data {
    position: absolute;
    top: 0;
    overflow: auto;
    background: -webkit-linear-gradient(left, #CACACA, #ffffff, #CACACA);
    height: 100vh;
    width: 100%;
}
.dashboard-bg {
	position: fixed;
	top: 26%;
	left: 19%;
	z-index: 1;
	width: 75%;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.epos-main-panel {
	text-align: center;
	position: absolute;
	left: 26%;
	z-index: 44;
}
.epos-main-panel h3 {
	text-shadow: 3px 4px 7px rgba(66, 66, 66, 1);
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 50px;

}
.epos-icon-text {
	width: 90px;
	margin-left: 12px;
	font-weight: bold;
}
.epos-main-panel p, img {
	cursor: pointer;
}

.topnav {
    overflow: hidden;
    background-color: #333;
}

    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

        .topnav a.active {
            background-color: #4CAF50;
            color: white;
        }

    .topnav .icon {
        display: none;
    }
    
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
}

img {
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
}
.admin {
		top: 290px;
	}

h5 {
	font-weight: bold;
}

.divTable {
    display: table;
    width: 100%;
    text-align: center;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #ffffff;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    border: 1px solid #ffffff;
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #ffffff;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #ffffff;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.ResponsiveScroll {
    overflow-x:scroll;
    overflow-y:scroll;
    width:1100px;
    height:600px;
}

@media screen and (max-width: 1100px) {
	.epos-main-panel {
	text-align: center;
	position: absolute;
	left: 23%;
	z-index: 44;
}
.epos-main-panel h3 {
	text-shadow: 3px 4px 7px rgba(66, 66, 66, 1);
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 50px;

}
    .container {
        float: right;        
    }
    .home-main-text {
        display: none;
    }
}

/*@media only screen and (min-width: 992px) {
    .container {
        float: right;
    }
}*/

@media only screen and (min-width : 1224px) {
    .ChartTitle.chartwide {
        width: 700px;
    }
    .ImageDivFloatLeft {
        padding-left: 10%;
        padding-right: 5px;
        padding-bottom:40px;
        width: 45%;
        float: left;
    }

    .ImageDivFloatRight {
        width: 55%;
        float: right;
    }
    .container
    {
        width:75%;
        float:right;
        padding-bottom:30px;
    }
    .ShowOrders {
        padding-right: 5%;
        float: right;
        text-align: center;
        width: 82%;
        overflow-x: auto;
    }
    .ViewNotesGrid {
        width: 90%;
    }
    .PictturedivBox {
        border-radius: 4px;
        box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
        margin-top: 10px;
        padding-left: 20px;
        padding-right: 10px;
        width: 80%;
        text-align: center;
    }
    .LeaderBoard {
        width: 800px;
        height: 500px;
        overflow-x: auto;
        overflow-y: auto;
    }
}

@media screen and (min-width: 1600px) {
    .ChartTitle.chartwide {
        width: 1060px;
    }
    .ImageDivFloatLeft {
        padding-left: 10%;
        padding-right: 10px;
        width: 40%;
        float: left;
    }

    .ImageDivFloatRight {
        width: 60%;
        float: right;
    }
    .PictturedivBox {
        border-radius: 4px;
        box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
        margin-top: 10px;
        padding-left: 20px;
        padding-right: 10px;
        width: 90%;
        text-align: center;
    }    
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {

    .ShowOrders {
        padding-right: 5%;
        float: right;
        text-align: center;
        width: 91%;
        overflow-x: auto;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {

    .ShowOrders {
        padding-right: 5%;
        float: right;
        text-align: center;
        width: 86%;
        overflow-x: auto;
    }
}
@media screen and (min-width: 1500px) and (max-width: 1700px) {

    .ShowOrders {
        padding-right: 5%;
        float: right;
        text-align: center;
        width: 85%;
        overflow-x: auto;
    }
}
@media screen and (min-width: 1700px) and (max-width: 1900px) {

    .ShowOrders {
        padding-right: 5%;
        float: right;
        text-align: center;
        width: 87%;
        overflow-x: auto;
    }
}
@media screen and (min-width: 1900px) and (max-width: 2300px) {

    .ShowOrders {
        padding-right: 5%;
        float: right;
        text-align: center;
        width: 88%;
        overflow-x: auto;
    }
}
@media screen and (min-width: 2300px) {

    .ShowOrders {
        padding-right: 5%;
        float: right;
        text-align: center;
        width: 90%;
        overflow-x: auto;
    }
}
@media screen and (min-width: 1824px) {
    .ImageDivFloatLeft {
        padding-left: 10%;
        padding-right: 10px;
        width: 35%;
        float: left;
    }

    .ImageDivFloatRight {
        width: 65%;
        float: right;
    }

    .PictturedivBox {
        border-radius: 4px;
        box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
        margin-top: 10px;
        padding-left: 60px;
        padding-right: 10px;
        width: 90%;
        text-align: center;
    }
}


@media screen and (min-width: 1900px) {
    .ImageDivFloatLeft {
        padding-left: 10%;
        padding-right:10px;
        width: 35%;
        float: left;
    }

    .ImageDivFloatRight {
        width: 65%;
        float: right;
    }

    .PictturedivBox {
        border-radius: 4px;
        box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
        margin-top: 10px;
        padding-left: 60px;
        padding-right: 10px;
        width: 450px;
        text-align: center;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .ImageDivFloatLeft {
        padding-left: 10%;
        width: 50%;
        float: left;
    }

    .ImageDivFloatRight {
        width: 40%;
        float: right;
    }
    .ResponsiveMenu {
        display: block;
        float: left;
    }
    .container {
        width: 60%;
        float: right;
    }

    .ShowOrders {
        padding-right: 5%;
        float: right;
        text-align: center;
        width: 65%;
        overflow-x: auto;
    }
    .PictturedivBox {
        border-radius: 4px;
        box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
        margin-top: 10px;
        padding-left: 60px;
        padding-right: 10px;
        width: 420px;
        text-align: center;
    }
}
@media only screen and (min-device-height: 360px) and (min-device-width: 760px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 4) {

    .ImageDivFloatLeft {
        padding-left: 10%;
        width: 100%;
        float: none;
    }

    .ImageDivFloatRight {
        width: 100%;
        float: none;
    }

    .ShowOrders {
        padding-right: 5px;
        padding-left: 5px;
        float: right;
        text-align: center;
        width: 100%;
        overflow-x: auto;
    }

    .left-menu {
        display: none;
    }

    .ResponsiveMenu {
        display: block;
        float: left;
    }
}
@media (min-width: 768px) and (max-width: 1024px)  {
    .epos-main-panel {
        text-align: center;
        position: absolute;
        left: 10%;
        z-index: 44;
    }

        .epos-main-panel h3 {
            text-shadow: 3px 4px 7px rgba(66, 66, 66, 1);
            font-weight: bold;
            font-size: 26px;
            padding-bottom: 50px;
        }

    .container {
        float: right;
    }
    .ImageDivFloatLeft {
        padding-left: 20px;
        padding-right: 20px;
        width: 98%;
        float: none;
    }

    .ImageDivFloatRight {
        width: 100%;
        float: none;
    }
    .left-menu {
        display: none;
    }

    .ShowOrders {
        padding-right: 10%;
        float: right;
        text-align: center;
        width: 75%;
        overflow-x: auto;
    }
    .PictturedivBox {
        border-radius: 4px;
        box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
        margin-top: 10px;
        padding-left: 160px;
        padding-right: 10px;
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 1025px) and (max-width: 1223px) {

    .ImageDivFloatLeft {
        padding-left: 10%;
        width: 50%;
        float: left;
    }

    .ImageDivFloatRight {
        width: 50%;
        float: right;
    }

    .ShowOrders {
        padding-right: 10%;
        float: right;
        text-align: center;
        width: 78%;
        overflow-x: auto;
    }

    .PictturedivBox {
        border-radius: 4px;
        box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        width: 78%;
        text-align: center;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {

    .ShowOrders {
        padding-right: 5%;
        float: right;
        text-align: center;
        width: 83%;
        overflow-x: auto;
    }
}
/*
@media screen (min-width: 768px) and and (max-width: 850px) {
    .epos-main-panel {
        text-align: center;
        position: absolute;
        left: 4%;
        z-index: 44;
    }

        .epos-main-panel h3 {
            text-shadow: 3px 4px 7px rgba(66, 66, 66, 1);
            font-weight: bold;
            font-size: 26px;
            padding-bottom: 50px;
        }

    .container {
        float: right;
    }

    .ImageDivFloatLeft {
        padding-left: 10%;
        padding-right: 20px;
        width: 100%;
        float: none;
    }

    .ImageDivFloatRight {
        width: 100%;
        float: none;
    }

    .ShowOrders {
        padding-right: 10%;
        float: right;
        text-align: center;
        width: 100%
    }

    .left-menu {
        display: none;
    }

    .ResponsiveMenu {
        display: block;
        float: left;
    }

    .PictturedivBox {
        border-radius: 4px;
        box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
        margin-top: 10px;
        padding-left: 160px;
        padding-right: 10px;
        width: 760px;
        text-align: center;
    }
}
*/
@media screen and (min-width: 481px) and (max-width: 767px) {
    .epos-main-panel {
        text-align: center;
        position: absolute;
        left: 10%;
        z-index: 44;
    }

        .epos-main-panel h3 {
            text-shadow: 3px 4px 7px rgba(66, 66, 66, 1);
            font-weight: bold;
            font-size: 26px;
            padding-bottom: 50px;
        }

    .container {
        float: right;
    }

    .ImageDivFloatLeft {
        padding-left: 20px;
        padding-right: 20px;
        width: 98%;
        float: none;
    }

    .ImageDivFloatRight {
        width: 100%;
        float: none;
    }

    .ShowOrders {
        padding-right: 5px;
        padding-left: 5px;
        float: right;
        text-align: center;
        width: 100%;
        overflow-x: auto;
    }

    .left-menu {
        display: none;
    }

    .ResponsiveMenu {
        display: block;
        float: left;
    }

    .PictturedivBox {
        border-radius: 4px;
        box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
        margin-top: 10px;
        padding-left: 160px;
        padding-right: 10px;
        width: 100%;
        text-align: center;
    }
    /*.epos-icon-text {
	margin-left: 45px;
}*/
}

/*
@media screen and (min-width: 481px) and (max-width: 650px) {
    .epos-main-panel {
        text-align: center;
        position: absolute;
        left: 1%;
        z-index: 44;
    }

        .epos-main-panel h3 {
            text-shadow: 3px 4px 7px rgba(66, 66, 66, 1);
            font-weight: bold;
            font-size: 26px;
            padding-bottom: 50px;
        }

    .container {
        float: right;
    }

    .left-menu {
        width: 200px;
    }

    .ResponsiveScroll {
        overflow-x: scroll;
        overflow-y: scroll;
        width: 620px;
        height: 300px;
    }

    .menu-list-items li span {
        color: #eeeeee;
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
	.epos-main-panel {
	text-align: center;
	position: absolute;
	left: -3%;
	z-index: 44;
}
.epos-main-panel h3 {
	text-shadow: 3px 4px 7px rgba(66, 66, 66, 1);
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 50px;

}
    .container {
        float: right;
        
    }

    .ResponsiveScroll {
        overflow-x: scroll;
        overflow-y: scroll;
        width: 480px;
        height: 200px;
    }
}
    */
@media screen and (max-width: 400px) {
	.admin {
		top: 123px;
	}
}

@media screen and (max-width: 494px) and (min-width: 1px) {
	.menu-lock{
	position: fixed;
	bottom: 46px;
	left: 0;
}
}
@media screen and (max-width: 400px) {
		body {
			overflow : auto;
		}
}