body { 
       font-family: 'Roboto', sans-serif;
       font-weight:300;
       background-color:rgba(0, 0, 0, 0.5);
       } 

/*icon2 enabled and icon2 disabled user for the statuses of the icons */
.icon2enabled {
       font-size: 1.5rem;
       color: white;
       }

.icon2disabled{
       font-size: 1.5rem;
       /*color: white; /*gray;*/
       opacity:20%;
       }

/*the general font for the table display cell element*/
.cellfont{
	font-size:0.9rem;
       font-style: normal;
       font-weight:400;
       }

/* this is the text for updated - Actualizat la    */
.updatedtext{
	font-size:0.625rem;
       font-weight:300;
       }
       
.workingtime{
       text-align:center;
       font-size:0.7rem;
}
.noprogram{
       text-align:center;
       font-size:0.7rem;
}

/* this is the text for center data    */
.centerdatetext{
	font-size:1.2rem;
       font-weight:400;
       }

/* footer settings */
.footer {
       height: 30px; 
       width:100%;
       left: 0;
       bottom: 0;
       font-size: 0.625rem;
       opacity: 80;
       }

a:link, a:visited, a:hover, a:active {
       color:white;
       text-decoration: none;
}

/*custom button colors/formats etc */
.btn-conflict {
       background-color:#8800fe;
       }

.bg-god, .bg-conflict {
       background-color:#8800fe;
       }
.bg-supplier {
       background-color: #ed2939;
}

.text-bg-god, .text-bg-conflict {
       color:white;
       }

.text-bg-supplier  {
       color:white;
}

/* .bg-start {
       background-color:orange;
       }
       
.text-bg-start {
       color:black;
       } */

.bg-start, .text-bg-start:focus{
       background-color:orange;
       cursor: pointer;
       color:white;
}
.img{
       display: block;
       margin-left: auto;
       margin-right: auto;
       width: 350px;

}

