@charset "UTF-8";
.map {
  height: 100%;
}

.infowindow {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.input-file {
  display: none;
}

.has-error input {
  border: 1px solid red;
}

.has-error input:focus {
  border: 1px solid red;
  box-shadow: 0 0 10px red;
}

.has-error .help-block {
  color: red;
}

html, body, body > .ember-view {
  height: 100%;
}
body {
	/*overflow-x: hidden;*/
}

a, a:hover {
  color: #003f78;
  text-decoration: none;
}

.btn, .form-control, .input-group-text {
  border-radius: 0;
}

.btn:focus, .btn.focus {
  box-shadow: none;
}

.form-validation-alert {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a94442;
}

.btn-clear {
  border: 0;
  background-color: transparent;
}

.table.borderless td, .table.borderless th {
  border: 0;
}

.col-action {
  padding: 0 !important;
  width: 1% !important;
  white-space: nowrap !important;
}

.col-strict {
  width: 1% !important;
  white-space: nowrap !important;
}

.btn-active-action {
  color: #fff !important;
  background-color: #003f78 !important;
  border-color: #003f78 !important;
}
.btn-active-action:hover {
  color: #fff !important;
}

.btn-default-action {
  color: #003f78;
  background-color: #ECEDED;
  border-color: #ECEDED;
}

.elm-tolltip {
  text-decoration: underline;
}

.no-bckg {
  background-color: transparent !important;
}

.icon-stati {
  font-size: 17px;
}
.icon-stati-off {
  opacity: 0.25;
}
.icon-stati-on {
  color: #003f78;
}

.page-link {
  color: #003f78;
}

.label-empty-forchekbox {
  min-height: 21px;
}

.label-empty-forbtn {
  min-height: 17px;
}

.col-sort {
  cursor: pointer;
}

.form-section {
  margin: 30px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7ecf1;
}
.form-section .btn {
  float: right;
  margin-left: 5px;
  margin-top: -4px;
}

.table thead th {
  border-top: 0;
}

.text-noable {
  color: #ccc !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.form.form-bordered .form-group {
  border-bottom: 1px solid #efefef;
  padding-top: 5px;
}

.form.form-bordered.form-row-stripped .form-row:nth-child(even) {
  background-color: #fcfcfc;
}

.text-beco {
  color: #003f78 !important;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type=checkbox] {
  opacity: 0;
}

.checkbox input[type=checkbox]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type=checkbox]:checked + label::after {
  font-family: "FontAwesome";
  content: "";
}

.checkbox input[type=checkbox]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type=checkbox]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type=checkbox]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}

.checkbox-primary input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type=checkbox]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type=checkbox]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type=checkbox]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type=checkbox]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type=checkbox]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type=radio] {
  opacity: 0;
}

.radio input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type=radio]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}

.radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type=radio] + label::after {
  background-color: #428bca;
}

.radio-primary input[type=radio]:checked + label::before {
  border-color: #428bca;
}

.radio-primary input[type=radio]:checked + label::after {
  background-color: #428bca;
}

.radio-danger input[type=radio] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type=radio] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type=radio]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type=radio]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type=radio] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type=radio] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label::after {
  background-color: #5cb85c;
}

