html, body {
    
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* IE6 hack */
* html #main {
  height: 100%;
}

.cancella {
    border: solid 2px red !important;
}

.cancella:hover {
    background-color:red !important;
}

.center {
    display: inline-block;
    margin:0 auto;
    width:50%;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

.container {
    width:100%;
    text-align:center;
}
.content-login{
  background-image: url("../img/sfondo.png");
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
 
.container-fluid {
    width:100%;
    padding-left: 0px;
    
}

.descrizione{
	vertical-align:top; 
	margin: 0 auto;
	padding-left:5%;
	padding-right:5%; 
	background-color:#fff;
	color:#777;
}
.simply-scroll-clip { /* Applied to clip DIV */
  background-color: #000;
}

.simply-scroll {
  width: 80% !important;
} 

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #3DB94D;;
    
}
.loginbutton {
    line-height: 20px !important;
}

.loginbutton:hover {
    color: white !important;
    background-color: #004489 !important;
    
    border-radius: 6px;
}

.loginForm {
    width: 120%;
    background-color: #eee;
    opacity:0.8;
    border: 4px solid #cccccc;

}


.nav-l-img {
    width: 200px;
}

.nav-r-img {
    margin-top: 5px;
    width: 200px !important;
    
}

.navbar-inverse {
  background-image: linear-gradient(to bottom, #ccc 0%, #555 100%);
  background-color: #ccc;
  background-repeat: repeat;
  background-size: 100% 100%;
  border: 4px solid #555;
}
 
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    
    color: #3DB94D;
}

.element {
    width:100%;
    text-align:center;
}

.footer {
    height: 50px; 
    background: orange;
    margin-top: -50px;
}
.footer-text{
  font-size: 1em;
}

h8 {
    color: #286090;
}

input {
    color: #999;
    font-size: 1em;
    font-style: italic;
    padding: 0px 6px;
    line-height: 10px;
}

input:disabled {
    background: #F0F0F0;
}

.intestazione {
    width:100%;
    padding-left: 1%;
    padding-top: 1%;
    font-size: 1rem;
    background-color: #ffffff;
   
}

.labelheader {
    margin-top:35px;

} 

.label-info {
    background-color: #3DB94D;
    font-size: 18px;
    padding: 0.9em 0.6em 0.3em;

}

.left {
    float:left;
    width:50%;
}

.main {
    min-height: 100%;
    position:fixed;
    padding-top:0px;
    padding-left:20px;
    padding-right:20px;
    /*height: auto !important;*/
    height: 100%;
    margin-bottom: -50px; 
    overflow-y: hidden;
}

.pulsanti {
    width:auto;
    position:fixed;
    top: 11.5rem;
    right:1rem;
    font-size: 1.3rem;
    z-index: 10000;
}

.right {
    float:right;
    width:50%;
}

small {
      font-size: 0.8em;
      color: #666;
      text-transform: none;
}

.strikeout {

text-decoration: line-through !important;
color: #dddddd;
}

table.dataTable tbody td {
    padding: 4px 10px;
}

table.modal-table {
    margin: 10px auto;
}


table.modal-table tr {
    line-height: 2em;
}

.Table_wrapper {
    padding-top: 70px;
    width:auto;
    padding-left: 50px;
}

.titolo {
    text-align:left;
    width: 50%;
}



.redtext  {
    color: red;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.form-table {
  width:70%;
  margin: auto;
}

.form-table tbody {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.form-table td {
  padding-top: 10px;
}
.display-table {
  width:50%;
  margin: auto;
  background-color: #ccc;
  border-radius: 12px;
  padding:20px;
  border-collapse: unset;
}
.display-table td {
  padding-top: 10px;
}
.data-table {
  width:50%;
  margin: auto;
  background-color: #ccc;
  border-radius: 12px;
  padding:20px;
  border-collapse: unset;
}
.data-table td {
  padding-top: 10px;
}
.ft-td  {
vertical-align: middle;
text-align:center;  
}

.framed {
margin-top: 20px;  
height: 200px;
max-width: 200px;

}

.divs_nav {
    display: block;
}

.divs_nav_lower {
    margin-top: 110px !important;
}

.row {
    margin-left: 0;
    margin-right: 0;

}

.col_lrg{

  min-width: 50px;
}

div.container {
        width: 80%;
    }

.black_overlay{
        display: none;
        position: absolute;
        top: 18%;
        left: 25%;
        width: 30%;
        height: 42%;
        background-color: black;
        z-index:2001;
        border-radius: 6px;
        -moz-opacity: 0.5;
        opacity:.50;
        filter: alpha(opacity=50);
		-webkit-opacity: 0.50;
		-webkit-transition: all 2s ease-in;
		-moz-transition: all 1s ease-in;
		-ms-transition: all 2s ease-in;
		-o-transition: all 2s ease-in;
		transition: all 2s ease-in;

    }
    .white_content {
        display: none;
        position: absolute;
        top: 16%;
        left: 10%;
        width: 50%;
        /*height: 80%;*/
        /*padding-bottom: 6px;*/
        border-style:none;
        border-radius: 3px;
        background-color: #eeeeee;
        z-index:3000;
        overflow: auto;
        -webkit-transition: all 2s ease-in;
		-moz-transition: all 1s ease-in;
		-ms-transition: all 2s ease-in;
		-o-transition: all 2s ease-in;
		transition: all 2s ease-in;
    }

.white_content1 {
        display: none;
        position: absolute;
        top: 20%;
        left: 25%;
        width: 50%;
        height: 63%;
        padding-bottom: 6px;
        border: solid black 1px;
        border-radius: 6px;
        background-color: #eeeeee;
        z-index:3010;
        overflow: auto;
        -webkit-transition: all 2s ease-in;
        -moz-transition: all 1s ease-in;
        -ms-transition: all 2s ease-in;
        -o-transition: all 2s ease-in;
        transition: all 2s ease-in;
    }

.white_content2  {
        display: none;
        position: absolute;
        top: 15%;
        left: 25%;
        width: 55%;
        height: 78%;
        padding-bottom: 6px;
        border: solid black 1px;
        border-radius: 6px;
        background-color: #eeeeee;
        z-index: 3040;
        overflow: auto;
        -webkit-transition: all 2s ease-in;
        -moz-transition: all 1s ease-in;
        -ms-transition: all 2s ease-in;
        -o-transition: all 2s ease-in;
        transition: all 2s ease-in;
    }

  .modal-backdrop {

      z-index: -2 !important;

  }

    .alert-dismissable .close,
	.alert-dismissible .close {
  		position: relative;
		  top: -2px;
		  right: -21px;
		  color: inherit;
	}

	.close {
		  float: right;
		  font-size: 34px;
		  font-weight: bold;
		  line-height: 1;
		  color: #000;
		  text-shadow: 0 1px 0 #fff;
		  filter: alpha(opacity=20);
		  opacity: .2;
		}
	.close:hover,
	.close:focus {
	  color: #000;
	  text-decoration: none;
	  cursor: pointer;
	  filter: alpha(opacity=50);
	  opacity: .5;
	}
	button.close {
	  -webkit-appearance: none;
	  padding: 0;
	  cursor: pointer;
	  background: transparent;
	  border: 0;
	}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.modal-header .close {
  margin-top: -2px;
}
.modal-header {
  min-height: 16.42857143px;
  background-color: #00b6c4;
  color: #ffffff;
  padding-left: 15px; 
  padding-top:0px;
  padding-right: 15px;
  padding-bottom: 0px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  font-size: 25px;
  line-height: 1.42857143;

}
.modal-body {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #333;
 

}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.textfield_header{
  font-size: 2em;
  color: #00B6C4;

}
  .tooltip {
  position: absolute;
  z-index: 2070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  max-height: 40px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 6px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;

}
.btn-primary {
  color: #fff;
  background-image: linear-gradient(to bottom, #286090 0px, #2FE2EF 100%);
  background-repeat: repeat-x;
  background-color: #286090;
  border-color: #204d74; 
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; 
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  border-radius: 6px;
  color: #fff;
  background-color: #00B6C4;
  border-color: #03ABB7;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #0B757C;
  border-color: #0B757C;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  border-radius: 6px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;

}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 6px !important;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-group-vertical{
  background-image: linear-gradient(to bottom, #337ab7 0px, #265a88 100%); 
  border-color: #2e6da4;  
}

.tip-twitter {
  opacity:0.8;
  z-index:1000;
  text-align:left;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  padding:8px 8px;
  max-width:200px;
  color:#fff;
  background-color:#000;
  /**
   * - If you set a background-image, border/padding/background-color will be ingnored.
   *   You can set any padding to .tip-inner instead if you need.
   * - If you want a tiled background-image and border/padding for the tip,
   *   set the background-image to .tip-inner instead.
   */
}
.tip-twitter .tip-inner {
  font:bold 11px/14px 'Lucida Grande',sans-serif;
}
.filtri {
margin-bottom: 16px;
 
}
a:focus {
    outline: none;

    }
.list-group-small {
    height: 15px; 
    padding: 5px 15px;
    font-size: 10px;

    } 
  .list-group-small:hover {
    color:#00B6C4;
  
    } 

  .navbar-nav {
    float: left;
    margin: 0px;
}

.titoli {
     
    padding-left: 15px;
    font-size: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid black;
    font-weight: bold;
    

    } 
.riga {
     
    background-color: #eee;
    color: inherit;
    padding-left: 15px;
    font-size: 10px;
    margin-bottom: 5px;
    border-radius: 6px;
    } 

.anteprima {
     
    padding-left: 5px;
    font-size: 10px;
} 
.barramenu {
     
    padding-top: 10px;
    font-size: 10px;
} 

.navbar-nav > li > a {
       
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar {
    border: none;
    min-height: 75px;

} 

.navbar-title {
  font-size: 3em;
  color: #221023;
}

.imageheader {
    padding-top: 5px;
}


.pdfobject-container { 
    height: 500px;
}
.pdfobject { 
    border: 1px solid #666;
}

.modalselect { 
    min-width: 100px;
}


#upload {
  width: 50%;
  margin: 20px auto;
  background-color: #FFF;
  padding: 20px;
}

#rilascia {
  border: 1px solid #000;
  width: 50%;
  padding: 10px;
}


#upload-wrapper {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  background: #3D91A2;
  padding: 50px;
  border-radius: 10px;
}
#upload-wrapper h3 {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 20px 0px;
  margin-top: -30px;
  border-bottom: 1px dotted #DDD;
}
#upload-wrapper input[type=file] {
  padding: 6px;
  background: #FFF;
  border-radius: 5px;
}
#upload-wrapper #submit-btn {
  border: none;
  padding: 10px;
  background: #61BAE4;
  border-radius: 5px;
  color: #FFF;
}
#output{
  padding: 5px;
  font-size: 12px;
}

