/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */
/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
ul[data-smart-menu] {
    cursor: pointer;
}

body:not(.menu-on-top).desktop-detected {
    min-height: inherit !important;
}

.body-contents,
.footer-section {
    position: relative;
}

.width-full {
    width: 100%;
}

.width-50 {
    width: 50px;
}

.max-width-50 {
    max-width: 50px;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-200 {
    max-width: 200px;
}

.table-text-center th,
.table-text-center td {
    text-align    : center;
    vertical-align: middle;
}

.border-white {
    border-color: white;
}

.loading-sheath {
    background: rgba(255, 255, 255, 0);
    width     : 100%;
    display   : block;
    position  : absolute;
    z-index   : 903;
    /* under left sidebar menu */
    height: 100%;
}

.loading-sheath .icon {
    color      : grey;
    margin-top : 150px;
    margin-left: calc(50% - 23px);
}

.slick-prev,
.slick-next {
    background: transparent;
    border    : 0;
    float     : right;
}

.slick-prev::before {
    font-family: FontAwesome;
    content    : "\f0d9";
    font-size  : 22px;
    background : transparent;
    border     : 0;
}

.slick-next::before {
    font-family: FontAwesome;
    content    : "\f0da";
    font-size  : 22px;
}

@media (min-width: 768px) {
    .modal-xl {
        width    : 90%;
        max-width: 90%;
    }

    .modal-sm {
        width: 500px;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.selected-row {
    background-color: #00A6C7;
    color           : white;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

.display-inline {
    display: inline !important;
}

.display-inline-block {
    display: inline-block;
}

.display-flex {
    display: flex !important;
}

.display-none {
    display: none;
}

.valign-middle {
    vertical-align: middle !important;
}

.font-bold {
    font-weight: bold;
}

.no-scroll {
    overflow: hidden;
}

.padding-0 {
    padding: 0;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-2 {
    padding: 2px !important;
}

.margin-auto {
    margin: auto;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-minus-10 {
    margin-top: -10px;
}

.margin-left--80 {
    margin-left: -80px;
}

.smart-style-4 #header> :first-child {
    background: transparent;
}

.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

.st-selected {
    background-color: #69d2f5 !important;
}

.img-circle {
    border-radius: 50%;
}

.border-radius-15 {
    border-radius: 15px;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-lightgrey {
    border: 1px solid lightgrey;
}

.border-left-lightgrey {
    border-left: 1px solid lightgrey;
}

.border-right-lightgrey {
    border-right: 1px solid lightgrey;
}

.border-left-grey {
    border-left: 1px solid grey;
}

.border-right-grey {
    border-right: 1px solid grey;
}

.border-right-0 {
    border-right: 0;
}

nav ul.pagination {
    margin: 0 !important;
}

nav ul.pagination {
    width: auto;
}

nav ul.pagination li a {
    padding: 5px 10px;
}

nav ul.pagination li a:before {
    background-image: none !important;
    border          : 0 !important;
}

.bg-white-opacity-8 {
    background: rgba(255, 255, 255, .8);
}

.bg-grey {
    background-color: lightgrey;
}

.text-darkgrey {
    color: darkgrey;
}

.text-grey {
    color: lightgrey;
}

.text-white {
    color: white !important;
}

.text-darkred {
    color: darkred;
}

.text-red {
    color: red;
}

.text-danger {
    color: #ef9001;
}

.white-link {
    color: white;
}

.white-link:hover {
    color: lightgrey;
}

.white-link:focus {
    color: lightgrey;
}

.table-text-center th,
.table-text-center td {
    text-align: center;
}

.moment-picker {
    z-index: 2000 !important;
}

.moment-picker .moment-picker-container {
    border: 1px solid #ccc;
}

.moment-picker .moment-picker-container:before {
    border-bottom-color: #bbb;
}

.fc-border-separate thead tr th,
.table thead tr th {
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 80%, from(#f2f2f2), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #f2f2f2 40%, #fefefe 80%);
    background-image: -moz-linear-gradient(top, #f2f2f2 40%, #fefefe 80%);
    background-image: -ms-linear-gradient(top, #f2f2f2 40%, #fefefe 80%);
    background-image: -o-linear-gradient(top, #f2f2f2 40%, #fefefe 80%);
    font-size       : 12px;
}

.header-section {
    background        : #4d6d24;
    /*border-bottom   : 2px solid #8bc53f;*/
    -webkit-box-shadow: 0 10px 30px -10px black;
    -moz-box-shadow   : 0 10px 30px -10px black;
    box-shadow        : 0 10px 30px -10px black;
}

.header-section .top-menu {
    padding-top: 71px;
    font-size  : large;
}

.admin-sport-img {
    width       : 20px;
    height      : 20px;
    margin-right: 5px;
    margin-top  : -5px;
}

@supports (-ms-ime-align:auto) {
    .header-section .top-menu {
        padding-top: 67px;
    }
}

.header-section .top-menu div {
    display: inline;
    margin : 0 0;
}

.header-section .top-menu div.active a {
    font-weight        : bold;
    color              : orange;
    background         : rgba(255, 255, 255, 0.4);
    border-bottom-color: #737a83;
}

.header-section .top-menu div a {
    font-family            : Monospace;
    color                  : white;
    border-top-right-radius: 10px;
    padding                : 2px 10px;
    border                 : 2px solid lightgrey;
    display                : inline-block;
}

.header-section .top-menu div a:hover {
    color: orange;
}

.left-bar div.active a {
    font-weight: bold;
    color      : orange;
}

.header-section .header-bg {
    height       : 100px;
    border-bottom: 1px solid white;
}

.logo-text {
    margin-right: -200px;
}

.logo-status {
    position: absolute;
    top     : 20%;
    left    : 40%;
}

.log-matter {
    margin-top: 20px;
}

.logo-img {
    width      : 280px;
    margin-top : 10px;
    margin-left: 10px;
}

.social-icons {
    position: absolute;
    right   : 10px;
    top     : 10px;
}

.social-icons div {
    float        : left;
    margin-left  : 10px;
    padding      : 5px;
    width        : 40px;
    height       : 40px;
    color        : white;
    border       : 2px solid white;
    border-radius: 20px;
}

.social-icons div a {
    color: white;
}

.footer-section {
    padding   : 0;
    text-align: center;
}

.footer-section .container {
    border-top : 1px solid white;
    padding-top: 7px;
}

.footer-section .bottom-menu div {
    margin : 0 10px;
    display: inline-block;
}

.btn-sign-in {
    margin-top  : 18px;
    margin-right: 18px;
}

.bg-layer {
    width              : 100%;
    height             : 100vh;
    position           : fixed;
    background-image   : url("../../styles/img/temp/bg.jpg");
    background-position: center;
    background-repeat  : no-repeat;
}

.bg-main-color {
    background: rgba(0, 0, 0, .7);
}

.nav-button {
    position: absolute;
    top     : 10px;
    right   : 10px;
    display : none;
    z-index : 1;
}

.nav-button button {
    font-size: x-large;
    padding  : 0px 10px;
}

.bg-wrapper {
    width      : 100vw;
    height     : 100vh;
    background : rgba(0, 0, 0, .85);
    position   : absolute;
    margin-left: -15px;
    z-index    : 1;
    opacity    : .7;
}

.login-link {
    float     : right;
    display   : inline-block;
    position  : relative;
    top       : 0;
    right     : 0;
    margin-top: -20px;
    z-index   : 2;
}

.link-color-white {
    color: white;
}

#calendar-wrapper {
    background: rgba(255, 255, 255, .9) !important;
}

.fc-other-month {
    background-color: transparent !important;
}

.form-control.has-error {
    border: 1px solid #b94a48;
}

.jarviswidget header {
    border-top-left-radius : 15px !important;
    border-top-right-radius: 15px !important;
    background             : #18ab4f;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#18ab4f, #366713);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#18ab4f, #366713);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#18ab4f, #366713);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#18ab4f, #366713);
    /* Standard syntax */
}

.select-on-jarvis-header {
    background   : #294c29;
    border       : none;
    border-radius: 7px !important;
    color        : white;
    height       : 25px;
    margin-top   : 3px;
    padding      : 0px 5px 0px 5px;
    cursor       : pointer;
}

.select-on-toolbar {
    background   : rgba(0, 0, 0, .5);
    border-radius: 15px !important;
    color        : white;
    height       : 32px;
    margin-top   : 0px;
    padding-left : 6px;
    cursor       : pointer;
}

.select-on-toolbar[disabled],
.select-on-toolbar[readonly] {
    background: rgba(0, 0, 0, .5);
    opacity   : 1;
}

.well.well-custom {
    background   : rgba(0, 0, 0, 0.4);
    color        : white;
    box-shadow   : none;
    border-radius: 10px;
}

.modal {
    overflow-y: auto;
}

.table .smart-form .checkbox i,
.smart-form .radio i {
    top     : inherit;
    position: relative;
    top     : 0;
    cursor  : default;
}

.table .smart-form .checkbox,
.smart-form .radio {
    display     : inline-block;
    padding-left: 0;
}

.add-schedule-form .ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    height   : 24px;
    font-size: 13px !important;
}

.ui-select-bootstrap>.ui-select-choices,
.ui-select-bootstrap>.ui-select-no-choice {
    width: auto;
}

.stroke {
    text-decoration: line-through;
    font-style     : italic;
}

.avatar-in-header {
    width     : 26px;
    margin-top: 3px;
}

.line-height-20 {
    line-height: 20px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    text-align    : center;
    vertical-align: middle;
}

.left-bar div {
    border                 : 2px solid white;
    border-top-right-radius: 10px;
    padding                : 5px;
    width                  : 100%;
    margin-top             : 10px;
    background-color       : rgba(0, 0, 0, 0.8);
}

.left-bar div a {
    width      : 100%;
    font-weight: bold;
    color      : white;
    display    : inline-block;
    text-align : center;
}

.left-bar div a:hover {
    color: orange;
}

.pricing-big {
    border: 1px solid darkcyan !important;
}

.no-padding>.table-bordered,
.no-padding>.table-responsive>.table-bordered {
    border: 1px solid lightgrey !important;
}

.no-height {
    height: 0px;
}

.personal-info {
    border-right: 1px solid lightgrey;
    padding-left: 0;
}

.personal-info>li {
    list-style  : none;
    padding-left: 1.5em;
    text-indent : -0.65em;
}

.list-unstyled>li {
    /* height      : 30px; */
    padding        : 5px;
    /* border-right: 1px solid lightgrey; */
    margin-top     : 0 !important;
    padding-left   : 1.5em;
    text-indent    : -0.65em;
}

.price-features {
    padding-left : 10px;
    padding-right: 5px;
}

.width-120 {
    width: 120px;
}

.width-140 {
    width: 140px;
}

.width-300 {
    width: 300px;
}

.header-select-sport {
    height    : 20px;
    position  : absolute;
    right     : 30px;
    top       : 15px;
    margin-top: -5px;
}

.promovideo-wrapper {
    position  : relative;
    display   : flex;
    text-align: center;
}

.promovideo-play-btn {
    position   : absolute;
    font-size  : 2em;
    width      : 50px;
    top        : calc(50% - 22px);
    margin-left: -15px;
}

@media (max-width: 768px) {
    .header-select-sport {
        right: 60px;
    }

    .google-play-image {
        right: 110px !important;
        top  : 10px !important;
    }

    .appstore-image {
        right: 250px !important;
        top  : 10px !important;
    }

    .chat-userlist {
        display: none;
    }

    #chat-target-list {
        max-width   : calc(100% - 170px);
        float       : right;
        margin-left : 0px;
        margin-right: 10px;
    }


}

@media (max-width: 768px) {
    #chat-target-list {
        display: block !important;
    }
}

@media only screen and (max-width: 1024px) {
    #chat-target-list {
        display: none;
    }
}

@media only screen and (max-width: 1152px) {
    #chat-target-list {
        display: none;
    }
}

@media only screen and (max-width: 1280px) {
    #chat-target-list {
        display: none;
    }
}

@media only screen and (max-width: 1360px) {
    #chat-target-list {
        display: none;
    }
}

@media only screen and (max-width: 1366px) {
    #chat-target-list {
        display: none;
    }
}

@media only screen and (max-width: 1400px) {
    #chat-target-list {
        display: none;
    }
}

