@font-face {font-family: "CoHeadline";
    src: url("../fonts/d8dabc37c8fae7c50c75282fe8f6c2fb.eot"); /* IE9*/
    src: url("../fonts/d8dabc37c8fae7c50c75282fe8f6c2fb.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/d8dabc37c8fae7c50c75282fe8f6c2fb.woff2") format("woff2"), /* chrome firefox */
    url("../fonts/d8dabc37c8fae7c50c75282fe8f6c2fb.woff") format("woff"), /* chrome firefox */
    url("../fonts/d8dabc37c8fae7c50c75282fe8f6c2fb.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("../fonts/d8dabc37c8fae7c50c75282fe8f6c2fb.svg#CoHeadlineW01-Bold") format("svg"); /* iOS 4.1- */
}

h3 {
    font-size: 23px;
    margin-bottom: 0;
}

h3 + hr {
    width: 40px;
    height: 5px;
    margin-bottom: 30px;
}

.page-numbers {
    display: none;
}

.prev.page-numbers {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    cursor: pointer;
    background: url(../images/icon-arrow-right-regular.svg) no-repeat center/contain;
    transform: rotate(180deg);
    text-indent: -99999px;
    white-space: nowrap;
}

.next.page-numbers {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    cursor: pointer;
    background: url(../images/icon-arrow-right-regular.svg) no-repeat center/contain;
    text-indent: -99999px;
    white-space: nowrap;
}

.arrow-right-end {
    background: url(../images/icon-arrow-left-regular.svg) no-repeat center/contain !important;
    transform: rotate(180deg);
}

.tbtn {
    display: flex;
}

.tbtn form {
    margin-right: 5px;
    display: inline-block;
}

.um {
    margin-bottom: 25px !important;
}

.um input[type=submit].um-button:hover, .um a.um-button:hover {
    background-color: #ffe600 !important;
}

.login-right-inner {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.login-link {
    font-size: 14px;
    color: #232635;
    text-align: left;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.login-link a {
    font-size: 14px;
    color: #AAA;
}

.login-left-wrapper {
    position: relative;
    background: url(../images/bg-hero.jpg) no-repeat center / cover;
}

.login-left-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0D5849;
    opacity: 0.9;
}

.login-left-inner {
    position: relative;
    z-index: 1;
}

.um-field-block {
    font-size: 14px !important;
}

.thead {
    position: relative;
}

.thead .th:first-child,
.tbody .td:first-child {
    min-width: 260px;
}

.tbody .tr>div, .thead>div {
    width: 25%;
    min-width: 150px;
}

body.um-page-login .um-form .um-form-field {
    width: 100% !important;
}

.video-img img {
    object-fit: cover;
    width: 250px;
    height: 140px;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaa !important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #aaa !important;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #aaa !important;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #aaa !important;
}

body.home #mainNav .navbar-brand img, body.um-page-password-reset #mainNav .navbar-brand img {
    width: 254px !important;
}

#mainNav {
    z-index: 100!important;
}

hr {
    background-color: #FEC700 !important;
}

body .login-left-inner h1 {
    font-size: 70px;
    font-family: CoHeadline;
    max-width: 720px;
    line-height: 1.2 !important;
}

body .login-left-inner h1 span {
    color: #FEC700;
}

body.home .logo-alt {
    display: none;
}

body:not(.home) .logo-primary {
    display: none;
}

.navbar-brand {
    padding: 0 !important;
}

body:not(.home) #mainNav .navbar-brand img {
    width: 140px;
}

.author-name {
    padding-bottom: 50px;
}

