
.nav-user-photo {
    margin: -4px 0px 0 0;
    height: 35px;
    width: 35px;
    display: inline-block;
    object-fit: cover;
    border: 0px;
    border-radius: 50%;
}

.main-container {
    min-height: calc(91.5%);
    background-color: #f1f3f5;
}

.dropdown-menu-user {
    background: none;
    border: #00234B;
    color: rgba(255,255,255,0.65);
    cursor: pointer;
}

.dropdown-item-user {
    z-index: 1002;
    color: black;
}

.dropdown-menu-user:focus {
    outline: none;
}

.btn-log {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    border-radius: 6px;
    padding: 0 16px;
}

.mg-bt_30 {
    margin-bottom: 30px;
}

.mg-left_4 {
    margin-left: 4px;
}

.mg-right_4 {
    margin-right: 4px;
}

.mg-right_12 {
    margin-right: 12px;
}

.menu-admin_link {
    padding: 10px 5px;
    display: flex !important;
    align-items: baseline;
    font-size: 14px !important;
}

.text-center-flex {
    align-items: center;
    display: flex;
}

.title_cms {
    background: #fff;
    padding: 10px;
    font-size: 20px;
}

.content_cms {
    padding: 20px;
}

.page-head {
    margin: 20px 0px;
}

.page-head .row {
    height: 56px;
}

.form-control-custom {
    display: inline-block;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #D5D5D5 !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search-query, .form-search .form-control {
    border: 1px solid #e1e1e1 !important;
}

.main-content .btn-primary:hover, .main-content .btn-defaults:hover {
    color: #fff !important;
    background-color: #2d7fc3 !important;
    border-color: #2d7fc3 !important;
}

.main-content .btn-sm, .main-content .btn-group-sm > .btn {
    padding: 6px 12px 5px 12px;
    font-size: 14px;
    border-radius: 4px;
    /* border: 1px solid #e1e1e1; */
}

.table-striped {
    background: #fff;
}

.img_pitch {
    width: 100px;
    height: 60px;
}

.calendar_board {
    width: 10%;
    height: 110px;
}

.table-hover {
    background-color: #fff;
}

.item_calendar:hover {
    cursor: pointer;
}

.mt-10 {
    margin-top: 10px;
}

.dj-center {
    justify-content: center;
    display: flex;
}