@media only screen and (max-width: 1440px) {
    #chat-target-list {
        display: none;
    }
}

@media only screen and (max-width: 1600px) {
    #chat-target-list {
        display: none;
    }
}

@media only screen and (max-width: 1680px) {
    #chat-target-list {
        display: none;
    }
}

@media only screen and (max-width: 1920px) {
    #chat-target-list {
        display: none;
    }
}

.sport-picker-center {
    position: absolute;
    left    : 50%;
    top     : 50%;
}

.sport-picker-center img.cover {
    width      : 120px;
    margin-left: -60px;
    margin-top : -10px;
    position   : absolute;
}

.sport-picker-center img.curr-img {
    width      : 50px;
    position   : absolute;
    margin-top : 25px;
    margin-left: -25px;
}

.sport-list {
    height              : 400px;
    padding-inline-start: 0;
}

.sport-list img.sport-img {
    width   : 50px;
    height  : 50px;
    margin  : -25px;
    position: absolute;
    top     : 72%;
}

.sport-list img.border-img {
    width   : 80px;
    height  : 80px;
    margin  : -40px;
    position: absolute;
    top     : 72%;
}

.sport-list-item {
    list-style      : none;
    background-color: transparent;
    height          : 70px;
    width           : 70px;
    border-radius   : 50px;
    position        : absolute;
    top             : 50%;
    left            : 50%;
    padding-top     : 25px;
    cursor          : pointer;
    margin-left     : -35px;
}

