/*********  HELPERS  ************/

html {
    overflow: hidden !important;
}

.no-m-bottom {
    margin-bottom: 0;
}

.h-100 {
    height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0;
}

.inline {
    display: inline;
}

.p-10 {
    padding: 10px;
}

.h-40 {
    height: 40px;
}

.p-50 {
    padding-bottom: 50px;
}

.h-30 {
    height: 30px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.m-40 {
    margin: 40px;
}

.m-20 {
    margin: 20px;
}

.w-300 {
    width: 300px;
}

.img-30 {
    height: 23px !important;
}

.no-border {
    border: none;
}

.w-100 {
    width: 100%;
}

.card-info-plan p {
    border: solid #e0e0e0 1px;
    padding: 4px;
    border-radius: 3px !important;
}

/********** END HELPERS *************/
.box-athletescore {
    padding: 3px;
}

input[type="time"]::-webkit-clear-button {
    display: none;
}

input[type="time"]::-ms-clear {
    display: none;
}

input::-ms-clear {
    width: 0;
    height: 0;
}

input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* RESET SELECT2 IN HEAD MENU*/

.dark-nav-header .select2-container .select2-choice {
    border: solid #E7E7E7;
    height: 35px;
    width: 180px;
    color: #fff;
    font-family: Roboto;
}

.select2-search-choice-close {
    background-size: 7px !important;
    background-position: center !important;
}

.select2-container .select2-choice .select2-arrow b {
    background: url(../images/icon/down-arrow.png) no-repeat center !important;
    background-size: 10px !important;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    background-color: none !important;
    border: none !important;
}

.dark-nav-header .select2-dropdown-open .select2-choice {
    box-shadow: none !important;
}

.box-athletescore-wod select {
    width: 100%;
    height: 25px;
    font-size: 9px !important;
    text-align: center;
    min-width: 100% !important;
}

.box-athletescore-wod input {
    width: 100%;
    height: 25px;
    font-size: 9px !important;
    text-align: center;
}

.box-athletescore-wod select::-ms-expand {
    display: none !important;
}

.box-athletescore-wod input::-ms-expand {
    display: none !important;
}

.dark-nav-header .select2-container .select2-choice .select2-arrow {
    border: none !important;
}

.dark-nav-header .select2-dropdown-open .select2-choice {
    background: #333;
    border: solid #4e4e4e;
    height: 35px;
    width: 180px;
}

.dark-nav-header .search-bar {
    height: 44px !important;
    border: none;
    border-radius: 3px;
    color: #fff;
    margin: 0 !important;
    padding: 4px 3px !important;
}

.dark-nav-header .nav.navbar-right > li > a:hover {
    /*color: #fff !important;*/
    background: transparent !important;
}

.dropdown-menu > li > a:hover {
    background: #fff;
    color: #13a89e !important;
}

/* END RESET */

.dropdown-menu-profile .list-group-item {
    border: none;
}

.small-card {
    width: 192px !important;
    height: 192px !important;
}

.small-card .head {
    font-size: 13px !important;
    color: #8e8e8e;
}

.alert-card-success {
    border-top: solid #13a89e !important;
}

.alert-card-danger {
    border-top: solid #ff5652 !important;
}

.alert-card-disable {
    border-top: solid #8e8e8e !important;
}

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

.dropdown-menu-profile .list-group-item a:hover {
    color: #00a69c;
}

.dropdown-menu-profile .list-group-item a {
    color: #333;
}

.dropdown-menu-profile .profile-img {
    margin-top: 10px;
    text-align: center;
    height: 70px !important;
    margin: auto;
}

.dropdown-menu-profile .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.dropdown-menu-profile {
    width: 300px;
    height: 145px !important;
}

.btn-logout {
    color: #13A89E !important;
    font-weight: 900;
    text-align: center !important;
    border-top: solid 1px #13A89E;
    border-radius: 0 !important;
}

.btn-competition {
    background: #be1e2d !important;
    color: #FFF !important;
}

#bs-example-navbar-collapse-1 {
    width: 100%;
    margin: auto;
}

.default-color-green {
    color: #00a69c !important;
}

.dark-nav-header {
    background: #4a4a4a;
    border-radius: 0;
}

.dark-nav-header .advancedSearchBox {
    margin: 0 !important;
    padding: 0 11px;
}

.profile-img {
    height: 75px !important;
    border: 2px solid #949494;
}

.notSaved {
    background-color: #ffd9d9;
}

.saved {
    background-color: #ECFFE7;
}

.p-16 {
    padding: 16px !important;
}

.main-title {
    font-family: Roboto;
    font-size: 2rem;
    color: #00a69c;
    font-weight: normal;
}

.main-title span {
    font-weight: bold;
}

.more-info {
    margin-top: 100px;
}

.more-info a {
    margin-left: 20px;
    color: #9b9b9b !important;
}

.more-info-text {
    margin-left: 20px;
    font-family: Roboto;
    font-size: 1.5rem;
    line-height: normal;
    color: #9b9b9b;
}

.card img {
    margin: auto;
    padding: 60px 25px 30px 25px;
    min-height: 170px !important;
}

.card:hover {
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card {
    border-radius: 6.4px;
    background-color: #ffffff;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.07);
    min-height: 300px;
    margin: 14px 0px;
    padding: 0px 25px;
}

.container-cards .list-group-item {
    background-color: transparent !important;
    padding: 20px;
    border-width: 0px 0 3px 0;
}

.subtitle-tutorial {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 13px;
}

.card-title {
    font-family: Roboto;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(74, 74, 74, 0.85);
}

.card-description {
    font-family: Roboto;
    font-size: 1.2rem;
    line-height: 1.52;
    letter-spacing: normal;
    color: rgba(155, 155, 155, 0.84);
}

.secundary-title {
    font-family: Roboto;
    font-size: 3rem;
    line-height: normal;
    letter-spacing: normal;
    color: #00a69c;
}

.subText {
    margin-left: 20px;
}

.btn-neutral {
    font-weight: bold;
    border: none;
    color: #333;
}

.btn-minimize {
    color: #fff;
    background: #13a89e;
    padding: 4px 10px !important;
    margin: 15px;
}

.page-title h3 {
    line-height: 100%;
    font-weight: normal !important;
    font-size: 1.5rem !important;
    margin: 0;
    text-transform: uppercase !important;
    color: #676767;
    padding: 12px 0px 0px 31px;
}

.display-none {
    display: none;
}

.tutorial-item {
    padding: 13px;
    background-color: #eee;
    margin: 3px;
}

.tutorial-item a {
    color: #404040 !important;
    font-family: Roboto;
}

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

.display-inline {
    display: inline;
}

.bordertest {
    margin-top: 10px;
    background: #000;
    position: relative;
    height: 1px;
    background: linear-gradient(to right, #fff, #fff, #676a6c, #fff, #fff);
}

.box-tutorial {
    height: 100%;
    width: 65%;
    margin: auto;
    background: #fff;
    border-radius: 10px;
}

.container-tutorial {
    height: 69%;
    margin: auto;
    opacity: 0.9;
    border-radius: 10px;
}

.footer-tutorial h2 {
    font-size: 2.8rem;
}

.tutorial {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    background-color: #0000008c;
    padding-bottom: 20px;
    padding-top: 20px;
}

.description-tutorial {
    font-size: 1.8rem;
    margin-bottom: 25px;
    color: #6c6a6c94;
}

.btn-tutorial {
    border: solid 1px #676a6c;
    padding: 7px;
    border-radius: 5px;
    color: #676a6c;
}

#mini-menu {
    padding: 4px 10px !important;
}

.nav-top img {
    height: 44px;
    display: inline;
}

.m-10 {
    margin: 10px;
}

.nav-top a {
    padding: 6px !important;
}

.right {
    float: right !important;
}

.back-green-primary {
    background-color: #00a69c;
}

.radius-0 {
    border-radius: 0 !important;
}

.nav-default a:hover {
    background-color: transparent !important;
}

.advancedSearchBox .search-parameter-input::-webkit-input-placeholder {
    color: #fff;
}

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

.box-score {
    background: #fff !important;
    border: 1px solid #f3f3f3;
}

.box-score input {
    width: 75%;
    float: left;
}

.panel {
    border: none !important;
}

.c-dark-gray {
    color: #4a4a4a !important;
}

.c-color-green {
    color: #00a69c;
}

.b-color-dark {
    background-color: #fafafa;
}

.font-roboto {
    font-family: Roboto !important;
}

.card-score {
    padding-right: 5px;
    padding-left: 5px;
}

.brand-secundary {
    color: #fff !important;
}

.f-size-15 {
    font-size: 15px;
}

.btn-score {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
    margin-right: 10px;
}

.f-size-20 {
    font-size: 20px;
}

.w-font-700 {
    font-weight: 700;
}

.vertical-line {
    border: none;
    border-left: 1px solid #fff;
    height: 100%;
    width: 1px;
    margin-top: 0;
}

.menu-points {
    padding: 15px;
}

.menu-points li {
    margin-bottom: 5px;
}

.categories-selected {
    background-color: #9c9c9c;
    color: #fff;
}

.btn-save-all {
    margin-bottom: 30px !important;
    margin-top: 47px !important;
}

.title-levels {
    font-size: 18px;
    margin-bottom: 8px;
    text-align: center;
}

.container-contract-athlete {
    width: 100%;
    padding: 43px;
    border-style: solid;
    border-width: 1px;
    border-color: #3333331a;
}

.body-card img {
    height: 104px;
    padding-bottom: 20px;
    margin-top: 100px;
}

.card-footer {
    margin-top: 50px;
}

.body-card p {
    color: #676a6ca1;
}

.card-head {
    height: 51px;
    width: 238px;
}

.content-card h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 21px;
}

