@font-face {
    font-family: 'Inconsolata';
    src: url(/flck/fonts/1.0/Inconsolata-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    src: url(/flck/fonts/1.0/Roboto-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url(/flck/fonts/1.0/RobotoCondensed-Regular.ttf);
    font-weight: 300;
}

/*
@font-face {
    font-family: 'Segoe UI';
    src: url(/flck/fonts/segoeui/segoeui.ttf);
}


@font-face {
    font-family: 'Segoe UI';
    src: url(/flck/fonts/segoeui/segoeuib.ttf);
    font-weight: bold;
}

@font-face {
    font-family: 'Segoe UI Light';
    src: url(/flck/fonts/segoeui/segoeuil.ttf);
    font-weight: lighter;
}

@font-face {
    font-family: 'Segoe Condensed';
    src: url(/flck/fonts/segoeui/segoeuic.ttf);
    font-weight: lighter;
}

@font-face {
    font-family: 'Inconsolata';
    src: url(/flck/fonts/inconsolata/Inconsolata-Regular.ttf);
}

@font-face {
    font-family: 'Inconsolata';
    src: url(/flck/fonts/inconsolata/Inconsolata-Bold.ttf);
    font-weight: bold;
}

*/


.btn-complete.active, .btn-complete.active:focus, .btn-complete:active, .btn-complete:active:focus, .btn-complete:active:hover, .open .dropdown-toggle.btn-complete {
    background-color: #48b0f7;
    border-color: #48b0f7;
    color: #fff;
}

.btn-complete.hover, .btn-complete:hover, .open .dropdown-toggle.btn-complete {
    background-color: #6dc0f9;
    border-color: #6dc0f9;
    color: #fff;
}


.panel-body.bg-info-light {
    background: rgb(146, 156, 165);
}

.modal.fade.fill-in .modal-dialog {
    display: block;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -30%) scale(.9);
    transform: translate(-50%, -30%) scale(.9);
}

.modal.fade.fill-in.in .modal-dialog {
    display: block;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%)  scale(1) ;
    transform: translate(-50%, -50%) scale(1) ;
}

.modal.fade.fill-in .modal-content {
    display: block;
}

body, html {
    height: auto;
}

body,
body.dashboard {
    background: #E7EEF1 url('/flck/media/wall-2.png');
    background-attachment: fixed;
    background-position: center center;
    background-size: 105px 105px;
    background-repeat: repeat;
}
    

/*

body.dashboard {
    background: #E7EEF1 url('/flck/media/wall-3.png');
    background-attachment: fixed;
    background-position: center center;
    background-size: 105px 105px;
    background-repeat: repeat;
}


html {
    background:#E7EEF1;
    background: #E7EEF1 url('/flck/media/lines.png') 200px 200px repeat fixed; 
}


body {
    background:#E7EEF1;
    background: radial-gradient(#fff 40%, rgba(255, 255, 255, 0.25)) fixed;

    background-size: 100% 100%;
    border-top: solid 0px #ddd;
    filter: blur(0), grayscale(0);
    transition: filter 2s;
    min-height: 100vh;
}

body.dashboard {
    background: radial-gradient( rgba(200,200,200,1), rgba(0,0,0,0.3));

}

body.mobile.dashboard {
    background:#aaaaaa;
}
*/


body::after {
    content: "Developed by New Software";
    text-align: center;
    font-size: 11px;
    color: #13161b;
    opacity: .5;
    display: block;
    position: fixed;
    bottom: 30px;
    left: 60px;
    right: 0;
    z-index: -1;
}

body.mobile::after {
    content: "Developed by New Software";
    text-align: center;
    font-size: 11px;
    color: #13161b;
    opacity: .3;
    display: block;
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: -1;
}


body > .flck-canvas{
    opacity: 1;
    transition: opacity .5s;
}

body.building .flck-canvas{
    opacity: 0 !important;
}

.dashboard .panel-body svg {
    margin: 0 auto;
    height: 21vh;
}

.dashboard .panel-body .chart-h2 svg {
    margin: 0 auto;
    height: 42vh;
}

.w80 {
    width: 80%;
}

.w20 {
    width: 20%;
}

.p120 {
    width: 140px !important;
}

.page-sidebar .sidebar-header {
    padding-left: 20px;
    background: 0;
    border-bottom: solid 1px transparent;
}

.page-sidebar a, .page-sidebar button {
    color: #ccc;
}

.page-sidebar .sidebar-menu .menu-items > li > a {
    padding-left: 24px;
}

.page-sidebar .sidebar-menu .menu-items li > a {
    width: 75%;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu {
    margin: 0;
}

.page-sidebar .sidebar-menu .menu-items > li > a {
    font-family: "Roboto", sans-serif;
}

body.menu-pin .page-sidebar .menu-items .icon-thumbnail {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
}

.icon-thumbnail {
    margin-right: 15px;
}

.logo-fullcheck {
    color: #555;
}

.badge-fullcheck{
        box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.3);    
}

.app-wall,
.login-wall {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #77828D url(/flck/media/wall-7.png);
}

.app-wall div,
.login-wall div {
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);   
    opacity: .7;
}

.app-wall {
    opacity: .2;    
}


body.bg-login::after {
    left: 0px;
    color: #fff;
    opacity: .5;
}

.bg-login .form-group-default {
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: solid 1px rgba(0,0,0, .05);
}

.bg-login .form-group-attached > div:not(:last-child) .form-group-default, .form-group-attached > div:not(:last-child).form-group-default {
    border-bottom: 0;
}

.bg-login .form-group-default .form-control {
    margin: 0;
}

.bg-login .form-group-default input{
    background: rgba(255,255,255,.5);
    padding: 10px;
    line-height: 30px;
    height: auto;
    font-size: 16px;
    text-align: center;
    border-radius: 0;
}

.bg-login .form-group-default input:focus{
    background: rgba(255,255,255,1);
}

.bg-login .form-group-default input.error{
    margin: 0;
    font-size: 16px;
}

.bg-login .form-group-default label.error{
    background: #f55753;
    color: #fff;
    padding: 2px 10px;
    text-align: center;
}

.bg-login .btn {
    border-radius: 12px;
    font-size: 16px;
    line-height: 50px;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.bg-white-glass {
    background: rgba(255,255,255,.8);
    color: #404854;
}

.bg-fade {
    background: rgba(255,255,255,.5);
}

.bg-shadow {
    background: rgba(0,0,0,.1);
}

.bg-dark-glass {
    background: rgba(28,34,38,.8);
    color: #ddd;

}

.login-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: 0;
}

