html {
    /*margin-left: calc(100vw - 100%);*/
}

body {
	background-image: url(https://static.virtuagym.com/v29522315/images/background1.png);
	font-family: "Lato", Arial, sans-serif;
	color: #434343;
	padding-top: 70px;
}

html[lang=lt] body, html[lang=lv] body {
	font-family: Arial, sans-serif;
}

select, input[type=text], input[type=number], input[type=email], input[type=password], input[type=date], textarea {
    min-width: 3em;
    padding: 5px 10px;
    border: 1px solid #A9A9A9;
}

.g-recaptcha {
	width: 304px;
	margin: 0 auto;
}

.form-control {
	border-radius: 0px;
}

.form-control:focus {
	box-shadow: none;
	border-color: #A9A9A9;
}

input[type="radio"], input[type="checkbox"] {
    margin-top: 10px;
}

.center-div {
    margin: 0 auto;
}

.cursor-pointer {
	cursor: pointer;
}

p {
    clear: both;
}

.display-inline {
    display:inline;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-sub {
    vertical-align: sub;
}

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

.resize-vertical {
    resize: vertical;
}

.progress{
    margin-bottom: 5px;
}

.clear {
    clear: both;
}

textarea.row-3 {
    height: 3em;
    resize: none;
}

textarea.row-5 {
	height: 5em;
	resize: none;
}

textarea.row-10 {
	height: 10em;
	resize: none;
}

textarea.row-25 {
    height: 25em;
    resize: none;
}

textarea.row-35 {
    height: 35em;
    resize: none;
}

textarea.row-17 {
    height: 17em;
    resize: none;
}

textarea.row-18 {
    height: 18em;
    resize: none;
}

textarea.row-7 {
    height: 11em;
}

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

input[data-type=time] {
    width: 4.5em;
    text-align: center;
}

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

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

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

.margin-top-5 {
	margin-top: 5px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-125 {
    margin-top: 125px;
}
.padding-left-12 {
	padding-left: 12px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.padding-bottom-100 {
	padding-bottom: 100px;
}
.padding-0 {
    padding: 0 !important;
}

.full-width {
    width: 100%;
}

.highlight-grey {
    background-color: #dddddd;
    padding: 5px;
    margin-bottom: 15px;
}

.modal-open {
    overflow: auto;
}

input.error {
    border: 2px solid #B45353;
    padding: 4px 8px;
}

.text-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.error-box {
	background-color: #f8c3c4 !important;
	color: #8f3030 !important;
}

input.ok {
    border: 2px solid #54C15A;
    padding: 4px 8px;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.validation-error {
	background-image: url(https://static.virtuagym.com/v29522315/images/validate_cross_small.png);
	width: 24px;
	height: 24px;
    z-index: 1025;
}

.validation-ok {
	background-image: url(https://static.virtuagym.com/v29522315/images/validate_check_small.png);
	width: 24px;
	height: 24px;
    z-index: 1025;
}

.no-border {
    border: none;
}

.no-background {
    background: none;
}

select {
	display: inline-block;
	height: 32px;
	padding: 3px 6px !important;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #a9a9a9;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

:focus {
	outline: none;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 10px;
	padding-right: 10px;
}

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

.text-right {
	text-align: right;
}

.navbar {
	min-height: 70px;
	background-color: #ff9a00;
	border-bottom: 0;
	margin-bottom: 0;
}

.navbar .navbar-nav > li > a.menu-item.btn-signup {
    color: #222222;
    margin-top: 18px;
    font-size: 16px;
    text-shadow: none;
    padding: 7px 12px 7px 12px;
    background-color: #eee;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 1px 2px #555;
    font-weight: normal;
}

.navbar-brand {
	padding: 0;
}

.navbar-brand > img {
	max-width: 250px;
}

.navbar-brand {
	margin-right: 15px;
	height: 70px;
	display: table-cell;
	float: none;
	vertical-align: middle;
}

.navbar-nav > li > a {
	padding-top: 24px;
	padding-bottom: 24px;
}

.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus, .nav > li > a:hover, .nav > li > a:focus, .navbar-brand:hover {
	background-color: rgba(0, 0, 0, 0.12);
}

.navbar .navbar-nav > li > a.menu-item {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.26);
	padding-top: 25px;
	padding-bottom: 25px;
}

.menu-item-name{
	max-width: 150px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.navbar .navbar-nav > li > a.menu-item.subtitle {
	padding-bottom: 12px;
	padding-top: 18px;
}

.navbar .navbar-nav > li > a.menu-item.subtitle div {
	font-size: 12px;
	font-weight: normal;
}

.navbar-apps > li > a {
	padding: 13px 5px;
}

.navbar-toggle {
	border-color: #ffffff;
	margin-top: 18px;
}

.navbar .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.sub-navbar {
	background-color: #ffffff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.sub-navbar ul > li {
	font-size: 13px;
	min-width: 99px;
	text-align: center;
}

.sub-navbar ul > li:hover {
	background-color: #f4f4f4;
}

.sub-navbar ul > li.active {
	background-color: #f4f4f4;
}

.sub-navbar ul > li a {
	color: #444444;
	text-decoration: none;
	padding: 11px 16px 11px;
	display: block;
}

.navbar-nav > li > .myapps-navbar {
	background-color: #FFFFFF;
	position: fixed;
	top: 70px;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 0 3px #888888;
	border: 0;
	font-size: 14px;
}

.myapps-navbar ul > li {
	text-align: center;
	margin: 0 0 20px;
	width: 166px;
	height: 166px;
	padding-top: 50px;
    font-size: 14px;
}

.myapps-navbar ul > li img {
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}

.myapps-navbar ul > li a {
	display: block;
	color: #333333;
	text-decoration: none;
}

.myapps-navbar ul > li span {
	clear: both;
}

.main-container {
	min-height: 900px;
	padding-top: 20px;
}

.box {
	border: 1px solid #dcdcdc;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 42px 52px 42px 52px;
	margin-bottom: 20px;
}

.box-highlight{
	background-color: #E9E9E9;
	padding: 20px;
	border-radius: 4px;
}

.box a{
    font-weight: bold;
}

.box h3{
    clear: both;
}

.box a.btn{
    font-weight: normal;
}

.box a.btn-lg{
    font-weight: bold;
}

.box-full {
	padding: 0px;
}

a{
	color: #00aced;
}

.tab-content{
	border-left: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	background-color: #ffffff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 21px 52px 42px 52px;
	margin-bottom: 20px;
}

.nav-tabs>li{
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
}

.nav-tabs>li:first-child>a{
	border-top-left-radius: 4px;
}

.nav-tabs>li:last-child{
	border-top-right-radius: 4px;
}

.nav-tabs>li:last-child>a{
	border-top-right-radius: 4px;
	border-right: 1px solid #dcdcdc;
}

.nav-tabs>li>a:hover{
	border-color: #dcdcdc;
	background-color: #E8E8E8;
}

.nav-tabs>li>a{
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-right: 0;
	border-bottom: 0;
	color: #888888;
	background-color: #f7f7f7;
	margin-right: 0;
	border-radius: 0;
	margin-top: 4px;
	font-size: 15px;
	padding: 15px 17px;
	text-align: center;
}

.nav-tabs>li.active:last-child>a, .nav-tabs>li.active:last-child>a:hover, .nav-tabs>li.active:last-child>a:focus{
	border-right: 1px solid #dcdcdc;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	border-right: 0;
	font-weight: bold;
	padding: 17px 17px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-top: 0;
}


.footer {
	width: 100%;
	min-width: 1020px;
	height: 80px;
	background-color: #ffffff;
	padding: 30px 0;
	color: #a9a9a9;
}


@media (max-width: 900px) {
	.footer {
		min-width: auto;
	}
}

h1 {
	font-size: 24px;
}

.box h1 {
	font-size: 24px;
	margin-top: 0;
}

.box h2 {
	font-size: 20px;
	margin-top: 0;
}

.box h3 {
	font-size: 16px;
	margin-top: 0;
}

.footer a {
	color: #666666;
}

ul, ol {
	margin: 0px;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.list-filter {
	margin-top: 1.3em;
}

.box .list-filter{
    margin-top: 0;
}

.list-filter > li {
	display: inline-block;
	padding: 3px 16px 3px;
	font-size: 14px;
	margin: 0;
}

.list-filter > li a {
	color: #333333;
	text-decoration: none;
}

.list-filter > li.active {
	border-radius: 15px;
	box-shadow: inset 0px 2px 2px -2px #333;
}

.list-filter > li.active a {
	color: #ffffff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.26);
}

.btn {
	border-radius: 3px;
	padding: 4px 17px 4px 17px;
	cursor: pointer;
	font-size: 13px;
	text-decoration: none;
    font-weight: normal;
}

a.btn{
    display: inline-block;
}

a.btn:hover, a.btn:focus{
    text-decoration: none;
}

.btn-lg {
	border-radius: 3px;
	padding: 8px 22px 8px 22px;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
}

.btn-grey, .btn-default {
	color: #555555;
	background-image: url(https://static.virtuagym.com/v29522315/images/grey_btn_bg.jpg);
	border: solid 1px #afb2b2;
}

.btn-grey:hover, .btn-default:hover, .btn-grey:focus, .btn-default:focus {
	color: #555555;
}

.btn-grey:hover, .btn-blue:hover, .btn-default:hover {
	background-position: 0px 52px;
	text-decoration: none;
}

.btn-grey.btn-lg, .btn-default.btn-lg {
	background-image: url(https://static.virtuagym.com/v29522315/images/grey-button-fill.jpg);
	text-shadow: #ffffff 0px 1px 0px;
}

.btn-blue, .btn-primary {
	color: #ffffff;
	background-image: url(https://static.virtuagym.com/v29522315/images/blue_btn_s.jpg);
	border: solid 1px #2075b5;
}

.btn-blue:hover, .btn-primary:hover, .btn-blue:focus, .btn-primary:focus {
	color: #ffffff;
}

.btn-blue.btn-lg, .btn-primary.btn-lg{
	background-image: url(https://static.virtuagym.com/v29522315/images/blue-button-fill.jpg);
	text-shadow: #2770a0 0px 1px 0px;
}

.btn-grey.btn-lg:hover, .btn-blue.btn-lg:hover, .btn-default.btn-lg:hover, .btn-primary.btn-lg:hover {
	background-position: 0px 76px;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group>.btn {
    position: relative;
    float: left;
}

.btn-group .btn-default {
    color: #333;
    background: #fff none;
    border-color: #ccc;
}

.btn-group .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

#navbar .dropdown-menu {
	min-width: 240px;
	font-size: 15px;
	border-radius: 0;
	border-color: #d9d9d9;
	box-shadow: none;
	background-color: #FFFFFF;
}

#navbar .dropdown-menu .divider {
	background-color: #d9d9d9;
}

#navbar .dropdown-menu > li {
	padding: 0;
}

#navbar .dropdown-menu > li > a {
	padding: 6px 20px;
}

#navbar .dropdown-menu > li > a:hover {
	background-color: #f4f4f4;
}

#navbar .dropdown-menu > li .icon{
	background-image: url(https://static.virtuagym.com/v29522315/images/dropdown-icons.png);
	height: 20px;
	width: 20px;
	display: inline-block;
	margin: 0 15px 0 0;
	float: left;
}

#navbar .dropdown-menu > li .icon-empty{
	background: none;
}

#navbar .dropdown-menu > li .icon-inbox{
	background-position: 0 center;
}

#navbar .dropdown-menu > li .icon-pro{
	background-position: -20px center;
}

#navbar .dropdown-menu > li .icon-settings{
	background-position: -40px center;
}

#navbar .dropdown-menu > li .icon-logout{
	background-position: -60px center;
}

#navbar .dropdown-menu > li .icon-help{
	background-position: -80px center;
}

#navbar .dropdown-menu > li .icon-switch{
	background-position: -120px center;
}

#navbar .dropdown-menu > li .icon-invoices{
	background-position: -140px center;
}

#navbar .dropdown-menu > li .icon-selected{
	background-position: -160px center;
}