.card-head img {
    height: auto;
    width: 100%;
}

.content-card {
    height: 100%;
    margin-top: 20vh;
}

.body-card {
    margin-bottom: 25px;
    width: 100%;
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.05);
}

.body-card p {
    padding-bottom: 64px;
}

.logo-bottom {
    position: absolute;
    bottom: 0;
    z-index: 0;
    background-color: #1d1d1f;
    width: 100%;
    padding: 13px;
}

.icon-top-menu {
    margin-top: 4px;
}

.icon-top-search {
    margin-top: 7px;
}

.btn-filter {
    width: 49%;
    color: #333;
    background-color: rgba(242, 244, 246, 1) !important;
}

.btn-filter {
    width: 49%;
    color: #333;
    background-color: rgba(242, 244, 246, 1) !important;
}

.content-filter {
    text-align: center;
    margin: 6px;
    box-shadow: 0px 2px 5px rgba(80, 80, 80, 0.12);
    padding: 7px;
}

.content-contract {
    background-color: #fff;
    padding: 26px;
}

.title-parameters {
    font-size: 18px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 8px;
}

.description-parameters {
    font-size: 13px !important;
    text-align: justify;
}

.parameters {
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    text-align: center;
    margin: 3px;
    cursor: pointer;
}

.btn-levels:focus {
    background-color: #9c9c9c !important;
    color: #fff;
}

.btn-levels {
    padding: 5px;
}

.parameters p {
    margin: auto;
    padding: 7px;
    font-size: 12px !important;
}

/** TIMELINE **/
.btn-send {
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

.add-message {
    position: absolute;
    bottom: 13px;
    background-color: #333;
    z-index: 100;
    text-align: center;
    right: 113px;
    border-radius: 23px;
    box-shadow: 0px 1px 3px rgba(6, 6, 6, 0.13);
    margin: 6px;
    padding: 13px;
}

.add-message:hover {
    padding: 16px;
    transition: width 5s;
}

.add-message span {
    color: #fff;
}

.btn-add {
    background-color: #13A89E;
    border-style: none;
    color: #fff;
    border-radius: 45% !important;
    height: 30px;
    width: 30px;
}

.footer-btn {
    margin-top: 5px;
}

.container-answer {
    height: 100%;
    margin-top: 10px;
    margin-left: -9px;
    width: 250px;
}

#timeline-msg .list-group-item {
    border: none !important;
}

.container-post {
    background-color: #fff;
    margin: -6px;
    margin-right: -10px;
    margin-left: -10px;
    padding: 8px;
    border-radius: 5px;
}

.bnt-menu-post {
    border-style: none;
    background-color: #fff;
}

.post-info {
    font-size: 9px;
    color: #435966;
}

.timeline-panel {
    margin-top: 30px;
}

.post-content {
    background-color: #fff;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;

}

.modal-post {
    background-color: #fff;
    width: 54vw;
    height: 90vh;
}

.finance-filters input, select {
    min-width: 130px;
}

.date-box {
    position: absolute;
    z-index: 999;
    background-color: #13A89E;
    color: #fff;
    padding: -1px;
    font-size: 11px;
    margin-left: 86px;
    padding: 2px;
    border-radius: 3px;
}

.link-msg {
    color: #13A89E;
    cursor: pointer;
}

.timeline_flow {
    height: 100%;
    overflow-y: auto;

}

.group-post {
    border-top-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
    border-radius: 0 !important;
}

.topbar {
    left: 0px;
    position: fixed;
    right: 0;
    top: 0px;
    z-index: 69;
}

label {
    font-size: 13px;
    color: #333333
}

.topbar-left {
    text-align: center;
    height: 50px;
    background: #4a4a4a;
    float: left;
    width: 220px;
}

.topbarLogo .topbar-left .logo {
    line-height: 42px;
}

.topbar-left
.navbar-header form {
    margin: 3px;
}

.button-tabs button {
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: solid transparent;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: none !important;
    background: none !important;
    margin: 0;
    border-radius: 0 !important;
}

.button-tabs button:focus {
    background: none;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: solid #13A89E;
    transition: 0s !important;
    color: #13A89E;
}

.inline-button-tabs {
    border-bottom: solid #13A89E !important;
    transition: 0s !important;
    color: #13A89E !important;
}

.header-filters {
    padding-bottom: 10px;
}

md-select-menu.md-default-theme md-content md-option[selected], md-select-menu md-content md-option[selected] {
    color: #13A89E !important;
}

md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value {
    color: #13A89E !important;
}

.graph-subtitle {
    font-weight: bold !important;
}

.graph-subtitle small {
    font-weight: normal;
}

.navbar-default .navbar-left {
    padding-left: 10px;
}

.navbar-default .navbar-left li {
    padding: 0px 10px;
}

.navbar-default .button-menu-mobile {
    display: none;
}

.logo {
    color: #188ae2 !important;
    font-size: 32px;
    font-family: 'Rancho', cursive;
}

.logo i {
    display: none;
}

.logo span span {
    color: #10c469;
}

.user-box h5 a {
    color: #cccccc;
}

.user-box .user-status {
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: 7px;
    right: 15px;
}

.user-box .user-status i {
    font-size: 15px;
}

.user-box .user-status.away i {
    color: #f9c851;
}

.user-box .user-status.offline i {
    color: #ff5b5b;
}

.user-box .user-status.online i {
    color: #10c469;
}

.user-box .user-status.busy i {
    color: #98a6ad;
}

.user-box ul li a {
    color: #98a6ad;
}

.user-box ul li a:hover {
    color: #71b6f9;
}

.notification-box ul {
    max-height: 60px;
}

.notification-box ul li a {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    line-height: 70px;
}

.notification-box .noti-dot {
    position: relative;
    top: -45px;
}

.notification-box .pulse {
    width: 2px;
    height: 2px;
    border: 3px solid #ff5b5b;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ff5b5b;
    z-index: 10;
    position: absolute;
    right: 3px;
}

