/*generalli*/
.card-primary.card-outline {
    border-top: 3px solid #f18b17 !important;
}
.navbar {
    background-color: #fff !important
}

.bars::before, .bars::after {
    color: #000;
}

#leftsidebar li.header.user_login {
    border-right: 3px solid #2eafdf;
}

.user_login {
    background-color: #2eafdf !important;
}

.titolo_management {
    font-size: 0.9em;
    line-height: 1.2em;
    color: #888989;
}

.messaggio_benvenuto {
    font-size: 2.5em;
    color: #f18b17;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #f18b17 !important;
    color: #fff;
  }
body.login-page{
    background-color: orange !important;
}
.messaggio_benvenuto_cliente {
    font-size: 1.4em;
}

.field_note {
    font-style: italic;
    font-weight: normal;
    font-size: 12px
}

.note {
    font-style: italic;
    font-weight: normal;
    font-size: 12px
}

td.separatore_lingue div {
    border-bottom: dashed 1px #ccc;
    margin: 5px 0;
    padding-bottom: 5px;
}

.btn-video-view {
    color: #555a5a
}

/*colore background*/
.content-wrapper {
    background-color: #eaeaea !important;
}

/*sidebar*/

.main-sidebar {
    background-color: #a4a6a7;
}

[class*="sidebar-dark-"] .sidebar a {
    color: #fff;
}

a {
    color: #f18b17;
}

.legal {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 15px;
    overflow: hidden;
}

.legal > .copyright, .legal > .version, .bars::before, .bars::after {
    color: #fff;
}
.none{display: none;}
.nav-item span {
    min-width: 30px;
    float: left;
    text-align: center;
    margin: 0 5px 0 -5px
}

.skin-blue .main-header {
    background-color: #fff;
}

.skin-blue .main-header .logo {
    background-color: #fff;
    color: #000;
    border-bottom: 0 solid transparent;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #a4a6a7;
}
.btn-active{
    background-color: #f18b17 !important;
    border-color: #f18b17 !important;
    color: #fff !important;
}
.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    background-color: #f18b17;
    color: #fff;
}

.user-panel a {
    color: #fff;
    text-decoration: underline;
}

.titolo_management {
    font-size: 0.9em;
    line-height: 1.2em;
    color: #888989;
}

.content-header>h1 {
    margin: 0;
    font-size: 24px;
    color: #000;
}

.content-header>h1>small {
    font-size: 18px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300;
    color: #555a5a;
}

.btn-primary {
    background-color: #f18b17;
    border-color: #f18b17;
    color: #fff;
}

.btn-primary:hover {
    background-color: orange;
    border-color: orange;
    color: #fff;
}

#map_canvas {
    width: 100%;
    height: 500px;
}

#current {
    padding-top: 25px;
}

[class*="sidebar-dark-"] .sidebar a {
    color: #fff;
}

.nav-item h2 {
    color: #888989;
    padding-right: 15px;
}

.card-primary.card-outline-tabs>.card-header a.active {
    border-top: 3px solid #f18b17;
}

.btn-primary {
    text-transform: uppercase;
}

@media all and (min-width: 996px) {
    #hamburgermenu {
        display: none;
    }
}

.user-panel, .user-panel .info {
    white-space: normal;
}

/*icone*/

.col-orange {
    color: #2d9907 !important;
}

.bg-yellow {
    background-color: #2eafdf !important;
    color: #fff;
}

.col-amber {
    color: #2eafdf !important;
}

/*bottoni*/

.add-action, .add-action:hover, .add-action:active, .add-action:focus {
    background-color: #2eafdf !important;
}

.bg-amber {
    background-color: #2eafdf !important;
    color: #fff;
}

.colorForm {
    color: #2eafdf;
}

.nav-tabs.tab-col-amber>li>a:before {
    border-bottom: 2px solid #2eafdf;
}

.nav-tabs>li:not(.active)>a:hover {
    color: #2eafdf !important;
}

.bg-black {
    background-color: #2eafdf !important;
    color: #fff;
}

.add-action i {
    color: #fff !important;
}

.input-group-addon {
    background-color: #2eafdf !important;
    color: #fff;
}

body .nav-tabs>li:not(.active)>a:hover {
    color: #2eafdf !important;
}

#addBtn, #addBtn i {
    background-color: #2eafdf !important;
    color: #fff !important;
}

#leftsidebar li.header.user_login {
    border-right: 3px solid #f18b17;
    background-color: #f18b17 !important
}

.slimScrollDiv .list .header {
    color: #fff;
}

/*iPHONE*/

@media only screen and (max-width: 767px) {
    .titolo_management {
        display: none !important
    }
}

.modal-title {
    color: #000;
    font-size: 18px !important
}

.paragrafo_news {
    font-size: 1.2em;
    color: #bbb
}

table.dataTable tbody td.select-checkbox::before, table.dataTable tbody th.select-checkbox::before {
    content: '';
    display: none;
}

table.dataTable tbody td.select-checkbox::after, table.dataTable tbody th.select-checkbox::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 0;
    transition: .2s;
}

table.dataTable tr.selected td.select-checkbox::after, table.dataTable tr.selected th.select-checkbox::after {
    content: ' ';
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

table.dataTable tr.selected td.select-checkbox::after, table.dataTable tr.selected th.select-checkbox::after {
    top: 50%;
    left: 50%;
    width: 12px;
    height: 22px;
    margin: -2px 0 0 -6px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: translate(-50%, -50%) rotate(40deg);
    transform: translate(-50%, -50%) rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.nav>li>a.tabError {
    background: #F00;
    color: #FFF !important;
}