html{margin:0;padding:0;-webkit-text-size-adjust:none; Tahoma, sans-serif;}


h1, h2, h3, h4, h5, h6{font-weight:600; line-height:1.2; color: inherit; text-align: left; }

.sub-title {
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.sub-title span {
	color: #333;
	text-transform: none;
	margin-left: 10px;
	font-size: 120%;
	font-weight: normal;
}

.small-title {
	color: #000;
	font-size: 18px;
	margin-bottom: 30px;
}


/* PARAGRAPH */
hr{margin:20px 0; padding:0; border:1px solid #DDDDDD; border-width:1px 0 0; color:#fff; background:#fff;}
em{font-style: italic; font-weight:normal; }
strong, .bold{font-weight:bold;}
a {text-decoration: none; color: inherit; outline: none;}
a:hover {outline: none;}
.text-small {font-size: 80% !important}

table {width: 100%;}
button {cursor: pointer; }
button, input, textarea { border: 0; outline: none; font-family: inherit;}
textarea {height: 110px; resize: vertical;}

/* FORMS */
form.loading {
	opacity: 0.85;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  	-webkit-appearance: none;
  	margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

label a {
	text-decoration: underline;
}

label a:hover {
	text-decoration: none;
}

.form-control.validate_error {
	border-color: #cc0d0f;
}

.validate_error + label {
	color: #cc0d0f !important;
}

.form .link a {
	font-size: 15px;
	text-decoration: underline;
}

.form .link a:hover {
	text-decoration: none;
}

.form .buttons {
	margin-top: 20px;
}

.form .buttons .btn + a {
	margin-left: 20px;
}

.form-control {
	background: #fff;
	font-size: 16px;
	color: #000;
	border: 1px solid #bb2d1e;
	width: 100%;
	padding: 6px;
	height: 40px;
	margin-bottom: 10px;
}

/*
.form-control.shadow {
	box-shadow: 5px 5px 5px #f1f1f1 inset;
}
*/

.select {
	position: relative;
}

.select:after {
	content: "\f107";
	font-family: FontAwesome;
	color: #000;
	position: absolute;
	right: 4px;
	top: 35%;
	z-index: 1;
	text-align: center;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select select[disabled] {
	opacity: .5;
}

textarea.form-control {
	height: 100px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:   #6a6a6a;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #6a6a6a;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #6a6a6a;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #6a6a6a;
}

/* BUTTONS */
.btn {
	color: #fff;
	font-size: 16px;
	padding: 8px 10px;
	height: 40px;
	text-align: center;
	display: inline-block;
	line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.btn:hover {
	opacity: 0.85;
}

.btn.btn-auto {
	width: auto;
	padding: 8px 50px;
}

.btn.btn-block {
	width: 100%;
}

.btn.btn-sm {
	padding: 3px 10px;
}

.btn.btn-lg {
	font-weight: bold !important;
	padding: 15px 30px !important;
}

.btn.btn-green {	
	background: #bb2d1e;
	color: #fff;	
	font-weight: bold;
}

.btn.btn-primary {	
	background: #bb2d1e;
	color: #fff;	
	font-weight: bold;
}

.btn.btn-red {
	background: #bb2d1e;
	text-transform: uppercase;
	font-weight: bold;
}

.btn.btn-grey {
	background: #6a6a6a;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
}

.btn.btn-blue {
	background: #d1d1d1;
	color: #000;
}

.btn.btn-black {
	background: #000;
}

.btn.btn-default {
	background: #f5f5f5;
	color: #333 !important;
}

.btn.btn-ltgreen {
	color: #6a6a6a;
	background: #E5FFE9;
	text-transform: uppercase;
	font-weight: bold;
}

.btn.btn-link {
	border: 1px solid #d5d5d5;
	background: none;
	color: #6a6a6a !important;
}

.btn.btn-link input[type=checkbox] {
	margin-right: 15px
}

.btn.btn-buy {
	background: #bb2d1e;
	font-size: 22px;
	font-weight: bold;
}

.btn.btn-light {
	padding: 8px 25px;
	color: #6a6a6a;
	background: #fff;
	border: 1px solid #e6e6e6;
}

.btn.btn-buy i {
	margin-right: 5px;
}

/* TABS */
.tabs > ul {
	border-bottom: 1px solid #bb2d1e;
}

.tabs > ul > li {
	float: left;
}

.tabs > ul li a {
	color: #000;
	font-size: 16px;
	padding: 15px;
	display: block;
	text-transform: uppercase;
}

.tabs li:last-child a {
	border: 0;
}

.tabs li:hover a,
.tabs .ui-tabs-active a {
	background: #bb2d1e;
	color: #fff;
}

.tabs .ui-tabs-panel {
	display: block;
	padding: 10px 0px;
	margin-top: 20px;
	overflow-x: auto;
}

/* PAGE - TEXT*/
#page h1, .page-title {
	color: #bb2d1e;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #bb2d1e;
}

#page .text, .page .text {
	color: #6a6a6a;
	font-size: 14px;
	line-height: 1.46;
	text-align: justify;
}

#page .text a:hover {
	text-decoration: underline;
}

.text h6 {
	margin-top: 20px;
	margin-bottom: 5px;
}

.text {
	line-height: 1.4;
}

.text ul, .text ol {
	margin-left: 20px;
	padding-left: 10px;
}

.text ul {
	list-style: disc;
}

.text ol {
	list-style: decimal;
}

.text li {
	margin: 0 0 .25em;
	padding: 0 0 0 5px;
	line-height: 1.5;
}

.text p {
	margin-bottom: 20px;
}

.text a {
	color: #000;
}

.text a:hover {
	text-decoration: underline;
}

.text img {
	margin: 10px;
	max-width: 100%;
}

/* TABLES */

table.table {
	width: 100%;
}

.table td,
.table th {
	text-align: left;
	padding: 5px;
	vertical-align: middle;
}

.table th {
	background: #bb2d1e;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px;
}

.table th.sorting,
.text-nowrap {
	white-space: nowrap;
}

.table td {
	color: #000;
	font-size: 15px;
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 10px;
	line-height: 1.2;
}

.table .border-top-sm td {
	border-top: 2px solid #000 !important;	
}

.table .border-top-lg td {
	border-top: 3px solid #BB2D1E !important;
}

@media only screen and (max-width: 767px), projection and (max-width: 767px) {
	.table th, .table td {
		font-size: 12px;
	}
}

.table td a:hover {
	text-decoration: underline;
}

.table.table-hover tr:hover td  {
	background: #de2511 !important;
	color: #fff;
}

.table.rows tr:hover {
	cursor: pointer;
}

.table.table-stripped tr:nth-child(2n) td {
	background: #f5f5f5;
}

.table.table-stripped tr:nth-child(2n+1) td {
	background: #fff;
}

.table.table-first tr td:first-child {
	padding-left: 0;
}

.table .bg-green td {
	background: #79e552 !important;
}

.table.table-hover .bg-green:hover td {
	background: #79e552 !important;
	color: #000 !important;
}

/**/
.general .section {
	margin-bottom: 40px;
}


/* ALERTS */
.flash {
	padding: 15px;
	margin: 0 auto;
  	margin-bottom: 20px;
  	border: 1px solid transparent;
  	border-radius: 4px;
  	line-height: 1.4;
}

.flash a {
	color: #222;
	text-decoration: underline;
}

.flash a:hover {
	text-decoration: none;
}

.flash h4 {
  	margin-top: 0;
  	color: inherit;
}

.flash.success {
  	color: #3c763d;
  	background-color: #dff0d8;
 	border-color: #d6e9c6;
}

.flash.info {
 	color: #0593ce;
  	background-color: #f1fbff;
  	border-color: #b6e0f2;
}

.flash.warning {
 	color: #8a6d3b;
  	background-color: #fcf8e3;
  	border-color: #faebcc;
}

.flash.error, .flash.danger {
  	color: #a94442;
  	background-color: #f2dede;
  	border-color: #ebccd1;
}

/* HELPER CLASSES */
.clearfix{zoom:1;}
.clearfix:after{visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
.hidden {display: none;}
.right {text-align: right !important;}
.center {text-align: center !important;}
.nobg {background: none !important;}
.pull-right {float: right;}
.dropdown {display: none;}
.half {width: 50%; float: left;}
.help {cursor: help;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.img-responsive {max-width: 100%;}
.no-border {border: 0 !important;}
.small {font-size: 80%}

.green {color: #88c132;}
.red {color: #cc0d0f !important;}
.grey {color: #e1e1e1 !important;}
.blue {color: #2c5895;}
.text-warning {color: #ff8b32;}

/* PAGINATION */
#pagination { color: #6a6a6a; font-size: 14px; text-align: center; width: 100%; clear: both; margin-top: 30px; }
#pagination span {display: inline-block; }
#pagination a, #pagination .curr {padding: 5px 10px; background: #fff; border: 1px solid #d5d5d5; text-decoration: none; border-radius: 2px; margin-right: 3px;}
#pagination .curr { background: #d5d5d5; padding: 7px 10px; }
#pagination a:hover { background: #d5d5d5; }

/* SPINNER */
.ajax {
	color: #000;
	font-size: 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	z-index: 9999999;
}

/* WITHDRAWAL **/
.withdrawal-form .text {
	font-size: 16px !important;
}

.withdrawal-form .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.withdrawal-form [class*="col-"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    width: 100%;
}

.withdrawal-form .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.withdrawal-form .col-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}

.withdrawal-form .col-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
}

.withdrawal-form .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.withdrawal-form .col-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
}

.withdrawal-form .col-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
}

@media (min-width: 576px) {
    .withdrawal-form .col-sm-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .withdrawal-form .col-sm-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }

    .withdrawal-form .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .withdrawal-form .col-md-1 {
        flex: 0 0 8.3333%;
        max-width: 8.3333%;
    }

    .withdrawal-form .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .withdrawal-form .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .withdrawal-form .col-md-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }

    .withdrawal-form .col-md-11 {
        flex: 0 0 91.6667%;
        max-width: 91.6667%;
    }

    .withdrawal-form .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.withdrawal-form .form-group {
    margin-bottom: 15px;
}

.withdrawal-form .control-label {
    padding-top: 7px;
    margin-bottom: 0;
}

.withdrawal-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857; 
    margin-bottom: 0px;
}

.withdrawal-form textarea.form-control {
    height: auto;
    min-height: 80px;
    resize: vertical;
}

.withdrawal-form select.form-control {
    height: 34px;
}

.withdrawal-form .help-text {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
}

.withdrawal-form .text-muted {
    color: #777;
}

.withdrawal-form .input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.withdrawal-form .input-group .form-control {
    flex: 1 1 auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.withdrawal-form .input-group-btn {
    display: flex;
    align-items: stretch;
}

.withdrawal-form .input-group-btn .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.withdrawal-form .m-0  { margin: 0 !important; }
.withdrawal-form .mb-0 { margin-bottom: 0 !important; }
.withdrawal-form .mb-20 { margin-bottom: 20px !important; }
.withdrawal-form .mb-30 { margin-bottom: 30px !important; }
.withdrawal-form .mt-10 { margin-top: 10px !important; }
.withdrawal-form .mt-15 { margin-top: 15px !important; }
.withdrawal-form .mt-20 { margin-top: 20px !important; }
.withdrawal-form .mt-30 { margin-top: 30px !important; }
.withdrawal-form .mr-5  { margin-right: 5px !important; }
.withdrawal-form .pl-0  { padding-left: 0 !important; }

.withdrawal-form .text-uppercase { text-transform: uppercase; }
.withdrawal-form .text-italic    { font-style: italic; }

.withdrawal-form .scale-15 {
    transform: scale(1.5);
    transform-origin: left center;
}

.withdrawal-form .products-section {
	padding: 20px 0;
}

.withdrawal-form .product-card {
	display: flex;
	align-items: center; 
	gap: 16px; 
	border: 0.5px solid #e1e1e1;
	border-radius: 2px;
	padding: 12px 15px;
	margin-bottom: 8px;
	transition: border-color 0.15s;	
}

.withdrawal-form .product-card:hover {
	border-color: #9e9e9e;
}

.withdrawal-form .product-card a:hover {
	text-decoration: underline;
}

.withdrawal-form .cb-wrap {
	flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 20px;
}
.withdrawal-form .cb-wrap input[type=checkbox] { width: 17px; height: 17px; cursor: pointer; }

.withdrawal-form .product-img { flex-shrink: 0; width: 56px; height: 56px; border-radius: 2px; overflow: hidden;}
.withdrawal-form .product-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.withdrawal-form .product-info { flex: 1; min-width: 0; }
.withdrawal-form .product-name { font-size: 16px; font-weight: 500; }
.withdrawal-form .product-code { font-size: 13px; color: #333; margin-top: 5px; }
.withdrawal-form .product-qty { flex-shrink: 0; }
.withdrawal-form .product-qty select { font-size: 13px; padding: 4px 28px 4px 10px; height: 32px; min-width: 72px;  background: #f5f5f5; border: 0.5px solid #f5f5f5; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 8px center; cursor: pointer; }
.withdrawal-form .product-qty select:focus { outline: none; border-color: #ccc; }
.withdrawal-form .disabled-tag { font-size: 11px; font-style: italic; white-space: nowrap; }

.withdrawal-form .product-card--disabled {
    opacity: 0.6;
    pointer-events: none;
}

.withdrawal-form .product-card--disabled .cb-wrap {
    pointer-events: auto;
}

.d-flex {
    display: flex !important;
}

.align-center {
    align-items: center;
}

.vertical-align {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}