@import "icones/icones.css";

/* GENERAL */
*{
    font-family: 'DINPro', arial, Helvetica, sans-serif;
}
a{
    color: #6f8295;
    font-size: 10pt;
}
.dropdown-menu{
    border-radius: 0;
    border: none;
    margin: 0;
}
.no-border{
    border: none;
}
.rounded{
    border-radius: 1.25em !important;
}
.no-rounded{
    border-radius: 0;
}
/* BACKGROUNDS */
.bg-white{
    background-color: #fff;
}
.bg-blue{
    background-color: #00a6d5;
}
.bg-yellow{
    background-color: #fde000;
}
.bg-grey{
    background-color: #efeff3;
}
.bg-image{
    background-image: url('img/header_bg9.png');
    background-size: cover;
    background-position: center;
}
.bg-red{
    background-color: red;
}
/* COLOR */
.co-white{
    color: #fff;
}
.co-blue{
    color: #0072bc;
}
.co-yellow{
    color: #fde000;
}
.sz-small{
    font-size: .8em !important;
}

section > div.container > div.bg-white{
    /* min-height: 350px; */
}
/* SELECTOR M2M */
.select2-container--default .select2-selection--multiple {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, 
.select2-container--default.select2-container--focus .select2-selection--multiple:focus{
    color: #495057;
    background-color: #fff;
    border: solid 1px #80bdff !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.select2-container {
    width: 100% !important;
}

/* ERROR */
.errorlist{
    list-style: none;
    padding: 0;
    font-style: italic;
    color: red;
    font-size: .85rem;
}
/* HEADER */
header > .bg-white::before{
    border-top: solid 4px #fde000;
    display: block;
    content: " ";
}
.operational-menu .navbar-nav .nav-item .nav-link{
    color: #0072bc;
    font-weight: bold;
    line-height: 1.6;
    padding-right: .9rem;
    padding-left: .9rem;
}
.operational-menu .navbar-nav .nav-item .nav-link:hover{
    background-color: #fde000;
    color: #fff;
}
.operational-menu .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #fff;
    background-color: #fde000;
}
.operational-menu .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover{
    color: #0a3b75;
    background-color: #fff;
}
.instance-readonly{
    font-size: .7em;
}
.instance-readonly .form-group{
    margin-bottom: .5rem;
}
.instance-readonly input, .instance-readonly select{
    height: 30px;
    font-size: .8em;
}
.instance-readonly textarea{
    height: 90px;
    font-size: .8em;
}
.inline-form table tr td input{
    height: 30px;
    font-size: .8em;
}
.table tr td{
    height: 30px;
    font-size: .8em;
}
.table th {
    border-top: none;
    font-size: .9em;
}
.outline-bottom-shadow {
    box-shadow: 0px 63px 30px -70px rgba(0,0,0,1);
}
.gj-textbox-md {
    display: block !important;
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: .8em !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.gj-datepicker-md [role="right-icon"] {
    right: 5px !important;
    top: 4px !important;
}