/* $Id: content_common.css $ */

/* block_center.css */

div.user_message {
    border: 1px solid red;
    padding: 1em;
    color: #F44;
}

/* / block_center.css */

/* block_footer.css */

.block_footer {
	font-size: 0.8em;
    text-indent: 0;
    margin-left: 1em;
}

/* / block_footer.css */

/* block_left.css */

div.info_column_primary {
    font-size: 0.75em;
    margin: 0.5em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    background-color: #EBEBEB;
    border: 1px solid #88A;
}

div.info_column_primary div.title {
    color: #24364C;
    margin-top: 0.4em;
    vertical-align: top;
    clear: left;
}

div.info_column_primary div.value {
    color: #702D19;
    vertical-align: top;
    font-weight: bold;
}

div.info_column_secondary {
    font-size: 0.75em;
    margin: 0.5em;
    padding-left: 0.3em;
    background-color: #EEE;
    border: 1px solid #88A;
}

div.info_column_secondary div.title {
    color: #24364C;
    margin-top: 0.4em;
    vertical-align: top;
    clear: left;
}

div.info_column_secondary div.value {
    color: #702D19;
    vertical-align: top;
    font-weight: bold;

}

/* / block_left.css */

/* dhentity.css */

div.subscr {
    font-family: Tahoma, Arial, serif;
    width: 95%;
}
div.subscr:not(:first-child) {
    margin-top: 15px;
}
span.subs-title {
    font-weight: bold;
}

span.subs-title-faded {
    color: grey;
}

label.subs-input-title {
    float: left;
    font-weight: bold;
}

span.subs-input-boxing {
    overflow: hidden;
    display: block;
    padding: 0 4px 0 10px
}

span.subs-input-boxing input {
    width: 95%;
}

div.subscr table {
    margin: 0 0;
}

div.subscr table.subs-agr {
    margin-left: 5%;
    margin-bottom: 1em;
    width: 95%;
}

div.subscr table.subs-agr td {
    vertical-align: top;
    font-size: 12px;
    padding-top: 0.5em;
    border-bottom: 1px solid #CCC;
}

div.subscr table.subs-act {
    background-color: #AFA;
}

div.subscr-info-message {
    font-size: 115%;
    border: 1px solid #0F0;
    background-color: #AFA;
    padding: 0.5em;
    margin: 2em;
    width: 100%;
}

div.subscr table tbody {
    border-top: none;
}


div.subs-agr {
    font-size: 135%;
    font-weight: bold;
    padding-bottom: 1em;
    padding-left: 20px;
    padding-top: 1.5em;
}

div.subscr div.subs-type {
    font-size: 120%;
    font-weight: bold;
    padding-top: 0.5em;
    padding-left: 2em;
}

div.subscr div.subs-desc {
    font-size: 90%;
    font-style: italic;
    padding: 0.5em 0 0.5em 5em;
}

div.subscr tr.subs-error {
    background-color: #FBB;
}

div.subscr td.subs-error {
    padding-left: 0.5em;
    font-weight: bold;
    color: red;
}

div.subscr input.subs-error {
    border: 2px solid red;
}

div.subscr td.subs-check {
    padding-left: 0.5em;
    width: 5%;
    min-width: 40px;
}

div.subscr td.subs-method {
    padding-left: 0.5em;
    width: 30%;
    min-width: 240px;
}

div.subscr td.subs-adres {
    padding-left: 0.5em;
    width: 45%;
    min-width: 360px;
}

div.subscr td.subs-format {
    padding-left: 0.5em;
    width: 20%;
    min-width: 160px;
}

div.subscr input[type="text"] {
}

div.subscr input.subs-button {
    float: right;
    padding: 0.5em 1em;
    margin-left: 1em;
}

div.subscr select {
    width: 95%;
}

div.subscr td.headery {
    border-bottom: 1px solid black;
    background-color: #CCF;
    font-size: 115%;
}

/* / dhentity.css */

/* control.css */

form.control div.control-select {
    display: inline-block;
    padding-right: 2em;
}

form.control span.control-title {
    padding-right: 0.5em;
    font-weight: bold;
}

/* / control.css */

body.popup {
    overflow-x: hidden;
    overflow-y: hidden;
}

div#popup {
    margin: 2em;
}