.login-page {
  height: 100%;
  background-color: #003f78;
  position: absolute;
  width: 100%;
  color: #fff;
  padding-top: 125px;
  background-image: url(/template/assets/images/bg-login-page.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.login-page img {
  width: 215px;
}
.login-page h1 {
  font-size: 75px;
}
.login-page h2 {
  font-size: 19px;
}
.login-page .login-content {
  margin-top: 50px;
}
.login-page a {
  color: #fff;
}
.login-page .btn {
  display: block;
  background-color: #fff;
  color: #003f78;
  font-weight: bold;
  width: 100%;
}
.login-page p {
  margin-bottom: 0;
  font-size: 40px;
  height: 41px;
}
.login-page h3 {
  font-size: 11px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  width: 100%;
  color: #ccc;
}
.login-page h3 b {
  color: #fff;
}
.login-page input[type=text], .login-page input[type=password] , .login-page input[type=email], .login-page .input-group-text {
  background-color: transparent;
  color: #fff;
}
.login-page input[type=text], .login-page input[type=password], .login-page input[type=email] {
  border-left: 0;
}
.login-page .input-group-text {
  border-right: 0;
}
.login-page input[type=text]::placeholder, .login-page input[type=password]::placeholder, .login-page input[type=email]::placeholder {
  color: #fff;
}
.login-page .link-recupera-password {
  display: block;
  font-size: 11px;
  text-decoration: underline;
}
.login-page .link-recupera-password i {
  font-size: 13px;
  text-decoration: none;
}
.login-page label {
  font-size: 11px;
}

.page-container {
  min-height: 100%;
  display: flex;
  align-items: stretch;
  position: relative;
  padding-top: 90px;
  z-index: 1;
}

.page-sidebar {
  min-width: 250px;
  max-width: 250px;
  transition: all 0.3s;
}
.page-sidebar .open-sidebar {
  display: none;
}

.page-sidebar.collapsed {
  min-width: 42px;
  max-width: 42px;
}

.page-content {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  transition: all 0.3s;
  padding-top: 30px;
  padding-bottom: 165px;
}

.page-content .form .nav-tabs, .modal-dialog .form .nav-tabs {
  border-bottom: 2px solid #003f78;
}
.page-content .form .nav-tabs .nav-item, .modal-dialog .form .nav-tabs .nav-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0;
}
.page-content .form .nav-tabs .nav-item:first-child, .modal-dialog .form .nav-tabs .nav-item:first-child {
  padding-left: 0;
}
.page-content .form .nav-tabs .nav-item:last-child, .modal-dialog .form .nav-tabs .nav-item:last-child {
  padding-right: 0;
}
.page-content .form .nav-tabs .nav-link, .modal-dialog .form .nav-tabs .nav-link {
  background-color: #ECEDED;
  color: #003f78;
}
.page-content .form .nav-tabs .nav-link.active, .page-content .form .nav-tabs .nav-link:hover, .modal-dialog .form .nav-tabs .nav-link.active, .modal-dialog .form .nav-tabs .nav-link:hover {
  color: #fff;
  background-color: #003f78;
  border-color: #003f78;
}
.page-content .form .tab-content, .modal-dialog .form .tab-content {
  padding: 15px;
}
.page-content .form .form-control, .modal-dialog .form .form-control {
  padding: 2px;
  padding-left: 9px;
  font-size: 15px;
}
.page-content .form .ember-power-select-trigger, .modal-dialog .form .ember-power-select-trigger {
  border-radius: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #ced4da;
  min-height: 38px;
}
.page-content .form label, .modal-dialog .form label, .page-content .form-pers label {
  color: #003f78;
  padding-left: 9px;
  text-transform: uppercase;
}
.page-content .form .form-control-static, .modal-dialog .form .form-control-static {
  padding-left: 9px;
  margin: 0;
}
.page-content .form .ember-power-select-selected-item, .modal-dialog .form .ember-power-select-selected-item {
  color: #003f78;
  font-weight: bold;
}
.page-content .form .form-actions, .modal-dialog .form .form-actions {
  padding: 15px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  border-top: 1px solid #e7ecf1;
}
.page-content .form .col-mappa, .modal-dialog .form .col-mappa {
  padding-top: 31px;
}

.modal-title {
  color: #003f78;
  font-size: 21px;
}

/*.modal-dialog .form .form-control, .table-list-dettagli .form-control {
  height: 25px;
}
.modal-dialog .form label, .modal-dialog .form .form-control-static, .modal-dialog .form .ember-power-select-selected-item, .modal-dialog .form .ember-power-select-trigger, .modal-dialog .form .form-control, .table-list-dettagli label, .table-list-dettagli .form-control-static, .table-list-dettagli .ember-power-select-selected-item, .table-list-dettagli .ember-power-select-trigger, .table-list-dettagli .form-control {
  font-size: 13px;
}*/

.table-list-dettagli .form-control {
  	padding-left: 2px !important;
  	font-size: 13px !important;
}
.table-list-dettagli select.form-control {
	height: 25px !important;
}
.table-list-dettagli-books select.form-control {
	height: 33px !important;
}
.table-list-dettagli .bootstrap-select .btn {
	font-size: 13px !important;
	border: 1px solid #ced4da !important;
	padding: 2px !important;
}
.bootstrap-select .dropdown-toggle .filter-option {
	padding-right: 10px;
}

.navbar {
  position: fixed;
  width: 100%;
  padding: 0;
  transition: all 0.3s;
  align-items: normal;
  background-color: #fff;
  z-index: 100;
}
.navbar .navbar-content {
  width: calc(100% - 500px);
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.3s;
}
.navbar .navbar-content div {
  float: left;
  width: 12.5%;
  padding-left: 5px;
  padding-right: 5px;
}
.navbar .navbar-content div:first-child {
  padding-left: 0;
}
.navbar .navbar-content div:last-child {
  padding-right: 0;
}
.navbar .navbar-content .top-menu-section-content {
  width: 100%;
  background-color: #e9ecef;
  text-align: center;
  height: 85px;
  padding-top: 18px;
}
.navbar .navbar-content a {
  color: #999999;
  font-size: 14px;
}
.navbar .navbar-content a i {
  font-size: 19px;
}
.navbar .navbar-content a:hover, .navbar .navbar-content a.active {
  color: #fff;
}
.navbar .navbar-content a:hover .top-menu-section-content, .navbar .navbar-content a.active .top-menu-section-content, .navbar .navbar-content a.active .bottom-menu-section-content {
  background-color: #003f78;
}
.navbar .navbar-subheader {
  position: relative;
}
.navbar .navbar-subheader-sx {
  background-color: #003f78;
  border-color: #003f78;
}
.navbar .navbar-subheader-sx .brand img {
  width: 150px;
}
.navbar .navbar-subheader-sx > a {
  position: absolute;
  transition: all 0.3s;
}
.navbar .navbar-subheader-sx a.brand {
  top: 19px;
  left: 15px;
}
.navbar .navbar-subheader-sx > a:not(.brand) {
  color: #fff;
  border: 1px solid #fff;
  height: 50%;
  width: 42px;
  right: 0;
  border-top: 0;
  border-right: 0;
  font-size: 25px;
  line-height: 46px;
  text-align: center;
}
.navbar .navbar-subheader-sx a.close-sidebar-left {
  bottom: 0;
  border-top: 1px;
  border-bottom: 0;
}
.navbar .navbar-subheader-sx .navbar-search {
  position: absolute;
  left: 0;
  top: 85px;
  width: 100%;
  height: 42px;
  padding-top: 5px;
  background-color: #fff;
}
.navbar .navbar-subheader-dx div {
  background-color: #e9ecef;
  width: 100%;
  height: 50%;
  position: relative;
  padding-left: 55px;
}
.navbar .navbar-subheader-dx div:first-child {
  border-bottom: 1px solid #fff;
  padding-top: 5px;
}
.navbar .navbar-subheader-dx a:not(.btn-text) {
  background-color: #003f78;
  position: absolute;
  color: #fff;
  height: 100%;
  width: 42px;
  font-size: 25px;
  line-height: 46px;
  text-align: center;
  left: 0;
  top: 0;
  cursor: pointer;
}
.navbar .navbar-subheader-dx a.btn-logout {
  left: auto;
  right: 0;
  top: 0;
  background-color: transparent;
  color: #999999;
}
.navbar .navbar-subheader-dx a.brand {
  font-size: 11px;
}
.navbar .navbar-subheader-dx a.brand span {
  display: block;
}
.navbar .navbar-subheader-dx .btn-text-logout {
  position: absolute;
  right: 52px;
  top: 13px;
  color: #999999;
  font-size: 11px;
}
.navbar .navbar-subheader-dx a.close-sidebar-right span {
  position: absolute;
  font-size: 11px;
  top: -2px;
  left: 55px;
  white-space: nowrap;
  color: #999999;
  cursor: pointer;
}

.navbar.collapsed-left {
  padding-left: 52px;
}

.navbar.collapsed-right {
  padding-right: 52px;
}

.navbar-header {
  top: 0;
}

.navbar-footer {
  bottom: 0;
  left: 250px;
  width: calc(100% - 500px);
}
.navbar-footer .navbar-content {
  width: 100%;
}
.navbar-footer .navbar-content a {
  color: #e9ecef;
}
.navbar-footer .navbar-content .top-menu-section-content {
  background-color: #999999;
}

.sidebar-header {
  height: 85px;
  position: relative;
}

#sidebar-left .ember-view {
  height: 100%;
}
#sidebar-left .sidebar-content {
  height: 100%;
  border-right: 1px solid rgba(51, 51, 51, 0.5);
  padding-top: 42px;
}
#sidebar-left .sidebar-content a:hover {
  font-weight: bold;
}
#sidebar-left .sidebar-content a:hover i {
  font-weight: normal;
}
#sidebar-left .menu-sx-containter {
  min-height: 100px;
  position: relative;
  padding-left: 15px;
  padding-bottom: 30px;
}
#sidebar-left .installation-container {
  padding-top: 8px;
}
#sidebar-left .installation-container:after {
  height: 1px;
  display: block;
  width: 240px;
  content: "";
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 0;
}
#sidebar-left .border-div-top-transparent {
  width: 100%;
  height: 10px;
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #fff;
  z-index: 1;
}
#sidebar-left .border-div-transparent {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 1px;
  left: 1px;
  background-color: #fff;
  z-index: 1;
}
#sidebar-left .favorite-container {
  padding-top: 15px;
  min-height:auto;
  padding-bottom:5px;
}
#sidebar-left .favorite-container .border-div-transparent {
  top: -1px;
  bottom: auto;
  height: 12px;
}
#sidebar-left .dropdown-toggle i {
  font-size: 11px;
}
#sidebar-left .dropdown-toggle .icon-menu_espandi {
  display: none;
}
#sidebar-left .dropdown-toggle .icon-menu_riduci {
  display: inline-block;
}
#sidebar-left .dropdown-toggle.collapsed .icon-menu_espandi {
  display: inline-block;
}
#sidebar-left .dropdown-toggle.collapsed .icon-menu_riduci {
  display: none;
}
#sidebar-left .dropdown-toggle:after {
  display: none;
}
#sidebar-left .menu-sx-containter a {
  font-size: 13px;
  padding-bottom: 9px;
  line-height: 17px;
  display: block;
}
#sidebar-left .menu-sx-containter > a {
  font-weight: bold;
  font-size: 15px;
  display: block;
}
#sidebar-left .menu-sx-containter > a i {
  font-weight: normal;
}
#sidebar-left .card-body {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