.notification-box .dot {
    border: 4px solid #ff5b5b;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 30px;
    width: 30px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -12px;
    left: -4px;
    z-index: 1;
    opacity: 0;
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

.side-menu {
    top: 70px;
    width: 250px;
    z-index: 10;
    background: #ffffff;
    bottom: 50px;
    height: 100%;
    margin-bottom: -70px;
    margin-top: 0px;
    padding-bottom: 70px;
    position: fixed;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.side-menu .waves-effect .waves-ripple {
    background-color: rgba(113, 182, 249, 0.4);
}

.content-page {
    margin-left: 250px;
    overflow: hidden;
}

.content-page .content {
    padding: 0px 5px;
    margin-top: 73px;
}

.button-menu-mobile {
    background: transparent;
    border: none;
    color: #435966;
    font-size: 21px;
    line-height: 68px;
}

.button-menu-mobile:hover {
    color: #71b6f9;
}

.sidebar-inner {
    height: 100%;
}

#sidebar-menu,
#sidebar-menu ul,
#sidebar-menu li,
#sidebar-menu a {
    border: 0;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}

#sidebar-menu {
    padding-bottom: 30px;
    width: 100%;
}

#sidebar-menu a {
    line-height: 1.3;
}

#sidebar-menu ul li .menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    right: 20px;
    display: inline-block;
    font-family: 'Material-Design-Iconic-Font';
    text-rendering: auto;
    line-height: 18px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

#sidebar-menu ul li .menu-arrow:before {
    content: '\f2fb';
}

#sidebar-menu ul li a.subdrop .menu-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#sidebar-menu ul ul {
    display: none;
}

#sidebar-menu ul ul li {
    border-top: 0;
}

#sidebar-menu ul ul li.active a {
    color: #71b6f9;
}

#sidebar-menu ul ul a {
    color: #63747c;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-left: 3px solid transparent;
    display: block;
    padding: 10px 20px 10px 65px;
}

#sidebar-menu ul ul a:hover {
    color: #71b6f9;
}

#sidebar-menu ul ul a i {
    margin-right: 5px;
}

#sidebar-menu ul ul ul a {
    padding-left: 80px;
}

#sidebar-menu .label {
    margin-top: 2px;
}

#sidebar-menu .subdrop {
    border-left: 3px solid #71b6f9;
    color: #71b6f9 !important;
}

#sidebar-menu > ul > li > a {
    color: #435966;
    display: block;
    padding: 12px 20px;
    margin: 4px 0px;
    border-left: 3px solid transparent;
}

#sidebar-menu > ul > li > a:hover {
    color: #71b6f9;
    text-decoration: none;
}

#sidebar-menu > ul > li > a > span {
    vertical-align: middle;
}

#sidebar-menu ul li a i {
    display: inline-block;
    font-size: 16px;
    line-height: 17px;
    margin-left: 3px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

#sidebar-menu ul li a i.md {
    font-size: 18px;
}

#sidebar-menu ul li a .drop-arrow {
    float: right;
}

#sidebar-menu ul li a .drop-arrow i {
    margin-right: 0px;
}

#sidebar-menu > ul > li > a.active {
    border-left: 3px solid #71b6f9;
    color: #71b6f9 !important;
}

.menu-title {
    padding: 12px 20px !important;
    letter-spacing: .035em;
    pointer-events: none;
    cursor: default;
    font-size: 13px;
}

#wrapper.enlarged .menu-title,
#wrapper.enlarged .menu-arrow {
    display: none !important;
}

#wrapper.enlarged .user-box .user-img {
    height: 48px;
    width: 48px;
}

#wrapper.enlarged .user-box h5 {
    display: none;
}

#wrapper.enlarged #sidebar-menu ul ul {
    border: 2px solid #f4f8fb;
    margin-top: -5px;
    padding-top: 5px;
    z-index: 9999;
    background-color: #ffffff;
}

#wrapper.enlarged .left.side-menu {
    width: 70px;
    z-index: 5;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
    padding: 15px 20px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
    background: #f4f8fb !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:active {
    background: #f4f8fb !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus {
    background: #f4f8fb !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
    margin-right: 20px !important;
    font-size: 20px;
}

#wrapper.enlarged .left.side-menu .label {
    position: absolute;
    top: 5px;
    left: 35px;
    text-indent: 0;
    display: block !important;
    padding: .2em .6em .3em !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
    position: relative;
    white-space: nowrap;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
    position: relative;
    width: 260px;
    background: #f4f8fb;
    color: #71b6f9;
    border-color: #71b6f9;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
    background: #ffffff;
    box-shadow: none;
    padding-left: 15px;
    position: relative;
    width: 186px;
    z-index: 6;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
    color: #71b6f9;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
    display: inline;
}

#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a {
    background: #ffffff;
    box-shadow: none;
    padding-left: 15px;
    position: relative;
    width: 186px;
    z-index: 6;
}

#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a:hover {
    color: #71b6f9;
}

#wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
    color: #71b6f9 !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
    display: none;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
    display: block;
    left: 190px;
    margin-top: -36px;
    position: absolute;
    width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(270deg);
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
    color: #71b6f9;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
    display: none;
    padding-left: 10px;
}

#wrapper.enlarged .left.side-menu .user-details {
    display: none;
}

#wrapper.enlarged .content-page {
    margin-left: 70px;
}

#wrapper.enlarged .footer {
    left: 70px;
}

#wrapper.enlarged .topbar .topbar-left {
    width: 70px !important;
}

#wrapper.enlarged .topbar .topbar-left .logo span {
    display: none;
    opacity: 0;
}

#wrapper.enlarged .topbar .topbar-left .logo i {
    display: block;
    line-height: 70px;
    color: #435966 !important;
}

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open :after {
    display: none;
}

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.active :after {
    display: none;
}

#wrapper.right-bar-enabled .right-bar {
    right: 0;
}

#wrapper.right-bar-enabled .left-layout {
    left: 0;
}

/* Right sidebar */
.side-bar-timeline.right-bar {
    float: right !important;
    right: 0;
    top: 0px;
    z-index: 9999 !important;
}

.side-bar-timeline {
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    background-color: #ffffff;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    display: block;
    float: left;
    height: 100%;
    position: fixed;
    transition: all 200ms ease-out;
    width: 400px;
    border-left: 1px solid #bababa;
}

.right-bar {
    background: rgba(242, 244, 246, 1) !important;
    z-index: 999 !important;
}

.right-bar h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px 10px 15px 18px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.03em;
    margin-bottom: 0;
    background-color: #13A89E;
    margin-top: 0;
}

.right-bar .right-bar-toggle {
    float: right;
    line-height: 35px;
    font-size: 30px;
    color: #333;
    padding: 0px 10px;
}

.right-bar .left-bar-toggle {
    float: left;
    line-height: 35px;
    font-size: 30px;
    color: #333;
    padding: 0px 10px;
}

.notification-list {
    padding-bottom: 215px;
    height: 100%;
}

.notification-list .list-group-item {
    /*border-bottom: 1px solid rgba(214, 207, 207, 0.2) !important;*/
    margin-bottom: -5px;
    background-color: rgba(242, 244, 246, 1) !important;
}

.notification-list .list-group-item.active {
    background-color: rgba(152, 166, 173, 0.1) !important;
}

.user-list .user-list-item .avatar {
    float: left;
    margin-right: 5px;
    width: 50px;
    height: 50px;
}

.user-list .user-list-item .avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.user-list .user-list-item .icon {
    float: left;
    margin-right: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
}

.user-list .user-list-item .icon i {
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
}

.user-list .user-list-item .user-desc {
    margin-left: 60px;
}