.sport-picker {
    width        : 40px;
    border-radius: 20px;
    border       : 2px solid white;
}

.modal-backdrop {
    z-index: 900;
}

.border-white-3 {
    border: 3px solid white;
}

.player {
    width : 45px;
    height: 32px;
}

.record {
    height   : 32px;
    min-width: 99px;
}

.point {
    height: 32px;
    width : 70px;
}

.current-plan {
    font-size       : 14px;
    padding         : 18px;
    display         : block;
    background-color: lightblue;
    color           : black;
    border-radius   : 3px !important;
}

.future-plan {
    font-size       : 14px;
    padding         : 18px;
    display         : block;
    background-color: lightgray;
    color           : black;
    border-radius   : 3px !important;
}

.current-plan p,
.future-plan p {
    font-weight  : normal;
    font-size    : 12px;
    margin-top   : 10px;
    margin-bottom: 0;
}

.price-features {
    min-height: 10px;
}

.app-image {
    background-size: cover;
    height         : 40px;
    position       : absolute;
    top            : 10%;
    width          : 134px;
}

.appstore-image {
    background-image: url('../img/home/app_store.png');
    right           : 225px;
}

.google-play-image {
    background-image: url('../img/home/google_play.png');
    right           : 85px;
}

.height-100 {
    height: 100px;
}

