﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}


/* NOTIFICATION */

.k-notification {
    border: 0;
}

.myNotificationBox {
    border: 0;
    height: 100px;
    line-height: normal;
    font-size: 12px !important;
    padding: 0px;
    width: 300px;
    height: 100px;
}

    .myNotificationBox h3 {
        font-size: 14px;
        font-weight: bold;
        padding: 20px 10px 5px;
        margin: 0px !important;
    }

    .myNotificationBox img, .myNotificationBox span {
        float: left;
        margin: 30px 15px 30px 15px;
    }

/* Info template */

.k-notification-info-icon:before {
    content: "\e809"; /* Adds a glyph using the Unicode character number */
}

.k-notification-info {
    background: rgba(0%,40%,100%,.9) !important;
    color: #fff !important;
}

/* Error template */

.k-notification-error-icon:before {
    content: "\e403"; /* Adds a glyph using the Unicode character number */
}

.k-notification-error {
    background: rgba(100%,10%,10%,.9) !important;
    color: #fff !important;
}

/* Success template */

.k-notification-success-icon:before {
    content: "\e118"; /* Adds a glyph using the Unicode character number */
}

.k-notification-success {
    background: rgba(0%,60%,0%,.9) !important;
    color: #fff !important;
}

/* Warning template */

.k-notification-warning-icon:before {
    content: "\e403"; /* Adds a glyph using the Unicode character number */
}

.k-notification-warning {
    background: rgba(100%,50%,0%,.9) !important;
    color: #fff !important;
}

.k-animation-container {
    right: 30px;
    bottom: 30px;
}

/* GRID TOOLBAR TEMPLATE */

#grid .k-grid-toolbar {
    padding: .6em 1.3em .6em .4em;
    background-color: #F3F4F5; /* #4e73df; */
}

.category-label {
    vertical-align: middle;
    padding-right: .5em;
}

#category {
    vertical-align: middle;
}

.refreshBtnContainer {
    display: inline-block;
}

.toolbar {
    float: right;
}

/* REQUIRED TEMPLATE */
.required-field-block {
    position: relative;
}

    .required-field-block .required-icon {
        display: inline-block;
        vertical-align: middle;
        margin: -0.25em 0.25em 0em;
        background-color: #F59C11;
        border-color: #F59C11;
        padding: 0.5em 0.8em;
        color: rgba(0, 0, 0, 0.65);
        text-transform: uppercase;
        font-weight: normal;
        border-radius: 0.325em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background 0.1s linear;
        -moz-transition: background 0.1s linear;
        transition: background 0.1s linear;
        font-size: 75%;
    }

    .required-field-block .required-icon {
        background-color: transparent;
        position: absolute;
        top: 0em;
        right: 0em;
        z-index: 10;
        margin: 0em;
        width: 20px;
        height: 20px;
        padding: 0em;
        text-align: center;
        -webkit-transition: color 0.2s ease;
        -moz-transition: color 0.2s ease;
        transition: color 0.2s ease;
    }

        .required-field-block .required-icon:after {
            position: absolute;
            content: "";
            right: 1px;
            top: 1px;
            z-index: -1;
            width: 0em;
            height: 0em;
            border-top: 0em solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 0em solid transparent;
            border-right-color: inherit;
            -webkit-transition: border-color 0.2s ease;
            -moz-transition: border-color 0.2s ease;
            transition: border-color 0.2s ease;
        }

        .required-field-block .required-icon .text {
            color: #B80000;
            font-size: 26px;
            margin: -3px 0 0 12px;
        }

.required-field-block-date {
    height: 38px !important;
}
.required-field-block-date .text {
    margin-right: 27px !important;
}

.required-field-block-date .required-icon:after {
    margin-right: 27px !important;
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

/*.required-field-block-combobox {
    height: 38px !important;
}*/

.form-control {
    /*font-weight: bold;*/
    color: black !important;
}

.form-control-textelabel {
    height: 50px !important;
}

.k-textbox {
    font-weight: bold;
    color: black !important;
    width: 100%;
    height: 38px;
}

.k-combobox {
    font-weight: bold;
    color: black !important;
    width: 100%;
}
.k-combobox .k-dropdown-wrap {
    height: 38px;
}
.k-combobox .k-dropdown-wrap .k-input {
    height: calc(2.25rem + 2px);
    padding: .5rem .75rem;
}
.k-numerictextbox {
    font-weight: bold;
    color: black !important;
    height: 38px;
    width: 100%;
}
.k-timepicker {
    font-weight: bold;
    color: black !important;
    height: 38px;
    width: 100%;
}
.k-numeric-wrap.k-state-default .k-input {
    height: 38px;
}
.k-switch {
    font-weight: bold;
}
/*.k-picker-wrap.k-state-default .k-input {
    height: 36px;
}

span.k-numerictextbox {
    border: none;
}*/
.k-multiselect-wrap {
    min-height: 36px;
}
.k-multiselect .k-button {
    height: 32px;
}
.k-datepicker {
    font-weight: bold;
    color: black !important;
    width: 100%;
    height: 38px;
}
.k-dateinput .k-dateinput-wrap .k-input, .k-dateinput .k-picker-wrap .k-input, .k-datepicker .k-dateinput-wrap .k-input, .k-datepicker .k-picker-wrap .k-input, .k-datetimepicker .k-dateinput-wrap .k-input, .k-datetimepicker .k-picker-wrap .k-input, .k-timepicker .k-dateinput-wrap .k-input, .k-timepicker .k-picker-wrap .k-input {
    height: calc(2.25rem + 2px);
    padding: .5rem .75rem;
}

/* Overriding styles */
::-webkit-input-placeholder {
    font-size: 13px !important;
    font-weight: normal;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 13px !important;
    font-weight: normal;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 13px !important;
    font-weight: normal;
}
/* WINDOWS */
.twoColsWindow {
    width: 1000px;
}

.fourColsWindow {
    width: 1300px;
}

.NotVisible {
    display: none;
}
/* Per righe in tabella*/
.rowText08 {
    font-size: 8px;
}

.rowText09 {
    font-size: 9px;
}

.rowText10 {
    font-size: 10px;
}

.rowText12 {
    font-size: 12px;
}

.rowText14 {
    font-size: 14px;
}


/*.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group > input,
    .form-label-group > label {
        padding: var(--input-padding-y) var(--input-padding-x);
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; 
        line-height: 1.5;
        color: #495057;
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
        padding-bottom: calc(var(--input-padding-y) / 3);
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: calc(var(--input-padding-y) / 3);
            padding-bottom: calc(var(--input-padding-y) / 3);
            font-size: 12px;
            color: #777;
        }

:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}

.input-group > .form-label-group:not(:last-child) > .form-control-textelabel {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-label-group:not(:first-child) > .form-control-textelabel {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .form-label-group {
    margin-bottom: 0;
    width: 1%;
    display: flex;
    flex: 1 1 auto;
}*/

.text-gray-100 {
    color: #f8f9fc !important;
}

.text-gray-200 {
    color: #eaecf4 !important;
}

.text-gray-300 {
    color: #dddfeb !important;
}

.text-gray-400 {
    color: #d1d3e2 !important;
}

.text-gray-500 {
    color: #b7b9cc !important;
}

.text-gray-600 {
    color: #858796 !important;
}

.text-gray-700 {
    color: #6e707e !important;
}

.text-gray-800 {
    color: #5a5c69 !important;
}

.text-gray-900 {
    color: #3a3b45 !important;
}