﻿html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

body {
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.15;
}
/**/
.header {
    text-align: center;
}
/**/
.ancet-table {
    margin: auto;
    border-top: 1px #C6C6C6 solid;
    border-right: 1px #C6C6C6 solid;
}

    .ancet-table tr:nth-child(2n) {
        background-color: #f5f5f5;
    }

    .ancet-table td {
        border-left: 1px #C6C6C6 solid;
        border-bottom: 1px #C6C6C6 solid;
        vertical-align: top;
        padding: 5px;
    }

    .ancet-table .index {
        width: 40px;
    }

    .ancet-table .lable-title {
        width: 233px;
    }

    .ancet-table .description {
        width: 233px;
    }
/**/
.informBox {
    padding: 5px;
    margin: 10px;
}

    .informBox .block {
        list-style: none;
    }

        .informBox .block .lable {
        }

        .informBox .block input[type=text] {
            width: 100%;
            border: 1px #000000 solid;
            padding: 5px;
            margin-bottom: 10px;
        }

.validatorInfoText {
    color: red;
}

/**/
.jur-info {
    border: 1px #C6C6C6 solid;
    padding: 5px;
}
.jur-info .closeFormButton{
	line-height:24px;
	width:24px;
	text-align:center;
	border:1px silver solid;
	display:inline-block;
}
.jur-info .closeFormButton:hover{
	background-color:#FFCCCC;
}
    .jur-info li {
        list-style: none;
        padding: 3px;
    }

        .jur-info li input[type=text] {
            width: 95% !important;
        }

    .jur-info span {
        line-height: 24px;
        width: 275px;
    }

@media screen {
    html {
        background-color: #E6E6E6;
    }

    form {
        width: 1200px;
        margin: auto;
    }

    .FATCA_ancet, .prilojenie-1, .prilojenie-2, .glosari {
        border: 1px silver solid;
        background-color: #ffffff;
        padding: 10px;
        border-radius: 10px;
    }

    input[type=button] {
        border: 1px silver solid;
        background-color: #66CCFF;
        color: #ffffff;
        font-weight: bold;
        border-radius: 5px;
        padding: 10px;
    }
}

@media print {
    .FATCA_ancet, .prilojenie-1, .prilojenie-2 {
        page-break-after: always;
    }

    .ancet-table tr td:last-child {
        display: none;
    }

    .button-Box {
        display: none;
    }
    .glosari{
		display:none;
	}
}

.ui-dialog {
    background-color: #FFFFFF;
    border: 1px silver solid;
}
/**/
.validatorInfoText {
    color: red;
}

.modalBG {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.5;
}

.modalForm {
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    top: 150px;
}

.closeButton {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    cursor: pointer;
}

    .closeButton:hover {
        text-decoration: none;
    }

.modalFormHeadet {
    line-height: 48px;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
}

.modalFormBody {
    margin: 5px;
    padding: 0;
}

    .modalFormBody li {
        list-style: none;
    }

    .modalFormBody .lable {
    }

    .modalFormBody .star {
        color: red;
    }

    .modalFormBody input[type=text] {
        width: 300px;
        border: 1px silver solid;
        margin-bottom: 10px;
    }

    .modalFormBody select {
        width: 300px;
        border: 1px silver solid;
    }

.form15, .form23, .form32 {
    margin: 10px;
}

.popupPromt {
    color: #66CCFF;
    cursor: pointer;
}

em {
    /*background: url(hover.png) no-repeat;*/
    background-color: #F7F49C;
    border: 1px #F0C78B solid;
    width: 180px;
    height: 45px;
    position: absolute;
    /*top: 350px;
      left: -0px;*/
    text-align: center;
    padding: 20px 12px 10px;
    font-style: normal;
    z-index: 2;
    display: none;
    box-shadow: 0 0 30px 0 #F0C78B;
}
/**/
