
/* ================== GLOBAL ================== */

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

.box-info {
  display:Block;
  width:100%;
  height:auto;
  border:1px solid #ff9d41;
  border-radius:7px 7px 0 0;
  padding:5px;
  margin:0 0 8px 0;
}

*:focus {
  outline: none; }

a, a:hover {
  color: inherit;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li {
  margin-bottom: 10px;
}


.fullwidth {
  width: 100%;
}

.icons-block {
  text-align: center;
}


/* search block */

.search-client-box {
  height: 40px;
}

.home-news-header, .department-news-header, .sidebar-header {
    color: #335576 !important;
    border-bottom: 2px solid #695e4a;
    padding-bottom: 10px;
}

.home-news-header > a, .department-news-header > a, .sidebar-header > a {
    color: #335576 !important;
}

.home-news-header span.archive-link a, .department-news-header span.archive-link a,
.home-news-header span.archive-link span a, .department-news-header span.archive-link span a {
    color: #335576 !important;
}

.header-search-span {
    float: right;
    width: 250px;
    display: inline-block;
}

  .header-search input {
      position: absolute;
      width: 0px;
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition: all 0.7s ease-in-out;
      -o-transition: all 0.7s ease-in-out;
      transition: all 0.7s ease-in-out;
      border-radius:0;
      padding: 0 2px 0 2px;
      background: transparent;
      border: 0;
      box-shadow: none;
      left: 35px;
      padding: 0 25px;
      height: 37px;
  }

  .header-search:hover input, .header-search input:focus {
      width: calc(100% - 50px);
      margin-left: 0px;
      background: #FFF;
      border: 1px solid #EAEAEA;
      border-left: 0;
  }
        
  .header-search input::placeholder {
      color: #ffffff;
      font-weight: normal;
  }

.btn-srch {
    position: absolute;
    border: 0;
    background: transparent;
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #eaeaea;
    line-height: 15px;
}

.search-results {
  padding: 15px;
  background-color: #FFF;
  border: 1px solid #EAEAEA;
  margin-bottom: 5px;
}
.search-results > a {
  display: block;
  margin: 7px 0;
}




/* Iocn moon */

[class^="icon-"], [class*=" icon-"] {
  font-size: 2em;
  color: #333;
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-computer:before {
  content: "\e913";
}
.icon-technology:before {
  content: "\e914";
}
.icon-app:before {
  content: "\e915";
}
.icon-computing:before {
  content: "\e916";
}
.icon-smartphone-call:before {
  content: "\e917";
}
.icon-industry:before {
  content: "\e912";
}
.icon-close:before {
  content: "\e911";
}
.icon-right-chevron:before {
  content: "\e90d";
}
.icon-left-chevron:before {
  content: "\e90e";
}
.icon-up-chevron:before {
  content: "\e90f";
}
.icon-down-chevron:before {
  content: "\e910";
}
.icon-screen:before {
  content: "\e900";
}
.icon-hardware:before {
  content: "\e901";
}
.icon-email:before {
  content: "\e902";
}
.icon-list:before {
  content: "\e903";
}
.icon-file:before {
  content: "\e904";
}
.icon-users:before {
  content: "\e905";
}
.icon-folder:before {
  content: "\e906";
}
.icon-signout:before {
  content: "\e907";
}
.icon-settings:before {
  content: "\e908";
}
.icon-calendar:before {
  content: "\e909";
}
.icon-agenda:before {
  content: "\e90a";
}
.icon-user:before {
  content: "\e90b";
}
.icon-home:before {
  content: "\e90c";
}



/* Icons png */

.icon-pdf {
  width: 30px;
}

.search-icon {
  width: 15px;
}


/* Titles */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
  margin: 0;
  font-weight: 500;
  margin-bottom: 20px; }

.big-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 50px;
  color: #FFF;
  margin-bottom: 40px;
  opacity: .8; }
  .big-title.centered {
    text-align: center;}
  .big-title.black {
    color: #333;
  }
  .big-title .sub {
    font-size: 25px;
  }

