@font-face {
    font-family: 'MyriadProRegular';
    src: url('myriadpro-regular.eot');
    src: url('myriadpro-regular.eot') format('embedded-opentype'),
         url('myriadpro-regular.woff2') format('woff2'),
         url('myriadpro-regular.woff') format('woff'),
         url('myriadpro-regular.ttf') format('truetype'),
         url('myriadpro-regular.svg#MyriadProRegular') format('svg');
}


*{
    margin:0px;
    padding:0px;
    font-family: 'MyriadProRegular';
}

html{
    /*background:url(../img/background_inner.jpg) no-repeat center bottom fixed;*/
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:100%; /* needed for container min-height */
    background-color: transparent !important; /*E4E4E4*/
}

body{
	/*background:url(../img/background_inner.jpg) no-repeat left top fixed;*/
    background-color: #E0E0E0 !important; /*E4E4E4*/
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height:100%; /* needed for container min-height */
	
		
	
}

.reseller_body{
    background-color: #ffd8d8 !important;
    /*height: auto !important;*/
}

.support_body{
    /*background-color: #ccebff !important;*/
    background:url(../img/support_ac_back.jpg) ;
}

.support_body header h1 > span{
    background-color: #ccebff !important;
}

.support_body header .drop_menu_item h1{
    /*background-color: transparent !important;*/
}


textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

img{	
	border:0px;
}

a{
    color: #10a8b3;
}

h1{
    padding: 8px 0 0 0px;
    margin: 0px;
    color: #666666;
    font-family: 'MyriadProRegular';
    font-size: 25px;
    font-weight: normal;
    /*text-align: center;*/
}



.clr{
	clear:both;
}

.background_img{
	background:none;
}

.wrapper{
		padding:0 2%;	
		display:table;		
        height:100%;

}

.cat_pan{
		padding:0% 0 0 0;
		display:table-cell;
		vertical-align:middle;	
		
	}

.cat_pan ul{
		padding:0px 0 0 5.5% !important;
		margin:0px;
		list-style:none;		
}

.cat_pan ul li{
		width:140px;
		height:126px;
        margin:10px 10px 10px 10px;
		/*display:inline-block;*/
		float:left;
}

.cat_pan ul li a{
		text-decoration:none;	
		width:100%;
		height:100%;
		display:block;
		text-align:center;
}

.cat_pan ul li a img{
		width:100%;
		height:100%;		
}

.cat_pan ul li a span{
		color:#E4E4E4;
		display:block;
		font-size:14px;
		 font-family: 'MyriadProRegular';
		margin:0 0 0 0;	
}

.home_buttn_top{
    position: absolute;
    top:16px;
    left: 25px !important;
    }

.loout_pannel{
		text-align:right;
		position:absolute;
		top:20px;
		left:72px;
}

.loout_pannel p{
		color:#000;
		font-size:18px;
		font-family: 'MyriadProRegular';
}

.loout_pannel p span a{
		color:#9ae1ff;
		padding:0 0 0 5px;
		text-decoration:none;
}

.loout_pannel p a{
		padding:0 0 0 5px;
		color:#fff;
}

/*******************************************Products*****************************************/

.products_pannel_main{
		padding:10px 0 10px 0;
}

.products_pannel{
	min-height:530px;
	width:95%;
	margin:0px auto 0 auto;
	background:#FFF;
	border-radius:10px;
}
	
header{
	height:50px;
	position:relative;
	background:transparent;
}

header h1{
	padding:8px 0 0 0px;
	margin:0px;
	color:#666666;
	font-family: 'MyriadProRegular';
	font-size:25px;
	font-weight:normal;
	text-align:center;
}

.back_btn{
	position:absolute;
	top:10px;
	left:35px;
    display: none;
}

.back_btn img{
	width:50%;
}


.products_top{
		padding:15px;
}

.products_top_left{
		width:47%;
		float:left;		
}

.products_top_right{
		width:47%;
		float:right;

}

.pro_l_box span{
		color:#666;
		font-size:18px;
		font-family: 'MyriadProRegular';
		float:left;
		padding:10px 20px 5px 0;
		}
		
.common_btn{
		background:#10a8b3;
		border-radius:3px;
		color:#fff;
		font-family: 'MyriadProRegular';
		border:0;
		padding:10px 20px;
		font-size:18px;
		cursor:pointer;
		margin:0 0 10px 0;
}

.common_textbox{
		width:98%;
		height:40px;
		border-radius:3px;
		border:#ccc solid 1px;
		margin:10px 0 0 0;
                /*padding:0 0 0 2%;*/
		padding:0 0 0 10px;
		font-family: 'MyriadProRegular';
		color:#666;
		font-size:18px;
}

.common_textbox_small{
		width:25%;
		height:40px;
		border-radius:3px;
		border:#ccc solid 1px;
		margin:10px 0px 0 5px;
                /*padding:0 0 0 2%;*/
		padding:0 0 0 10px;
		font-family: 'MyriadProRegular';
		color:#666;
		font-size:18px;
                text-align: center;
}

.common_textbox_small2{
		width:18%;
		height:40px;
		border-radius:3px;
		border:#ccc solid 1px;
		margin:10px 0px 0 5px;
                /*padding:0 0 0 2%;*/
		padding:0 0 0 10px;
		font-family: 'MyriadProRegular';
		color:#666;
		font-size:18px;
                text-align: center;
}

