/* TurboGears flash bootstrap look */


@font-face {
  font-family: 'icosfera';
  src:  url('/fonts/icosfera/icosfera.eot');
  src:  url('/fonts/icosfera/icosfera.eot') format('embedded-opentype'),
    url('/fonts/icosfera/icosfera.ttf') format('truetype'),
    url('/fonts/icosfera/icosfera.woff') format('woff'),
    url('/fonts/icosfera/icosfera.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* CSS dei fieldset*/
fieldset {
    border:1px solid #999;
    border-radius:8px;
    box-shadow:0 0 5px #999;
}
.index {
    width: 100%
}
legend {
    background:#fff;
    border:1px solid #999;
    border-radius:8px;
    box-shadow:0 0 10px #999;
    padding: 5px;
}


.page-width{max-width:64em;margin:0 auto;}


.checkbox-list li {
    display: block;
    float: left;
    width: 30%;
    border: 1px solid #D0D0D0;
    background: linear-gradient(to top, #FFF 50%, #DFDFDF  );
    }


.checkbox-list-selected {

    border: 1px solid #FAD42E !important;
    background: #FBEC88 !important;
    }

/* CSS della form */
form ul {
    list-style-type: none;

}
/*
form ul.pippo li {
    padding:2px;
    display:inline;
    float:left;
}*/

hr {
   display: block;
   position: relative;
   padding: 0;
   margin: 8px auto;
   height: 0;
   width: 100%;
   max-height: 0;
   font-size: 1px;
   line-height: 0;
   clear: both;
   border: none;
   border-top: 1px solid #aaaaaa;
   border-bottom: 1px solid #ffffff;
}

/* Attributo required */
input:required,
select:required {
    border:solid 1px #ff3333 !important;
}

/*
.form-control {
    background: linear-gradient(to top, #FFF 50%, #DFDFDF  );
    border: 1px solid #ccc;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 25px;
    line-height: 1.42857;
    padding: 0px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}*/

.table-layout {
    width: 100%;
    border: 0px solid #ccc;
}

.table-layout tr {
    text-align: left;
}

.table-layout th {
    text-align: left;
    border: 0px solid #ccc;
    width:25%;
}

.group-layout {

    margin: 10px 2px 0px;
    border: 1px solid #AAA;
    overflow: auto;
}

.group-layout .title{
    padding: 2px;
    /*background: linear-gradient(to top, #DFDFDF 50%, #86B5D9);*/
    background-color: #B5CCD9;
    /*background: url("/img/jq_images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x scroll 50% 50% #5c9ccc;*/
    border: 1px solid #AAA;
    color: #000;
    font-weight: bold;
}

.group-layout .content {
    padding-top: 20px;
}

/* Override della classe*/
.s-dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    /*top: 100%;*/
    z-index: 1000;
}

body,button,input,p,select,h1,h4,h5,a{
  font-family:"Helvetica Neue",Helvetica,sans-serif !important;
  font-size:11pt !important;
  color: #5f6f81;
}

h1,h4,h5{
  font-weight:700 !important;
}

html {
  position: relative;
  min-height: 100%;
  background: url('/img/bg/gray_point.png');
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

body > #wrapper {
  background: url('/img/bg/gray_point.png');
}

.navbar {
    border-radius:0 !important;
}

.navbar-default {
    color:#fff;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 28%, rgba(246,246,246,1) 28%, rgba(246,246,246,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(28%, rgba(237,237,237,1)), color-stop(28%, rgba(246,246,246,1)), color-stop(100%, rgba(246,246,246,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 28%, rgba(246,246,246,1) 28%, rgba(246,246,246,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 28%, rgba(246,246,246,1) 28%, rgba(246,246,246,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 28%, rgba(246,246,246,1) 28%, rgba(246,246,246,1) 100%);
    background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 28%, rgba(246,246,246,1) 28%, rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=1 );
}

.navbar-nav a.dropdown-toggle,
.navbar-nav > li > a {
    color: #606060 !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color:#333 !important;
}
.navbar-brand {
  margin-top: -10px;
}


.dropdown-menu {
    border-radius:0 !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #e7e7e7;
}


/* Stili dialog */
.modal-title {
    font-size:28px !important;
    font-weight:400 !important;
}

.modal-header,
.modal-footer {
    border:none !important;
}

.modal-content {
    border-radius:0px !important;
}

.modal-header > button.close {
    display:none !important;
}


/* Manina su righe tabella */

tbody > tr:hover{
    cursor:pointer !important;
}


th > label {
    margin:0 !important;
}


/* input */
input,select {
    border-radius:0px !important;
}

select > option {
    padding:6px 0 6px 6px !important;
}

/* Pannelli */
.panel {
    border-radius:0px !important;
    margin-top: 25px;
    border: 1px solid #c6d0da;
}

.panel-title {
    font-size:15px !important;
    font-weight: normal;
    color: white !important;
}

.panel-heading {
  border-bottom: 1px solid #c6cfda !important;
  color: white !important;
  background-color: #c3444d !important;
  margin-top: -18px;
  margin-left: 15px;
  float: left;
  height: 36px;
}

.panel-body {
  padding-top: 25px !important;
}

label{
  font-weight: normal !important;
}

/* Pulsanti */
.btn, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    outline:none !important;
    border-radius:0px !important;
    border:medium none !important;
    text-align:center !important;
    text-spacing:0.5px !important;
    line-height:35px !important;
    height:35px !important;
    padding:0 2rem !important;
    text-transform:uppercase !important;
    /* box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12); */
    font-size:14px !important;
    font-weight:700 !important;
}

.btn-group > input.btn {
    margin-right:8px !important;
    font-weight: normal !important;
}

.btn-group {
  margin: 10px;
}

.btn-default {
    background-color: #a2a2a2 !important;
    color:#fff !important;
    width: 156px;
    margin: 1px;
    margin-right: -3px;
}

.free-size {
    width: auto !important;
}

.btn-group-vertical > .btn {
    box-shadow:none !important;
    font-weight:300 !important;
    font-size:12px !important;
    line-height:25px !important;
    height:25px !important;
    padding:0 1rem !important;
}

.btn-group-vertical {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}

.btn-info {
  background-color: #8BC34A;
}
.btn-info:hover, .btn-info:active {
  background-color: #97d351;
  }
.btn-danger {
  background: #ef5624 !important;
}


.iconsfera {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icosfera';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5;
  font-size: 33px;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgb(86, 86, 86);
  -webkit-filter: saturate(0.8);
  filter: saturate(0.8);
}
.iconsfera:hover {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.side-nav--cruscotto:before {
  content: "\e902";
  border-radius: 5px;
  padding: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec005f+0,c99000+100 */
  background: rgb(236,0,95); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(236,0,95,1) 0%, rgba(201,144,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(236,0,95,1) 0%,rgba(201,144,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(236,0,95,1) 0%,rgba(201,144,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec005f', endColorstr='#c99000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: -1px 3px 8px 0px rgba(143,143,143,1);
  -moz-box-shadow: -1px 3px 8px 0px rgba(143,143,143,1);
  box-shadow: -1px 3px 8px 0px rgba(143,143,143,1);
}

.canvasjs-chart-credit {
    display: none;
}


/* Stile per le checkbox
 * Si nasconde il widget di default e lo si rimpiazza con uno tag (es. <span>) */