.user-desc img {
    padding: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.user-list .user-list-item .user-desc span.name {
    color: #435966;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}

.user-list .user-list-item .user-desc p.desc {
    color: #98a6ad;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    height: 100%;
    white-space: pre;
}

.answer .user-list-item .user-desc p.desc {
    color: #98a6ad;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    height: 100% !important;
}

.user-list .user-list-item .user-desc span.time {
    font-size: 11px;
    color: #dbe3e6;
    font-style: italic;
}

/* Search */
.app-search {
    position: relative;
}

.app-search a {
    position: absolute;
    top: 7px;
    right: 20px;
    color: rgba(152, 166, 173, 0.7);
}

.app-search a:hover {
    color: #98a6ad;
}

.nav-wodtv {
    color: #00a69c;
    text-transform: uppercase;
    font-weight: 900;
}

.nav-tv {
    color: #9b9b9b !important;;
}

.app-search .form-control,
.app-search .form-control:focus {
    border: 1px solid rgba(152, 166, 173, 0.5);
    font-size: 13px;
    height: 34px;
    color: #cccccc;
    padding-left: 20px;
    padding-right: 40px;
    margin-top: 18px;
    margin-left: 20px;
    background: rgba(152, 166, 173, 0.3);
    box-shadow: none;
    border-radius: 30px;
    width: 190px;
}

input.app-search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
}

input.app-search-input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

input.app-search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

input.app-search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/******  END TIMELINE ************/

.title-popover {
    font-size: 18px;
    color: #fff;
}

.popover-title {
    border-radius: 0 !important;
    border-style: none !important;
    background-color: #13A89E !important;
}

.popover {
    border-style: none !important;
    border-radius: 0 !important;
}

.alert {
    margin-top: 15px;
}

.page-content {
    height: 100%;
}

.select_container_2 {
    overflow-y: hidden !important;
}

.tour-tip {
    border-radius: 0 !important;
}

.nav-tabs > li > a {
    border-radius: 0 !important;
}

.button {
    border-radius: 0 !important;
}

#wrapper_box {
    /* background-color: #ffffff;*/
}

#wrapper_body {
    background-color: #ffffff;
}

.image-down {
    width: 20px;
    float: right;
    margin: 20px 5px 5px 20px;
}

.border-circle-img {
    border-width: 3px;
    border-color: #696969 !important;
    border-style: solid;
}

.alert-contract {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.small-circle {
    width: 5px !important;
    height: 5px !important;
}

.alert-renovation {
    background-color: rgba(255, 255, 0, 0.1) !important;
}

.alert-defaulting {
    background-color: rgba(255, 0, 0, 0.1) !important;
}

.container-info {
    margin-left: 10px;
    margin-right: 10px;
}

.container-table-list {
    min-height: 345px;
    background-color: #fff;
}

.message-info {
    margin-right: auto;
    margin-left: auto;
}

.message-box {
    border-style: none !important;
    border-radius: 0 !important;
}

.modal-content {
    background-color: #ffffff;
    border-style: none;
    border-radius: 0 !important;
}

.modal-size {
    height: 70vh;
    margin-top: 50px;
}

#frame {
    width: 100%;
    height: 90vh;
    border-style: none;
    background: url("../images/gif/load.svg") no-repeat center;
    background-size: 50px;
}

label span {
    color: #a7a7a7;
    font-weight: normal;
}

.dropdown-menu-text {
    color: #ffffff !important;
}

.dropdown-menu-text span {
    padding-right: 5px;
}

.dropdown-menu-text:focus {
    color: #676a6c !important;
}

.dropdown-menu-text:hover {
    color: #676a6c !important;
}

#frameTimeline {
    width: 100%;
    height: 90vh;
}

.circle-yellow {
    float: left;
    display: block;
    background: #FFD700;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: 4px;
    margin-right: 5px
}

.circle-blue {
    float: left;
    display: block;
    background: #2e3bff;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: 4px;
    margin-right: 5px
}

.circle-red {
    float: left;
    display: block;
    background: #ff5652;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: 4px;
    margin-right: 5px
}

.circle-gray {
    float: left;
    display: block;
    background: #696969;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: 4px;
    margin-right: 5px
}

.circle-gray-rg {
    float: left;
    display: flex;
    background: #696969;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 5px;
}

.container-table {
    min-height: 500px;
}

.btn-flat {
    background: transparent;
    border: solid #bcbcbc 1px;
}

.btn-flat:focus {
    background: transparent !important;
    border: solid #bcbcbc 1px !important;
}

.btn-flat:hover {
    background: transparent !important;
    border: solid #bcbcbc 1px !important;
}

.container-modal {
    width: 100%;
    height: 100%;
}

.btn-close-modal {
    right: -110px;
    top: -16px;
    color: #fff;
    background: #333 !important;
    opacity: 1;
    padding: 5px !important;
    border-radius: 50%;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    position: absolute;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 0.7;
}

.btn-close-modal:hover {
    color: #fff !important;
}

.container-modal .content {
    width: 100%;
    height: 100%;
}

.ps__rail-x,
.ps__rail-y {
    opacity: 0.6;
}

.icon-align {
    margin-top: auto;
    margin-bottom: auto;
}

#sidemenu .content {
    width: 100%;
    height: 100%;
}

#sidemenu {
    height: 100%;
}

.container-header-table {
    margin-bottom: 5px;
}

md-tab-item {
    font-size: 13px !important;
}

.editable:hover {
    transition-duration: .3s;
    cursor: pointer;
    background-color: rgba(152, 166, 173, 0.2) !important;
}

.container-filds {
    /*  margin: 5px;
      max-width: 125px;*/
}

.menu-with-scroll {
    height: 10vh;
}

.container-aligment-flex {
    display: flex;
}

legend h2, legend h3, legend > h4 {
    margin-bottom: 0 !important;
}

.bs-callout {
    padding: 20px;
    margin: 20px 20px 20px 0px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background: #fff;
}

.bs-callout h4:first-child, .bs-callout h3:first-child, .bs-callout h2:first-child {
    margin-top: -5px;
    margin-bottom: 20px;
}

.bs-callout p:first-child {

}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
    margin-top: -5px;
}

/* Variations */
.bs-callout-danger {
    border-left-color: #ff5652;
}

.bs-callout-danger h4:first-child, .bs-callout-danger h3:first-child, .bs-callout-danger h2:first-child {
    color: #ff5652;
}

.bs-callout-warning {
    border-left-color: #aa6708;
}

.bs-callout-warning h4:first-child, .bs-callout-warning h3:first-child, .bs-callout-warning h2:first-child {
    color: #aa6708;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout-info h4:first-child, .bs-callout-info h3:first-child, .bs-callout-info h2:first-child {
    color: #1b809e;
}

.bs-callout-primary {
    border-left-color: #18a689;
}

.bs-callout-primary h4:first-child, .bs-callout-primary h3:first-child, .bs-callout-primary h2:first-child {
    color: #18a689;
}

#contractInfo p, #contractTools p {
    display: inline;
    float: left;
    width: 12.5%;
    text-align: center;
}

#contractTools i {
    font-size: 20px;
}

.athleteIconNotify {
    font-size: 20px;
    display: inline-block;
    margin: 0 2px;
    position: relative;
    top: 5px;
}

fieldset > legend {
    color: #13A89E;
    border-bottom: 1px solid #bcbcbc;
}

.dashboardCheckin .thumbnail {
    width: 13vh;
    margin-right: 1vh;
    float: left;
    height: 17vh;
    padding: 0;
}

.dashboardCheckin .caption {
    overflow: hidden;
    height: 45px;
}

.dashboardCheckin .caption {
    height: 20px;
    padding: 0;
    text-overflow: ellipsis;
    width: 100%;
    word-break: break-all;
}

.dashboardCheckin .thumbnail img {
    width: 13vh;
    max-height: 13vh;
}

.page-title h3 small {
    display: none;
}

#container-tutorial-steps {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 10px;
    margin-top: 0;
    text-align: right;
    z-index: 999;
}

#container-tutorial-steps span {
    top: 4px;
    position: absolute;
    margin: 0 auto;
}

div.hopscotch-bubble .hopscotch-nav-button.next {
    background: #00a69c !important;
    border: solid #00a69c !important;
}

div.hopscotch-bubble .hopscotch-nav-button.prev {
    background: #fff !important;
    color: #4a4a4a !important;
    border: solid #4a4a4a 1px !important;
}

.panel-schedules .nav-tabs > li > a {
    background: #fff !important;
    color: #4a4a4a !important;
    border: solid #fff;
}

.panel-schedules .fa:hover {
    cursor: pointer;
}

