@charset "UTF-8";

/* CSS Document */

@font-face {
    font-family: 'font';
    src: url('../font/font.eot');
    src: url('../font/font.eot?#iefix') format('embedded-opentype'), url('../font/font.woff') format('woff'), url('../font/font.woff2') format('woff2'), url('../font/font.ttf') format('truetype'), url('../font/font.svg#webfont') format('svg');
}

.header {
    background-color: #313639;
    width: 100%;
    height: 150px;
}

.logo {
    padding-left: 20px;
}

#references_logo {
    text-align: right;
}

#references_logo img {
    width: auto;
    height: 70px;
}

.social {
    float: right;
    margin-right: 20px;
}

.header_inside {
    background-color: #FFF;
    color: #000;
    width: 1000px;
    height: inherit;
}


/*Tutti gli elementi qui dentro ereditano l'altezza definita
in .header_inside*/

.header_inside * {
    height: inherit;
}

.back_menu {
    background-image: url('../immagini/back_menu.jpg');
    background-repeat: repeat-x;
    width: 100%;
    height: 70px;
}

.main_menu_position {
    background-repeat: repeat-x;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.main_menu a {
    display: block;
    text-indent: -9999px;
    width: 200px;
    height: 70px;
    float: left;
    background-image: url("../immagini/main_menu.jpg");
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    background-attachment: scroll;
    background-position: 0px -70px;
}

.main_menu a div:first-child {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 70px;
    background-color: transparent;
    background-image: url(../immagini/main_menu.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -800px -70px;
    opacity: 0;
}

#home {
    background-position: 0 0;
}

#home:hover, #home.hover {
    background-position: 0 -70px;
}

#azienda {
    background-position: -200px 0;
}

#azienda:hover, #azienda.hover {
    background-position: -200px -70px;
}

#areariservata {
    background-position: -400px 0;
}

#areariservata:hover, #areariservata.hover {
    background-position: -400px -70px;
}

#dovesiamo {
    background-position: -600px 0;
}

#dovesiamo:hover, #dovesiamo.hover {
    background-position: -600px -70px;
}

#contatti {
    background-position: -800px 0;
}

#contatti:hover, #contatti.hover {
    background-position: -800px -70px;
}

#home_pressed {
    background-position: 0px -70px;
}

#azienda_pressed {
    background-position: -200px -70px;
}

#areariservata_pressed {
    background-position: -400px -70px;
}

#dovesiamo_pressed {
    background-position: -600px -70px;
}

#contatti_pressed {
    background-position: -800px -70px;
}

#usermenu {
    text-align: left;
    width: 960px;
    margin: 20px auto;
    background-color: #1c6200;
    text-indent: 7px;
    height: 30px;
    font-size: 15pt;
    line-height: 1.5em;
    color: #FFF;
}

#usermenu a {
    color: #FFF;
    width: 145px;
    height: 21px;
    font-size: 11pt;
    line-height: 1.5em;
    margin-top: 3px;
    margin-right: 5px;
}

#usermenu input {
    float: right;
    font-size: 12pt;
    width: 145px;
}

#useractions {
    text-align: center;
}

#useractions a {
    color: #FFF;
    width: 145px;
    font-size: 12pt;
}

#loginform {
    padding: 20px;
}

#loginform table {
    text-align: left;
}

#loginform .loginform_title {
    border-bottom: dotted 1px #333;
    color: #1c6200;
    font-size: 14pt;
    margin-bottom: 10px;
}

#loginform .loginform_inputlabel {
    color: #666;
    font-size: 12pt;
}

#loginform .loginform_input {
    width: 370px;
    margin-right: 10px;
    height: 25px;
    font-family: font;
    font-size: 12pt;
    text-indent: 7px;
    color: #6C0;
    background-color: #333;
    border: none;
}

.second_menu {
    background-color: #1c6200;
    width: 100%;
    height: 40px;
    padding-top: 7px;
}