.content-wrapper {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.content-wrapper p:last-child {
    margin-bottom: 0;
}

.video-item {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.videos-wrapper {
    padding-top: 0 !important;
}

.video-play {
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 2px solid #AAAAAA;
    border-bottom: 2px solid #AAAAAA;
    transform: rotate(45deg);
    margin-top: -6px;
    cursor: pointer;
}

.video-play.clicked {
    transform: rotate(225deg);
}

.video-item-expand {
    font-size: 0 !important;
}

.video-item-expand iframe {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.video-content {
    padding-right: 30px;
}

.videos-wrapper .video-item {
    align-items: flex-start !important;
}

.site-nav {
    display: flex;
    justify-content: flex-end;
}

.site-nav a {
    font-family: 'Bebas Neue', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 23px;
    color: #AAAAAA;
    position: relative;
}

.site-nav a:hover,
.site-nav a.active {
    text-decoration: none;
    color: #000000;
}

.site-nav a:hover:after,
.site-nav a.active:after {
    opacity: 1;
    background-color: #FEC737;
}

.site-nav a:after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #AAA;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .35s ease-in-out;
    opacity: 0;
}

.site-nav a + a {
    margin-left: 30px;
}

.btn-bebas {
    padding-top: 5px;
}

.page-title {
    margin-top: -35px;
}

.page-options {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}

.coach-wrapper {
    display: flex;
    align-items: center;
    min-width: 500px;
    margin-right: 30px;
}

.coach-wrapper-small {
    min-width: 280px;
}

.coach-wrapper .coach-img {
    margin-right: 20px;
}

.coach-wrapper .coach-img img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.table-wrapper-users .table-coach-wrapper img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

#mainNav .navbar-nav>li img {
    width: 38px;
    height: 38px;
    object-fit: cover;
}

.coach-wrapper .coach-name {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.coach-wrapper .coach-function {
    max-width: 100%;
}

.coach-wrapper .coach-function,
.coach-wrapper .coach-function a {
    font-size: 14px;
    color: #AAAAAA;
}

.actions-wrapper {
    padding-bottom: 26px;
    position: relative;
}

.actions-wrapper input {
    width: 200px;
}

.actions-wrapper .btn-wrapper {
    margin-left: 10px;
}

.table-wrapper {
    margin-top: 50px;
}

.table-wrapper-uporabniki .thead .th:first-child,
.table-wrapper-uporabniki  .tbody .td:first-child {
    min-width: 140px;
}

.btn-small {
    padding: 6px 10px;
    background-color: #FFF;
}

.btn-small:hover {
    color: #FFF !important;
}

.table-coach-wrapper {
    display: flex;
    align-items: center;
    transition: color 0.2s ease-in-out;
}

.table-coach-wrapper img {
    margin-right: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.filtri-collapse {
    left: 50%;
    transform: translateX(-50%);
}

.row-site-nav {
    position: relative;
    z-index: 1;
}

.tbody .tr {
    position: relative;
}

.tbody .tr .td a {
    color: #000;
}

.tbody .tr .td a + a {
    margin-left: 8px;
}

.mfp-content {
    max-width: 800px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
}

.popup-narrow .mfp-content {
    max-width: 580px;
}

.white-popup-block {
    background-color: #FFF;
}

.popup-header {
    display: flex;
    align-items: center;
    background-color: #000000;
}

.popup-icon {
    background-color: #FEC737;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-name {
    color: #FFF;
    font-family: 'Bebas Neue', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 20px;
    padding-top: 3px;
}

.popup-body {
    padding: 46px 50px;
}

.mfp-close {
    width: 50px;
    height: 50px;
    color: #FFF !important;
}

.popup-body-inner {
    display: flex;
}

#share-training-name {
    margin-bottom: 15px;
}

.popup-body-inner .popup-body-left #share-coach-name,
.tab-content p {
    color: #AAAAAA;
    font-size: 14px;
}

.popup-body-inner .popup-body-left,
.popup-body-inner .popup-body-right {
    width: 50%;
}

.popup-body-right {
    border-left: 1px solid #EEEEEE;
    padding-left: 50px;
}

.popup-body-right label,
.popup-body-right input {
    display: block;
}

.popup-body-right label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.popup-body-right input {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    color: #AAAAAA;
    padding: 5px 15px;
    font-size: 14px;
    width: 100%;
    height: 40px;
}

.popup-body-right .btn-wrapper {
    margin-top: 32px;
    text-align: right;
}

.table-wrapper-users .tbody .tr .td {
    padding: 20px 15px 20px 0;
}

.table-wrapper-users .table-coach-wrapper {
    color: #AAAAAA;
}

.table-wrapper-users .table-coach-wrapper img {
    margin-right: 20px;
}


.table-coach-wrapper-small img {
    margin-right: 10px !important;
}

.vadba-count strong {
    color: #000;
}

.icon-no-coach {
    width: 28px;
    height: 28px;
    background-color: #E86B6B;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    margin-right: 10px;
}

.table-wrapper-users .no-coach-wrapper {
    color: #E86B6B;
}

.user-metrics {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.metric-box {
    /*background-color: #EEEEEE;*/
    /*border-radius: 50%;*/
    text-align: center;
    /*width: 100px;*/
    /*height: 100px;*/
    height: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.metric-box + .metric-box {
    margin-left: 30px;
    border-left: 1px solid #eee;
    padding-left: 30px;
}

.metric-num {
    font-size: 35px;
    line-height: 1;
    font-family: 'Bebas Neue',Helvetica,Arial,sans-serif;
}

.metric-label {
    font-size: 12px;
    color: #AAAAAA;
    text-transform: capitalize;
}

.navodila-wrapper,
.cilj-wrapper {
    margin-top: 10px;
}

.cilj-wrapper p {
    color: #000;
}

.navodila-wrapper .btn-wrapper {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

.navodila-wrapper label {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.navodila-wrapper textarea {
    width: 100%;
    min-height: 80px;
}

.nav.nav-tabs {
    border-color: #eee !important;
}

.nav.nav-tabs .nav-item {
    font-size: 14px;
    font-weight: 400;
    color: #AAAAAA;
    padding: 13px 20px;
    border-radius: 0;
}

.nav.nav-tabs .nav-item.active {
    color: #000;
    border-color: #ddd #ddd #fff;
}

.nav.nav-tabs .nav-item span {
    font-weight: normal;
}

.tab-content .table-wrapper {
    margin-top: 40px;
}

.tab-content .table-wrapper.table-download {
    margin-top: 0;
}

.tab-content .table-wrapper .table-actions {
    padding-bottom: 30px;
    position: relative;
}

.tab-content .btn-wrapper {
    text-align: right;
}

.navade-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}

.navade-wrapper .navada-item label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #AAAAAA;
    margin-bottom: 0;
    cursor: pointer;
}

.navade-wrapper .navada-item label:hover span {
    color: #000;
}

input[type=checkbox],
input[type=radio] {
    margin-right: 15px;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 2px solid #AAA;
}

.filtri-wrapper ul li input {
    max-width: 16px;
    min-width: 16px;
}

.navade-wrapper .navada-item label input:checked {
    border-color: #000;
}

.navade-wrapper .navada-item label input:checked + span {
    color: #000;
}

.navade-wrapper .navada-item {
    width: 25%;
    margin-bottom: 44px;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before,
input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #000;
    color: #000;
    position: absolute;
    top: 5px;
    left: 1px;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    transform: rotate(45deg);
}

input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
    transform: rotate(-45deg);
}

.tab-content .tbody .tr:last-child {
    border-bottom: 0;
}

.table-divider {
    width: 100%;
    height: 3px;
    background-color: #F1F1F3;
    margin: 30px 0;
}

.user-url:hover {
    text-decoration: none;
}

.user-url:hover .table-coach-wrapper {
    color: #000;
}

.btn-primary {
    padding-left: 20px;
    padding-right: 20px;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #000 !important;
    border-color: #000 !important;
}

.btn.btn-primary:hover {
    color: #000 !important;
}

.profile-sidebar {
    margin-top: 10px;
    padding-right: 55px;
}

.sidebar-item + .sidebar-item {
    margin-top: 30px;
}

.sidebar-item .navade-wrapper .navada-item {
    padding-bottom: 0;
    border: 0;
}

.sidebar-item .navade-wrapper .navada-item .navada-icon {
    font-size: 20px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    padding-top: 2px;
}

.sidebar-item .navade-wrapper .navada-item .navada-name {
    color: #AAAAAA;
}

.profile-sidebar .coach-wrapper .coach-name,
.profile-sidebar p {
    color: #AAAAAA;
    font-size: 14px;
    font-weight: normal;
}

.profile-navodila-wrapper {
    margin-top: 25px;
    font-size: 14px;
    color: #AAAAAA;
    padding: 15px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    position: relative;
    background-color: #fafafa;
}

.profile-navodila-wrapper:before {
    content: "";
    position: absolute;
    left: 20px;
    top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    transform: rotate(45deg);
    background-color: #fafafa;
}

.profile-actions {
    margin-top: 30px;
    margin-bottom: 20px;
}

.profile-actions .btn-wrapper {
    text-align: right;
    height: 40px;
}

.navade-wrapper-popup {
    flex-direction: column;
    width: 100%;
    padding-top: 0;
}

.navade-wrapper-popup .navada-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #F1F1F3;
    margin-bottom: 15px;
}

.navade-wrapper-popup .navada-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.navade-wrapper-popup .navada-item .navada-icon {
    background-color: #EEEEEE;
    border-radius: 50%;
    color: #AAAAAA;
    font-size: 25px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    line-height: 50px;
    margin-right: 20px;
    font-family: 'Bebas Neue', 'Helvetica', 'Arial', 'sans-serif';
    padding-top: 3px;
}

.navade-wrapper-popup .navada-item .navada-name {
    font-size: 14px;
    min-width: 130px;
    margin-right: 30px;
}

.navade-wrapper-popup .navada-item .navada-input {
    width: 100%;
    display: flex;
    align-items: center;
}

.navade-wrapper-popup .navada-item .navada-input span {
    min-width: 200px;
    color: #aaa;
    font-size: 12px;
    margin-left: 10px;
}

.navade-wrapper-popup .navada-item .navada-input input {
    height: 40px;
    width: 100%;
}

.popup-body-navade .btn-wrapper {
    text-align: right;
    padding-top: 30px;
}

.form-errors-notice {
    margin-top: 20px;
}

.table-navade-wrapper {
    padding-bottom: 20px;
}

.table-navade-wrapper .thead,
.table-navade-wrapper .tbody {
    width: auto;
}

.table-navade-wrapper .thead .th,
.table-navade-wrapper .tbody .td {
    width: 150px;
    min-width: 150px;
    min-height: 82px;
    display: flex;
    align-items: center;
}

.table-navade-wrapper .thead .th:last-child,
.table-navade-wrapper .tbody .td:last-child {
    text-align: left !important;
    padding-right: 15px !important;
    justify-content: flex-start !important;
}

.table-scroll {
    max-width: 100%;
    overflow: auto;
}

.table-scroll::-webkit-scrollbar {
    height: 10px;
}

/* Track */
.table-scroll::-webkit-scrollbar-track {
    background: #F1F1F3;
    border-radius: 5px;
}

/* Handle */
.table-scroll::-webkit-scrollbar-thumb {
    background: #FEC737;
    border-radius: 5px;
}

/* Handle on hover */
.table-scroll::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.table-scroll .table-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.profile-edit-wrapper h4 {
    font-size: 20px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}

.profile-edit-wrapper label {
    margin-bottom: 0;
    width: 100%;
}

.profile-edit-wrapper label input,
.profile-edit-wrapper label textarea {
    margin-top: 10px;
    height: 40px;
    width: 100%;
}

.profile-edit-section + .profile-edit-section {
    padding-top: 40px;
    border-top: 1px solid #EEEEEE;
    margin-top: 40px;
}

.profile-edit-avatar img {
    border-radius: 50%;
}

.profile-edit-wrapper .btn-wrapper {
    text-align: right;
    padding-top: 20px;
}

.prevzemi-uporabnika-wrapper {
    padding-bottom: 20px;
}

body.um-page-register .um-form .um-form-field {
    border: 1px solid #ddd!important;
    font-size: 14px!important;
    border-radius: 5px;
    padding: 15px 15px!important;
    height: 50px;
    max-width: 100%;
    outline: 0!important;
    box-shadow: none!important;
    height: auto!important;
    width: 100% !important;
}

body.um-page-register .um-field-label {
    display: none !important;
}

body.um-page-register .um-field-user_email {
    padding-bottom: 30px;
    border-bottom: 1px solid #F1F1F3;
    margin-bottom: 15px;
}

.notice {
    background-color: #E86B6B;
    color: #FFF;
    text-align: center;
    padding: 10px;
    margin-bottom: 40px;
    font-size: 14px;
}

.um-field-error {
    padding: 2px 10px;
    font-size: 12px;
    margin: 10px 0 0 0;
}

.prenesi-title {
    color: #AAAAAA;
    font-size: 14px;
    text-transform: uppercase;
}

.popup-body-prenesi .coach-wrapper {
    margin: 0;
}

.popup-body-prenesi .prenesi-title {
    margin-bottom: 36px;
}

.coach-list-wrapper {
    height: 320px;
    overflow: auto;
}

.coach-list-wrapper::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.coach-list-wrapper::-webkit-scrollbar-track {
    background: #F1F1F3;
    border-radius: 5px;
}

/* Handle */
.coach-list-wrapper::-webkit-scrollbar-thumb {
    background: #FEC737;
    border-radius: 5px;
}

/* Handle on hover */
.coach-list-wrapper::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.coach-list-inner {
    display: flex;
    flex-direction: column;
}

.coach-list-inner .coach-item {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #F1F1F3;
    margin-bottom: 10px;
}

.coach-list-inner .coach-item label {
    display: flex;
    margin: 0;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    color: #AAAAAA;
}

input.round-radio {
    border: 1px solid #DDDDDD;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    min-width: 20px;
    padding: 0;
    margin-right: 8px;
    cursor: pointer;
}

input.round-radio:checked:before {
    width: 8px;
    height: 8px;
    background-color: #FEC737;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 5px;
}

input.round-radio:checked:after {
    display: none;
}

.actions-filter {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.actions-filter .filter-item + .filter-item {
    margin-left: 20px;
}

.actions-filter label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 14px;
    color: #AAAAAA;
    cursor: pointer;
}

.latepoint-book-button {
    font-family: 'Bebas Neue', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 23px;
    color: #AAAAAA;
    position: relative;
    background: none;
    padding: 0;
    margin-left: 30px;
    line-height: 1.5;
    transition: 0.2s ease-in-out;
}

.latepoint-book-button:hover {
    background: none;
    color: #000;
}

.latepoint-book-button:hover:before {
    background: none;
    color: #000;
    background-color: #FEC737;
    opacity: 1;
}

.latepoint-book-button.os-loading:after {
    border-bottom: 2px solid #FEC737;
    border-left: 2px solid #FEC737;
    border-top: 2px solid #FEC737;
}

.site-nav .latepoint-book-button.os-loading {
    color: #000 !important;
}

.latepoint-book-button:before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #AAA;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .35s ease-in-out;
    opacity: 0;
}

.confirmation-info-w ul li strong {
    margin-top: 5px;
}

#profile {
    border-radius: 100%;
    width: 200px;
    height: 200px;
    position: relative;
    cursor: pointer;
    background: #f4f4f4;
    display: table;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 5px 8px rgba(black, 0.35);
}

