.FunctionBox{
  border-width:1px;
  border-style:solid;
  border-color:gray;
  //border-radius:10px;
  //-moz-border-radius:10px;
  //-webkit-border-radius:10px;
  background-color:#98d7f8;
  color:#000000;
  padding:3px;
  -webkit-box-shadow:1px 1px 3px 0px #000000 ;
  -moz-box-shadow:1px 1px 3px 0px #000000 ;
  box-shadow:1px 1px 3px 0px #000000 ;
}

.BoxCard{
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.75);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding:2px 4px 3px 4px;
  margin: 0px 2px 0px 1px;
  font-weight: bold;
}

.BoxTitle{
  -webkit-box-shadow: 0px 10px 13px -7px #ffffff, 6px 6px 8px -1px rgba(255,255,255,0.62);
  box-shadow: 0px 10px 13px -7px #ffffff, 6px 6px 8px -1px rgba(255,255,255,0.62);
  padding:10px;
  margin-bottom: 15px;
  background: #000000;
  color: white;
  font-size: 21px;
  font-weight: bold;
}

.BoxSubTitle{
  -webkit-box-shadow: 0px 10px 13px -7px #ffffff, 6px 6px 8px -1px rgba(255,255,255,0.62);
  box-shadow: 0px 10px 13px -7px #ffffff, 6px 6px 8px -1px rgba(255,255,255,0.62);
  padding:5px 15px;
  margin-bottom: 15px;
  background: #6c6c6c;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.BoxSubSubTitle{
  padding:5px 5px;
  margin: 15px;
  background: #df85e9;
  color: black;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px black solid;
  border-left: 2px black solid;
}