#sidebar-right .ember-view {
  height: 100%;
}
#sidebar-right .sidebar-content {
  height: 100%;
  background-color: #e9ecef;
}

body.collapsed-sx .navbar .navbar-subheader-sx .brand {
  display: none;
}
body.collapsed-sx .navbar .navbar-subheader-sx .navbar-search form {
  display: none;
}
body.collapsed-sx .navbar .navbar-content {
  width: calc(100% - 292px);
}
body.collapsed-sx .navbar-footer {
  left: 42px;
  width: 100%;
}
body.collapsed-sx #sidebar-left {
  background-color: #e9ecef;
  min-width: 42px;
  max-width: 42px;
}
body.collapsed-sx #sidebar-left .sidebar-content {
  display: none;
}
body.collapsed-sx .navbar-subheader-sx {
  min-width: 42px;
  max-width: 42px;
}

body.collapsed-dx .navbar .navbar-content {
  width: calc(100% - 292px);
}
body.collapsed-dx .navbar .navbar-subheader-dx a.btn-logout, body.collapsed-dx .navbar .navbar-subheader-dx a.btn-text, body.collapsed-dx .navbar .navbar-subheader-dx span {
  display: none;
}
body.collapsed-dx .navbar-subheader-dx {
  min-width: 42px;
  max-width: 42px;
}
body.collapsed-dx .navbar-footer {
  width: calc(100% - 292px);
}
body.collapsed-dx .navbar-footer .navbar-content {
  width: 100%;
}
body.collapsed-dx #sidebar-right {
  min-width: 42px;
  max-width: 42px;
}
body.collapsed-dx #sidebar-right .right-menu-section .title-menu-section > a {
  display: none;
}