.login-wrapper .bg-pic {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.login-wrapper .bg-pic > img {
  height: 100%;
  opacity: 0.6;
}
.login-wrapper {
  padding-top: 20px;
  width: 400px;
  display: block;
}

.login-container {
  width: 400px;
  box-sizing: border-box;
  display: block;
  box-shadow: 0 0 0 ;
}

.login-wrapper .login-container {
  width: 400px;
  border-radius: 48px 48px 250px 250px;
  overflow: hidden;
  box-shadow: 0px -1px 1px 0px rgba(255,255,255, .75), 0 0 100px 0px rgba(255,255,255, .75); 
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(7px);

}

.login-wrapper .bg-white-glass {
    background: radial-gradient(circle, rgba(255,255,255, .7) 50%, rgba(255,255,255,0.5));
}

.login-wrapper .bg-red-glass {
    background: radial-gradient(circle, rgba(245, 87, 83, .8) 50%, rgba(245, 87, 83, 0.5)); 
}

.login-wrapper .bg-dark-glass {
    background: radial-gradient(circle, rgba(35, 43, 49, 0.6) 75%, rgba(35,43,49, .4));
}

.login-wrapper .text-white-dim {
    color: rgba(255,255,255,.25);
}

.login-wrapper .login-container .form-group-attached {
    background: 0 !important;
    border-radius: 12px; 
    overflow: hidden;
    box-shadow: inset 0 0 50px rgba(255,255,255, .5);
}

.login-wrapper .login-container .form-group-attached  .form-group-default {
    background: 0 !important;
}

.login-wrapper .login-container .form-group-attached  .form-group-default input,
.login-wrapper .login-container .form-group-attached  .form-group-default .form-control {
    background: 0 !important;
}

.login-wrapper .login-container .form-group-attached  .form-group-default input.form-control:focus {
    background: rgb(35, 43, 49) !important;
    color: #fff;
}

.breadcrumb > li + li:before {
    padding: 0;
    content: " ";
    line-height: 0;
}



/* Responsive handlers : Login
------------------------------------
*/

@media (max-width: 768px) {
  .body-login {
      overflow-y: scroll;
  }

  .login-wrapper .login-container {
    width: 100%;
  }
  .register-container {
    width: 100%;
    padding: 15px;
  }
}

@media only screen and (max-width: 399px) {

  .login-wrapper {
    padding-top: 0;
    width: 100%;
  }

  .login-wrapper .login-container {
    padding-top: 0;
    width: 100%;
  }
}

.header {
    border: 0;
    background: rgba(255,255,255,.85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
.header-inner .btn-link {
    color: #abb4c0 !important;
}

.header .brand {
    width: 500px;
    color: #535B61;
}

.icon-thumbnail {
    margin-top: 5px;
    margin-bottom: 5px;
    background: rgba(0,0,0,.25);
    border: solid 1px rgba(255,255,255,0);
    color: rgba(255,255,255,.6);
}

.page-sidebar {
/*
    background: #404854;
    background: linear-gradient(180deg, #404854, #27292c);  
*/
    background: 
                linear-gradient(to bottom, rgba(255,255,255,.1), rgba(0,0,0,0.5)),
                linear-gradient(to right, #27292c 0, #363b44 40%, rgba(64,72,84,.5));                  
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    border-radius: 0 0 0 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

.page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail,
.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li.open .icon-thumbnail,
body.mobile .page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail, body.mobile .page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail{
    background: rgba(255,255,255,1);
    border: solid 1px rgba(255,255,255,.6);
    color: rgba(0,0,0,.8);
}

.sidebar-menu li:hover {
    background: rgba(0,0,0,.25);
}

.sidebar-menu li.open:hover {
    background: rgba(159,169,164,.1);
}

.sidebar-menu li.open ul,
.sidebar-menu li.active ul,
.sidebar-menu li.open ul:hover,
.sidebar-menu li.active ul:hover {
    background: rgba(255,255,255,.15);
    transition: background .5s;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu {
    background: linear-gradient(to top, rgba(179,181,184,.2), rgba(29,31,34,0.5));
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu li.disabilitato a {
    text-decoration: line-through;
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

body.sidebar-visible .page-sidebar .menu-items .icon-thumbnail {
    transform: none;
}

.page-sidebar .sidebar-menu .menu-items > li > a.detailed > .details {
    float: left;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li .icon-thumbnail {
    background: rgba(29,31,34,0.75);
    color: rgba(255,255,255,0.75);
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li:hover .icon-thumbnail {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,.75);
    color: #fff;
}

body.mobile .page-sidebar .sidebar-menu .menu-items li:hover a,
body.mobile .page-sidebar .sidebar-menu .menu-items li:hover .sub-menu .icon-thumbnail {
        color: rgba(255,255,255,0.75) !important;
}


.sidebar-menu li a{
    color: rgba(255,255,255,.8);
}

.sidebar-menu li:hover a .title{
    color: rgba(255,255,255,1);
}

.sidebar-menu li.open > .icon-thumbnail,
.sidebar-menu li.active > .icon-thumbnail,
.sidebar-menu li:hover > .icon-thumbnail {
    border: solid 1px rgba(255,255,255,.1);
}

.page-sidebar .sidebar-menu .menu-items li:hover > a, .page-sidebar .sidebar-menu .menu-items li.open > a, .page-sidebar .sidebar-menu .menu-items li.active > a {
    opacity: 1;
}

.table.table-hover tbody tr:nth-child(even),
.table.table-hover tbody tr:nth-child(even) td {
    background: 0 !important;
}

.table.table-hover tbody tr.autista-disabilitato:nth-child(even),
.table.table-hover tbody tr.autista-disabilitato:nth-child(odd) {
    background-color: #f55753!important;
    color: #fff!important;
}

.table.table-hover tbody tr.autista-disabilitato:nth-child(even):hover,
.table.table-hover tbody tr.autista-disabilitato:nth-child(odd):hover {
    background-color: #f8d053!important;
}

.table.table-hover tbody tr:nth-child(odd),
.table.table-hover tbody tr:nth-child(odd) td {
    background: rgba(207,216,229,.15) !important;
}


.table.table-hover tbody tr:nth-child(even):hover,
.table.table-hover tbody tr:nth-child(even):hover td {
    background: rgba(207,216,229,.35) !important;
}

.table.table-hover tbody tr:nth-child(odd):hover,
.table.table-hover tbody tr:nth-child(odd):hover td {
    background: rgba(207,216,229,.35) !important;
}

.table.table-hover tbody tr.modificato:nth-child(even),
.table.table-hover tbody tr.modificato:nth-child(even) td {
    background: #cff5f2 !important;
    cursor: pointer;
}

.table.table-hover tbody tr.modificato:nth-child(odd),
.table.table-hover tbody tr.modificato:nth-child(odd) td {
    background: #b7e5e1 !important;
    cursor: pointer;
}

.table.table-hover tbody tr.modificato:nth-child(even):hover,
.table.table-hover tbody tr.modificato:nth-child(even):hover td {
    background: #68c1ba !important;
}

.table.table-hover tbody tr.modificato:nth-child(odd):hover,
.table.table-hover tbody tr.modificato:nth-child(odd):hover td {
    background: #68c1ba !important;
}





.table.table-hover tbody tr.errore:nth-child(even),
.table.table-hover tbody tr.errore:nth-child(even) td {
    background: #f5cfcf !important;
    cursor: pointer;
}

.table.table-hover tbody tr.errore:nth-child(odd),
.table.table-hover tbody tr.errore:nth-child(odd) td {
    background: #e5b7b7 !important;
    cursor: pointer;
}

.table.table-hover tbody tr.errore:nth-child(even):hover,
.table.table-hover tbody tr.errore:nth-child(even):hover td {
    background: #c16868 !important;
}

.table.table-hover tbody tr.errore:nth-child(odd):hover,
.table.table-hover tbody tr.errore:nth-child(odd):hover td {
    background: #c16868 !important;
}



.table tbody tr td {
    border: 0;
}

.table.table-hover thead {
    background: 0 !important;
    border: 0;
}
.table.table-hover thead th{
    border-left : 0;
    border-right : 0;
    border-top: none;
    border-bottom: none;
}

.table tbody tr td {
    padding: 15px;
}

.container-table tbody .bordered{
    border: 1px solid #f0f0f0;
}

.table {
    margin: 0;
    border-collapse: separate;
}

.table tbody tr td[class*='sorting_'] {
    color: #444;
}

.panel {
    box-shadow: 0px -1px 0px 0px #fff, 0px 10px 10px 0 rgba(0,0,0,.2);
    border: 0;
    border-radius: 12px;
    overflow: hidden;
}

.panel .panel-heading{
    min-height: 0;
    padding: 20px 20px 10px 20px;
}

.panel .panel-heading .panel-title{
    line-height: 20px;
}

form .panel {
    background: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
      overflow: hidden;
}

form .panel-body {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }


form .panel .panel-body.bg-master-lighter,
.bg-master-lighter {
    background: #fafafc;
}

.dashboard .panel {
    padding: 3px;
}

.dashboard .panel-body {
    border-radius: 12px;
}

.dashboard .panel .panel-heading{
    background: 0 !important;
    min-height: 0;
    padding: 5px 12px 4px 10px;
}

.dashboard .panel .panel-heading .panel-title{
    line-height: 12px;
}


.dashboard.autisti .panel .panel-heading .panel-title{
    line-height: 22px;
}


body.dashboard #dashboard-autista .panel-body.bg-master-lighter {
    margin-top: 2px;
    background: #f0f0f0 !important;
}

.no-rounded,
.no-rounded > button {
    border-radius: 0 !important;
}

#logomobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
}

.dataTables_wrapper .dataTables_info {
    display: none;
    width: 100%;
    margin: 0 !important;
    padding: 5px 0 !important;
    text-align: center;
    border-top: solid 1px #a5a5a5;
    background: 0;
    color: #a5a5a5;
}

#search-table, #search-ajax, #search-table-1, #search-table-2, #search-table-3, .search {
    margin: 0;
    height: 32px;
    min-height: 32px;
    padding: 7px 12px;
    text-align: center;
    border-radius: 40px;
    color: #f55753 !important;
    font-weight: bold;
    background: transparent;
    background: rgba(81,81,88,.05);
    border: solid 1px rgba(0,0,0,.07) !important;
    width: 100%;
}

#search-table:hover, #search-ajax:hover, #search-table-1:hover, #search-table-2:hover, #search-table-3:hover, .search:hover{
    background: rgba(207,216,229,.5) !important;
}

#search-table:focus, #search-ajax:hover, #search-table-1:focus, #search-table-2:focus, #search-table-3:focus, .search:focus {
    background: rgba(44,48,60, .75) !important;
    color: #fff !important;
}


#actionbar .container-fluid {
        padding-top: 10px;
        padding-bottom: 10px;
}

#actionbar {
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    border: 0;
    border-radius: 0;
    background: rgba(255,255,255,.9);
    margin-bottom: 30px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  
}

.header {
    padding: 0;
    border-bottom:  0;
    z-index: 500;
}

.jumbotron {
    margin-bottom: 0;
    box-shadow: inset 0 0 5px rgba(0,0,0,.15);
    transition: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

.jumbotron .breadcrumb {
        padding: 0;
}

.breadcrumb a, .breadcrumb i, .breadcrumb span, .breadcrumb li {
    color: inherit;
    cursor: pointer;
    line-height: 50px;
    display: inline-block;
}

body #app-content {
    transition: none;
    padding-bottom: 60vh;
    overflow-x: hidden;
}

body.ancorato #app-content {
    padding-top: 260px;
    transition: none;
}

body.ancorato #app-content > .jumbotron {
    position: fixed;
    top: 60px;
    left: 70px;
    right: 0px;
    z-index: 450;
    opacity: .9;
}

.breadcrumb a {
    font-size: 20px !important;
}


body.ancorato .breadcrumb a,
body.ancorato .breadcrumb i,
body.ancorato .breadcrumb span,
body.ancorato .breadcrumb li {
    font-size: 13px !important;
    line-height: 22px;
    /*transition: line-height .5s;
    */
}


body.ancorato #actionbar {
    position: fixed;
    top: 81px;
    left: 70px;
    right: 0px;
    z-index: 400;
    background: rgba(255, 255, 255, .75);
}


body.ancorato.preview #app-content > .jumbotron {
    right: 0px;
}
body.ancorato.preview #actionbar {
    right: 0px;
}


#actionbar button.btn {
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 8px 10px;
    line-height: 100%;
    transition: border ease-out .5s !important;
    background: 0;
    border: 1px solid rgba(0, 0, 0, 0);
}

#actionbar button.btn-success {
    color: #5e5e5e;
}

#actionbar button.btn-danger {
    color: #f55753;
}

#actionbar button.btn-nota {
    background-color: #f8d053;    
}

#actionbar button.btn:hover {
    background: #fff;
    color: #333;
    border-color: rgba(0, 150, 255, 1);
    transition: none !important;
}

body.ancorato #actionbar .container-fluid{
    padding-top: 5px;
    padding-bottom: 5px;
    transition: padding .25s;
    transition: none;
}

body.menu-pin.ancorato #app-content > .jumbotron {
    position: fixed;
    top: 60px;
    left: 250px;
    right: 0;
    z-index: 900;
    opacity: .9;
}

body.menu-pin.ancorato #actionbar {
    position: fixed;
    top: 81px;
    left: 250px;
    right: 0;
    z-index: 900;
}

.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default .select2-selection--single {
    background-color: transparent;
}

.form-ns .form-group-default {
    background-color: rgba(255,255,255, 0);
    position: relative;
    border: 1px solid rgba(0,0,0, 0.15);
    border-radius: 6px !important;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.4s ease;
  }


.form-ns .form-group-default.bg-primary,
.form-ns .form-group-default.bg-info,
.form-ns .form-group-default.bg-warning,
.form-ns .form-group-default.bg-success,
.form-ns .form-group-default.bg-danger,
.form-ns .form-group-default.bg-complete,
.form-ns .form-group-default.bg-warning-light,
.form-ns .form-group-default.bg-success-light,
.form-ns .form-group-default.bg-danger-light,
.form-ns .form-group-default.bg-complete-light {
    color: rgba(0, 0, 0, 0.5);
}

.form-ns .form-group-default.bg-primary .input-group-addon,
.form-ns .form-group-default.bg-info .input-group-addon,
.form-ns .form-group-default.bg-warning .input-group-addon,
.form-ns .form-group-default.bg-success .input-group-addon,
.form-ns .form-group-default.bg-danger .input-group-addon,
.form-ns .form-group-default.bg-complete .input-group-addon,
.form-ns .form-group-default.bg-warning-light .input-group-addon,
.form-ns .form-group-default.bg-success-light .input-group-addon,
.form-ns .form-group-default.bg-danger-light .input-group-addon,
.form-ns .form-group-default.bg-complete-light .input-group-addon {
    color: rgba(0, 0, 0, 0.5);
}

.form-ns .form-group-default.bg-primary input,
.form-ns .form-group-default.bg-info input,
.form-ns .form-group-default.bg-warning input,
.form-ns .form-group-default.bg-success input,
.form-ns .form-group-default.bg-danger input,
.form-ns .form-group-default.bg-complete input,
.form-ns .form-group-default.bg-warning-light input,
.form-ns .form-group-default.bg-success-light input,
.form-ns .form-group-default.bg-danger-light input,
.form-ns .form-group-default.bg-complete-light input {
    color: rgba(0, 0, 0, 0.7);
}



.form-ns-light .form-group-default {
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255,255,255, 0.3);
    box-shadow: 0 1px 4px 0px rgba(0,0,0,0.2);
    color: #fff;
}

.form-ns-light2 .form-group-default {
    background-color: rgba(255,255,255, 0);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 1px 4px 0px rgba(0,0,0,0.2);    
    color: #444;
}


.form-ns-dark .form-group-default {
    background-color: rgba(255,255,255, 0);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 1px 4px 0px rgba(0,0,0,0.2);    
    color: #fff;
}

.form-ns .col-btn {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.4s ease;
    font-size: 20px;
    line-height: 44px;
    height: 54px;
    margin-bottom: 10px;
    box-shadow: 0 1px 4px 0px rgba(0,0,0,0.2);
}


.form-ns .btn-col {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.4s ease;
    font-size: 20px;
    width: 100%;
    padding: 0;
    line-height: 54px;
    height: 54px;
    margin-bottom: 10px;
    box-shadow: 0 1px 4px 0px rgba(0,0,0,0.2);
}

.form-ns .btn-col-2 {
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    line-height: 54px;
    font-size: 20px;
    height: 54px;
    margin-bottom: 10px;
    box-shadow: 0 1px 4px 0px rgba(0,0,0,0.2);

}

.form-ns-light .col-btn,
.form-ns-light .btn-col {
        box-shadow: 0 1px 6px 1px rgba(0,0,0,0.1);
    color: #fff;
}

.form-ns-dark .col-btn,
.form-ns-dark .btn-col {
        box-shadow: 0 1px 4px 0px rgba(0,0,0,0.2);    
    color: #fff;
}


.form-group-default label {
    color: rgba(0, 0, 0, .5)
}

.row-color .form-group-default label {
    color: rgba(0, 0, 0, .25);
}

.row-color.form-ns-dark .form-group-default label {
    color: rgba(255, 255, 255, .5);
}