#profile .dashes {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    border: 4px dashed #ddd;
    opacity: 1;
}
#profile label {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    color: grey;
    opacity: 1;
    font-size: 14px;
    color: #AAA;
}
#profile.dragging {
     background-image: none!important;
}
#profile.dragging .dashes {
    animation-duration: 10s;
    animation-name: spin;
    animation-iteration-count:infinite;
    animation-timing-function: linear;
    opacity: 1!important;
}
#profile.dragging label {
    opacity: 0.5!important;
}
#profile.hasImage .dashes,
#profile.hasImage label {
    opacity: 0;
    pointer-events: none;
    user-select: none;
}

#profile.file-exists .dashes {
    opacity: 0;
}

#profile.file-exists label {
    color: #fff;
}

#uporabnik_avatar {
    position: absolute;
    left: -1000px;
}

.um-notice.err {
    display: none !important;
}

.buttons-wrapper {
    margin: 40px 0;
    text-align: right;
}

.prev.page-numbers.back-arrow {
    margin: 0 0 30px;
}

.dodaj-vadbo-uporabniku-wrapper {
    padding: 30px 0 0;
}

.naloge-wrapper {
    display: flex;
}

.navade-wrapper-opis {
    padding-top: 0;
    padding-bottom: 44px;
}

.navade-wrapper-opis .check-icon-name-wrapper {
    max-width: 260px;
    min-width: 260px;
}

