@import	url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700&subset=latin,greek,cyrillic,vietnamese);
@font-face {
	font-family: 'DINCondensed';
	src: url('../fonts/DINCondensed.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.skin-red, .skin-red .wrapper {
	background-color: #dc1f1f;
}

.login-logo,
.register-logo {
	color: white;
}

#videoManagerTable td {
	vertical-align: middle;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.badgeIcon {
	height: 50px;
	margin-right: 20px;
}

#badgeTable td {
	vertical-align: middle;
}

.modal-danger .form-group.has-error label {
	color: black;
}

.nodata {
	height: 275px;
	padding-top: 125px;
}

#logbookUserProfileImage {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.vcenter {
    float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
}

.logbookUserDataTitle {
    font-weight: bold;
    padding-right: 10px;
}


.main-sidebar {
    position: fixed;
}


#timelinePrevious {
    margin-bottom: 45px;
}

#timelineControls {
    padding: 10px;
}

#logbookRange {
    background: white;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.couponbg {
	padding: 0 0 100px 0px;
}
h1.coupontitle {
	text-align: center;
	color: #fff;
	font-size: 42px;
	margin: 0px 0px 50px 0px;
	padding-top: 90px;
	font-family: DINCondensed, 'Open Sans', Arial, sans-serif;
	font-weight: 100;
    text-transform: uppercase;
}
h4.couponActivatedSubtitle {
	text-align: center;
	color: #fff;
}
form.formcoupon {
    display: block;
    max-width: 470px;
    margin: 0 auto;
    overflow: hidden;
}
form.formcoupon label {
    display: block;
    float: left;
    height: 47px;
    line-height: 47px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 23px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 100;
    text-transform: capitalize;
}
@media screen and (max-width: 768px) {
	body form.formcoupon label, body form.formcoupon #email, body form.formcoupon #coupon, body form.formcoupon #password, body form.formcoupon #activationCode {
	    display: block;
	    float: none;
	    margin-bottom: 2px;
	    width: 100%;
	}
	form.formcoupon label {
	    display: block;
	    float: left;
	    height: 47px;
	    line-height: 47px;
	    color: #fff;
	    font-size: 16px;
	    margin-bottom: 23px;
	    font-size: 'Open Sans', Arial, sans-serif;
	    font-weight: 100;
	    text-transform: capitalize;
	}
}
.couponActivation-checkbox-label {
    text-transform: none !important;
}
.couponActivation-checkbox-label > a {
    color: white !important;
}
.form-group {
    margin-bottom: 5px;
}
.couponActivation-input {
    display: block;
    height: 47px;
    line-height: 47px;
    width: 290px;
    padding: 0px 15px;
    background: #fff;
    border: none;
    float: right;
    margin-bottom: 23px;
}
.couponActivation-checkbox {
    display: block;
    height: 47px;
    line-height: 47px;
    padding: 0px 15px;
    background: #fff;
    border: none;
    float: right;
    margin-bottom: 23px;
}
.error-message {
	text-align: right;
	color: #dc1f1f;
	padding-right: 15px;
	font-family: 'Open Sans', Arial, sans-serif;
}
.global-error-message {
	color: #dc1f1f;
	margin-bottom: 20px;
	font-family: 'Open Sans', Arial, sans-serif;
}
#submit {
    float: right;
    display: block;
    border: none;
    text-align: center;
    color: #fff;
    width: 122px;
    height: 49px;
    line-height: 49px;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    background: #dc1f1f;
    cursor: pointer;
    margin-top: 0px;
}
.region-content {
    background: url("../images/couponbg.jpg") center center no-repeat;
    background-size: cover;
    min-height: 400px;
}
#header {
    background: #fff;
    position: relative;
    z-index: 900;
    min-height: 118px;
    height: 118px;
}
#header .pre-header {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 500;
}
#header .pre-header .left-preheader a {
    text-transform: inherit;
}
#header .pre-header a {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    margin: 0 7px 0 8px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}
#header nav {
    position: static;
    background-color: transparent;
    border: 0;
    border-color: transparent;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0px !important;
}
#header nav a.Logo {
    display: block;
    background-repeat: no-repeat;
    background-size: 204px 29px;
}
#header nav .navbar-brand {
    padding: inherit !important;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
}
.img-responsive {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.bgRed {
    background-color: #dc1f1f !important;
}
#footer {
    color: white;
    background-color: #2a2a2a;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    min-height: 400px;
    z-index: 10;
}
#footer .footer {
    font-size: 12px;
}
@media screen and (min-width: 1200px) {
	#footer {
	    padding: 47px 0;
	    background-image: url('../images/bg-footer-1800.jpg');
	}
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	#footer {
	    padding: 47px 0;
	    background-image: url('../images/bg-footer-1280.jpg');
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	#footer {
	    padding: 65px 0;
	    background-image: url('../images/bg-footer-1280.jpg');
	}
	#footer .pre-footer .Sitemap li {
	    border-bottom: 1px solid rgba(255,255,255,0.5);
	    list-style-type: none;
	}
}
@media screen and (max-width: 767px) {
	#footer {
	    padding: 47px 0;
	    background-image: url('../images/bg-footer-768.jpg');
	}
	#footer .pre-footer .Sitemap li {
	    border-bottom: 1px solid rgba(255,255,255,0.5);
	    list-style-type: none;
	}
}
#footer .pre-footer .Sitemap ul {
    margin: 0 0 20px;
    padding: 0;
}
#footer .pre-footer .Sitemap li {
    list-style-type: none;
}
#footer .pre-footer .Sitemap li>a, #footer .pre-footer .Sitemap span.noLink {
    display: block;
    padding: 10px 5px;
    color: #8a8a8b;
    color: rgba(255,255,255,0.8);
    height: 38px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}
