﻿
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    z-index: 1000;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 400px; /* Could be more or less, depending on screen size */
}

/* Round My Corners! JG 20230830 */

.box {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.btn {
    border-radius: 7px !important;

}

.badge {
    border-radius: 7px !important;
    height: 18px  !important;
    padding: 3px 10px !important;
    line-height: 1  !important;
    min-width: 80px  !important;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 10px !important;
}

button.dt-button {
    border-radius: 7px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 7px !important;
}

.fc button {
    border-radius: 7px !important;
}


/* ------ Done my customization JG 20230830 ------ */

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: white !important;
    background-color: #3c8dbc !important;
    border-radius: 7px 7px 0 0 !important;
}

.nav-tabs > li > a {
    background-color: lightgray !important;
    border-radius: 7px 7px 0 0 !important;
    line-height: 0.75 !important;
    margin-right: 1px !important;
}

.nav-tabs {
    border-bottom: 0px solid #ddd !important;
}

.nav {
    padding-left: 10px !important;
}

.box.box-info {
    border-top-color: #3c8dbc !important;
}

.box {
    border-top-color: #3c8dbc !important;
}