#navigation-menu {
	margin: 20px 0;
}

#list,
#page-data {
	padding: 10px; /* 10px;*/
}

.app-admin-area {
	margin: 20px 0;
}

.modal-full {
	width: 98%;
}

td.status {
	background: #68BF52;
	font-weight: bold;
	color: #000;
}
td.error {
	background: #F46666;
	font-weight: bold;
	color: #000;
}
/* Default Items */
html {
     /*overflow-y: -moz-scrollbars-vertical; 
     overflow-y: scroll;*/
}

img {
    max-width: 100%;
}

img.max-25 {
	max-width: 25% !important;
}
img.max-50 {
	max-width: 50% !important;
}
img.max-75 {
	max-width: 75% !important;
}

.clear { clear: both; }
.clear-after::after {
	clear:both;
	display:block;
	content:"";
}
.align-right 	{ text-align: right; }
.align-left 	{ text-align: left; }
.align-center	{ text-align: center; }
.div-left		{ float: left; }
.div-right		{ float: right; }

/* Language Alignment */
.align-right 	{ text-align: left; }
.align-left 	{ text-align: right; }
.div-left		{ float: left; }
.div-right		{ float: right; }

.AjaxLoading {
	position: fixed; 
	font-size: 12px; 
	top: 0; 
	left: 0;
	text-align:center; 
	z-index: 2147483647; 
	width: 100%;
}
.AjaxLoading .loader {
	background: #f4f4f4; 
	padding: 10px; 
	width: 180px;
	margin: 0 auto;
}

/* Main Container */
#site_all {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0; /*20px 10px;*/
	text-align: left; 
	margin: 0 auto;
}
/* Language Alignment */
#site_all.lang-right {
	text-align: right;
}

#site_content_sidebar_left {
	width: 25%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	padding: 5px;
}

/* Language Alignment */
#site_all.lang-right #site_content_sidebar_left {
	float: right;
}

#site_content_area {
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	padding: 5px;
}
/* Language Alignment*/
#site_all.lang-right #site_content_area {
	float: right;
}

#site_content_area.widest {
	width: 100%;
}

#site_content_area.wideLeft,
#site_content_area.wideRight {
	width: 100%;
} 

#site_content_sidebar_right {
	width: 25%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: right;
	padding: 5px;
}
/* Language Alignment */
#site_all.lang-right #site_content_sidebar_right {
	float: left;
}

#site_header_top, 
#site_header_content,
#site_header_bottom,
#site_content_top,
#site_content_content,
#site_content_bottom,
#site_footer_top,
#site_footer_content,
#site_footer_bottom {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
}

#site_content_top,
#site_content_content,
#site_content_bottom {
	padding: 0 5px 0 5px;
}

th.mobile-subtotal,
td.mobile-subtotal,
th.subtotal,
td.subtotal {
	text-align: right;
}
/* Language right aligned */
#site_all.lang-right th.mobile-subtotal,
#site_all.lang-right td.mobile-subtotal,
#site_all.lang-right th.subtotal,
#site_all.lang-right td.subtotal {
	text-align: left;
}

th.mobile-subtotal,
td.mobile-subtotal {
	visibility:hidden;
}

.table tbody > tr > td.no-border, 
.table tbody > tr.no-border {
	border: 0;
}

.table tbody > tr > td.twd1-last-td, 
.table thead > tr > th.twd1-last-th {
	text-align: right;
}

.table tbody > tr.text-left > td.twd1-last-td, 
.table thead > tr.text-left > th.twd1-last-th {
	text-align: left;
}

.table.payment-log tbody > tr > td.twd1-last-td, 
.table.payment-log thead > tr > th.twd1-last-th {
	text-align: left;
}

.table tbody > tr > td.twd1-last-td div.btn-group > ul.dropdown-menu {
	text-align: left;
}

/* Language right aligned */
#site_all.lang-right .table tbody > tr > td.twd1-first-td, 
#site_all.lang-right .table thead > tr > th.twd1-first-th {
	text-align: left;
}
#site_all.lang-right .table.payment-log tbody > tr > td.twd1-first-td, 
#site_all.lang-right .table.payment-log thead > tr > th.twd1-first-th {
	text-align: left;
}
#site_all.lang-right .table tbody > tr > td.twd1-last-td div.btn-group > ul.dropdown-menu {
	text-align: left;
}

.no-content {
	display: none;
}

/* Some cart functions */
.cart-item-image {
	width: 25%;
	float: left;
}