.sub_menu_position {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.sub_menu a {
    display: block;
    text-indent: -9999px;
    width: 200px;
    height: 40px;
    float: left;
    background-image: url("../immagini/sub_menu.jpg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.sub_menu a div:first-child {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 40px;
    opacity: 0;
    background-image: url(https://studio-oikos.it/immagini/sub_menu.jpg);
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    background-position: 0px -40px;
    background-repeat: no-repeat;
}

#progettazione_a {
    background-position: 0 0;
}

#progettazione_a:hover, #progettazione_a.hover {
    background-position: 0 -40px;
}

#manutenzione_a {
    background-position: -200px 0;
}

#manutenzione_a:hover, #manutenzione_a.hover {
    background-position: -200px -40px;
}

#verifiche_a {
    background-position: -400px 0;
}

#verifiche_a:hover, #verifiche_a.hover {
    background-position: -400px -40px;
}

#servizi_a {
    background-position: -600px 0;
}

#servizi_a:hover, #servizi_a.hover {
    background-position: -600px -40px;
}

#corsi_a {
    background-position: -800px 0;
}

#corsi_a:hover, #corsi_a.hover {
    background-position: -800px -40px;
}

#progettazione_a_pressed {
    background-position: 0 -40px;
}

#manutenzione_a_pressed {
    background-position: -200px -40px;
}

#verifiche_a_pressed {
    background-position: -400px -40px;
}

#servizi_a_pressed {
    background-position: -600px -40px;
}

#corsi_a_pressed {
    background-position: -800px -40px;
}

.slide {
    color: #000;
}

.back_page {
    color: #000;
}

.third_menu {
    background-image: url('../immagini/back_third_menu.jpg');
    background-repeat: repeat-x;
    width: 100%;
    height: 230px;
}

.third_menu_position {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.third_menu a {
    display: block;
    text-indent: -9999px;
    width: 197px;
    height: 230px;
    float: left;
    background-image: url("../immagini/third_menu.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

#progettazione_b {
    background-position: 0 0;
}

#progettazione_b:hover, #progettazione_b.hover {
    background-position: 0 -230px;
}

#manutenzione_b {
    background-position: -197px 0;
}

#manutenzione_b:hover, #manutenzione_b.hover {
    background-position: -197px -230px;
}

#verifiche_b {
    background-position: -394px 0;
}

#verifiche_b:hover, #verifiche_b.hover {
    background-position: -394px -230px;
}

#servizi_b {
    background-position: -591px 0;
}

#servizi_b:hover, #servizi_b.hover {
    background-position: -591px -230px;
}

#corsi_b {
    background-position: -788px 0;
}

#corsi_b:hover, #corsi_b.hover {
    background-position: -788px -230px;
}

#progettazione_b_pressed {
    background-position: 0 -230px;
}

#manutenzione_b_pressed {
    background-position: -197px -230px;
}

#verifiche_b_pressed {
    background-position: -394px -230px;
}

#servizi_b_pressed {
    background-position: -591px -230px;
}

#corsi_b_pressed {
    background-position: -788px -230px;
}

.footer {
    width: 100%;
    height: 110px;
    background: url("../immagini/back_footer.jpg");
    background-repeat: repeat-x;
    border-bottom: solid 1px #FFF;
}

.prefooter {
    width: 100%;
    height: 40px;
    background-color: #000000;
    background: url("../immagini/back_footer_2.jpg");
    background-repeat: repeat-x;
}

.breadcrumb {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    color: #000;
    background-color: transparent;
    font-size: 14pt;
}

.breadcrumb td {
    padding-right: 20px;
    vertical-align: top;
}

.breadcrumb td div.bigbox {
    padding: 20px;
    margin-top: -20px;
    background-color: #FFF;
    width: 188px;
    height: 178px;
    -webkit-box-shadow: 0 -20px 15px 0 #333;
    box-shadow: 0 -20px 15px 0 #333;
}

.bigbox .boxtitle {
    border-bottom: dotted 1px #333;
    color: #1c6200;
    font-size: 14pt;
}

.bigbox .boxcontent {
    color: #666;
    font-size: 12pt;
}

.input_button {
    background-image: url("../immagini/ok.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #FFF;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

#tabella_riepilogo_container {
    margin: 20px;
    font-size: 12pt;
}

#tabella_riepilogo_container table {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0px;
}