.product_content{
		padding:15px;	
}
	
	
 a.blue_button{
		border:#ccc solid 1px;
		border-radius:3px;
		color:#666;
		padding:10px 15px;
		text-decoration:none;
		font-family: 'MyriadProRegular';
		background:#cbcbcb;
		width:12.8%;
		display:inline-block;
		margin:0 0 10px 0;
		font-size:18px;
		text-align:center;
 }
 
 
  a.blue_button:hover, a.selected_tab{
	  	background:#10a8b3;
		color:#fff;
		border-radius:3px;
		border:#ccc solid 1px;
		font-family: 'MyriadProRegular';
  }
  
  .price_bands{
	  	padding:0 0px 15px 15px;	
		display:table;
  }
  
  
 /*************************************SELECT BOX********************************/
  
.select-style {
    padding: 0;
    margin: 0;
    width: 99.7%;
    /*overflow: hidden;*/
    background-color: #fff;
	min-height:42px;
}

.select-style select {
    height:40px;
    width: 100%;
    margin: 0;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size:18px;
    color:#666;
    background: #fff url(../img/select_box_arrow.png) no-repeat 98% 50%;
}

.select-style select:focus {
    outline: none;
}

 /*************************************SELECT BOX********************************/

.select_box_panel{
		padding:8px 0 0 0;
}

.vat_pannel{
		
}

.vat_pannel_l{
		width:48%;
		float:left;
}

.vat_pannel_l span{
	color: #666;
    float: left;
    font-family: "MyriadProRegular";
    font-size: 18px;
    padding: 20px 20px 5px 0;
	}

.vat_pannel_r{
		width:48%;
		float:right;
		padding:10px 0 0 0;
}

.product_content_bottom{
}

.table0001 tr th{
		background:#e5e5e5;
		padding:10px 5px;
		vertical-align:middle;
		text-align:center;
		font-family: 'MyriadProRegular';
		color:#666;
		font-weight:normal;
		border-right:#ccc solid 1px;
		border-bottom:#ccc solid 1px;
		font-size:18px;
}

.table0001 tr th:last-child{
		border-right:0px;
		
}

.table0001 tr td{
		background:#fff;
		padding:10px 5px;
		vertical-align:middle;
		text-align:center;
		font-family: 'MyriadProRegular';
		color:#666;
		font-weight:normal;
		border-right:#ccc solid 1px;
		border-bottom:#ccc solid 1px;
		font-size:16px;
}

.table0001 tr td:last-child{
		border-right:0px;
		
}

.table0001 tr td:first-child{
		text-align:left;
		padding:0 0 0 0px;
		
}



.table0002 tr th{
		background:#e5e5e5;
		padding:10px 0;
		vertical-align:middle;
		text-align:center;
		font-family: 'MyriadProRegular';
		color:#666;
		font-weight:normal;
		border-right:#ccc solid 1px;
		border-bottom:#ccc solid 1px;
		font-size:18px;
}

.table0002 tr th:last-child{
		border-right:0px;
		
}

.table0002 tr td{
		background:#fff;
		padding:10px 0 11px 0;
		vertical-align:middle;
		text-align:center;
		font-family: 'MyriadProRegular';
		color:#666;
		font-weight:normal;
		border-right:#ccc solid 1px;
		border-bottom:#ccc solid 1px;
		font-size:16px;
}

.table0002 tr td:last-child{
		border-right:0px;
		
}

.table0002 tr td:first-child{
			
}

.table0003 tr th{
		background:#e5e5e5;
		padding:10px 0;
		vertical-align:middle;
		text-align:center;
		font-family: 'MyriadProRegular';
		color:#666;
		font-weight:normal;
		border-right:#ccc solid 1px;
		border-bottom:#ccc solid 1px;
		font-size:18px;
}

.table0003 tr th:last-child{
		/*border-right:0px;*/
		
}

.table0003 tr td{
		background:#fff;
		padding:10px 0 0 0;
		vertical-align:middle;
		text-align:center;
		font-family: 'MyriadProRegular';
		color:#666;
		font-weight:normal;
		border-right:#ccc solid 1px;
		border-bottom:#ccc solid 1px;
		font-size:16px;
}

.table0003 tr td:last-child{
		/*border-right:0px;*/
		
}

.table0002 tr td:first-child{
			
}

/************************************Checkbox***********************************/
.custom-checkbox, .custom-radio { position: relative; }
	
/* input, label positioning */
.custom-checkbox input, 
.custom-radio input {
	position: absolute;
	left: 2px;
	top: 3px;
	margin: 0;
	z-index: 0;
}
.custom-checkbox input{
        visibility: hidden;
}

/*.custom-checkbox label, 
.custom-radio label {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 1.3em;
	padding-right: 1em;
	line-height: 1;
	padding: .5em 0 .5em 0px;
	margin: 0 0 0 0;
	cursor: pointer;
}*/

.custom-checkbox label, 
.custom-radio label {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 1.3em;
    padding-right: 1em;
    line-height: 1;
    padding: 0.5em 0 0.5em 0px;
    margin: 0 0 0 0;
    cursor: pointer;
    width: 50px;
    background-color: #10a8b3 !important;
    height: 20px;
    border: 1px solid #CCC;
    border-radius: 5px;
    left: -15px;
    top: -8px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    
}

	
/* states */
.custom-checkbox label { background: url(../img/checkbox.gif) no-repeat }

.custom-radio label { background: url(images/radiobutton.gif) no-repeat; }

.custom-checkbox label, .custom-radio label {
	/*background-position: -10px -14px;*/
	background-position: 50% -7px;
}

.custom-checkbox label.hover,
.custom-checkbox label.focus,
.custom-radio label.hover,
.custom-radio label.focus {
	/*background-position: -10px -114px;*/
	background-position: 50% -107px;
}

