body {
    background: #f0f0f0!important;
    font-size: 16px;
}

.main-title {
    font-size: 35px;
    font-weight: 100;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #1eb78e;
    text-transform: uppercase;
}

.main-sub-title {
    font-size: 25px;
    font-weight: 100;
    color: #1eb78e;
    text-transform: uppercase;
}

.main-tab-title {
    font-size: 30px;
    font-weight: 100;
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #1eb78e;
    text-transform: uppercase;
    /*border-bottom: 2px dashed #721306;*/
}

.main-small-tab-title {
    font-size: 24px;
    font-weight: 100;
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #1eb78e;
    text-transform: uppercase;
    /*border-bottom: 2px dashed #721306;*/
}


.main-white {
    background: #fff;
    padding: 30px;
    margin-right: 10px;
    padding-top: 10px;
    margin-top: 10px;
}

.btn {
    height: 45px!important;
    font-weight: 100!important;
    -webkit-border-radius: 2px!important;
    -moz-border-radius: 2px!important;
    border-radius: 2px!important;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-xs {
    height: 25px!important;
    font-size: 14px;
}

input[type=text], input[type=password], textarea {
    background: #f2f0ed!important;
    -webkit-border-radius: 2px!important;
    -moz-border-radius: 2px!important;
    border-radius: 2px!important;
    font-size: 16px;
}

input[type=text], input[type=password] {
    height: 45px!important;
    font-size: 16px;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus{
    font-size: 16px;
    background: #e8e5e1!important;
    border-color:#a4a4a4!important;
    -moz-box-shadow: 0px 0px 0px #dfdfdf!important;
    -webkit-box-shadow: 0px 0px 0px #dfdfdf!important;
    box-shadow: 0px 0px 0px #dfdfdf!important;
}

#search {
    margin-bottom: 20px;
}

.table {
    font-size: 16px!important;
}

.table td {
    padding: 10px!important;
    white-space: normal!important;
    word-wrap: break-word;
    vertical-align: top;
}

.table th {
    background: #f2f0ed!important;
    border: 0px!important;
    text-transform: uppercase;
    vertical-align: top;
}

.table tr:hover {
    background: #e8e5e1;
}

.label-notify{
    font-size: 12px;
    font-weight: 100;
    background: #380804;
    position:relative;
    padding: 1px !important;
    padding-left: 3px!important;
    padding-right: 3px!important;
    top: -15px;
    left: 35px;
}

/* .topbar-text-element {
position: relative;
display: block;
padding: 10px 15px;
} */


a {
    text-decoration: underline;
    color: #1eb78e;
}

a:hover {
    text-decoration: underline;
}

.dropdown-menu a {
    text-decoration: none;
}

#sidebar a {
    color: #fff;
    text-decoration: none;
}

#sidebar ul li.active > a{
    color: #1eb78e;
    text-decoration: none;
}

.nav>li>p {
    color: #fff;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 10px 5px;
}

.navbar-top .nav>li>a {
    color: #fff!important;
    padding: 10px 5px!important;
}

.navbar-top li p a {
    color: #fff!important;
    padding: 10px 5px!important;
}

.btn-primary {
    background: #1eb78e;
    border-color: #1eb78e;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-color: #0f7a59;
    border-color: #0f7a59; /*set the color you want here*/
}

.topbar-title {
    font-size: 25px;
}

.breadcrumbs {
    background: #fff;
    margin-top: -20px;
    padding: 5px 10px;
}

.custom-select {
    background-color: #f2f0ed !important;
    border: 1px solid #ccc !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    height: 45px!important;
    font-weight: normal!important;
}

.sidebar-custom-select {
    background-color: #2E2D2D !important;
    /* border: 1px solid #ccc !important; */
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important; */
    height: 45px!important;
    font-weight: normal!important;
}

.sidebar-custom-select:hover {
    color: #1eb78e;
}

.jumbotron {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}

.jumbotron p {
    font-size: 16px;
}

.item-row {
    background: #f2f0ed;
    padding: 10px;
    margin-bottom: 10px;
}

#login {
    padding: 20px!important;
    /*border: 1px solid #e8e5e1;*/
}