#navbar .dropdown-menu > li .icon-referral{
	background-position: -180px center;
}
.dropdown_header{
	display: block;
	padding: 3px 15px;
	font-size: 12px;
	line-height: 18px;
	color: #999;
}
.menu-box, .list-group{
	color: #434343;
	font-weight: bold;
	margin-bottom: 20px;
}

.col-content{
	padding-top: 28px;
}

.menu-box div, .list-group-item{
	padding: 0 17px 8px;
}

.menu-box ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-box ul li, .list-group-item{
	background-color: #FFFFFF;
	color: #5f5f5f;
	font-weight: normal;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.menu-box ul li:hover, .menu-box ul li.active{
	background-color: #f4f4f4;
}

.menu-box ul li a {
    color: #5f5f5f;
    text-decoration: none;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 12px 16px;
}

.menu-box-small ul li a{
    padding: 6px 16px;
}

.menu-box ul li.pagination strong, .menu-box ul li.pagination a{
    display: inline-block;
    padding: 7px;
    width: auto;
}

.menu-box ul li.pagination span{
    width: auto;
    display: inline-block;
}

.list-group-item , .list-group-item input[type=text], .list-group-item input[type=password],
.list-group-item input[type=email]{
    text-decoration: none;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 12px 16px;
}

.list-group-item-nopadding {
    padding: 0;
}

.list-group-item-nopadding input {
    border-radius: 4px;
    border: none;
    width: 100%;
}

.menu-box ul li:first-child, .list-group .list-group-item:first-child{
	border-top: 1px solid #dcdcdc;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.menu-box ul li:last-child, .list-group .list-group-item:last-child{
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

table{
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

table.table-auto-width{
	table-layout: auto;
}

table .btn{
    line-height: initial;
}

table td input{
    line-height: normal;
    padding: 3px 5px 4px;
}

table tr th{
	text-align: left;
}

table td, table th{
	padding: 5px 10px 5px 10px;
	line-height: 40px;
	vertical-align: top;
}

table.table-small td, table.table-small th{
	line-height: normal;
}

table thead tr th{
	text-align: left;
	background-color: #DEDEDE;
}

table tfoot tr td{
	background-color: #757575;
	color: #FFFFFF;
	font-weight: bold;
}

table tbody tr:hover, table tbody tr:nth-child(odd):hover{
    background-color: #EEEEEE;
}

table tbody tr:nth-child(odd){
	background-color: #fafafa;
}

table.table-plain thead tr th, table.table-plain tfoot tr td, table.table-plain tbody tr:nth-child(odd){
    background-color: transparent;
}

form{
	/*margin-bottom: 20px;*/
}

form.form-horizontal h3{
    margin-top: 25px;
}

form.form-horizontal .form-group .radio label{
	margin-bottom: 5px;
	display: block;
}

.form-horizontal .form-group label, .form-horizontal .form-group span{
    margin: 0;
    line-height: 32px;
    /*padding: 0 5px;*/
    font-weight: normal;
}

.form-horizontal .form-group{
	margin: 0;
    padding: 5px 0;
}

.form-horizontal .form-group:nth-child(odd){
    background-color: #fafafa;
}

.form-horizontal .form-group:hover{
    background-color: #EEEEEE;
}
.form-horizontal .form-group:last-child, .form-horizontal .form-group:last-child:hover {
    background-color: #FFFFFF !important;
	margin-top: 25px;
}

.form-group a.in-form {
	line-height: 38px;
}

label.label-no-line-height {
	line-height: 20px !important;
}

.form-payments .from-group:nth-child(odd) {
	background-color: #F5F5F5;
}

.form-payments .from-group:hover {
	background-color: #EEEEEE;
}

.form-payments .form-group:last-child, .form-payments .form-group:last-child:hover {
	background-color: #FFFFFF !important;
	margin-top: 25px;
}

.alert-orange {
	background-image: url(https://static.virtuagym.com/v29522315/images/icons/alert-orange.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 44px;
	height: 38px;
	margin-top: 7px !important;
	float: right;
	background-size: 25px;
	display: inline-block;
}

.fileinput .thumbnail{
	border: 1px solid #A9A9A9;
	padding: 5px;
}

.fileinput .thumbnail img{
	width: 100%;
	height: 100%;
    vertical-align: top;
}

.fileinput .fileinput-preview {
	overflow: hidden;
}

.modal-header .close, .bootbox-close-button.close, .btn-close{
	border: 0;
	background-color: transparent;
	background-image: url(https://static.virtuagym.com/v29522315/images/popup_close.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 21px;
	width: 21px;
	float: right;
	margin: 0 !important;
	padding: 0;
	font-size: 1px;
	cursor: pointer;
}

.modal-header .close span, .bootbox-close-button.close span{
	display: none;
}

.bootbox-body input[type=text]{
	width: 100%;
}

.modal-content{
	box-shadow: none;
}

.notification{
	background-color: #b8e2f6;
	border-bottom: 1px solid #62aed1;
	color: #1b78a3;
	border-radius: 4px;
	min-height: 50px;
	background-image: url(https://static.virtuagym.com/v29522315/images/message_info.png);
	background-repeat: no-repeat;
	background-position: 20px 12px;
	padding: 10px 10px 9px 65px;
	margin-bottom: 10px;
	line-height: 25px;
}

.notification span{
    display: block;
    width: 95%;
    float:left;
}

.notification.error{
	background-color: #f8c3c4;
	border-bottom: 1px solid #e48181;
	color: #8f3030;
	background-image: url(https://static.virtuagym.com/v29522315/images/message_error.png);
}

.notification.success{
	background-color: #b6efb9;
	border-bottom: 1px solid #8bb668;
	color: #2d8e32;
	background-image: url(https://static.virtuagym.com/v29522315/images/message_ok.png);
}

.notification.page-modification{
	background-color: #F8F8F8;
	border-top: 2px solid #FF9900;
	border-bottom: 0px;
	border-radius: 0px;
	color: #000000;
	background-image: url(https://static.virtuagym.com/v29522315/images/message_modification.svg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 50px;
}

.icon{
	background-image: url(https://static.virtuagym.com/v29522315/images/icons.png);
	height: 17px;
	width: 13px;
	display: inline-block;
	margin: 0 2px;
}

.icon[onclick]{
    cursor: pointer;
}

table tbody td .icon, table td .icon{
    display: inline-block;
    margin-top: 11px;
}

.form-group .icon{
	margin-top: 7px;
	margin-left: 7px;
}

table.table-small td .icon{
    margin-top: 0;
}

.icon:hover{
	background-position-y: 0px;
}

.icon-add{
	background-position: 0 17px;
}

.icon-trash{
	background-position: -13px 17px;
}

.icon-download{
	background-position: -26px 18px;
}

.icon-24hour{
    background-image: url(https://static.virtuagym.com/v29522315/images/24h-icon.png);
    height: 17px;
    width: 17px;
    margin: 0 2px;
    background-position: 0 17px;
}

.icon-warning{
	background-image: url(https://static.virtuagym.com/v29522315/images/icons/warning.png);
	height: 16px;
	width: 16px;
	margin: 1px 2px 0 2px;
}

.icon-arrow-down{
    background-position: -52px 17px;
}

.icon-arrow-up{
    background-position: -65px 17px;
}

.icon-save{
    background-position: -78px 17px;
}

.icon-print{
    background-position: -91px 17px;
}

.icon-edit{
    background-position: -104px 17px;
}

.icon-member{
    background-position: -117px 17px;
}

.icon-arrow-down-small{
    background-position: -130px 17px;
}

.icon-arrow-up-small{
    background-position: -143px 17px;
}

.icon-contract{
    background-position: -156px 17px;
}

.icon-play{
	background-image: url(https://static.virtuagym.com/v29522315/images/icons/play-icon.png);
	background-position: 0 17px;
}

.icon-tooltip{
    width: 38px;
    height: 38px;
    background-image: url(https://static.virtuagym.com/v29522315/images/field-info.jpg);
    display: inline-block;
}

.icon-tooltip-medium{
    width: 24px;
    height: 24px;
    background-image: url(https://static.virtuagym.com/v29522315/images/field-info_small.png);
    display: inline-block;
}

.tooltip-inner{
    text-align: left;
}

.text-error {
    color: #F84C00;
}

.icon-in-button {
	margin: 2px 5px 0px;
	display: inline-block;
	height: 15px;
}

.fb-login span {
    text-align: center;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    background-color: #445597;
    width: 70%;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}

.fb-login span:hover {
    background-color: #30407B;
}


#notification, #notification_error, #notification_success, .notification, .notification.error, .notification.success {
    opacity: 0;
    height: 0;
    margin: 0;
    min-height: 0;
    padding: 0 10px 0 65px;
    display: none;
}

#notification_success2{
	opacity: 0;
	height: 0;
	margin: 0;
	min-height: 0;
	padding: 0 10px 0 65px;
	display: none;
}

#notification_error2{
	opacity: 0;
	height: 0;
	margin: 0;
	min-height: 0;
	padding: 0 10px 0 65px;
	display: none;
}

.notification2{
	background-color: #9CE580;
	color: #368D16;
	border-radius: 4px;
	min-height: 40px!important;
	height:40px!important;
	background-image: url(https://static.virtuagym.com/v29522315/images/checkmark_saved_alert.svg);
	background-repeat: no-repeat;
	background-position: 15px 15px!important;
	padding: 8px 10px 10px 46px!important;
	margin-bottom: 10px;
	line-height: 25px;
}

.notification2 span{
	display: block;
	width: 95%;
	float:left;
}

.notification2.success2{
	background-color: #9CE580;
	color: #368D16;
	background-image: url(https://static.virtuagym.com/v29522315/images/checkmark_saved_alert.svg);
}

.notification2.error2{
	background-color: #E58080;
	color: #941313;
	background-image: url(https://static.virtuagym.com/v29522315/images/close_icon_warning_alert.svg);
	background-size:14px;
}

.notification2.error2 .btn-close{
	color: #941313;
	background-image: url(https://static.virtuagym.com/v29522315/images/close_icon_warning_alert.svg);
	background-size:9px;
}

.notification2 .btn-close{
	color:#308216;
	background-image: url(https://static.virtuagym.com/v29522315/images/close_icon_saved_alert.svg);
	background-position: 7px 9px;
}

.tag{
    margin: 2px;
    padding: 4px;
    cursor: pointer;
    display: inline-block;
    color: #FFFFFF;
    border-radius: 2px;
    font-weight: normal;
    font-size: 11px;
}

.tag:hover{
    color: #FFFFFF;
}
.text-normal {
    font-weight: 100 !important;
}

.line-normal{
    line-height: normal;
}

.display-inline-block {
    display: inline-block !important;
}

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

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

.margin-left-10 {
    margin-left: 10px !important;
}
.margin-top-0 {
    margin-top: 0px !important;
}
.margin-top-2{
 margin-top: 2px;
}
.margin-top-4 {
    margin-top: 4px;
}

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

.white-bg {
     background-color: none !important;
}

.tab-content-custom{
    background-color: #ffffff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 20px;
}

#open_instruction_video {
	width: 38px;
	height: 38px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	background-image: url('https://static.virtuagym.com/v29522315/images/icons/video-icon.png');
	background-position: 0px 38px;
}

#open_instruction_video:hover {
	background-position: 0px 0px;
}


.step1{
    background-position: -36px 0px;
}

.step1-inactive{
	color: #d8d8d8;
    background-position: -36px -36px;
}

.step2{
    background-position: -72px 0px;
}

.step2-inactive{
	color: #d8d8d8;
    background-position: -72px -36px;
}

.step3{
    background-position: -108px 0px;
}

.step3-inactive{
	color: #d8d8d8;
    background-position: -108px -36px;
}

.step4{
    background-position: -144px 0px;
}

.step4-inactive{
	color: #d8d8d8;
    background-position: -144px -36px;
}

.step5{
    background-position: -180px 0px;
}

.step5-inactive{
	color: #d8d8d8;
    background-position: -180px -36px;
}

.step6{
    background-position: -216px 0px;
}

.step6-inactive{
	color: #d8d8d8;
    background-position: -216px -36px;
}

.step-complete{
	color: #d8d8d8;
    background-position: 0px -36px;
}

.step{
	margin: 0 0 30px 0;
}

.step div{
	background-image: url(https://static.virtuagym.com/v29522315/images/steps.png);
	height: 36px;
	padding: 0;
}

.step div span{
	background-color: #FFFFFF;
	padding-top: 7px;
	display: block;
	font-size: 17px;
	font-weight: bold;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 36px;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.nowrap{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.label-text-normal {
    font-weight: 100;
}
.loader {
    display: none;
    width: 200px;
    height: 100px;
    position: fixed;
    bottom: 0;
    border-top-left-radius: 5px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 9000;
}

.loader .loading {
    margin: 15px auto 0;
    width: 32px;
    height: 32px;
}

.loader .text {
    margin-top: 25px;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
}

.loader-full {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 9000;
}

.loader-full .loading {
    margin: 25px auto 0;
    width: 48px;
    height: 48px;
}

.loader-full .text {
    margin-top: 25%;
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
}

.maps_multi_result{
    margin-bottom: 2px;
    border: 1px solid #fafafa;
    border-radius: 2px;
    padding: 2px;
    cursor: pointer;
}


/* Mobile Only */
@media (max-width: 767px) {
	body{
	}

    .main-container{
        /*min-height: 0;*/
    }

	.sub-navbar{
		width: 1030px !important; max-width: none !important;
	}

	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
		max-height: 400px;
	}

	#navbar{
		background-color: #FFFFFF;
		padding:0;
	}
    .navbar-brand {
        padding-left: 15px;
    }
	.navbar-nav{
		margin: 0;
	}

	.navbar-apps li, .navbar-settings li{
		border-bottom: 1px solid #dcdcdc;
	}

	.navbar-apps li img.icon-mobile, .navbar-settings li img.icon-mobile{
		width: 34px;
		height: 34px;
		float: left;
		margin-right: 20px;
	}

	.navbar-apps li a, .navbar-settings li a{
		padding: 12px 15px;
	}

	.navbar-apps li a span.mobile-title, .navbar-settings li a span.mobile-title{
		line-height: 34px;
		color: #333333;
	}

	#navbar ul.navbar-settings .dropdown-menu{
		background-color: #ffffff;
		padding:0;
	}

	#navbar ul.navbar-settings .dropdown-menu li{
		border-bottom: 0;
		padding: 0 0 0 56px;
	}

	#navbar ul.navbar-settings .dropdown-menu li a{
		padding: 10px 12px;
		background-color: #eeeeee;
		font-size: 14px;
		border-left: 1px solid #d9d9d9;
	}

	#navbar ul.navbar-settings .dropdown-menu li a:hover{
		background-color: #FFFFFF;
	}

	#navbar ul.navbar-settings .dropdown-menu .divider{
		border-bottom: 1px solid #d9d9d9;
		margin: 0 0 0 56px;
		height: 1px;
	}

	.box {
		padding: 42px 0px;
	}
}

@media (min-width: 768px) {
	.container{
		width: 100%;
	}

	.navbar-fixed-top {
		position: fixed;
	}

	.sub-navbar{
		position: fixed;
		z-index: 999;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container{
		width: 992px;
	}
}

@media (min-width: 1200px) {
	.container{
		width: 1030px;
	}
}

/*!
 * Datepicker for Bootstrap v1.5.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #999999;
}
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #999999;
}
.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #999999;
}
.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #999999;
}
.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #999999;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #808080;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #808080;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #808080;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #161616;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #193c5a;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #193c5a;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker {
    padding: 0;
    line-height: normal;
    font-size: 13px;
    box-shadow: none;
}

.datepicker table{
	table-layout: auto;
}

.datepicker table thead tr {
    background-color: #0a2b1d;
}

.datepicker table tbody tr:nth-child(odd) {
    background-color: transparent;
}

.datepicker table tbody tr:hover, table tbody tr:nth-child(odd):hover {
    background-color: transparent;
}

.datepicker table tr td,
.datepicker table tr th {
    line-height: 32px;
    width: 40px;
}

.datepicker td.day {
    background-color: #FFFFFF;
}

.datepicker td.day.old, .datepicker td.day.new {
    color: #bbbbbb;
}

.datepicker table tr td,
.datepicker table tr th {
    border-radius: 0;
}

.datepicker th {
    background-color: #0990ec;
    border-radius: 0;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 32px;
    font-size: 13px;
    width: 40px;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover {
    background-color: #098fec;
}

.datepicker th.dow {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

.datepicker th.next {
    border-top-right-radius: 2px;
    color: #6BBDF5;
}

.datepicker th.prev {
    border-top-left-radius: 2px;
    color: #6BBDF5;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
    background-image: url(https://static.virtuagym.com/v29522315/images/selected-day.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background-color: #FFFFFF;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active.active {
    background-image: url(https://static.virtuagym.com/v29522315/images/selected-month.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    text-shadow: none;
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active.active:hover {
    background-image: url(https://static.virtuagym.com/v29522315/images/selected-month-hover.png);
    color: #434343;
}

.datepicker table tr td span:hover {
    background-image: url(https://static.virtuagym.com/v29522315/images/selected-month-hover.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.datepicker table tr td.day:hover {
    background-image: url(https://static.virtuagym.com/v29522315/images/selected-day-hover.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.datepicker table tr td.timeline-day-start{
	border-radius: 50% 0 0 50%;
}

.datepicker table tr td.timeline-day-end{
	border-radius: 0 50% 50% 0;
}

.datepicker table tr td.timeline-day{
	background-color: #CD0000;
	color: #fefefe;
}

.datepicker table tr td.timeline-day:hover{
	background-image: none;
	background: #eeeeee;
}

.datepicker table tr td.timeline-day-start.timeline-day-end{
	border-radius: 0 50% 50% 50%;
}

.css-loader {
	width: 48px;
	height: 48px;
	background-image: url(https://static.virtuagym.com/v29522315/images/loaders/loader.png);
	-webkit-animation: play 1.6s steps(32) infinite;
	-moz-animation: play 1.6s steps(32) infinite;
	-ms-animation: play 1.6s steps(32) infinite;
	-o-animation: play 1.6s steps(32) infinite;
	animation: play 1.6s steps(32) infinite;
}

.css-loader-medium {
	width: 32px;
	height: 32px;
	background-image: url(https://static.virtuagym.com/v29522315/images/loaders/loader-medium.png);
	-webkit-animation: play-m 1.6s steps(32) infinite;
	-moz-animation: play-m 1.6s steps(32) infinite;
	-ms-animation: play-m 1.6s steps(32) infinite;
	-o-animation: play-m 1.6s steps(32) infinite;
	animation: play-m 1.6s steps(32) infinite;
}

.css-loader-small {
	width: 16px;
	height: 16px;
	background-image: url(https://static.virtuagym.com/v29522315/images/loaders/loader-small.png);
	-webkit-animation: play-s 1.6s steps(32) infinite;
	-moz-animation: play-s 1.6s steps(32) infinite;
	-ms-animation: play-s 1.6s steps(32) infinite;
	-o-animation: play-s 1.6s steps(32) infinite;
	animation: play-s 1.6s steps(32) infinite;
}

.css-loader-error {
	background-image: url(https://static.virtuagym.com/v29522315/images/loaders/virtuagym-error.png);
}

.css-loader-small-error {
	background-image: url(https://static.virtuagym.com/v29522315/images/loaders/virtuagym-error-small.png);
}

.css-loader-medium-error {
	background-image: url(https://static.virtuagym.com/v29522315/images/loaders/virtuagym-error-medium.png);
}
.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*Panel*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before,.panel-body:after {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel-body:before,.panel-body:after {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
}

.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel>.table {
    margin-bottom: 0;
}

.panel>.panel-body+.table {
    border-top: 1px solid #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.panel-title>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-warning {
    border-color: #fbeed5;
}

.panel-warning>.panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #fbeed5;
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #fbeed5;
}

.panel-danger {
    border-color: #eed3d7;
}

.panel-danger>.panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #eed3d7;
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #eed3d7;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}
/*Panel end*/
/* large/normal */
@-webkit-keyframes play {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -1536px;
	}
}

@-moz-keyframes play {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -1536px;
	}
}

@-ms-keyframes play {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -1536px;
	}
}

@-o-keyframes play {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -1536px;
	}
}

@keyframes play {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -1536px;
	}
}

/* medium */

@-webkit-keyframes play-m {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -1024px;
	}
}

@-moz-keyframes play-m {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -1024px;
	}
}

@-ms-keyframes play-m {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -1024px;
	}
}

@-o-keyframes play-m {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -1024px;
	}
}

@keyframes play-m {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -1024px;
	}
}

/* small */

@-webkit-keyframes play-s {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -512px;
	}
}

@-moz-keyframes play-s {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -512px;
	}
}