.custom-checkbox label.checked, 
.custom-radio label.checked {
	/*background-position: -10px -214px;*/
	background-position: 50% -207px;
}

.custom-checkbox label.checkedHover, 
.custom-checkbox label.checkedFocus {
	/*background-position: -10px -314px;*/
	background-position: 50% -307px;
}

.custom-checkbox label.focus, 
.custom-radio label.focus {
	outline: 1px dotted #ccc;
}

.product_content_bottom_l{
		width:30%;
		float:left;	
		border-right:#ccc solid 1px;
		border-top:#ccc solid 1px;	
		border-left:#ccc solid 1px;
		height:377px;
		overflow:scroll;
		overflow-x: hidden;
}

.product_content_bottom_r{
		width:69%;
		float:right;
		border-left:#ccc solid 1px;	
		border-top:#ccc solid 1px;	
		border-right:#ccc solid 1px;	
		overflow:scroll;

}

.row {
    position: relative; 
    width: 960px!important;
}

.scroll-wrap { 
    overflow-x: scroll; 
    overflow-y: hidden;   
    white-space: nowrap!important; 
	overflow:scroll; 
	height:360px;
}

.button133{
    width:133px;
    height:46px;
    color:#fff;
    /*background:#10a8b3;*/
    background: rgba(16, 168, 179,1);
    font-family: 'MyriadProRegular';
    text-align:center;
    display:table-cell;
    vertical-align:middle;
    cursor:pointer;
    border-radius:2px;
    font-size:18px;
    border: 0 !important;
}
.button133:hover{
    background: rgba(16, 168, 179, .5);
}
.button100{
    width:100px !important;
}
/*.button158{
    width:158px !important;
}
.button279{
    width:279px !important;
}*/
.button158{
		width:158px;
		height:46px;
		color:#fff;
		background:#10a8b3;
		font-family: 'MyriadProRegular';
		text-align:center;
		display:table-cell;
		vertical-align:middle;
		cursor:pointer;
		border-radius:2px;
		font-size:18px;
}

.button279{
		width:279px !important;
		height:46px;
		color:#fff;
		background:#10a8b3;
		font-family: 'MyriadProRegular';
		text-align:center;
		display:table-cell;
		vertical-align:middle;
		cursor:pointer;
		border-radius:2px;
		font-size:18px;
}

.button_fit-content{
    padding: 0 15px;
    width: fit-content !important;
    height:46px;
    color:#fff;
    background:#10a8b3;
    font-family: 'MyriadProRegular';
    text-align:center;
    display:table-cell;
    vertical-align:middle;
    cursor:pointer;
    border-radius:2px;
    font-size:18px;
}


/************************************LOGIN***************************/

.login-page {
    width: 100%;
    margin: 0 auto;
}

.login-page * {
	box-sizing: border-box;
}
  
.login-container {
    width: 100%;  
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
}
  
.login-wrap {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
  
}
  
.login-more {
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
  
.login-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
}

.login-form {
    width: 560px;
    min-height: 100vh;
    display: block;
    background-color: #ffffff;
    padding: 55px 55px 55px 55px;
}

@media (max-width: 992px) {
    .login-form {
      width: 50%;
      padding-left: 30px;
      padding-right: 30px;
    }
  
    .login-more {
      width: 50%;
    }
}
  
@media (max-width: 768px) {
    .login-form {
      width: 100%;
    }
  
    .login-more {
      display: none;
    }
}
  
@media (max-width: 576px) {
    .login-form {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 55px;
    }
}

.login_panel{	
	display:table-cell;
	vertical-align:middle;	
    text-align: center;
}

.login_panel_main{
	border-radius:10px;
	background:#fff;
	/*height:278px;*/
	width:360px;
	display:inline-block;
	padding:20px;
}
		
.login_logo{
    text-align:center;
    /*border-bottom:#ccc solid 1px;*/
    padding:0 0 10px 0;
    margin:0 0 1px 0;
}
.login_logo > img{
    max-width: 100%;
    max-height: 150px;
    border-radius: 10%;
}

.login_logo > p{
    margin:20px 20px;
    font-size:24px;
}

.forgotpassword{
    padding:10px 0;
}

.forgotpassword a{
    color:#111;
    font-size:16px;
    font-family: 'MyriadProRegular';
    font-weight: bold;
    color: #F30;
    text-decoration:none;	
}

.forgotpassword a:hover{
    text-decoration:underline;
    color:#007068;
}

.login_btn{
    background:#10a8b3;
    border-radius:3px;
    color:#fff !important;
    font-family: 'MyriadProRegular';
    border:0;
    padding:10px 0px;
    font-size:18px;
    cursor:pointer;
    margin:10px 0 10px 0;
    text-align:center !important;
    display:block;
    width: 100%;
}

.login_panel_main b{
    display: block;
    color: #10a8b3;
    font-size: 18px;
     font-family: 'MyriadProRegular';
     text-align: left;
     font-weight: normal;
     padding: 5px 0;
}

.terms_con{
	padding:7px 0;
	text-align:left;
	color:#666;
	}

.terms_con input{
		margin-right:5px;
		padding:0 0 0 0;
}

.terms_con a{
		color:#07727a;
		text-decoration:underline;
		padding:0 0px 0 0;
}