body.collapsed-sx.collapsed-dx .navbar .navbar-content {
  width: calc(100% - 84px);
}
body.collapsed-sx.collapsed-dx .navbar-footer {
  left: 42px;
  width: calc(100% - 84px);
}
body.collapsed-sx.collapsed-dx .navbar-footer .navbar-content {
  width: 100%;
}

.navbar-search form {
  position: relative;
  width: 207px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
.navbar-search form input {
  width: 160px;
  border: 0;
  font-size: 11px;
  padding-left: 15px;
}
.navbar-search form button {
  width: 42px;
  height: 42px;
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-bottom: 0;
  color: rgba(51, 51, 51, 0.5);
  font-size: 25px;
  line-height: 45px;
  text-align: center;
}
.navbar-search form label {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  position: absolute;
  left: 15px;
  top: 3px;
}
.navbar-search a {
  width: 41px;
  height: 43px;
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.5);
  color: rgba(51, 51, 51, 0.5);
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 25px;
  text-align: center;
  line-height: 45px;
}

.right-menu-section {
  position: relative;
  min-height: 42px;
  border-bottom: 1px solid #fff;
}
.right-menu-section .title-menu-section .title-menu-section-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  border-right: 1px solid #fff;
  text-align: center;
  font-size: 25px;
  line-height: 45px;
  color: rgba(51, 51, 51, 0.5);
}
.right-menu-section .title-menu-section > a {
  margin-left: 52px;
  font-size: 15px;
  line-height: 39px;
  color: rgba(51, 51, 51, 0.5);
  display: block;
  position: relative;
}
.right-menu-section .title-menu-section:hover {
  background-color: #003f78;
  color: #fff;
}
.right-menu-section .title-menu-section:hover .title-menu-section-icon {
  color: #fff;
}
.right-menu-section .title-menu-section:hover > a {
  color: #fff;
}
.right-menu-section .card {
  background-color: #d9dadb;
  padding: 0;
}
.right-menu-section ul {
  margin: 0;
  padding: 0;
}
.right-menu-section li {
  list-style-type: none;
  position: relative;
  height: 40px;
  padding-left: 52px;
}

.right-menu-section li.notepromemoria{
	height: auto !important;
} 

.right-menu-section li a {
  color: rgba(51, 51, 51, 0.5);
  font-size: 13px;
  line-height: 40px;
}
.right-menu-section li a i {
  position: absolute;
  left: 23px;
  top: 2px;
  font-size: 9px;
}
.right-menu-section li a i.icon-on {
  display: none;
}
.right-menu-section li a:before {
  height: 40px;
  width: 42px;
  border-right: 1px solid #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.right-menu-section li a:hover {
  color: #003f78;
}
.right-menu-section li a:hover i.icon-off {
  display: none;
}
.right-menu-section li a:hover i.icon-on {
  display: block;
}
.right-menu-section .dropdown-toggle:after {
  display: none;
}
.right-menu-section .dropdown-toggle > i {
  position: absolute;
  right: 5px;
  top: 0;
}
.right-menu-section .dropdown-toggle > .icon-on {
  display: block;
}
.right-menu-section .dropdown-toggle > .icon-off {
  display: none;
}
.right-menu-section .dropdown-toggle.collapsed > .icon-on {
  display: none;
}
.right-menu-section .dropdown-toggle.collapsed > .icon-off {
  display: block;
}

/* portlet per filtri liste */
.portlet {
  background: #fff;
  clear: both;
}
.portlet .portlet-title {
  padding: 0;
  margin-bottom: 1px;
  background-color: #003f78;
  float: left;
  width: 100%;
  border: 0 !important;
}
.portlet .portlet-title .caption {
  float: left;
  display: inline-block;
  font-size: 19px;
  padding: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  text-transform: capitalize;
  font-weight: normal;
}
.portlet .portlet-title .actions {
  float: right;
  display: inline-block;
  height: 39px;
  background-color: #fff;
}
.portlet .portlet-title .actions a {
  margin: 0;
  margin-left: -3px;
}
.portlet .portlet-title .actions a:first-child {
  margin-left: 1px;
}
.portlet .portlet-title .actions a.btn {
  color: #999;
  border-color: #999;
  background-color: #fff;
  padding: 9px;
  font-size: 19px;
  padding-top: 7px;
  padding-bottom: 2px;
}
.portlet .portlet-title .actions a.btn:hover, .portlet .portlet-title .actions a.btn.active {
  background: #003f78;
  color: #fff;
}
.portlet .portlet-title .actions a.btn-text {
  font-size: 17px;
  padding-top: 8px;
  padding-bottom: 4px;
}
.portlet .portlet-body {
  clear: both;
}
.portlet .portlet-body > div {
  position: relative;
}
.portlet .portlet-body > div h4 {
  font-size: 19px;
  color: #003f78;
}
.portlet .portlet-body > div .btn-close-filter {
  position: absolute;
  right: 15px;
  top: 0;
  color: #999;
  font-size: 29px;
}
.portlet.portlet-filter > div {
  border: 1px solid #999;
}
.portlet.portlet-filter .portlet-body > div {
  padding: 15px;
  padding-bottom: 0;
}
.portlet.portlet-filter .ember-power-select-trigger {
  border-radius: 0;
}
.portlet.portlet-filter label {
  color: #999;
  padding-left: 9px;
}
.portlet.portlet-filter .ember-power-select-selected-item {
  color: #003f78;
  font-weight: bold;
}
.portlet.portlet-filter .btn-clear {
  font-size: 29px;
  color: #999;
}
.portlet.portlet-filter .btn-clear:hover {
  color: #003f78;
}
.portlet.portlet-filter .form-control {
  padding: 2px;
  padding-left: 9px;
  font-size: 15px;
}
.portlet.portlet-content {
  padding-top: 45px;
}

