/*
.cpHeaderBackground .cp-header-logo-block .cp-testversion {
    display: inherit;
    left: 10px;
    top: 20px;
}
*/

#login-left-block{
    color:white;
    background-color: #e56c69;
}

#login-right-block{
    background-color:white;
}


#login-body{
    color: #6a6b6f;
    position: absolute;
    background-color: #354052;
    height:100%;
    width:100%;
}
#login-container {
    width: 600px;
    height: 400px;
    margin-left:-300px;
    margin-top: -200px;
    border: solid 1px #c5cfd4;
    border-radius:4px;
}
#login-container>div{
    height:100%;
    width:50%;
    float:left;
}
.center {
    position: absolute;
    left:50%;
    top:50%;
}
/*Changes ED for #30300*/
/*.cp-info-table.cp-table-auto-fill {
	width:unset !important;
}*/
.cp-form-set-RRAI_S1 {
	width:unset !important;
}
.form-setsubform-set-table tr > td:nth-of-type(1) {
	width:27% !important;
}
.form-setsubform-set-table{
	margin-left:0px !important;
}
.form-inlinesetsubform-table{
	margin-left:0px !important;
}

/*Review remark field in PSR form wider*/
textarea[cp-data-interfaceid="REV_REMARK"] {
	width:380px;
}

/*MV, 9-10-2020: deactivated for some time to enable creation of manual by Lauri. can be activated after go live; reactivated on 4-12*/
/*
.cpHeaderBackground .cp-header-logo-block .cp-testversion {
    display: inherit;
    left: 10px;
    top: 20px;
}
*/
#formSuccessfullySavedMessage
{
	border: solid 2px green;
	padding:10px;
}

/* #30182dropdowns in forms wider in order to read more*/
/*.cp-form-input-cell .cp-input.cp-drop-down-list {
     width: unset; 
}
*/
.cp-info-table.form-set-table > tbody > tr[class*=" cp-form-set-"] > td:nth-of-type(2) .cp-input.cp-drop-down-list, .cp-info-table.form-set-table > tbody > tr[class^="cp-form-set-"] > td:nth-of-type(2) .cp-input.cp-drop-down-list {
    width: auto/*90%*/;
	max-width: 600px;
	min-width:156px;
}
.form-setsubform-set-table tr > td:nth-of-type(2) .cp-input.cp-drop-down-list .select2-container, .form-setsubform-set-table tr > td:nth-of-type(2) .cp-input.cp-drop-down-list .cp-sel-drop-down-list {
    /*width: auto !important90%;*/
	max-width: 550px;
	min-width:156px;
}
.cp-html-editor{
	min-width:600px;
}
/*Hide add button for mitigation measures in SBR form*/
table[data-interfaceid="SBR_Mitigation"] > tfoot > tr[class="cp-add-button-footer"]{
display:none;
}
/*make dropdowns on subforms use the allocated space instead of 50%*/
.cp-form-input-cell .cp-input.cp-drop-down-list {
     width: calc(50% - 14px) !important; 
	 /*row below gives problems with + button */
	 /* old value:  width: 100% !important; */
}
.select2-drop {
    max-width: 600px !important;
}
.select2-drop .select2-results .select2-result-label, .select2-drop-active .select2-results .select2-result-label, .select2-drop-active.select2-drop-above .select2-results .select2-result-label {
white-space: normal;
}
table[class*="form-set-table"] > tbody > tr > td:nth-child(3) {
width:10px !important;
/*background-color: red;*/
}
table[class*="form-set-table"] > tbody > tr > td:nth-child(2) {
width:99% !important;
/*background-color: blue;*/
}
table[class*="form-set-table"]{
table-layout: auto;
}

table[class*="form-setsubform-set-table "] > tbody > tr > td:nth-child(2) > diuv > div{
max-width:550px;
}
