
.carousel-inner > .item > img { margin: 0 auto; }

* {
  /*border-radius: 0 !important;
  -moz-border-radius: 0 !important;*/
}

/* This stops the underlying container from shifting way to the right when the modal is open*/
body.modal-open {
	margin-left: auto;
	margin-right: auto;
}

.black-footer {
  background: #343434;
  color: #ffffff;
  height: 170px;
  min-height: 170px;
  margin-top: -30px;
  text-align: center;
}

.navbar-nav li {
  text-transform: uppercase;
  font-weight: 600;
}


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

.divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #F2F2F2;
  margin-top: 5px;
}

.order-item-row {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.row-alternate {
  background: #eee;
}

.col-strong {
  font-weight: 700;
}

.divider {
  margin-bottom: 20px;
}

.pdf-icons {
  font-size: 20px;
}

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

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

input[type=text], input[type=password], input[type=number], input[type=time] {
  height: 45px!important;
}

input[type=text]:focus, input[type=password]:focus, input[type=number]:focus, input[type=time]:focus, textarea:focus{
  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;
}

.input-group.time, .input-group.time > input[type=time] {
  width: 100%;
}

.btn {
  /*font-family: "Montserrat","Helvetica","Arial" !important;*/
  height: 45px!important;
  font-weight: 100!important;
  -webkit-border-radius: 2px!important;
  -moz-border-radius: 2px!important;
  border-radius: 2px!important;
  text-transform: uppercase;
}

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

.m-5 {
  margin: 5px;
}

#search {
  margin-bottom: 20px;
}

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

.main-tab-title {
  font-size: 30px;
  font-weight: 100;
  padding-bottom: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #721306;
  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: #721306;
  text-transform: uppercase;
  /*border-bottom: 2px dashed #721306;*/
}

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

.main-sub-sub-title {
  font-size: 20px;
  font-weight: 100;
  color: #721306;
  text-transform: uppercase;
  border-bottom: 1px solid #721306;
  padding-bottom: 5px;
}

.main-sub-sub-title-no-divider {
  font-size: 20px;
  font-weight: 100;
  color: #721306;
  text-transform: uppercase;
}

.main-sub-header {
    background: #f5f5f5;
    color: #721306;
    padding: 10px;
}

.topbar-title {
  font-size: 17px;
  font-weight: 100;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #721306;
  text-transform: uppercase;
}

.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;
}

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

.table td {
  padding: 10px!important;
}

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

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

/*.table td, .table .sort {
    cursor: default!important;
}*/


.table-striped td, .table-striped{
    cursor: default!important;
}


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

#divloader .jumbotron {
  margin-bottom: 0px !important;
}

.navbar-brand {
  font-weight: 700;
}

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

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

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

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

.footer-copyright {
  text-transform: uppercase;
  margin-top: 0px;
  text-align: center;
  font-weight: 700;
}

.footer-text {
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
}

.accessories-title {
  font-weight: bold;
  margin-top: 20px;
  font-size: 18px;
  text-transform: uppercase;
}

.row-header {
  font-weight: bold;
  text-transform: uppercase;
}

.row-data {
  margin-bottom: 5px;
}

.panel-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.jumbotron {
	background: #f2f0ed;
}

.jumbotron p {
  font-size: 18px!important;
}

/*
* Base structure
*/

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  background: #f0f0f0!important;
  color: #3a3a3a!important;
  /* font-weight: 100!important; */
}


/*
* Global add-ons
*/

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
* Top navigation
* Hide default border to remove 1px line.
*/
.navbar-fixed-top {
  border: 0;
  background: #fff;
  height: 80px;
}

/*
* Sidebar
*/

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 80px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 0px;
    padding-top: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #721306;
    /*border-right: 1px solid #eee;*/
    color: #ffffff;
  }

  .sidebar a {
    color: #ffffff;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
* Main content
*/

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 20px;
    padding-left: 20px;
    background: #f0f0f0;
  }
}
.main .page-header {
  margin-top: 50px;
}


/*
* Placeholder dashboard ideas
*/

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

#navbar {
  padding-top: 25px;
}

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

.panel-easi {
  background: #721306;
  margin-left: 0px!important;
  padding-left: 0px!important;
  border: 0px!important;
}

/*.panel .panel-heading a {
  text-decoration: none!important;
}*/

/*.panel-heading {
  padding: 5px 20px;
  border: 0px!important;
  border-top: 0px!important;
}*/

