

@import url(http://seguimy.tunefreebie.com/autoricompositori/css/fontawesome.css);
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700");


:root{
    --lgblue:#B4DEF520;
    --white:#fff;
    --black:#000;
    --azur:#3EC6F4;
    --darkblu:#262262;
    --darkazur:#0e76bc;
    --red:#ed1c24;
    --green:#8dc63f;
    --greenup:#009344;
    --lgrey:#ccc;
    --lcgrey:#f4f4f4;
    --orange:#FBAF3F;
    --orangedark:#e88a00;
    --blu:#065285;
    --blulight:#00a3d7;
    --blumiddle:#0e76bc;
}



body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--lgblue);
}

/* Basic */

input, select, textarea {
    outline: none;
}

a:hover {
    color: #FC3;
    text-decoration: none;
}



p {
    font-size: 14px;
    line-height: 25px;
    color: #7a7a7a;
    letter-spacing: 0.2px;
}

h4 {
    font-size: 19px;
    font-weight: 700;
    color: #31323a;
    letter-spacing: 0.25px;
}

img {
    width: 100%;
    overflow: hidden;
}

.primary-button a,
button {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    display: inline-block;
    padding: 8px 20px;
    color: #535ba0;
    border: 2px solid #535ba0;
    transition: all 0.5s;
}

button:focus {
    border: 0px solid;
    outline: 0px;
}

.primary-button a:hover,
button:hover {
    color: var(--white);
    background-color: rgba(83,91,160,1);
}

.log_button{
    cursor:pointer;
}

section#search {
    border-bottom: none;
    padding-bottom: 0px;
}

section {
    padding-bottom: 0px;
    background-color:var(--white);
    border-radius: 20px 20px 0px 0px;
}

section.content_box {
    height:auto;
}


.title_page {
    background-color: var(--azur);
    border-radius: 20px;
    width: fit-content;
    height: 100px;
    position: relative;
    z-index: -1;
    margin-bottom: -55px;
    padding: 10px 20px;
    display:inline-block;
}

.title_page h1 {
    font-size: 20px;
    color: var(--white);
    font-weight: 700;
}

.subtitle_page h2{
    font-size: 20px;
    color: var(--azur);
    font-weight: 700;
}

/* Wrapper 

#wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    min-height: 100vh;
}*/

#wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}


/* Main */

#main {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
    background-color: var(--lgblue);
}

#main > .inner {
    padding: 50px 50px 0px 200px;
}

.container-fluid {
    padding: 20px 30px;
}

