/*
For dev. 
This file must be used for any changes in CSS. 
It has priority on all styles, so please do not use common style sheets.
Just copy/paste below the rules you want to edit. 
*/


div.permissionsHidden {
	visibility: hidden;
		border-color: black;
	border-style: solid;
}


div.permissionsShow {
	visibility: visible;
	border-color: black;
	border-style: solid;
}

.hiddenRow {
	visibility: hidden;
}

.shownRow {
	visibility: visible;
}

.hiddenErrorMessage {
	visibility: hidden;
}

.visibleErrorMessage {
	visibility: visible;
	color: red;
}

/* Error notifications in search form */

.searchForm .type-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width:400px;
}
.searchForm .type-date > div {
    width: 50%;
}
.searchForm .type-date > div div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.searchForm .type-date > div:first-child {
    margin-left: 25px;
}
.searchForm .type-date > div:last-child {
    margin-right: 20px;
}
.searchForm .type-date label {
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 4px;
    text-align: left;
    color: #909090;
}
.searchForm .type-date label.fieldError {
    font-weight: 400; 
    width: 100%;
    padding-top: 3px;
    padding-right: 15px;
    color: red;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
}
.searchForm .type-date label.label-long {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
}
.searchForm .type-date .labelDateTo {
    width: 100%;
}
.searchForm .type-date input,
.searchForm .type-date textarea {
    width: 130px;
    padding: .25em;
    border: 1px solid #ddd;
}
.searchForm .type-date img {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
}
 
div.search-checkboxes .search-container-right {
    width: 64%;
    padding: 7px 0 25px 1%;
    background: url('../../images/brace-background.png') no-repeat -7px 2px;
}