.h1 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px; }
  .h1 .inner {
    display: inline-block;
  }
  .h1 .underline {
    width: 60px;
    height: 2px;
    background-color: #ff9d41;
    display: block;
    margin-top: 7px; }
    .h1 .underline.white {
      background-color: #FFF; }
  .h1.sm {
    font-size: 14px;
    margin-bottom: 10px; }
  .h1.white {
    color: #FFF; }
    .h1.white .underline {
      width: 40px;
      background-color: #FFF; }
  .h1.centered {
    text-align: center
  }

.h2 {
  font-size: 24px;
  font-weight: 300; }
  .h2.orange {
    color: #ff9d41; }
  .h2.white {
    color: #FFF; }

.h3 {
  font-size: 16px; }
  .h3.upper {
    text-transform: uppercase; }
  .h3.thin {
    font-weight: 400; }
  .h3.thinner {
    font-weight: 300; }
  .h3.centered {
    text-align: center; }

/* Buttons */

button {
  background-color: transparent;
  border: none;
}

.btn-main {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #FFF;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 12px;
  color: #FFF;
  display: inline-block;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  transition: all ease 0.6s; }
  .btn-main.black {
    border: 1px solid #333;
    color: #333; }
    .btn-main.black:hover {
      box-shadow: inset 200px 0 0 0 #333;
      color: #FFF; }
  .btn-main.centered {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .btn-main:hover {
    box-shadow: inset 300px 0 0 0 #FFF;
    color: #333;
    text-decoration: none;}

  .btn-main.add {
    font-size: 20px; 
    border: 0; 
    padding: 0 5px;
  }

  .btn-main.current {
    background-color: #333;
    color: #FFF;
  }

.btn-orange {
  cursor: pointer;
  border: none;
  background-color: #ff9d41;
  padding: 11px 30px;
  text-transform: uppercase;
  font-size: 12px;
  color: #FFF;
  box-shadow: inset 0 0 0 0 #333;
  -webkit-transition: box-shadow ease 0.6s;
  -moz-transition: box-shadow ease 0.6s;
  transition: box-shadow ease 0.6s; }
  .btn-orange:hover {
    box-shadow: inset 300px 0 0 0 #333; }

/* box grey */

.box-grey {
  background-color: #f7f7f7;
  padding: 30px;
  margin-bottom: 30px;
  overflow: auto;
}

/* Modal form */

.modal-form {
  max-width: 350px;
  margin: 0 auto 5% auto;}
  .modal-form .logo-block {
    margin-bottom: 30px;
    text-align: center;}
    .modal-form .logo-block img {
      width: 80px;}


/* table */

.table-wrap {
  border: 1px solid #CCC;
  overflow-x: scroll;
  -ms-overflow-style: none;
  margin-bottom: 50px;}
  .table-wrap::-webkit-scrollbar { 
    display: none; }
  .table-wrap a {
    text-decoration: underline;
     transition: color 200ms;}
    .table-wrap a:hover {
      color: #ff9d41;
      transition: color 200ms;}
  .table-wrap button {
    font-weight: 500;
     transition: color 200ms;}
    .table-wrap button:hover {
      color: #ff9d41;
      transition: color 200ms;}

.table {
  margin: 0;
}

.table thead {
  background-color: #333;
  color: #fff;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border: none;
  padding: 12px;
  vertical-align: middle;
}

/* Form */
form .input-wrap {
  width: 49%;
  display: inline-block;
  /*text-align: center;*/
  margin-bottom: 20px;
  padding: 0 15px; }
  form .input-wrap label {
    font-weight: 500;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
  }
  form .input-wrap .form-input {
    border: none;
    border-bottom: 1px solid #EAEAEA;
    padding: 8px;
    outline: none;
    width: 100%;
    font-weight: 300; }
    form .input-wrap .form-input:focus {
      border-color: #ff9d41; }
    form .input-wrap .form-input::-webkit-input-placeholder {
      color: #999;
      font-weight: 300; }
    form .input-wrap .form-input::-moz-placeholder {
      color: #999;
      font-weight: 300; }
    form .input-wrap .form-input:-ms-input-placeholder {
      color: #999;
      font-weight: 300; }
    form .input-wrap .form-input:-moz-placeholder {
      color: #999;
      font-weight: 300; }
    form .input-wrap .form-input::placeholder {
      color: #999;
      font-weight: 300; }
    form .input-wrap .form-input.half-width {
      width: 150px;
      text-align: right;
      margin-right: 3px;
    }
  form .input-wrap.fullwidth {
    width: 100%; 
    padding: 0;}
  form .btn-block {
    /*text-align: right;*/
  }
  form .btn-block .btn-main,
  form .btn-block .btn-orange {
    margin-bottom: 4px;
  }


  /* 3 colons input */
  .input-wrap .col-3-input .col-wrap {
    width: 32%;
    display: inline-block;
  }
  .input-wrap .col-3-input .col-wrap span {
    vertical-align: bottom;
  }
  .input-wrap .col-3-input .col-wrap .form-input {
    width: 95%;
  }

  /* 4 colons input */
  .input-wrap .col-4-input .col-wrap {
    width: 23%;
    display: inline-block;
  }
  .input-wrap .col-4-input .col-wrap span {
    vertical-align: bottom;
  }
  .input-wrap .col-4-input .col-wrap .form-input {
    width: 95%;
  }

/* ================== SECTION ================== */

/* top stripe */

.top-stripe {
  padding: 20px 0;
  background-color: #ff9d41;
  margin-bottom: 50px;}
  .top-stripe h1 {
    margin: 0;
    font-size: 30px;
    line-height: 60px;}
  nav {}
    nav span {
      color: #984a00!important;
      transition: color 200ms;
      }
      nav .label {
        font-size: 12px;
        font-weight: 500;
        display: block;
      }
    nav button {
      padding: 5px 10px;
      margin: 2px;
      background: rgb(255, 172, 95);}
      nav button:hover {
        background-color: #984a00;
      }
      nav button:hover span {
      color: #FFF!important;
      transition: color 200ms;
      }


/* dati anagrafici */

.datianagrafici {
  margin-bottom: 40px;
}

.datianagrafici .title-block {
  margin-bottom: 30px;
}
  .datianagrafici .title-block .h1 {
    margin-bottom: 20px;
  }

.datianagrafici .icons-block .btnpanel {
  padding: 10px;
  background-color: #f6f6f6;
  margin: 2px;
}

.datianagrafici .icons-block .label-icon {
    font-size: 12px;
    font-weight: 500;
    display: block;
}

  .datianagrafici .title-block [class^="icon-"], 
  .datianagrafici .title-block [class*=" icon-"] {
    color: #999;
    transition: color 200ms;}
  .datianagrafici .title-block [class^="icon-"]:hover, 
  .datianagrafici .title-block [class*=" icon-"]:hover {
  color: #333;
  transition: color 200ms;}

.datianagrafici .box-grey {
  /* min-height: 320px; */
  margin-bottom: 20px;
}

.datianagrafici .box-grey .h3 .codeshop {
  font-weight: initial;
  font-size: 14px;
}

.datianagrafici .box-grey ul {
  margin-bottom: 20px;
}


/* Calendar */

.calendar-wrap .sidebar {
  padding: 0 15px;
  margin-bottom: 30px;
}

.calendar-wrap .mini-calendar {
  height: 200px;
  background-color: #ddd;
}

.calendar-wrap .users-buttons {
  overflow: auto;
}
.calendar-wrap .users-buttons input {
  margin-bottom: 4px;
}

.calendar-wrap .month {
  text-align: center;
  margin: 30px 0 10px;
}

.calendar-wrap .month .h2 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
}

.calendar-wrap .month a:hover,
.calendar-wrap .month a:focus{
  text-decoration: none;
}

.calendar-wrap .month .icon-left-chevron,
.calendar-wrap .month .icon-right-chevron {
  font-size: 13px;
  margin: 0 10px;
}

.calendar {
  margin-bottom: 20px;
}

.calendar .weekdays {
  text-align: center;
}

.calendar .weekdays li {
  display: inline-block;
  width: 13.5%;
  padding: 10px;
  margin: 3px 2px;
  background-color: #333;
  color: #FFF;
  font-weight: 600;
}

.calendar .days {
  text-align: center;
}
  .calendar .days .day {
    display: inline-block;
    width: 13.5%;
    height: 300px;
    background: #f7f7f7;
    padding: 10px;
    margin: 3px 2px; 
  }
    .calendar .days .day .daytitle {
      overflow: hidden;
      margin-bottom: 15px;
    }
      .calendar .days .day .daytitle a:hover {
        text-decoration: none;
      }
      .calendar .days .day .daytitle button {
         margin:0;
         padding:0;
      }
      .calendar .days .day .date {
        float: left;
        background-color: #333;
        border-radius: 50%;
        padding: 6px;
        width: 30px;
        height: 30px;
        transition: background-color 300ms;
        cursor: pointer;
      }
        .calendar .days .day .date:hover {
          background-color: #cecece;
          transition: background-color 300ms;
        }
      #oggi {
        background-color: #ff9d41;
      }
      .calendar .days .day .sundate {
        float: left;
        background-color: #c51010;
        border-radius: 50%;
        padding: 6px;
        width: 30px;
        height: 30px;
        transition: background-color 300ms;
        cursor: pointer;
      }
        .calendar .days .day .sundate:hover {
          background-color: #e47070;
          transition: background-color 300ms;
        }
      .calendar .days .day .newapp {
        font-size: 40px;
        line-height: 20px;
        float: right;
        transition: transform 300ms;
      }
        .calendar .days .day .newapp:hover {
          transform: rotate(180deg);
          transition: transform 300ms;
        }
    .calendar .days .day .eventswrap {
      height: calc(100% - 50px);
      overflow-y: scroll;
      -ms-overflow-style: none;
    }
      .calendar .days .day .eventswrap::-webkit-scrollbar { 
      display: none; }
      .calendar .days .day .event {
        text-align: left;
        padding: 10px;
        border-radius: 3px;
        margin-bottom: 10px;
      }
        .calendar .days .day .event .event-desc {
          margin-bottom: 10px;
        }
          .calendar .days .day .event .event-desc i {
            margin-bottom: 5px;
            display: inline-block;
          }

/* Giorno */

.singleday {
  display: table;
  margin-bottom: 50px;
}

.singleday .column.time {
  width: 150px;
  text-align: center;
  border-bottom: 1px solid #CCC;
}

.singleday .column.time .titlecolumn {
  font-weight: 600;
}

.singleday .column.time .mezzora:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.singleday .column {
  width: 18%;
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.singleday .titlecolumn {
  background-color: #333;
  color: #FFF;
  padding: 10px;
  overflow: hidden;
}

.singleday .titlecolumn .h1 {
  margin-bottom: 0;
}

.singleday .titlecolumn .newapp  {
  font-size: 40px;
  line-height: 20px;
  float: right;
  transition: transform 300ms;
}
.singleday .titlecolumn .newapp:hover {
  transform: rotate(180deg);
  transition: transform 300ms;
}
.singleday .titlecolumn a {
  text-decoration: none;
}

.singleday .column .dayevent {
  position: absolute;
  background-color: #FFF;
  border-radius: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  padding: 10px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

/* Modal popup */

#lightcontainer {
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: scroll;
}

#lightcontainer #light {
  overflow: auto;
  color: inherit;
  padding: 20px;
  padding-top: 50px;
  border-radius: 5px;
  width: 100% !important;
  top:10px;
  height: auto;
  margin-bottom: 30px;
  background-color: #FFF;
  opacity:0;
  box-shadow: none;
  text-align: left;
  position: relative;
}

#light .chiudi {
    position:absolute;
    right:20px;
    top:20px;
    cursor:pointer;
    color:White;
}

.lblClick {
    font-weight:Bold;
    color:#303030;
    cursor:pointer;
    float:left;
    width:150px;
}

.lblClick:hover {
    color:Grey;
}

.trasfok {
    color:Green;
}

.lgttable {
   position:relative;
   display:table;
   width:98%;
   margin:0 auto;
   box-shadow:2px 2px 4px rgba(100,60,50,0.5);
   border-radius:5px;
}

.lgtrow {
   display:table-row;
   float:left;
   width:100%;
   color:white;
   background-color:DarkGrey;
   height:26px;
}

.buttons-grid {
  text-align: center;
}
.buttons-grid .btn-main {
  margin: 15px;
}

.daycell {
  display:inline-block;
  width:27px;
  height:27px;
  font-size:8pt;
  text-align:center;
  padding:6px 0px 0 0;
  margin:2px 0px 1px 0;
}

.begmonth {
  font-weight:Bold;
  background-color:Blue;
  color:White;
}
.nomonth {
  font-weight:Normal;
  background-color:Gray;
  color:White;
}

.daymc {
  font-weight:Normal;
  color:#202020;
  background-color:white;
}

.sunday {
  color:red;
}

.appsok {
  background-color:rgba(80,80,255,0.3);
}

.weekcontainer {
  display:block;
  width:1600px;
  height:921px;
  margin:0 auto;
  background-color:rgb(240,240,240);
  border:1px solid #AAAAAA;
  box-shadow:2px 2px 5px rgba(190,190,190,0.8);
}

.weekday {
  display:inline-block;
  width:214px;
  height:915px;
  float:left;
  background-color:White;
  margin:1px 1px 0 1px;
}

.coltime {
  display:inline-block;
  height:920px;
  width: 84px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  float:left;
}

.weekdaytitle {
  background-color:Navy;
  color:Yellow;
  font-weight:Bold;
  padding:0 0 0 5px;
}

.mezzora {
  height: 30px;
  line-height: 30px;
}
