﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');

*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    text-shadow: none !important;
}

.content-header > h1 {
    font-size: 17px !important;
    font-weight: bold;
}

label {
    color: #000 !important;
    font-weight: 500;
    margin-bottom: 1px;
}

table th {
    text-shadow: none !important;
    font-size: 14px;
    font-weight: 600 !important;
}

table td {
    overflow: initial !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px !important;
    white-space: nowrap;
    padding: 2px 5px;
    font-weight: 500;
}

textarea.form-control {
    height: auto !important;
}

.form-control {
    padding: 3px !important;
    height: 28px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.form-group {
    margin-bottom: 5px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 3px 3px !important;
    height: 28px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    border-radius: 6px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 41% !important;
    }

select[multiple], select[size] {
    height: 28px !important;
}

.SumoSelect > .CaptionCont {
    line-height: 22px;
    border-radius: 6px;
}

.table .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
}

.table .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 46% !important;
}
/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 3px;
    font-size: 14px;
    /*margin-top: 3px;*/
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
        line-height: 16px;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #18AACC;
            color: #fff !important;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 24px;
        border: solid thin #ccc;
        border-radius: 6px
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 24px;
        border: solid thin #ccc;
        border-radius: 6px;
    }

    .paginationPanel button {
        background: #18AACC;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 1px 5px;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }

    .paginationPanel .fa {
        font-size: 10px;
    }
/******pagimnation*****/

.mr10 {
    right: 10px;
}

.footerFixed {
    position: fixed;
    /* width: 96%; */
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
}

.modal-header {
    background: #18AACC;
    color: #fff !important;
    border-radius: 0;
    padding: 10px;
}

    .modal-header h4 {
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 0;
    }

        .modal-header h4 span {
            padding: 2px 5px;
            background: #24426bd1;
            color: #fff;
            font-size: 14px;
            border-radius: 5px;
        }

.modal-footer {
    background: #ccc;
    padding: 5px 10px;
    border-radius: 0;
}

.modal-content {
    padding: 0 !important;
   
}

#mdlTrainerCreation .modal-dialog {
    min-width: 70%;
}

#mdlTrainerCreation .close {
    color: #fff !important;
    outline: none;
    border: none;
    background: none;
    top: 25px !important;
}

.TotalRecords {
    background: #daeffd;
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    color: #626262;
}

.fa.fa-chevron-circle-down, .fa.fa-chevron-circle-right {
    margin-right: 4px;
}

.fa-chevron-circle-down:before, .fa-chevron-circle-right:before {
    color: brown;
    font-size: 15px;
}

.trainerName {
    font-size: 14px;
    font-weight: 700;
    color: brown;
}
.max-heightauto {
    max-height: 60vh;
}