/* Banner */
.main-banner .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.main-banner .banner-content {
    background-image: url(../images/main-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.main-banner .banner-content .banner-caption {
    max-width: 450px;
    background-color: rgba(250,250,250,0.95);
    margin: 50px;
    padding: 50px;
}

.main-banner .banner-content .banner-caption h4 {
    font-size: 38px;
    font-weight: 700;
    color: #31323a;
    letter-spacing: 0.25px;
    margin: 0px;
}

.main-banner .banner-content .banner-caption em {
    font-style: normal;
    color: #535ba0;
}

.main-banner .banner-content .banner-caption span {
    font-size: 15px;
    color: #aaaaaa;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-banner .banner-content .banner-caption p {
    margin-bottom: 30px;
}


.active  {
    color: var(--azur)!important;
    border-bottom:3px solid var(--azur)!important;
}
/* Tables */

.fluidbox{
    display:flex;
    flex-direction:row;
    justify-content: space-around;
}
.fluidcol{
    display:flex;
    flex-direction: column;
}

.fluidtab{
    display:block;
    flex-direction: column;
    margin-left: 50px;
    width: 80%;
}

section.tables {
    margin-top: 80px;
    border-top: 3px solid #eee!important;
    padding-top: 100px;
}

section.tables .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.default-table {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    background-color: #f7f7f7;
    padding: 50px;
}

.alternate-table {
    margin-top: 50px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    background-color: #f7f7f7;
    padding: 50px;
}

.alternate-table table td {
    border-right: 2px solid #f7f7f7;
}

.alternate-table table td:last-child {
    border-right: none;
}

.row.input_row.autocomplete tr {
    background-color: var(--lcgrey);
    border-bottom: 1px solid var(--lgrey);
}
.row.input_row.autocomplete tr:hover {
    background-color: #ccc!important;
    cursor:pointer;
}
.col-md-1.input_box.md_mobile.drm::before {
    content: "%";
    position: absolute;
    top: 40px;
    right: 0px;
}
.col-md-1.input_box {
    padding-left: 8px;
    padding-right: 0px;
    border-right: 4px solid var(--lgblue);
}
.row.input_row.autocomplete tr td {
    text-align: left;
}

table.tdcontent {
    display: none;
}
table {
    width: 100%;
}

table tbody tr {
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid var(--white);
}

.autocomplete table td {
    font-family:'Arial Regular', sans-serif;
    font-size: 16px;
}

table td {
    padding: 10px 5px;
    max-width: 100px;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 11px;
    color: var(--black);
    font-weight:500;
    vertical-align: top;
    text-align:left;
    font-family:'Arial Regular', sans-serif;
}


td.reduce {
    /*width: 70px;*/
    font-size:11px;
}

table th {
    padding: 15px 5px;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    vertical-align: top;
    font-weight: 800;
    font-family: 'Arial Narrow', sans-serif;
    text-transform: uppercase;
}

@media screen and (max-width: 980px) {

    table th {
        font-size: 13px;
    }

}

table.alt {
    border-collapse: separate;
}

table.alt tbody tr td {
    border: solid 1px;
    border-left-width: 0;
    border-top-width: 0;
}

table.alt tbody tr td:first-child {
    border-left-width: 1px;
}

table.alt tbody tr:first-child td {
    border-top-width: 1px;
}

table.alt thead {
    border-bottom: 0;
}

table.alt tfoot {
    border-top: 0;
}

table tbody tr {
    background-color: transparent;
}

table tbody  {
    background-color: var(--lgblue);
}
/*   table tbody tr:nth-child(2n + 1) {
       background-color: var(--white);
   }*/

table th {
    color: var(--black);
}

ul.table-pagination {
    padding: 0;
    margin-top: 30px;
    list-style: none;
    text-align: center;
}

ul.table-pagination li {
    display: inline-block;
}

ul.table-pagination li:first-child {
    float: left;
}

ul.table-pagination li:last-child {
    float: right;
}

ul.table-pagination li a {
    display: inline-block;
    height: 40px;
    background-color: #e7e7e7;
    text-align: center;
    line-height: 40px;
    padding: 0px 15px;
    min-width: 40px;
    color: #4a4a4a;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.5s;
}

ul.table-pagination li a:hover,
ul.table-pagination li.active a {
    background-color: #535ba0;
    color: var(--white);
}

.table_container{
    padding:20px 0px 0px 0px;
}


/* Sidebar */

#sidebar {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    -webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    -ms-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    background-color: var(--white);
    background-image: url(sfondo.svg);
    background-position: bottom;
    background-size: contain;
    background-repeat:no-repeat;
    position: fixed;
    width: 185px;
    border-radius: 0px 20px 20px 0px;
    height: 100vh;
    left:0;
}

#sidebar > .inner {
    position: relative;
    width: 185px;
    padding: 0px 10px;
}



.topbar .toggle {
    text-decoration: none;
    -moz-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    transition: left 0.5s ease;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: 0;
    display: block;
    color: var(--white);
    height: 100px;
    left: 185px;
    line-height: 100px;
    outline: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-indent: 100px;
    top: 0;
    width: 100px;
    z-index: 10000;
}


.topbar .toggle:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.topbar .toggle:before {
    content: '☰';
    font-size: 2rem;
    height: inherit;
    left: 0;
    line-height: inherit;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: inherit;
}

#sidebar.inactive {
    margin-left: -420px;
}

@media screen and (min-width: 1280px) {
    .topbar .toggle {
        display:none;
    }
}


@media screen and (max-width: 1680px) {
    #sidebar {
        width: 185px;
    }
    #sidebar > .inner {
        padding: 0px 10px;
        width: 185px;
    }
    .topbar .toggle {
        height: 50px;
        left: 185px;
        line-height: 65px;
    }
    .topbar .toggle:before {
        font-size: 24px;
    }
    #sidebar.inactive {
        margin-left: -185px;
    }
    #sidebar > .inner > #search  {
        width: 185px;
        margin-left: -30px;
    }
    #menu {
        margin-top: 30px;
    }
    .featured-posts {
        margin-left: -30px!important;
        margin-right: -30px!important;
        padding: 30px!important;
    }
}