.cart-item-image img {
	max-width: 99%;
}

.cart-item-data {
	width: 75%;
	float: left;
}

.twd1-cart-shipping .form-group.padded {
	text-align: right;
}

/* Pagination items*/
ul.pagination { 
	float: left;
	margin-right: 10px;
}

.pagination-items-per-page {
	float: right;
	margin: 20px 0;
	width: auto;
}

.pagination-sort-by {
	float: right;
	margin: 20px 10px 20px 0;
	width: auto;
}

/* Pagination Loader CSS */
#pagination.twd1_pagination.pagination-loader .twd1-page-load-btn {
	display:none;
}

#pagination-bottom.twd1_pagination.pagination-loader .pagination-items-per-page,
#pagination-bottom.twd1_pagination.pagination-loader .pagination-sort-by {
	display:none;
}
#pagination-bottom.twd1_pagination.pagination-loader .twd1-page-load-btn {
	width:auto;
}

/* Filter Items */
.twd1-filter-brand-a img {
	margin: 10px 5px;
	max-width: 100%;
	padding: 5px;
}
.twd1-filter-brand-a.active img,
.twd1-filter-brand-a img:hover,
.twd1-filter-brand-a img:focus {
	background-color: #eeeeee;
}

#list-search-form {
	margin-left: 10px;
}

#list-search-form .formbuilder #catalog-search-form .form-group:nth-of-type(1) {
	width: 50%;
} 
#list-search-form .formbuilder #catalog-search-form .form-group:nth-of-type(1) .form-control {
	width: 100%;
}

.twd1-notifications fieldset legend {
	border: 0;
	font-size: 14px;
	margin: 0 0 0 5px
}
.twd1-notifications fieldset legend a {
	
}
.twd1-notifications fieldset div.fieldset-wrapper {
	margin-top: 10px;
}

.btn-group.icon-dropdowns ul.dropdown-menu {
	width: 600px;
}
.btn-group.icon-dropdowns ul.dropdown-menu li {
	float: left;
}


/* iPad */
@media only screen and (min-width: 568px) and (max-width: 1024px)  {
	#site_all {
		min-height: 768px;
	}
	
	#site_content_area { 
		width: 75%;
	}
	#site_content_sidebar_right {
		clear: both;
		width:100%;
	}
	
}

/* iPhone */
@media only screen and (max-width: 568px) { 
	#site_all {
		min-height: 300px;
	}
	
	#site_content_sidebar_right,
	#site_content_sidebar_left {
		/*display: none;*/
		width: 100% !important;
	}
	
	#site_content_area,
	#site_content_sidebar_right,
	#site_content_area.wideLeft,
	#site_content_area.wideRight {
		clear: both;
		width:100% !important; 
	}
	
	tbody td.twd1-middle-td,
	thead th.twd1-middle-th {
		display: none;
	}
	
	th.mobile-subtotal,
	td.mobile-subtotal {
		visibility:visible;
	}
	
	div#pagination.twd1_pagination.text-left,
	div#pagination-bottom.twd1_pagination.text-left {
		text-align: center;
	}
	ul.pagination,
	.pagination-sort-by,
	.pagination-items-per-page {
		float: none;
		width: auto;
		margin: 5px auto;
	}
	
	.template-name,
	.panel-heading h3,
	.panel-heading h2,
	.panel-heading h1 {
		font-size: 18px !important;
	}
	
	
	
}

/* Windows Phone */ 
@media screen and (max-width: 400px) {
	@-ms-viewport{
    	width: 320px;
  	}
}

/* TWD1 Related Items */
.customer-1 #site_all {
	margin-top: 20px;
	min-height: 100%
}
.customer-1  #site_content_area {
	margin-bottom: 40px;
}
.customer-1 #site_header_top,
.customer-1 #site_header_content,
.customer-1 #site_header_bottom,
.customer-1 #site_footer_top, 
.customer-1 #site_footer_content,
.customer-1 #site_content_area.widest {
	padding-left: 10px;
	padding-right: 10px;
}

.customer-1 #site_content_sidebar_left,
.customer-1 #site_content_area.wideLeft {
	padding-left: 10px;
}
.customer-1 #site_content_sidebar_right,
.customer-1 #site_content_area.wideRight {
	padding-right: 10px;
}

.customer-1 .twd1-copy-right {
	width: 100%;
	color: #fff;
	padding: 10px;
	margin-top: 10px;
	position: fixed;
    left: 0;
    bottom: 0;
    
    z-index: 100000000;
}