@-ms-keyframes play-s {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -512px;
	}
}

@-o-keyframes play-s {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -512px;
	}
}

@keyframes play-s {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -512px;
	}
}
/*Animation for new message in inbox*/
.animate-drop-down {
    position: relative;
    z-index: 1;
}
.animate-drop-down .unread-message {
    z-index: -1;
    -webkit-animation: unread  2s infinite;
    -moz-animation:    unread  2s infinite;
    -ms-animation:     unread  2s infinite;
}
@-webkit-keyframes unread {
    0%   { opacity: 1; }
    30%  { opacity: 0.5; }
    100% { opacity: 1; }
}
@-moz-keyframes unread  {
    0%   { opacity: 1; }
    30%  { opacity: 0.5; }
    100% { opacity: 1; }
}
@-ms-keyframes unread  {
    0%   { opacity: 1; }
    30%  { opacity: 0.5; }
    100% { opacity: 1; }
}
.animate-drop-down  .drop-down-icon.off  {
    -moz-animation-name: none;
    -webkit-animation-name: none;
    -ms-animation-name: none;
    animation-name: none;
}
.padding-right-0 {
    padding-right: 0px !important;
}

.padding-right-25 {
    padding-right: 25px;
}
.text-italic {
    font-style: italic;
}
.padding-left-15 {
    padding-left: 15px !important;
}

