/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-gen-2019, 22.45.51
    Author     : nando
*/

@font-face {
  font-family: RobotoLight;
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
  font-family: RobotoBold;
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
  font-family: RobotoBoldCondensed;
  src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
}

@font-face {
  font-family: RobotoLightCondensed;
  src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
}

.z-notification-icon {
    top: 20% !important;
}

.z-notification-content {
    font-size:1.1em;
    width: 100%;
}

.z-listcell-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.linkButton {
    border: 1px solid #e3e3e3;
    border-left: none;
    padding: 5px 5px 5px 5px;
    margin-left: -4px;
    background-color: white;
}

.z-listitem.z-listitem-selected .z-listcell {
    background: gainsboro;
    color: black;
}

.z-textbox-readonly, .z-datebox-input[readonly], .z-intbox-readonly {
    /*background: #EEE6C0 !important;*/
    background: #f7f7f7 !important;
}

.obbligatorio:after {
    content: " *";
    color: red;
}

input[type="radio"], input[type="checkbox"] {
    margin-top: -4px !important;
    margin-right: 5px !important;
}

.z-loading {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    margin-top: -50px;
    margin-left: -160px;
}

.z-chosenbox-icon.z-icon-times {
    font-size: 1.2em !important;
}

.z-icon-times {
    font-size: 2em;
}
.z-icon-times:hover {
    background-color: transparent;
}

.div-radio {
    cursor: pointer;
}

.z-chosenbox { padding-bottom: 6px; }

.ios .z-iframe iframe {
    width: 100%;
    height: 100%;
}

.clear-button {
    padding: 0;
    width: 32px;
    border: 1px solid lightgray;
    background: white;
    margin-left: -1px;
    line-height: 30px;
}
.clear-button:active { background: white; }
.clear-button:hover { background: #5e94b8; }