.fc-event-vert.fc-event-end,
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-radius: 10px;
}

.chat-wrapper {
    min-height : calc(100vh - 300px);
    border-left: 1px solid grey;
}

.chat-content {
    height: calc(100vh - 320px);
}

.chat-content ul {
    list-style-type: none;
    padding-left   : 0;
    position       : absolute;
    bottom         : 0;
    width          : 96%;
    height         : 100%;
    overflow-y     : scroll;
}

.chat-content ul li {
    margin: 18px 0;
}

.mine .message {
    background-color: #0087E0;
    padding         : 5px;
    border-radius   : 5px 0 5px 5px;
    color           : #E7F7F3;
    font-size       : 14px;
    line-height     : 22px;
}

.yours .message {
    background-color: #F0F0F0;
    border          : 1px solid lightgrey;
    padding         : 5px;
    border-radius   : 0px 5px 5px 5px;
    font-size       : 14px;
    line-height     : 22px;
}

.yours .from {
    font-size: 12px;
    color    : darkred;
}

.chat-content ul .yours {
    text-align: left;
}

.chat-content ul .mine {
    text-align: right;
}

.chat-userlist {
    list-style-type: none;
    padding-left   : 0;
    height         : calc(100vh - 340px);
    overflow-y     : auto;
}

.chat-userlist {
    overflow-x: hidden;
}

.chat-userlist .user-email {
    font-size: 0.9em;
}

.chat-userlist li {
    padding: 5px;
}

.chat-userlist li:hover {
    background-color: lightgrey;
}

.chat-userlist li.active {
    background-color: #90e487;
}

.chat-messages {
    height: 100%;
}

.rating {
    margin-bottom: 4px;
    font-size    : 13px;
    line-height  : 25px;
    color        : #404040;
}

.rating input {
    position: absolute;
    left    : -9999px;
}

.rating input:checked~label {
    color: #3276B1;
}

.rating label {
    display    : block;
    float      : right;
    height     : 17px;
    margin-top : 5px;
    padding    : 0 2px;
    font-size  : 17px;
    line-height: 17px;
    cursor     : pointer;
}

.price-features {
    padding-bottom: 0;
}

/* .container {
    width: inherit;
} */

.typing {
    width      : 30px;
    position   : absolute;
    z-index    : 100;
    margin-top : -21px;
    margin-left: 12px;
}

.no-inputable {
    pointer-events: none;
    cursor        : not-allowed;
    opacity       : 0.4;
}

.period-points-table th,
.period-points-table td {
    padding: 0 !important;
}

.left-lightgrey-border {
    border-left: 1px solid lightgray !important;
}

.footer-container a {
    color: greenyellow;
}

.footer-container a:hover {
    color: yellowgreen;
}

.bigBox span {
    letter-spacing: 0;
}

.profile-container .carousel-inner img {
    width: 100%;
}