.form-group-default label.fade {
    opacity: 1;
}

.form-ns .form-group-default .bordo-dx {
    border-right: 1px solid rgba(0, 0, 0, 0) !important;
}

.form-ns .form-group-default:hover .bordo-dx {
    border-right: 1px solid rgba(0, 150, 255, 0) !important;
}

.form-ns .form-group-default:hover {
    border: 1px solid rgba(0, 150, 255, 1) !important;
    background-color: rgba(255,255,255, .75);
    box-shadow: none;
}







.form-ns.form-ns-dark .form-group-default {
    border: 1px solid rgba(255, 255, 255, .05) !important;
    background-color: rgba(255, 255, 255, .1);
}

.form-ns.form-ns-dark .form-group-default:hover {
    border: 1px solid rgba(0, 150, 255, 1) !important;
    background-color: rgba(0, 0, 0, .25);
}

.form-ns.form-ns-dark .form-group-default .input-group-addon {
    background: rgba(255,255,255, 0);
    color: rgba(255, 255, 255, .7);
}

.form-ns.form-ns-dark  .input-group.focused{
    background: rgba(0, 0, 0, .35);
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.form-ns.form-ns-dark .form-group-default label {
    color: rgba(255, 255, 255, .5);
}


.form-ns.form-ns-dark .form-group-default,
.form-ns.form-ns-dark .form-group-default input,
.form-ns.form-ns-dark .form-group-default textarea,
.form-ns.form-ns-dark .form-group-default.disabled,
.form-ns.form-ns-dark .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-ns.form-ns-dark .form-group-default.disabled input {
    color: #fff;
}

.form-ns.form-ns-dark h5{
    color: rgba(0, 0, 0, 0.5);
}






.form-ns .form-group-default.has-error:hover {
    border: 1px solid rgba(255, 255, 255, 0) !important;
    background: rgba(0,0,0,0);
}



.form-ns .form-group-default.bg-primary{
    background-color: #6D5CAE;
}

.form-ns .form-group-default.bg-info{
    background-color: #3B4752;
}

.form-ns .form-group-default.bg-warning{
    background-color: #f8d053;
}

.form-ns .form-group-default.bg-success {
    background-color: #10cfbd;
}

.form-ns .form-group-default.bg-danger {
    background-color: #F55753;
}

.form-ns .form-group-default.bg-complete {
    background-color: #48b0f7;
}

.form-ns .form-group-default.bg-white {
    background-color: #fff;
}

.form-ns .form-group-default.bg-white {
    background-color: #fff;
}


.form-ns .form-group-default.bg-primary-light {
    background-color: #8A7DBE;
}

.form-ns .form-group-default.bg-info-light {
    background-color: #626C75;
}

.form-ns .form-group-default.bg-warning-light {
    background-color: #FEF6DD;
}

.form-ns .form-group-default.bg-success-light {
    background-color: rgb(82, 238, 222);
}

.form-ns .form-group-default.bg-danger-light {
    background-color: #F77975;
}

.form-ns .form-group-default.bg-complete-light {
    background-color: #6DC0F9;
}

.form-ns .form-group-default.bg-primary-dark {
    background-color: #413768;
}

.form-ns .form-group-default.bg-info-dark {
    background-color: #232B31;
}

.form-ns .form-group-default.bg-warning-dark {
    background-color: #CFAE45;
}

.form-ns .form-group-default.bg-success-dark {
    background-color: #0DAD9E;
}

.form-ns .form-group-default.bg-danger-dark {
    background-color: #CD4945;
}

.form-ns .form-group-default.bg-complete-dark {
    background-color: #2B6A94;
}

.form-ns .form-group-default.bg-primary-darker {
    background-color: #413768;
}

.form-ns .form-group-default.bg-info-darker {
    background-color: #232B31;
}

.form-ns .form-group-default.bg-warning-darker {
    background-color: #957D32;
}

.form-ns .form-group-default.bg-success-darker {
    background-color: #0A7C71;
}

.form-ns .form-group-default.bg-danger-darker {
    background-color: #933432;
}

.form-ns .form-group-default.bg-complete-darker {
    background-color: #2B6A94;
}



.form-ns .select2.select2-container--open .select2-selection--single {
    background-color: 0 !important;
}

.form-ns .select2.select2-container--open .select2-selection__rendered {
    color: #232B31;
}

.form-group-default.form-group-default-select2 .select2-container .select2-selection--single {
    box-shadow: none;
    outline: none;
}

.select2 .select2-selection {
    border-radius: 0;
}

.select2-container--open .select2-selection {
    box-shadow: none;
    border: 1px solid rgba(33, 37, 45, .9);
    border-top-right-radius: 2px;
}

.form-ns .form-group-default .input-group-addon {
    background: rgba(255,255,255, 0);
    color: rgba(0, 0, 0, .35);
    font-size: 20px;
}

.form-ns .form-group-default:hover .input-group-addon {
    background: rgba(0, 150, 255, .5);
    color: rgba(255, 255, 255, 1);
}

.row-color.form-ns-dark .form-group-default .input-group-addon {
    background: rgba(255,255,255, 0);
    color: rgba(0, 0, 0, .35);
}

.row-color.form-ns-dark .form-group-default:hover .input-group-addon {
    background: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, 1);
}

.form-ns .form-group-default.has-error:hover .input-group-addon {
    background: rgba(255, 255, 255, .5);
    color: #f55753;
}

.row-color.form-ns-dark .form-group-default:hover .bordo-dx {
    border-right: 1px solid rgba(255, 255, 255, 0) !important;
}

.row-color.form-ns-dark .form-group-default:hover {
    border: 1px solid rgba(255, 255, 255, 1) !important;
    background: rgba(255, 255, 255, .1);
}

.row-color.form-ns-dark .form-group-default .input-group-addon  {
    color: rgba(255, 255, 255, .75);
}

.row-color.form-ns-dark .form-group-default input,
.row-color.form-ns-dark .form-group-default textarea {
    color: rgba(255, 255, 255, 1);
}

.row-color.form-ns-dark .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(255, 255, 255, 1);
}


.form-ns h5 {
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0;
    text-align: left;
    color: rgba(0,0,0,.5);
    padding-left: 12px;
    border-radius: 2px;
}

.form-ns .nota-form {
    display: block;
    font-family: 'Roboto Condensed';
    margin: 0 0 10px 0;
    padding: 5px 10px;
    border-radius: 2px;
    opacity: 1;
    transition: opacity .5s;
}

.form-ns .nota-form:hover {
    opacity: 1;
    transition: opacity .25s;
}

.form-ns h5.bg-default {
    background: rgba(44,48,60,.05);
}

.form-ns h5.light  {
    color: rgba(255,255,255,.7);
    background: rgba(255,255,255,.1);
}

.form-ns h5.m-t-10 {
    margin-top: 10px;
}

.form-ns h5.m-t-0 {
    margin-top: 0px;
}

.table thead tr th {
    color: rgba(44, 44, 44, 0.75);
}

.table thead tr th,
.table thead tr th[class*="sorting_"]:not([class="sorting_disabled"]) {
    font-family: 'Roboto', sans-serif;
    background: 0;
    font-weight: normal;
    padding-left: 15px; 
    padding-right: 15px; 
}

.table.table-documenti thead tr th[class*="sorting_"]:not([class="sorting_disabled"]) {
    background: 0;
    font-weight: normal;
}

.table tbody {
    background: #fff;
}

.ctrl-height {
    height: 54px;
}

.navbar {
    min-height: 40px;
}

.nav-tabs-simple {
    background: #eaeaea;
}
.nav-tabs-simple:after {
    bottom: 0;
}

.nav-tabs-simple >li {
    background: 0;
    opacity: 1;

}

.nav-tabs-simple >li.active {
    background: #fff;
    opacity: 1;
}

.nav-tabs-simple > li:after {
    position: absolute;
}

.nav-tabs-simple > li a {
    cursor: pointer;
}

.nav-tabs-simple >li:hover {
    background: rgba(255, 255, 255, .75);
}


.nav-tabs-simple >li:hover a {
    color: rgba(0,0,0,1);
}


.bordo-sx {
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.bordo-dx {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.form-group-default.form-group-default-select2 > label {
    padding: 0px 12px;
}

.form-ns .input-group.focused{
    background: rgba(33, 37, 45, .9);
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: none;
}

.form-ns .input-group.focused label {
    color: rgba(225,225,225, .5);
}

.form-ns .input-group.focused input {
    color: #fff;
}

.form-ns .input-group.focused .input-group-addon {
    color: rgba(225,225,225, .5);
}



.form-ns.form-ns-dark .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.form-ns .form-group-default.disabled input {
    opacity: 1;
}

.table thead tr th {
    padding: 10px 0;
}

.table-movimenti thead tr th:first-child,
.table-documenti thead tr th:first-child {
    padding-left: 10px !important;
}

.table-movimenti thead > tr th,
.table-documenti thead > tr th {
    padding: 15 5px;
    vertical-align: middle;

}

.table-movimenti thead tr th:last-child,
.table-documenti thead tr th:last-child {
    padding-right: 10px !important;
}

.table-documenti tbody > tr td{
    padding: 5px 2px;
    vertical-align: middle;
    font-size: 14px;
    color: #2c2c2c;
    box-sizing: border-box;
}

.table-movimenti tbody > tr td{
    padding: 5px 10px;
    vertical-align: middle;
    font-size: 14px;
    color: #2c2c2c;
    box-sizing: border-box;
}


.table-movimenti.scadenze tbody > tr td,
.table-documenti.scadenze tbody > tr td{
    padding: 10px 5px;
    vertical-align: middle;
    font-family: 'Inconsolata';
    font-size: 14px;
    color: #2c2c2c;
    box-sizing: border-box;
}

.table-movimenti tbody > tr td.controlli,
.table-documenti tbody > tr td.controlli {
    min-width: 110px;
}

.table-movimenti tbody > tr td,
.table-documenti tbody > tr td {
    min-height: 45px;
}

.table.table-movimenti > tfoot > tr >td,
.table.table-documenti > tfoot > tr >td {
    color: #2c2c2c;
}


.table.table-movimenti tr > td textarea.form-control,
.table.table-documenti tr > td textarea.form-control {

/*
    height: 35px;
*/
    padding-top: 2px;
    padding-bottom: 2px;
    resize: none;
}

.table.table-movimenti tr > td textarea.form-control::-webkit-scrollbar,
.table.table-documenti tr > td textarea.form-control::-webkit-scrollbar {
    width: 2px;
}

.table.table-movimenti tr > td textarea.form-control::-webkit-scrollbar:hover,
.table.table-documenti tr > td textarea.form-control::-webkit-scrollbar:hover {
    width: 2px;
}

.table.table-movimenti tr > td textarea.form-control::-webkit-scrollbar-track,
.table.table-documenti tr > td textarea.form-control::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0;
    background: 0;
}

.table.table-movimenti tr > td textarea.form-control::-webkit-scrollbar-thumb,
.table.table-documenti tr > td textarea.form-control::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0px;
    background: #888;

}
.table.table-movimenti tr > td textarea.form-control::-webkit-scrollbar-thumb:window-inactive,
.table.table-documenti tr > td textarea.form-control::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.3);
}

.jumbotron::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
/*
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1));
    background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2));
*/
    background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3));

}

.form-control.tableinput {
    margin: 0;
    border: 0;
    margin-left: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    border-radius: 0px; 

    padding: 0px 0px !important;
    min-height: 25px;
    height: 25px;
    line-height: 25px;
}

tr:hover td .form-control.tableinput,
.form-control.tableinput:focus {
    margin: 0;
    border: 0;
    padding: 0px 4px !important;
    margin-left: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    border-radius: 2px; 
}



table.table tr td .select2.select2-container {
    margin-left: 0;
    width: 100% !important;
    border-radius: 2px;
}

table.table tr td .select2-container .select2-selection__rendered {
    width: 100% !important;
}




