/*
Template Name: GESIL Gestione Sicurezza sul Lavoro.
Author: SDNS
Email: info@sdns.it
File: scss
*/
/*
Template Name: GESIL Gestione Sicurezza sul Lavoro.
Author: SDNS
Email: info@sdns.it
File: scss
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

/*******************
/*Top bar
*******************/
.topbar {
  background: #e2e1e1;
}

.topbar .navbar-header, .bkg-white {
  background: #ffffff;
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: none;
  color: rgba(255, 255, 255, 0.8);
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
  color: #ffffff !important;
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}

/*******************
/*General Elements
*******************/
a.link:hover, a.link:focus {
  color: #1976d2 !important;
}

.bg-theme {
  background-color: #1976d2 !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #1976d2;
  border-color: #1976d2;
}

.right-sidebar .rpanel-title {
  background: #1976d2;
}

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #1976d2;
}

.text-themecolor {
  color: #1976d2 !important;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #1976d2;
  color: #1976d2;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #1976d2;
}

.space-row{border-bottom: 5px solid #4d78bf;}

.border-bottom-row{
  border-bottom: 2px solid #4d78bf;
  padding: 0px 15px 15px 15px;
}

.border-green{
  border: 2px solid #99c455;
  background-color: #ffffff!important;
  color:#000000!important;
}
label {
  font-family: "Roboto Condensed",sans-serif;
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #1976d2;
  color: #ffffff;
  border: 1px solid #1976d2;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #1976d2;
  opacity: 0.7;
  border: 1px solid #1976d2;
}

.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
  background: #028ee1;
}

/*******************
/*sidebar navigation
*******************/
.label-themecolor {
  background: #1976d2;
}

.sidebar-nav > ul > li.active > a {
  color: #1976d2;
  border-color: #1976d2;
}

.sidebar-nav > ul > li.active > a i {
  color: #1976d2;
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
  color: #1976d2;
}

.sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i {
  color: #1976d2;
}


/********** CLASS OR - TASK **********/
.or-class{

}

.or-class-id{

}

.or-class-label{
  padding-left: 21px;
}
.border-or{
  border-bottom: 1px dotted #343a40;
  padding: 8px 0;
}

.task-class{
  padding-left: 20px;
  /* background: #9fcdff; */
}

.task-class-id{
  border-left:1px solid #1976d2;
}

.task-class-label{

}

.task-class-id:hover{
  background-color:lightgrey;
  cursor: pointer;
}


.or-title {
  background: lightblue;
  padding: 15px 15px;
  vertical-align: middle;
}



/********** CLASS OR - TASK **********/



/********** TIMESHEET **********/
#container-timesheet{
  font-family: "Roboto Condensed";
}

.project-title{
  background: #7193cc;
  color: #fff;
  padding: 15px 10px;
  font-weight: 500;
}

.timesheet-or-title{
  background: #26dad2;
  color: #fff;
}

.timesheet-date{
  padding: 3px;
  float: left;
  width: 30px;
  height:30px;
  text-align: center;
  border-radius:50%;
  background-color: #999999;
  color: #ffffff;
}

.holiday{
  border:1px solid #f2f2f2;
  background: #f2f2f2;
  color: #000;
}

.normal{
  border:1px solid #999999;
}

.unclickable {
  pointer-events:none;
}

.timesheet-row{
  min-width: 100%;
  width: 100%;
  background: #FFF;
  padding: 3px 0!important;
  margin: 5px 0 15px 25px;
}

.normal:hover{
  background: grey;
  cursor: pointer;
}

.progress {
  margin: 12px 0 0 0;
  background: limegreen!important;
}

.progress.previsional {
  background: grey!important;
}


.progress-bar{
  height:9px!important;
}

.hours{
  width: 70px;
  margin: 0;
}

.close-btn
{
  display:inline-block;
  padding:4px;
  border:1px solid red;
  z-index:500;
}

.durate{
  width: 150px;
  font-weight: bold;
}

.log{
  border:1px #c2c2c2 solid;
}