.navada-navada {
    font-weight: bold;
    color: #000 !important;
}

.navada-opis {
    font-size: 12px;
    color: #AAA;
}

.check-icon-name-wrapper {
    display: flex;
    align-items: center;
}

.download-excel {
    padding-top: 20px;
    text-align: right;
}

.download-excel a {
    font-size: 12px;
    color: #AAAAAA;
    text-decoration: underline;
}

.download-excel a:hover {
    color: #000;
}

.btn-export {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    height: 40px;
    font-size: 14px;
    color: #000000;
    padding: 8px 20px;
    line-height: 1.5;
}

.btn-export:hover,
.btn-export:focus {
    color: #000 !important;
}

.btn-export i {
    margin-left: 10px;
}

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

.document-items a {
    color: #3897f0;
    text-decoration: underline;
    font-size: 14px;
}

.document-items a.odstrani-dokument-uporabnik,
.document-items a.odstrani-dokument-trener,
.document-items a.odstrani-dokument-btn {
    color: #AAA;
    text-decoration: none;
}

.document-items a.odstrani-dokument:hover {
    text-decoration: underline;
}

.dib {
    display: inline-block !important;
    width: auto !important;
    margin-bottom: 0 !important;
}

.uporabnik_dokumenti,
.trener_dokumenti {
    position: relative;
    left: -2000px;
}

