/*
Theme Name: Oprea AVI
Theme URI: -
Author: Suciu Mihai-Cosmin
Author URI: suciu.mihai.cosmin@gmail.com
Description: D-
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: oprea_avi

Oprea AVI Theme © 2024 Suciu Mihai-Cosmin
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    /* background-color: #99bbbd; */
    background-color: #f7f7f7 !important;
    padding-top: 4.5em !important;
}

a {
    text-decoration: none !important;
}

.ui-timepicker-container {
    z-index: 999999 !important;
}

.timepicker {
    width: 110px !important;
    text-align: center !important;
}

#datepicker {
    padding-left: 10px;
    width: 105px;
}

#datepicker2 {
    padding-left: 10px;
    width: 105px;
}

.hasDatepicker {
    border: solid #dee2e6 1px !important;
    border-radius: 5px;
    width: 83px;
}

.hasDatepickerWide {
    border: solid #dee2e6 1px !important;
}

.navbar {
    background-color: #436763 !important;
    font-size: 0.8rem !important;
}

.nav-link {
    color: #ffffff !important;
}

.dropdown-menu {
    font-size: 0.8rem !important;
    border-radius: 0 !important;
}

.dropdown-item {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}

.dropdown-item:hover {
    background-color: #303030 !important;
    color: #ffffff !important;
}

.dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:active {
    border-radius: 0 !important;
}

.footer {
    width: 100%;
    height: 50px;
    /* background-color: #344b48; */
    font-size: 13px;
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
}

.border-grey {
    border: solid #dee2e6 1px !important;
    border-radius: 0px;
}

.position-absolute {
    position: absolute;
}

.front {
    z-index: 999999;
}

th:hover {
    cursor: pointer;
}

.l-10 {
    left: 10px;
}

.r-10 {
    right: 10px;
}

.t-10 {
    top: 10px;
}

.b-10 {
    bottom: 10px;
}

.hide {
    display: none !important;
}

.main-content {
    background-color: #f1f1f1;
    border: darkgrey 1px;
    border-style: solid;
    /* padding: 10px; */
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
}

.main-content-text {
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-medium {
    font-size: 14px;
}

.text-small {
    font-size: 12px;
}

.text-xsmall {
    font-size: 10px;
}

.bold {
    font-weight: bold;
}

.inline-block {
    display: inline-block;
}

.padding-top {
    padding-top: 10px;
}

.padding-bottom {
    padding-bottom: 10px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-top-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

.margin-top {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-right {
    margin-right: 10px;
}

.margin-top-bottom {
    margin-top: 10px;
    margin-bottom: 10px;
}

table>tbody>tr {
    border-bottom: #e7e7e7 1px;
    border-style: solid;
}

thead {
    font-size: 0.8rem;
    text-transform: uppercase !important;
}

.card-header, .modal-header {
    letter-spacing: .08em !important;
    font-size: 0.7rem !important;
    text-transform: uppercase !important;
    background-image: var(--bs-gradient);
}

/* Custom */

.preluare-interventie {
    font-size: 0.7rem !important;
    text-transform: uppercase !important;
}

.text-bg-custom {
    background-color: #f7efe6 !important;
}

#titlu_cautare {
    /* letter-spacing: .08em !important; */
    font-size: 0.8rem !important;
    text-transform: uppercase !important;
}

#detalii-reinterventie-hidden {
    display: none;
}

#alta-sectie-hidden {
    display: none;
}

#alt-echipament-hidden {
    display: none;
}

#id_useri_mentenanta_hidden {
    display: none;
}

.interventieWindowTrigger {
    cursor: pointer !important;
}

.interventieWindowTrigger2 {
    cursor: pointer !important;
}

.datepicker_termen {
    cursor: pointer;
}

/* Optionals */

/* .modal-content {
    border-radius: 0 !important;
}

.badge {
    border-radius: 0 !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.input-group-text, input, textarea {
    border-radius: 0 !important;
}

.btn {
    border-radius: 0 !important;
}

.card, .card-header {
    border-radius: 0 !important;
} */