.test{
	height: 20px;
	border: 1px solid red;
}
.link-text{
    cursor: pointer;
}
.tab-content article{
	min-height: 268px;
}
.piggy-icon{
    padding: 10px;
    width: 50px;
}
.tab-row{
	display: flex;
	margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
}
.col-3{
	flex: 0 0 25%;
    max-width: 25%; 
}
.col-4{
	flex: 0 0 33.33%;
    max-width: 33.33%; 
}
.col-6{
	flex: 0 0 50%;
    max-width: 50%; 
}
.col-8{
	flex: 0 0 66.66%;
    max-width: 66.66%; 
}
.col-9{
	flex: 0 0 75%;
    max-width: 75%; 
}
.col-12{
	flex: 0 0 100%;
    max-width: 100%;
}
.half-col{
	display: inline-block;
    vertical-align: top;
}
.filter-form{
    background-color: #ededed !important;
    border-radius: 4px;
    padding: 5px 0px 10px 0px;
    border: 1px solid #ededed;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.form-control{
    display: block;
    width: 100%;
}
.data-box{
    max-width: 100%;
    margin: 0px 15px;
}
.data-box p.box-title, .data-box p span{
	color: #fff;
}
p.small{
	font-size: 1.0em;
    padding: 6px 0px;
}
.text-right{
	float: right;
}
.text-left{
	float: left;
}
.text-center{
    text-align: center;
}
.text-warning{
	color: #ff9126;
}
.text-primary{
	color: #04afe7;
}
.left-border{
    /*border-left: 1px solid #bdb1a9;*/
    padding: 0px 2px;
}
.giift_loading_spinner{
    display: none;
    position: absolute;
    left: 44%;
    z-index: 8;
}
.box-primary{
	border-width: 1px; 
    border-color: #04afe7;
    background-color: #04afe7;
    padding: 5px;
    margin: 0px 5px 15px 15px;
    border-radius: 4px;
}
.box-warning{
	border-width: 1px;
    border-color: #9c4e03;
    background-color: #ff9126;
    padding: 10px;
    margin: 0px 15px 10px 10px;
    border-radius: 4px 4px 0px 0px;
}
.box-footer{
	border-top: 1px solid #e67303;
    background-color: #ff7e00;
    color: #fff;
    margin: -10px 15px 10px 10px;
    border-radius: 0px 0px 4px 4px;
}
.padding-10-0{
	padding: 10px 0px;
}
.padding-30-0{
    padding: 30px 0px;
}
.padding-18-0{
	padding: 18px 0px;
}
.padding-5-10{
	padding: 5px 10px;
}
.no-padding{
	margin: 0px;
}
.pos-relative{
	position: relative;
}
.progress-bar-section{
	padding: 0px 50px;
}

.pbottom {
	float: left;
	width: 100%;
	position: relative;
	min-height: 90px;
}
.pbottom img {
	width: 100%;
}
.pbottom .point {
	width: auto;
    position: absolute;
    top: 19px;
    color: #838383;
    font-size: 1.1em;
    text-align: center;
}
.giift-tooltip{
    background-color: #fdb714;
    padding: 5px 10px;
    color: #fff;
    width: 55px;
    border-radius: 4px;
    position: relative;
    top: -43px;
    text-align: center;
    right: -38px;
    float: right;
}
.giift-tooltip-arrow{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fdb714;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    position: absolute;
    width: 0;
    height: 0;
}
.tooltip{
    background-color: #fdb714;
    padding: 5px 0px;
    color: #fff;
    width: 55px;
    border-radius: 4px;
    position: relative;
    text-align: center;
}
.tooltip-arrow{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fdb714;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    position: absolute;
    width: 0;
    height: 0;
}
.slider-track, .slider-tick{
	background-image: none;
	background-color: #b9aca4;
	opacity: 1
}
.slider-handle{
    background-color: #f4710d;
    background-image: none;
}
.slider-selection.tick-slider-selection, .slider-tick.in-selection{
	background-image: none;
	background-color: #f59c4b;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{
    padding-top: 15px;
}
.pbottom .sixpoint {
	right: calc(50%);
}
.pbottom .twpoint {
	left: calc(77%);
}
.hrf{
	width: 48%;
    display: inline-block;
    vertical-align: top;
}