#document-chosen,
#document-chosen-trener {
    font-size: 14px;
    color: #AAA;
}

.trener_dokumenti_btn {
    margin-top: 30px;
}

.table-download-wrapper {
    padding-top: 0;
    text-align: right;
}

.table-download-wrapper-uporabnik {
    padding-top: 20px;
}

.vertical-tabs-wrapper .nav {
    width: 220px;
    min-width: 220px;
    margin-right: 30px;
}

.vertical-tabs-wrapper .nav-tabs {
    border-bottom: 0;
    border-right: 1px solid;
}

.vertical-tabs-wrapper .nav-tabs .nav-item.active,
.vertical-tabs-wrapper .nav-tabs .nav-item:hover {
    border-bottom: 1px solid transparent !important;
    border-color: transparent;
    border-right: 1px solid #eee !important;
    margin-right: -1px;
    border-right: 0;
    background-color: #fafafa;
}

.vertical-tabs-wrapper .tab-content {
    width: calc(100% - 250px);
}

.vertical-tabs-wrapper .table-wrapper {
    margin-top: 0;
}

.btns-move {
    position: absolute;
    left: 0;
    top: 3px;
    display: flex;
}

.btns-move .btn-move-up,
.btns-move .btn-move-down {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: relative;
}

.btns-move .btn-move-up:before,
.btns-move .btn-move-down:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    top: 12px;
    left: 10px;
    transform: rotate(-45deg);
}


