@import url('https://fonts.googleapis.com/css?family=Numans');

html, body {
    background-image: url('/assets/img/Captain-Elite_desktop.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 100%;
    font-family: 'Numans', sans-serif;
    font-weight: 400;
}

/* nav */

.nav-link {
    color: #000 !important;
    font-size: 0.85rem;
    display: inline-block;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fcb200 !important;
}

.navbar-brand img {
    height: 40px
}

sup {
    font-size: 0.65rem; color: #000;
}

.sup-el {
    padding: 2px 7px;
    background-color: red;
    font-size: .85rem;
    color: #fff;
    border-radius: 50%;
    margin-left: 5px}

legend {
    border-bottom: 1px solid #ccc
}

.btn {
    font-size: 0.85rem !important
}

.error {
    color: red;
    font-size: 12px
}

/*login page design*/


.card {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 400px;
    width: 90%;
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.card-body {
    color: #fff;
}

.social_icon span {
    font-size: 25px;
    margin-left: 10px;
    color: #FFC312;
}

.social_icon span:hover {
    color: white;
    cursor: pointer;
}

.card-header {
    margin-top: 1.2rem
}

.card-header h3 {
    color: white;
    text-align: center;
}

.social_icon {
    position: absolute;
    right: 5px;
    top: -5px;
}

.input-group-prepend span {
    width: 50px;
    background-color: #FFC312;
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;

}

.remember {
    color: white;
}

.remember input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.login_btn {
    color: black;
    background-color: #FFC312;
    width: 100px;
}

.login_btn:hover {
    color: black;
    background-color: white;
}

.links {
    color: white;
}

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

/* login design end*/

/*Task page start*/
.navigation {
    padding-left: 20px
}

.pagination .current {
    padding: 5px 10px;
    background: cornflowerblue;
    border: 1px solid #ddd;
    border-radius: 10px;
    color: #fff;
    margin-right: 5px
}

.pagination .page {
    padding: 5px 10px;
    background: limegreen;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-right: 5px
}

.pagination .next {
    padding: 5px 10px;
    background: beige;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-right: 5px
}

.pagination .last {
    padding: 5px 10px;
    background: bisque;
    border: 1px solid #ddd;
    border-radius: 10px;

}

span.page a {
    color: #fff !important
}

span.next a {
    color: #000 !important
}

span.last a {
    color: #000 !important
}

tbody#table-task-list-data tr {
    cursor: pointer;
}

tr.sortable-chosen.sortable-ghost {
    background-color: #C0FA5B !important;
    opacity: 0.7
}

/*duplcation modal*/
.select2-container {
    width: 100% !important;
    margin-bottom: 10px
}

/*Task page end*/

/* portal page */

.font700 {
    font-weight: 700
}

.scores-fields {
    background-color: #ccc;
    padding: 0.7em;
    border: 1px solid #000;
    margin-top: 20px
}

.scores-fields-coach {
    background-color: #ccc;
    padding: 0.7em;
    border: 1px solid #000;
    margin-top: 20px;
    min-height: 80px
}

.circle-fields {
    background-color: #ccc;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 1px solid #000;
    margin-top: 20px
}

.points-fields {
    background-color: #ccc;
    padding: 0.2em 0.5em;
    border: 1px solid #000;
    margin-top: 20px
}

.circle-text {
    padding: 1.2em 0;
    line-height: 1.8em
}

.player-avatar {
    width: 80%
}

.player-avatar img {
    width: 100%;
    height: auto;
}

.timer-area {
    background-color: #ccc;
    padding: 0.5rem;
    border: 1px solid #000;
}

.pointer {
    cursor: pointer;
}

.bg-info-org {
    background-color: #EDAD2D
}

.bg-danger {
    background-color: #ff8080 !important
}

.bg-warning {
    background-color: #ffe699 !important;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.bg-success {
    background-color: #a9d08e !important
}

.form-control {
    font-size: 0.8rem;
}

.fa-times {
    color: red;
    font-size: 1.2rem
}

.fa-check {
    color: limegreen;
    font-size: 1.2rem
}

/*.record-box {*/
/*    display: block;*/
/*    background: #ccc;*/
/*    padding: 1em;*/
/*    cursor: pointer;*/
/*    margin-bottom: 1em*/
/*}*/

/*.record-box p {*/
/*    font-size: 0.8em;*/
/*    margin-bottom: 0*/
/*}*/

.expand-arrows {
    font-size: 19px;
    cursor: pointer;
}


/* video table */
table.videos-table {
    border: 2px solid #FFFFFF;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

table.videos-table td, table.videos-table th {
    border: 1px solid #000000;
    padding: 3px 4px;
}

table.videos-table tbody td {
    font-size: 13px;
}

table.videos-table td:nth-child(even) {
    background: #EBEBEB;
}

table.videos-table thead {
    background: #FFFFFF;
    border-bottom: 4px solid #333333;
}

table.videos-table thead th {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    border-left: 2px solid #333333;
}

table.videos-table thead th:first-child {
    border-left: none;
}

table.videos-table tfoot td {
    font-size: 14px;
}

/* video table end*/

/*My Techinqe*/

.fleksi {
    display:flex;
    justify-content: center;
}

.cont-box {
    padding:5px;
    background-color:rgb(219, 219, 219);
    height:auto;
    margin:5px 0;
}
.cont-box h2 {
    padding-left:15px;
    font-size:16px;
}
.fm {
    max-width:10px;
}
.check {
    display:flex;
    margin-top:20px;
}
ul {
    list-style:none;
    padding:0;

}
li {
    display:flex;
    align-items: center;
    margin-bottom:5px;
}
li p {
    margin:0;
    padding-left:5px;
    font-size:12px;
}
.mt-checkbox {margin: 10px;
    transform: scale(1.2);}

/*My Techinqe end*/


/* mails template css */
@media screen and (max-width: 450px) {
    .two-column .column,
    .three-column .column {
        max-width: 100% !important;
    }

    .two-column img {
        max-width: 100% !important;
    }

    .three-column img {
        max-width: 50% !important;
    }
}

@media screen and (min-width: 451px) and (max-width: 620px) {
    /*.three-column .column {
            max-width: 33% !important;
        }
        .two-column .column {
            max-width: 50% !important;
        }*/
}

/* mails template css end */



.main_overlay {
    position:fixed;
    z-index:999;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0,0,0,0.6);
}

.block_ui {
    position:fixed;
    z-index:999;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0,0,0,0.6);
}
.responsive {
    max-width:100%;
    max-height:100%;
}
.submit_indicator{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.submit_indicator img {
    display: block;
    max-width: 80vw;
    margin: 0 auto;
}

.blocker {
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}


.nav-tabs > .nav-item > .active {
    background-color: #EDAD2D;
}


/* grit table */
table.grit-table {
    border: 3px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

table.grit-table td, table.grit-table th {
    border: 1px solid #AAAAAA;
    padding: 5px 5px;
}

table.grit-table tbody td {
    font-size: 13px;
}

table.grit-table thead {
    background: #CA9722;
    background: -moz-linear-gradient(top, #d7b159 0%, #cfa138 66%, #CA9722 100%);
    background: -webkit-linear-gradient(top, #d7b159 0%, #cfa138 66%, #CA9722 100%);
    background: linear-gradient(to bottom, #d7b159 0%, #cfa138 66%, #CA9722 100%);
}

table.grit-table thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;
}

table.grit-table thead th:first-child {
    border-left: none;
}

table.grit-table tfoot td {
    font-size: 14px;
}

table.grit-table tfoot .links {
    text-align: right;
}

table.grit-table tfoot .links a {
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

/* grit table end */

/* video embed css */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.red {
    color: red;
}

/*checkbox tasks*/

.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 1%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.player_skill_my_technique .check ul li {justify-content: space-between;}

.player_skill_my_technique input[type=checkbox] {display: none;}
.player_skill_my_technique input[type=checkbox] + span {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: #fff;
    border:1px solid #ccc;
    flex-shrink: 0;
    line-height:15px;
    text-align: center;
    font-size: 22px;
}

.player_skill_my_technique input.mt-checkbox[type=checkbox]:checked + span {
    background: #fff;
    color: red;
}

.player_skill_my_technique input.mt-clean[type=checkbox]:checked + span::after {
    content: '✓';
    color: #00ff00;
}

.player_skill_my_technique input.mt-checkbox[type=checkbox]:checked + span::after {
    content: '×';
}

.pulsing {
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 10px;
    height: 25px;
    width: 25px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
}

.pulsing.red {
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-red 2s infinite;
}
.modal {
    max-height: 100%;
    overflow-y: auto;
}
.modal-body {padding: 2rem}
.modal-dialog {max-width: 650px}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

.pulsing.orange {
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
    animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    }
}


/* mobile design */

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-item {
        font-size: 14px
    }

    .navbar-brand img {
        height: 40px
    }
}

@media (max-width: 767px) {
    .scores-fields {
        padding: 0.4em;
        font-size: 1rem
    }

    table.videos-table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }

    table.grit-table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .custom-border {
        border: none !important;
    }

}

.export_button {
    margin-left: 10px;
}


.btn-xs {
    padding: .15rem .15rem;
    font-size: .875rem;
    line-height: 1;
    border-radius: .1rem;
}


.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default > .panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* Tooltip */
.tooltip-container + .tooltip > .tooltip-inner {
    display: inline-block;
    background-color: #FF0000;
    color: #FFFFFF;
    border: 1px solid green;
    padding: 15px;
    font-size: 20px;
}

/* Tooltip on top */
.tooltip-container + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid green;
}

/* Tooltip on bottom */
.tooltip-container + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid blue;
}

/* Tooltip on left */
.tooltip-container + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid red;
}

/* Tooltip on right */
.tooltip-container + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid black;
}

.duplicate-error {
    border: 1px solid red;
}

.none {
    display: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
    width: 100%;
    max-width: 250px;
}

.upp-btt {color: #fff !important}

.player-avatar-uploaded {padding-top: 10px;text-align: center;}

.team-logo-uploaded {padding-top: 10px;text-align: center;}

.team-logo-nav img {
    width: 50px;
    height: 50px;
    border-radius: 48px;
    border: 2px solid white;
    cursor: pointer;
}
.team-logo img {
    width: 100px;
    height: 100px;
    border-radius: 48px;
    border: 2px solid white;
    cursor: pointer;
}

.review-table-scroll {
    overflow:scroll;
    height:400px;
}