@media screen and (max-width: 1280px) {
    #sidebar {
        box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        z-index: 10000;
    }
    #sidebar.inactive {
        box-shadow: none;
    }
    #sidebar > .inner {
        -webkit-overflow-scrolling: touch;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        top: 0;
    }
    #sidebar > .inner:after {
        content: '';
        display: block;
        height: 4em;
        width: 100%;
    }
    .topbar .toggle {
        width: 6em;
    }
    .topbar .toggle:before {
        font-size: 1.5rem;
        color: var(--white);
        background-color: transparent;
    }
    body.is-preload #sidebar {
        display: none;
    }

}

@media screen and (max-width: 845px) {
    #header .logo a {
        margin-right: 30px!important;
    }
    #main > .inner {
        padding: 5px;
        overflow-y: hidden;
    }
    #header {
        margin: -15px!important;
    }
    section.main-banner {
        margin-top: 30px;
    }
    .page-heading h1 {
        margin-top: 80px;
    }
    .topbar .toggle {
        text-indent: 8.25em;
        width: 7.25em;
    }
    .topbar .toggle:before {
        color: var(--white);
        margin-left: -0.0855em;
        margin-top: -0.25em;
        font-size: 20px;
        z-index: 1;
    }
    .topbar .toggle:before {
        background-color: transparent;
    }
    .topbar .toggle:after {
        background: transparent;
        border-radius: 5px;
        content: '';
        height: 60px;
        left: 15px;
        position: absolute;
        top: 15px;
        width: 80px;
    }
    .left-image .right-content {
        margin-top: 40px;
        margin-left: 0px;
    }
    .right-image .left-content {
        margin-bottom: 40px;
        margin-right: 0px;
    }
    .main-banner {
        text-align: center;
    }
    .main-banner .banner-content .banner-caption {
        padding: 30px;
    }
    .contact-form button {
        margin-bottom: 30px;
    }
}


/* Menu */

nav#menu.top_nav {
    border: 1px solid var(--lgrey);
    padding: 10px;
    display: block;
    position: absolute;
    left: 10px;
    top: 25px;
    z-index: 9999999;
    background-color: var(--white);
    width: 180px;
    box-shadow: 2px 2px 5px 2px #00000010;
    position:fixed!important;
}

#topnav{
    display:none;
}

nav#menu button.button_neutro {
    font-size: 11px;
    color: var(--black);
    text-transform:initial;
    width: 100%;
    text-align: left;
    cursor:pointer;
}

.user_login button.button_neutro{
    width:fit-content!important;
}
nav#menu.top_nav li.btn_net
{
    padding: 8px 0px 10px 0px;
    border-bottom: 3px solid transparent;
    cursor:pointer;
}

nav#menu.top_nav li.btn_net:hover {
    color: var(--azur);
    border-bottom: 3px solid var(--azur);
}

.btn_logout{
    border-top:1px solid var(--lgrey);
    padding-top: 12px!important;
}

#menu {
    margin-top: 20px;
}

#menu ul {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--black);
    font-family: "Poppins", serif;
    font-family: 600;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

#menu ul a, #menu ul span {
    color: var(--black);
    border-bottom: 0;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-weight: 600;
    padding: 8px 0px 10px 0px;
    border-bottom:3px solid transparent;
}
#menu ul li ul a,
#menu ul li ul span {
    padding: 10px 0px;
}

#menu ul a:hover,
#menu ul span:hover {
    color: var(--azur);
    border-bottom:3px solid var(--azur);
}

#menu ul a.opener,
#menu ul span.opener {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    position: relative;
}

#menu ul a.opener:before,
#menu ul span.opener:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

#menu ul a.opener:before,
#menu ul span.opener:before {
    -moz-transition: color 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
    color: var(--white);
    content: '\f078';
    position: absolute;
    right: 0;
}

#menu ul a.opener:hover:before,
#menu ul span.opener:hover:before {
    color: #535ba0;
}

#menu ul a.opener.active + ul,
#menu ul span.opener.active + ul {
    display: block;
}

