﻿@import './fonts/fonts.css';

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
}

label {
    font-size: 16px;
    font-weight: bold;
    font-family: "RobotoSlab-Regular";
}

    label.error, .field-validation-error {
        font-size: 12px;
        font-weight: normal;
    }

.table a {
    color: #ed6c4d;
}

.text-bold {
    font-family: "RobotoSlab-Regular";
    font-weight: bold;
}

.validation-summary-errors ul {
    padding: 0px;
}

.validation-summary-errors li {
    background: rgb(255, 255, 255,0.7);
    padding: 10px;
    list-style: none;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/** buttons */
.btn {
    font-family: "RobotoSlab-Regular";
}

.btn-orange {
    color: #fff;
    background-color: #ed6c4d;
}

    .btn-orange:hover {
        color: #fff;
        background-color: #ea7458;
    }

.btn i {
    margin-right: 5px;
}

input[type=radio], input[type=checkbox] {
    margin-right: 5px;
}

/* text color */
.text-orange {
    color: #ed6c4d;
}

.text-red {
    color: #ff0000;
}

.bg-white {
    background-color: #fff;
}

/** datatable */

.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #ed6c4d !important;
    border: none;
    background: none;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #ed6c4d !important;
        color: #fff !important;
        border: none !important;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
}

.modal-body {
    max-height: 30rem;
    overflow-y: auto;
}

#login-form-wrapper img {
    width: 25rem;
}

#register-form-wrapper img {
    width: 25rem;
}

.modal-footer {
    justify-content: inherit !important;
}
