﻿.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    vertical-align: middle;
}

.btn-circle-header {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 20px;
}
    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }

#wrapper {
    padding: 45px 15px;
}

.navbar-expand-lg .navbar-nav.side-nav {
    flex-direction: column;
}

.card {
    margin-bottom: 15px;
    border-radius: 0;
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
}

.header-top {
    box-shadow: 0 3px 5px rgba(0,0,0,.1)
}

.leftmenutrigger, .navbar-nav li a .shortmenu {
    display: none
}

.card-title {
    font-size: 28px
}

@media(min-width:992px) {
    #wrapper {
        padding: 55px 15px 15px 75px;
    }

    .navbar-nav.side-nav:hover {
        left: 0;
    }

    .side-nav li a {
        padding: 20px
    }

    .navbar-nav li a .shortmenu {
        float: right;
        display: block;
        opacity: 1
    }

    .navbar-nav.side-nav:hover li a .shortmenu {
        opacity: 0
    }

    .navbar-nav.side-nav {
        /*background: #585f66;
        box-shadow: 2px 1px 2px rgba(0,0,0,.1);*/
        position: fixed;
        top: 45px;
        flex-direction: column !important;
        left: -140px;
        width: 200px;
        overflow-y: auto;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px
    }
}

.animate {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.navbar-icon {
    font-size: 25px;
    float: left;
    margin: 0 10px 0 5px;
    /* color: rgb(103, 103, 103);*/
}

    .navbar-icon:not(.disabled):hover,
    .navbar-icon:not(.disabled):focus {
        color: #111111;
    }

.side-nav li {
    border-bottom: 0px solid #50575d;
}

.hidden {
    display: none;
    visibility: hidden;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    /* height: 60px;
            line-height: 60px; Vertically center the text there */
    /*background-color: #f5f5f5;*/
}


.load-spinner .modal-dialog {
    /*display: table;*/
    /*position: relative;*/
    /*margin: 0 auto;*/
    top: calc(50% - 24px);
}

    .load-spinner .modal-dialog .modal-content {
        background-color: transparent;
        border: none;
    }

.top-buffer {
    margin-top: 5px;
}

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: transparent;
    border-radius: 3px 0 0 3px;
}

.btn-label-main {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: transparent;
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
    margin: 2px;
}

.btn-menu
{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}



/**/



.navbar {
    background-color: #4c94dc;
    box-shadow: none;
}

    .navbar .navbar-brand {
        color: #ffffff;
    }

        .navbar .navbar-brand:hover,
        .navbar .navbar-brand:focus {
            color: #111111;
        }

    .navbar .navbar-text {
        color: #ffffff;
    }

        .navbar .navbar-text a {
            color: #ffffff;
        }

            .navbar .navbar-text a:hover,
            .navbar .navbar-text a:focus {
                color: #111111;
            }

    .navbar .navbar-nav .nav-link {
        color: #FFFFFF;
       
    }

        .navbar .navbar-nav .nav-link:not(.disabled):hover,
        .navbar .navbar-nav .nav-link:not(.disabled):focus {
            color: #FFFFFF;
        }
.nav-side {
    background-color: #4c94dc;
    box-shadow: none;
}

/*.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)");
}*/

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
   /* border-color: rgb(67, 67, 67);*/
} 

/*.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}*/

.btn-no-outline:focus {
    outline: none;
    box-shadow: none;
}

.form-check-input {
    clear: left;
}

.form-switch.form-switch-sm {
    margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

    .form-switch.form-switch-sm .form-check-input {
        height: 1rem;
        width: calc(1rem + 0.75rem);
        border-radius: 2rem;
    }

.form-switch.form-switch-md {
    margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

    .form-switch.form-switch-md .form-check-input {
        height: 1.5rem;
        width: calc(2rem + 0.75rem);
        border-radius: 3rem;
    }

.form-switch.form-switch-lg {
    margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
        height: 2rem;
        width: calc(3rem + 0.75rem);
        border-radius: 4rem;
    }

.form-switch.form-switch-xl {
    margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}

    .form-switch.form-switch-xl .form-check-input {
        height: 2.5rem;
        width: calc(4rem + 0.75rem);
        border-radius: 5rem;
    }

#btn-back-to-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
     
}

.white-hover-parent:hover  .white-hover-child {
    color:white;
}

.blue-hover-parent:hover .blue-hover-child {
    color: #4c94dc;
}

.table-img-button {
    /* height: 100px !important;*/
    max-height: 100px;
    min-height: 75px;
    min-width: 75px;
}

.dropdown-menu { /* gestione bordo select */
    border: 1px solid #b1b1b3 !important;
}

.bootstrap-select .dropdown-menu.inner { /* gestione bordo select */
    border: none !important;
}

col-sidebar {
    width: 5px !important; padding:0px !important;
}

.blue {
    color: #4c94dc !important;
}

.gray {
    color: #5c6f82 !important;
}

.form-control-xxl {
    height: calc(1.6em + 1rem);
    padding: .5rem 1rem;
    font-size: 3.7rem !important;
    line-height: 4 !important;
    border-radius: 8px;
    min-width: 10ch;
}

.col-center {
    margin: 0 auto;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    color: #5c6f82;
    padding-right: 32px;
    padding-left: 12px;
    min-width: 86px !important;
    width: 100%;
}

.checkbox-readonly {
/*    border-color: #4c94dc;
    background-color: #4c94dc;*/
    color: #4c94dc;
}

.cursor-normal {
cursor: auto !important;
}

.shownitems .dropup {
    margin-left: 0px !important;
    padding-left: 16px;
    padding-right: 16px;
}

.shownitems .dropdown .btn-light {
    border: none !important;
    background-color: transparent !important;
}

.shownitems .dropdown div.dropdown-menu.show {
    margin-left: -20px !important;
}

.highlight {
    
    font-weight: bold;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: white;
    background-color: #bfc2c9 !important;
    border-color: #5c6f82;
}

svg.disabled {
    background-color: rgba(0,0,0,.1) !important;
}