#category_text {
    display: none;
}

#available_till_date , #available_from_date {
    position: absolute;
    left:226.5px;
}
.borderpos {
    width: 100%;
    border-bottom: 1px solid #AAAAAA;
    margin-top: 15px;
    margin-bottom: 15px;
}


#icon_add_button{
    display:inline-block;
    margin-left: 14px;
    margin-top: 7px;
    position: absolute;
    bottom:160px;
}
#product_avatar {
    display: inline-block;
    position: absolute;
    top: 156px;
    right: 100px;
    width: 140px;
    height: 140px;
}

#product_desc , #income_category {
    display: inline-block;
}

.tag{
	border: 1px solid #a9a9a9;
	border-radius: 3px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: normal;
	padding: 5px 10px;
	cursor: pointer;
	color: #000000;
}

.tag_active{
	border: 1px solid #8bb668;
	background-color: #b6efb9;
}

.top-316{
    position:absolute;
    top:316px;
}

.top-190{
    position:absolute;
    top:190px;
}

.top-515{
    position:absolute;
    top:515px;
}

.btn-group.lang-picker .btn{
	height: 32px;
	padding: 6px 40px 6px 10px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.btn-group.lang-picker .btn.filter-option
{
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;

}

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

.viewing-profile-new {
	width: 100%;
	top: 40px;
	z-index: 97;
	position: fixed;
	background-color: #262626;
	color: #fff;
	font-family: Lato, Arial;
	font-size: 13px;
	height: 36px;
}

.viewing-profile-new-container {
	width: 1000px;
	margin: 0px auto;
}

.viewing-profile-new-wrapper {
	position: relative;
	top: -8px;
}

.viewing-profile-new-wrapper img {
	margin: 0px 12px;
	position: relative;
	top: 0px;
	display: inline-block;
}

.viewing-profile-new a {
	color: #fff;
	font-weight: 700;
}

.vg_profile_header .center {
	width: 970px;
	margin: auto;
}

#profile_apps {
	display: inline-block;
	position: relative;
	top: 3px;
}

