@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

body {
    color: #797979;
    background: #f1f2f7 !important;
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.vertical-align {
    align-items: center;
}

.charts {
    width: 100%;
}

.hidden {
    visibility: hidden;
}

.dt-buttons {
    margin-bottom: 10px;
    float: right !important;
}

.no-data, .loading {
    color: #ccc;
    font-size: 25px;
    margin: 100px 0;
    text-align: center;
}

.hidetd {
    display: none !important;
}

.d-contents {
    display: contents;
}

.modal-xl {
    max-width: 90% !important;
}

.badge:hover {
    cursor: pointer;
}

.badge {
    font-size: 95% !important;
}

a:hover {
    text-decoration: none;
}

label {
    font-weight: 700;
}

.tag-list {
    border: 1px solid #ddd;
    padding: 5px 10px;
    color: #797979;
    border-radius: 4px;
    margin: 2px;
}

.bootstrap-datetimepicker-widget {
    table {
        font-size: 12px;
    }
}

.processing_container{
	display: none;
}

.ui-datepicker-week-end >.ui-state-default{
    color: red ;
}

.d-grid {
	display: grid;
}

.btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

.btn-default:hover {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

.btn-info {
    color: #fff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}

.btn-info:hover {
    color: #fff !important;
    background-color: #31b0d5 !important;
    border-color: #269abc !important;
}

.btn-warning {
    color: #fff !important;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}

.btn-warning:hover {
    color: #fff !important;
    background-color: #ec971f !important;
    border-color: #d58512 !important;
}

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

.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.alert-info {
    color: #0c5460 !important;
    background-color: #d1ecf1 !important;
    border-color: #bee5eb !important;
}

.stars {
    list-style: none;
    display: flex;
    font-size: 15px;
    color: #808080;
}

.stars li i.active {
    color: #e8e100;
}

.sub-menu {
    ul.sub {
        padding-top: 10px !important;
        li {
            margin-left: 20px !important;
            a {
                padding-top: 0 !important;
            }
        }
    }
}

.dropdown.bootstrap-select.form-control {
    .btn.dropdown-toggle {
        width: 100%;
        height: calc(1.6em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.6;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .dropdown-menu.show {
        padding-top: 0px;
        padding-bottom: 0px;
        .inner.show {
            ul {
                li.selected.active, li:hover {
                    color: #3490dc;
                }
                li.selected.active:hover {
                    color: #000;
                }
            }   
        }
    }

}

.card {
	.card-header {
		font-weight: 700;
	}
}

.table-bordered{
    font-size: 12px !important;

    thead{
        tr{
            th {
                font-size: 12px;
                vertical-align: middle;
                font-weight: 900;
                color: #797979;
            }
            th:last-child{
                width: 15%;
            }
        }
    }
    tbody {
        tr {
            td {
                font-size: 12px;
                vertical-align: middle;
                // color: #797979;
            }
        }
    }
}

.dataTables_wrapper {
    .dataTables_length {
        label,select {
            font-size: 12px;
            color: #797979 !important;
        }
    }
    .dataTables_paginate {
        ul.pagination {
            font-size: 12px;
            color: #797979 !important;
        }
    }
    .dataTables_filter {
        label,input {
            font-size: 12px;
            color: #797979 !important;
        }
    }
    .dataTables_info {
        font-size: 12px;
        color: #797979 !important;
    }
}

.sidebar-toggle-box{
    cursor: pointer;
    float: left;
    padding-right: 15px;
    color: #FFFFFF;
    font-size: 20px;
    &:hover{
        color: #8bd3ff;
    }
}

.side_bar_menu_plus_minus_icon{
    float: right;
    font-size: 10px;
    margin: 0px 2% 0px 0%;
}

#filter_btn{
    text-decoration: none;
}

.form-kebab {
    .form-kebab__choice {
        .form-kebab__label {
            padding: 10px 10px;
        }
    }
}

.krajee-default {
    .file-preview {
        .file-drop-disabled {
            .file-preview-thumbnails {
                .file-preview-frame.krajee-default.kv-preview-thumb {
                    .kv-file-content {
                        width: 100% !important;
                        height: 100% !important;
                    }
                }
            }
        }
    }
    .file-thumbnail-footer {
        // .file-footer-caption {
        //     margin-bottom: 0px !important;
        // }
        .file-upload-indicator {
            display: none;
        }
        .file-actions {
            .file-footer-buttons {
                .kv-file-upload {
                    display: none;
                }
                .kv-file-zoom {
                    display: none;
                }
            }
        }
    }
}

.file-preview .fileinput-remove {
    top: 10px !important;
    right: 10px !important;
}

.krajee-default.file-preview-frame .kv-file-content {
    width: 100% !important;
    height: 100% !important;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
    height: 100% !important;
}

.file-drop-zone-title {
    font-size: 13px !important;
}

input[type=radio], input[type=checkbox] {
    margin-right: 5px;
}

.irr_badge, .pending_badges {
    cursor: default;
    margin: 0% 0px 0px 1%;
    position: absolute;
    font-size: 12px;
}

.pending_badges {
    padding: 0.3% 0.6%;
    margin: 0px 0px 0px 0.5%;
}

.gs_ratings {
    .stars {
        padding: 0px;
    }

    .comment_text {
        display: block;
        font-weight: bolder;
        font-size: 15px;
        margin: 0px 0px 1% 0px;

    }
}


#all-tag-requests-table {
    .action_btns {
        a {
            display: block;
            font-weight: bolder;
            padding: 3% 0px;
        }
    }
}


.tagging_approve_reject_form {
    .form-group {
        .col-md-12 {
            label {
                display: block;
            }

            .selected_date {
                display: inline-block;
                margin: 0px 0px 0px 1%;
            }

            // .date_input {
            //     background: none;
            //     border: none;
            //     display: inline-block;
            //     width: 3%;
            //     padding: 0.3% 0px 0px 0px;
            //     -webkit-appearance: none !important;

            //     &::-webkit-calendar-picker-indicator {
            //         color: rgba(0, 0, 0, 0);
            //         opacity: 1;
            //         background: url($calendar);
            //         background-size: 100% 100%;
            //         background-repeat:  no-repeat;
            //         cursor: pointer;
            //     }
                
            //     &::-webkit-clear-button{display: none;}
            //     &::-webkit-datetime-edit-month-field {display: none;}
            //     &::-webkit-datetime-edit-day-field {display: none;}
            //     &::-webkit-datetime-edit-year-field {display: none;}
            //     &::-webkit-inner-spin-button {display: none;}
            //     &::-webkit-datetime-edit-text {display:none;}
            // }
        }
    }
}

.date_input {
    background: none;
    border: none;
    display: inline-block;
    width: 9%;
    padding: 0.3% 0px 0px 0px;
    -webkit-appearance: none !important;

    &::-webkit-calendar-picker-indicator {
        color: rgba(0, 0, 0, 0);
        opacity: 1;
        background: url($calendar);
        background-size: 100% 100%;
        background-repeat:  no-repeat;
        cursor: pointer;
    }
    
    &::-webkit-clear-button{display: none;}
    &::-webkit-datetime-edit-month-field {display: none;}
    &::-webkit-datetime-edit-day-field {display: none;}
    &::-webkit-datetime-edit-year-field {display: none;}
    &::-webkit-inner-spin-button {display: none;}
    &::-webkit-datetime-edit-text {display:none;}
}

.veiw-coach-scoreboard {
    .year_container {
        font-size: 14px;
        font-weight: bolder;
        letter-spacing: 3px;
        margin: 0px 0px 0.3% 0px;
    }

    .ytd_assessment_container {
        font-size: 14px;
        letter-spacing: 1px;
        margin: 0px 0px 0.3% 0px;

        span {
            font-weight: bolder;
        }
    }

    #veiw-coach-scoreboard-table {
        margin: 2% 0px 0px 0px;
    }
}
.ratings_coach_container {
    p {
        margin: 0px 0px 0px 1%;
    }

    .coach_ratings_container {
        .year_container {
            margin: 5% 0px;
            font-size: 20px;
            font-weight: bolder;
        }

        .coach-ratings-table {
            tbody {
                tr {
                    td{
                        span, img {
                            display: inline-table;
                        }

                        img {
                            width: 40%;
                            margin: -6% 0px 0px 0px;
                        }
                    }
                }
            }

            thead {
                th:nth-child(1){
                    width: 70%;
                }

                th:nth-child(2){
                    width: 30%;
                }
            }
        }
    }
}

.badges_coachee_container {
    p {
        margin: 0px 0px 0px 1%;
    }

    .coachee_badges_container {
        .badge_text_container {
            margin: 0px 0px 3% 0px;
            font-size: 20px;
            font-weight: bolder;
        }

        .coach-badges-table {
            tbody {
                tr {
                    td{
                        span, img {
                            display: inline-block;
                        }

                        img {
                            width: 100%;
                        }
                    }
                }
            }
            thead {
                th:nth-child(1){
                    width: 10%;
                }

                th:nth-child(2){
                    width: 50%;
                }

                th:nth-child(3){
                    width: 40%;
                }
            }
        }
    }
}

.switch_btn {
    margin: 0px 1% 0px 0px;
}

.skip_level_coaching_text {
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 0.5% 1%;
    float: right;
    color: #FFFFFF;
    margin: 0px 0px 0px 1%;
}