/*.panel-body ul {
  margin-bottom: 0px;

}*/

/*.panel-heading a:hover {
  color: #f24611!important;
}*/

.red-panel-body {
  background: #f24611;
  padding-left: 40px;
  border-top: 0px!important;
}

.panel-body ul li a:hover {
  color: #721306;
  text-decoration: none;
}

.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;
}

.active-sub-item a{
  color: #b21d09!important;
  font-weight: bold;
}

.dashboard-box {
  background: #f0f0f0;
  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: #f24611;
  border-bottom: 3px dotted #f24611;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

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

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

.user-name {
  color: #721306;
  font-weight: normal;
}

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 5px;
  /*background: #fff;*/
  /*padding: 10px;*/
}

.collapseBox {
   border: 1px solid #ccc !important;
   margin-bottom: 30px;
   padding: 20px;
}

.info-box {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f24611;
}

.tbs-table {
  margin:0px !important;
  table-layout:fixed;
}

.tbs-table td {
  padding-bottom: 0px !important;
  overflow:hidden;
}

.acc-table {
  margin:0px !important;
  table-layout:fixed;
}

.acc-table td {
  padding-bottom: 0px !important;
  overflow:hidden;
}

.ma-table {
  margin:0px !important;
  table-layout:fixed;
}

.ma-table td {
  padding-bottom: 0px !important;
  overflow:hidden;
}



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

.file-box {
  background: #f2f0ed;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.special-tag a{
  color: #fff!important;
}

.special-tag a:hover {
  color: #721306!important;
}

.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: #721306;
  font-size: 30px;
  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0px;
}

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

.groupTitle {
  font-size: 22px;
  font-weight: 100;
  text-transform: uppercase;
  /*margin-top: 20px;*/
  /*margin-bottom: 10px;*/
  /*padding: 10px;*/
  color: #721306;
  /*border: 1px solid #f24611;*/
}

.side-info {
  padding: 10px;
  font-size: 14px;
}

.version-info {
  font-style: italic;
  text-align: center;
}

.main-info {
    padding-top: 0px;
    font-size: 14px;
}

.top-info {
  font-size: 25px;
  color: #f24611;
  font-weight: normal;
  text-transform: uppercase;
}

.tt-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.tt-highlight{
    color:#f24611;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #721306;
}

/*.bootstrap-touchspin-down {
    height: 30px!important;
}

.bootstrap-touchspin-up {
    height: 30px!important;
}

.bootstrap-touchspin-postfix {
    height: 30px!important;
}
*/
/*.spinner-input {
    height: 10px!important;
}*/

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

.items-list-row {
    background: #f24611;
    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 #f24611;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

/*.item-activity-details {
    table-layout: fixed!important;
}*/

.item-activity-details-title {
    text-transform: uppercase;
    border-bottom: 1px solid #f24611;
    margin-bottom: 10px!important;
    padding-bottom: 5px;
    font-weight: bold;
}

.item-activity-details-row {
    margin-bottom: 10px!important;
}

#top-navbar-container {
    /*-webkit-box-shadow: 0px 5px 5px 0px rgba(212,208,212,1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(212,208,212,1);
    box-shadow: 0px 5px 5px 0px rgba(212,208,212,1);*/
    border-bottom: 1px solid #ddd;
}

.messages-list-date {
    font-size: 14px;
}

.messages-list-item {
    margin-bottom: 10px;
    padding: 10px;
}

.messages-left-column {
}

.messages-list a {
    color: #3a3a3a;
    text-decoration: none;
}

.messages-list a:hover {
    color: #3a3a3a;
    text-decoration: none;
}

#new-messages-div {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

.messages-item {
    margin-bottom: 10px;
}

#messages {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 10px;
}

.messages-right-column {
    border-left: 1px solid #ddd;
}

#conversation-container {
    height: 100%;
    min-height: 100%;
}

#messages-list{
    overflow-y: scroll;
    overflow-x: hidden;
}

#conversation-summary {
    background: #e8e5e1;
    padding: 10px;
    margin-bottom: 20px;
}

.messages-list-item-selected {
    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;
}

#global-notifications, #global-notifications a:hover {
    color: #fff;
}

.alert-custom {
}

.evidence-jumbotron {
    /*background: #f24611;
    color: #fff;*/
    /*padding: 20px;*/
    margin-bottom: 20px;
    text-align: justify;
}