.revenue_top_tab{
		padding:15px 0 0 0;
}

 a.revenue_blue_button{
		border:#ccc solid 1px;
		border-radius:3px;
		color:#666;
		padding:10px 0px;
		text-decoration:none;
		font-family: 'MyriadProRegular';
		background:#cbcbcb;
		width:31%;
		display:inline-block;
		margin:0 0 10px 0;
		font-size:18px;
		text-align:center;
 }
 
 
  a.revenue_blue_button:hover, a.selected_tab{
	  	background:#10a8b3;
		color:#fff;
		border-radius:3px;
		border:#ccc solid 1px;
		font-family: 'MyriadProRegular';
  }
  
  .revenue_pannel_left{
	  	width:15%;
		float:left;
  }
  
  .revenue_pannel_left ul{
	  	padding:0px;
		margin:0px;
		list-style:none;
  }
  
  .revenue_pannel_left ul li{
	  	width:100%;
		text-align:center;
		border:#ccc solid 1px;
		margin:0 0 5px 0;
  }
  
  .revenue_pannel_left ul li a{
	  	padding:12px 0;
		
		display:block;
  }
  
  .revenue_pannel_right{
	  	width:85%;
		float:left;
  }
  
 .no_padding_top{
	 	padding-top:0px;
 }
 
 
/*************************************REseller***********************************/
.reseller_table_pan{
    border:#ccc solid 1px;
    height:320px;
    overflow:visible;
    /*overflow-x: hidden;*/
}

/********************************My Account************************************/
.my_account{
	width:100%;
	}
	
.my_account span{
	color: #666;
    float: left;
    font-family: "MyriadProRegular";
    font-size: 18px;
    padding: 20px 0px 0px 0;
	width:50%;
}

.my_account_right{
		width:50%;
		float:left;
}

.sp_reseller_manage_top_left{
		width:58%;
		float:left;		
}

.sp_reseller_manage_top_right{
		width:38%;
		float:right;		
}
		
/*============== added by mukul ===============*/
label.error, .error-message{
    width: 100%;
    text-align: left !important;
    font-size: .9rem;
    color: #F30;
    margin-left: 2%;
    margin-top: 5px;
    display: block;
    background-image: none !important;
}
.orange-message{
    width: 100%;
    text-align: left !important;
    font-size: .9rem;
    color: #F80;
    margin-left: 2%;
    margin-top: 5px;
    display: block;
    background-image: none !important;
}
.blue-message{
    width: 100%;
    text-align: left !important;
    font-size: .9rem;
    color: blue;
    margin-left: 2%;
    margin-top: 5px;
    display: block;
    background-image: none !important;
}
.gray-message{
    width: 100%;
    text-align: left !important;
    font-size: .9rem;
    color: #CCC;
    margin-left: 2%;
    margin-top: 5px;
    display: block;
    background-image: none !important;
}
label.chkbx_list{
    text-align: right !important;
    margin-top: 0 !important;
}
		
/*============== END added by mukul ===============*/

/*********************Search box********************/
.search_heading{
    width: 14%;
    float: left;
}

.search_heading h2{
        padding: 8px 0 0 0;
        margin: 0px;
        color: #666;
        font-size: 18px;
        font-family: 'MyriadProRegular';
        font-weight: normal;
}

.search_select_box{
        width: 35%;
        float: left;
}

.searchtextbox{
        width: 40%;
        float: left;
        margin: 0 5px 0 5px;
        }
        
.search_btn{
/*    background: #10a8b3;*/
    background: rgba(16, 168, 179, 1);
    padding: 1px 5px 0 5px;
    width: auto;
    height:42px;
    margin: 0 0 0 5px;
    text-align: center;
    display: table-cell; 
    vertical-align: middle;
    border-radius:3px;
 }
.search_btn:hover{
    background: rgba(16, 168, 179, .5);
}
 .search_btn img{
     margin: 0px !important;
     border: 0px !important;
     padding: 0px !important;
     
   }
   
.search_btn_red{
    /*background: #ea5252;*/ 
    background: rgba(234, 82, 82, 1);
 }
.search_btn_red:hover{
    /*background: #ea5252;*/ 
    background: rgba(234, 82, 82, .5);
 }
 
 .search_btn_margin{
    margin-right: 5px !important;
 }
/*********************Search box********************/

/**********************Tab Style********************/
.container {width: 500px; margin: 10px auto;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 31px;       
/*	border-left: none;*/
	margin-bottom: 2px;
	background: #cbcbcb;
	overflow: hidden;
	position: relative;
        margin-right: 2px;
        border-radius:3px;
       
}

ul.tabs li:first-child{
    border-left: none;
}

ul.tabs li a {
	text-decoration: none;
	color: #666 !important;
	display: block;
	font-size: 18px;
	padding: 4px 20px;
	border: 1px solid #fff;
	outline: none;
        font-family: 'MyriadProRegular';
         border-radius:3px;
}
ul.tabs li a:hover {
	background: #10a8b3;
        color:#fff !important;
}

ul.tabs li.active a {
        color: #fff !important;
	background: #10a8b3;
   
}
ul.tabs li.active a {
        color: #fff !important;
	background: #10a8b3;
   
}

.tab_content_wrong {
    background-color: #ea5252 !important;
    /*box-shadow:inset 0px 0px 0px 10px #f00;*/
}