.table.table-list-dettagli tr.row-details-stripped {
  background-color: rgba(0, 0, 0, 0.05);
}
.table.table-list-dettagli th, .table.table-list-dettagli .row-subhead {
  padding: 5px;
  color: #003f78;
  font-size: 13px;
}
.table.table-list-dettagli .row-sub {
	display: none;
}
.table.table-list-dettagli .row-dettaglio-riga-plus td {
	border-bottom: 1px solid #bbb;
}
.table.table-list-dettagli .row-sub td {
	border-top-style: dashed;
}
.table.table-list-dettagli td {
  padding: 5px;
  font-size: 13px;
  vertical-align: middle;
}
.table.table-list-dettagli td .btn {
  padding: 5px;
  background-color: transparent;
  font-size: 17px;
  color: #003f78;
  border: 0;
}
.table.table-list-dettagli td .btn.btn-active-action {
  font-size: 11px !important;
}
.table.table-list-dettagli.table-modal th {
  font-weight: normal;
  font-size: 13px;
}

.table.table-list {
  border-collapse: separate;
  border-spacing: 2px;
}
.table.table-list th {
  padding: 5px;
  border-bottom: 2px solid #003f78;
  color: #003f78;
  font-weight: bold;
}
.table.table-list td {
  padding: 5px;
  font-size: 13px;
  vertical-align: middle;
}
.table.table-list td .btn, .table.table-list td i {
  padding: 5px;
  background-color: transparent;
  font-size: 17px;
}
.table.table-list td .btn.registry-show {
  font-size: 21px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.table.table-list td .btn-group .btn {
  border: 0;
  color: #003f78;
  font-size: 13px;
}
.table.table-list tr:nth-child(even) td {
  background-color: #ECEDED;
}
.table.table-list tr:nth-child(odd) td {
  background-color: #D9DADB;
}
.table.table-list tr:not(.row-list-pagination):hover td, .table.table-list tr:not(.row-list-pagination):hover td a {
  background-color: #003f78 !important;
  color: #fff !important;
}
.table.table-list tr:hover td .btn {
  color: #fff !important;
}
.table.table-list tr:hover td .icon-stati-on {
  color: #fff;
}
.table.table-list tr:not(.row-list-pagination):hover td a.text-noable {
	color: #aaa !important;
}
.table.table-list.table-list-impianti .icon-stati {
  padding-left: 3px;
  padding-right: 3px;
}
.table.table-list tr.row-list-pagination td, .table.table-list tr.row-list-pagination:hover td {
	background-color: #fff !important;
	padding-top: 15px;
	color: #333 !important;
}
.table-list-simulate .col-th {
  padding: 5px;
  border-bottom: 1px dashed #003f78;
  color: #003f78;
  font-weight: bold;
}
.table-list-simulate .col-td .btn {
  color: #999;
  border-color: #999;
  background-color: #fff;
  padding: 7px;
  font-size: 17px;
  padding-top: 5px;
  padding-bottom: 1px;
}
.table-list-simulate .col-td .btn:hover {
  background: #003f78;
  color: #fff;
}
.table-list-simulate .col-checkbox {
  padding-top: 4px !important;
}

#impianti-create-posizione-tab-content #map-location {
  display: block;
  width: 100%;
  height: 598px;
}

.tree-list .btn {
  background-color: #dddddd;
  color: #999;
}
.tree-list .btn-active {
  background-color: #003f78;
  color: #fff;
}
.tree-list .tree-item-expand, .tree-list .tree-item-collapse {
  float: left;
  margin-right: 5px;
}
.tree-list .card {
  border: 0;
  border-radius: 0;
}
.tree-list .card.p-2 {
  background-color: #D9DADB;
}
.tree-list .pl-5 {
  background-color: #ECEDED;
}

.nav-tabs-simple .nav-link {
  border: 0;
}
.nav-tabs-simple .nav-link.active, .nav-tabs-simple .nav-link:hover {
  border: 0;
  border-bottom: 2px solid #003f78;
}

.nav-tabs-modal .btn {
  position: absolute;
  right: 15px;
  top: 21px;
}

