/*** HTML ***/
body {  
  font-family: 'Lato', sans-serif;
}
h1 {
  font-family: 'Lato', sans-serif;
}
a {
  color: #0456BD;
}
/*** TYPOGRAPHY ***/
.no-link {
  text-decoration: none !important;
}
.bold {
  font-weight: 600;
}
/*** COMMON ***/
.full-width {
  width: 100%;
}
.m-0 {
  margin: 0 !important;
  padding: 0 !important;
}
.mt-20 {
  margin-top: 20px;
}
/*** PAGE ELEMENTS ***/
.sidebar {
  z-index: 1;
  background-color: #4D4D4D;
  /*box-shadow: 0px 0px 10px #4D4D4D;*/
  border-right: 1px solid #ccc;
}
.sidebar>.logo {
  background-color: white;
}
.sidebar>.logo>img {
  padding: 20px 80px;
}
.sidebar>.logo>.site-title {
  text-align: center;
  padding-bottom: 20px;
  color: #0456BD;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}
.content-wrapper {
  padding: 0 30px;
}
.page-title {
  padding-top: 10px;
  color: #0456BD;
  text-transform: uppercase;
  font-weight: 600; 
}
.page-description {
  color: #4D4D4D;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}
.topbar {
  height: 50px;
  width: 100%;
  background: #E8E8E8;
  border-radius: 0;
  z-index: -1;
  /*box-shadow: 0px 0px 10px #4D4D4D;*/
  border-bottom: 1px solid #ccc;
}
.box-area {
  width: 100%;
  min-height: 200px;
  padding: 20px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-origin: content-box;
}
.box-area.registro {
  background-color: #088723;
  background-image: url(../img/ico/ico-doc-in.png);
}
.box-area.utente {
  background-color: #B7B7B7;
  background-image: url(../img/ico/ico-users.png);
}
.box-area.normativa {
  background-color: #BA0C0C;
  background-image: url(../img/ico/ico-lock.png);
}
.box-area.articolo {
  background-color: #0C64BA;
  background-image: url(../img/ico/ico-lock.png);
}
.box-area.soggetto {
  background-color: #C3128D;
  background-image: url(../img/ico/ico-lock.png);
}
.box-area.documento {
  background-color: #404E6F;
  background-image: url(../img/ico/ico-lock.png);
}
.box-area>p {
  font-size: 18px;
  color: white;
  text-transform: uppercase;  
}
.box-section {
  margin-top: 20px;
  background: #E8E8E8;
  border: 1px solid #CCC;
  padding: 15px 20px 20px;
}
.box-section .section-title {
  color: #0456BD;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
}
#registro-file {
	display: none;
}
#titolare-file {
	display: none;
}
/*** ZEND OVERRIDE ***/

/*** BOOTSTRAP OVERRIDE ***/
.text-danger {
  color: red;
  font-weight: 600;
}
.text-success {
  color: green;
  font-weight: 600;
}
.btn.btn-primary {
  background: #0456BD !important;
  font-family: 'Lato', sans-serif;
}
.btn.btn-single {
  margin-top: 24px;
}

.thr-logo-min {
  background: url(../img/ico/ifo_simbolo_quadrato.png) top left no-repeat;
  width: 100px;
  height: 24px;
  float: left;
  margin-left: 10px;
}

.nav-sidebar>li {
  border-bottom: 1px solid black;
}
.nav-sidebar>li>a {
  padding: 20px 20px 20px 80px;
  color: white;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
}
.nav-sidebar>li.registro>a {
  background-image: url(../img/ico/protocolloentrata.jpg);
}
.nav-sidebar>li.utente>a {
  background-image: url(../img/ico/utente.jpg);
}
.nav-sidebar>li>a:hover, .nav-sidebar>li>a:active, .nav-sidebar>li>:visited, .nav-sidebar>li>a:focus, .nav-sidebar>li.active>a {
  background-color: #636363;
}
.navbar-right {
  margin-right: 15px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.navbar-right>li>a {
  color: white !important;
}
.navbar-nav>li>.dropdown-menu {
  padding: 0;
  border-radius: 0;
  border: 1px solid #ccc;
  box-shadow: none;
}
.navbar-nav>li>.dropdown-menu .divider {
  margin: 0;
}
.navbar-nav>li>.dropdown-menu a {
  padding: 7px 15px;
}
.table>thead>tr>th {
  color: #0456BD;
  text-transform: uppercase;
}
.table>thead>tr>th, .table>tbody>tr>td {
  /*border: 0px solid #ddd !important;*/
}
.pagination, .pagination>li>a {
  border-radius: 0 !important;
}
.pagination>li>a, .pagination>li>span {
  color: #0456BD;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #0456BD;
}
.form-group label {
  font-weight: 100;
  color: #4D4D4D;
}
.checkbox label {
  width: 33%;
}
.checkbox fieldset legend {
  color: #0456BD;
  text-transform: uppercase;
  font-weight: 600;
}
/*** JQUERY OVVERRIDE ***/
.ui-widget-header {
  background-color: #0456BD;
  border: none;
}
.ui-icon {
  background-image: url(../lib/jquery-ui/images/ui-icons_ffffff_256x240.png) !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: none !important;;
  background: transparent !important;
  cursor: pointer;
}
.noresize {
 resize: none !important;
}

#thr-navbar-menu {
	background: url(../img/ico/ico_menu_24x24.png) top left no-repeat;
	display:block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	float: left;
}

