/*---------------------------------------------------------*/
.form-steps{display:none;}
.form-steps.active{display:block;}
ul.searched_product li.longpress .more_option{
     top: 0; 
}
ul.searched_product li .more_option{
    position: absolute;
    width: 100%;
    height: 100%;
    top:100%;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    color: #da473f;
    text-align: center;
    border: 2px solid #23a2ec;
    padding: 1em 10%;
    overflow:hidden;
    font-size: 1.5em;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
}
ul.searched_product li{overflow:hidden}

.customer-block{
    position: relative;
    display: block;
    margin: 0 0 0.5em;
    background: #eee;
    padding: 0.5em;
    border: 5px double #fff;
    min-height: 2em;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    overflow: hidden;
}
.customer-block.longpress .more_option{
     top: 0; 
}
.customer-block .more_option{
    position: absolute;
    width: 100%;
    height: 100%;
    top:100%;
    left: 0;
    background: rgba(255, 255, 255, 0.98);
    color: #da473f;
    text-align: center;
    border: 2px solid #23a2ec;
    padding: 1em 10%;
    overflow:hidden;
    font-size: 1.5em;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
}
.form-style-1 label{font-size: 0.7em;
    margin: 0;}
.middle-content{
    clear: both;
    width: 100%;
    display: block;
    height: calc(100% - 26vh);
    position: fixed;
    top: 8vh;
    left: 0;
    padding: 0.8em 1em;
    overflow: hidden;
    margin-top: 1em;
    margin-bottom: 1em;
}
.counter-block{
    position: relative;
    display: block;
    background: #eee;
    min-height: 6em;
    padding: 0.5em;
    border: 5px double #fff;
}
.counter-block .customer_name{
    margin: 0;
    font-size: 0.7em;
}
.counter-block .total_product{
    padding: 0.8em 0;
    text-align: center;
    font-weight: bold;
}
.counter-block .total_amount{
    position: absolute;
    bottom: 0;
    right: 5px;
    margin: 0;
    font-size: 0.9em;
    font-family: sans-serif;
}
.header-section .toggle_btn{
 position: relative;
 line-height: 8vh;
 margin-right: 1em;
}
.header-section .right_menu{
 position: absolute;
 right: 1em;
}
.header-section .left_menu{
 position: relative;
 display: inline-block;
 line-height: 8vh;
}
ul.searched_product{
    position: absolute;
    list-style: none;
    width: 100%;
    overflow-y: auto;
    display: block;
    padding: 0 0.2em;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
}
ul.searched_product li.active{background: #119df1;color:#fff;border: 5px double #fff;}
ul.searched_product li{
    float: left;
    width: 46%;
    margin: 2%;
    position: relative;
    min-height: 6em;
    background: #eee;
    padding: 0.5em;
    -user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}
ul.searched_product li .product_name{
    text-align: center;
    position: relative;
    display: block;
}
ul.searched_product li .product_price{
    position: absolute;
    bottom: 0.3em;
    font-size: 0.8em;
    right: 0.5em;
}
.product_category{
    position: fixed;
    left: 0;
    top: 8vh;
    list-style: none;
    padding: 0;
    background: #444;
    min-width: 100%;
    margin: 0;
    z-index: 999;
    width: 100%;
}
.product_category ul{
    position: relative;
    overflow: auto;
    white-space: nowrap;
    list-style: none;
    padding: 0;
    background: #444;
    min-width: 100%;
    margin: 0;
    /* border: 5px solid #444; */
    z-index: 999;
}
.product_category li.active{background:#119df1}
.product_category li{
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    margin: 0;
    float: none;
}
.leftswiparea{position:fixed;left:0;top:0;height:100%;width: 1.8em;z-index: 99999999;}
.sidebar ul{padding: 1em 0;list-style: none;width: 70%;height: 100vh;background: #fff;top: 0;position: absolute;box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.55);}
.sidebar ul li{width: 100%;margin: 0 0 0.3em 0;padding: 0.5em;background: rgb(249, 249, 249);border-left: 0.1em solid rgba(0, 0, 0, 0.27);-user-select: none;-webkit-user-select: none;}
.sidebar ul li a{ }
body.open_sidebar .sidebar{ margin-left: 0%;}
.sidebar{
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 99999999;
    margin-left: -100%;
    transition: all cubic-bezier(0, 1.4, 0.32, 1.06) 0.2s;
    transition: all cubic-bezier(0.49, 0.16, 0.29, 0.75) 0.2s;
    padding: 1em 0;
}
.product_section{
    position: fixed;
    height: 75vh;
    width: 100%;
    clear: both;
    background: #ffffff;
    top: 8vh;
    padding: 0 5px 5px;
    overflow-y: auto;
}
.product_section div.items.swipeleft .delete-on-swipeleft{
	display:block;
}
.product_section div.items .delete-on-swipeleft{
	display:none;
	position: absolute;
	left: 100%;
	width: 3em;
	text-align: center;
	background: #f90c0c;
	top: 0;
	color: #fff;
	height: 100%;
	padding: 0.5em 0 0;
}
.product_section div.items.swipeleft{
    margin-right: 3em;
    background: #c5c5c5;
}
.product_section div.items.selected .quantity{
	display:block
	}
	.product_section div.items .quantity input{
    background: rgba(255, 255, 255, 0);
    /* border: none; */
    /* box-shadow: none; */
}
.product_section div.items .quantity{
	display:none;
	clear: both;
	float: left;
	width: 100%;
	margin: 0.5em 0 0;
	}
.product_section div.items{
    padding: 0.1em 0.2em;
    background: #fff;
    margin: 5px 0;
    position:relative;
    border-bottom: 1px solid #e4e3e3;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    min-height: 3em;
    font-size: 0.8em;
    line-height: 3em;
}
.fixed_bottom{
    position: fixed;
    bottom: 0;
    width: 100%;
    /* box-shadow: 0px -1px 0px 0px #000000; */
    left: 0;
    padding: 0px 15px;
    margin: 0;
    color: #fff;
    background: #2d2a2a;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
}
.fixed_bottom .footer_more_options{
	position: absolute;
	top: 100%;
	width: 100%;
	left:0;
	background: #fff;
}
.fixed_bottom .footer_options{
    background: #000;
    padding: 0.5em 0;
}
.fixed_bottom .payment-info{
    padding: 0.5em 1em;
}
.fixed_bottom .discount-info-block{
    padding: 0.5em 1em;
    background: #2d2a2a;
    border-bottom: 5px solid #000000;
    display:none;
}
.fixed_bottom .discount-info-block button.active{background: #fff!important;color: #119df1;}
.fixed_bottom .payment-info p{
    margin: 0;
    font-size: 0.8em;
}
.fixed_bottom .payment-info p span{
    font-weight: bold;
    font-size: 1.2em;
}


.search_bar{
    position: relative;
    display: inline-block;
    width: calc(100% - 3.5em);
    display:none;
    }
/*---------------------------------------------------------*/
.button-tabs h3{margin: 5px 0 0;}
.button-tabs{
    background: #d2d2d2;
    text-align: center;
    padding: 5px 0;
    box-shadow: 0px 0px 0px 0px #797878;
    border-radius: 10px;
    border: 2px solid #969696;
}
.no_scroll{overflow:hidden}
ul.search_alphabet{list-style: none;width: 100%;display: table;padding: 0;text-align: center;}
ul.search_alphabet li{
    width: 44%;
    float: left;
    background: #eaeaea;
    padding: 10px;
    margin: 5px 3%;
    cursor: pointer;
    box-shadow: 3px 3px 0px #c3bfbf;
    border-radius: 5px;
}

ul.search_alphabet li.active{    box-shadow: 0px 0px 7px 3px #c1bebe inset;}
.payment-pending , span.payment-pending-tag{
    background: #c42428!important;
    /* box-shadow: none!important; */
    }
section.blur{opacity: 0.1;pointer-events: none;}
section.counter-panel{
	position:fixed;
	background:#fff;
	z-index: 9;
	display:block;
	width:100%;
	height:100%;
	left: 0;
	padding: 150px 2em 50px;
	overflow-y: auto;
	top: 0;
}
.initial-hidden{display:none}
.content .header{    display: block;
    width: 100%;
    clear: both;
    float: left;
    padding: 10px 0;
	border-bottom: 1px solid #eee;
	margin-bottom:40px;
	}
b,p,h1,h2,h3,h4,h5,h6,span { word-wrap: break-word;    word-break: break-all;}
body,html{background:#eee;}
.logo{
      float: left;
    margin: 5px;
    width:70px;
}
/** Login **/
.login-body{
	background: url("../images/login-bg-green.png") no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:100% 100%;
}
 .login-form{
 	padding:8%;
 	background:#FFF;
	border-radius:2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-o-border-radius:2em;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.4);
	-o-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.4);
 }
 .logo-img{
 	 text-align:center; 	
 }
 .login-form  a{
   display:inline-block;
   text-align:center; 	
   margin:0 auto;
 }
/*--------------------INVOICE VIEW-----------------------------*/
section.invoice{width: 100%;padding: 0.5em 1em 2em;}
section.invoice header h2{
  margin: 10px 0 0;
}
section.invoice header h3{
    font-size: 12px;
    padding: 0 20px;
}
section.invoice header{
    display: table;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    text-align: center;
}
section.invoice footer h3{margin:0;font-weight: normal;}
section.invoice footer{
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    padding: 1mm;
    margin-top: 10mm;
    position: relative;
    background: none;
	text-align:center;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.85em;
  color:#000;
} 
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
}
.table > thead > tr > th {
  border-bottom:1px solid #ACACAC !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
section.invoice h1{font-size: 24px;font-weight: normal;margin: 5px;}
section.invoice h2{
    font-size: 12px;
    margin: 0;
    font-weight: normal;
}
section.invoice h3{
    font-size: 10px;
    margin: 0 0 5px;
    font-weight: normal;
}
section.invoice h4{}
section.invoice p{}
section.invoice table thead tr th{
    /* border-top: 1px solid #3c3a3a; */
    border-bottom: 1px solid #b3afaf !important;
    vertical-align: middle;
    font-weight: normal;
}
section.invoice table tfoot  strong{font-size:6mm;font-weight: 500;}
section.invoice table tfoot tr th{
	padding-top: 0;
	padding-bottom: 2px;
	font-weight: normal;
}
section.invoice table tfoot tr th.border-top{
   border-top: 1px solid #b3afaf!important;
}
section.invoice table tbody tr td{
    vertical-align: middle;
}
/*--------------------Calculator-----------------------------*/
.btn-button-style-white.active{background: #4a4a4a;color: #fff;box-shadow: 0 0 20px #000 inset;outline: 0!important;}
.margin-x{margin:0 0 10px}
.paynow_block_popup{
    display: table;
    width: 100%;
    min-height: 500px;
    position: relative;
}
.paynow_block_popup .calculator_section{
    width: 50%;
    float: left;
    padding: 20px;
    position: absolute;
    left: -10px;
    bottom: 0;
}
.paynow_block_popup .middle_section{
    width: 20%;
    float: left;
    background: #eee;
    padding: 10px;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
}
.paynow_block_popup .invoice_section{
    width: 30%;
    float: left;
    background: #eee;
    padding: 10px;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    overflow-x: auto;
}
.button-width-single{width: 20%;float: left;padding: 5px;}
.button-width-double{width: 40%;float: left;/* margin: 5px; */padding: 5px;}
.btn-button-style-black{
	background: #6b6b6b;
	color: #fff;
	margin: 5px 0;
	padding: 18px;
	box-shadow: 4px 4px 0px 0px #151414;
	border-radius: 5px;
	width: 100%;
	border: 1px solid #020202;
	cursor: pointer;
	transition: all cubic-bezier(0, 1.36, 0.34, 1.69) 0.5s;
	-webkit-transition: all cubic-bezier(0, 1.36, 0.34, 1.69) 0.5s;
}
.btn-button-style-yellow{
	background: #ecbc04;
	color: #000;
	margin: 5px 0;
	padding: 18px;
	box-shadow: 4px 4px 0px 0px #695403;
	border-radius: 5px;
	border: 1px solid #8a8787;
	cursor: pointer;
	transition: all cubic-bezier(0, 1.36, 0.34, 1.69) 0.5s;
	-webkit-transition: all cubic-bezier(0, 1.36, 0.34, 1.69) 0.5s;
	width: 100%;
	position: relative;
}
.btn-button-style-white{
    padding: 18px;
    box-shadow: 3px 3px 0px #4c4a4a;
    border-radius: 5px;
    background: #eee;
    width: 100%;
    color: #000;
    border: 1px solid #444;
    cursor: pointer;
    transition: all cubic-bezier(0, 1.36, 0.34, 1.69) 0.5s;
    -webkit-transition: all cubic-bezier(0, 1.36, 0.34, 1.69) 0.5s;
}
.noscroll{overflow:hidden}
label.radio-block  input[type="radio"]{
	margin-right:10px;
}
label.radio-block{
    font-size: 18px;
    background: #ececec;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    box-shadow: 3px 4px 0px #c1bfbf;
    margin: 7px 0;
    }
label.radio-block.selected{background: #5e5f5e;color: #fff;}
div.items.selected{background: #fff;}
.no-background{background:none!important}
.order_for_kitchen,.order_for_counter{border-left: 5px solid #119df1;}
.order_for_parcel{border-left: 5px solid #5d5959;}
ul.product_category-ul li.active, ul.product_category-ul li:hover{box-shadow: 0px 0px 7px 3px #c1bebe inset;background: #fff;}
ul.product_category-ul li{
	background: #eaeaea;
	padding: 10px 20px;
	margin: 0.5em 0.5em;
	cursor: pointer;
	box-shadow: 3px 3px 0px #c3bfbf;
	border-radius: 5px;
	display: inline-block;
	min-height: 70px;
}

ul.product_category-ul{
    list-style: none;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    overflow: auto;
    height: 14em;
}
ul.load-product-as-category{
    padding: 0;
}
ul.load-product-as-category li:hover{background: #f18e14;}
ul.load-product-as-category li{
    width: 31%;
    float: left;
    background: #636262;
    padding: 10px;
    margin: 5px 1%;
    display: inline-block;
    min-height: 80px;
    color: #fff;
    box-shadow: 4px 4px 0px #424141;
    border: 1px solid #fff;
    cursor: pointer;
}
.block-style-1{
    padding: 10px 10px;
    box-shadow: 5px 5px 0px 0px #969696;
    border: 2px solid #969696;
    display: table;
    width: 100%;
    background: #fff;
    }
.padding-0{padding:0!important}
.custom-tab-vertical{border:none;margin-bottom: 30px;display: table;margin: 5px auto 20px;}
.custom-tab-vertical li.nav-item {
    min-width: 200px;
    border: none;
    /* border-left: 10px solid #000; */
    float: left;
    margin: 0 10px;
}
.custom-tab-vertical li.nav-item.active a:hover,.custom-tab-vertical li.active a:focus{/* border: none; *//* background: #464545; */}
.custom-tab-vertical li.nav-item.active a{
    border: none;
    /* border-bottom: 4px inset #6f6b6b; */
    background: #3b80fb;
    border-radius: 0;
    color: #fff;
}
.custom-tab-vertical li.nav-item a{
    border: none;
    background: #eee;
    text-align: center;
    border-radius: 0;
    color:#000;
    font-size: 2em;
    font-family: sans-serif;
    padding: 10px 30px;
}
/*--------------Table List ----------------*/
ul.tables-list{
    padding: 0;
    list-style: none;
    margin: 0 auto;
    display: table;
    width: 100%;
}
ul.counter-tabs li{border-radius: 100%;}
ul.tables-list li p{
    font-size: 0.7em;
    margin: 0;
}
ul.tables-list li h3{
    font-size: 3em;
    margin: 0;
    display: block;
    font-family: sans-serif;
}
ul.tables-list li{
    background: #d2cfcf;
    margin: 20px 25px;
    padding: 5px 0;
    cursor: pointer;
    line-height: 30px;
    font-family: monospace;
    font-size: 24px;
    color: #0e0e0e;
    float: left;
    box-shadow: 4px 4px 0px 1px #656363;
    text-align: center;
    width: 200px;
    min-height: 60px;
    border: 2px solid #fff;
    border-radius: 10px;
}
.header-section {
    background-color: #000000;
    color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 99;
    left: 0;
    padding: 0 1em;
    height: 8vh;
    line-height: 8vh;
    top: 0;
    clear: both;
}
ul.tables-list li.active{
    /* background: #f18703; */
    /* color: #670404; */
}
div.items .fa-trash{padding: 10px 0;}
div.items:not(.selected):hover{
	background:#f9f6f6;
}
.button-tabs.table-engaged{background: #0f928a;color: #fff;}
.table-content{display:none}
.tables-list-content{
    padding: 25px;
    box-shadow: 4px 4px 0px 0px #969696;
    border: 1px solid #a09f9f;
    background: #fff;
    min-height: 50vh;
    margin: 0 0 50px;
    }
/************* LOGIN ****************/
.login-panel {background: rgb(0, 0, 0);color: rgb(255, 255, 255);padding: 35px 25px 30px;/* border: 4px solid rgb(142, 140, 140); *//* border-radius: 10px; *//* box-shadow: 6px 6px 0px 0px #009688; */}
.admin-id,.password,.btn-custom {width: 100%;}
.btn-custom {background: rgb(152, 152, 152);}
.btn-custom:hover {color: rgb(245, 245, 245);background: rgb(243, 5, 5);}
.filters label{color:#c7c7c7}
.content{
    min-height: 100vh;
    clear: both;
    padding: 0;
    }
.left-side-inner1{
	width: 190px;
	background: #494a4a;
	height: 100%;
	position: fixed;
	left: 40px;
	top: 80px;
	}
	
.img-center{display:block;margin:0 auto;}
#sub_menu{
	display: block;
	padding: 0 25px;
	/* background: #eff3f6; */
	position: relative;
	width: 100%;
	float: left;
	/* margin: 0 20px; */
	/* border-bottom: 2px solid #eee; */
}
.sub-menu{
	background: transparent!important;
    margin: 10px 0;
		}
#sub_menu ul{
    width: 100%;
    display: table;
    /* padding: 0; */
    border-bottom: 1px solid #e8e8e8;
}
#sub_menu ul li{float:left;list-style: none;padding: 35px 10px 8px;margin: 0 10px -2px;}
#sub_menu ul li a{text-decoration:none;color: #313942;font-size: 14px;}
#sub_menu ul .active {/* background: #0783bf; *//* border-radius: 100px; */border-bottom: 2px solid #313942;}
#sub_menu ul .active a{color: #313942!important;font-weight: bold;}
#sub_menu ul .sub-active {border-bottom:2px solid #0783bf;}
#sub_menu ul .sub-active a{color: #000!important;}
.user-panel-top{    position: absolute;
    right: 0;}
.info-block{
    float: left;
    padding: 20px;
    width: 320px;
    margin: 10px;
    display: block;
    /* border-radius: 5px; */
    color: #000000;
    background: #ffffff;
    border: 3px solid #f7ad00;
    box-shadow: 6px 6px 0px #8a6102;
    cursor: pointer;
}
.info-block img{float:left;width:30px;/* height: 30px; */margin: 12px;}

.info-block p{
    font-size: 10px;
    text-transform: uppercase;
    color: #708393;
    display: inline-block;
    letter-spacing: 1px;
}
.info-block h3{
    font-size: 30px;
    /* font-weight: bold; */
    /* text-align: center; */
    color: #000000;
}
.bg-block{
     float: left;
     clear: both;
     display: block;
     width:100%;
     padding: 0 60px;
     margin: 20px 0;
   }
   .btn-default{
    background: #59c7c2;
    color: #fff;
    border: none;
}
   .heading-custom b{
    font-size: 24px;
    padding: 0 5px 0 0;
    font-weight: normal;
    }
	.section-block{
    clear: both;
    margin: 10px 0 20px 0px;
    display: block;
    float: left;
    width: 100%;
    padding: 0 60px;
    }
	.heading-custom span{padding: 0 2px;font-size: 12px;border-left: 1px solid #eee;}
	.sub-tabs li{
    float: left;
    list-style: none;
    margin: 0px 20px 0 0px;
    padding: 10px 10px;
}
	.sub-tabs li a{
    text-decoration: none;
    color: #313942;
}
.sub-tabs{
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    border-bottom: 1px solid #b7c0c9;
    padding-left: 0;
}
	.sub-tabs .active{
    border-bottom: 3px solid #0783bf;
    border-radius: 10px 10px 0 0;
}
	.sub-tabs .active a{color: #0783bf;}
.adjust-block {
	float: left;
	width: 200px;
    margin-right: 1em;
}
.clearfix {
	clear: both;
}

/*-------------------Borders-----------*/
.border-1x {border:1px solid #eee}
.border-left-1x{border-left:1px solid #eee}
.border-top-1x{border-top:1px solid #eee}
.border-bottom-1x{border-bottom:1px solid #eee}
.border-right-1x{border-right:1px solid #eee}
/*----------------Padding-----------------------------*/
.padding-top-0{padding-top:0px!important;}
.padding-top-x{padding-top:10px!important;}
.padding-top-1x{padding-top:20px!important;}
.padding-top-2x{padding-top:40px!important;}
.padding-top-3x{padding-top:60px!important;}

.padding-bottom-0{padding-bottom:0px!important;}
.padding-bottom-x{padding-bottom:10px!important;}
.padding-bottom-1x{padding-bottom:20px!important;}
.padding-bottom-2x{padding-bottom:40px!important;}
.padding-bottom-3x{padding-bottom:60px!important;}

.padding-tb-0{padding-top:0px!important;padding-bottom:0px!important;}
.padding-tb-x{padding-top:10px!important;padding-bottom:10px!important;}
.padding-tb-1x{padding-top:20px!important;padding-bottom:20px!important;}
.padding-tb-2x{padding-top:40px!important;padding-bottom:40px!important;}
.padding-tb-3x{padding-top:60px!important;padding-bottom:60px!important;}

.padding-right-0{padding-right:0px!important;}
.padding-right-x{padding-right:10px!important;}
.padding-right-1x{padding-right:20px!important;}
.padding-right-2x{padding-right:40px!important;}
.padding-right-3x{padding-right:60px!important;}

.padding-left-0{padding-left:0px!important;}
.padding-left-x{padding-left:10px!important;}
.padding-left-1x{padding-left:20px!important;}
.padding-left-2x{padding-left:40px!important;}
.padding-left-3x{padding-left:60px!important;}

.padding-lr-0{padding-left:0px!important;padding-right:0px!important;}
.padding-lr-x{padding-left:10px!important;padding-right:10px!important;}
.padding-lr-1x{padding-left:20px!important;padding-right:20px!important;}
.padding-lr-2x{padding-left:40px!important;padding-right:40px!important;}
.padding-lr-3x{padding-left:60px!important;padding-right:60px!important;}

.padding-0{padding:0px!important;}
.padding-x{padding:10px!important;}
.padding-1x{padding:20px!important;}
.padding-2x{padding:40px!important;}
.padding-3x{padding:60px!important;}

/*----------------Margin-----------------------------*/
.margin-top-0{margin-top:0px!important;}
.margin-top-x{margin-top:10px!important;}
.margin-top-1x{margin-top:20px!important;}
.margin-top-2x{margin-top:40px!important;}
.margin-top-3x{margin-top:60px!important;}

.margin-bottom-0{margin-bottom:0px!important;}
.margin-bottom-x{margin-bottom:10px!important;}
.margin-bottom-1x{margin-bottom:20px!important;}
.margin-bottom-1-5x{margin-bottom:30px!important;}
.margin-bottom-2x{margin-bottom:40px!important;}
.margin-bottom-3x{margin-bottom:60px!important;}

.margin-tb-0{margin-top:0px!important;margin-bottom:0px!important;}
.margin-tb-x{margin-top:10px!important;margin-bottom:10px!important;}
.margin-tb-1x{margin-top:20px!important;margin-bottom:20px!important;}
.margin-tb-2x{margin-top:40px!important;margin-bottom:40px!important;}
.margin-tb-3x{margin-top:60px!important;margin-bottom:60px!important;}

.margin-right-0{margin-right:0px!important;}
.margin-right-x{margin-right:10px!important;}
.margin-right-1x{margin-right:20px!important;}
.margin-right-2x{margin-right:40px!important;}
.margin-right-3x{margin-right:60px!important;}

.margin-left-0{margin-left:0px!important;}
.margin-left-x{margin-left:10px!important;}
.margin-left-1x{margin-left:20px!important;}
.margin-left-2x{margin-left:40px!important;}
.margin-left-3x{margin-left:60px!important;}

.margin-lr-0{margin-left:0px!important;margin-right:0px!important;}
.margin-lr-x{margin-left:10px!important;margin-right:10px!important;}
.margin-lr-1x{margin-left:20px!important;margin-right:20px!important;}
.margin-lr-2x{margin-left:40px!important;margin-right:40px!important;}
.margin-lr-3x{margin-left:60px!important;margin-right:60px!important;}

.margin-0{margin:0px!important;}
.margin-x{margin:10px!important;}
.margin-1x{margin:20px!important;}
.margin-2x{margin:40px!important;}
.margin-3x{margin:60px!important;}
.pointer{cursor:pointer}
.danger{color: red;}
.success{color:green}
.intial-hide{display:none;}
body, html {
    height: 100%;
}