/*progress bar*/
.myProgress {
   	margin-top: 50px;
    width: 100%;
    height: 20px;
    background-color: #04afe7;
    border-radius: 5px;
}

.myBar {
  	width: 0%;
    height: 20px;
    background-color: #ff9126;
    border-radius: 5px 0px 0px 5px;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}
.center{
	text-align: center;
}
/*giift buttons*/
.giift .gradient-button{
	height: 25px;
	font: normal 11px/24px 'OpenSansBold';
	margin-top:7%;
}
.giift .gradient-button.disabled{
    background: linear-gradient(to bottom,rgb(212, 202, 193) 0,rgb(134, 116, 104) 100%);
    cursor: not-allowed;
}
.tooltip-max.tooltip, .tooltip-min.tooltip{
    display: none;
}
.align-right{
    text-align: right;
}
.align-left{
    text-align: left;
}
.m-b-10{
	margin-bottom: 10px;
}
.m-t-10{
    margin-top: 10px;
}
.info-img{
	margin: 0px 0px 0px 15px;
}
.giift-slider-bar{
	text-align: center;
	margin: 40px 0px 5px;
}
div.bottom-border:not(:last-child){
	border-bottom: 1px solid #ccc;
}
.giift-card{
    position: relative;
    min-height: 100%;
    padding: 7px 0px;
}
.giift-action-btn .actions a.gradient-button{
    position: absolute;
    right: 10px;
    bottom: 50%;
}
.giift-tc{
	padding: 0px;
    padding-top: 10px;
    margin-top:	10px; 
}
.giift-img{
    max-width: 150px;
}
.div-30{
	width: 29%;
}
.div-70{
	width: 69%;
}
div.giift-img, div.giift-lables, div.giift-action-btn, .div-30, .div-70{
	display: inline-block;
	vertical-align: top;
}
div.giift-lables{
    padding: 5px 10px;
}
div.giift-lables span{
	font-size: 1.1em;
    font-weight: 600;
}
.capitalize{
    text-transform: uppercase;
}
.text-green{
    color: #03e63e;
}
.text-red{
    color : #f00;
}
.text-muted{
    color: #777777 !important;
}
.filter-form-group{
    margin: 10px;
    display: inline-block;
    width: 29.33%;
    vertical-align: top;
}
@media (min-width: 320px) {
  	.col-6{
		flex: 0 0 100%;
	    max-width: 100%;
	}
	.col-6:not(:first-child){
  		padding-top: 10px;
	}
}

@media (min-width: 576px) {
  	.col-6{
		flex: 0 0 100%;
	    max-width: 100%;
	}
	.col-6:not(:first-child){
  		padding-top: 10px;
	}
}

@media (min-width: 768px) {
  	.col-6{
		flex: 0 0 100%;
	    max-width: 100%;
	}
	.col-6:not(:first-child){
  		padding-top: 10px;
	}
}

@media (min-width: 992px) {
	.col-6{
		flex: 0 0 50%;
	    max-width: 50%;
	}
	.col-6:not(:first-child){
  		padding-top: 0px;
	}
}

@media (min-width: 1200px) {
	.col-6{
		flex: 0 0 50%;
	    max-width: 50%;
	}
	.col-6:not(:first-child){
  		padding-top: 0px;
	}
}

.data-box span.text-primary {
    font-size: 1.1em;
}
.data-box span.text-warning {
    font-size: 1.1em;
}
.data-box .col-12 .hrf.left-border {
    padding: 0px 2px 0px 5px;
}