td .form-control[readonly],
.table.table-hover tbody tr td .tableinput {
    background: transparent !important;
}

td .form-control[readonly],
.table.table-hover tbody tr:hover td .tableinput,
.table.table-hover tbody tr:hover td .select2.select2-container {
    background: #fff !important;
}

.table.table-hover tbody tr:nth-child(odd) td .tableinput:focus,
.table.table-hover tbody tr:nth-child(odd):hover td .tableinput:focus,
.form-control.tableinput:focus {
    background: #fff !important;
}

tr td .select2-container .select2-selection {
    background: transparent !important;
    border: 0 !important;
    color: #2c2c2c !important;
}


tr td .select2-container .select2-selection__rendered {
    color: #2c2c2c !important;
    min-height: 25px;
    max-height: 25px;
    height: 25px;
    line-height: 25px;
}

tr td .select2-container .select2-selection.select2-selection--single {
    padding: 0;
    min-height: 25px;
    max-height: 25px;
    height: 25px;
    line-height: 25px;
}

.form-ns-dark tr td .select2-container .select2-selection__rendered {
    color: #fff !important;
}


.btn-group-xs > .btn {
  padding: 4px 4px;
  font-size: 10pt;
}


.form-group-default.required:after {
    color: #f55753;
    content: "\f069";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    position: absolute;
    right: 12px;
    top: 6px;
    visibility: visible;
    font-weight: 900;     
}

.form-group-default.disabled:after {
    color: #626262;
    content: "\f023";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    position: absolute;
    right: 12px;
    top: 6px;
    visibility: visible;
    font-weight: 900; 
}

.form-ns.form-ns-dark .form-group-default.disabled:after {
    color: rgba(255,255,255,.5);
}


.form-group textarea.form-control{
    height: 150px;

}

.form-group textarea.form-control:focus{
    color: #fff;
}

.nav-tabs-simple:after {
    border-bottom: solid 3px #37495c;
}

.select2-search--dropdown input {
    color: red !important;
    border: 0 !important;
    background: rgba(255,255,255,1) !important;
    font-weight: bold;
    line-height: 30px;
    border-radius: 0;
}

.select2-dropdown {
    background: rgba(44, 48, 60, .95);
    border: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-top: 0;
    z-index: 10000;
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
}

.select2-search--dropdown {
    display: block;
    padding: 0px;
}

.select2-results {
    margin: 0;
}

.select2-results li {
    color: #fff;
    border-radius: 0;
    padding: 10px 12px;
}

.select2-results .select2-results__option--highlighted {
    color: #fff !important;
    background: rgba(255,255,255,.25) !important;
    border-radius: 0;
}

.select2-container--open:before {
    content: "";
    position: fixed;
    background: #fff;
    opacity: 0;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 400!important;
    pointer-events: none;
}


body .datepicker.dropdown-menu {
    position: absolute;
    z-index: 10000 !important;
    background: rgba(44, 48, 60, .95);
    border-color: rgba(44, 48, 60, .95);
    margin-top: 9px;
}

.datepicker table tr td.active {
    background-color: #f55753 !important;
    color: #13161b !important;
}

.datepicker thead tr .dow {
    font-family: 'Roboto Condensed';
    color: #f55753;
    text-transform: uppercase;
    font-size: 11px;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
    color: #fff;
}

.datepicker .old.day,
.datepicker .new.day {
    opacity: .4;
}

.datepicker.dropdown-menu td.cw {
    font-family: 'Roboto Condensed';
    color: #f55753;

}

.datepicker:after {
    border-bottom-color: #f55753;
}

.datepicker thead tr .next, .datepicker thead tr .prev {
    color: #fff;
    content: '';
    font-size: 0px;
}

.datepicker thead tr .next:before, .datepicker thead tr .prev:before {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    visibility: visible;
    font-weight: 900;         
}

.datepicker thead tr .datepicker-switch {
    color: #fff;
    font-size: 13px;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background: #13161b;
}

.datepicker table tr td.day:hover {
    background: #fff;
    color: #000;
}

.datepicker.datepicker-dropdown.datepicker-orient-bottom:before {
    border-color: transparent;
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #f55753;
}


.datepicker table tr td span.active {
    background: #f55753 !important;
    color: #13161b !important;
}

.datepicker table tr td span:hover{
    color: #13161b !important;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #13161b;
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    background: #000;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: #444;
}

.modal-header h5 {
    font-size: 50px;
}

.modal-body p {
    font-size: 20px;
    padding: 20px 10px;
}

body.preview #app-content {
    height: calc(100% - 140px);
    padding-bottom: 0;
}

#pdfviewer {
    border: 0;
    margin: 0;
    position: fixed;
    width: calc(100% - 70px);
    height: calc(100% - 123px);
    left: 70px;
    right: 0;
    bottom: 0;
}
/*
body.preview .page-container .page-content-wrapper .footer{
    display: none;
}
*/
.panel-viewer {
    height: 100%;
    min-height: calc(100vh - 300px);
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

#raviewer {
    border: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 15px 5px;
    border-top: 0;
}

.codebackup {
    color: rgb(255,185,0);
    font-size: 10px;
    text-align: justify;
}

nav .cs-wrapper,
nav .cs-wrapper * {
        border: 0 !important;
        background: rgba(44, 48, 60, .95) !important;
        color: #fff;
}

nav div.cs-skin-slide > span {
    height: 32px;
    padding: 5px 33px 6px 17px;
}

.cs-skin-slide .cs-options {
    background: rgba(44, 48, 60, .95) !important;
}

div.cs-skin-slide {
    color: #fff;
}

.fs-8 {
    font-size: 8px !important;
}

.fs-9 {
    font-size: 9px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}


.fs-50 {
    font-size: 50px;
    line-height: 54px;
}

.fs-40 {
    font-size: 40px;
}

.fs-30 {
    font-size: 30px;
}

.row-color,
.row-color-light {
    margin: 10px -15px 20px -15px !important;
    padding: 20px 0 10px 0 !important;
}


.zero {
    display: inline !important;
    display: inline !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.calendario .page-content-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}


body.calendario #app-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#calendario {
    background: #fff;
}

.calendar .calendar-container .grid {
    overflow: hidden;
    overflow-y: auto;
    height: calc(100% - 40px);
}

.calendar .calendar-header > .drager,
.calendar .calendar-header{
    background: #626d7c;
    border-right: 0;
}

.calendar .calendar-header .years .year > a.active, .calendar .options .months .month > a.active {
    color: #f55753;
}

.calendar .options {
    padding-left: 70px;
    margin-top: 0;
}

.calendar .calendar-header .years .year > a,
.calendar .options .months .month > a{
    color: #aaa;
}

.calendar .calendar-header .years .year > a.active,
.calendar .options .months .month > a.active {
    color: #3C93CE;
    font-weight: bold;
}

.calendar .weeks-wrapper .week .day-wrapper .week-date.active{
    background-color: #3C93CE;
}

.radio label {
    position: static;
    padding-left: 0 !important;
}

.checkbox label::after {
    width: 10px;
    height: 10px;
}

td .radio label:before,
td .checkbox label:before {
    top: 3px;
}

td .radio label:after,
td .checkbox label:after {
    top: 2px;
}

.select2-container--focus .select2-selection--single {
    background-color: rgba(44, 48, 60, .75) !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--focus .select2-selection__rendered{
    color: #fff !important;
}


.fs-7 {
    font-size: 7px;
}

.fs-8 {
    font-size: 8px;
}

.fs-9 {
    font-size: 9px;
}

.pr-0 {
    padding-right: 0!important;
}


.select2-results li {
    font-family: "Inconsolata", monospace;
}

.pgn .alert {
    box-shadow: 0 0 75px 0 rgba(0,0,0,.3);
    border-radius: 2px;
}

tr.errore,
tr.errore td,
.table.table-hover tbody tr.errore,
.table.table-hover tbody tr.errore td{
    color: #F55753 !important;
}

.btn.btn-default.registra {
    height: 55px;
    width: 100%;
    margin-bottom: 10px;
}

.btn.btn-default.registra span {
    display: inline!important;
    font-size: 14px;
}

.btn.btn-default.imposta {
    height: 54px;
    width: 100%;
    margin-bottom: 10px;
    background: rgba(16, 207, 189, 0.6);
    font-size: 12px;
}

@media (max-width: 991px) {
    .nav-tabs > li > a {
        text-align: center;
        font-size: 20px;
        padding: 10px;
        min-width: 50px;
    }

    .btn {
        font-size: 16px;
    }

    .header-inner {
        font-size: 20px;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .container {
        width: 90%;
    }

    form .row [class*="col-"]:not(:first-child), form .row [class*="col-md-"]:not(:last-child) {
        padding-right: 5px;
        padding-left: 5px;
    }

    form .row [class*="col-"]:first-child {
        padding-right: 5px;
        padding-left: 5px;
    }

    form .row [class*="col-"]:last-child {
        padding-right: 5px;
        padding-left: 5px;
    }

    .form-ns h5 {
        margin-left: 5px;
        margin-right: 5px;
    }

}

@media (min-width: 992px) {

    body::-webkit-scrollbar {
      width: 14px;
    }

    body::-webkit-scrollbar-button {
      width: 0px;
      height: 0px;
    }
    body::-webkit-scrollbar-thumb {
      background: #13161b;
      border: 0;
      border-radius: 50px;
    }
    body::-webkit-scrollbar-thumb:hover {
      background: #48B0F7;
    }
    body::-webkit-scrollbar-thumb:active {
      background: #F55753;
    }
    body::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, .2);
      border: 0;
      border-radius: 0px;
    }
    body::-webkit-scrollbar-track:hover {
        width: 20px;
    }
    body::-webkit-scrollbar-track:active {
        width: 20px;
    }
    body::-webkit-scrollbar-corner {
      background: transparent;
    }

    
    .grid.slot-15::-webkit-scrollbar {
        width: 10px;
    }

    .grid.slot-15::-webkit-scrollbar:hover {
        width: 10px;
    }

    .grid.slot-15::-webkit-scrollbar-track {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background: #888;
    }

    .grid.slot-15::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0;
        border-radius: 0px;
        background: #444;

    }
    .grid.slot-15::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0,0,0,0.3);
    }

    .row-color,
    .row-color-light {
        margin: 0 -20px 0px -20px !important;
        padding: 20px 20px 10px 20px !important;
    }

    body.calendario .page-content-wrapper {
        left: 70px;
    }


}


@media (max-width: 991px) {

    #pdfviewer {
        border: 0;
        margin: 0;
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
    }

    body.ancorato #actionbar {
        position: fixed;
        top: 81px;
        left: 70px;
        right: 0px;
        z-index: 400;
    }

    body.ancorato #app-content > .jumbotron,
    body.ancorato #actionbar,
    body.calendario .page-content-wrapper {
        position: fixed;
        right: 0px;
        left: 0px;
    }

    .panel .panel-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    form .row-color {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
        margin-top: 0 !important;

    }

}


@media (max-width: 767px) {

    #pdfviewer {
        border: 0;
        margin: 0;
        position: fixed;
        width: 100%;
        height: calc(100% - 94px);
        left: 0;
        right: 0;
        bottom: 0;
    }

    body.ancorato #app-content > .jumbotron,
    body.ancorato #actionbar,
    body.calendario .page-content-wrapper {
        position: fixed;
        top: 48px;
        right: 0px;
        left: 0px;
    }

    .jumbotron .breadcrumb{
        padding-left: 10px;
        padding-right: 10px;
    }

    #actionbar{
        padding-left: 10px;
        padding-right: 10px;
    }

    .breadcrumb a, .breadcrumb i, .breadcrumb span, .breadcrumb li {
        color: inherit;
        cursor: pointer;
        font-size: 10px !important;
        letter-spacing: 0px;
        line-height: 50px;
        transition: 0;
    }

    body.ancorato .breadcrumb a, body.ancorato .breadcrumb i, body.ancorato .breadcrumb span, body.ancorato .breadcrumb li {
        line-height: 40px;
    }

    body.ancorato .jumbotron {
        height: 5px;
    }

    .panel .panel-body{
        padding: 15px;
    }

    body.ancorato #actionbar {
        top: 52px;
        right: 0;
    }

    .table-responsive {
        margin-bottom: 0;
        border: 0;
    }

    .panel .panel-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    form .row.row-color {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    body.calendario #app-content {
        padding-top: 0;
    }

    body.calendario #app-content .months-drager {
        margin-left: auto;
        margin-right: auto;
        border-right: 0;
    }

    body.calendario #app-content .options {
        padding-left: 0;
    }

    body.calendario #app-content h4 {
        text-align: center;
    }

    .select2-selection__rendered {
        max-width: 240px;
        overflow: hidden;
    }

}

