.right,
.right *
{
	text-align:right!important;
}
.left,
.left *
{
	text-align:left!important;
}

.center{
	text-align:center!important;
}

.unselectable{
	user-select: none!important;
	-moz-user-select: none!important;
	-khtml-user-select: none!important;
	-webkit-user-select: none!important;
	-o-user-select: none!important;
}

.no-padding{
	padding:0;
}
.no-padding-h{
	padding-left:0;
	padding-right:0;
}
.no-padding-v{
	padding-top:0;
	padding-bottom:0;
}
.line-through{
	text-decoration:line-through;
}
.link{
	color:#0645AE;
	text-decoration:underline;
	cursor:pointer;
}
.auto-margin{
	margin:0 auto;
}
.green{
	color:green;
}
.red{
  color:red;
}
.white{
	color:white;
}
.bold{
	font-weight:600;
}

hr{
	border-color:gray;
	margin-top:5px;
	margin-bottom:7px;
}

.one { 
    width: 100%;
    padding: 20px 25px;
    margin: 40px auto;
}

.one:before {
    content: "";
    height: 1px;
    /* I've removed the vendor prefixes, if you are looking to support older browsers
       then refer to older version of this answer.
       */
       background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(147,147,147,1) 50%,rgba(0,0,0,0) 100%);
       display: block;
       margin-top: 10px;
   }

   .no-padding{
     padding:0px;
 }

 .border-bottom{
     border-bottom:1px solid lightgray;
 }
 .border-right{
     border-right:1px solid lightgray;
 }
 .terms-conditions{
     text-decoration:underline!important;
     color:#000!important;	
     font-weight:400;
 }

 label.error{
     color:red;
     font-size:10px;
 }


 .tooltip-inner {
     text-align:left!important;
     min-width: 200px!important;
     max-width: 400px!important;
 }


 .tt,
 .tt:focus {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important ;
    outline:0px!important;
}

.neteuro-tooltip{
	position:absolute;
	right:0;
	width:auto;
	min-width:250px;
	background-color:#2AABD2;
	display:none;
	border-radius:5px;
	text-align:left;
	padding:10px;
	box-shadow: 0px -1px 3px 3px rgba(0,0,0,.4);
	font-family:arial;
}

.neteuro-tooltip:after,
.neteuro-tooltip::after {
    position: absolute;
    top: 100%;
    right: 40px;
    margin-left: -50%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 10px #2AABD2;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}


.col-xsr-8,
.col-sm-8r,
.col-md-8r,
.col-lg-8r {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-8r {
    width: 12.5%;
    float: left;
}


.col-xs-7r,
.col-sm-7r,
.col-md-7r,
.col-lg-7r {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-7r {
    width: 14.2%;
    float: left;
}


@media (min-width: 768px) {
    .col-sm-8r {
        width: 12.5%;
        float: left;
    }
    .col-sm-7r {
        width: calc(100%/7);
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-8r {
        width: 12.5%;
        float: left;
    }
    .col-md-7r {
        width: calc(100%/7);
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-8r {
        width: 12.5%;
        float: left;
    }
    .col-lg-7r {
        width: calc(100%/7);
        float: left;
    }
}


.spinner-text{
    text-align:center;
}
.spinner {
  margin: 10px auto 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #0096D3;
  height: 100%;
  width: 6px;
  margin-right:2px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    }  20% { 
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


#cursor-tail{
    display:none;
    position:fixed;
    z-index:99999;
    background-color:rgba(0,0,0,.5);
    padding:2px 5px;
    border-radius:2px;
    color:#fff;
    font-size:12px;
    font-family: arial;
}
.cursor-tail-checkout{
    display:none;
}


.no-display{
  display:none!important;
}