.logo-login-container {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

.login-control-label {
    text-transform: uppercase;
}

.styled-container {
    background: #ffffff;
    /*padding-bottom: 20px;*/
    padding-top: 20px;
}

.label-notify{
    font-size: 12px;
    font-weight: 100;
    background: #380804;
    position:relative;
    padding: 1px !important;
    padding-left: 3px!important;
    padding-right: 3px!important;
    top: -15px;
    left: 35px;
}

.label-aitb {
    background: #F24611;
}

.label-aitb a{
    color: #fff;
    text-decoration: none;
}

.label-aitb a:hover{
    color: #fff;
}

.label-correttiva {
    background: #10c621;
    text-transform: uppercase;
}

.label-requests {
    background: #1eb78e;
    text-transform: uppercase;
}

.label-fuoriuso {
    background: #d31212;
    text-transform: uppercase;
}

.label-collaudo {
    background: #f56110;
    text-transform: uppercase;
}

.label-generic {
    background: #818181;
    text-transform: uppercase;
}

.badge {
    min-width: 21px!important;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important;
}

.badge-success {
    background: #5cb85c!important;
}

.badge-primary {
    background: #1a80ad!important;
}

.badge-error {
    background: #e20a1a!important;
}

.badge-info {
    background: #7fd2f7!important;
}

.badge-warning {
    background: #d9534f!important;
}

/* .active-item {
font-weight: bold;
color: #f24611!important;
} */

.dashboard-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    /* color: #721306; */
}

.dashboard-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    /* color: #721306; */
}

.dash-box {
    padding: 20px;
    background: #fff;
    font-style: italic;
    font-weight: 100;
    min-height: 300px;
}

.meta-box a {
    text-decoration: none!important;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    color: #3a3a3a;
}

.meta-box a:hover {
    opacity: 0.8;
}

.dash-box-title {
    color: #1eb78e;
    font-size: 30px;
    font-weight: 100;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0px;
}

.dashboard-box {
    background: #1eb78e;
    min-height: 200px;
    margin-bottom: 20px;
    padding: 20px;
}

.chart-dashboard-box {
    background: #ffffff;
    min-height: 200px;
    margin-bottom: 20px;
    padding: 20px;
}

.dashboard-box-title {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 3px dotted #ffffff;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.dashboard-box-text-big {
    font-size: 60px;
    font-weight: 100;
    color: #ffffff;
}

.dashboard-box-text-big a {
    text-decoration: none;
    color: #ffffff;
}

.dashboard-box-text-big a:hover {
    color: #ffffff;
}

.items-list {
    margin-top: 20px;
}

.items-list-row {
    background: #1eb78e;
    color: #fff;
    font-weight: bold;
}

.items-list-padding {
    padding: 20px!important;
}

.items-list-details {
    background: #fff;
    color: #333;
    font-weight: normal;
}

.items-list-padding {
    padding: 20px!important;
}

.items-list-row {
    border: 1px solid #1eb78e;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.panel-primary {
    border: 1px solid #1eb78e;
}
.panel-primary .panel-heading {
    background: #1eb78e;
    border: 1px solid #1eb78e;
}

.question .radio {
    margin-left: 20px;
}


.last-assets-box {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 20px;
}

.last-asset-box-item {
    margin-bottom: 20px;
}

.dashboard-link {
    text-decoration: underline;
    color: #1eb78e;
}

.dashboard-link a:hover, .dashboard-link a:focus {
    text-decoration: underline!important;
    color: #0f7a59!important;
}

.asset-buttons {
    margin-bottom: 20px;
}

.asset-buttons a, .asset-buttons a:hover {
    color: #333;
    text-decoration: none;
}

.asset-button {
    background: #ffffff;
    padding: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.active-asset-button {
    background: #3C3B3B;
    color: #fff;
}

.inner-asset-button {
    display: block;
}

.asset-item {
    background: #ffffff;
    padding: 40px 20px;
    min-height: 500px;
    margin-bottom: 30px;
}

.asset-title-bar {
    background: #ffffff!important;
    padding: 10px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.dashboard-title-item {
	font-weight: 700;
	text-transform: uppercase;
}

.tbs-type {
  background: #1eb78e;
  width: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
}

.form-divider {
    border-bottom: 1px dashed rgba(162, 162, 162, 0.25);
    margin-top: 20px;
	margin-bottom: 20px;
}

.asset-element {
    background: #f3f3f3;
    padding: 15px;
    margin-bottom: 20px;
}

#divsaved {
    position: fixed;
    top: 200px;
    left: 200px;
    z-index: 99999;
    padding: 20px;
    background: #dff0d8;
    /* opacity: 0.7; */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 500px;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    /*background: #eeeeef;*/

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
  }
  
#divsaved .jumbotron {
    margin-bottom: 0px !important;
}

#ascot-message {
    display: none;
}

.request-item {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#divloader {
    position: fixed;
    top: 200px;
    left: 200px;
    /* border: 1px solid #928e82 !important; */
    z-index: 99999;  
    opacity: 0.9;
  }