.margin-0 {
    margin: 0 !important;
}

.row-color.margin-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.h45 {
    height: 45px;
}

td .select2-container .select2-selection .select2-selection__arrow {
    display: none;
}




.jfilestyle{
    margin: 0;
    width: 100%;
}

div.jfilestyle label {
    padding: 0;
    background: transparent;
    color: rgba(33, 37, 45, .9);
    border: 0;
    font-size: 12px;
    line-height: 12px;
    margin-top: 7px;
    border-radius: 0;
    outline: 0;
}

div.jfilestyle .focus-jfilestyle label {
    color: #3C93CE;
}

div.jfilestyle:focus, .focus-jfilestyle:focus {
    outline: 0;
}

.jfilestyle .count-jfilestyle{
    display: none;
}

div.jfilestyle input{
    border: 0;
    background: 0;
    margin: 0;
    vertical-align: middle;
    padding: 5px 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    color: #fff;
    cursor: default;
    line-height: normal;
    width: 100%;
}

div.jfilestyle input::-webkit-input-placeholder{
    color: #fff;
}


.bg-flck {
    background: #404854;
}

.form-ns .form-group-default .bootstrap-tagsinput {
    padding-left: 10px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

/*
    FILE UPLOAD
*/

body #app-content {
    filter: none;
    transition: none;
}


#flck-canvas {
    filter: none;
    transition: filter .25s;
    pointer-events: auto;
}

#flck-canvas.wait,
body.modal-open .flck-canvas .page-sidebar,
body.modal-open .flck-canvas .page-container .header,
body.modal-open .flck-canvas .page-container #app-content {
    filter: blur(5px) grayscale(75);
    transition: filter 1s;
    pointer-events: none;
    opacity: .5;
}


/*
body.wait::before {
    content: "";
    background: url("/flck/media/caricamento.gif") center center no-repeat;
    background-size: 75px 75px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    opacity: 1;
}
*/
.modal.fade.fill-in > .close > i {
    font-size: 20px;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.barrato {
    text-decoration: line-through;
}


.row.row-first{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0px !important;
}

.row.row-next {
    padding-top: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.row.row-next-end {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.row.row-last {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

.row.row-last.row-button {
    padding-bottom: 20px !important;
}

.row.row-last.m-t-0 {
    margin-top: 0px !important;
}

.row-table{
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.row-table-20{
    padding: 20px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.text-link {
    text-decoration: none;
}

.text-link:hover {
    text-decoration: underline;
}

.fs-24 {
    font-size: 24px;
}

body.ancorato .jumbotron i.fs-24 {
    font-size: 13px;
}

td.input input{
    display: block !important;
}

.table.table-row-10 tr td {
    padding: 10px 15px;
}

.p-10 {
    padding: 10px;
}

.p-40 {
    padding: 40px;
}


.form-group textarea.form-control.ta_destinazione {
    height: 25px;
}

.form-group textarea.form-control.ta_destinazione:focus {
    height: 90px;
}

.page-sidebar .sidebar-menu .menu-items li > a {
    cursor: pointer;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > a {
    cursor: pointer;
}

.row.ricerca {
    padding-top: 10px;
    margin-top: 10px;
}

body.mobile.ancorato .row.ricerca {
    display: none;
/*
    padding-top: 5px;
    margin-top: 5px;
*/
}

body.preview #app-content {
    padding-bottom: 0px;
}

body.history #app-content {
    height: 20000px;
}
.page-sidebar .sidebar-menu .menu-items{
    margin-bottom: 40px;
}

.icon-thumbnail > i {
    font-size: 16px;
}

.icon-thumbnail.exit i {
    color: #f55753;
}

.input-desc {
    min-width: 200px;
}

.text-justify {
    text-align: justify;
}

#search-table.attivo {
    background: #f55753 !important;
    color: #fff !important;
}

.previewframe {
    background: #b6bbbf url('/flck/media/spinner-2.gif') no-repeat center center;
    background-size: 75px 75px;
}

.btn-cloud {
    margin: 10px 0;
    width: 100%;
    padding: 10px 0;
    border-radius: 6px; 
}

.btn-mastro {
    margin: 10px 0px;
    width: calc(50% - 3px);
    padding: 10px 0;
}


body.modal-open {
    padding: 0 !important;
    overflow: auto;
}

#quickview {
    display: none;
}

.disabilitato {
    opacity: 0.5 !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: default;
}


.panel.bg-info {
    background-color: rgba(59, 71, 82,1);
}

.panel.bg-complete {
    background-color: rgba(58,143,200,1);
}

.panel.bg-warning {
    background-color: rgba(248,208,83,1);
}

.panel.bg-success {
    background-color: rgba(16,207,189,1);
}

.panel.bg-danger {
    background-color: rgba(245,87,83,1);
}

.panel.bg-complete-darker {
    background-color: rgba(58,143,200,1);
}

.panel.bg-warning-darker {
    background-color: rgba(248,208,83,1);
}

.panel.bg-success-darker {
    background-color: rgba(16,207,189,1);
}

.panel.bg-danger-darker {
    background-color: rgba(245,87,83,1);
}

.panel-body.bg-white {
/*
    background-color: rgba(255,255,255,.9);
*/
    background: radial-gradient(rgba(255,255,255,1) 50%, rgba(255,255,255,0.85));
}

.panel-body.bg-info {
    background-color: rgba(59, 71, 82,.9);
}

.panel-body.bg-complete {
    background-color: rgba(58,143,200,.9);
}

.panel-body.bg-warning {
    background-color: rgba(248,208,83,.9);
}

.panel-body.bg-success {
    background-color: rgba(16,207,189,.9);
}

.panel-body.bg-danger {
    background-color: rgba(245,87,83,.9);
}

.panel-heading {
    background: rgba(255,255,255,.35) !important;
}

.panel-heading.bg-white {
    background-color: rgba(255,255,255, 1) !important;
}

.panel-heading.bg-info {
    background-color: rgba(59, 71, 82, 1) !important;
}

.panel-heading.bg-complete {
    background-color: rgba(58,143,200, 1) !important;
}

.panel-heading.bg-warning {
    background-color: rgba(248,208,83, 1) !important;
}

.panel-heading.bg-success {
    background-color: rgba(16,207,189, 1) !important;
}

.panel-heading.bg-danger {
    background-color: rgba(245,87,83, 1) !important;
}

.btn-group {
    min-width: 50px;
}

.row-color.form-ns-dark .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.row-color.form-ns-dark .form-group-default.disabled:after {
    color: #fff;
}

/*

table.dataTable tbody tr:hover td:first-child {
    position: relative;
}

table.dataTable tbody tr:hover td:first-child::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(44, 48, 60, .5);
    width: 2px;
}


table.dataTable tbody tr:hover td{
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

#tablecorpo.dataTable tbody tr:hover td{
    border-top: none;
    border-bottom: none;
}

*/

.btn-default, .btn-default:focus {
    border-color: rgba(0, 0, 0, .1);
}

.form-ns label.error {
        position: absolute;
        visibility: hidden;
}

.form-ns .form-group-default.has-error {
    background-color: #f55753;
    box-shadow: 0 2px 8px #f55753;   
}


table.table-doclist td .label {
    display: block;
    width: 101px;
    padding: 5px;
    overflow: hidden;
}

table.table-doclist tr:hover td .label {
    border-radius:  .25em .25em 0 0;
}

table.table-doclist .btn-group {
    display: none;

}

table.table-doclist tr:hover .btn-group {
    display: block;
}


table.table-doclist .btn-group .btn {
    width: 21px;
    border: 0;
    color: #d9e3eb;
    background: #626c75;
    border-top : 0;
    padding: 2px 0 ;
    font-weight: normal;
    font-size: 9pt;
}

table.table-doclist .btn-group .btn:hover {
    color: #fff;
}


table.table-doclist .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-right-radius: 0;

}
table.table-doclist .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
}

table.table-doclist td.datadoc {
    line-height: 14px !important;
}

table.table-doclist {
    line-height: 18px !important;
}

.panel.bg-white {
    background: rgba(255,255,255,.9) !important;
}


body.dashboard .header {
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
}

body.dashboard .page-container {
    background: transparent;
}

.page-container {
    min-height: 50%;
    height: auto;
}

.page-container .page-content-wrapper {
    min-height: 50%;
    height: auto;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
    position: relative;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > a.ext {
    position: absolute;
    right: 50px;
    top: 0px;
    width: 20px;
    z-index: 10;
    opacity: 0;
    font-size: 10px;
}

.page-sidebar:hover .sidebar-menu .menu-items > li ul.sub-menu > li > a.ext {
    opacity: 0.35;
}

body.sidebar-visible .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > a.ext {
    opacity: .25;
}

body.sidebar-visible .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > a.ext:hover {
    opacity: 1;
}

.nv-controlsWrap {
    display: none;
}


.modal,
.modal.fade,
.modal.fade.fill-in,
.modal.fade.fill-in.in {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

body.dashboard #app-content{
    padding-top: 60px;
    padding-bottom: 0px;
}

table .select2-container .select2-selection.select2-selection--single {
    min-width: 80px;
}

body .pgn-wrapper[data-position^='top-center'] {
    top: 25px;
    left: 10%;
    right: 10%;
    pointer-events: none;
    z-index: 10000;
}
body .pgn-wrapper[data-position^='top-center'] .alert {
    margin: auto;
    pointer-events:auto;
}

#select2-annoselezionato-results {
    text-align: center;
    font-size: 18px;
}

#select2-sezionaleselezionato-results {
    text-align: right;
    font-size: 18px;
}


#select2-sezionaleselezionato-results .select2-results__option,
#select2-annoselezionato-results .select2-results__option{
    line-height: 36px !important;
}

#select2-sezionaleselezionato-container,
#select2-annoselezionato-container{
    line-height: 29px;
    font-size: 24px;
    font-weight: 600;
    color: rgba(44, 48, 60, .75) !important
}

body.mobile #select2-sezionaleselezionato-container,
body.mobile #select2-annoselezionato-container{
    font-size: 18px;
}

#sezionaleselezionato .select2-container,
#annoselezionato .select2-container{
    border: 0 !important;
    padding: 0 !important;
    background: 0 !important;
}

#actionbar span.selection > span {
    border: 0 !important;
    background: 0;
    padding: 0;
}

#actionbar .select2-container--focus .select2-selection--single {
    background: 0 !important;
}

#actionbar .select2-selection__arrow {
    display: none;
}

#actionbar .select2-container .select2-selection.select2-selection--single {
    height: auto;
}


body .row.ricerca {
    border-top: solid 1px #eee;
}

body.ancorato .row.ricerca {
    border: 0;
    display: block;
    padding-top: 0px;
    margin-top: 0px;

}

body.ancorato .row.ricerca #search-table {
    display: none;
}

body.ancorato .row.ricerca #search-table.attivo {
    display: block;
    background: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #DF2525 !important;
    font-weight: bold;
    line-height: 14px;
    font-size: 10px;
    height: auto;
    min-height: 0;
}

table span.label {
    display: block;
    width: 100%;
    padding: 5px;
}

table span.label.abilitazioni-autisti,
table span.label.caratteristiche-rimorchi {
    display: inline;
    margin-right: 5px;
}