.modal-tab-content-body, .modal-tab-content-filter {
  position: relative;
}
.modal-tab-content-body {
  padding-top: 15px;
}
.modal-tab-content-filter {
  padding: 15px;
  padding-bottom: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.modal-tab-content-filter .ember-power-select-trigger {
  border-radius: 0;
}
.modal-tab-content-filter .btn-close-filter {
  position: absolute;
  right: 15px;
  top: 39px;
  color: #999;
  font-size: 21px;
}
.modal-tab-content-filter .btn-clear {
  font-size: 21px;
  color: #999;
}
.modal-tab-content-filter .btn-clear:hover {
  color: #003f78;
}

.ember-power-select-dropdown {
  z-index: 9999;
}
.portlet.portlet-filter .bootstrap-select.form-control {
	padding: 0;
}
.bootstrap-select .dropdown-toggle, .bootstrap-select .dropdown-toggle.btn-light:not(:disabled):not(.disabled).active, .bootstrap-select .dropdown-toggle.btn-light:not(:disabled):not(.disabled):active, .bootstrap-select.show>.btn-light.dropdown-toggle {
	color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
	font-size: 15px;
	padding: 2px;
	padding-left: 9px;
}
.portlet.portlet-filter select.form-control, .form .form-group select.form-control {
	height: 28px !important;
}
.col-sort {
	cursor: pointer;
}
.table-list .img-load-ajax {
	width: 25px;
}
.page-item.active .page-link {
	background-color: #003f78;
    border-color: #003f78;
}
.scroll-img {
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    background: #003f78;
    right: 3%;
    bottom: 10%;
    cursor: pointer;
    z-index: 99;
}
.scroll-img .fa {
    font-size: 24px;
    color: #fff;
}
#multiplefileuploader,#multipleimageuploader {
	width: 100%;
}
.ajax-upload-dragdrop {
	width: 500px !important;
	margin-left: auto;
	margin-right: auto;
	border: 1px dashed rgba(0,0,0,0.15);
}
.ajax-file-upload-container {
	border: 1px solid rgba(0,0,0,0.25);
		float: left;
	display: none;
	width: 100%;
	clear: both;
}
.ajax-file-upload-container > div:nth-child(even) {
    background-color: rgba(0,0,0,.05)

}
.ajax-file-upload-statusbar {
	width: 100% !important;
	float: left;
	display: inline;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px dashed rgba(0,0,0,0.15);
	padding: 15px;
	border-radius: 0;
}
.ajax-file-upload-filename {
	float: left;
	display: inline;
	width: 350px;
	padding: 0;
	margin: 0;
}
.ajax-file-upload-progress {
	float: left;
	display: inline;
	width: calc(100% - 350px);
	padding: 0;
	margin: 0;
	border-radius: 0;
}
.ajax-file-upload-bar {
	background-color: #003f78;
	border-radius: 0;
}
#modalMap .modal-dialog {
	width: 90%;
	max-width: 90%;
}
#modalImpiantiFornitoreLiberi .modal-dialog{
	width: 70%;
	max-width: 70%;
}
.cluster{
   	color: #FFFFFF;
   	text-align:center;
   	font-family: Verdana;
   	font-size:14px;
   	font-weight:bold;
   	text-shadow: 0 0 2px #000;
    -moz-text-shadow: 0 0 2px #000;
    -webkit-text-shadow: 0 0 2px #000;
}
.cluster-1{
    background: url(/template/assets/images/m1.png) no-repeat;
    line-height:50px;
   	width: 53px;
   	height: 52px;
}
.cluster-2{
    background: url(/template/assets/images/m2.png) no-repeat;
    line-height:53px;
  	width: 56px;
   	height: 55px;
}
.cluster-3{
    background: url(/template/assets/images/m3.png) no-repeat;
    line-height:66px;
   	width: 66px;
   	height: 65px;
}
.pac-container {
	z-index: 1060 !important;
}
#container-map {
    display: block;
    width: 100%;
    height: 600px;
	position: relative;
}
#map, #alert-mappa-filtri-bg, #mapImpianti  {
	width: 100%;
	height: 100%;
}
#alert-mappa-filtri-bg {
	position: absolute;
	background-color: rgba(0,0,0,0.75);
	z-index: 1;
}
#alert-mappa-filtri-text {
	position: absolute;
	z-index: 10;
	color: #fff;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	font-size: 21px;
	font-weight: bold;
	width: 545px;
	height: 31px;
}
#alert-map-loading {
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	display: none;
}
.infobulle table td {
	padding: 3px;
	font-size: 11px;
}
#azioni-su-mappa {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 30;
	width: 500px;
}
#azioni-su-mappa.azioni-su-mappa-progetto {
	width: 455px;
}
#azioni-su-mappa .btn {
	display: inline;
	float: left;
	margin-right: 15px;
}
#btnAggiungiImpiantiSel, #btnAggiungiImpianto {
	font-size: 13px;
}
#azioni-su-mappa #btnLinkCondivisione {
	font-size: 13px;
}
.mt-15 {
	margin-top: 15px;
}
.ui-autocomplete {
	z-index: 1080;
}
:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
	padding-left: 0 !important;
}
.table-danger, .table-danger>td, .table-danger>th {
    background-color: #f5c6cb !important;
}
#content-immagini-impianto .image-box-caption {
	padding-top: 5px;
}
#content-immagini-impianto > div {
	margin-bottom: 15px;
}
#content-immagini-impianto .image-box-caption a {
	float: left !important;
	margin-right: 5px;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#content-immagini-impianto .image-box-caption span {
	display: none;
}
#modalImmagineModifica .form-section {
    margin: 0;
	margin-bottom: 5px;
	font-size: 15px;
	color: #003f78;
}
#modalImmagineModifica .img-preview {
	width: 100%;
	overflow: hidden;
	 border: 1px solid rgba(51, 51, 51, 0.5); 
}
#modalImmagineModifica .img-preview > img {
    max-width: 100%;
	height: auto;
}
#installation-map {
	width: 100%;
	height: 500px;
}
.table.table-list td a.page-link i {
	padding: 0;
	font-size: 15px;
}
#modalCreaImpianto {
	z-index: 40;
	position: absolute;
	top: 15px;
	left: 15px;
	display: none;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.2);
	padding: 15px;
}
.modal-full {
    min-width: 98%;
}
.modal-full .modal-content {
    /*min-height: 98vh;*/
}
#modalPannelloAffissioni .modal-body {
	padding: 0;
}
#modalPannelloAffissioni td {
	font-size: 11px;
	padding: 5px;
}
#modalPannelloAffissioni .row-head td {
	font-weight: bold;
}
#modalPannelloAffissioni .row-data td {
	border-bottom: 1px solid #aaa;
}
#modalPannelloAffissioni .row-data td:hover:not(.row-cell-head) {
	background-color: #003f78 !important;
	color: #fff !important;
}
#modalPannelloAffissioni h4.form-section {
    font-size: 15px;
    margin: 0;
    margin-bottom: 10px;
}
#modalPannelloAffissioni .modal-tab-content-filter .btn {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
}
#modalPannelloAffissioni .btnPageH {
	cursor: pointer;
	font-weight: bold;
	text-align: center;
}
#modalPannelloAffissioni .btnPageH:hover {
	background-color: #003f78;
	color: #fff;
}
#table-pannello-affissioni {
	padding: 15px;
}
#table-pannello-affissioni .td-data-date {
	cursor: pointer;
}
#table-pannello-affissioni .selected {
	background-color: #090 !important;
	color: #fff !important;
}
#modalPannelloAffissioni #btnPannelloFiltra, #modalPannelloAffissioni #btnPannelloAggiungi {
	position: absolute;
	bottom: 15px;
}
#modalPannelloAffissioni #btnPannelloAggiungi {
	left: 100px;
}
.portlet-content-nopad {
	padding-top: 0 !important;
}
.page-calendar-header {
	background-color: #ECEDED;
    padding: 15px;
	margin-bottom: 15px;
}
.page-calendar-header h3 {
	font-size: 19px;
}
.cal-row-head [class*="cal-cell"]:first-child, .cal-row-head [class*="cal-cell"] {
	padding: 5px;
    border-bottom: 2px solid #003f78;
    color: #003f78;
    font-weight: bold;
}
#cal-slide-content, #cal-slide-content:hover {
    background-color: #999;
	background-image: none;
    box-shadow: none;
	-webkit-box-shadow: none;
}
.map-anteprima-pannello-affissioni {
	width: 100%;
	height: 450px;
	/*display: none;*/
}
#modalPannelloAffissioni .row-data td.row-cell-head {
	position: relative;
}
#modalPannelloAffissioni .row-data td.row-cell-head .linkViewMap {
	position: absolute;
	font-size: 19px;
	right: 5px;
	top: 0;
}
#list-result-search-all {
	display: none;
}
#list-result-search-all .card-header {
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid #003f78;
	padding: 5px;
}
#list-result-search-all .card {
	border-radius: 0;
	border: 0;
}
#list-result-search-all .card-header .btn-link {
    font-weight: 400;
    color: #003f78;
    background-color: transparent;
}
#list-result-search-all ul, #list-result-search-all ul li {
	padding: 0;
	margin: 0;
}
#list-result-search-all ul {
	padding-left: 15px;
}
#list-result-search-all li {
	line-height: 16px;
}
#list-result-search-all ul li a h5 {
	font-size: 13px;
}
#list-result-search-all ul li a p {
	font-size: 11px;
}
.table-list-dettagli .descRiga  {
	display: block;
	font-size: 11px;
}
.table-list-dettagli .desc1Riga  {
	font-weight: bold;
	font-size: 13px;
}
.immagine-per-riga.seleziona img {
	border: 5px solid green;
}
.alert-versione {
	width: 100%;
	text-align: center;
	color: #333;
	font-weight: bold;
}
#page-fattura-edit .table-list-dettagli td {
	vertical-align: top;
}
#page-fattura-edit .table-list-dettagli tbody tr:nth-child(4n-1), #page-fattura-edit .table-list-dettagli tbody tr:nth-child(4n) {
    background-color: rgba(0,0,0,.05);
}
#page-fattura-edit .table-list-dettagli tbody tr:nth-child(4n-1) td, #page-fattura-edit .table-list-dettagli tbody tr:nth-child(4n) td {
	border-top: 1px solid #dee2e6;
}
.ui-datepicker {
	z-index: 1060 !important;
}
#row-ft-sorgente-1, #row-ft-sorgente-2 {
	display: none;
}
.block-page h3 {
	font-size: 21px;
	position: relative;
	bottom: auto;
	color: #FFF;
}
#page-fattura-edit textarea {
	max-width: 525px;
}
.customer-page .page-content {
	padding-bottom: 0;
}
.customer-page .navbar-footer {
	display: none;
}
#lista-contratti-mappa {
	padding: 15px;
	border: 1px dashed rgba(0,0,0,0.15);
	border-bottom: 0;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 250px;
	z-index: 1;
	background-color: rgba(255,255,255,0.75);
	overflow-x: auto;
}
#lista-contratti-mappa ul,#lista-contratti-mappa li {
	list-style-type: none;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #333;
}
#lista-contratti-mappa li {
	margin-bottom: 5px;
}
#lista-contratti-mappa li a {
	color: #333;
}
#lista-contratti-mappa li:last-child {
	margin-bottom: 0;
}
#lista-contratti-mappa li img {
	height: 19px;
	margin-right: 5px;
}
#page-repository-index .table.table-list tr td {
	 background-color: #efefef80;
}
#page-repository-index .table.table-list tr.row-list-head td {
	 background-color: #D9DADB;
	 border-bottom: 2px solid #003f78;
}
#page-repository-index .table.table-list tr.row-list-subhead td {
	 background-color: #ECEDED;
}