#menu ul a.opener.active:before,
#menu ul span.opener.active:before {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#menu > ul > li {
    margin: 0.1em 0 0 0;
    padding: 0.1em 0 0 0;
}

#menu > ul > li > ul {
    color: var(--black);
    display: none;
    margin: 0.5em 0 1.5em 0;
    padding-left: 1em;
}

#menu > ul > li > ul a,
#menu > ul > li > ul span {
    font-size: 13px;
}

#menu > ul > li > ul > li {
    margin: 0.125em 0 0 0;
    padding: 0.125em 0 0 0;
}

#menu > ul > li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}


img.img_nav {
    width: 15px;
    margin-right:5px;
}

img.img_logo {
    width: 60px;
    margin: 20px auto 30px;
    position: relative;
}

.logo_box{
    text-align:center;
}

.user_login p {
    color: var(--black);
    line-height: 11px;
    font-size: 9px;
}

.user_login p b{
    font-size: 11px;
}

img.img_log {
    width: 20px;
    margin-right:5px;
}

.user_login {
    display: flex;
    align-items: self-start;
}

#sidebar a.logout_mob {
    color: var(--black);
    font-size: 10px;
    display: flex;
    padding: 0px 10px;
    font-weight:500;
}

a.logout_mob {
    color: var(--white);
    font-size: 10px;
    display: block;
    padding: 0px 10px;
}
a.logout_mob img.icon_tab{
    width: 10px;
}

/*single pages*/

/*button*/

.button_row{
    margin-bottom:50px;
}


a.button_a{
    height: 80px;
}

.col-md-12.button_col {
    display: flex;
}