table.dataTable {
    margin: 0 !important;
}

table .btn-group {
    min-width: 0;
}

table .btn-group .btn.dropdown-toggle {
 padding: 5px 8px;;
}


.table-responsive {
    overflow: visible !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
}

form .table-responsive {
    padding-bottom: 60px;
}

form table th:first-child {
    width: 40px !important;
}

table .dropdown-menu{
    background: #dadfe5;
}

#tablecloud.table .menu-riga .dropdown-menu{
    background: #929ca5;
}

#tablecloud.table .menu-riga .dropdown-toggle{
    background: #929ca5;
}

#tablecloud.table .menu-riga .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: #6DC0F9;
    color: #fff;
}

#tablecorpo.table .menu-riga .dropdown-menu{
    background: #626C75;
}

#tablecorpo.table .menu-riga .dropdown-toggle{
    background: #626C75;
    color: #fff;
    border: 0;
}

#tablecorpo.table .menu-riga .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: #929Ca5;
    color: #fff;
}

table .dropdown-default .dropdown-menu:after {
    height: 0;
    background: none;
}

table .dropdown-default .dropdown-menu{
    margin-top: -35px;
    padding-left: 30px;
    padding-top: 0;
    border-radius: 2px;
}

table .dropdown-menu > li {
    padding: 0 0 0 30px !important;
}

table .dropdown-menu > li a{
    background: #fff;
    border-radius: 0;
    color: #2c2c2c;
}

table .dropdown-menu {
    padding: 0 !important;
    border-radius: 2px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    }

.select2-container--open .select2-selection--multiple .select2-selection__choice,
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
    background: #48b0f7 !important;
    color: #fff;
    vertical-align: middle;
    padding: 6px 9px;
    padding-right: 6px;
    border-radius: 3px;
    line-height: 15px;
    font-size: 11px;
}

.form-group-default.form-group-default-select2 .select2-container .select2-selection--multiple {
    height: auto;
    min-height: 52px;
}

.select2-container--open .select2-selection {
    background: rgba(0, 0, 0, .15) !important;
    color: rgba(44, 48, 60);
}

.select2-container--default .select2-results__option[aria-selected="true"]{
    background: rgba(0, 0, 0, .25);
    color: rgba(255, 255, 255, .5);
}

.iconapreview,
.imagepreview{
    position: absolute;
    height: 115px;
    line-height: 105px;
    width: 115px;
    top: -15px;
    right: 25px;
    color: #fff;
    font-size: 75px;
}

.relative {
    position: relative;
}

.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: #fff;
    font-weight: 900;
    margin-left: 4px;
    float: right;
    font-size: 15px;
    line-height: 12px;
}

table th.firstcol {
    width: 25px !important;
    max-width: 25px !important;
}


#tablecorpo thead th {
    background: #626C75;
    color: #fff;
    padding-left: 0;
    padding-right: 0;    
}

#tablecloud thead th {
    background: #48B0F7;
    color: #fff;
}

#tablecloud tfoot td {
    color: rgba(0,0,0,.5);
    padding: 5px 15px 35px;
    text-align: right;
    font-size: 14px;
    font-style: italic;
}


#actionbar .input-daterange {
    width: 220px;
}

#actionbar .ctrldate {
    height: 35px;
    font-size: 10px;
}

.table.table-hover tbody tr td .tableinput.error,
.table.table-hover tbody tr:hover td .tableinput.error {
        background: #f55753 !important;
    color: #fff !important;

}


.modal.fade.fill-in.in.nota {
    background: rgba(255,255,255,.55);
}

.modal.nota textarea {
    height: 100px;
    border: 0;
    resize: none;
    background: #fff;
}

.modal.nota textarea:focus {
    background: #fff;
}

.modal.nota .modal-body {
    background: #F8D053;
    padding: 4px;
    border-radius: 5px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .3);
}

.modal.nota #note,
.modal.nota #elenconotedocumento {
    height: 30vh;
    overflow-y: auto;
    color: #313B44;
    text-align: left;
    font-size: 12px;
}

.modal .nuovanota {
    position: relative;
    display: block;
    height: 120px;
    background: #fff;
    padding: 10px 80px 10px 10px;
    border-radius: 3px;
}

.modal .btn-nota {
    border: 0;
    color: #F8D053;
    background: #3B4752;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 30px;
    border-radius: 40px;
}

.modal .btn-notadelete {
    border: 0;
    background: #F55753;
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    top: -45px;
    border-radius: 40px;
}

.h10 {
    height: 10vh;
}

.h20 {
    height: 20vh;
}

.h30 {
    height: 30vh;
}

.h40 {
    height: 40vh;
}

.h50 {
    height: 50vh;
}

.h60 {
    height: 60vh;
}

.h70 {
    height: 70vh;
}

.h80 {
    height: 80vh;
}

.h90 {
    height: 90vh;
}

.h100 {
    height: 100vh;
}



.widget-12 #tableWithSearchNoSort > thead,
.widget-12 .dataTables_info {
        display: none;
}



.panel-body.scroll-y {
    overflow-y: auto;
}

#figlimovimento .modal-content {
    overflow-x: auto;
}

#figlimovimento .modal-dialog {
    width: 90vw;
    border-radius: 12px;
    overflow: hidden;
}

.modal.figli .modal-body {

    padding: 0px;
    overflow: hidden;
}


#figlimovimento .modal-dialog {
    max-width: 1000px;
}

#figlimovimento table th:first-child(),
#figlimovimento table td:first-child() {
    padding-left: 10px;
}

#figlimovimento table th:last-child(),
#figlimovimento table td:last-child() {
    padding-right: 10px;
}

#figlimovimento table thead {
    display: none;
}


body.mobile #figlimovimento .table-responsive {
    width: 90vw;
    max-width: 1000px;
}

body.mobile #figlimovimento #tablefigliarea {
    padding: 0;
}


body.mobile .modal.fill-in .modal-dialog {
    width: 90vw;
}

body.mobile #modal-nota .modal-dialog {
    padding: 5vw;
}

.modal-dialog {
    margin: 0;
}

#tablecorpo.dataTable thead>tr>th.sorting_asc,
#tablecorpo.dataTable thead>tr>th.sorting_desc,
#tablecorpo.dataTable thead>tr>th.sorting,
#tablecorpo.dataTable thead>tr>td.sorting_asc,
#tablecorpo.dataTable thead>tr>td.sorting_desc,
#tablecorpo.dataTable thead>tr>td.sorting {
    padding-left: 10px;
    padding-right: 5px !important;
}

.breadcrumb i {
    font-weight: 900;
}

#dashboard-autista .panel-body.bg-white {
    background: #fff;
}

.btn-doc {
    width: 100%;
    display: block;
}

span.rowinfo {
    display: block;
    text-align: center;
    padding: 2px 0;
    font-size: 10px;
    opacity: .65;
}

span.rowinfo:hover {
    opacity: 1;
}

table tr.trlink td,
table tr td.tdlink {
    cursor: pointer;
}

[data-toggle-pin="sidebar"] > i:before {
    content: "\f08d";
}

.checkbox {
    margin-top: 17px;
    margin-bottom: 17px;
}

* {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;       
    letter-spacing: normal;
}

body {
    font-family: 'Roboto', sans-serif;
    letter-spacing: normal;
    font-size: 16px;
}

.page-sidebar .sidebar-menu .menu-items > li > a {
    font-family: 'Roboto', sans-serif;
}

.page-sidebar .sidebar-menu .menu-items > li > a span {
    font-family: 'Roboto Condensed', sans-serif;
}

.page-sidebar .sidebar-menu .menu-items > li > a span.title {
    font-family: 'Roboto', sans-serif;
}

.form-ns h5 {
    font-family: 'Roboto', sans-serif;
}

.form-ns .nota-form {
    font-family: 'Roboto', sans-serif;
}

.form-control.tableinput {
    font-family: "Inconsolata", monospace;
}

.datepicker thead tr .dow {
    font-family: 'Roboto', sans-serif;
}

.datepicker.dropdown-menu td.cw {
    font-family: 'Roboto', sans-serif;
}

.form-group label {
    font-family: 'Roboto', sans-serif;
}

.form-group label:not(.error) {
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(0, 0, 0, .5);
}

.breadcrumb a {
    font-family: 'Roboto Condensed', sans-serif;
}


.form-group {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.panel .panel-heading .panel-title {
    font-family: 'Roboto', sans-serif;
}

.font-montserrat {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.line-chart .tick text, .line-chart .nvd3 .nv-axis .nv-axisMaxMin text {
    font-family: 'Roboto', sans-serif;
}

.modal.fade.fill-in.in {
    background-color: rgba(255, 255, 255, 0.5);
}

.modal-backdrop {
    display: none;
}

.modal {
    pointer-events: auto !important;
}

.font-light {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: lighter;
}

.font-condensed {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: "Font Awesome 5 Free";
	content: "\F00C";
	color: #fff;
    visibility: visible;
    font-weight: 900;
}

.page-sidebar:hover {
    transform: translateX(210px);
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.5);
}

body.menu-pin .page-sidebar:hover {
    box-shadow: 0 0 0 0;
}


.page-sidebar:hover .sidebar-header .sidebar-header-controls,
body.menu-pin .sidebar-header .sidebar-header-controls {

	-webkit-transform: translate3d(48px,0,0);
	transform: translate3d(48px,0,0);
	-ms-transform: translate(48px,0);
}

.form-control,
input.form-control,
textarea.form-control,

.select2-results li {
    font-family: "Inconsolata", monospace;
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: 400;
}

/*
#tablecorpo th {
    border-bottom: solid 1px #929ca5;
}

#tablecorpo tfoot td {
    border-top: solid 1px #929ca5;
}
*/

#tablecorpo td{
    font-family: "Inconsolata", monospace;
    line-height: 14px;
}

#tablecorpo td .select2-container .select2-selection .select2-selection__rendered,
#tablecorpo td .form-control,
#tablecorpo td input.form-control,
#tablecorpo td textarea.form-control,
#tablecorpo td .select2-results li {
    font-family: "Inconsolata", monospace;
    font-size: 14px;
    line-height: 25px;
}


pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-family: "Inconsolata", monospace;
    font-size: 13px;
    line-height: 1.4285;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}



.form-group.form-group-default-select2.input-group {
    display: block;
    padding-left: 0px;    
    box-sizing: border-box;
}

.form-group.form-group-default-select2.input-group .input-group-addon,
.form-group.form-group-default-select2.input-group label {
    display: inline-block;
}

.form-group.form-group-default-select2.input-group .input-group-addon{
    height: 52px;
}


.form-group.form-group-default-select2.input-group .input-group-addon i {
    top: 9px;
}

select.full-width + .select2-container{
        width: calc(100% - 50px) !important;
}

.select2-container .select2-selection__rendered {
    width: calc(100% - 15px) !important;
}

#actionbar select.full-width + .select2-container{
    width: 100% !important;
}

#actionbar .select2-container .select2-selection__rendered {
    width: 100% !important;
}

#actionbar .select2-container .select2-selection .select2-selection__rendered {
    padding: 0;
}

.select2-container .select2-selection .select2-selection__arrow {
    right: 7px !important;
}

#app-content .container > .panel {
    position: relative;
}

/*
#app-content .container > .panel::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: radial-gradient(rgba(255,255,255,0) 50%, rgba(255,255,255,0.3));
    pointer-events: none;
}
*/

body.mobile #app-content .container-fluid .totalirow {
    margin-left: 0;
    margin-right: 0;
    background: 0;
}

#app-content .container-fluid .totali {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    padding: 0;
    box-shadow: 0 0 3px rgba(0,0,0,.25);
    margin-top: 5px;
    margin-bottom: 5px;
}

#app-content .container-fluid .totali::after{
    content: " ";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: radial-gradient(rgba(255,255,255,0) 30%, rgba(255,255,255,0.2));
    pointer-events: none;
}



body .flck-canvas,
.page-container,
.page-container .page-content-wrapper {
    min-height: 100vh;
}

