input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}


.moltobene:hover{
    cursor: pointer;
}


/* Context menu */
.context-menu{
    z-index: 10000;
    display: none;
    position: absolute;
    /*border: 1px solid black;*/
    border-radius: 5px;
    width: 200px;
    background: white;
    box-shadow: 5px 5px 10px 0px #d1cfcf;
    font-size: 12px;
    background-color: #ededed;
}

.context-menu ul{
    list-style: none;
    padding: 2px;
}

.context-menu ul li{
    padding: 5px 2px;
    margin-bottom: 3px;
    color: #495057;
    background-color: #ededed;
}

.context-menu ul li:hover{
    cursor: pointer;
    background-color: #BAD8F4;
    color: #000;
}

/* Colors */
.Gainsboro ,.Orange ,.Plum {
    width:15px;
    height:15px;
    border: 0px solid black;
    display: inline-block;
    margin-right: 5px;
}

.Gainsboro {
    background-color: Gainsboro ;
}
.Orange {
    background-color: Orange ;
}
.Plum {
    background-color: Plum ;
}


#opcontenitorebarralaterale{
    border-left: 1px solid #EAEAEA;
    height: calc(100vh - 180px);
}


.op-parkcall{
    position: relative;
    width: 200px;
    height: 60px ;
    border: 1px solid gray;
    margin: 5px;
    padding: 5px;
    float: left;
    border-radius: 5px;
    box-shadow: 5px 5px 10px 0px #dedede;
    background-color: #b8d5ef;
    font-size: 12px;
    color: #000;
    min-height: 200px;
}

#opparkcalllista{
    margin-top: 5px;

}

.parkcallelement{
    margin-left: 0px;
    background-color: #b8d5ef;
    border-bottom: 1px solid gray;
    width: 100%;
    z-index: 10000;
}

.parkcallelement-drag{
    background-color: #b8d5ef;
    border: 1px solid gray;
}



.op-queue{
    position: relative;
    width: 200px;
    border: 1px solid #a0a0a0;
    margin: 5px;
    padding: 5px;
    float: left;
    border-radius: 5px;
    box-shadow: 5px 5px 10px 0px #dedede;
    background-color: #ffe6d3;
    font-size: 12px;
    color: #000;
    min-height: 200px;
}


.center-cropped {
    object-fit: none; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    height: 30px;
    width: 30px;
}



.op-contenitore-interno{
    position: relative;
    width: 200px;
    height: 60px ;
    border: 2px solid #a0a0a0;
    margin: 5px;
    padding: 5px;
    float: left;
    border-radius: 5px;
    box-shadow: 5px 5px 10px 0px #d1cfcf;
    font-size: 11px;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;

}

.op-contenitore-interno-avatar{
    position: relative;
    width: 200px;
    height: 60px ;
    border: 1px solid #a0a0a0;
    margin: 5px;
    padding: 5px;
    float: left;
    border-radius: 5px;
    box-shadow: 5px 5px 10px 0px #d1cfcf;
    font-size: 11px;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    cursor: pointer;
}

.op-contenitore-interno-disponibile{
    background-color: #CCFFCC;
    background-color: #e5ffe5;
    color: #000;
}

.op-contenitore-interno-occupato{
    background-color: #fc5858 !important;
    color: white;
}
.op-contenitore-interno-DND-on{
    background-color: #9700d5 !important;
    color: white;
}


.op-contenitore-interno-non-registrato{
    background-color: #eaeaea !important;
    color: gray;
    border-style: inset;
    box-shadow: none;
}

.op-contenitore-interno-squillando{
    background-color: #ffe83d !important;
}

.op-contenitore-interno-mio{
    /*font-weight: bold;*/
    background-color: #B8D5EF;
    /*border: 1px solid #a0a0a0;*/
}


.op-interno-info-contenitore-chiamata{

}

.op-interno-info-chiamata-tempo{
    float: left;
}

.op-interno-info-chiamata-numero{
    float: right;
    margin-right: 0;
    display:block;
}


.op-interno-stato{
    bottom: 0px;
    position: absolute;
    border-top: 1px solid #d3d3d3;
    width: 190px;
    margin-left: -2px;
    padding: 2px 0px 0px 5px;
    font-size: 10px;
}

.op-interno-stato-descrizione{
    height: 10px;
    width: 10px;
    margin-right: 5px;
}