/* prograss bar */
#progressbox {
  border: 1px solid #CAF2FF;
  padding: 1px; 
  position:relative;
  width:400px;
  border-radius: 3px;
  margin: 10px;
  display:none;
  text-align:left;
}
#progressbar {
  height:20px;
  border-radius: 3px;
  background-color: #CAF2FF;
  width:1%;
}
#statustxt {
  top:3px;
  left:50%;
  position:absolute;
  display:inline-block;
  color: #FFFFFF;
}

.dz-preview {
  display: none;
}



.block {
    margin-top: 170px;
}



/* Tooltip container */
.tooltipn {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipn .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* dimensione del tooltip */
    width: 180px;
    margin-left: -90px; /* Use half of the width (120/2 = 60), to center the tooltip */

    position: absolute;
    z-index: 3300;
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltipn:hover .tooltiptext {
    visibility: visible;
}

/*posizionamento*/
.tooltipn .tooltip-right {
    top: -1px;
    left: 330%; 
}
.tooltipn .tooltip-left {
    top: -5px;
    right: 105%; 
}


.calendario {
    
    margin-top: 100px; /* At nel caso sia la pagina degli eventi dettaglio */
    }

.th-right,.td-right {
    
    text-align: right;
    padding-left: 10px; 
    
    }

.th-left,.td-left {
    
    text-align: left;
    padding-left: 10px; 
    
    }
.th-center,.td-center {
    
    text-align: center;
    padding-left: 10px; 
    
    } 

  select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, #00B6C4 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #00B6C4 50%),
    linear-gradient(to right, #00B6C4, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #00B6C4;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

   
#loading {

    background-color: #ccc;
    color: white;
    position: fixed;
    top: 120px;
    margin-left:0%;
    padding-top:20%;
    width: 98%;
    height:100%;
    text-align: center;
    font-size: 100px;
    z-index: 2000;
  }

  .fc-today {
    background: #eee !important;
    border: none !important;
    border-top: 1px solid #ddd !important;
    font-weight: bold;
} 

#toolbarContainer {

    display: none !important;
}

h3 {
    
    width: 90%;
}

.nomesocieta {
  min-width:350px;
}

.nomeutente {
  min-width:70%;
}
/* inserito per correggere il problema dello scroll di datatable */
.col-sm-12 {
    
    padding-left: 0px;
    padding-right: 0px;

  }
.dataTables_scrollBody {
    
    overflow-x: hidden !important;

  }

/************************/


a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}
h5 {
    
    background-color: #999;
    color: #fff;
    margin-top:0px;
    padding: 5px;
    
}

.fullwidth {
    
    width:100%;
}

.nopad {
    
    padding-top:0px;
    padding-bottom: 10px; 
    padding-left:15px;
    padding-right:15px;
}


.portfolio .thumbnail {
    position: relative;
}

.portfolio .thumbnail:hover {
    cursor: pointer;
}

.portfolio .caption {
    bottom: 0;
    position: absolute;
}

.portfolio .btn {
    opacity: 0.75;
}


.progress {
    
    position:fixed;
    top: 40px; 
    margin: auto 50%;
   
}

button, input, optgroup, select, textarea {

    margin: 3px;
}

@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
        width: 100%;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
} 
   
