

.card-header.border {
    
	border-bottom: 1px solid#dfe3e7;
	padding: 1.4rem 1.7rem .7rem 1.7rem;
	margin-bottom: 1.2rem;
}

.custom-file-label::after {
	background-color:#5A8DEE;
	color: #fff;
	font-size: 2rem;
	height: calc(.6em + 1.269rem);
	line-height: .5;
	border-radius: 0.267rem 0.267rem;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "\eb6c";
    font-family: boxicons !important;

}

.calendar-top .picker{
	top: -370px;
}

.table.dataTable {
    border-collapse: unset !important;
    border-spacing: 0;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child{
	border-right-width: 1px;
}

table.table-bordered.dataTable tbody td {
    border-bottom-width: 1px;
}

table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 1px;
}

.table.dataTable th, .table.dataTable td {
    padding: .5rem 1rem;
}

.thumb-border{
	border: 1px solid #DFE3E7
}

.th-cursor tbody tr{
	cursor: pointer; 
}

.th-cursor tbody tr:hover{
	background-color: #fafafa;
}

.table.dataTable.margin-top {
	margin-top: 20px !important;
}

.file-upload {
    display: none;
}

.abcRioButton{
	width: 184px !important;
	background-color: #f0f1f1 !important;
}

.btn-delete-img{
	position: absolute;
    top: -5px;
	left: 0px;
	padding: 1px 5px;
	cursor: pointer;
}

.img-thumbnail-xl{
	border-radius: 50%;
	border: 4px solid #727E8C;
	width: 126px;
	height: 126px;
	padding: 0;
	
}

/* common */ 
.table {
    width: 100% !important;
}

.font-rubik{
	font-family: "Rubik", Helvetica, Arial, serif;
}

#bg-wrapper-loading{
	display:none;
	position: fixed;
	bottom: 0;
	right: 0;
	left:0;
	top:0;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.43);
}

.loading-icon-center{
	position:absolute;
	top: 50%; left: calc( 50% - 12px );
	/*transform:translate(-50%,-50%);*/
}

.box-shadow { 
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
}

.text-shadow{
	text-shadow: 3px 3px 3px rgba(0, 0, 0, .05);
}


hr{
	/*border-bottom: 1px dotted #303030;*/
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	background-color: #eee;
}

.border-6px{
	border-radius: 6px !important;
}

.show-mobile{
	display: none;
}

.clear{
	clear: both;
}


.font-100{
	font-size: 100px;
}

.font-60{
	font-size: 60px ;
}

.font-50{
	font-size: 40px !important;
}

.font-35{
	font-size: 35px ;
}

.font-30{
	font-size: 30px ;
}

.font-27{
	font-size: 27px !important;
}

.font-23{
	font-size: 23px !important;
}

.font-19{
	font-size: 19px !important;
}

.font-17{
	font-size: 17px !important;
}

.font-16{
	font-size: 16px !important;
}

.font-15{
	font-size: 15px !important;
}

.font-14{
	font-size: 14px ;
}

.font-13{
	font-size: 13px ;
}

.font-12{
	font-size: 12px;
}

.font-11{
	font-size: 11px;
}

.font-10{
	font-size: 10px;
}

.font-300{
	font-weight: 300;
}

.font-900{
	font-weight: 900;
}

.font-800{
	font-weight: 800;
}

.font-700{
	font-weight: 700;
}

.font-600{
	font-weight: 600;
}

.font-500{
	font-weight: 500;
}

.font-400{
	font-weight: 400;
}

.font-300{
	font-weight: 300;
}

.color-txt-black, .color-txt-black:hover, .color-txt-black:focus{
	color:#000 !important;
}

.color-txt-white, .color-txt-white:hover, .color-txt-white:focus{
	color:#fff !important;
}

.ui-widget-content a.color-txt-white{
	color:#fff
}

.color-txt-light-blue, .color-txt-light-blue:hover, .color-txt-light-blue:focus{
	color:#6082BD !important;
}

.ui-widget-content a.color-txt-light-blue{
	color:#6082BD;
}

.color-txt-dark-blue, .color-txt-dark-blue:hover, .color-txt-dark-blue:focus{
	color:#475F7B !important;
}

.ui-widget-content a.color-txt-dark-blue{
	color:#475F7B;
}

.color-txt-blue, .color-txt-blue:hover, .color-txt-blue:focus{
	color:#6896EF !important;
}

