.btn {
    text-transform: uppercase;
}

.navbar {
    height: 70px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    text-decoration: underline;
}

.navbar-default .navbar-brand {
    padding: 15px;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 600;
}

.tab-pane {
    margin-top: 15px;
}

.select {
    position: relative;
    top: 0;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.select .select-btn {
    border-radius: 20px
}

.select .select-btn:hover {
    background-color: #F2F2F2
}

.select .select-field {
    display: none
}

.select .select-list {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 5px 0;
    margin: -10px 0 0;
    background: #F2F2F2;
    list-style: none;
    min-width: 100%;
    border-top: 0
}

.select .select-list .select-option {
    display: block;
    padding: 5px 15px;
    line-height: 20px;
    cursor: pointer
}

.select .select-list .select-option:hover {
    color: #70C14C
}

.select .select-list .select-option.current {
    font-weight: 600;
    display: none
}

.select.opened {
    top: -15px
}

.select.opened .select-btn {
    background-color: #F2F2F2;
    border-radius: 0
}

.select.opened .select-list {
    display: block
}

.messages,
.account,
.language .select-btn {
    display: inline-block;
    line-height: 30px;
    padding: 5px 30px;
    margin: 15px 0 15px 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.messages {
    color: #000;
    border: 1px solid #D9D9D9;
    padding: 4px 30px;
    border-radius: 20px;
    background-color: #fff;
}

.messages a {
    color: #000;
}

.account a {
    color: #fff;
}

.messages a:hover,
.account a:hover {
    text-decoration: none;
}

.messages:hover {
    background-color: #F2F2F2;
}

.account {
    background-color: #70C14C;
    color: #FFF;
    border-radius: 20px
}

.account:hover {
    background-color: #63b53f
}

.language {
    display: inline-block;
    position: relative;
    margin: 15px 0 15px 5px
}

.language .select-btn {
    margin: 0;
    padding: 5px 35px 5px 15px
}

.language .select-btn:after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -2px 0;
    border: 5px solid transparent;
    border-top-color: #CCCCCC
}

.nav-tabs {
    border-bottom: 1px solid #DEDEDE;
}

.nav-tabs > li > a {
    color: #d1d1d1;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    padding-left: 0;
    margin-right: 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-bottom-color: #DEDEDE;
    border-bottom-width: 3px;
    cursor: pointer;
}

.training {
    margin: 10px 0;
    display: block;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    position: relative;
    padding: 30px;
}

.training__date {
    text-align: right;
    padding-left: 0;
    padding-right: 40px;
}

.training__label {
    text-transform: uppercase;
    color: #A3A3A3;
}

.training__content {
    margin-bottom: 5px;
    font-size: 13px;
}

.training__content__date {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.training--current {
    border: 5px solid #70C14C;
}

h1 {
    font-weight: 600;
}

.training__person,
.training__statistics__tracker {
    margin-bottom: 30px;
}

.training__person,
.training__statistics__tracker,
.training__person a,
.training__statistics__tracker a {
    font-weight: 600;
}

.training__response {
    margin-top: 20px;
}

.training__response-new {
    display: none;
}

.training__response__textarea {
    width: 100%;
    max-width: 100%;
    font-family: sans-serif;
    border: 1px solid #E5E5E5;
    padding: 15px;
    position: relative;
    color: #626760;
}

.training__response__controls {
    margin-top: 15px;
}

.training__response-text {
    background-color: #EBF6E6;
    padding: 20px;
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #626760;
}


.training__fav {
    margin-top: 20px;
}

.training__fav--add { background-color: white; border: 0; }

.training__fav-new00 {
    display: none;
    position: absolute;
    left: 15px;
    z-index: 999;
    background-color: white;
    border: solid 1px green;
}

.training__fav__textarea00 {
    width: 100%;
    max-width: 100%;
    font-family: sans-serif;
    border: 1px solid #E5E5E5;
    padding: 3px;
    color: #626760;
}

.training__fav__controls {
    margin-top: 15px;
}

.item-thumbnail {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.item-title {
    margin-left: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
}

.training__statistics__table {
    width: 100%
}

.training__statistics__table:not(:first-child) {
    margin-top: 30px
}

.training__statistics__table thead th {
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    color: #A3A3A3;
    padding: 0 2px
}

.training__statistics__table thead th:first-child {
    padding-left: 0px;
}

.training__statistics__table tbody td {
    padding: 3px;
    font-size: 15px;
    text-transform: lowercase;
    font-weight: 600
}

.training__statistics__table tbody td:first-child {
    padding-left: 0
}

.training__statistics__table tbody tr:not(:first-child) td {
    border-top: 1px solid #E5E5E5
}

.recommendation {
    margin: 75px auto;
}

.recommendation__header__description {
    font-size: 15px;
    color: #AAA;
    margin-bottom: 30px;
}

.recommendation__content__item__header {
    font-weight: 600;
    margin: 30px 0 0;
    color: #2E2E2E;
}

.recommendation__content__item__description {
    font-size: 13px;
    margin-top: 15px;
    color: #AEAEAE;
}

.recommendation__content__item:hover {
    text-decoration: none;
}

.recommendation__content__item:hover .recommendation__content__item__header {
    text-decoration: underline
}
.training__info {
    min-height: 95px;
    padding: 0 15px 0 0;
}
.training__info:not(:last-child):after {
    display: block;
    content: "";
    position: absolute;
    background-color: #E5E5E5;
    width: 1px;
    top: -30px;
    right: 0px;
    bottom: -30px;
}
.bottom-banner__link {
    display: block;
    padding: 100px 15px;
    background-image: url(/i3/images/Banner.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bottom-banner__link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.bottom-banner__link:hover:before {
    background-color: rgba(0, 0, 0, 0.6);
}

.bottom-banner__title {
    color: #fff;
}

.bottom-banner__description {
    color: #DDD;
    font-weight: 400;
}

.bottom-banner {
    position: relative;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    text-decoration: underline;
}

.navbar-inverse .navbar-nav > li > a {
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li:not(:first-child):before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #474747;
    border-radius: 50%;
    top: 50%;
    left: 0;
    margin: -3px;
}

.bottom-nav {
    margin-bottom: 0;
}

.copyright {
    padding-left: 150px;
}

.trainings-ordering-label {
    position: absolute;
    left: -200px;
    width: 140px;
    height: 100%;
    text-align: right;
    margin-top: -30px;
}

.trainings-ordering-label .future-trainings,
.trainings-ordering-label .past-trainings {
    padding-right: 40px;
    color: #C0C0C0;
    font-size: 14px
}

.trainings-ordering-label .future-trainings:after,
.trainings-ordering-label .past-trainings:after {
    position: absolute;
    right: 0;
    content: "";
    width: 16px;
    height: 16px;
    top: 50%;
    margin: -23px;
    border-radius: 50%;
    background-color: #DEDEDE;
    z-index: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 15px solid #F2F2F2;
}

.trainings-ordering-label .future-trainings:before,
.trainings-ordering-label .past-trainings:before {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    width: 1px;
    height: 200px;
    background-color: #C0C0C0;
    z-index: 0
}

.trainings-ordering-label .future-trainings {
    position: absolute;
    top: -70px;
    right: 0
}

.trainings-ordering-label .future-trainings:before {
    top: 50%;
    bottom: auto
}

.trainings-ordering-label .past-trainings {
    position: absolute;
    bottom: -70px;
    right: 0
}

.trainings-ordering-label .past-trainings:before {
    top: auto;
    bottom: 50%
}

.trainings-ordering-label .current-training {
    color: #70C14C;
    font-size: 18px;
    line-height: 24px;
    display: table;
    height: 100%;
    padding-right: 40px
}

.trainings-ordering-label .current-training span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2
}

.trainings-ordering-label .current-training:after {
    position: absolute;
    right: 0;
    content: "";
    width: 48px;
    height: 48px;
    top: 50%;
    margin: -38px;
    border-radius: 50%;
    background-color: #70C14C;
    z-index: 1;
    background-image: url(/i3/images/runner.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 15px solid #F2F2F2;
}