.BoxCardLite{
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
  padding:5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.Margin10{
  margin:10px;
}

.White{
  background: #ffffff;
}

.LightGray{
  background: #f2f2f2;
}

.srvc1{
  border-bottom: 1px gray dotted;
  margin:0px;
  padding:0px;
}
.srvc2{
  float: right;
  color: gray;
}

.h200{
  height: 200px;
}
.h250{
  height: 200px;
}
.h500{
  height: 500px;
}

.min250{
  min-height: 200px;
}

.ElencoRow1{
  color: black;
  font-size:12px;
  line-height: 12px;
  margin-bottom: 1px;
  font-weight: normal;
}
.ElencoRow2{
  color: black;
  font-size:14px;
  line-height: 12px;
  margin-bottom: 1px;
}
.ElencoRow3{
  color: #ab182f;
  font-size:16px;
  line-height: 14px;
  margin-bottom: 1px;
}

body{
    font-family: 'Titillium Web', sans-serif;
}

/* Font Anagrafiche */
.input-sm{
  font-size: 16px;
  padding: 0px 3px;
}
.list-group-item{
  font-size: 16px;
}

.fixed-row-bottom { position: fixed; bottom: 0; width: 100%; padding:3px 50px; 3px 50px}

.SplashImage{
background: url(/Site/Images/Background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.MenuBackground{
  background: #000000;
}

.leftMenuMargin {
  padding-left:65px;
}

.Height100{
  height:100%;
}

.LeftExplain{
  padding-left:50px;
  padding-right:5px;
  color: white;
  font-family: 'Titillium Web', sans-serif;
}

.imed{
  background: #f2f2f2;
}

.collapsing in {
    transition: height 0.6s;
}
.FirstRow{
  margin-top: 5px;
}
.ExtraMarginLeft {
  margin-left: -5px;
  margin-right: -5px;
}

.controlButton{
  font-size:9px;
  padding:5px!important;
}

.top-space-5{
  padding-top: 5px;
}
@media (max-width: 767px) {
  .top-space-5{
    padding-top: 0px;
  }
}
.top-space-16{
  padding-top: 16px;
}

.noPadding{
  padding: 0px!important;
}

.extraPaddingLat{
  padding-left: 20px;
  padding-right: 20px;
}

.inline-overflow-hidden{
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.block-header {
    margin-bottom: 12px;
    padding-bottom: 3px;
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    color: #1818a7;
    border-bottom: 1px #a2a2e2 solid;
}

.block-selezione {
    margin-bottom: 12px;
    padding-bottom: 5px;
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    color: #1818a7;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .6);
    background: #ffffff;
}

.card{
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
}
.cardSnippet{
    background: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    margin-top: 8px;
    padding: 3px 15px 3px 15px;
    border-radius: 5px;
}

.AnagControlRow{
  margin-top: -20px;
}
.Titillium{
    font-family: 'Titillium Web', sans-serif!important;
}
.font-9{
  font-size: 9px!important;
}
.font-10{
  font-size: 10px!important;
}
.font-12{
  font-size: 12px!important;
}
.font-14{
  font-size: 14px!important;
}
.text-center{
  text-align: center!important;
}


.btn-75{
  width: 75px!important;
  margin-top:1px;
}
.btn-153{
  width: 153px!important;
  margin-top:1px;
}

.btn-55{
  width: 50px!important;
  margin-top:1px;
}
.btn-113{
  width: 113px!important;
  margin-top:1px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  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: 1px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.5s ease 0s;

}
.btn-primary {
    background-color: #2962FF;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #0D47A1;
}
.btn-info {
    background-color: #5bc0de;
    color: #000000;
}
.btn-info:hover, .btn-info:focus {
    background-color: #31b0d5;
}
.btn-danger {
    background-color: #d9534f;
    color: #FFFFFF;
}
.btn-danger:hover, .btn-danger:focus {
    background-color: #c9302c;
}
.btn-success {
    background-color: #5cb85c;
    color: #FFFFFF;
}
.btn-success:hover, .btn-success:focus {
    background-color: #449d44;
}

.btn-anaFixed{
  min-width: 150px;
}

/* Checkboxes and Radio */

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

/*
Divider
*/
.divider{
    position: relative;
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 30px auto;
}
.divider span{
  border-radius: 15px;
  border:1px solid #f0f0f0;
  background: #ffffff;
  position: relative;
  top:-12px;
  left:30px;
  padding-left:20px;
  padding-right:20px;
}
.divider:before{
  content: ' ';
  display: block;
  line-height: 30px;
  border-radius: 15px;
  border:1px solid #f0f0f0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  text-align: center;
}

/* List Group fixed hei */
#listContainer {
    margin-bottom: 0;
    overflow: auto;
    padding:10px!important;
}



.Uppercase{
  text-transform: uppercase;
}


.no-padding-right {
  padding-right: 0px!important;
}
.no-padding-left {
  padding-left: 0px!important;
}
.cc-badge {
  padding: 0px 9px 0px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #888888;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.SpaceTop{
  padding-top: 60px;
}
@media only screen and (max-width: 770px) {
  .SpaceTop{
    padding-top: 0px;
  }
  .no-padding-right {
    padding-right: 15px!important;
  }
  .no-padding-left {
    padding-left: 15px!important;
  }
  .cc-badge {
    padding: 0px 2px 0px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #888888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}

.badgebox
{
    opacity: 0;
}
.badgebox + .badge
{
    text-indent: -999999px;
	width: 27px;
}

.badgebox:focus + .badge
{
    box-shadow: inset 0px 0px 5px;
}

.badgebox:checked + .badge
{
    text-indent: 0;
}

.cc-badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.cc-badge-error {
  background-color: #b94a48;
}
.cc-badge-error:hover {
  background-color: #953b39;
}
.cc-badge-warning {
  background-color: #f89406;
}
.cc-badge-warning:hover {
  background-color: #c67605;
}
.cc-badge-success {
  background-color: #468847;
}
.cc-badge-success:hover {
  background-color: #356635;
}
.cc-badge-info {
  background-color: #3a87ad;
}
.cc-badge-info:hover {
  background-color: #2d6987;
}
.cc-badge-inverse {
  background-color: #333333;
}
.cc-badge-inverse:hover {
  background-color: #1a1a1a;
}

/* Alert Background */
.BGPassed{
  background: #5cb85c;
  color: #FFFFFF;
}
.BGInfo{
  background: #5bc0de;
  color: #000000;
}
.BGWarning{
  background: #ffff00;
  color: #000000;
}
.BGAlert{
  background: #d9534f;
  color: #FFFFFF;
}

/* ************** SWITCH SLIDE ******************* */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* ************** SPECIAL INPUT ******************* */
.evidence-input{
  font-weight: bold;
}



/* ****************************************************** */
/* ************** OVERRIDE DIALOG BOX ******************* */
/* ****************************************************** */


.ui-widget{
  font-family: 'Titillium Web', sans-serif;
}

.ui-dialog-titlebar {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;

  background-image:none;
  background: #2962FF;
  background: -webkit-linear-gradient(#2962FF, #0D47A1);
  background:    -moz-linear-gradient(#2962FF, #0D47A1);
  background:         linear-gradient(#2962FF, #0D47A1);
  color: #ffffff;
}

.ui-dialog-titlebar .ui-icon {
  background-image: url(/css/images/ui-icons_ffffff_256x240.png);
}


.ui-dialog, {
    background: #f2f2f2!important;
}

.ui-dialog-content {
    background: #f2f2f2!important;
}
.ui-corner-all{
  border-radius: 10px;
}

.ui-tabs .ui-tabs-nav{
  // Settare come Border Radius
  padding-left: 10px;
}
/* ****************************************************** */



/* ****************************************************** */
/* ************** OVERRIDE DATEPICKER ******************* */
/* ****************************************************** */

.ui-datepicker { width: 100%!important;}
.ui-datepicker table {font-size: .8em!important;}
.ui-datepicker-month {font-size: .9em!important;}
.ui-datepicker-year {font-size: .9em!important;}
.normal-ui-datepicker { width: 17em!important;}

/* ****************************************************** */




.dv-razor {
  display: flex;
  align-items: center;
  margin: 1em -1em;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}
.dv-razor:before, .dv-razor:after {
  content: "";
  flex: 1;
  height: 1px;
  margin: 0 1em;
  box-shadow: 0 0.5px 0 black;
}

.glow:before, .glow:after {
  height: 3px;
  -webkit-filter: blur(3px);
  border-radius: 3px;
}
.glow:before {
  background: linear-gradient(to right, blue, white);
}
.glow:after {
  background: linear-gradient(to left, blue, white);
}

.Top20{
  margin-top: 20px;
}