.tab_container {
	
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
        min-height: 380px;
}
.tab_content {
	padding: 10px 0px 0 0;	
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

.tab_left{
        border: #ccc solid 1px;
        border-radius:3px;
        padding-right:20px;
        padding-left:20px;
        padding-top:10px;
        padding-bottom:20px;
 }
 
 .tab_right{
        border: #ccc solid 1px;
        border-radius:3px;
        padding-right:20px;
        padding-left:20px;
        padding-top:10px;
        padding-bottom:20px;
 }
 
 .tab_inner_right{
     width: 100%;
     border: #ccc solid 1px;
     margin: 5px 0 0 0;
     border-radius: 3px;
     height: 48px;
    }
    
 .tab_inner_right_l{
        width: 80%;
        float: left;
        border-right: #ccc solid 1px;
        padding: 0px 10px;
        height: 48px;
    }
    
    .tab_inner_right_l p{
            color: #666;
            font-size: 18px;
            font-family: 'MyriadProRegular';
            float: left;
            line-height: 36px;
    }
    
 .tab_inner_right_r{
        width: 10%;
        float: right;
        height: 48px;
    }
    
.tab_inner_right_r p{
    color: #666;
    font-size: 18px;
    font-family: 'MyriadProRegular';
    line-height: 40px;
 }
    
    .tab_check{
            margin: 8px 0 0 0px;
            padding: 0px;
    }
    
    .tab_textbox{
        margin-top: 5px;
    }
    
    .tab_btn{
            float: right;
    }
    
.setting_btn{
    /*background: none repeat scroll 0 0 #10a8b3;*/
    background: rgba(16, 168, 179, 1);
    border: 0 none !important;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: table-cell;
    font-family: "MyriadProRegular";
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    padding: 0px 10px;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin-top: 6px;
}
.setting_btn:hover{
    background: rgba(16, 168, 179, .5);
}
.tab_small_textbox{
        margin-top: 4px; margin-left: -28%; height: 30px;

}

/**********************Tab Style********************/


#black_overlay{
    background: url("../img/black_transperent_img.png") repeat scroll 0 0 transparent;
    position: absolute;   
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 0px;
    left:0px;
    display: table;
}

#black_overlay div{
    
   
    width: auto;
    max-height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#black_overlay div div{
    background: url("../img/load2.gif") #FFF;
    border:#ccc solid 1px;
    border-radius: 5px;
    /*display: inline-block;*/
}

/****************************************Search Locaion*****************************/
.search_left_panel{
        width: 72%;
        float: left;
        border-right: #ccc solid 1px;
        border-left: #ccc solid 1px;
        border-top: #ccc solid 1px;
}

.search_table tr th{
		background:#e5e5e5;
		padding:10px 0 10px 10px;				
		font-family: 'MyriadProRegular';
		color:#666;
		font-weight:normal;
		border-right:#ccc solid 1px;
		border-bottom:#ccc solid 1px;
		font-size:18px;
                text-align: left;
}

.search_table tr th:last-child{
		border-right:0px;
		
}

.search_table tr td{
    /*background:#fff;*/
    background:transparent;
    padding:10px 10px 11px 10px;				
    font-family: 'MyriadProRegular';
    color:#666;
    font-weight:normal;
    border-right:#ccc solid 1px;
    border-bottom:#ccc solid 1px;
    font-size:16px;
}

/*,
.products_top_left .tab_inner_right:hover ,
.products_top_right .tab_inner_right:hover */

.search_table tr:hover td ,
.table0001 tr:hover td ,
.table0002 tr:hover td 
{
    background: rgb(227, 255, 218);
}
.tab_inner_right:hover ,
.select-style:hover select,
.select-style:hover select,
.common_textbox:hover, .common_textbox:focus
{
    background-color: rgb(227, 255, 218);
}
.search_table tr.red_row{
    background: #FFCCCC !important;
}

.search_table tr.red_row td{
    background:transparent !important;
}

.search_table tr td:last-child{
		border-right:0px;
		
}

.search_editdetails_btn{
     float: right;
     margin-right: 10px;
     margin-top: 0px;
 }


.search_right_panel{
        width: 39%;
        float: right;        
}

.search_right_panel_inner{
       
       text-align: center;
       
}

.seals_location{
		width:133px !important;
		height:46px;
		color:#fff;
		background:#10a8b3;
		font-family: 'MyriadProRegular';		
		cursor:pointer;
		border-radius:2px;
		font-size:18px;          
                line-height: 45px;
                float: right;
}

.address_detail{}

.address_details_l{
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
}

.address_details_l_inner{
        width: 49%;
        float: left;
        margin: 0 0 10px 0;
       
}

.address_details_r_inner{
        width:49%;
        float: right;
       margin: 0px 0 0 0;
}

.address_details_r{
    width: 48%;
    float: right;
}

.search_addedit_pannel{
        border: #ccc solid 1px;
        border-bottom:0px;
        width: 90%;
}

.search_table_text_c{
        text-align: center;
        }

.search_table_text_c{
        text-align: center;
        }
        
.search_addedit_bottom{
                float: right;
                margin: 10px 0 0 0;
                border: #ccc solid 1px;
                border-bottom: 0px;
                width: 70%;
                font-weight: bold;
        }
        
.search_table tr td b{
    padding-right: 10px;
    }
        
.payment_details{
       
    }
    
.payment_textbox_pannel{
        width: 60%;
        margin-bottom: 10px;
    }
    
.paymentdetails_table{
        border:#ccc solid 1px;
        border-bottom: 0px;
        width: 60%;
    }
    
.telephone_support{
    border: #ccc solid 1px;
    border-bottom:0px;
}


.print_btn {
    background: none repeat scroll 0 0 #10a8b3;
    border-radius: 3px;
    display: table-cell;
    height: 42px;
    padding: 1px 5px 0;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin: 0 auto;
}

.print_btn a{
        padding: 1px 2px 0 2px;
        display: block;
}

.print_btn a img{
     margin: 0px;
     float: none;
     border: none;
     padding: 0px;
}

.checkedbox_img{
        width: 18px;
        height: 18px;
        overflow: hidden;
        background:url(../img/checkbox.gif) no-repeat center 0;
        background-position: -14px -217px;
}