#tabella_riepilogo_container table td {
    padding: 0;
    border: 1px dotted #ccc;
    vertical-align: top;
}

#tabella_riepilogo_container table td div {
    margin: 10px 5px 10px 5px;
    color: #1c6200;
    font-size: 11pt;
    text-align: center;
}

#tabella_riepilogo_container table th div {
    margin: 10px 5px 10px 5px;
    color: #1c6200;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}
#tabella_riepilogo_container table tr.myHead{
    background-color: white;
}
#tabella_riepilogo_container table tr.myOdd{
    background-color: rgba(148, 195, 44, 0.36);
}
#tabella_riepilogo_container table tr.myEven{
    background-color: rgba(242, 184, 25, 0.36);
}
#tabella_riepilogo_container table tr.myWeekend, 
#tabella_riepilogo_container table tr.myFestivo{
    background-color: lightgray;
}
#dateRangeSelectors{
    margin-top: 10px;
}

#timepicker_alle, #timepicker_dalle {}

table.fill_in_form {
    padding: 0;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

table.fill_in_form div {
    border: dotted 1px #ccc;
    border-radius: 5px;
    text-indent: 5px;
    line-height: 1.9em;
    margin: 5px;
}

table input[type=radio] {
    margin-left: 10px;
    margin-right: 5px;
}

.green_banner {
    font-family: font;
    color: #FFF;
    border: 1px dotted #CCC;
    width: 70%;
    padding: 20px;
    border-radius: 10px;
    background-color: #1C6200;
    margin-top: 10px;
    font-size: 16pt;
}

.green_header {
    background-color: #1c6200;
    color: #FFF;
    margin-top: 20px;
    font-size: 15pt;
}

/*
input.datepicker {
    width: 100px;
}

input.timepicker-workhours {
    width: 50px;
}
*/
#contacts_table {
    width: 960px;
    margin: 20px;
    text-indent: 7px;
    line-height: 1.5em;
    text-align: left;
}

#contacts_table p {
    text-indent: 10px;
}

#contacts_table ul {
    list-style-type: none;
    list-style-position: inside;
    text-indent: 20px;
}
.summaryTable{
    width: 960px;
    border: 1;
    border-collapse: collapse;
}
.summaryTable td, .summaryTable th{
    padding: 2px;
    border: dotted 1px #ccc;
    vertical-align: middle;
}

/* ANGULAR STYLES*/
.show-hide {
  -webkit-transition:all linear 0.3s;
  transition:all linear 0.3s;
}

.show-hide.ng-hide {
  opacity:0;
}

.interventoContainer .curtain-transition-item{
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.60s ease-out 0.1s;
    transition: max-height 0.60s ease-out 0.1s;   
}

.interventoContainer:hover .curtain-transition-item{
    max-height: 100px;
    -webkit-transition: max-height 1s ease-in 0.5s;
    transition: max-height 1s ease-in 0.5s;   
}

.lista-dettaglio li{
    background-color: transparent;
}

.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  -webkit-transition:all 1s linear 0.5s;
  transition:all 1s linear 0.5s;
}
.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  opacity:0;
  max-height:0;
}

.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  opacity:1;
  max-height:200px;
}

.animate-showhide {
  transition: all linear 0.2s;
  max-height:1000px;
}
.animate-showhide.ng-hide {
  opacity: 0;
  max-height:0px;
}
.myfade{
    transition: 0.5s ease all;
}

/* Fullcalendar styles*/
.fullcalendar-container{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.fc-loadingData{
    filter: opacity(0.2);
}
.fc-day:hover {
    cursor: pointer;
}
#presenze-calendar .fc-day.fc-selected {
    filter: opacity(0.3);
    background: #1C6200;
}
#presenze-calendar td.fc-day.fc-today{
    border-style: double;
    border-width: thick;
    border-color: #1C6200;
}
.fc-holiday{
    background-color: lightblue;
}
.fc-noHours{
    /*background-color: salmon;*/
}
.fc-completeHours{
    background-color: #1c620088;
}
.fc-incompleteHours{
    background-color: lightsalmon;
}
.fc-future{
    filter: opacity(0.2);
}