.bell{
    display:block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin:50px auto 0;
    color: #9e9e9e;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
    0% { -webkit-transform: rotateZ(0); }
    1% { -webkit-transform: rotateZ(30deg); }
    3% { -webkit-transform: rotateZ(-28deg); }
    5% { -webkit-transform: rotateZ(34deg); }
    7% { -webkit-transform: rotateZ(-32deg); }
    9% { -webkit-transform: rotateZ(30deg); }
    11% { -webkit-transform: rotateZ(-28deg); }
    13% { -webkit-transform: rotateZ(26deg); }
    15% { -webkit-transform: rotateZ(-24deg); }
    17% { -webkit-transform: rotateZ(22deg); }
    19% { -webkit-transform: rotateZ(-20deg); }
    21% { -webkit-transform: rotateZ(18deg); }
    23% { -webkit-transform: rotateZ(-16deg); }
    25% { -webkit-transform: rotateZ(14deg); }
    27% { -webkit-transform: rotateZ(-12deg); }
    29% { -webkit-transform: rotateZ(10deg); }
    31% { -webkit-transform: rotateZ(-8deg); }
    33% { -webkit-transform: rotateZ(6deg); }
    35% { -webkit-transform: rotateZ(-4deg); }
    37% { -webkit-transform: rotateZ(2deg); }
    39% { -webkit-transform: rotateZ(-1deg); }
    41% { -webkit-transform: rotateZ(1deg); }

    43% { -webkit-transform: rotateZ(0); }
    100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
    0% { -moz-transform: rotate(0); }
    1% { -moz-transform: rotate(30deg); }
    3% { -moz-transform: rotate(-28deg); }
    5% { -moz-transform: rotate(34deg); }
    7% { -moz-transform: rotate(-32deg); }
    9% { -moz-transform: rotate(30deg); }
    11% { -moz-transform: rotate(-28deg); }
    13% { -moz-transform: rotate(26deg); }
    15% { -moz-transform: rotate(-24deg); }
    17% { -moz-transform: rotate(22deg); }
    19% { -moz-transform: rotate(-20deg); }
    21% { -moz-transform: rotate(18deg); }
    23% { -moz-transform: rotate(-16deg); }
    25% { -moz-transform: rotate(14deg); }
    27% { -moz-transform: rotate(-12deg); }
    29% { -moz-transform: rotate(10deg); }
    31% { -moz-transform: rotate(-8deg); }
    33% { -moz-transform: rotate(6deg); }
    35% { -moz-transform: rotate(-4deg); }
    37% { -moz-transform: rotate(2deg); }
    39% { -moz-transform: rotate(-1deg); }
    41% { -moz-transform: rotate(1deg); }

    43% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(0); }
}

@keyframes ring {
    0% { transform: rotate(0); }
    1% { transform: rotate(30deg); }
    3% { transform: rotate(-28deg); }
    5% { transform: rotate(34deg); }
    7% { transform: rotate(-32deg); }
    9% { transform: rotate(30deg); }
    11% { transform: rotate(-28deg); }
    13% { transform: rotate(26deg); }
    15% { transform: rotate(-24deg); }
    17% { transform: rotate(22deg); }
    19% { transform: rotate(-20deg); }
    21% { transform: rotate(18deg); }
    23% { transform: rotate(-16deg); }
    25% { transform: rotate(14deg); }
    27% { transform: rotate(-12deg); }
    29% { transform: rotate(10deg); }
    31% { transform: rotate(-8deg); }
    33% { transform: rotate(6deg); }
    35% { transform: rotate(-4deg); }
    37% { transform: rotate(2deg); }
    39% { transform: rotate(-1deg); }
    41% { transform: rotate(1deg); }

    43% { transform: rotate(0); }
    100% { transform: rotate(0); }
}


.phonebook-operazioni > div > img{
    width: 20px;
    cursor: pointer;
}

.op-dashboard-ricerca-interno{
    background: transparent url("../include/img/search25.png") no-repeat left;
    padding-left: 30px;
    cursor: pointer;
    width: 150px;
    margin-right: 10px;
    border: 1px solid #e4e7ea;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 3px;
    box-shadow: none;
    transition: all 300ms linear 0s;
}

.op-dashboard-riga-updown{
    float: left;
    width: 22px;
    text-align: center;
    height: 24px;
    padding-top: 3px;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
    background: transparent url("../include/img/dragupdown20.png") no-repeat 2px;
}