.button_box {
    background-image: url(button.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 180px;
    height: 80px;
    border-radius: 20px;
    padding: 10px;
    margin: auto 10px auto auto;
    display: inline-flex;
    align-items: center;
}

.button_box:hover {
    opacity:0.8;
}

.button_box p {
    margin: auto;
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.box_numb p {
    font-size: 12px!important;
    line-height: 15px!important;
    color:var(--azur);
    font-weight:600;
}

.box_numb {
    border-radius: 50px;
    background-color: var(--white);
    display: flex;
    padding: 5px;
    height: 30px;
    width: 30px;
}

.button_box_upload {
    background-image: url(button_top.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 130px;
    height: 180px;
    border-radius: 20px;
    padding: 10px;
    margin: 100px auto;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background-position: bottom;
}

img.img_button_upload {
    width: 80px;
    background-color: var(--white);
    border-radius: 10px;
    padding: 5px;
    height: 85px;
    margin: auto;
}

.button_box_upload:hover {
    opacity:0.8;
}

.button_box_upload p {
    margin: auto;
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

img.img_button {
    width: 60px;
    background-color: var(--white);
    border-radius: 5px;
    padding: 5px;
    height: 45px;
    margin:auto 5px auto auto;
}

img.img_dwn{
    width: 35px;
    display: block;
    margin: auto;
}

/*progress bar*/
.progress-bar-label {
    font-size: 10px;
    font-family: "Poppins";
    color: var(--black);
    font-weight: 600;
    margin-bottom: 5px;
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .2rem;
    background-color: var(--lgrey);
    border-radius: 50px;
    max-width: 400px;
    margin: auto;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-image: linear-gradient(to right, #2e3d99 , #3bc7f4);
    transition: width .6s ease;
    border-radius: 50px;
}
.progress-bar-wrapper {
    text-align: center;
    margin-bottom:100px;
}
/*title*/

.subtitle_col h3{
    color:var(--black);
    font-size:14px;
    font-weight:600;
}

.subtitle_col {
    border-bottom:3px solid var(--azur);
    padding:0px;
}



.row.row_title {
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
}

.row.row_subtitle {
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
}

/*table*/

td.icon{
    padding:10px 5px;
}

td.icon_td {
    width: 20px;
}

.icon_tab{
    width:20px;
    margin:auto;
    cursor:pointer;
}

.icon_sound {
    width: 30px;
    margin: auto;
    cursor: pointer;
    position: relative;
    vertical-align: -webkit-baseline-middle;
}

.icon_plus {
    width: 20px;
    margin: 5px 0px;
    cursor: pointer;
    position: relative;
}

.icon_dash{
    width: 20px;
    margin: 5px 0px;
    cursor: pointer;
    position: relative;
    float:right;
}

.details_row{
    background-color:var(--lgblue);
    border-radius:10px;
}

.table_col{
    padding:0px;
}



/*search*/
.search_box {
    border-radius: 50px;
    border: 0px;
    padding: 10px 15px;
    font-size: 12px;
    width: 300px;
}

.search_form {
    display: block;
    position: relative;
}


button[type="submit"].search_button {
    text-indent: -999px;
    overflow: hidden;
    width: 20px;
    height: 30px;
    padding: 18px 0px;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: transparent url(../images/i_search.svg) no-repeat center;
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    right: 30px;
}

button[type="submit"].clear_button {
    text-indent: -999px;
    overflow: hidden;
    width: 20px;
    height: 30px;
    padding: 18px 0px;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: transparent url(../images/i_x.svg) no-repeat center;
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    right: 10px;
}

button[type="submit"].search_button:hover,button[type="submit"].clear_button:hover  {
    opacity: 1;
}

.button_main {
    border-end-end-radius: 0px;
    width: fit-content;
    height: 45px;
    position: relative;
    z-index: 9;
    margin-bottom: 0px;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    border: 0px;
    vertical-align: top;
    border-end-start-radius: 0px;
    border-start-end-radius: 10px;
    border-start-start-radius: 10px;
}

.button_main_box {
    position: relative;
    display: block;
    padding-right: 30px;
}

.button_main:hover{
    opacity:0.8;
    cursor:pointer;
}

.button_main_box:hover {
    cursor: pointer;
}

.button_main.button_pdf{
    background-color:var(--darkblu);
}

.button_main.button_edit{
    background-color:var(--orange);
}

.button_main.button_edit_pass{
    background-color:var(--orangedark);
}

.button_main.button_xls{
    background-color:var(--darkazur);
}

.button_main.button_approve{
    background-color:var(--green);
}

.button_main.button_boz{
    background-color:var(--orange);
}

.button_main.button_blu{
    background-color:var(--blu);
}

.button_main.button_blumiddle{
    background-color:var(--blumiddle);
}

.button_main.button_blulight{
    background-color:var(--blulight);
}

.button_main.button_remove{
    background-color:var(--red);
}

.button_main.button_blue{
    background-color:var(--darkazur);
}

.button_txt{
    color:var(--white);
    text-transform:capitalize;
    padding-right:5px;
    padding-left:5px;
}

.icon_button_main{
    width:30px;
}

.button_secondary{
    border: 0px solid;
    border-radius:10px;
    color:var(--white);
    padding: 5px 10px;
    max-height: 38px;
}

.button_gliph{
    border: 0px solid;
    border-radius:50px;
    color:var(--white);
    padding: 5px 20px;
    max-height: 30px;
    width:320px;
}


.button_download{
    border: 0px solid;
    border-radius:20px;
    color:var(--white);
    padding: 10px;
    max-height: fit-content;
}

.back_button{
    margin: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform:uppercase;
    display: inline-block;
    cursor:pointer;
}

.button_neutro{
    padding:0px;
    border:0px;
    background-color:transparent;
}

.back_button a{
    color: var(--black);
}

.back_button a:hover{
    color: var(--black);
    opacity:0.8;
}

.button_secondary:hover, .button_download:hover{
    opacity:0.8;
    cursor:pointer;
}
.shadow_button{
    background-image:linear-gradient(to right, #2e3d99 , #3bc7f4);
}

.green_button{
    background-color: var(--green);
}

.green_up_button{
    background-color: var(--greenup);
}

.orange_button{
    background-color:var(--orange);
}

.red_button{
    background-color:var(--red);
}

.green_button:hover{
    background-color: var(--green);
}

.orange_button:hover{
    background-color:var(--orange);
}

.red_button:hover{
    background-color:var(--red);
    opacity:0.8;
    cursor:pointer;
}

.green_up_button:hover{
    background-color: var(--greenup);
}

.edit_active{
    border:3px solid var(--orange);
}

.edit_active_blu{
    border:3px solid var(--blu);
}

.edit_active_blumiddle{
    border:3px solid var(--blumiddle);
}


.edit_active_blulight{
    border:3px solid var(--blulight);
}
.null, .null:hover {
    background-color: var(--red);
}

.save, .save:hover {
    background-color: var(--green);
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid var(--white);
    margin: 8px;
    float: right;
}

/*input box*/
.fixvalue {
    color: var(--black);
    font-size: 16px;
    position: absolute;
    bottom: 13%;
    right:20px;
    font-family:'Arial Regular',sans-serif;
}
.input_box span.fixvalue select {
    font-size: 16px;
    color: #000;
    border-bottom: 0px;
    padding: 12px 5px;
    width:70px;
}
.seloption span.fixvalue::before {
    content: "/";
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 115%;
    font-size: 30px;
}
.input_box.seloption input {
    width:100%!important;
}

.input_box.seloption span.fixvalue {
    margin: 0px;
    bottom: 0px!important;
}

@media screen and (min-width:995) and (max-width:1650){
    .input_box span.fixvalue select {
        width: 100%;}

    .fixvalue {
        right:0px;
    }
}

.fixvalue-1 {
    color: var(--black);
    font-size: 12px;
    position: absolute;
    bottom: 20%;
    right: 30px;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 0px!important;
}

.edit_active input, .edit_active select, .edit_active textarea{
    background-color:var(--lcgrey)!important;
}

.edit_active_blu input, .edit_active_blu select, .edit_active_blu textarea{
    background-color:var(--lcgrey)!important;
}

#upload{
    display:none;
}

.input_box input {
    border: 0px;
    border-bottom: 0px solid var(--lgrey);
    display: block;
    width: 100%;
    padding: 10px 5px;
    color:var(--black);
    font-size:16px;
    font-weight:500;
    font-family:'Arial Regular', sans-serif;
    background-color: var(--lgblue);
}

.input_box input::placeholder {
    color:var(--black);
}

.asc:after {
    content: "▴";
    padding-left: 10px;
}
.dsc:after {
    content: "▾";
    padding-left: 10px;
}
.neutro:after {
    content: "▴▾";
    padding-left: 10px;
}

.input_box.file input {
    border: 0px;
    border: 1px solid var(--lgrey);
    display: block;
    width: 100%;
    padding: 10px 5px;
    color:var(--black);
    font-size:12px;
}


.input_box select {
    border: 0px;
    border-bottom: 2px solid var(--lgrey);
    display: block;
    width: 100%;
    padding: 10px 5px;
    color:var(--black);
    font-size:12px;
    cursor:pointer;
}

.input_box textarea {
    border: 0px;
    border-bottom: 2px solid var(--lgrey);
    display: block;
    width: 100%;
    padding: 10px 5px;
    color:var(--black);
    font-size:16px;
    font-family:'Arial Regular', sans-serif;
    background-color: var(--lgblue);
}

.row.input_row{
    padding-top:15px;
    padding-bottom:15px;
}

label.big {
    color: var(--black);
    font-size: 14px;
    font-weight: 800;
    border-bottom: 2px solid var(--azur);
    padding-left: 0px;
    display: block;
    font-family: 'Arial Narrow', sans-serif;
    text-transform: uppercase;
}



label.small{
    color:#949292;
    font-size:15px;
    font-weight:600;
    padding-left:0px;
    display:block;
    font-family: 'Arial Narrow', sans-serif;;
}



/*modal*/
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-content {
    background-color: var(--white);
    margin: auto;
    padding: 20px;
    border: 0px solid #888;
    width: 100%;
    border-radius: 20px;
    z-index: 13;
}

.div_mod{
    text-align:center;
}

.modal-header {
    border-bottom: 0px solid #e9ecef;
    padding: 0px;
}

h3.modal_title{
    color: var(--black);
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-top:20px;
}

h2.modal_title{
    color: var(--black);
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-top:0px;
    margin-bottom:0px;
}


h4.modal_subtitle{
    color: var(--black);
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-top:5px;
}

.no_border{
    border-bottom:0px!important;
    font-weight: 600!important;
}

.remove_mot{
    background-color:var(--lcgrey);
    font-size:10px;
    padding:10px;
    text-align:left;
}

.mod_approve {
    border-radius: 20px;
    background-color: var(--green);
    width: fit-content;
    padding: 10px;
    margin: auto;
}

.mod_boz{
    border-radius: 20px;
    background-color: var(--orange);
    width: fit-content;
    padding: 10px;
    margin: auto;
}

.mod_shadow{
    border-radius: 20px;
    background-image:linear-gradient(to right, #2e3d99 , #3bc7f4);
    width: fit-content;
    padding: 10px;
    margin: auto;
}

.mod_remove {
    border-radius: 20px;
    background-color: var(--red);
    width: fit-content;
    padding: 10px;
    margin: auto;
}

.icon_button_mod {
    width: 50px;
}

.count {
    color: #609e0a!important;
}​


 .modal-content .primary-button a:hover, button:hover {
     color: var(--white);
     background-color: transparent;
 }

.modal_b_box{
    margin-top:20px;
}

.modal_note{
    border:3px solid var(--orange);
}

.modal_note .modal_subtitle{
    font-weight:600;
    text-align:left;
    border-bottom:2px solid var(--orange);
    margin-top:20px;
}

.table_modal table tbody tr {
    border-left: 0;
    border-right: 0;
    border-bottom: 0px solid var(--azur);
}

.table_modal .table_container {
    padding: 0px;
    overflow-y: scroll;
    max-height: 300px;
}

.table_modal table tbody {
    background-color: var(--lcgrey);
}

.modal-body {
    padding: 0rem 1rem 1rem 1rem;
}

.topbar{
    background-image:linear-gradient(to right, #2e3d99 , #3bc7f4);
    width:100%;
    padding: 0px 20px;
}



.topbar .logo_box img.img_logo {
    width: 30px;
    margin: 10px;
    position: relative;
}

.topbar .user_login p{
    margin:0px;
}
@media screen and (min-width:801px) and (max-width: 1360px) {
    .table_container{
        overflow: auto;
    }
    div#main {
        margin-top: 30px;
    }

}

@media screen and (min-width:801px) and (max-width: 1284px) {

    nav#menu.top_nav{
        right:0px!important;
        left: auto!important;
    }

}



@media screen and (max-width: 800px) {
    /*mobile tablet setting custom*/
    .col-md-1.input_box {
        padding-left: 15px;
        padding-right: 15px;
    }
    table td[data-label="titolo"]::before  {
        font-size:50px;
    }

    .fixvalue {
        bottom: 12px;
    }
    nav#menu.top_nav{
        right:0px;
        left: auto;
    }
    .row.input_row.category_mob {
        justify-content: right;
        flex-wrap: wrap-reverse;
    }
    .md_mobile{
        width:33%;
    }

    label.small {
        margin-top: 8px;
        margin-bottom: 0px;
    }

    .fluidbox {
        display: flex;
        flex-direction: column;

    }

    .fluidtab {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }


    .row.row_title {
        padding: 5px 0px!important;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        display: block!important;
        margin: 60px 0px 0px 0px;
        height: 60px;
    }

    .container-fluid {
        padding: 15px 10px!important;
    }

    .row.row_title div,.row.row_title button  {
        display: inline-block!important;
        margin-right: 5px;
    }

    .row.input_row {
        padding-top: 0px!important;
    }

    label.big{
        padding-top:10px!important;
    }

    .button_main_box {
        padding-right: 0px!important;
    }

    .table_info {
        margin-top: 10px;
    }

    .input_box textarea {
        height: 100px!important;
        margin-top:5px;
    }

    .button_main {
        border-end-end-radius: 10px!important;
        height: 40px!important;
        margin-bottom: 5px!important;
        border-end-start-radius: 10px!important;
        border-start-end-radius: 10px!important;
        border-start-start-radius: 10px!important;
        vertical-align: middle!important;
    }

    .title_page {
        background-color: var(--azur);
        border-radius: 20px;
        width: fit-content;
        height: auto;
    }
    .title_page h1 {
        font-size: 15px;
        margin-bottom: 0px;
    }

    td.reduce {
        width: 100%;
    }

    .col-md-12.button_col {
        display: flex!important;
        text-align: center;
        justify-content: center;
    }
    .col-md-12.button_col.mob_align {
        display: flex!important;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }

    .col-md-12.button_col div{
        margin:2px auto!important;
    }

    .subtitle_col {
        width: 100%;
        margin-left:0px!important;
    }

    .subtitle_col h3 {
        text-align: center;
    }

    .line_art .button_row{
        margin-bottom: 30px!important;
        margin-left:auto!important;
        margin-right:auto!important;
        padding: 5px 0px!important;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        display: block!important;
        height: 160px;
    }

    .line_art  .col-md-12.button_col {
        flex-direction: row;
        justify-content:flex-start;
    }

    .line_art .col-md-12.button_col div{
        margin:5px!important;
    }

    img.img_button {
        width: 30px!important;
        height: auto!important;
        margin: 5px!important;
    }

    .button_box p {
        font-size: 12px!important;
        line-height: 15px!important;
    }

    .button_box {
        width: 150px!important;
        height: 110px!important;
        display: block!important;
    }

    .button_box_upload p {
        font-size: 12px!important;
        line-height: 15px!important;
    }

    .button_box_upload {
        width: 100px!important;
        height: 110px!important;
        display: flex!important;
    }

    .modal-content .shadow-button{
        margin-bottom:10px;
    }

    /*table*/


    table {
        border-collapse: collapse!important;
        margin: 5px auto!important;
        padding: 5px!important;
        width: 90%!important;
        table-layout: fixed!important;
        border: 0;
    }

    table tbody {
        background-color: var(--lgblue)!important;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        display: table-row;
        top: 0;
        bottom: 0;
    }

    table td {
        display: block;
        text-align: right;
        padding: 5px 15px;
        max-width: 100%!important;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: 600;
        margin-right: 15px;
        font-weight: 800;
        font-family: 'Arial Narrow', sans-serif;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }

    td.icon_td {
        margin: auto;
        display: inline-block;
        padding: 10px;
        width: fit-content!important;
        border-bottom: 2px solid var(--azur);
        text-align: left;
        height: 50px;
    }
    td.title::before {
        font-size: 15px;
        text-transform: uppercase;
        font-family: Arial Narrow;
        color:#949292;
    }

    table td.title {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: column;
        text-align: left!important;
        font-size: 18px;
        letter-spacing: -0.5px;
    }
    td.auth::before {
        font-size: 15px;
        text-transform: uppercase;
        font-family: Arial Narrow;
        color:var(--black);
    }

    table td.auth {
        font-size: 15px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: column;
        text-align: left!important;
        border-top: 1px solid var(--azur);

    }
    td.reduce.stato {
        width: 90%;
        display:inline-block;
    }
    td.reduceicon {
        width: 10%;
        display:inline-block;
        padding-left: 0px;
    }
    table tbody tr {
        border-bottom: 10px solid var(--white);
    }

    td.content {
        padding: 5px 0px;
        display: inline-flex;
        flex-direction: row;
        justify-content: start;
        width: 90%;
        font-size: 14px;
    }
    table td.content::before {
        margin-right:0px!important;
    }
    table.tdcontent{
        width:100%!important;
    }
    table.tdcontent tbody tr {
        border-bottom: 0px solid var(--azur);
    }
    .nocontent{
        display:none;
    }
    table.tdcontent {
        display: table;
    }
    td.reduce {
        font-size:14px;
    }
}



@media screen and (min-width: 800px) and (max-width:1360px)
{
    table tbody tr {
        border-left: 0;
        border-right: 0;
        border: 5px solid var(--white);
        width: 100%!important;
    }
    .col-md-6.table_info {
        max-width: 100%!important;
        flex: 0 0 100%;
    }

    .row.row_title {
        margin-top: 50px;
    }

    .primary-button a, .button_secondary, button {
        font-size: 12px;
    }
}


@media screen and (min-width: 1281px){
    .topbar{
        display:none!important;
    }
    .topbar .logo_box, .topbar .user_login{
        display:none;

    }
}

@media screen and (max-width: 1280px){
    .topbar{
        display:flex;
        flex-direction: row-reverse;
        position:fixed;
        z-index: 999;
    }
    .topbar .logo_box, .topbar .user_login{
        display:flex;
        align-self: center;
    }
    .logo_box, .user_login{
        display:none;
    }

}

@media screen and (min-width: 890px) and (max-width: 1280px){
    #main > .inner {
        padding: 50px 100px 0px 100px;
    }
}