body.menu-pin .header .brand {
    display: none !important;
}

.form-ns h5{
    position: relative;
    margin-top: 10px;
}

.form-ns h5.bg-white{
    background: rgba(255,255,255,.5);
    position: relative;
}

.form-ns h5::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle, rgba(255,255,255,0), rgba(255,255,255,0.1));
    pointer-events: none;
}

.page-sidebar .sidebar-header {
    line-height: 60px;
}

body.mobile .page-sidebar .sidebar-header {
    line-height: 48px;
    height: 48px;
}

form .form-ns .row {
    margin-top: 10px;
}

form .form-ns .row20 {
    margin-top: 20px;
    margin-bottom: 10px;
}

form .form-ns .row20t {
    margin-top: 20px;
}

form .form-ns .row20b {
    margin-bottom: 10px;
}

table.table.table-operazioni tr.dare td {
    background: #fff !important;
    color: #009999 !important;
    border-bottom: 2px solid #626c75 !important; 
}

table.table.table-operazioni tr.avere td {
    background: #fff !important;
    color: #F55753 !important;
    border-bottom: 2px solid #626c75 !important; 
}

table.table.table-hover.table-regole tbody tr.odd td.col-condizioni.archiviata {
    background: #E6E6E6 !important;
    color: #2C2C2C
}

table.table.table-hover.table-regole tbody tr.even td.col-condizioni.archiviata {
    background: #F0F0F0 !important;
    color: #626262;
}

table.table.table-hover.table-regole tbody tr.odd:hover td.col-condizioni.archiviata {
    background: #cacaca !important;
    color: #2C2C2C
}

table.table.table-hover.table-regole tbody tr.even:hover td.col-condizioni.archiviata {
    background: #dcdcdc !important;
    color: #626262;
}

table.table.table-hover.table-regole tbody tr.odd td.col-condizioni.inserimento {
    background: #3C93CE !important;
    color: #DAEFFD
}

table.table.table-hover.table-regole tbody tr.even td.col-condizioni.inserimento {
    background: #48B0F7 !important;
    color: #DAEFFD;
}

table.table.table-hover.table-regole tbody tr.odd:hover td.col-condizioni.inserimento {
    background: #3481b4 !important;
    color: #DAEFFD
}

table.table.table-hover.table-regole tbody tr.even:hover td.col-condizioni.inserimento {
    background: #3d94ce !important;
    color: #DAEFFD;
}

table.table.table-hover.table-regole tbody tr.odd td.col-condizioni {
    background: #40D9CA !important;
    color: #0A7C71
}

table.table.table-hover.table-regole tbody tr.even td.col-condizioni {
    background: #0dac9c !important;
    color: #CFF5F2;
}

table.table.table-hover.table-regole tbody tr.odd:hover td.col-condizioni {
    background: #40D9CA !important;
    color: #0A7C71
}

table.table.table-hover.table-regole tbody tr.even:hover td.col-condizioni {
    background: #0eb1a0 !important;
    color: #CFF5F2;
}

table.table.table-hover.table-regole tbody tr.odd td.col-condizioni-vuote {
    background: #F77975 !important;
    color: #fff
}

table.table.table-hover.table-regole tbody tr.even td.col-condizioni-vuote {
    background: #F55753 !important;
    color: #fff;
}

table.table.table-hover.table-regole tbody tr.odd:hover td.col-condizioni-vuote {
    background: #F77975 !important;
    color: #fff
}

table.table.table-hover.table-regole tbody tr.even:hover td.col-condizioni-vuote {
    background: #F55753 !important;
    color: #fff;
}




.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 0;
}

table.table.table-hover.table-regole tbody tr td.col-operazioni {
    padding:0;
    background: #232B31 !important;
    font-size: 10px;
}

.riga-operazione {
    display: block;
    padding: 1px 5px;
}

.riga-operazione .conto {
    float: left;
    display: block;
    width: 50%;    
    text-align: left;   
    color: #aaa;
}

.riga-operazione .dare {
    float: left;
    display: block;
    width: 25%;    
    text-align: right;   
    color: #F55753;
}

.riga-operazione .avere {
    float: left;
    display: block;
    width: 25%; 
    text-align: right;   
    color: #10CFBD;
}

.riga-operazione.rigatotali {
    background: rgba(0,0,0,.5) !important;  
    font-size: 14px;

}

.riga-operazione:nth-child(even) {
    background: rgba(0, 0, 0, .1);    
}

.riga-operazione:hover {
    background: rgba(0, 0, 0, .3);    
}

.text-white-dim {
    color: rgba(255,255,255,.5);    
}

.text-black-dim {
    color: rgba(0,0,0,.5);    
}

.panel .panel-body {
    padding: 10px 20px;
}

table.table-operazioni {
    font-family: "Inconsolata", monospace;
}

.btn-info.hover, .btn-info:hover, .open .dropdown-toggle.btn-info {
    background-color: #46535f;
    border-color: #46535f;
    color: #fff;
}

.codiceconto {
    display: inline-block;
    width: 70px;
    font-weight: bold;
}

.table-responsive::-webkit-scrollbar {
    width: 10px;
	background: #626c75;
}

.table-responsive::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, .50);
}

.table-responsive::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(0, 0, 0, .10);
}

.table-responsive::-moz-scrollbar {
    width: 10px;
	background: #626c75;
}

.table-responsive::-moz-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, .50);
}

.table-responsive::-moz-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(0, 0, 0, .10);
}

table.dataTable td.dataTables_empty, #tablecorpo td.dataTables_empty, table.dataTable th.dataTables_empty {
    line-height: 50px;
    background: #fff !important;
}


table.table-doclist tbody,
table.table-documenti tbody {
    background: #fff; 
}


/*
.panel-body.bg-info-light .table.tablerowborder thead th,
.panel-body.bg-info-light .table.tablerowborder tbody td {
    border-bottom: solid 3px #626C75 !important;
}
*/

.panel-body.bg-success-dark .table.tablerowborder thead th,
.panel-body.bg-success-dark .table.tablerowborder tbody td {
    border-bottom: solid 3px #0da899 !important;
}

.panel-body.bg-complete-dark .table.tablerowborder thead th,
.panel-body.bg-complete-dark .table.tablerowborder tbody td {
    border-bottom: solid 3px #3a8fc8 !important;
}

.panel-body.bg-warning .table.tablerowborder thead th,
.panel-body.bg-warning .table.tablerowborder tbody td {
    border-bottom: solid 3px #f8d053 !important;
}

.panel-body.bg-warning .table.tablerowborder thead th,
.panel-body.bg-warning .dataTables_wrapper .dataTables_info {
    color: rgba(0, 0, 0, .50);
}

.panel-body.bg-success-darker .table.tablerowborder thead th,
.panel-body.bg-success-darker .table.tablerowborder tbody td {
    border-bottom: solid 3px #0a7c71 !important;
}


#tablesubtotali.table tbody {
    background: rgba(255,255,255, .75);
}

#tablesubtotali tbody tr td {
    padding: 7px 15px;
}

#tablesubtotali thead tr th {
    padding: 7px 15px;
    color: #fff;
}

#tablesubtotali tfoot tr td {
    vertical-align: middle;
    font-size: 12px;
    padding: 7px 15px;
    color: #fff;
}

#tablesubtotali tfoot tr td.totale {
    font-size: 16px;
    padding: 7px 15px;
    color: #000;
}

body.mobile #actionbar {
    margin-bottom: 30px;
}

body.mobile .container > .panel {
    margin-top: 20px;
}

body.mobile #app-content .container-fluid .totalirow {
    padding-top: 10px;
}


table.table-contilist tbody tr.padre td {
    padding: 10px;
    color: #1F272C;
}

.table.table-contilist tbody tr.figlio:nth-child(odd) td {
    padding: 5px 10px; 
    background: #232B31 !important;
    color: #aaa;
}

.table.table-contilist tbody tr.figlio:nth-child(even) td {
    padding: 5px 10px; 
    background: #1F272C !important;
    color: #aaa;
}

.table.table-contilist tbody tr.figlio:nth-child(odd):hover td,
.table.table-contilist tbody tr.figlio:nth-child(even):hover td,
.table.table-contilist tbody tr.figliopadre:hover td {
        background: #181E22 !important;    
}


.table.table-contilist tbody tr.figliopadre td {
    padding: 5px 10px; 
    background: #535B61 !important;
    color: #ccc;
    font-size: 12px !important;
}

table.table-contilist tbody tr td.dare {
    color: #F55753 !important;
}

table.table-contilist tbody tr td.avere {
    color: #10CFBD !important;
    border-left: solid 1px rgba(0, 0, 0, .25);
    border-right: solid 1px rgba(0, 0, 0, .25);
}

table.table-contilist tbody tr.figlio td {
    font-size: 12px !important;
}

table.table-contilist tbody tr.figlio.totalecontopadre td {
    font-size: 13.5px !important;
}

.table.table-contilist tbody tr.figlio.totalecontopadre td {
    background: #080E12 !important;    
    padding-bottom: 20px;
}

.table.table-contilist tbody tr td .btn-link {
    padding: 0 5px !important;
    opacity: 0;
}

.table.table-contilist tbody tr.figlio td .btn-link,
.table.table-contilist tbody tr.figliopadre td .btn-link {
    color: #ffffff;
}

.table.table-contilist tbody tr.padre td .btn-link {
    color: #080E12;
}

.table.table-contilist tbody tr:hover td .btn-link {
    opacity: 1;
}

.primanota #tablesubtotali thead tr th {
    background: #10CFBD;
}

.primanota #tablesubtotali tfoot tr td {
    color: #181E22;
    border-top: solid 1px #10cfbd;
}

.primanota .table-responsive {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 1px 4px 0px rgba(0,0,0,0.2);
}

.scadenze #tablesubtotali thead tr th {
    background: #fff;
    color: #000;
}

.scadenze .table-responsive {
    border-radius: 0px;
    box-shadow: none;
}

.scadenze #tablesubtotali_wrapper {
    margin: 0;
}

.scadenze #tablesubtotali tbody {
    background: #626C75 !important;
    color: #fff;
}

.scadenze #tablesubtotali tfoot tr td {
    color: #ccc;
    border-top: solid 1px #fff;
}

.scadenze #tablesubtotali tfoot tr td.totale {
    background: #fff;
    color: #080E12;
}

.scadenze #tablesubtotali tfoot tr.totali td {
    color: #000;
    background: 0;
}

.scadenze #tablesubtotali tfoot tr.ritenuta td {
    border-top: none;
}

.scadenze #tablesubtotali tfoot tr.dapagare td {
    background: #fff;
    border-top: none;
    color: #000 !important;
    font-weight: bold;
}

.scadenze #tablesubtotali tbody tr:nth-child(odd) td {
    background: rgba(255, 255, 255, .1) !important;
    color: #fff;
}

.scadenze #tablesubtotali tbody tr:nth-child(even) td {
    background: rgba(255, 255, 255, .3) !important;
    color: #fff;
}

.scadenze #tablesubtotali tbody tr:nth-child(odd) td.totale {
    background: rgba(255, 255, 255, .3) !important;
    color: #000;
}

.scadenze #tablesubtotali tbody tr:nth-child(even) td.totale {
    background: rgba(255, 255, 255, .5) !important;
    color: #000;
}

.scadenze #tablesubtotali thead tr th {
    background: 0 !important;
    color: rgba(0,0,0,.5);
}

.totalirow {
    padding-top: 5px;
}



.alert.alert-inline {
    display: inline-block;
    border-radius: 100px;
    margin: 5px;
}


.table.table-regole tbody tr td {
    border-bottom: solid 1px rgba(0,0,0,.5) !important;
}

.line-chart .tick text, .line-chart .nvd3 .nv-axis .nv-axisMaxMin text {
    color: rgb(110,110,110);
}

.white .line-chart .nvd3 .nv-axis .nv-axisMaxMin text, .white .line-chart .tick text {
    fill: rgba(255,255,255,.5);
    color: rgba(255,255,255,.5);
}