button#popup-close {
    width: 100px;
    float: right;
    height: 30px;
}

div.phone-prefix {
    float: left;
    width: 20px;
    position: absolute;
}

div.phone-tail {
}

div.phone-note {
    font-size: 10px;
    color: grey;
    line-height: 10px;
}

div.rcp-input {
    margin-top: 5px;
}

form#form-recovpass-viasms input[type=text] {
    width: 100%;
}

div#service-agreement h4 {
	text-align: center;
	margin-top: 3em;
}

div#service-agreement ol {
	margin-top: 1.5em;
}

div#service-agreement ol li {
	list-style-type: none;
	margin-top: 0.75em;
}

div#service-agreement ol li ol li ul li {
	list-style-type: disc;
	margin-top: 0.75em;
}

div#service-agreement table {
	width: 100%;
}

div#service-agreement table#top tr td {
	text-align: right;
}

div#service-agreement table#bottom tr td {
	border: 1px solid #555;
}

form#library-confirm-agreement-form {
	text-align: right;
	margin-top: 2em;
	float: right;
	text-align: left;
	padding-right: 1em;
}

form#library-disconfirm-agreement-form {
	text-align: right;
	margin-top: 2em;
	float: right;
}



td.psc-picture {
    align: left;
    vertical-align: top;
    width: 60px;
    padding-bottom: 1.8em;
}

div.dummy-picture {
    width: 50px;
    height: 50px;
    border: 1px solid grey;
}

td.psc-kw-pss {
     padding-bottom: 1.8em;
}

.news-table {
    border-top: 1px solid #CCF;
}
table.news-table li {
    list-style-type: disc;
}

td.news-picture {
    padding: 0.6em 0.6em 0em 2em;
    width: 150px;
    vertical-align: top;
}

td.news-date {
    font-family: Tahoma,'FreeSetBold',Arial;
    color: #0050A0;
    font-weight: bold;
    margin-bottom: 1em;
    padding-left: 2em;
}

td.news-name {
    font-weight: bold;
    margin-bottom: 1em;
    padding-left: 2em;
}

td.news-description {
    padding-left: 2em;
}

td.news-buttons {
    padding-left: 4.7em;
    padding-top: 2em;
}

.agen-form {
    margin: 0px;
    padding: 0px;
}

.agen-form .form-item {
    position: relative;
    left: 135px;
    margin: 0px;
    padding: 0px;
    width: 600px;
}

.agen-form .form-item label {
    position: relative;
    top: 26px;
    right: 135px;
    width: 130px;
}

.agen-item {
    margin: 0em;
    padding: 0em;
    width: 325px;
}

.agen-hidden {
    margin: 0em;
    padding: 0em;
}

.agen-select {
    margin: 0em;
    padding: 0em;
    width:450px;
}

.agen-textfield {
    margin: 0em;
    padding: 0em;
    width: 325px;
}

.agen-textarea {
    margin: 0em;
    padding: 0em;
    width: 325px;
}

.agen-button {
    margin: 0em;
    padding: 0em;
    left: 476px;
    position: relative;
    bottom: 27px;
    width: 110px;
}

.agen-submit {
    padding: 5px 15px;
    margin: 2em 0em 0em 0em;
}

.week-choose-form .form-item {
    position: relative;
    left: 70px;
    margin: 0px;
    padding: 0px;
    width: 600px;
}

.week-choose-form .form-item label {
    position: relative;
    top: 26px;
    right: 70px;
    width: 115px;
}

.week-choose-select {
    margin: 0em;
    padding: 0em;
}

h3.location-map {
    text-align: center;
    margin-top: 3em;
}

div.location-map {
    text-align: center;
    margin-top: 3em;
}

span.btn {
    box-sizing: border-box;
}    

ul {
    box-sizing: border-box;
}

ul.ui-select-choices {
    padding: 0px;
    margin: 0px;
}

li.ui-select-choices-group {
    padding: 0px;
    margin: 0px;
}

ul.uib-datepicker-popup {
    padding: 0px;
    margin: 0px;
}

ul.uib-datepicker-popup li {
    padding: 0px;
    margin: 0px;
}

button {
    box-sizing: border-box;
}

button:focus {outline:0;}

div.disable-filter input.ui-select-search {
    cursor: default;
    color: transparent;
}