.head {
    background-color: #FFFFFF;  
    color: #000; 
    border-bottom-style: solid;
    border-bottom-color: #00BBB5;
}

.login-user {
    color: #000;
}

.login-off-btn > a > u {
    color: #000;
}

.footer {
    background-color: #00BBB5;
}

.footer p, .footer a {
    color: #000;
}

.company-fiscal-data::after{
content: "TEL.: 039 287.83.50 r.a. \a FAX: 039 287.83.29 \a EMAIL: info@studiofmvetrine.com";
white-space: pre-wrap;
line-height: 2.5;
}

.btn, .k-button {
    color: #000;
    background-color: #00BBB5;
    border-color: #00BBB5;
    font-size: 16px;
    border-radius: 1px;
    font-weight:400;
}
.btn-smart, .k-button.k-primary, .k-grid-excel {
        background-color: #00BBB5;
        border: 1px solid #00BBB5;
        color: #000;
        font-size: 16px;
        border-radius: 1px;
    }

    .btn:hover, .k-button:hover {
        color: #fff;
        background-color: #00BBB5;
        border-color: #00BBB5;
        text-decoration: none;
        opacity: 0.8;
    }

    .btn-smart:hover, .k-button.k-primary:hover, k-grid-excel:hover {
        background-color: #00BBB5;
        border: 1px solid #00BBB5;
        color: #000;
        text-decoration: none;
        opacity: 0.8;
    }

a[href='#/issues'] {
  display:none !important;
}


a[href='#/customers'],
a[href='#/customers']:hover {
background:none;
color:transparent;
border:none;
pointer-events: none;
}

a[href='#/customers']::after {
    background-color: #00BBB5;
    border: 1px solid #00BBB5;
    color: #000;
    text-decoration: none;
    height: 35px;
    width: 100%;
    display: block;
    content: 'Nostri Brands';
    padding-top: 10px;
    pointer-events: auto;
}


.issue-detail-data,
.issue-comments-data,
.issue-new-ticket-btn {
    display: none;
}


.login-container
{
	background-image: url(img/login-bck.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 8px;
	height:100%;
    min-height: 800px;
}



.login-container p
{
	font-weight:bold;
}
.login-container .login-content
{
	background: #ffffffAA;
    padding: 20px;
border-radius:5px;

position: relative;
    top: 28px;
}



.company-fiscal-data::after{
font-weight:bold;
}


.company-info{
display:none;
}

.commercials{
	position:relative;
}

.commercials::before{
	content: 'STUDIO FM SRL';
	white-space: pre;
	float:left;
	font-size:18px;
	font-weight:bold;
	text-indent:0;
left:-60px;
position:absolute;
}
.commercials::after{
	content: 'Via Europa 26 20861, Brugherio (MB)\aP.Iva.: 03019340961';
	white-space: pre;
	float:left;
	font-size:14px;
	font-weight:bold;
	text-indent:0;
position:absolute;
top:30px;
left:-60px;
}

.login-content > div:first-child{
display:none;
}

.head .login {
position:absolute;
right:0;
top:0
}