#profile_apps ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#profile_apps ul li {
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	float: left;
}

#profile_apps .prof_app {
	margin: 0px 2px 2px;
	text-align: left;
	width: 30px;
	height: 30px;
	display: inline-block;
	color: #ffffff;
}

#addpic_s {
	width: 30px;
	height: 30px;
	background-image:url(https://static.virtuagym.com/v29522315/images/button_add_30.png);
	display: inline-block;
	background-position: 0px 0px;
}

#addpic_s:hover {
	background-position: 0px 60px;
}

#addpic_s:active {
	background-position: 0px 30px;
}

.challange-container-top {
	margin-top: 30px;
}

#profile_apps .prof_app {
	margin: 0px 2px 2px;
	text-align: left;
	width: 30px;
	height: 30px;
	display: inline-block;
	color: #ffffff;
}

#profile_apps .last-two {
	margin: 0px 0px 0px 2px;
	display: inline-block;
}

/*switch css*/
.toggle {
	display: inline-block;
	overflow: hidden;
}

.toggle input[type="checkbox"] {
	display: none;
}

.toggle input[type="checkbox"]:checked + label::before {
	background: #46d836;
}

.toggle input[type="checkbox"]:checked + label::after {
	left: 10px;
}

.toggle label {
	cursor: pointer;
	display: inline-block;
	float: left;
	line-height: 20px;
	margin: 0;
	padding-left: 45px;
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.toggle label::before {
	background: #bababa;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	content: '';
	display: block;
	height: 20px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 30px;
}

.toggle label::after {
	background: #fff;
	border-radius: 20px;
	content: '';
	display: block;
	height: 16px;
	left: 0;
	margin: 2px;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: 0;
	width: 16px;
}

.toggle-td {
	float: right;
}

.toggle-opt {
	line-height: 30px !important;
	top: 10px;
}

.toggle-disabled {
	cursor: not-allowed;
	opacity: 0.4;
}

.toggle-disabled label {
	cursor: not-allowed;
}

.toggle input[type="checkbox"]:checked + .toggle-opt::before {
	background: #016bff;
}

/*customize switch add this to your module css file with class replace .switch-custom with .toggle */
.switch-custom input[type="checkbox"]:checked + label::before {
	background: #016EFF;
}

.custom-list-select + .icon {
	display: inline-block;
}

.custom-list-select {
	display: inline-block;
}

.select-dropdown {
	width: 176px;
	height: 42px;
	display: inline-block;
}

.custom-dropdown-container{
	display: none;
}

.custom-dropdown-input {
	height: 42px;
	margin-left: 5px;
	padding: 9px;
}

.image-search-container{
text-align: left;
	padding-left: 0px;
	margin-bottom: 10px;
}
.image-search-container li{
	display:inline-block;
}
.image-search-container li select{
    height:28px;
}

.rotated {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.app_tabs a div {
	top: 12px;
	display: block;
	background-image: url(https://static.virtuagym.com/v29522315/images/submenu-selected-page.png);
	width: 13px;
	height: 10px;
	margin: auto;
	position: relative;
	/*left: -45%;*/
}
.app_tabs .selected {
	padding: 11px 16px 2px;
}
.app_tabs a:hover div {
	background-position: 0px 10px;
}

.rounded-button-big {
	color:white; border:solid 1px #3B88FB;
	padding: 10px 20px 10px 20px;
	border-radius: 20px; font-size: 20px;
	text-align: center;
	background: #3B88FB;font-weight: bold
}

.width-1 {
	width: 1px;
}

.width-90 {
	width: 90%;
}

.ezy-bank-data-container input[type="text"] {

	padding: 10px;
	border: 1px solid lightgrey;
	font-weight: normal;
	border-top: 0px;
}

.vg_button_blue {
	background: #0080FF;
	color: #FFFFFF;
	font-weight: normal;
	border: 0px solid transparent;
	border-radius: 0px;
	font-size: 1.2em;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 2em;
	padding-right: 2em;
	margin-top: 2em;
	margin-bottom: 4em;
}

.input-uppercase {
	text-transform: uppercase;
}
::-webkit-input-placeholder { /* WebKit browsers */
	text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	text-transform: none;
}
 .upper{
	 text-transform: uppercase;
 }

.vg_button_blue:hover {
	background: #2173d1;
}

.vg_button_blue:active {
	background: #1d65b8;
}

.vg_link_orange, .vg_link_orange:hover, .vg_link_orange:active  {
	color: #FF9900;
	font-weight: bold;
}

.vg_link_grey, .vg_link_grey:hover, .vg_link_grey:active {
	color: #929292;
	text-decoration: none;
}

.one-click-limit.disabled {
	pointer-events: none;
	cursor:not-allowed;
}

.blue-btn.small {
    cursor: pointer;
    font-size: 12px;
    padding: 6px 37px;
    font-weight: bold;
    background-color: #0080FF;
    border: none;
    color: #fff;
}
.gray-btn.small {
    cursor: pointer;
    font-size: 12px;
    padding: 6px 37px;
    font-weight: bold;
    border: none;
    background-color: #E7E5E6;
    color: #222222;
}

.blue-btn.normal {
    cursor: pointer;
    font-size: 14px;
    padding: 11px 27px;
    font-weight: bold;
    border: none;
    background-color: #0080FF;
    color: #fff;
}

.gray-btn.normal {
    cursor: pointer;
    font-size: 14px;
    padding: 11px 27px;
    font-weight: bold;
    border: none;
    background-color: #E7E5E6;
    color: #222222;
}

.orange-btn.normal {
    cursor: pointer;
    font-size: 14px;
    padding: 11px 27px;
    font-weight: bold;
    border: none;
    background-color:#F27604;
    color: #fff;
}

.disabled-btn {
	cursor: default!important;
}

.blue-btn:hover {
    background-color: #005CB5;
}

.line-height-28 {
    line-height: 28px;
}

.color-black {
    color: #222222;
}

.icon-svg {
	display: inline-flex;
	align-self: center;
}

.icon-svg svg {
	height: 1em;
	width: 1em;
}

.icon-svg.baseline svg {
	top: .125em;
	position: relative;
}
.status_field {
	margin-bottom: 10px;
}

.status_field span{
	background-color: #EAEAEA;
	border-radius: 5px;
	padding: 5px;
	position: relative;
	font-weight: bold;
	font-size: 12px;
}

.addon-modal-footer {
	border-top: none;
}

.modal-move-discount-footer {
	border-top: none;
}

.label-add-addon{
	font-weight: normal;
}

.modal-header-addon {
	padding-bottom: 0px;
}

.strike_through {
	text-decoration: line-through;
}

.box-provider {
	background: #FFFFFF;
	border: solid 1px #E0E0E0;
	border-radius: 4px;
	margin: 0 0 24px 0;
	padding: 36px;
}

.box-provider .collapse-header {
	display: flex;
	justify-content: space-between;
}

.box-provider .collapse-header .payment-provider-logo {
	width: 30%;
	display: flex;
}

.box-provider .collapse-header .payment-provider-logo img {
	width: 75%;
	background-color:#fff;
	display: inline-block;
}

.box-provider .collapse-header .payment-provider-logo .payment-provider-label {
	width: 25%;
	height: 100%;
	border: 2px solid #1524D9;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: #1524D9;
}

.box-provider .collapse-header .payment-provider-status {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box-provider .provider-usage-status {
	width: 100px;
	height: 24px;
	border: 2px solid;
	border-radius: 3px;
	text-align: center;
	display: inline-block;
	color: white;
}

.box-provider .provider-usage-status-active {
	border-color: #4CB050;
	background-color: #4CB050;
}

.box-provider .provider-usage-status-inactive {
	border-color: #FC8B00;
	background-color: #FC8B00;
}

.box-provider .payment-provider-status a {
	display: inline-block;
	cursor: pointer;
	height: 24px;
	width: 24px;
}

.box-provider .payment-provider-status a svg {
	height: 100%;
	width: 100%;
}

.box-provider .collapse-body {
	height: 300px;
	margin: 24px 0 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.box-provider #collapse_paysafe .collapse-body {
	height: 500px;
}

.box-provider #collapse_paysafe_ach .collapse-body {
	height: 300px;
}

.box-provider .collapse-body button{
	width: 35%;
}

.box-provider .collapse-body .provider-credentials-label {
	display: flex;
	justify-content: flex-start;
}

.box-provider .collapse-body .provider-credentials-label label{
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.box-provider .collapse-body .provider-credentials-input input {
	border: solid 1px #E0E0E0;
	border-radius: 4px;
	width: 50%;
	padding: 11px 27px;
}

.box-provider .collapse-body .provider-credentials-comment {
	font-size: 11px;
	opacity: 0.7;
}

.box-provider .collapse-body .provider-credentials-input a,
.box-provider .collapse-body .provider-credentials-input span {
	margin: 5%;
}

.method_outstanding_select {
	width: auto!important;
}

.c_drop {
	display: none;
}

.c_select {
	margin-right: 15px;
	float: left;
}

#payments_region {
	margin-bottom: 16px;
}

.without-padding-left {
	padding-left: 0;
}

.without-padding-right {
	padding-right: 0;
}

input[data-readonly] {
	pointer-events: none;
}
.grey-out {
	color: #C0C0C0;
}

.admin-club-settings--setting__disabled {
	pointer-events: none;
	opacity: .5;
}