.panel-schedules .fa-check {
    color: #13A89E;
}

.panel-schedules .fa-plus {
    color: #13A89E;
}

.panel-schedules .fa-times {
    color: #be1e2d;

}

.panel-schedules .list-group-item-heading {
    background: #13a89e;
    color: #fff;
    padding: 10px;
}

.panel-schedules img:hover {
    cursor: pointer;
}

.panel-schedules .panel-heading {
    background: #fff;
    border: none;
}

.panel-schedules-table-line {
    line-height: 3 !important;
    text-align: center;
}

.panel-schedules-table-line .info-classes {
    height: 12px;
    display: inline;
    margin-top: -28px;
    margin-left: 15px;
    position: absolute;
}

.panel-schedules img {
    height: 10px;
}

.panel-schedules .nav-tabs > li {
    margin-bottom: 0px;
}

.brn-flat {
    background: #fff;
    color: #13a89e;
    white-space: normal;
    font-weight: bold;
    font-size: 12px;
}

.brn-flat:focus {
    text-decoration: none;
    border: none;
    background: #ebebeb !important;
}

.table-info {
    background: #fff;
}

.table-info span {
    font-weight: normal;
}

.table-info .box {
    margin-left: 10px;
    font-weight: bold;
}

.table-info .danger {
    color: #be1e2d;
}

.table-info td {
    border: none !important;
}

.btn-toolbar {
    margin: 0 !important;
}

.swal2-modal .swal2-title {
    font-size: 2rem !important;
    font-weight: normal !important;
}

.swal2-modal .swal2-styled {
    font-size: 13px !important;
    background: #13a89e !important;
    padding: 5px 18px !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: 4px solid rgb(19, 168, 158) !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #13a89e !important;
}

.dashboardTabs i {
    display: block;
    font-size: 27px;
}

.dashboardTabs:hover, .dashboardTabs i.active {
    color: #13A89E !important;
}

.dashboardTabs {
    border-right: 1px solid #13A89E;
    cursor: pointer;
}

.tabs-menu a {
    box-shadow: none !important;
    margin: 0;
}

table.loading tbody {
    position: relative;
}

table.loading tbody:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url('../images/gif/load.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    content: "";
}

/* paddings  */
.p-0 {
    padding: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 5px !important;
}

.pl-1 {
    padding-left: 5px !important;
}

.pr-1 {
    padding-right: 5px !important;
}

.pt-1 {
    padding-top: 5px !important;
}

.pb-1 {
    padding-bottom: 5px !important;
}

.p-2 {
    padding: 10px !important;
}

.pl-2 {
    padding-left: 10px !important;
}

.pr-2 {
    padding-right: 10px !important;
}

.pt-2 {
    padding-top: 10px !important;
}

.pb-2 {
    padding-bottom: 10px !important;
}

.p-3 {
    padding: 15px !important;
}

.pl-3 {
    padding-left: 15px !important;
}

.pr-3 {
    padding-right: 15px !important;
}

.pt-3 {
    padding-top: 15px !important;
}

.pb-3 {
    padding-bottom: 15px !important;
}

.p-4 {
    padding: 20px !important;
}

.pl-4 {
    padding-left: 20px !important;
}

.pr-4 {
    padding-right: 20px !important;
}

.pt-4 {
    padding-top: 20px !important;
}

.pb-4 {
    padding-bottom: 20px !important;
}

.p-5 {
    padding: 20px !important;
}

.pl-5 {
    padding-left: 20px !important;
}

.pr-5 {
    padding-right: 20px !important;
}

.pt-5 {
    padding-top: 20px !important;
}

.pb-5 {
    padding-bottom: 20px !important;
}

/* margin  */
.m-0 {
    margin: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.m-1 {
    margin: 5px !important;
}

.ml-1 {
    margin-left: 5px !important;
}

.mr-1 {
    margin-right: 5px !important;
}

.mt-1 {
    margin-top: 5px !important;
}

.mb-1 {
    margin-bottom: 5px !important;
}

.m-2 {
    margin: 10px !important;
}

.ml-2 {
    margin-left: 10px !important;
}

.mr-2 {
    margin-right: 10px !important;
}

.mt-2 {
    margin-top: 10px !important;
}

.mb-2 {
    margin-bottom: 10px !important;
}

.m-3 {
    margin: 15px !important;
}

.ml-3 {
    margin-left: 15px !important;
}

.mr-3 {
    margin-right: 15px !important;
}

.mt-3 {
    margin-top: 15px !important;
}

.mb-3 {
    margin-bottom: 15px !important;
}

.m-4 {
    margin: 20px !important;
}

.ml-4 {
    margin-left: 20px !important;
}

.mr-4 {
    margin-right: 20px !important;
}

.mt-4 {
    margin-top: 20px !important;
}

.mb-4 {
    margin-bottom: 20px !important;
}

.m-5 {
    margin: 20px !important;
}

.ml-5 {
    margin-left: 20px !important;
}

.mr-5 {
    margin-right: 20px !important;
}

.mt-5 {
    margin-top: 20px !important;
}

.mb-5 {
    margin-bottom: 20px !important;
}

select {
    border: 1px solid #E5E6E7;
    border-right-color: rgb(229, 230, 231);
    border-radius: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAABTUlEQVQokb2SIWtCYRiFn28TBdFg+RBumUnQ6C1iM8nN27Ba/QsGi1X8Aw7sDsWiCDLMahDBBTWIiGgyKAgX+d6VTXTNhZ16zlPOOUpEuFcPdxOAB3iaz+fp2WyG4zgopW4Cx+ORRqNBNpvF6/V+AEtPv9+3e73e23q9RmuNbdsX8Hw+0263aTabAGQymRet9fIxGo3GxuPx62KxYDgcEo/HCYfDuK5Lq9WiUqmw3+/x+/1YllW3LOvzsdPpxGzbfh2NRmw2GwaDAcFgkG63S61WwxhDKpWiWCwSiUTqSqlPZYx5VkrVJ5MJ5XKZ6XRKIBDgdDohIjiOQz6fR2uNiLwopd4xxjzLt3a7neRyOUkkEpJMJqVUKonruj+2fGe5gUREVquVFAoFqVarcjgcrq0LpETkCUhf17zdbgmFQvh8vt8TfQBL9W+P+BP0BSldx4aJQUwwAAAAAElFTkSuQmCC') no-repeat #fff !important;
    background-position: right 10px top 10px !important;
    text-indent: 0.01px !important;
    text-overflow: "" !important;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus, .btn-success:active:focus,
.btn-success:active:hover, .open >
.dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    background-color: #1c84c6 !important;
    border-color: #1c84c6 !important;
    color: #FFFFFF !important;
}

.btn-group-xs > .btn.fixedWidth, .btn-xs.fixedWidth {
    width: 25px;
}

.profile-info-name {
    width: 200px;
    float: left;
    margin-right: 30px;
}

.gColor-white {
    color: #fff !important;
}

.profile-info-detail {
    overflow: hidden;
}

.profile-info-detail .list-group-item {
    border: none !important;
    min-width: 235px;
}

.autocomplete-search-athlete .md-errors-spacer {
    display: none !important;
}

.autocomplete-search-athlete input {
    color: #fff !important;
    height: 100% !important;
    border-style: none !important;
}

.bottomsheet-athlete i {
    vertical-align: middle;
}

.md-grid-item-content {
    text-transform: capitalize !important;
}

.item-noclick-bottomsheet:hover {
    cursor: default !important;
    background: transparent !important;
}

.autocomplete-search-athlete md-input-container {
    margin: 0;
}

/*md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {*/
/*color: rgb(19, 168, 158) !important;*/
/*}*/

/*md-tabs.md-default-theme .md-tab .md-ripple-container, md-tabs .md-tab .md-ripple-container {*/
/*color: rgb(19, 168, 158) !important;*/
/*}*/

/*md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {*/
/*color: rgb(19, 168, 158) !important;*/
/*background: rgb(19, 168, 158) !important;*/
/*}*/

/*md-checkbox .md-label {*/
/*font-size: 12px !important;*/
/*}*/

/*md-chips.md-default-theme md-chip.md-focused, md-chips md-chip.md-focused {*/
/*background: rgb(19, 168, 158) !important;*/
/*}*/

.hide-chip .md-chip-input-container {
    display: none !important;
}

.md-datepicker-calendar-pane.md-pane-open {
    z-index: 9999;
}

.card-sub-title {
    color: #98a6ad !important;
    line-height: 1.6;
    font-size: 0.5em;
}

.profile-info-detail i {
    width: 32px;
}

.athlete-situation {
    width: 200px;
    text-align: center;
    margin: auto;
    color: #fff !important;
    padding: 5px;
    font-size: 14px !important;
    text-transform: capitalize;
    margin-bottom: 22px;
    border-top: solid 1px #fff;
}

.btn-save {
    border-color: #4a4a4a;
    background: #fff;
    color: #4a4a4a;
}

.btn-cancel {
    background: #be1e2d;
    color: #fff;
}

.btn-cancel.active.focus,
.btn-cancel.active:focus,
.btn-cancel.active:hover {
    background: #be1e2d;
    color: #fff;
}

.btn-cancel:hover {
    color: #fff !important;
}

fieldset h3 {
    color: #4a4a4a !important;
}

.legend-info {
    display: block;
    font-style: italic;
    font-size: 12px;
    color: #a7a7a7;
}

.user-box md-list {
    background: rgba(0, 0, 0, 0.03);
}

.icon-question2 {
    font-size: 13px;
}

.ps__thumb-y {
    right: 1px !important;
    border-radius: 2px !important;
    width: 10px !important;
    background-color: #5d5d5d !important;
}

.ps__rail-y {
    width: 4px !important;
}

.user-box {
    text-align: center;
    padding: 30px 0px 20px 0px;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.user-box img {
    border-radius: 2px !important;
    max-width: 160px;
    margin: auto;
    max-height: 105px;
}

.user-box .user-status {
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: 7px;
    right: 15px;
}

.user-box .user-img {
    position: relative;
    max-height: 120px;
    max-width: 120px;
    margin: 0px auto;
}

.user-box h5 {
    margin-bottom: 0;
    margin-top: 10px;
}

.center-toast {
    left: 50% !important;
    position: absolute !important;
    transform: translateX(-50%) !important;
}

.select2-container-multi .select2-choices {
    border: none;
    background-image: none !important;
}

.w-input {
    width: 300px;
}

.push-notification-dialog {
    min-width: 400px;
}

md-toast {
    z-index: 999 !important;
}

.topbar-left img {
    max-width: 120px;
    max-height: 30px;
}

.navbar-nav a {
    font-size: 11px !important;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: #13a89e !important;
}

.dashboard md-card-title {
    max-height: 65px;
    padding-top: 15px;
}

.md-headline {
    font-size: 18px !important;
    color: #4a4a4a;
}

.md-headline small {
    color: #747a80;
    font-size: 60%;
}

.chart-finance md-card {
    color: #fff;
}

.bold-text {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 100%;
    color: #333;
}

.subtitle-gGreen {
    font-weight: 900;
    font-size: 1.8rem;
    color: #00a69c;
}

.table-footer .pagination {
    margin: 0 !important;
}

.table-footer {
    margin: 10px 0;
}

#sidemenu .nav > li.active > ul > li.active > a {
    color: #13a89e !important;
}

#sidemenu .nav > li.active > a {
    color: #13a89e !important;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.sm-table {
    max-height: 200px;
    overflow: scroll;
}

