div#title-gad {
    font-size: 18px !important;
    display:inline-block;
    color: whitesmoke;
    position: absolute;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    width: 80%;
    padding-right:80px;
    text-align: center;
}

span.space{
    padding: 2px !important;
    display:inline-block;
}

a{
    text-decoration: none !important;
}

a.filtrable { 
    color: black;
}

div.margin-tb{
    margin-top: 15px;
}

.table > tbody >tr.sfondoTabellaTask td{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 0px;
    border-bottom: 0px;
}
.table > tbody > tr.sfondoTabellaTask >td{
    background-color: rgb(109, 109, 109) !important;
}

.table > tbody >tr.sfondoTabellaTotali td{
    background-color: #504f4f !important;
    color: white;
    font-size: 16px;
}
.table > tbody >tr.sfondoTabellaTotali >td.sfondoTabellaTask1{
    background-color: rgb(109, 109, 109) !important;
}

.table > tbody >tr.closed td{
    background-color: rgb(253, 211, 243);
    border-color: rgb(182, 64, 64);
    color: rgb(189, 38, 38);
}
.table > tbody >tr.closed td a{
    color: rgb(177, 1, 1);
}

.table > tbody >tr.in-progress td{
    background-color: rgb(210, 244, 248);
    border-color: rgb(64, 145, 182);
    color: rgb(41, 118, 190);
}
.table > tbody >tr.in-progress td a{
    color: rgb(2, 98, 177);
}

.table > tbody >tr.starting td{
    background-color: rgb(254, 255, 215);
    border-color: rgb(195, 209, 70);
    color: rgb(167, 177, 34);
}
.table > tbody >tr.starting td a{
    color: rgb(143, 153, 0);
}

.table > tbody >tr.opened td{
    background-color: rgb(210, 250, 212);
    border-color: rgb(117, 202, 114);
    color: rgb(0, 88, 19);
}
.table > tbody >tr.opened td a{
    color: rgb(0, 156, 34);
}

div.bc a{
    color: black !important;
}

button.bc.collapsed:before
{
    content: "\f13a";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    display:block;
    width:15px;
    font-size: 20px;
}
button.bc:before
{
    content: "\f139";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    display:block;
    width:15px;
    font-size: 20px;
}

div.view-details a{
    color: black !important;
}

button.view-details:before
{
    content: "\f002";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    display:block;
    width:15px;
    font-size: 20px;
}

.loadingDiv {
   position: fixed;
   top:35%;    
   left:35%;    
   right:35%;    
   bottom:35%;    
   align-content: center;
   vertical-align: middle;
   z-index: 9999999999;
}
.loadingDiv img{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 150px;
}

a.logo {

    font-size: 09px;
    line-height: 1.9em;

    color: #ffffff;

    float: left;

    margin-top: 5px;
    padding-left:100px;
    background-color: transparent;
    background: url(../img/logo-gad.jpg) no-repeat ;
    background-size: 250px;
}

.closed {
    background-color: rgb(253, 211, 243) !important;
    border-color: rgb(221, 124, 153) !important;
    border: 1px solid;
    border-radius: 0px !important;
    color: rgb(189, 38, 38) !important;
}

.fc-closed {
    background-color: rgb(253, 211, 243) !important;
    border-color: rgb(221, 124, 153) !important;
    border-radius: 0px !important;
    border-left: solid 5px !important;
    color: rgb(189, 38, 38) !important;
}

.closed a{
    color: rgb(189, 38, 38) !important;
    border-color: rgb(8, 0, 117) !important;
    border-radius: 0px !important;
    }

.in-progress {
    background-color: rgb(210, 244, 248) !important;
    border-color: rgb(41, 118, 190) !important;
    border: 1px solid;
    border-radius: 0px !important;
    color: rgb(41, 118, 190) !important;
}
.fc-in-progress {
    background-color: rgb(210, 244, 248) !important;
    border-color: rgb(41, 118, 190) !important;
    border-radius: 0px !important;
    border-left: solid 5px !important;
    color: rgb(41, 118, 190) !important;
}
.in-progress a{
    color: rgb(2, 98, 177) !important;
    border-color: rgb(41, 118, 190) !important;
    border-radius: 0px;
}

.starting{
    background-color: rgb(254, 255, 215) !important;
    border-color: rgb(167, 177, 34) !important;
    color: rgb(167, 177, 34) !important;
    border-radius: 0px !important;
    border: 1px solid;
}
.fc-starting{
    background-color: rgb(254, 255, 215) !important;
    border-color: rgb(167, 177, 34) !important;
    color: rgb(167, 177, 34) !important;
    border-radius: 0px !important;
    border-left: solid 5px !important;
}
.starting a{
    color: rgb(143, 153, 0) !important;
    border-color: rgb(167, 177, 34) !important;
    border-radius: 0px;
}

