﻿body {
font-family: Arial;
font-weight: normal;
font-size: 12px;
background-color: white;
}
h1 {
font-size: 16px;
text-align: left;
padding-left: 3px;
}
h3 {
font-size: 14px;
}
table {
/*border: 1px solid;*/
display: table;
border-collapse: collapse;
}
tbody {
display: table-row-group;
vertical-align: middle;
width: 200px;
/*border-collapse: collapse;*/
}

table.tablelist {
text-align:left;
padding: 1px;
width: 100%;
border-collapse: collapse;
}

th {
font-size: 12px;
text-align: left;
border: 1px solid black;
padding-left: 5px;
}
td {
font-family: inherit;
font-size: 12px;
font-weight: normal;
border: 1px solid black;
padding-left: 5px;
}
table.propertylist
{
font-family: Arial;
font-size: 12px;
width: 100%;
border-collapse: collapse;
}
table.propertylist th
{
font-family: Arial;
font-size: 12px;
width: 50%;
border-collapse: collapse;
}


hr {
height: 2px;
display: block;
-webkit-margin-before: 0.2em;
-webkit-margin-after: 0.2em;
-webkit-margin-start: auto;
-webkit-margin-end: auto;
border-top-style: solid;
border-bottom-style: none;
}
div.editor-field {
font-family: Arial;
font-size: 12px;
padding-top: 2px;
}
div.editor-label {
width: 200px;
height: auto;
padding: 2px;
float: left;
}
table.actsigns {
border-collapse: collapse;
border: none;
display: table;
}
table.actsigns tbody{
width: auto;
display: block;
}
    table.actsigns th {
    width: 50%;
    text-align: center;
    border: none;
    }
    
    table.actsigns td {
    border: none;
    text-align: center;
    }

    /*Для изображений в печатной форме*/

    .imageGalleryMain {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

    .imageGalleryMain ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .imageGalleryMain ul li {
            float: left;
            vertical-align: middle;
        }

            .imageGalleryMain ul li div {
                text-align: center;
            }

.imageGalleryButton {
    display: inline-block;
    position: absolute;
}

.imageGalleryItems {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.imageGalleryItemPreview {
    position: absolute;
}
/*Image Gallery End*/

/*Validation Result*/
div.validationResult {
    overflow-y: auto;
    font-size: 11px;
}
/*Validation Result End*/

/*Hint Tooltip*/
.tooltip-font {
    font-size: 9px;
}

.hint_image {
    background-image: url('images/label_hint.png') !important;
    width: 16px;
    height: 16px;
}