.northside{
width:100%;
padding:10px;
/*background:#080a29;*/
background:rgb(79,71,148);
display:table;
}

.leftsideHeader{
width:320px;
padding:10px;
/* background:rgb(79,71,148); */
background: rgb(0,59,121);
color:#fff;
display: table-cell;
vertical-align: middle;
}

.centersideHeader{
width:320px;
padding:10px;
/* background:rgb(79,71,148); */
background: rgb(0,59,121);
color:#fff;
display: table-cell;
vertical-align: middle;
}

#centersideHeaderLinea1{
width:100%;
text-align: center;
font-size: 20px;
font-weight:700;
background-color: #f5f5f5;
}

.rightsideHeader{
width:320px;
padding:10px;
/* background:rgb(79,71,148); */
background: rgb(0,59,121);
color:#fff;
display: table-cell;
vertical-align: middle;
text-align:right;
}

#rightsideHeaderLinea1{
padding-right:10px;
/* background:rgb(79,71,148); */
background: rgb(0,59,121);
display:table;
text-align: right;
}

#rightsideHeaderLinea2{
padding-right:10px;
/* background:rgb(79,71,148); */
background: rgb(0,59,121);
display:table;
text-align: right;
}

#rightsideHeaderLinea3{
padding-right:11px;
/* background:rgb(79,71,148); */
background: rgb(0,59,121);
display:table;
text-align: right;
}

.leftside{
width:20%;
}

.panelcenter{
width:100%;
/*padding:10px;*/
}

.southside{
/*background:#ea8b1c;*/
background:#829cbc;
height:50px;
width:100%;
display: table;
}

.copyright{
text-align:center;
display: table-cell;
vertical-align: middle;
}

.error{
color:#ff0000;
}

a.logout{
color:#fff;
text-decoration: none;
margin-left:10px;
}

a.logout:hover{
text-decoration: underline;
}

a.wcom{
color:#000;
font-weight:700;
text-decoration: none;
}

#myBar {
    width: 30px;
    min-width:10px;
    height: 20px;
    /* background-color: rgb(79,71,148); */
    background-color: rgb(0,59,121);
    text-align: center; /* To center it horizontally (if you want) */
    line-height: 20px; /* To center it vertically */
    color: #eeeeee;
}

#artworks_layout .panel-tool a.layout-button-left{
	display:none !important;
}

#artworks_preview_center{
	display: flex !important;
	align-items: center;
}
#artworks_preview_west{
	display: flex !important;
	align-items: center;
	background:#f8f8f8;
}
.input-w{margin-bottom:10px;float:right !important;width:100%;}
.input-w-last{float:right !important;width:100%;}
.input-w label.asdf, .input-w-last label{
	margin-left: 5px;
}
label.asdf{font-weight:bold;}
.input-w label.asdf, .input-w-last label.asdf, .input-w input {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
#artworks_region_east span.textbox{float:right;width:70% !important;}
#artworks_region_east span.textbox input{width:100% !important;}
/*input[disabled="readonly"]{background:#fff !important;color:green !important;}*/

.layout-panel-east .panel-header {
    border-top-width: 0px !important;
    border-top-style: none !important;
}
.layout-panel-east .panel-body {
    border-bottom-width: 0px !important;
    border-bottom-style: none !important;
}