.md-table {
    max-height: 350px;
    overflow: scroll;
}

.hint {
    position: absolute;
    left: 2px;
    right: auto;
    bottom: -15px;
    font-size: 12px;
    line-height: 14px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    color: grey;
}

.selectSearchSelectHeader .header-searchbox {
    height: 48px;
    width: 99%;
    border: none !important;
}

.selectSearchSelectHeader .search-select-header {
    width: 100%;
}

.select-fixed-head md-content {
    padding-top: 52px;
}

.selectSearchSelectHeader md-content._md {
    max-height: 240px;
}

.text-game {
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #13a89e !important;
}

.md-button.md-fab.md-mini {
    line-height: 40px !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 35px !important;
}

md-checkbox.md-default-theme.md-checked .md-ink-ripple, md-checkbox.md-checked .md-ink-ripple {
    background: rgb(19, 168, 158) !important;
}

md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background: rgb(19, 168, 158) !important;
}

md-radio-button.md-default-theme.md-checked .md-off, md-radio-button.md-checked .md-off {
    border-color: rgb(19, 168, 158) !important;
}

md-radio-button.md-default-theme .md-on, md-radio-button .md-on {
    background-color: rgb(19, 168, 158) !important;
}

md-radio-group.md-default-theme .md-checked .md-ink-ripple, md-radio-group .md-checked .md-ink-ripple {
    color: rgb(19, 168, 158) !important;
}

md-progress-circular.md-default-theme path, md-progress-circular path {
    stroke: rgb(19, 168, 158) !important;
}

md-toolbar {
    /*height: 50px !important;*/
    min-height: 50px !important;
}

.md-toolbar-tools {
    height: 50px !important;
}

.clean-md-autocomplete md-autocomplete {
    font-family: RobotoMedium, Open Sans, arial !important;
    background: transparent !important;
}

.clean-md-autocomplete ::placeholder {
    font-family: RobotoMedium, Open Sans, arial !important;
    color: #fff !important;
}

.clean-md-autocomplete :-ms-input-placeholder {
    font-family: RobotoMedium, Open Sans, arial !important;
    color: #fff !important;
}

.clean-md-autocomplete ::-ms-input-placeholder {
    font-family: RobotoMedium, Open Sans, arial !important;
    color: #fff !important;
}

.clean-md-autocomplete md-autocomplete-wrap {
    box-shadow: none !important;
}

.select2-container {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 12px !important;
}

.select2-container .select2-choice {
    border: none;
    background: none;
}

.select2-arrow {
    background: transparent !important;
    border: none !important;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    box-shadow: none;
}

.table-blocks md-input-container {
    margin: 0 !important;
}

.table-blocks td {
    vertical-align: top !important;
    padding: 0 !important;
}

.table-blocks .md-errors-spacer {
    min-height: 0 !important;
    min-width: 0 !important;
}

.table-blocks td {
    border-top: none !important;
}

.table-blocks th {
    border-top: none !important;
}

.remove-md-errors-spacer .md-errors-spacer {
    display: none;
}

.filter-chips md-chip {
    margin: 8px 5px 0 0 !important;
    padding: 0 5px !important;
    font-size: 11px;
    border-radius: 11px !important;
    /*background-color: #fff !important;*/
    /*color: rgb(66,66,66) !important;*/
    /*border: solid 1px rgb(66,66,66) !important;*/
}

/*.filter-chips md-chip:first-child {*/
/*border-bottom-left-radius: 5px !important;*/
/*border-top-left-radius: 5px !important;*/
/*}*/

/*.filter-chips md-chip:last-child {*/
/*border-bottom-right-radius: 5px !important;*/
/*border-top-right-radius: 5px !important;*/
/*}*/

.filter-chips md-chip.md-focused {
    border: solid 1px rgb(19, 168, 158) !important;
    background-color: #fff !important;
    color: rgb(19, 168, 158) !important;
    font-weight: 600;
}

.relationshipCard img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.relationshipCard a {
    position: relative;
}

.relationship-birthday {
    position: absolute;
    background: #fff;
    color: #13a89e;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: solid #13a89e 1px;
    z-index: 10;
    right: -2px;
    bottom: 0px;
}

.relationshipCard-info {
    width: 190px;
    text-align: center;
}

.relationshipCard-info .relationshipCard-info-name {
    font-size: 15px;
}

.relationshipCard-info .relationshipCard-info-name .disable {
    color: #b6b1b1 !important;
}