.opened {
    background-color: rgb(210, 250, 212) !important;
    border-color: rgb(0, 88, 19) !important;
    color: rgb(0, 88, 19) !important;
    border-radius: 0px !important;
    border: 1px solid;
}
.fc-opened {
    background-color: rgb(210, 250, 212) !important;
    border-color: rgb(0, 88, 19) !important;
    color: rgb(0, 88, 19) !important;
    border-radius: 0px !important;
    border-left: solid 5px !important;
}
.opened a{
    color: rgb(0, 156, 34) !important;
    border-color: rgb(0, 88, 19) !important;
    border-radius: 0px;
}
a.logo:hover, a.logo:focus {

    text-decoration: none;

    outline: none;

}

.titoloCalendario{
    min-height: 300px !important;
    display: block !important;
}

a.logo span {
    color: #688a7e;
}

.grid_4 p {
	text-align:justify;
}

#logo h1 {
	margin:0;
	padding:0;
}
#logo-gad {
    display: block;
    border: 2px red;
	width:190px;
	height:38px;
	float:left;
	margin-top:30px;
    background: white url('../img/logo-gad.jpg') no-repeat scroll center left !important;
    z-index: 9999999999;
}
#logo-gad div {
    float:left;
    height: 100px;
    width:100px;
    display: block;
    background-color: white !important;
	line-height:0.9em;
	color:#000000;
	margin-top:-34px;
	margin-left:76px;
}

#logo-gad a {
	display:block;
	height:100%;
	width:100%;
}

.fc-myCustomButton-button{
    background-color:#8ad919 !important;
    border-color:#8ad919 !important;
}

div.fc-more-popover{
    background-color:#e9e9e9 !important;
    color:#202020 !important;
}

#vh {
    position: absolute;
    top: 50%;
    left: 50%;
    /*transform: translateX(-50%) translateY(-50%);*/
    transform: translate(-50%, -50%);
}
.box{
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    padding: 25px;
    width: 100px;
    height: 100px;
    background: white;
}


.parent-container {
    position: relative;
    height:100%;
    width: 100%;
}

.child-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.splash-container, .row.justify-content-center.align-items-center {
    height: 100%;
    min-height: 100%;
  }

img.splash{
   position: relative;
   display: inline;
   top:150px;
   left:50%;
   -webkit-transform: translate(-50%,-50%); 
   -moz-transform: translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%,-50%);
}

div#splashDiv {
    position: relative;
    display: block;
    bottom: 10px;
    width: 100%;
    height: 400px;
    top: 10px;
    background-color: green;
    color: darkkhaki;
    }
div#splashDiv img{
    padding: 2px;
    border-color: red;
    background: transparent;
}
div#splashDiv h1{
    color:white;
    background-color: #8ad919;
    font-size: 30pt;
}

.btn-transparent{
    background-color: transparent !important;
    border: none !important;
    margin: 0px !important;
}

.bg-yellow{
    background-color: yellow;
    border: 1px solid gold;
    border-radius: 0px !important;
}

.bordered{
    border: 1px solid gainsboro;
    border-radius: 3px !important;
    padding: 2px;

}

.job_general{
    background-color: rgb(255, 255, 119);
    border: 1px solid rgb(179, 152, 0);
    color: rgb(182, 125, 18);
    border-radius: 0px !important;
}

.job_type_1{
    background-color: rgb(144, 255, 153);
    border: 1px solid rgb(0, 167, 22);
    color: rgb(0, 104, 5);
    border-radius: 0px !important;
}

.job_type_2{
    background-color: rgb(190, 247, 255);
    border: 1px solid rgb(0, 142, 167);
    color: rgb(0, 74, 83);
    border-radius: 0px !important;
}

.job_type_3{
    background-color: rgb(255, 229, 190);
    border: 1px solid rgb(167, 122, 0);
    color: rgb(83, 57, 0);
    border-radius: 0px !important;
}

.job_type_4{
    background-color: rgb(255, 190, 233);
    border: 1px solid rgb(167, 0, 125);
    color: rgb(83, 0, 58);
    border-radius: 0px !important;
}


.job_type_5{
    background-color: rgb(255, 190, 190);
    border: 1px solid rgb(167, 0, 0);
    color: rgb(83, 0, 0);
    border-radius: 0px !important;
}

.transparent{
    background: transparent !important;
}