.spacer-15 { height: 0; width: 100%; margin-bottom: 15px; }
.spacer-25 { height: 0; width: 100%; margin-bottom: 25px; }
.spacer-35 { height: 0; width: 100%; margin-bottom: 35px; }
.spacer-50 { height: 0; width: 100%; margin-bottom: 50px; }

.h-spacer-5 { display:inline; height: 0; width: 0; margin-right: 5px; }
.h-spacer-10 { display:inline; height: 0; width: 0; margin-right: 10px; }
.h-spacer-15 { display:inline; height: 0; width: 0; margin-right: 15px; }
.h-spacer-25 { display:inline; height: 0; width: 0; margin-right: 25px; }
.h-spacer-50 { display:inline; height: 0; width: 0; margin-right: 50px; }
.h-spacer-100 { display:inline; height: 0; width: 0; margin-right: 100px; }

.oia-menu
{
    position: fixed;
    width: 100vw;
    z-index: 9999;
}

.oia-main-container
{
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    min-height: calc(100vh - 70px);
    padding-top: 105px;
}

.oia-footer
{
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    text-align: center;
    padding-top: 35px;
}

.tcenter
{
    text-align: center;
}

.tright
{
    text-align: right;
}

.form-check .form-check-input[type=checkbox]
{
    float: initial;
}

.cases-filter input[name=search]
{
    max-width: 300px;
    margin-left: 15px;
    display: inline-block;
}

.page-login
{
    text-align: center;
}

.page-dashboard .row div[class^=col]
{
    text-align: center;
    padding: 25px;
}

.page-dashboard .row div[class^=col] i
{
    font-size: 45px;
    display: block;
}

.c-validate input.reproved[type=checkbox],
.c-approve input.reproved[type=checkbox]
{
    background-color: #dc3545;
    border-color: #dc3545;
}

.flip-x-icon,
.flip-x-icon:after,
.flip-x-icon:before
{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.flip-y-icon,
.flip-y-icon:after,
.flip-y-icon:before
{
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.formdate > input,
.formdate > select 
{
    display: inline-block;
}

.formdate > input[type=date] { max-width: 175px; }
.formdate > input[type=number], .formdate > select { max-width: 70px; }

#modal_approve #message_text.required
{
    border-color: #dc3545;
}

.modal-dialog
{
    margin-top: 90px !important;
}

#modal_details .modal-dialog,
#modal_edit_case .modal-dialog
{
    max-width: 800px;
}

#modal_details .modal-dialog h6,
#modal_edit_case .modal-dialog h6
{
    margin: 0;
}

#modal_details .modal-dialog p.field,
#modal_edit_case .modal-dialog p.field
{
    margin-top: 5px;
    margin-bottom: 0;
    /*background: #fafafa;
    padding: 2px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
}

#modal_details .col,
#modal_edit_case .col
{
    margin-bottom: 15px;
}

.select-company
{
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
}

.swal2-styled.swal2-confirm
{
    background-color: #0d6efd !important;
}

.swal2-styled.swal2-confirm:focus
{
    box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%) !important;
}

.nav-title
{
    color: #fff;
    font-size: 24px;
    display: block;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.nav-company
{
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
}

.nav-new-case
{
    color: #fff;
    font-size: 24px;
    display: block;
    position: absolute;
    top: 10px;
    right: 65px;
}

.nav-logout
{
    color: #fff;
    font-size: 24px;
    display: block;
    position: absolute;
    top: 12px;
    right: 15px;
}

.nav-logout a:hover
{
    color: #000;
}

.navbar
{
    background-color: #f80;
}

.navbar-expand-lg .navbar-nav
{
    flex-direction: row !important;
}

.navbar-nav .nav-link
{
    font-size: 20px;
}

.navbar-expand-lg .navbar-nav .nav-link
{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    color: #ffffff;
}

.contact-company
{
    font-size: 80%;
    color: #999;
}

form.login
{
    max-width: 600px;
    margin: 0 auto;
} 

/* ELEMENT TAGS */

html body a
{
    color: inherit;
}
html body a:hover
{
    color: #0d6efd;
}

select, span.select2-selection
{
    padding-right: 30px !important;
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%);
    background-position:
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 10px) calc(1em + 2px);
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
}

span.select2-selection
{
    height: auto !important;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

span.select2-dropdown
{
    border-left: 1px solid #ced4da !important;
    border-right: 1px solid #ced4da !important;
    border-bottom: 1px solid #ced4da !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select2-search__field
{
    border: none !important;
    border-bottom: 1px solid #ced4da !important;
    margin-bottom: 10px;
    padding: 10px 5px !important;
}

.select2-selection__arrow { display: none; }

.oia-main-container
{
    padding-left: 15px;
    padding-right: 15px;
} 

table
{
    width: 100%;
}

button
{
    white-space: nowrap;
}

.tooltip-inner
{
    max-width: 450px;
    width: 100%;
}

.styled-table
{
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr
{
    background-color: #f80;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td
{
    padding: 12px 15px;
}

.styled-table tbody tr
{
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even)
{
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type
{
    border-bottom: 2px solid #f80;
}

.styled-table tbody tr.active-row
{
    font-weight: bold;
    color: #f80;
}