/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/* vietnamese */
@font-face {
    font-family: 'Sans-Serif';
    font-style: normal;
    font-weight: 600;
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Sans-Serif';
    font-style: normal;
    font-weight: 600;
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Sans-Serif';
    font-style: normal;
    font-weight: 600;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@import url('font-awesome.css');


img {
        max-width: 100%;
}
html,body {
    height:100%;
}

.container {
    height:100%;
}
.panel{
    min-height:100%;
    margin-bottom: 0px;
}

.modal {z-index: 9999999;}


.flex{
    display:flex;
}
.flex-container{
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex:1;
    flex-flow: column;
}
.flex-grow-1{
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex-grow: 1;
}
.flex-grow-3{
    -webkit-flex: 3; /* Safari 6.1+ */
    -ms-flex: 3; /* IE 10 */
    flex-grow: 3;
}
.panel-heading{
    /*max-height: 60px;*/
}
.panel-footer{
    /*max-height: 60px;*/
}
.panel-body{
    padding-top: 0;
    padding-bottom: 0;
}

/* Rende i Pannelli Trasparenti */
.panel-default > .panel-heading {
    background-color: transparent;
    border-color: transparent;
}
.panel-footer {
    background-color: transparent;
    border-color: transparent;
}
.row_100 {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
}