.thr-header-min {
	min-height:35px;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 3px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 3px 2px 0px rgba(0, 0, 0, 0.2);
	padding-top: 5px;
	padding-left: 5px;
	font-family: "LatoBold";
	font-size: 18px;
	color: #d5d5d5;
}

.thr-header-min-right {
	float:right;
	margin-right: 10px;
}

.thr-header-min-right .navbar-nav > li > a {
	padding: 0px;
	font-size: 13px;
	color: #d5d5d5;
	padding: 4px;
	margin-left: 15px;
}

.thr-header-min-right .nav .open > a, 
.thr-header-min-right .nav .open > a:hover, 
.thr-header-min-right .nav .open > a:focus,
.thr-header-min-right .navbar-inverse .navbar-nav > li > a:hover,
.thr-header-min-right .navbar-inverse .navbar-nav > li > a:focus {
	background-color: #505050 !important;
}

.thr-caret:after {
    content: " ";
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
    position: relative;
    top: 5px;
}

.thr-caret.thr-sala {
	background: url(../img/icon_place_24x24.png) left top no-repeat;
	/*display: block;
	float: right;*/
	width: 24px;
	height: 24px;
	padding-left: 26px;
	margin-right: 12px;
	margin-left: 5px;
	position: relative;
    top: -6px;
	padding-bottom: 10px;
}

.thr-caret.thr-user {
	background: url(../img/icon_user_24x24.png) left top no-repeat;
	/*display: block;
	float: right;*/
	width: 24px;
	height: 24px;
	padding-left: 26px;
	margin-right: 12px;
	margin-left: 5px;
	position: relative;
    top: -6px;
	padding-bottom: 10px;
}

.thr-msg {
	background: url(../img/ico_inbox_32.png) left top no-repeat;
	/*display: block;
	float: right;*/
	width: 32px;
	height: 23px;
	padding-left: 26px;
	margin-right: 12px;
	margin-left: 5px;
	position: relative;
    top: -6px;
	padding-bottom: 10px;
}

.thr-left-menu {
	position: fixed;
	height: 100%;
	width: 270px;
	top: 35px;
	background: rgba(51, 51, 51, 0.95);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5333333, endColorstr=#e5333333);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5333333, endColorstr=#e5333333)";
	left: -270px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index:100;
}

.thr-left-menu-open
{
	left: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.thr-left-menu ul {
	margin: 0;
	padding: 0;
	margin-top: 30px;
	padding-left: 6px;
	padding-right: 6px;
}

.thr-left-menu ul li {
	list-style-type: none;
	font-family: "LatoBold";
	font-size: 12px;
	text-transform:uppercase;
	border-bottom: 1px solid #808080;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 40px;
	padding-left: 40px;
	margin-top: 10px;
}

.thr-left-menu ul li a {
	color: #FFF;
	text-decoration: none;
    margin-left: 10px !important;
}

.navbar-inverse {
    background-image: none !important;
    background-color: #68b7fb;
    border-color: #080808;
}

.thr-left-menu ul li:active{
	/*background-color: #999999;*/
}

.dashboard {
	background: url(../img/ico/dashboard.png) 4% top no-repeat;
}
.registro {
	background: url(../img/ico/ico_registro_32x32.png) 4% top no-repeat;
}
.utente {
	background: url(../img/ico/ico_users_32x32.png) 4% top no-repeat;
}
.normativa {
	background: url(../img/ico/ico_normativa_32x32.png) 4% top no-repeat;
}
.articolo {
	background: url(../img/ico/articolo.png) 4% top no-repeat;
}
.soggetto{
	background: url(../img/ico/soggetto.png) 4% top no-repeat;
}
.documento{
	background: url(../img/ico/documento.png) 4% top no-repeat;
}
.navbar-inverse .navbar-nav>li>a {
    color: white !important;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent !important;
    background-image: none !important;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 10px;
}
.logo_pubblico {
    padding-top: 30px;
    padding-bottom: 10px;
}
.th_soluzioni {
    background-color: #a7abad !important;
    color: white !important;
}
.tr_soluzioni {
    background-color: #d9dada !important;
    color: black !important;
}
.torna-registro {
    margin-top: 24px;
    margin-left: 10px;  
}
.text-soggetto {
  color: #d8d2d2;
}