.ui-widget-content a.color-txt-blue{
	color:#6896EF;
}

.color-txt-blue2, .color-txt-blue2:hover, .color-txt-blue2:focus{
	color:#556C85 !important;
}

.ui-widget-content a.color-txt-blue2{
	color:#556C85;
}

.bg-white{
	background-color: #fff
}

.bg-blue{
	background-color: #6896EF
}

.bg-blue:hover{
	background-color: #6896EF
}

.bg-red{
	background-color: #e64c40
}

.bg-red:hover{
	background-color: #e64c40
}

.bg-dark-gray{
	background-color: #393434
}

.bg-dark-gray:hover{
	background-color: #393434
}

.scroll-show
{
    opacity:0;
}

.padding-left-15px{
	padding-left: 15px;
}

.padding-right-15px{
	padding-right: 15px;
}

.padding-bottom-15px{
	padding-bottom: 15px;
}

.padding-left-10{
	padding-left: 10%;
}

.padding-right-10{
	padding-right: 10%;
}

.padding-left-4{
	padding-left: 4%;
}

.padding-right-4{
	padding-right: 4%;
}

.padding-top-4{
	padding-top: 4% ;
}

.padding-bottom-4{
	padding-bottom: 4% ;
}

.padding-4{
	padding: 4% !important;
}

.padding-6{
	padding: 6% !important;
}

.padding-left-6{
	padding-left: 6%;
}

.padding-right-6{
	padding-right: 6%;
}

.padding-top-6{
	padding-top: 6% !important;
}

.padding-bottom-6{
	padding-bottom: 6% !important;
}


.padding-left-10px{
	padding-left: 10px;
}

.margin-left-20px{
	margin-left: 20px;
}

.margin-right-20px{
	margin-right: 20px;
}

.margin-left-15px{
	margin-left: 15px;
}

.margin-right-15px{
	margin-right: 15px;
}

.margin-left-10px{
	margin-left: 10px;
}

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

.margin-bottom-15px{
	margin-bottom: 15px;
}

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

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

.margin-bottom-10px{
	margin-bottom: 10px;
}

.margin-top-10px{
	margin-top: 10px;
}

.margin-bottom-0{
	margin-bottom: 0;
}

.helper-relative{
	position:relative;
}

.postion-absolute-center{
	position: absolute;
	top: 50%;
    transform: translateY(-50%); 
	left: 0; 
	bottom: 0; 
	right: 0;
}

.img-responsive-inverse{
	display: block;
    max-width: 100%;
    height: auto;
}

.my-5{
	margin-top: 3em !important;
	margin-bottom: 3em !important;
}

.my-6{
	margin-top: 4em !important;
	margin-bottom: 4em !important;
}

.p-5 {
    padding: 3rem !important;
}

.p-6 {
    padding: 4rem !important;
}

.helper-no-scroll{
	overflow: hidden !important;
}

/* -------------- */

.btn{
	white-space: normal;
}

.btn-red {
	position:relative;
	display: inline-block;
	background-color: #ef4327;
	border:  2px solid #ef4327;
	border-radius:0;
}

.btn-red.helper-block{
	display: block;
}


.btn-red:hover, .btn-red:focus, .btn-red:active {
	text-decoration: none;
	border:  2px solid #dc2d10;
	background-color:#dc2d10;
}

.btn-red:disabled,
.btn-red[disabled]{
  border: 2px solid #963847;
  background-color: #963847;
  color: #000;
}

/* -------------- */

.btn-green {
	position:relative;
	display: inline-block;
	background-color: #12c25b;
	border:  1px solid #d3d3d3;
	border-radius:0;
}

.btn-green.helper-block{
	display: block;
}


.btn-green:hover, .btn-green:focus, .btn-green:active {
	text-decoration: none;
	border:  1px solid #d3d3d3;
	background-color:#118943;
}

.btn-green:disabled,
.btn-green[disabled]{
  border: 2px solid #51d688;
  background-color: #51d688;
  color: #d3d3d3;
}


/* -------------- */

.btn-blue,
.btn-add-cart {
	position:relative;
	display: inline-block;
	background-color: #2d3e4f;
	border:  2px solid #2d3e4f;
	border-radius:0;
	color: #cacaca;
}

