body, html{
    background:none;
    background-color:#ddd;
    color:#333;
    padding:0;
    margin:0;
    width:100%;
    height: 100%;
    background: url(/dist/img/parlam-ue.jpg) center center;
    background-size: cover;
}
.ep-logo{ text-align: center; padding-bottom: 20px; }
.ep-logo img{ width: 180px; height: 180px; }
.formTitle{ color:#333; }
#status{ background-color:#fff; border: solid 2px #777; }
#status a{ color:#777; }
#nav{ background-color: #08519f; }
#nav .logo-nav img{ width: 68px; height: 68px; }
#nav i{ color: #ccc; }
#nav .close { color: #ccc; background-color: #08519f; }
#nav ul.main-navbar li.menu-active a, #nav ul.main-navbar li.menu-active a i, #nav ul.main-navbar li.menu-active a:hover i {
    color: #fcee21;
}
#nav ul.main-navbar li a:hover, #nav ul.main-navbar li a:hover i{
    color: #eee;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaa !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaa !important;
}


#modal div {
    width: 320px;
}

#text{
    min-height: 90%;
    padding:5% 15px;
}

#text{ line-height: 32.2px; padding-left:40px; }
#text p{ line-height: 32px; margin:0px; padding:0px; }

#text-1, #text-2{
    min-height: 88%;
    padding:3% 12px;
    line-height: 22px;
    font-size:14px;
}
#text-1{

}
#text-2{

}
.container-text{
    border-right: solid 1px #555;
}
.container-text-2{
    border-top: solid 1px #555;
}
.container-flex{
    display:flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    left:0px;
    right: 0px;
}
.container-flex .container-main{
    flex-grow: 1;
    display: flex;
    flex-direction: row;
}
.container-flex .container-main .container-text{
    flex-grow: 1;
    width: 50%;
    position: relative;
    /* background-color: #fff; */
    background: #fff url(/dist/img/quaderno.png) top left repeat-y;
}

#textContainer, #textContainer-1, #textContainer-2{
    position: absolute;
    right: 0;
    top: 0;
    height: 100% !important;
    width: 100% !important;
    overflow-y: scroll;
    background-color: transparent;
}

.container-text.boxhide, .container-text-1.boxhide, .container-text-2.boxhide, .container-column.boxhide{
    display:none !important;
}

img.flag-img{
    position:absolute;
    top:4px;
    right:20px;
    width:24px;
    height: 24px;
    cursor: pointer;
    z-index: 99;
}

#text-1 img.flag-img, #text-2 img.flag-img{
    width:18px;
    height: 18px;
}
.container-flex .container-main .container-column{
    flex-grow: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
}
.container-flex .container-main .container-text-1{
    flex-grow: 1;
    background-color: #ddd;
    height: 50%;
    position: relative;
}
.container-flex .container-main .container-text-2{
    flex-grow: 1;
    background-color: #eee;
    height: 50%;
    position: relative;
}

.container-flex .container-footer{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    height: 94px;
    max-height: 94px;
    background-color: #08519f;
    color: #fff;
}

.container-flex .container-footer .control-flex{
    flex: 1;
    align-self: center;
}

#actions_text span{
    color: #fcee21;
    font-size: 0.8em;
}

#actions_text{
    flex-grow: 1;
    position: relative;
    right: auto;
    bottom: auto;
}

#mic{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-items: center;
    justify-content: center;
}
#loading{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top:0px;
    left: 0px;
}
#progressbar {
    width: 100%;
    margin-left: 0;
    border: 0 !important;
    background-color: #868d97;
    height: 8px;
}
#total_asize{
    height: 8px;
}
#total_asize .ui-progressbar-value{
    background-color: #fcee21;
}
.control-flex .draft-title{
    padding: 10px 20px;
}
.control-flex .draft-options{
    padding: 10px 20px;
    text-align: center;
}
.control-flex .draft-options i{
    margin: 0px 6px;
}

.container-flex .container-main .container-column p.temporary, .container-flex .container-main .container-column p.final{
    padding-left:24px;
    position: relative;
}

p.evaluate span{
    position:absolute;
    left:-4px;
    top:-2px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url("/dist/img/tras-.png") no-repeat center center;
    background-size: 24px 24px;
}

p.evaluate span.yes{
     background: transparent url("/dist/img/tras-yes.png") no-repeat center center;
     background-size: 24px 24px;
}

p.evaluate span.no{
    background: transparent url("/dist/img/tras-no.png") no-repeat center center;
    background-size: 24px 24px;
}