/* Nav Menu Fix */
@media screen and (max-width: 968px) {
	.customer-1 .navbar ul.nav > li > a:first-child {
		padding-left:8px;
		padding-right:8px;
	}
}
div.form-group-no-chosen {
	margin-top: -20px;
}

div.group-inlineform-group

div.form-group.inline-padded {
	margin-top: -8px;
}

div.form-group.inline-padded-reversed {
	margin-top: 26px;
}

.icon-padded {	
	padding: 0 0 0 10px;
	display: block;
	letter-spacing: 2px;
}

.form-group.menu-icons .btn-group label {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.form-group.menu-icons .btn-group label.no-icon {
	width: 79px;
	margin-left: -1px;
}

.form-group.menu-icons .btn-group label.no-icon-flags {
	width: 101px;
	margin-left: -1px;	
}

/* Form Fix */
@media screen and (max-width: 768px) {
	.twd1-app-block-wrapper .form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

}

.btn-super-lg {
	width: 100%;
	font-size: 38px;
}

.form-group .btn-group {
	width: 100%;
}


.customer-1 .carousel.slide.twd1 .carousel-indicators li {
	background: #fff;
	border: 1px solid #2B669A;
}

.customer-1 .carousel.slide.twd1 .carousel-indicators li.active { 
	background: #2B6698;
}

.carousel-control.left.twd1-standard {
    background-image: none; /*linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%);*/
    /*color: #428bca;*/
    width: 50px;
    padding-left: 2px;
}
.carousel-control.right.twd1-standard {
    background-image: none; /*linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.5) 100%);*/
    /*color: #428bca;*/
    width: 50px;
    padding-right: 2px;
}
/* Language Alignment */
#site_all.lang-right .pull-right {
	float: left !important;
	left: 0;
	right: auto;
	text-align: right !important;
}

#site_all.lang-right .pull-left {
	float: right !important;
	left: auto;
	right: 0;
	text-align: right !important;
}

@media (min-width: 767px) { 
	#site_all.lang-right .dropdown-menu {
		float: right;
		left: auto;
		right: 0;
	}
	
	#site_all.lang-right .dropdown-menu.pull-right {
		float: left !important;
		left: 0;
		right: auto;
		text-align: right !important; 
	}
	
	#site_all.lang-right .dropdown-menu.pull-left {
		float: right !important;
		left: auto;
		right: 0;
		text-align: right !important;
	}
	
	#site_all.lang-right .nav-pills > li,
	#site_all.lang-right .navbar-nav,
	#site_all.lang-right .navbar-nav > li,
	#site_all.lang-right .nav-tabs,
	#site_all.lang-right .nav-tabs > li {
	    float: right;
	}
	#site_all.lang-right .navbar-header,
	#site_all.lang-right .navbar-brand {
		float: right;
	}
	
	#site_all.lang-right .nav-pills.nav-stacked > li,
	#site_all.lang-right .nav-tabs.nav-justified > li,
	#site_all.lang-right .nav-pills.nav-justified > li {
		float: none;
	}
}

#site_all.lang-right th, 
#site_all.lang-right td {
	text-align: right;
}

#site_all.lang-right .col-sm-0,
#site_all.lang-right .col-sm-1, 
#site_all.lang-right .col-sm-2, 
#site_all.lang-right .col-sm-3, 
#site_all.lang-right .col-sm-4, 
#site_all.lang-right .col-sm-5, 
#site_all.lang-right .col-sm-6, 
#site_all.lang-right .col-sm-7, 
#site_all.lang-right .col-sm-8, 
#site_all.lang-right .col-sm-9, 
#site_all.lang-right .col-sm-10, 
#site_all.lang-right .col-sm-11, 
#site_all.lang-right .col-sm-12 {
	float: right;	
}

#site_all.lang-right .form-group.padded {
	padding-right: 10px;
	padding-left: 0;
}

#site_all.lang-right .form-horizontal .tinymce-editor {
    margin-left: 5px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#site_all.lang-right .radio input[type="radio"], 
#site_all.lang-right .radio-inline input[type="radio"], 
#site_all.lang-right .checkbox input[type="checkbox"], 
#site_all.lang-right .checkbox-inline input[type="checkbox"] {
	float: right;
	margin-left: 10px;
	margin-right: 5px;
}

#site_all.lang-right .btn-group > .btn, 
#site_all.lang-right .btn-group-vertical > .btn {
	float: right;
}

