@CHARSET "UTF-8";

fieldset {
    border: 1px solid #d3d3d3;
    margin: 10px 10px 10px 10px;
    padding: 10px;
    position: relative;
    text-align: right;
}

fieldset fieldset {
    border: 0;
}

fieldset.buttons {
    padding-right: 31px;
}

fieldset legend {
    color: #60777C;
    font-style: italic;
    font-weight: bold;
}

fieldset label {
    color: #ff4200;
    display: block;
    margin: 8px 10px 11px 0;
}

fieldset label.required {
    font-weight: bold;
}

fieldset label img {
    margin-bottom: -3px;
}

fieldset label .error {
    color: #f00;
    display: block;
    padding: 2px 0 3px 0;
    width: 400px;
    position: absolute;
    right: 20px;
    text-align: left;
    font-weight: bold;
    display: inline-box;
}

*:first-child + html fieldset label .error {
    /*    margin-top: 23px;*/
    display: table;
    position: relative;
    width: 370px;
}

fieldset label input,
fieldset label select,
fieldset label textarea,
fieldset label div.view {
    border-color: #60777C #d3d3d3 #d3d3d3 #60777C;
    border-style: solid;
    border-width: 1px;
    font-size: 15px;
    font-weight: normal;
    margin: 7px 21px 0 10px;
    padding: 1px 3px;
    width: 376px;
    height: 30px;
}

fieldset label input.date {
    width: 165px;
}

fieldset .pdf-icon {
    margin-right: 25px;
}

fieldset label div.view {
    float: right;
    text-align: left;
}

fieldset label .func {
    margin-right: 0;
}

fieldset label .func-size3 {
    margin-right: 210px;
}

fieldset label select {
    padding-left: 3px;
    width: 387px;
}

fieldset label select#function_scopes {
    height: 300px;
}

fieldset button {
    background: none;
    cursor: pointer;
    width: 90px;
}

fieldset input.checkbox,
fieldset input.radio {
    border: 0;
    margin-right: 384px;
    width: 17px !important;
    vertical-align: middle;
    margin-top: 0;
    padding: 2px;
}

fieldset label input.file {
    margin-right: 27px;
}

fieldset label.multiple select.multiple {
    height: 100px;
    width: 156px;
}

fieldset input.multiple {
    height: 22px;
    margin: 0 10px 0 0;
    position: relative;
    top: -40px;
    padding: 0;
    width: 22px;
}

fieldset label.multiple select.small {
    height: 50px;
}

fieldset label.multiple input.small {
    top: -20px;
}

fieldset label.multiple {
    background: transparent url('../gfx/multiple_header.gif') top right no-repeat;
    padding-top: 10px;
}

fieldset label textarea {
    height: 60px;
    line-height: 1.3;
    margin-right: 27px;
}

fieldset table {
    border-collapse: collapse;
    border-color: #ff4200 #60777C #60777C #60777C;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    float: right;
    margin-right: 31px;
    width: 377px;
}

fieldset table thead th {
    border-bottom: 1px solid #ff4200;
    color: #ff4200;
    font-weight: bold;
    padding: 3px 0 3px 10px;
    text-align: left;
}

fieldset table tbody td {
    border-bottom: 1px solid #60777C;
    padding: 3px 0 3px 10px;
    text-align: left;
}

fieldset table tbody td input {
    border-color: #60777C #d3d3d3 #d3d3d3 #60777C;
    border-style: solid;
    border-width: 1px;
    margin: 1px;
    padding: 1px;
}

fieldset table tbody td input {
    margin: 0 !important;
}

fieldset table tbody td input[type=text] {
    width: 30px;
}

fieldset table .template {
    display: none;
}

* html fieldset table {
    margin-right: 16px;
}

* html fieldset div.view {
    margin-right: 10px;
}

fieldset table tbody td input.date {
    border: 0;
    margin-top: -4px;
    width: 70px;
}

.size1 {
    width: 60px;
    margin-right: 333px;
}

.size2 {
    width: 100px;
    margin-right: 300px;
}

.size3 {
    width: 160px;
    margin-right: 240px;
}

.disabled, .readonly {
    background-color: #ebe7e3;
}

.disabled {
    color: #bbb;
}

.readonly {
    color: #555;
}

.hint {
    clear: right;
    color: #ff4200;
    float: right;
    font-style: italic;
    margin-right: 50px;
    margin-top: 10px;
    text-align: left;
    width: 350px;
}

.hint strong {
    font-style: normal;
}

.failure {
    background: transparent url('../gfx/warning.gif') 0 0 repeat-y;
    color: #f00;
    padding: 5px 0 5px 30px;
}

em.desc {
    border: 0;
    color: #60777C;
    display: block;
    font-size: 9px;
    font-weight: normal;
    padding: 0;
    width: 400px;
    position: absolute;
    margin-top: -5px;
    right: 20px;
    text-align: left;
}

.suggest {
    background-color: #d3d3d3;
    border: 1px solid #ff4200;
    left: 25px;
    padding: 10px;
    position: absolute;
    text-align: left;
}

.suggest a {
    color: #60777C;
    font-weight: bold;
}

.suggest ul {
    list-style: circle;
    list-style-type: circle;
}

.suggest ul li {
    padding: 5px;
}

.suggest a:hover {
    text-decoration: underline;
}

* html em.desc,
* html label strong.error {
    margin: 0 0 0 135px;
}


.certificate-view {
    width: 200px;
    display: inline-block;
    text-align: center;
}