.checkedbox_img img{
    
}

/*********************Main menu************************/
/*
* Main menu
*/
.menu_btn{
    /*background: #f14e56cc none repeat scroll 0 0;*/
    background: #FFF none repeat scroll 0 0;
    color: #666;
    border: #FFF solid 1px;
    border-radius: 2px;
    display: inline-block;
    line-height: 35px;
    padding: 5px 10px;
    position: absolute;
    right: 2.5vw;
    top: 6px;
    text-decoration: none;
    font-size: 18px;
}

.menu_btn img{
		/*width:50%;*/
    height: 35px;
    float: left;
    margin-right: 10px;
}

.main_menu_button_text{
    line-height: 35px; 
    margin-left: 5px;
    display: unset;
}
.menu_top_pannel {
    background-color: #f1f1f1;
    position: relative;
    text-align: left;
    border-bottom:#ccc solid 1px;
    
/*    padding: 5px 0;*/
}
.menu_top_pannel *{
    color: #666;
    text-decoration: none;
}
.menu_top_pannel > div{
    padding-left: 5px; 
}

.edit_email_pass{
    margin-top: 5px;
}

.edit_email_pass *{
    color: #000;
    font-weight: bold;
}

.email_home_link{
    padding: 0 5px 0 0;
    text-decoration: underline; 
    text-align: right;
}
.menu_top_pannel h3 {
    color: #fff;
    font-family: "MyriadProRegular";
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 5px 0 8px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
}

.logout{
        position: absolute;
        top:3px;
        right: 5px;
}

.logout a{
        color: #fff;
        line-height: 20px;
}

.home{
      position: absolute;
      top:3px;
      left: 5px;
}

.home b a{
    color: #10a8b3;
    font-family: "MyriadProRegular";
    font-size: 18px;
    font-weight: normal;   
    text-decoration: none;
}
.drop_menu_profile{
      position: absolute;
      top:3px;
      right: 5px;
}

.drop_menu_profile img{
    width: 34px;
    background-color: #FFF;
}
.logout img{
      
}

/********************DIV SHOW HIDE************************/

#slidingDiv{
    background-color: #fff;
    padding:2px;
    margin-top:10px;
    border-bottom:5px solid #333;
    position:absolute;
    top:-10px;
    right:0px;
    z-index:999;
    width:300px;
    -webkit-box-shadow: 1px 1px 10px 1px #000;
    box-shadow: 1px 1px 10px 1px #000;
    display:none;
}

.black_overlay{
    background:url(../img/black_transperent_img.png) repeat 0 0;
    width:95%;
    height:100%;
    position:fixed;
    z-index:99;
}

.menu_black_overlay{
    background:url(../img/black_transperent_img.png) repeat 0 0;
    width:100%;
    height:100%;
    position:fixed;
    z-index:99;
    display: none;
    top: 0;
    bottom: 0;
}

.inner_menu > ul{
		padding:0px;
		margin:0px;
		list-style:none;
}

.inner_menu > ul li{
		border-bottom: #ccc solid 1px;
		background:#f1f1f1;
		width:100%;
		float:none !important;
		            
}

.inner_menu > ul li a{
	text-decoration:none;
	color:#666;
	font-size:18px;
	font-family: 'MyriadProRegular';
	display:block;
	height:60px;
	width:100%;
	}

.inner_menu ul li a span{
	float:left;
	background:#012636;
	height:60px;
	width:60px;
	border-bottom:#666 solid 1px;
}

.inner_menu  ul li a b{
		font-weight:normal;
		color:#666;
		font-family: 'MyriadProRegular';
		font-size:18px;
		padding:17px 0 0 10px;
		float:left;
}

.inner_menu  ul li a b:hover{
		color:#065679;
}

.inner_menu ul li a span img{
		width:100%;
		height:100%;
}

/*ul.sub_menu{
        padding: 0px 0px 0px 0px;
        margin: 0px 0px; 
        list-style: none;
        background: #012636;
}

ul.sub_menu li{
        width: 100%;
}

ul.sub_menu li a span{
    display: inline-block;
    text-align: center;

}

ul.sub_menu li a span img{
        width:70%;
        height: 70%;
        padding-top: 10px;

}

ul.sub_menu li a b{
    display: inline-block !important;
}*/



/********************DIV SHOW HIDE************************/
/*********************Main menu************************/

/**************************Settings popup********************************/
#settings_black_overlay{
    background: url("../img/black_transperent_img.png") repeat scroll 0 0 transparent;
    position: absolute;   
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 0px;
    left:0px;
    display: table;
}
.settings_popup{
      width: 510px;
      margin:10% auto 0 auto;
      display: table;
     
     }
        
.settings_popup_inner{
        width: 510px;
        height: 241px;
        border-radius: 10px;
        background: #fff;
        margin: 14% auto 0 auto;
        padding: 20px;
        display: table-cell;
        vertical-align: middle;
        }
        
.setting_popup_top_l{
    width: 50%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
}

.setting_popup_top_l span{    
    color: #666;
    float: left;
    font-family: "MyriadProRegular";
    font-size: 18px;
    line-height: 38px;
    padding: 0 0 0 10px;
}

.setting_popup_top_r{
    width: 50%;
    float: right;
}

.kitchenPanel{
     border: 1px solid #ccc;
    height: 385px;
    overflow-x: hidden;
    overflow-y: scroll;
    
}

.kitchen_printer{
     float: left; line-height: 30px;
}

.font_size_pannel{
        border: 0px;
}
/**************************Settings popup********************************/