#site_all.lang-right .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#site_all.lang-right .btn-group > .btn:last-child:not(:first-child),
#site_all.lang-right .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#site_all.lang-right .chzn-container-multi .chzn-choices li {
	float: right;
} 
#site_all.lang-right .form-control {
	text-align: right;
}
#site_all.lang-right .popover {
	text-align: right;
}

#site_all.lang-right .tab-content {
	clear: both;
}

/* Sliding Footer */
#twd1-footer-slider-cont {
	display: none !important;
	position: fixed;
	bottom:-30px;
	width: 100%;
	border: none !important;
	margin: 0 !important;
	z-index: 100000000;
	border-radius: 0;
}
#twd1-footer-slider-btn {
	display: none !important;
	position: absolute;
	top: -50px;
	text-align:center;
	width:100%;
	height:50px;
	border: none;
	cursor: pointer;
	padding-top: 15px;
	border-radius: 0;
	opacity: 0.85;
}
#twd1-footer-slider-btn:hover {
	opacity: 1;
}

#twd1-footer-slider-content {
	width: 100%;
	height: 0;
	border: none !important;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
		
}

fieldset legend,
fieldset.black-small legend{
	margin-left: -10px;
	font-size: 16px;
}

fieldset legend a {
	text-decoration: none;
}

fieldset.black-small legend a {
	color: #000;
	text-decoration: none;
}

fieldset.collapsed .fieldset-wrapper {
	display: none;
}

.category_slider .mi-slider#the-slider {
	margin-top: -150px;
}
/* menu itoms*/
.authenticated-user .twd1-loggedout {
	display: none;
}

.panel-heading {
	position:relative;
}

.panel-heading .pull-right.minus {
	/*padding-top: 16px;*/
	position:absolute;
	right:10px;
}

.panel-heading .pull-left .collapsable,
.panel-heading .pull-right.minus span {
	cursor: pointer;
}

@media (max-width: 991px) {
	.appstore-cont.dashboard {
		padding-right: 0;
	}
}

.panel-body.collapsed {
	display: none;
}

.twd1-cloud-roya {
	width: 320px;
	max-width: 320px;
	margin: 10px auto;
	text-align: center;
}

.twd1-cloud-roya img {
	max-width: 100%;
}


.twd1-simplyimage-widget .text-wrapper {
	padding: 5px 0;
}

.app.hosting.filemanager .alert, .app.hosting.filemanager_edit_file .alert {
	margin: 20px 20px 0 20px;
}

.twd1-update {
	margin-right:10px;
}

.twd1-cart-coupon {
	padding:0 20px;
	width:200px;
}

.twd1-cart-shipping {
	padding:0 20px;
	width:400px;
}

@media screen and (max-width: 968px) {
	.twd1-cart-coupon {
		padding:0 20px;
		width:100%;
	}
	
	.twd1-cart-shipping {
		padding:0 20px;
		width:100%;
	}
}

.twd1-newsletter-result {
	margin-top:5px;
	padding:10px;
}

.twd1-list-padding {
	padding-bottom:60px;
}

.twd1-menu-loggedout ul.nav.navbar-nav {
	width: 90%;
}


.table.ticket-info tr td,
.table.all-left tr td {
	text-align: left !important;
	border: 0;
}

/*******************************
Layout
*******************************/
.group-inline .col-sm-1 {
	width:auto;
}
@media screen and (max-width: 767px) {
	.form-group .col-sm-3 {
		width:50%;
		float:left;
	}
	.form-group .col-sm-1 {
		width:auto;
		float:left;
		padding:0;
		padding-left:5px;
	}
}

/********************************
TIME LINE Starts
********************************/
.timeline {
	position:relative;
	margin-bottom:60px;
}


/* left */
.timeline .timeline-left .item {
	background-color: rgba(0,0,0,0.06);
	border-right:rgba(0,0,0,0.06) 3px solid;
	padding:15px;
	margin-left:50px;
	margin-bottom:30px;
	position:relative;
}
.timeline .timeline-left .item:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	width: 0; height: 0;
	position: absolute;
	border-right-color: rgba(0,0,0,0.06);
	border-width: 10px;
	top: 10px; left:-20px;
}
.timeline .timeline-left .item:before {
	right: 100%;
	border: #ddd 5px solid;
	content: " ";
	position: absolute;
	top: 10px; left:-50px;
	background-color:#333;
	width:22px; height:22px;
	z-index:1;

}
.timeline-left:after {
	background: #ddd;
	z-index:0;

	content: "";
	display: block;
	left: 10px; top:0; bottom:0;
	position: absolute;
	width: 4px;
	opacity: 0.35;
}
.timeline  .timeline-left .timeline-centered-title {
	float:right;
	content:' ';
	clear:both;
	font-size:19px;
}