.btns-move .btn-move-down:before {
    transform: rotate(135deg);
    top: 6px;
}

.navada-icon-gibanje {
    background: url(../images/icons/icon-gibanje.svg) #E75858 no-repeat center !important;
}

.navada-icon-prehrana {
    background: url(../images/icons/icon-prehrana.svg) #6EC281 no-repeat center !important;
}

.navada-icon-miselna-naravnanost {
    background: url(../images/icons/icon-miselna-naravnanost.svg) #5DA1D6 no-repeat center !important;
}

.navada-icon-regeneracija {
    background: url(../images/icons/icon-regeneracija.svg) #C066CA no-repeat center !important;
}

@media (min-width: 768px) {
    .thead .th {
        padding: 15px 15px 15px 0;
    }

    .thead .th:last-child {
        text-align: right;
        padding-right: 0;
    }

    .td-width-100 {
        width: 100% !important;
    }

    .tbody .tr .td {
        padding: 20px 15px 20px 0;
        display: flex;
        align-items: center;
    }

    .tbody .tr .td:last-child {
        justify-content: flex-end;
        padding-right: 0;
    }

    .table-navade-wrapper .thead .th:nth-child(2),
    .table-navade-wrapper .tbody .td:nth-child(2) {
        /*padding-left: 180px;*/
        width: 300px;
        min-width: 300px;
    }

    .table-navade-wrapper .thead .th:first-child,
    .table-navade-wrapper .tbody .td:first-child {
        /*position: absolute;*/
        background-color: #FFF;
        height: 82px;
        width: 180px;
        min-width: 180px;
    }

    .thead,
    .tbody .tr {
        position: static;
    }
}