.btn-blue.helper-block,
.btn-add-cart.helper-block{
	display: block;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active,
.btn-add-cart:hover, .btn-add-cart:focus, .btn-add-cart:active {
	text-decoration: none;
	border:  2px solid #385674;
	background-color:#385674;
	color: white;
}

.btn-blue:disabled,.btn-blue[disabled],
.btn-add-cart:disabled,.btn-add-cart[disabled]{
  border: 2px solid #606e7c;
  background-color: #606e7c;
  color: #cacaca;
}

/* -------------- */

.btn-gray {
	position:relative;
	display: inline-block;
	background-color: #e9e9e9;
	border:  2px solid #e9e9e9;
	border-radius:0;
}

.btn-gray.helper-block{
	display: block;
}


.btn-gray:hover, .btn-gray:focus, .btn-gray:active {
	text-decoration: none;
	border:  2px solid #e1e0e0;
	background-color:#e1e0e0;
}


/* -------------- */

.btn-clear {
	position:relative;
	display: inline-block;
	background-color: transparent;
	border:  2px solid transparent;
	border-radius:6px;
}

.btn-clear.helper-block{
	display: block;
}


.btn-clear:hover, .btn-clear:focus, .btn-clear:active, .btn-clear:active:hover {
	text-decoration: none;
	border:  2px solid transparent;
	background-color: transparent;
	color:#323232
}

/* -------------- */

.btn-border {
	position:relative;
	display: inline-block;
	background-color: transparent;
	border:  1px solid #ddd;
	border-radius:6px;
}

.btn-border.helper-block{
	display: block;
}


.btn-border:hover, .btn-border:focus, .btn-border:active, .btn-border:active:hover {
	text-decoration: none;
	border:  1px solid #333;
	background-color: transparent;
}

/* -------------- */

.btn-link{
    height: auto;
    padding:4px;
    margin:0 0 6px 0;    
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

/* -------------- */

.opacity-0 {
  opacity: 0;
}

.helper-no-margin{
	margin: 0;
}

.helper-no-padding{
	padding: 0;
}

.helper-no-padding-top{
	padding-top: 0 !important;
}

.helper-no-padding-bottom{
	padding-bottom: 0 !important;
}

.helper-no-margin-top{
	margin-top: 0 !important;
}

.helper-no-padding-right{
	padding-right: 0 !important;
}

.helper-no-padding-left{
	padding-left: 0 !important;
}

.img-responsive{
  width: 100%;
}

.img-responsive-large{
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
}

.helper-block {
  display: inline-block;
}

.helper-hide {
  display: none;
}


.helper-table, .helper-table-mob {
  display: table;
  width: 100%;
  /*margin: 0px auto;*/
	height:100%;
}

.helper-table.auto, .helper-table-mob.auto {
  width: auto;
  height: auto;
}

.helper-row, .helper-row-mob {
	display: table-row;
}

.helper-cell, .helper-cell-mob {
	display: table-cell;
	float: none;
	vertical-align: top;
	float: none !important;
}

.helper-valign-middle {
	vertical-align: middle !important;
}

.helper-valign-bottom {
	vertical-align: bottom;
}

.helper-valign-top {
	vertical-align: top;
}

.helper-hidden {
  display: none;
}

.helper-line2{
	line-height:1.5;
}

.helper-line12{
	line-height:1.2;
}

.helper-line1{
	line-height:1;
}

.helper-line0{
	line-height:0;
}

.helper-bold{
	font-weight: bold;
}

.helper-float-none {
    float: none!important;
}

.helper-float-right {
    float: left!important;
}

.helper-li-content li{
	margin-left: 20px;
}

.helper-center{
	margin: 0 auto;
}

.helper-no-decoration{
	text-decoration: none;
}

.helper-no-decoration:hover,.helper-no-decoration:active,.helper-no-decoration:focus{
	text-decoration: none;
}

.helper-w-auto{
	width: auto !important;
}

.height-50{
	height: 50% !important;
}

.height-100{
	height: 100% !important;
}

/* -------------- */

.field-required{
	color:#ED1C24;
}

.error{
	font-size:11px;
	position: absolute;
	top:-28px;
	right:15px;
	z-index:9;
	/*height:25px;*/
	line-height:1.5;
	background-color:#fcdbcf;
	color:#ED1C24;
	font-weight:normal;
	padding:6px;
	border: 1px solid #ED1C24;
	border-radius: 4px;
 }  

.error:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 9px 9px 0;
	border-color: transparent #ED1C24;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -9px;
	left: 20%;
} 