/* right */
.timeline .timeline-right .item {
	background-color: rgba(0,0,0,0.06);
	border-left:rgba(0,0,0,0.06) 3px solid;
	padding:15px;
	margin-right:50px;
	margin-bottom:30px;
	position:relative;
}
.timeline .timeline-right .item:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	width: 0; height: 0;
	position: absolute;
	border-left-color: rgba(0,0,0,0.06);
	border-width: 10px;
	top: 10px; right:-20px;
}
.timeline .timeline-right .item:before {
	right: 100%;
	border: #ddd 5px solid;
	content: " ";
	position: absolute;
	top: 10px; right:-50px;
	background-color:#333;
	width:22px; height:22px;
	z-index:1;

}
.timeline-right:after {
	background: #ddd;
	z-index:0;

	content: "";
	display: block;
	right: 10px; top:0; bottom:0;
	position: absolute;
	width: 4px;
	opacity: 0.35;
}
.timeline .timeline-right .item h4 {
	text-align:right;
}
.timeline .timeline-right .timeline-centered-title {
	float:left;
	content:' ';
	clear:both;
	font-size:19px;
}

/** centered **/
.timeline .timeline-centered .item {
	background-color: rgba(0,0,0,0.06);
	padding:15px;
	margin-bottom:30px;
	position:relative;
	margin-top:100px;
}
.timeline .timeline-centered .item:first-child {
	margin-top:0;
}
.timeline-centered:after {
	background: #ddd;
	z-index:0;

	content: "";
	display: block;
	top:0; bottom:0;
	position: absolute;
	width: 4px;
	opacity: 0.35;

	left: 50%;
	margin-left: 0;
	height:100%;
}
.timeline-centered .item {
	max-width:46%;
	width:100%;
}
.timeline .timeline-centered .item.pull-right:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	width: 0; height: 0;
	position: absolute;
	border-right-color: rgba(0,0,0,0.06);
	border-width: 10px;
	top: 10px; left:-20px;
}
.timeline .timeline-centered .item.pull-right:before {
	right: 100%;
	border: #ddd 5px solid;
	content: " ";
	position: absolute;
	top: 10px; left:-43px;
	background-color:#333;
	width:22px; height:22px;
	z-index:1;

}
.timeline .timeline-centered .item.pull-left:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	width: 0; height: 0;
	position: absolute;
	border-left-color: rgba(0,0,0,0.06);
	border-width: 10px;
	top: 10px; right:-20px;
}
.timeline .timeline-centered .item.pull-left:before {
	right: 100%;
	border: #ddd 5px solid;
	content: " ";
	position: absolute;
	top: 10px; right:-46px;
	background-color:#333;
	width:22px; height:22px;
	z-index:1;

}
.timeline .timeline-centered .item.pull-left h4 {
	text-align:right;
}
.timeline .timeline-centered .item.pull-right .timeline-centered-title {
	float:right;
	content:' ';
	clear:both;
	font-size:19px;
}
.timeline .timeline-centered .item.pull-left .timeline-centered-title {
	float:left;
	content:' ';
	clear:both;
	font-size:19px;
}

.timeline  .timeline-centered p {
	content:'';
	clear:both;	
}

@media only screen and (max-width: 768px) {
	.timeline-centered .item {
		width:100% !important;
		max-width:100% !important;
		margin:0 0 30px 0 !important;
	}
	.timeline .timeline-centered .item.pull-left,
	.timeline .timeline-centered .item.pull-right {
		float:none !important;
		display:block !important;
		position:relative !important;
	}
	.timeline .timeline-centered .item.pull-left h4 {
		text-align:left;
	}
	.timeline .timeline-centered .item.pull-right:after,
	.timeline .timeline-centered .item.pull-right:before,
	.timeline .timeline-centered .item.pull-left:after,
	.timeline .timeline-centered .item.pull-left:before,
	.timeline-centered:after {
		display:none;
	}
}
/********************************
TIME LINE Ends
********************************/

