@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body
{
    border-image-width : 0 ;
    border-style       : none ;
    margin             : 0px ;
    padding            : 0px ;
    font-family        : 'Inter', sans-serif;
    font-size          : 13px;
    
    background-color: #f7f9fa;
    color: #333333;
    
    min-width: 1200px;
    
    height: 100%;
}

form
{
    display: inline;
    padding: 0px;
}

table
{
    border-collapse: collapse ;
    border-image-width: 0;
    margin: 0px ;
    padding: 0px ;
    
    font-size: 12px;
}

a
{
    color: inherit;
    text-decoration: none;
    border: 0px;
}
a:hover
{
    color: inherit;
    text-decoration: none;
}
a:visited
{
    color: inherit;
    text-decoration: none;
}

a img
{
    border: 0px;
}

#logo_istarm{
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

#main_container{
    width:100%;
    height: 100%;
}

#body{
    padding-top: 10px;
    height: -moz-calc(100% - 20px - 1em);
    height: calc(100% - 20px - 1em);
}

#footer_l{
    display: inline-block;
    width: 50%;
}
#footer_r{
    display: inline-block;
    width: 50%;
    height: 33px;
    text-align: right;
}

#modal_container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    z-index: 1000;
}
#modal{
    position: absolute;
    
    width: 80%;
    height: 90%;
    
    top:5%;
    left:10%;
    
    background-color: #ffffff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
#modal_head_info{
    position: absolute;
    top:0;
    left:0;
    width: 70%;
    height: 30px;
    
    border-bottom: 1px solid #e2e8f0;

    font-size: 16px;
    padding: 10px;
    font-weight: 600;
    color: #2d3748;
}
#modal_head_commands{
    position: absolute;
    top:0;
    right:0;
    width: calc(30% - 20px);
    height: 30px;

    border-bottom: 1px solid #e2e8f0;
    
    text-align: right;
    padding: 10px;
}
#modal_body_list{
    position: absolute;
    top:50px;
    left:0;
    width:25%;
    height: calc( 100% - 70px );
    height: -moz-calc( 100% - 70px );

    padding: 10px;

    overflow: auto;
}
#modal_body_details{
    position: absolute;
    top:50px;
    right:0;
    width:70%;
    height: calc( 100% - 70px );
    height: -moz-calc( 100% - 70px );

    padding: 10px;

    overflow: auto;

    border-left: 1px solid #cecece;
    
    
    -webkit-touch-callout: initial;
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}
#modal_messages
{
    display: inline-block;
    float:right;
    
    
    font-size: 12px;
    color: #0033ff;
}




.cal_el_form_box{
    border: 1px solid #cecece;
    width: calc( 100% - 10px);
    width: -moz-calc( 100% - 10px);
    padding: 5px;
}

.info_visibile_tecnico{
    text-decoration: underline;
}


.menu_element{
    width:150px;
    height: 30px;
    
    background-color: #ffffff;
    color:  #006699;
    
    padding: 3px;
    text-align: center;
    border: 1px solid #006699;
    
    font-weight: bold;
    font-size: 14px;
    
    cursor: pointer;
	
	vertical-align: middle;
}

.selected{
    
    background-color: #006699;
    color:  #ffffff;
    
}

.colored{
    font-weight: bold;
}


.titolo
{
    font-size: 18px;
    font-weight: bold;
}

.sottotitolo
{
    font-size: 16px;
    font-weight: bold;
}

.input_textarea
{
    width: 30em;
    height: 10em;
}
.input_text
{
    width: 30em;
}

.link{
    color: #0000cc !important;
    text-decoration: underline;
}


.bottone
{
    background-color: #006699;
    color: #ffffff;
    font-weight: bold;

    border-radius: 5px;
    padding: 4px;

    cursor: pointer;
}



/*infolavori*/
.infolavori_foto{
    width: 400px;;
}
/*infolavori*/


.dettaglio_table
{

}
.dettaglio_table td
{
    vertical-align: top;
    padding-bottom: 3px;
    padding-right: 4px;
}

.label
{
    font-weight: bold;
}

.cliccabile{
    cursor: pointer;
    text-decoration: underline ;
}




/*PIKADAY*/


.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}