﻿/*******************/
/* PARTICULAR      */
/*******************/

.round-input 
{
    border: 1px solid #DDD;
    padding: 3px 0px 3px 7px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;    
}
.input-selected
{
    background-color : #DCF4FC !important;
	border-color: #A3E8FF !important;
}
.myerrorclass {
    color: #CC3366 !important;
    border: transparent;
    display: inline-block;
    padding: 2px 5px;
    margin-top: 2px;
    margin-bottom: 5px;
    background: url(/images/delete.gif);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: no-repeat;
    background-position: right;
    outline: 1px solid #CC3366 !important;
}
.login-ko 
{
    margin: 2px;
    padding: 5px;
    text-align: center;
    color: #F00;
    font-weight: bold;
    border: 1px solid #C36;
    background-color: #FCC;
}
.login-ok 
{
    margin: 2px;
    padding: 5px;
    text-align: center;
    color: #070;
    font-weight: bold;
    border: 1px solid #0B4;
    background-color: #CFB;
}

/******************/
.rosso {
    color: #F00;
}
.verde {
    color: #0B4;
}
.grassetto {
    font-weight: bold;
}
.arancio {
    color: #EDB867;
}

.tall {
    min-height: 250px;
}


.myflex {
    display: flex;
}

@media all and (max-width:767px) {
    .noMobile {
        display: none;
    }
}

/**************************/
/*  classi per etichette  */
/**************************/
.myet {
    padding: 4px;
    border: 1px solid;
    border-radius: 4px;
    color: #333;
    display: inline-block;
    font-size: 0.9em;
}

.etar {
    border-color: #FF5733;
    background: #ffbd33;
}

.etro {
    border-color: #F00;
    background: #ff6464;
}

.etaz {
    border-color: #0087ff;
    background: #60b4ff;
}

.etve {
    border-color: #148700;
    background: #40cc27;
}

.etgr {
    border-color: #333;
    background: #ddd;
}

.w100 {
   width: 100%;
}

.underline {
    text-decoration: underline !important;
}

input[type="text"]#website {
    display: none;
}