/****************************POPUP*******************************/
#popup{
    background:url("../img/black_transperent_img.png") repeat 0 0;
    height:100%;
    width: 100%;
    position:fixed;
    top: 0;
    left: 0;
	z-index:999;
	display:none;
}
#center{
	border-radius:10px;
        margin: 8% auto;
        width: 797px;
	position:relative;
	height:355px;
	background:#fff;
	padding:30px 15px;
}
#close{
    float: right;
    position: absolute;
    top: 0%;
	right:0;
	}
	
.day_pannel{
	width:23%;
	float:left;
}

.day_pannel h2{
    padding: 0px 0 5px 0;
    margin: 0px 0 5px 0;
    color: #666;
    font-size: 22px;
    text-align: center;
    border-bottom: #ccc solid 1px;
    font-weight: normal;
}

.time_pannel{
	width:35%;
	float:left;
	margin:0 0 0 20px;
	border:#ccc solid 1px;
	border-radius:5px;
}

.time_pannel h2{
    padding: 0px 0 5px 0;
    margin: 0px 0 0px 0;
    color: #666;
    font-size: 22px;
    text-align: center;
    border-bottom: #ccc solid 1px;  
    font-weight: normal;
}

.time_pannel_l{
		width:66%;
		float:left;
		border-right:#ccc solid 1px;
}

.time_pannel_l h2{
		padding:0px;
		margin:0px 0 3px 0;
		color:#10a8b3;
		font-size:20px;
		text-align:center;
		font-weight:normal;
		border-bottom:#ccc solid 1px;
}

.time_pannel_r{
		width:33%;
		float:right;
}

.time_pannel_r h2{
		padding:0px;
		margin:0px 0 3px 0;
		color:#10a8b3;
		font-size:20px;
		text-align:center;
		font-weight:normal;
		border-bottom:#ccc solid 1px;
}

.checkbox_hidden{
		display:none;
	}
	
.day_panel_box{
        font-size:18px !important;
        text-align:center;
        height:40px;
        line-height:37px;
        width:50px;
        height:40px;
        border-radius:3px;
        color:#000;
        width:100%;
        margin:0 0 4px 0;
        border:#ccc solid 1px;
        cursor: pointer;
}

		
.day_panel_box:hover, .day_panel_box_selected{
		background:#10a8b3;
		color:#fff;
		border-radius:3px;
}
	
.hours_panel_box{
    font-size:18px !important;
    color:#666;
    background:#f1f1f1;
    text-align:center;
    line-height:37px;
    width:40px;
    height:42px;
    border-radius:3px;
    float:left;
    margin:3px 3px;
    cursor: pointer;
}
		
.hours_panel_box:hover, .hours_panel_box_selected{
		background:#10a8b3;
		color:#fff;
}

.day_panel_box label{
    height:40px !important;
}
		

#company_logo_img {
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 20px;
    max-width: 210px;
    max-height: 210px;
    opacity: 1;
    padding: 5px;
    width:90%;
}

#company_logo_label{
    cursor: pointer;
    opacity: 1;
}

#company_logo_label:hover{
    opacity: .7;
}

/***************************************16-1-2015*******************************/
.input_labeltext{
    width: 40%;
    float:left;
    font-size: 18px;
    color: #666;
    font-family: 'MyriadProRegular';
    padding: 15px 0 0 0;
}

.input_label_field{
    width: 60%;
    float:right;
}

.time_add_edit_cntr{
    border: #ccc solid 1px;
    border-radius: 3px;
    margin: 10px 0 0 0;
    padding: 5px;
    cursor: pointer;
    opacity: 1;
}

.time_add_edit_cntr:hover{
    opacity: .5;
}

.time_add_edit{
    width: 90%;
    margin-bottom: 5px;
    border-bottom: #ccc solid 1px;
}

.time_add_edit span{
    color: #666;
    font-size: 18px;
    font-family: 'MyriadProRegular';
    width: 14%;
    /*float: left;*/
    text-align: center;
    padding: 8px 0 0 5px;
    float: none !important;
}

.time_add_edit span:first-child , .time_add_edit span:last-child{
    width: 33% !important;
}