.line-chart .nv-pointer-events-none .value.nv-pointer-events-none {
    font-family: 'Robot Condensed', sans-serif;
}

.bootstrap-tagsinput .tag [data-role=remove]:after {
    font-family: "Font Awesome 5 Free";
    content: "\f057";
    padding: 0;
}

.cloud-component #tablecloud tfoot td {
    text-align: center;
    padding: 5px;
}

.table-operazioni .codiceconto {
    display: block;
    font-size: 12px;
}

.panel.prima-nota-ui .codiceconto {
    display: block;
    font-size: 12px;
}


.panel.prima-nota-ui #tabellacorpo .select2-selection__rendered{
    color: #626262!important;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    padding: 0;
    width: 100% !important;
}
    
.panel.prima-nota-ui #tabellacorpo .form-control.tableinput {
    padding: 2px 5px !important;
    min-height: 25px;
    height: 25px;
}

.panel.prima-nota-ui #tabellacorpo .colonnaiva .select2-container .select2-selection.select2-selection--single {
    height: 25px;
}

.panel.prima-nota-ui #tabellacorpo .colonnaiva .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 21px;
}

table .select2.select2-container.select2-container--open {
    background: #eee;
}

#xmlsdi,
#imageiframe {
    display: block;
    border: 0;
    margin: 0;
    height: 40vh;
    width: 100%;
    background: 0;
    border-top: solid 1px #444;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
}

#imageiframe body > img {
    text-align: center;
    padding: 20px;
}

.bg-preview {
    background:rgb(82, 86, 89);
}

.table.table-hover tbody tr:nth-child(even) td.bg-info,
.table.table-operazioni.table-hover tbody tr:nth-child(even) td.bg-info,
.table.primenote.table-hover tbody tr:nth-child(even) td.bg-info {
    background: rgb(59, 71, 82) !important;
}

.table.table-hover tbody tr:nth-child(odd) td.bg-info,
.table.table-operazioni.table-hover tbody tr:nth-child(odd) td.bg-info,
.table.primenote.table-hover tbody tr:nth-child(odd) td.bg-info {
    background: rgb(49, 61, 72) !important;
}

.no-wrap{
    white-space: nowrap !important;
}

/* soggettotemplate */

.s2nazionesoggetto,
.s2comunesoggetto,
.s2provinciasoggetto {
    display: inline-block;
    padding: 2px;
    opacity: .7;
    font-size: 70%;
}

.s2descrprod,
.s2ragionesocialesoggetto {
    display: block;
    font-weight: bold;
}

.s2codicesoggetto,
.s2codicefiscalesoggetto,
.s2partitaivasoggetto,
.s2codicetipoprod {
    display: inline-block;
    padding: 2px;
    font-size: 70%;
    color: #000;
}

.s2prezzoacquisti {
    display: inline-block;
    padding: 2px;
    font-size: 70%;
}

.s2prezzovendita {
    display: inline-block;
    padding: 2px;
    font-size: 70%;
}


table td.separatoreinevidenza {
    padding: 0 !important;
    height: 15px !important;
}

.table.table-hover tbody tr:nth-child(odd) td.separatoreinevidenza,
.table.table-hover tbody tr:nth-child(even) td.separatoreinevidenza {
    background: #929ca5 !important;
}

#form-login .alert {
    margin: 10px 0 0 0;
}

#form-login .form-group-attached {
    border: solid 1px rgba(255,255,255, .5);
}

#form-login .form-group.form-group-default {
    border: 0;
}

.input-group-addon {
    position: relative;
}

.input-group-addon .plusicon {
    position: absolute;
    font-size: 10px;
    top: 4px !important;
    right: 2px;    
}

table td .inforiga{
    font-family: 'Inconsolata';
    display: block;
    font-size: 9px !important;
    line-height: 10px !important;
    opacity: 0.6;
}

table td .rowtext {
    font-family: "Inconsolata", monospace;
    display: block;
    margin-top: 6px;
    margin-bottom: 5px;
}

.checkbox label:before {
    border-radius: 100%;
}

table.table-documenti tr td:last-child {
    padding-right: 10px;
}


table td .checkbox label, .radio label {
    display: inline-block;
    position: relative;
    margin-left: 6px !important;
    margin-right: 0px !important;
    padding-left: 0 !important;
    font-size: 14px;
}

table td .checkbox label:before, .radio label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    position: relative;
    background-color: #fff;
    border: 1px solid #d0d0d0;
}






body.dashboard .panel-heading,
body.dashboard .panel-title {
    font-weight: normal !important;
}


body.dashboard .panel-body {
    background: #fff !important;
}

@media (min-width: 1921px) {
    .container-fluid.container-fixed-lg {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (min-width: 768px) 
{
    form .row [class*=col-]:last-child.btn-rounded {
        padding-left: 17px;
        padding-right: 17px;
    }
}

@media (max-width: 767px) {
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .totalirow > div {
        padding: 4px;
    }
}

.bootstrap-tagsinput {
    line-height: 27px;
}

.bootstrap-tagsinput .tag {
    border-radius: 20px;
    line-height: 27px;
    padding: 5px;
}












































/*
PACE
*/

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
  
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 10000;
    
    -webkit-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  
    -webkit-transition: -webkit-transform .5s ease-out;
    -ms-transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;

  }
  
  .pace.pace-active {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .pace .pace-progress {
    display: block;
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
    background: #f8d053;
    pointer-events: none;
    box-shadow: 0 0 50px #f8d053;
}
  
  body.building .pace .pace-progress {
    height: 4px;
  }  
  /*
  FINE PACE
  */


/* ios switch */


/*******************************************************
FLCK SWITCH
*******************************************************/

.flck-switch label {
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(0, 0, 0, .5);
    text-transform: uppercase;   
    font-size: 11px; 
    width: 100%;
    text-align: center;    
}
.flck-switch input + span {
    padding: 0;
}

.flck-switch {
    position: relative;
    height: 52px;
  }
  .flck-switch input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .flck-switch input + span {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .flck-switch input + span:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    display: inline-block;
  }
  .flck-switch input + span > h4 {
    display: inline;
  }
  .flck-switch input + span:before {
    content: "";
    height: 20px;
    width: 40px;
    background: rgba(100, 100, 100, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
    transition: background 0.2s ease-out;
  }
  .flck-switch input + span:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-25px);
    top: 25px;
    display: block;
    background: #ffffff;
    transition: margin-left 0.1s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
  }
  .flck-switch input:checked + span:after {
    margin-left: 20px;
    content: "";
  }
  .flck-switch input:checked + span:before {
    transition: background 0.2s ease-in;
  }
  .flck-switch input + span:before {
    border-radius: 20px;
    width: 40px;
  }
  .flck-switch input + span:after {
    background: #ffffff;
    content: "";
    width: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    border-radius: 20px;
  }
  .flck-switch input:not(:checked) + span:after {
    -webkit-animation: popOut ease-in 0.3s normal;
            animation: popOut ease-in 0.3s normal;
  }
  .flck-switch input:checked + span:after {
    content: "";
    margin-left: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    -webkit-animation: popIn ease-in 0.3s normal;
            animation: popIn ease-in 0.3s normal;
  }
  .flck-switch input:checked + span:before {
    background: #10CFBD;
  }
  #form-login .flck-switch input:checked + span:before {
    background: rgba(35, 43, 49, 0.8);
  }  
  .flck-switch.flck-switch-md input + span:before {
    border-radius: 25px;
  }
  .flck-switch.flck-switch-md input + span:after {
    border-radius: 25px;
  }
  .flck-switch.flck-switch-lg input + span:before {
    border-radius: 40px;
  }
  .flck-switch.flck-switch-lg input + span:after {
    border-radius: 40px;
  }
  .flck-switch input + span:before {
    box-shadow: none;
  }
  
  /*#####*/
  .flck-switch-info.flck-switch--b input:checked + span:before,
  .flck-switch-info.flck-switch input:checked + span:before,
  .flck-switch-info.flck-switch--c input:checked + span:before,
  .flck-switch-info.flck-switch--c-weight input:checked + span:before {
    background: #5bc0de;
  }
  
  .flck-switch-warning.flck-switch--b input:checked + span:before,
  .flck-switch-warning.flck-switch input:checked + span:before,
  .flck-switch-warning.flck-switch--c input:checked + span:before,
  .flck-switch-warning.flck-switch--c-weight input:checked + span:before {
    background: #f0ad4e;
  }
  
  .flck-switch-danger.flck-switch--b input:checked + span:before,
  .flck-switch-danger.flck-switch input:checked + span:before,
  .flck-switch-danger.flck-switch--c input:checked + span:before,
  .flck-switch-danger.flck-switch--c-weight input:checked + span:before {
    background: #d9534f;
  }
  
  /*******************************************************
  Sizes
  *******************************************************/
  .flck-switch-sm {
    line-height: 10px;
  }
  .flck-switch-sm input + span:before {
    width: 20px;
  }
  .flck-switch-sm input + span:after,
  .flck-switch-sm input + span:before {
    height: 10px;
    line-height: 10px;
  }
  .flck-switch-sm input + span:after {
    width: 10px;
    vertical-align: middle;
  }
  .flck-switch-sm input:checked + span:after {
    margin-left: 10px;
  }
  .flck-switch-md {
    line-height: 22px;
  }
  .flck-switch-md input + span:before {
    width: 50px;
  }
  .flck-switch-md input + span:after,
  .flck-switch-md input + span:before {
    height: 22px;
    line-height: 22px;
  }
  .flck-switch-md input + span:after {
    width: 22px;
    vertical-align: middle;
  }
  .flck-switch-md input:checked + span:after {
    margin-left: 28px;
  }
  .flck-switch-lg {
    line-height: 40px;
  }
  .flck-switch-lg input + span:before {
    width: 80px;
  }
  .flck-switch-lg input + span:after,
  .flck-switch-lg input + span:before {
    height: 40px;
    line-height: 40px;
  }
  .flck-switch-lg input + span:after {
    width: 40px;
    vertical-align: middle;
  }
  .flck-switch-lg input:checked + span:after {
    margin-left: 40px;
  }

  #userlike #userlike-poweredby {
    display: none !important;
}

nav.navbar.bg-info-lighter {
    border: 0;
    border-radius: 0;
}

.h-54 {
    height:54px;
}

body.dashboard .panel {
    overflow: visible;
}

#sfogliapagine {
    display : block;
    margin: 20px 0;
    list-style-type : none;
    padding: 0 20px;
    text-align: left;
}

#sfogliapagine li{
    display: inline-block;
    padding: 3;
    margin: 0;
}

#sfogliapagine a.pagina {
    display: inline-block;
    padding: 0;
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 100;
    color: #fff;
    font-size: 12px;
    margin: 0 2px;
    transition: all .5s;
}

#sfogliapagine a.pagina::after {
    content: " ";
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: #626C75;
    z-index: -1;
    top: -2px;
    box-shadow: 0 1px 4px 0px rgba(0,0,0,0.2);
    transition: all .5s;
}

#sfogliapagine a.pagina-attiva {

    font-weight: 800;
    color: #626C75;

}

#sfogliapagine a.pagina-attiva::after {

    background: #fff;
    box-shadow: inset 0 1px 10px 0px rgba(0,0,0,0.3);

}

#sfogliapagine a.pagina:hover::after {
    background: #10cfbd;
    transition: all .5s;
}

#sfogliapagine a.pagina-attiva:hover::after {
    background: #fff;
    box-shadow: 0 0 0 0;
}

table tfoot tr.documento td {
    border-top: solid 1px rgba(255, 255, 255, .5);
    font-size: 16px;
}

table tfoot tr.parziale td {
    color: #fff !important;
    font-size: 12px;
    padding: 5px;
}

form[id$="-preleva"] .table-responsive {
    padding-bottom: 0;
}

#actionbar button.btn.btn-complete {
    color: #48b0f7;
}