.table.table-list-dettagli tr.Split{
	background-color:#FFC;	
}
.riepilogo label{
	color: #003f78;
	font-weight:bold;
}

/* area stampe */
#page-stampe .frmFilter {
	display: none;
}
#page-stampe .btn-active-action, #page-stampe .table-list {
	display: none;
}

@media screen and (max-width: 1399px) {
	.navbar .navbar-content a {
		font-size: 11px;
	}
	.navbar .navbar-content a i {
		font-size: 15px;
	}
	.navbar .navbar-content .top-menu-section-content {
		height: 65px;
		padding-top: 14px;
	}
	.navbar .navbar-subheader-sx .brand img {
		width: 115px;
	}
	.navbar .navbar-subheader-sx a.brand {
		top: 16px;
	}
	.navbar .navbar-subheader-sx > a:not(.brand), .navbar .navbar-subheader-dx a:not(.btn-text) {
		font-size: 20px;
		line-height: 36px;
	}
	.page-container {
		padding-top: 70px;
	}
	.navbar .navbar-subheader-sx .navbar-search {
		top: 65px;
	}
	#sidebar-left .menu-sx-containter > a, .right-menu-section .title-menu-section > a {
		font-size: 11px;
	}
	.page-sidebar {
		min-width: 185px;
		max-width: 185px;
	}
	.navbar .navbar-content {
  		width: calc(100% - 370px);
	}
	.navbar-footer {
	  left: 185px;
	  width: calc(100% - 370px);
	}
	.navbar-footer .navbar-content {
		width: 100%;
	}
	#sidebar-left .installation-container:after {
	   width: 175px;
	}
	.right-menu-section .title-menu-section .title-menu-section-icon {
		font-size: 19px;
		line-height: 46px;	
	}
	.navbar-search a, .navbar-search form button {
		width: 32px;
		height: 33px;
		font-size: 17px;
		line-height: 35px;
	}
	.navbar-search a {
		height: 34px;
	}
	.navbar-search form input {
    	width: 116px;
	}
	.navbar-search form {
		width: 185px;
	}
	.navbar .navbar-subheader-sx > a:not(.brand) {
    	width: 32px;
	}
	#sidebar-left .border-div-top-transparent {
		top: -5px;
	}
	.portlet .portlet-title .caption {
		font-size: 15px;
	}
	.portlet .portlet-title .actions {
		height: 32px;
	}
	.portlet .portlet-title .actions a.btn {
		font-size: 14px;
	}
	.portlet .portlet-body > div h4 {
		font-size: 15px;
	}
	.portlet.portlet-filter label {
		font-size: 13px;
	}
	.portlet.portlet-filter .form-control {
		font-size: 13px;
	}
	.portlet.portlet-filter select.form-control, .form .form-group select.form-control {
		height: 25px !important;
	}
	.bootstrap-select .dropdown-toggle, .bootstrap-select .dropdown-toggle.btn-light:not(:disabled):not(.disabled).active, .bootstrap-select .dropdown-toggle.btn-light:not(:disabled):not(.disabled):active, .bootstrap-select.show>.btn-light.dropdown-toggle {
		font-size: 13px;
		margin-top: -5px;
	}
	.portlet .portlet-body > div .btn-close-filter {
		font-size: 25px;
	}
	.portlet.portlet-filter .btn-clear {
		font-size: 25px;
	}
	.table.table-list th {
		font-size: 13px;
	}
	.table.table-list td {
		padding: 3px;
		font-size: 11px;
	}
	.portlet.portlet-content {
		padding-top: 25px;
	}
	.table.table-list td .btn, .table.table-list td i {
		padding: 3px;
		font-size: 13px;
	}
	.page-content .form label, .modal-dialog .form label, .page-content .form-pers label {
		font-size: 13px;
	}
	.page-content .form .form-control, .modal-dialog .form .form-control {
		font-size: 13px;
	}
	.btn-active-action, .btn-default-action, .btn {
		font-size: 13px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	#content-immagini-impianto .image-box-caption a {
		float: left !important;
		margin-right: 5px;
		font-size: 13px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	#content-immagini-impianto .image-box-caption span {
		display: none;
	}
	.page-content .form .nav-tabs .nav-link, .modal-dialog .form .nav-tabs .nav-link {
		font-size: 13px;
	}
	.page-content .form .form-control-static, .modal-dialog .form .form-control-static {
		font-size: 13px;
	}
	#sidebar-left .menu-sx-containter a {
		font-size: 11px;
	}
}