.btn-extra {
    font-size: 11px!important;
    padding: 2px!important;
    height: 20px!important;
}

#affected-assets, #affected-people {
    height: 300px!important;
    overflow-y: scroll!important;
    margin-bottom: 20px;
}

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

#assetsearch {
    /*overflow-y: scroll;
    max-height: 300px;
    height: 300px;*/
}

.contract-service-item {
    background: #f3f3f3;
    padding: 15px;
    margin-bottom: 20px;
}

.light-gray {
	color: #777777;
}

.normal-gray {
	cursor: pointer;
}

.commands {
    margin-bottom: 20px;
}

.contract-details-container {
    margin-top: 20px;
    background: #fff;
    padding: 15px;
}

.asset-selection-table tbody tr:hover td,
.asset-selection-table tbody tr:hover th {
  background-color: #fff;
  cursor: default;
}

.asset-selection-table tr:hover td,
.asset-selection-table tr:hover th {
    background-color: #fff;
    cursor: default;
}

.single-contract {
    background: #f3f3f3;
    padding: 15px;
    margin-bottom: 20px;
}

.single-contract-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 17px;
}

.contract-actions {
    background: #f3f3f3;
    padding: 15px;
    margin-bottom: 20px;
}

.data-divider {
    border-bottom: 1px dotted #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tbs-search-description {
    background: #f7f5f5;
    padding: 15px;
    margin-bottom: 20px;
}

.tbs-type-addon {
    background: #f24611;
    color: #fff;
}

.tbs-table2 td {
	overflow: visible!important;
	white-space: normal!important;
}

.question-title {
	font-size: 22px;
	font-weight: 100;
	margin-bottom: 10px;
}

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

.annotation {
	font-style: italic;
	font-weight: 100;
	font-size: 16px;
	margin-bottom: 10px;
}
.label-easi {
    background: #F24611;
}

.asset-dashboard-box {
	border: 1px solid #e8e6e6;
	padding: 20px;
}
/* border-top: 1px solid #b1b1b1; */

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

.dashboard-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

table td {
	white-space: normal!important;
	word-wrap: break-word;
}

.help-div {
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	background-color: #F24611;
	color: #fff;
	padding: 10px;
}

.help-div a {
	color: #fff;
}

.help-div a:hover {
	color: #721306;
}

.double-border td {
	border: 1px solid #ddd;
}

.intro {
	text-align: center;
	padding: 10px;
	background: #F04A23;
}

.intro-main {
	font-weight: bold;
	color: #fff;
	font-size: 20px;
}

.intro-sub-main {
	font-weight: 100;
	color: #fff;
	font-size: 20px;
}

.fu-item {
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 20px;
}

.ooo-item {
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 20px;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #f24611;!important;
	font-weight: 300!important;
	padding-right: 10px!important;
	padding-left: 10px!important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background: #f24611;!important;
	color: #ffffff!important;
}

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

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

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

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

.block-info {
	text-transform: uppercase;
	font-weight: 100;
	font-style: italic;
	padding-top: 10px;
}

.toupper {
	text-transform: uppercase;
}

.login-language {
	list-style: none;
}

.request-item {
	background: #f2f0ed;
	padding: 20px;
	margin-bottom: 20px;
}

.request-item-title {
	font-weight: 700;
}

.request-item-date {
	font-style: italic;
	font-size: 15px;
}

.request-item-by {
	margin-top: 10px;
}

.request-item-tbs {
	margin-top: 20px;
}

.request-item-tbs-title {
	font-weight: 700;
}

/* .request-item-tbs-item {
	margin-top: 10px;
} */

.lang-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}


.lang-dropbtn {
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  cursor: pointer;
}

.lang-dropdown-content {
  display: none;
  position: absolute;
  background-color: #fdfdfd;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.lang-dropdown-content p {
  padding: 12px 16px;
  margin: 0;
  font-size: 20px;
  color: #3c3c3c;
  cursor: pointer;
}

.lang-selected {
  display: inline-block;
  float: right;
  font-size: 22px;
}

#selected_lang {
  /*font-size: 18px;*/
  font-weight: bold;
  /*margin-left: 15px;*/
}

.displayBlock {
  display: block;
}

.displayNone {
   display: none;
}

.lang-dropdown .lang-dropdown-content {display: block;}
.lang-dropdown-content p:hover {
  color: #3e3e3e;
  background-color: #f1f1f1;
}