@charset "UTF-8";

/* START BOTTONI MENU */
.btn-menu {
 color:#fff;
 background-color:rgb(72,130,166);
 border-color:rgb(72,130,166);
}
.btn-menu:hover {
 color: #fff;
 background-color:rgba(72,130,166,0.7);
 border-color:rgba(72,130,166,0.7);
}

 .kt-header-menu-wrapper .kt-header-menu .kt-menu__nav>.kt-menu__item:hover>.kt-menu__link,
 .kt-header-menu-wrapper .kt-header-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__link,
 .kt-header-menu-wrapper .kt-header-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--hover>.kt-menu__link {
  background-color:rgba(72,130,166,0.7);
 }

 .kt-header--fixed.kt-header--minimize .kt-header-menu-wrapper .kt-header-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link,
 .kt-header--fixed.kt-header--minimize .kt-header-menu-wrapper .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link,
 .kt-header--fixed.kt-header--minimize .kt-header-menu-wrapper .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__link {
  background-color:rgba(72,130,166,0.7);
}

.kt-header--fixed.kt-header--minimize .kt-header-menu-wrapper .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link > .kt-menu__link-text {
    color: #fff;
}

.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #fff;
}
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
    color: #fff;
}

.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link {
    background-color: rgba(72,130,166,0.7);
}

.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
    color: #fff;
}
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
    color: rgb(72,130,166);
}
/* END BOTTONIN MENU*/


.show > .btn.btn-default, .btn.btn-default.active, .btn.btn-default:active, .btn.btn-default:hover {
    color: 74788d;
    background: rgba(72,130,166,0.4);
    border-color: rgba(72,130,166,0.4);
}

.btn.btn-default {
    color: rgb(72,130,166);
}

.btn-add {
 color:#fff;
 background-color:rgb(0,145,65);
 border-color:rgb(0,145,65);
}
.btn-add:hover {
 color: #fff;
 background-color:rgba(0,145,65,0.7);
 border-color:rgba(0,145,65,0.7);
}

.btn-recover {
 color:#fff;
 background-color:rgb(227,19,19);
 border-color:rgb(227,19,19);
}
.btn-recover:hover {
 color: #fff;
 background-color:rgba(227,19,19,0.7);
 border-color:rgba(227,19,19,0.7);
}

body {
    background-color: white;
}

.kt-portlet {
    -webkit-box-shadow: 0 0 13px 0 rgba(82,63,105,0.45);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.45);
}

.tab_view_page{
    margin-top: 20px;
}

.tab_view_page th{
    text-align:right;
    padding-right: 10px;
}


.alert.alert-primary {
    background: rgb(95,170,45);
    border: 1px solid rgb(95,170,45);
    color: #fff;
}

.btn-primary {
    background-color: rgb(0,110,180);
    border-color: rgb(0,110,180);
}

.btn-primary:hover {
    color: #fff;
    background-color: rgba(0,110,180,0.7);
    border-color: rgba(0,110,180,0.7);
}

.btn-info {
    background-color: rgb(0,110,180);
    border-color: rgb(0,110,180);
}

.btn-info:hover {
    color: #fff;
    background-color: rgba(0,110,180,0.7);
    border-color: rgba(0,110,180,0.7);
}

.btn-outline-brand:hover {
    color: #fff;
    background-color: rgb(0,110,180);
    border-color: rgb(0,110,180);
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    height: 40px;
}

.select2-results__option{
    height: 35px;
}


.kt-container {
/*  width: 1380px; */
    width: 1800px;
    margin: 0 auto;
}