@media (min-width: 991px) {
    body.home #mainNav .navbar-nav>li>a, #mainNav .navbar-nav>li>a:focus {
        color: #000;
    }
}

@media (max-width: 1199px) {
    .page-options {
        flex-direction: column;
    }

    .coach-wrapper {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    body .login-left-inner h1 {
        font-size: 70px;
    }

    .login-left-inner {
        padding-top: 200px !important;
    }

    .profil-nav-tabs,
    .profile-edit-wrapper {
        margin-top: 40px;
    }

    .vertical-tabs-wrapper {
        flex-direction: column;
    }

    .vertical-tabs-wrapper .nav {
        width: 100%;
        min-width: unset;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .vertical-tabs-wrapper .tab-content {
        width: 100%;
    }

    .vertical-tabs-wrapper .nav-tabs {
        border-right: 0;
    }

    table-navade-wrapper .thead .th, .table-navade-wrapper .tbody .td {
        min-height: unset;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .nav.nav-tabs {
        border-bottom: 0;
    }

    .nav.nav-tabs .nav-item {
        width: 100%;
        text-align: center;
    }

    .nav.nav-tabs .nav-item.active {
        border-bottom: 1px solid #ddd;
    }

    .table-wrapper-users .tbody .tr .td {
        padding: 10px 15px 10px 0;
    }

    .tbody .tr .td {
        width: 100%;
    }

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

    .user-metrics {
        justify-content: center;
    }

    header .page-title {
        margin: 0;
    }

    .row-site-nav {
        display: none;
    }

    .actions-wrapper .btn-wrapper {
        margin-left: auto;
    }

    body .login-left-inner h1 {
        font-size: 55px;
    }

    body.home #mainNav .navbar-brand img, body.um-page-password-reset #mainNav .navbar-brand img {
        width: 160px !important;
    }

    .user-fullname {
        display: none;
    }

    .table-wrapper {
        margin-top: 0;
    }

    .actions-wrapper .search-wrapper {
        flex-direction: column;
    }

    .actions-wrapper .actions-filter {
        margin: 20px auto 0;
    }

    .actions-wrapper .btn-filters {
        margin: 20px 0 0;
    }

    .search-wrapper input[type="text"] {
        width: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .search-wrapper button {
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 5px !important;
    }
}

@media (max-width: 575px) {
    #mainNav .navbar-nav>li>a {
        padding-right: 0;
    }

    body .login-left-inner h1 {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .video-item-expand iframe {
        height: 260px !important;
    }

    .video-play {
        top: 70px !important;
    }

    .navada-item {
        flex-direction: column;
    }

    .check-icon-name-wrapper {
        width: 100%;
        margin-bottom: 15px;
    }
}
