html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    background: #F3F5F9;
    font-size: 0.9rem;
    font-family: 'Nunito', sans-serif;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    margin-bottom: 60px;
}
.form-control {
    font-size: 0.9rem;
}
.br1 {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;
}
.br2 {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;
}
h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    color: #002147;
}

span.day {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 1.5;
    color: #212529;
}
.fc-table td {
    background: none;
    border: 1px solid #dee2e6;
    padding: .5rem .5rem;

}
th.day {
    line-height: 1.5;
    color: #212529;
    text-transform: uppercase;
}

input[readonly] {
    background-color: #e9ecef;
}

/*.bgevent {
    background: #002147!important;
    color: #ffffff;
    border-color: #007bff;
    opacity: .9;
}*/
/*.bgevent:hover {
    background: #002147 !important;
    color: #ffffff;
    border-color: #007bff;
}
    .bgevent a {
        color: #ffffff;
        text-decoration: none;
        font-family: 'Nunito', sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 1.3;
        letter-spacing: 0.02em;
    }
        .bgevent a:hover {
            color: #005cbf;
        }*/


.btn {
    /*font-size: 15px !important;*/
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2.5px;
    font-family: 'Nunito', sans-serif;
    box-shadow: none !important;
    border: 0;
    padding: 10px 20px !important;
}
#addRow {
    padding: 0px !important;
}

.btn.btn-primary {
    background: #002147;
    color: #ffffff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.fc-event {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
}
.fc-event::before, .fc-event-dot::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 100%;
    border-left: 3px solid #5d5386;
    border-bottom: 3px solid #5d5386;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

.myBreakSpan{
    height: 4px;
}
.fc-content {
    border: 1px solid #F3F5F9;
    color: #002147;
    background-color: #fff;
    padding: 5px;
}
.fc-time {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.02em;
}
.fc-title a{
    color: #002147;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-decoration: none;
}
    .fc-title a:hover {
        color: #5d5386;
    }


.bd {
    border: 1px solid #000;
}

#borderDetails .row {
    margin-bottom: 2px;
}

.mkTitle {
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 15px;
    font-weight: bold !important;
    color: #198754;
}

#admin_table_header {
    color: #fff;
    background-color: #198754;
}
    #admin_table_header .col, #admin_table_inputRow .col {
        padding: 10px;
        /*display: flex;*/
        justify-content: center;
        align-items: center;
    }
    #admin_table_header #addRow {
        color: #fff!important;
    }
/*#inputRow .col-text {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}*/
.delete_user_box :hover {
    color: red !important;
}
p.delete_user{
    cursor: pointer;
}

.eventid, .id {
    width: 70px!important;
}


#user_table_header {
    color: #fff;
    background-color: #0062cc;
}
    #user_table_header .col{
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
.mkUserTitle {
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 15px;
    font-weight: bold !important;
    color: #0062cc !important;
}


@media print {
    #formContainer, #globalRateContainer, header, #raportDetail {
        display: none;
    }
}