/* stylesheet which is use if printing */


/* Basics */

.pRelative{
    position:relative;
}

.maxSize{
    width: 100%;
}

.pageNavigation{
    width: 260px;
    float:left;
    text-align:center;
}
.pageNavigation > div{
    display:inline-block;
}
.pageNavigation > div img{
    float:left;
}

.pageNavigation span img{
    width:150px;
    -webkit-box-shadow: 14px 11px 41px #0f0900; /* webkit browser*/ -moz-box-shadow: 14px 11px 41px #0f0900; /* firefox */ box-shadow: 14px 11px 41px #0f0900;
}
.pageNavigation span img:hover{
    width:154px;
-webkit-box-shadow: 14px 11px 21px #0f0900; /* webkit browser*/ -moz-box-shadow: 14px 11px 21px #0f0900; /* firefox */ box-shadow: 14px 11px 21px #0f0900;
}
.configurationDocument *[data-movable="true"]{
    position: absolute;
}
.configurationDocument{
    float:left;
}

.documentParticipants{
    font-size: 12px !important;
    border: 1px solid black;
}


.documentParticipants h3{
    display:block;
    background-color: grey;
    color:black;
    padding: 0px 3px;
    margin: 0px !important;
    font-size: 14px;
}
.documentParticipants .head span{
    font-weight: bold;
    width:20%;
    display:inline-block;
    padding: 3px;

}

.documentParticipants .head{
    border-bottom: 1px solid black;
    margin-top:5px;
}
.documentParticipants .body span{
    width:20%;
    display:inline-block;
    padding: 3px;
}


.documentServices h3{
    display:block;
    background-color: grey;
    color:black;
    padding: 0px 3px;
    margin: 0px !important;
    font-size: 14px;
}

.documentServices{
    font-size: 12px !important;
}

.page_two{
    display: none;
}

.printPreview .configurationDocument{
    margin-bottom: 20px;
}
.printPreview .configurationDocument .page_two{
    display: none !important;
}
.printPreview .configurationDocument .page_one{
    display: block !important;
}
.document.a4.horizontal{
    width: 620px;
    height: 877px;
    background-size: 620px !important;
    position: absolute;
}

.configurationDocument  .movableElement{
    position: absolute;
}

.configurationDocument  .editableElement{
    padding-top:20px;
}
.configurationDocument  .hiddenElement{
    text-decoration: line-through;
}
.document_preview .hiddenElement{
    opacity: 0.6;
}

.printPreviewPrintButton, .printPreviewPrintPreviewButton{
    line-height: 30px;
    float: left;
    margin-right: 5px;
    margin-left: 1px;
}
.printPreviewPrintButton img, .printPreviewPrintPreviewButton img{ 
    float: left;
    margin-right: 5px;
}
.documentMetricInfo{
    font-size: 12px;
}

.templatePreview .hiddenSmartyVar{
    display: none;
}