.add_edit_day{
    border: #ccc solid 1px;
    padding: 5px 0;
    font-size: 18px;
    font-family: 'MyriadProRegular';
    color: #666;
    border-radius: 3px;
    margin: 10px 5px 0 0;
    width: 20%;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inactive_for_now{
    opacity: .4;
}
.inactive_for_now:hover{
    /*opacity: .4;*/
}




/************************************29-1-2015**************************/
.clerk_l_box{
        width: 48%;
        float: left;
        padding: 0 0 15px 0;
}

.clerk_r_box{
        width: 48%;
        float: right;
        padding: 0 0 15px 0;
}

.clerk_right{
        width:48%;
        float: right;
}


/*************************************************10-2-2015****************/
.drag_img{
        margin: 0px !important;
        float: none !important;
        background: #FFF;
}

.remote_pinter_l{
    width: 15%;
    float: left;
    border-right: #ccc solid 1px;
    padding: 0 0 5px 0;
 
}

.remote_pinter_l p {
    color: #666;
    float: left;
    font-family: "MyriadProRegular";
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    float: none;
}

.remote_pinter_mid{
    width: 70%;
    float: left;
    border-right: #ccc solid 1px;
    padding: 0 0 5px 10px;
}

.remote_pinter_mid p {
    color: #666;
    float: left;
    font-family: "MyriadProRegular";
    font-size: 18px;
    line-height: 36px;
}

.remote_pinter_r{
    width: 10%;
    float: right;
}

.group_img{
        width: 40%;
        height: 150px;
        border: #ccc solid 1px;
        margin: 20px 0 0 0;
}


/***************************12-2-2015***************************/
.pro_description span{
    color: #666;
    font-family: "MyriadProRegular";
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 8px 0 0;
    
}

.startdate_edndate{
        width: 16%;
        float: right;
        border: 1px solid #ccc;
        border-radius: 5px;
        
}

.startdate_edndate h2 {
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 5px;
    text-align: center;
}

.priceband_table{
        border: #ccc solid 1px;
        margin-top: 10px;
}

/*********************************18/2/2014****************************/
.salse_pan_text{
    padding: 10px 0 10px 10px;
}

.table0001 tr td p{
    font-size: 18px;
}


/**********************************27/2/2015**************************/

.platform_text{
    background: #10a8b3;
    color: #fff !important;
    font-family: "MyriadProRegular";
    font-size: 18px;
    width: auto !important;
    padding: 10px 0px !important;
    width: 25% !important;
    max-width: 170px;
    float: left;
    text-align: center !important;
}

.paltform_textfield{
    width: 65%;
    float: left;
    margin-bottom: 10px;
}

.updated_list{
    padding: 5px 0 0 0;
    margin: 0px;
    list-style: none;
}

.updated_list li{
        background:url(../img/list_update_background.png) no-repeat 0 10px;
        padding: 0 0 0 14px;
        margin: 0 0 5px 0;
}
.group_img1{
/*        width: 222px;
        height: 169px; */
        max-height: 104px; 
        max-width: 35%;
        margin: 0px 0 0 0;
}

.group_img1 img{
        max-width: 100%;
        max-height: 104px;
        border: #ccc solid 1px;
}

.modity_group span{
    padding: 0px;
    color: #666;
    float: left;
    font-family: "MyriadProRegular";
    font-size: 18px;

}

.common_textarea{
		width:95%;
		height:150px;
		border-radius:3px;
		border:#ccc solid 1px;
		margin:10px 0 0 0;
		padding:2% 0 0 2%;
		font-family: 'MyriadProRegular';
		color:#666;
		font-size:18px;
                resize: none;
}

.checking_layout{}

.checking_layout ul{
       padding: 0px;
       margin: 20px 0 0 0;
       list-style: none;
}

.checking_layout ul li{
        float: left;
        margin: 0 10px 10px 0;
}

.checking_layout ul li a{
        border:#ccc solid 1px;
        color: #666;
        font-family: "MyriadProRegular";;
        font-size: 20px;
        padding: 5px 0px;
        width: 60px;
        text-decoration: none;
        border-radius: 5px;
        display: block;
        text-align: center;
}

.checking_layout ul li a span{
        display: block;
        font-size: 14px;
}

.checking_layout ul li a:hover{
        background: #f2f2f2;
}

.check_tracking_right_table{
     border: #ccc solid 1px;
        border-bottom: 0px;
       margin-top: 20px;
}

.check_tracking_right_table table tr td{      
         padding: 10px 5px !important;
}

.main_check_tracking h2{
        color: #666;
        font-size: 18px;
        font-weight: normal;
        margin: 10px 0;
}

.bill_panel{
    color: #666;   
    font-family: "MyriadProRegular";
    font-size: 18px;
}

.bill_panel h2{
    text-align: center;
    color: #666;   
    font-family: "MyriadProRegular";
    font-size: 30px;
    padding: 0 0 10px 0;
    
}

.bill_panel p{
    text-align: center;
    color: #666;   
    font-family: "MyriadProRegular";
    font-size: 18px;
    padding: 5px 0 0 0;
    
}

.billing_table { padding: 10px 0 0 0;}

.billing_table tr td{
        padding: 3px 0 0 0;

}

.balance_table tr td{
        padding: 0 0 10px 0;
}


.test_style{
    color: #f00;
}

.printtake_panel h2{
        padding: 0px 0 10px 0;
        margin: 0px;
        color: #10a8b3;
        font-weight: normal;
        text-align: center;
        font-family: "MyriadProRegular";
        border-bottom: #ccc solid 1px;

}

.popup_left{
        width: 45%;
        float: left;
        margin: 15px 0 0 0;
        height: 300px;
        overflow: scroll;
        overflow-x: hidden;
        padding: 0 15px 0 0;
}

.popup_left h3{
        padding: 0px 0 5px 0;
        margin: 0px 0 10px 0;
        color: #10a8b3;
        font-size: 18px;
        font-weight: normal;
        border-bottom: #ccc solid 1px;
        
}

.popup_right{
        width: 45%;
        float: right;
        margin: 15px 10px 0 0px;
         height: 300px;
        overflow: scroll;
        overflow-x: hidden;
        margin-top: 15px 30px 0 0;
}

.popup_right h3{
        padding: 0px 0px 5px 0;
        margin: 0px 15px 10px 0;
        color: #10a8b3;
        font-size: 18px;
        font-weight: normal;
        border-bottom: #ccc solid 1px;
        
}

.stock_panel_l{
        width: 50%;
        float: left;
        margin-top: 10px;
}

.stock_panel_r{
        width: 50%;
        float: right;
        margin-top: 10px;
}

.printtake_panel span{
        padding: 15px 0;
        margin: 0px;
        color: #666;
        font-family: "MyriadProRegular";
        display: block;
}

.xz_report1 tr td{
    border-right:0px !important;
     border-bottom:0px !important;
}

.tf_no_decor input[type=number]::-webkit-inner-spin-button {
    display: none;
}


::-webkit-input-placeholder { /* Edge */
  color: #bbc;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #bbc;
}

::placeholder {
  color: #bbc;
}