.relationshipCard-info .relationshipCard-info-checkin {
    font-size: 11px;
    max-height: 40px;
}

.relationshipCard-actions {
    min-height: 25px !important;
    line-height: 25px !important;
    font-size: 10px !important;
    background: #EDEDED !important;
    color: #6b6b6b !important;
}

.relationshipCard-actions-info {
    border-left: solid #1c84c6 !important;
}

.relationshipCard-actions-contact {
    border-left: solid #13a89e !important;
}

.bottomsheet-items i {
    font-size: 25px;
}

.card-finance {
    min-height: 185px;
}

.list-card {
    position: relative;
    height: 269px;
}

.card-md {
    min-height: 250px;
}

/*** perfect-scroll-bar lists  ***/
.container-scroll {
    overflow: auto;
}

.list-sm {
    height: 150px;
}

.list-md {
    height: 250px;
}

/*** end perfect-scroll-bar lists  ***/

div.hopscotch-bubble .hopscotch-bubble-number {
    padding: 0 !important;
    background: #00a69c !important;
    border-radius: 50%;
}

div.hopscotch-bubble {
    border: 5px solid rgb(74, 74, 74) !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
    border-bottom: 17px solid rgb(74, 74, 74) !important;
}

@media (min-width: 100px) {
    .body-card p {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {

    .md-toolbar-responsible {
        height: 100% !important;
        max-height: 100% !important;
    }

    .dark-nav-header .select2-container .select2-choice {
        width: 100%;
    }

    .box-img-profile-pad {
        padding: 40px;
    }

    .side-bar-timeline.right-bar {
        width: 100%;
    }

    .modal-size {
        height: 100%;
        width: 100%;
        margin: 0;
    }

    #frame {
        width: 100%;
        height: 100%;
    }

    .btn-close-modal {
        right: 7px;
        top: 17px;
    }
}

@media (min-width: 1100px) {
    .modal-size {
        width: 80vw;
        margin-top: 30px;
    }
}

@media (min-width: 1000px) {
    .body-card p {
        font-size: 1.7rem;
    }

    .search-box {
        width: 300px;
    }

}

@media (min-width: 1350px) {
    .container-cards {
        padding: 20px 80px;
    }
}

@media (min-width: 1500px) {

    .container-table-list {
        min-height: 600px;
    }

    .modal-size {
        width: 80vw;
        margin-top: 40px;
    }

    .bordertest {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .description-tutorial {
        font-size: 2.2rem;
    }

    .footer-tutorial h2 {
        font-size: 3.2rem;
    }

    .box-athletescore-wod select {
        width: 100%;
        height: 27px;
        font-size: 10px !important;
    }

    .box-athletescore-wod input {
        width: 100%;
        height: 27px;
        font-size: 10px !important;
    }
}

@media (min-width: 1700px) {
    .list-card {
        height: 450px;
    }

    .container-cards {
        padding: 20px 250px;
    }
}

.md-cardHeaderInfo {
    font-weight: 400;
    line-height: 32px;
    font-size: 18px;
}

.md-cardHeaderInfo small {
    font-size: 65%;
    font-weight: 400;
    line-height: 37px;
    color: #777;
}

input[type="number"] {
    max-width: 120px;
    padding: 6px 0px 6px 2px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: none !important;
    box-shadow: none !important;
}

.md-headline.styled {
    color: #13A89E;
    border-bottom: 1px solid #bcbcbc;
}

.btn-group-xs > .btn, .btn-xs {
    font-size: 11px !important;
}

.tableBills tr td:nth-child(2) > button, .tableBills .description button {
    position: relative;
    top: -6px;
}

.tableBills tr td:nth-child(2) div, .tableBills tr td:nth-child(3) div, .tableBills .description div {
    display: inline-block;
    max-width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

md-toolbar.white {
    background-color: white !important;
    color: #4a4a4a !important;
}

.md-button {
    font-size: 13px !important;
}

md-toolbar.downSize .md-button {
    font-size: 12px !important;
}

md-toolbar.downSize1 .md-button {
    font-size: 11px !important;
}

.subtitleSmall {
    color: #747a80;
    font-size: 60%;
    font-weight: 400;
    line-height: 1;
}

.md-fab.grey, .md-raised.grey, md-toolbar.grey, button.grey {
    background-color: #777 !important;
    color: white !important;;
}

.md-raised.md-mini {
    height: 20px;
    line-height: 20px;
    min-height: 20px;
    vertical-align: top;
    font-size: 10px;
    padding: 0 2px !important;
    margin: 0 5px !important;
}

.md-sm {
    height: 30px !important;
    min-height: 0 !important;
    min-width: 75px !important;
    font-size: 12px !important;
    line-height: 2.7 !important;
}

.md-icon-button.md-mini {
    height: 20px !important;
    font-size: 10px;
    line-height: 15px !important;
    width: 25px !important;
    padding: 0 0px !important;
    margin: 0 1px !important;
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

.pullRightAbsolute {
    position: absolute !important;
    right: 0;
    top: 0;
}

.pullLeftAbsolute {
    position: absolute !important;
    left: 0;
    top: 0;
}

md-list-item.horizontal {
    display: inline-flex;
}

md-toolbar {
    z-index: 0 !important;
}

.fastwodscores-footer {
    background: #13A89E;
}

.fastwodscores-footer a {
    font-size: 12px;
    color: #fff;
}

.md-button-nav {
    font-size: 11px !important;
    color: #fff !important;
}

.md-button-nav .material-icons.md-18 {
    top: 4px !important;
}

.modal {
    z-index: 79 !important;
}

.modal-backdrop {
    z-index: 78 !important;
}

md-select.md-mini {
    margin: 0 !important;
    padding: 0 9px;
}

.text-initial {
    text-transform: initial !important;
}

.overflow-y {
    overflow-y: auto;
}

.md-tooltip {
    height: auto !important;
    text-align: center;
}

md-tooltip .md-content {
    height: auto !important;
    text-align: center;
}

md-tooltip ._md-content {
    height: auto !important;
    text-align: center;
}

.checkin-info .md-grid-text {
    text-transform: none !important;
}

.checkin-info span {
    font-size: 24px !important;
}

.checkin-info i {
    font-size: 24px !important;
}

.slim-progress-linear {
    height: 2px !important;
}

.slim-progress-linear .md-container {
    height: 2px !important;
}

.menuScoreCompetition {
    background: #fff;
    min-height: 100px;
    max-width: 210px;
}

.md-select-menu-container {
    z-index: 200 !important;
}

.border-light {
    border: solid 1px #e0e0e0;
}

.form-control.ng-invalid.ng-dirty {
    border-color: darkred;
}

.toolbar-experimentalClass {
    height: 40px !important;
    background: transparent !important;
    color: #424242 !important;
}

.experimentalClass-chapter {
    width: 316px;
}

.container-steps {
    border-left: solid 1px #ececec;
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
}

.card-experimentalClass {
    position: relative;
    height: 140px;
    width: 280px;
    font-size: 12px !important;
}

.card-experimentalClass .img-thumbnail {
    border: none !important;
}

.current-card {
    background: #fff;
}

.current-card-success {
    background: #f1f8e9;
}

.current-card-danger {
    background: #ffebee;
}

.card-experimentalClass .current-card:hover {
    cursor: grab;
}

.card-experimentalClass .current-card:focus {
    outline: none !important;
    border: 0 !important;
}

.card-experimentalClass .current-card:active {
    cursor: grabbing;
    border: none !important;
}

.card-experimentalClass-info-name {
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 25ch;
}

.card-experimentalClass img {
    width: 35px;
    height: 35px;
    border: solid 1px #dedede;
}

.cardEdit-experimentalClass .md-secondary {
    margin: 0 !important;
}

.schedule-class {
    width: 70px;
    height: 70px;
}

.card-experimentalClass-check-class {
    background: #13a097 !important;
    color: #fff !important;
}

.card-experimentalClass .info-checkin {
    color: #bdbdbd;
    font-weight: 500;
}

.menu-experimentalClass {
    position: absolute !important;
    right: -3px;
    top: 2px;
    margin: 0 !important;
    z-index: 9;
}

.menu-experimentalClass md-button i {
    font-size: 18px !important;
}

.card-experimentalClass md-list {
    padding: 3px 0 !important;
}

.card-experimentalClass md-list .info {
    padding: 0 9px;
    height: 23px !important;
    margin: 4px 0px;
    min-height: 29px !important;
}

.card-experimentalClass md-list .info button {
    text-transform: none !important;
}

.vertical-divider {
    border-top-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
    height: 100%;
}

.card-experimentalClass md-list .header {
    padding: 0px 9px;
    height: 36px;
}

.card-experimentalClass md-list .footer-experimentalcard {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0px 9px;
}

.card-experimentalClass md-list .label-danger {
    padding: 2px;
    border-radius: 2px !important;
}

.card-experimentalClass-minicon {
    width: 15px !important;
    font-size: 13px !important;
    line-height: 0 !important;
    vertical-align: middle;
}

.dialog-info {
    width: 50vw;
    background: #fafafa;
    height: 80% !important;
}

.header-stepClass {
    background: #616161;
}

.header-stepClass md-toolbar {
    width: 280px !important;
    height: 40px;
    min-height: 0 !important;
    background: #616161 !important;
    color: #fff;
}

.container-experimental-class-buttons button md-icon {
    color: #333 !important;
}

.container-experimental-class-buttons a md-icon {
    color: #333 !important;
}

.header-stepClass md-toolbar h3 {
    font-size: 1.5rem;
    font-weight: normal;
}

.header-stepClass md-toolbar md-toolbar-tools {
    width: 280px !important;
}

.header-stepClass-button {
    height: 30px !important;
    min-width: 0 !important;
    line-height: 15px !important;
    padding: 3px !important;
    width: 30px !important;
    min-height: 0 !important;
}

.experimental-class-label md-icon {
    color: #ffffff;
    font-size: 18px;
    vertical-align: -webkit-baseline-middle;
}

.experimental-class-footer .experimental-class-label i {
    font-size: 16px !important;
    color: #13a097;
    margin-right: 3px;
    vertical-align: sub;
}

.experimental-class-footer .experimental-class-label {
    color: #676a6c;
    font-size: 12px;
}

.comment-content {
    overflow: auto;
    padding: 13px;
    background: #dcdcdc36;
    max-height: 100px;
}

.step-container {
    margin-left: 8px;
    background: #f7f7f7;
}

.experimental-class-box-text {
    background: #f7f7f7;
}

.status-label {
    height: 10px;
    width: 10px;
}

.buttons-contacs i {
    font-size: 13px !important;
    vertical-align: middle;
}

.menu-panel {
    background-color: #fff;
}

.menu-panel-addAthlete {
    background-color: #fff;
    width: 320px;
}

.menu-panel-responsible {
    width: 320px;
}

.menu-panel-addAthlete .container-experimentalclass-athlete {
    max-height: 300px !important;
    overflow: auto !important;
}

.card-experimentalClass .info-wait {
    color: #bdbdbd;
}

.no-md-errors-spacer .md-errors-spacer {
    display: none;
}

.menu-panel-scheduleClass {
    width: 320px;
}

.md-select-menu-container {
    z-index: 200 !important;
}

.card-experimentalClass md-list md-list-item i {
    font-size: 17px;
    vertical-align: sub;
    line-height: 1.5;
}

.card-experimentalClass .content-icon {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    color: #9e9e9e;
    padding: 0px;
    font-size: 10px !important;
    margin: 5px;
}

.card-experimentalClass .alerted {
    background: #c62828 !important;
    color: #fff !important;
}

.card-experimentalClass .experimental-class-footer {
    height: 25px !important;
    min-height: 10px !important;
}

.experimental-class-footer . md-list-item-inner {
    min-height: 25px !important;
    height: 23px;
}

.card-experimentalClass .experimental-class-footer .md-list-item-inner {
    padding: 0 !important;
}

.container-filter-experimental-class {
    max-height: 500px;
}

.toolbar-experimentalClass .md-datepicker-input-container {
    width: 145px !important;
    height: 31px !important;
}

.toolbar-experimentalClass .md-datepicker-input-container .md-datepicker-input {
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 6px 0 0px !important;
}

.toolbar-experimentalClass .container-input {
    font-size: 13px !important;
}

.toolbar-experimentalClass .container-input md-icon {
    color: #9b9b9b !important;
}

.experimental-class-confirm {
    min-height: 23px !important;
    min-width: 88px !important;
    line-height: 23px !important;
    background: #13a097 !important;
    color: #fff !important;
}

md-virtual-repeat-container {
    z-index: 300 !important;
}

.container-experimentalclass-athlete-add {
    background: #fff;
}

.container-experimentalclass-athlete-add md-list, .container-bordered {
    border: solid 1px #dcdcdc;
    overflow: auto;
    max-height: 280px;
}

.cLight-gray {
    color: rgba(0, 0, 0, 0.54) !important;
}

.container-experimentalclass-athlete-add p {
    width: 215px;
}

.container-experimentalclass-people {
    background: #fff;
}

.container-experimentalclass-people md-list {
    border: solid 1px #dcdcdc;
    overflow: auto;
    max-height: 280px;
}

.container-experimentalclass-people md-list p {
    width: 125px;
}

.md-card-image-lg {
    width: 60px !important;
    height: 60px !important;
}

.experimental-class-actions {
    text-align: left !important;
}

.experimental-class-actions md-icon {
    width: 25px;
    font-size: 16px;
    vertical-align: middle;
    line-height: 1.4;
    color: #eee !important;
    padding: 0px 5px;
}

.experimental-class-secundary-action {
    background: #bdbdbd !important;
    color: white !important;
}

.form-control .md-datepicker-input-container {
    width: 100%;
    border: none;
}

.form-control md-select-value {
    border: none !important;
}

.experimental-class-collaborator-avatar {
    width: 24px !important;
    height: 24px !important;
    border-radius: 5px;
    margin-right: 4px;
}

.form-dialog .toolbar-form {
    background: transparent !important;
    color: #13a89e !important;
    padding: 7px;
    height: 76px !important;
    min-height: 0 !important;
    font-size: 16px;
}

.form-dialog .toolbar-form h3 {
    font-size: 16px;
}

.experimental-class-timeline img {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    left: 20px;
}

.experimental-class-container-setting {
    height: calc(100vh - 300px);
}

.calculator-dialog {
    width: 35vw;
    background: #fafafa;
    height: 80% !important;
    width: 35vw;
}

.lock-schedule-container .schedule {
    height: auto;
    padding: 2px;
    width: 50px;
    font-size: 12px;
}

.lock-schedule-container .schedule-hour {
    border-left: solid 5px #bd4a56;
    border-radius: 3px;
    height: 25px;
    padding: 5px;
    margin: 2px 2px;
    font-size: 12px;
    background-color: #747a80 !important;
    color: #FFFFFF !important;
}

.lock-schedules-class-container {
    font-size: 12px;
    margin: 0 10px;
}

.lock-schedule-container {
    border-right: solid 0.5px #0e0e0e0f;
    border-top: solid 0.5px #0e0e0e0f;
    border-bottom: solid 0.5px #0e0e0e30;
}

.lock-schedule-container:first-child {
    border-left: solid 0.5px #0e0e0e30;
}

.lock-schedule-header {
    border-bottom: solid 0.5px #0e0e0e30;
}

.lock-schedule-header h2 {
    font-size: 22px !important;
}

.lock-schedule-container .content-schedules {
    overflow-y: auto;
    min-height: 75px;
}

.overflow-auto {
    overflow: auto !important;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.alert-danger-experimental-class {
    color: #fff !important;
    padding: 3px 3px 1px 2px !important;
}

.alert-danger-experimental-class i {
    color: #fff !important;
}

.input-search-select md-select-value {
    margin-top: -4px !important;
    width: 100% !important;
}