/********************************
MEDIA OBJECTS START
********************************/
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-right, .media > .pull-right {
    padding-left: 10px;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-bottom: 5px;
    margin-top: 0;
}
.media-list {
    list-style: outside none none;
    padding-left: 0;
}
/********************************
MEDIA OBJECTS End
********************************/
img.alignleft {
    display: inline;
    float: left;
    margin: 0 20px 15px 0;
    max-width: 100%;
}
img.alignright {
    display: inline;
    float: right;
    margin: 0 0 15px 20px;
    max-width: 100%;
}


/*******************************
Table Responsive Fix
*******************************/
@media screen and (max-width: 767px) {
	.table {
		display:block;
		overflow-x:auto;
	}
	.table .twd1-middle-td, .table .twd1-middle-th {
		display:table-cell;
	}
	
	.twd1-table-widget .table.widgets {
		display:table;
	}
	.table.table-no-block {
		display:table;
	}
	.table.table-no-block .twd1-first-td a {
		display:inline;
	}
	
}

@media screen and (max-width: 600px) {
	.media-left, .media-right, .media-body {
		display: block;
	}
}

.twd1-border-solid 			{ border: 1px solid #000; }
.twd1-border-dotted 		{ border: 1px dotted #000; }
.twd1-border-top			{ border-bottom: 0; border-left: 0; border-right: 0; }
.twd1-border-right			{ border-bottom: 0; border-left: 0; border-top: 0; }
.twd1-border-bottom			{ border-top: 0; border-left: 0; border-right: 0; }
.twd1-border-left			{ border-bottom: 0; border-top: 0; border-right: 0; }

/**** Roya bar */
.royabar-95 ul.nav.navbar-nav {
	width: 96%;
}
@media screen and (max-width: 1660px) {
	.royabar-95 ul.nav.navbar-nav {
		width: 95%;
	}
}
@media screen and (max-width: 1326px) {
	.royabar-95 ul.nav.navbar-nav {
		width: 94%;
	}
}
@media screen and (max-width: 1106px) {
	.royabar-95 ul.nav.navbar-nav {
		width: 92%;
	}
}
@media screen and (max-width: 1024px) {
	.royabar-95 ul.nav.navbar-nav {
		width: 93%;
	}	
}
@media screen and (max-width: 946px) {
	.royabar-95 .navbar-header {
		display: none;
	}
	.royabar-95 ul.nav.navbar-nav {
		width: 100%;
	}	
}
@media screen and (max-width: 767px) {
	.royabar-95 .navbar-header {
		display: block;
	}
	.royabar-95 ul.nav.navbar-nav {
		width: auto;
	}	
}

.form-group label a {
	padding-top: 5px;
	padding-bottom: 5px;
}

.form-group label a.twd1-popover.label.label-info {
	display:inline-block;
}

.loading-frame {
	margin: auto;
	width: 100%;
	height: 100%;
	opacity: 0.85;
	text-align: center;
	padding:80px 30px 0 30px;
}

.app.payment.invoices_print,
.app.payment.customer_invoices_print {
	padding: 0 !important;
	margin-top: 0 !important;
}

.app.payment.customer_invoices_print #site_entire_content_area,
.app.payment.invoices_print #site_entire_content_area {
	padding-top: 0 !important;
}
/* For Preview App*/ 
.twd1-preview-app {
	
}
.twd1-preview-app > .twd1-preview-edit > a.btn-info {
	display: none !important;
}

.twd1-select-payment select option {
	padding:8px 5px;
}

/* Modal Static Backdrop & Close Btn */
.modal-dialog.backdrop-static {
	position:relative;
}
.modal-dialog.backdrop-static .modal-close {
	background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 28px;
    padding-top: 5px;
    position: absolute;
    right: -18px;
    text-align: center;
    top: -18px;
    width: 46px;
    z-index: 999;
}

@media (max-width:480px) {
	.modal-dialog.backdrop-static .modal-close {
		font-size: 18px;
		right: -9px;
		top: -6px;
		width: 32px;
	}
}

/* Currency Block */
.block-currency-list .currency-selected {
	font-weight:bold;
}

/* Fix for Form checkbox */
.form-group .checkbox label input.checkbox-left {
	position:relative;
	margin-left:0;
	margin-right:5px;
}

.font-small {
	font-size: 10px;
	font-weight: unset;
}

/* Fix for all captions */
.main-slider .content-wrapper .carousel-caption.caption-left {
	/*right:30%;*/
	left:4%; !important;
	right: unset !important; 
	bottom: unset !important;
	
}
.main-slider .content-wrapper .carousel-caption.caption-right {
    /*left:30%;*/
	right:4% !important;
	left: unset !important;
	bottom: unset !important;
}