.list_date > div{
  margin: 0 1.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Condensed";
}


.list_date > div:hover{
  /*background: url(../../images/edit.png) no-repeat;*/
  /*background-position-x: right;*/
  /*background-position-y: bottom;*/
  /*background-size: 15px 15px;*/
  cursor: pointer;
}

.odd--task{
  background: #fff;
}

.even-task {
  background: #e4ebf5!important;
}

.row-task {
  vertical-align: middle;
  padding: 15px 10px;
}
 /*TABLE IN WIZARD*/
.row-header-table-wizard{
  border-top: 1px solid #f2f4f8;
  border-bottom: 2px solid #f2f4f8;
}
.striped .row:nth-of-type(even) {
  background: #f2f4f8;
}
.striped .form-check-input{
  opacity:0;
}
.striped [type=radio].with-gap:checked+label:after,
[type=radio]:checked+label:after{
  background-color: #4d78bf;
}
.striped [type=radio].with-gap:checked+label:after,
[type=radio].with-gap:checked+label:before,
[type=radio]:checked+label:after {
  border: 2px solid #4d78bf;
}

/*TEXT EDITOR*/
.nicEdit-panelContain {
    background-color: transparent!Important;
}
.block-textarea-editor {
    border: 0px!important;
    height: 15vh;
    overflow: scroll;
    width:100%;
}

/*END TEXT EDITOR*/


/*RISCHIO AGENTI BIOLOGICI*/
.wrap-rischio-agenti-biologici .table td, .table th{
  padding: 0.45rem;
  color: #212121;
  line-height: normal;
}
.wrap-rischio-agenti-biologici button {
  background: #7193cc;
  color: #fff;
  padding: 5px 20px;
  border: none;
  cursor: pointer;
}
.wrap-rischio-agenti-biologici button.btn-save{
  background-color: #4CAF50!important;
  border: none;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.first-chose-btn{
  background: #7193cc;
    height: 200px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  font-weight: 400;
}
.first-chose-btn:hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.is-loading{
  display: flex;
  align-item: center;
  justify-content: center;
}
.lds-roller {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0c2c54;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.none{
  display: none !important;
}
.intestazione-table{
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #dedcdc;
  margin-bottom: 30px;
}
.pretty {
  position: relative;
  display: inline-block;
  margin-right: 0.3em;
  white-space: nowrap;
  line-height: 1;
}
.pretty input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
}
.pretty * {
  box-sizing: border-box;
}
.pretty.p-smooth input:checked+.state .icon, .pretty.p-smooth input:checked+.state .svg, .pretty.p-smooth input:checked+.state img {
  -webkit-animation: zoom .2s ease;
  animation: zoom .2s ease;
}
.pretty.p-icon input:checked~.state .icon {
  opacity: 1;
}
.pretty.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid #000;
  opacity: 0;
}
.mdi-check:before {
  content: "X"!important;
  font-family: sans-serif!important;
  display: block;
}
.pretty .state label {
  position: initial;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}
.pretty.p-curve .state label:after, .pretty.p-curve .state label:before {
  border-radius: 0px;
}
.pretty.p-smooth .icon, .pretty.p-smooth .svg, .pretty.p-smooth label:after, .pretty.p-smooth label:before {
  transition: all .5s ease;
}
.pretty .state label:before {
  border-color: #bdc3c7;
}
.pretty .state label:after, .pretty .state label:before {
  content: '';
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #000;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  background-color: transparent;
}
.sinoradio span{margin-right: 1em;}
.f3-gruppo2 tbody tr td:nth-child(2){
  /*width: 50%;*/
}
.f3-gruppo2 tbody tr td{
   padding: 0.25rem;
   vertical-align: middle;
}
.removemore{
  cursor: pointer;
  margin-top: 12px!important;
  display: block;
  color: #da0909;
}
/*END RISCHIO AGENTI BIOLOGICI*/
.icon-trash.del-row-1{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #da0909;
}
.position-relative{
  position: relative;
}