#footer .footer {
    font-family: 'Open Sans', Arial, sans-serif;
}
#footer .footer p.title {
    font-size: 14px;
    font-weight: 400;
    margin: 30px 0 10px;
}
#footer .pre-footer .Socials a {
    display: block;
    padding: 5px 0 5px 30px;
    position: relative;
    height: 30px;
    line-height: 20px;
    font-size: 14px;
}
#footer a {
    color: white;
}
#footer .pre-footer .Socials a.fb:before {
    background-position: 0px 0px;
}
#footer .pre-footer .Socials a:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url('../images/footer-social-sprite.png');
    background-repeat: no-repeat;
    background-size: 20px 80px;
}
#footer .pre-footer .Socials a.fb:before {
    background-position: 0px 0px;
}
#footer .pre-footer .Socials a.tw:before {
    background-position: 0px -20px;
}
#footer .pre-footer .Socials a.yt:before {
    background-position: 0px -40px;
}
#footer .pre-footer .Socials a.in:before {
    background-position: 0px -60px;
}
.padding0 {
    padding: 0px !important;
}
.checkbox-label-left-margin {
	margin-left: 20px;
}
.checkbox-label-left-margin dl {
	margin-bottom: 0px;
}
.form-group input[type=file] {
	margin: 5px 0px;
}
.icheckbox_minimal-red-background-white {
	background-color: white;
}
.modalPanelErrorMessages {
	color: #333;
}
.trainerDetailTopMargin {
	margin-top: 6px;
}

/************* Toggle button *****************/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
}
/* Hide default HTML checkbox */
.switch input {display:none;}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #d73925;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 14px;
}
.slider.round:before {
  border-radius: 50%;
}
/******************************************/
.btn-fixed-length {
	width: 150px;
}

.coupon-link-button {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    text-align: center;
    color: #fff;
    height: 49px;
    line-height: 49px;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    background: #dc1f1f;
    cursor: pointer;
    margin-top: 0px;
}

.coupon-link-button:hover {
    text-decoration: none;
    color: white;
}
#listCountries{
    overflow-y: auto;
    max-height: 300px;
    margin-top: 20px;
}
#buttonViewAll{
    padding:0px;
}

.disabled-button {
    background-color: rgba(220, 31, 31, 0.5) !important;
    cursor: not-allowed !important;
}

.sort-both {
    background: url('/assets/images/sort_both.png') no-repeat center right;
    cursor: pointer;
}

.sort-asc {
    background: url('/assets/images/sort_asc.png') no-repeat center right;
    cursor: pointer;
}

.sort-desc {
    background: url('/assets/images/sort_desc.png') no-repeat center right;
    cursor: pointer;
}

textarea[name="videoIds"] {
    height: 160px;
}

.bootstrap-datetimepicker-widget {
  color: rgb(51, 51, 51);
}
