

.mabo-info-overlay{
    position:absolute;
    top: 150px;
    left: 120px;
    width: 400px;
    height: 250px;
    border: 2px solid black;
    background-color:white;
    padding: 20px;
}

.mabo-info-overlay h3 {
    text-align: center;
    margin-bottom: 30px !important;
}

.mabo-info-overlay  p {
    margin-bottom: 15px !important;
}

.mabo-info-overlay-wrapper{
    position: relative;
    width: 100%;
    height: 100%;

}

.mabo-info-overlay-closer{
    position: absolute;
    top: -15px;
    right: -15px;
    width: 22px;
    height: 22px;
    line-height: 18px;

    border-radius:11px;
    text-align:center;
    border: 1px solid silver;
    cursor:pointer;
}


main#mabo-main-content{
    position: relative;
}



#mabo-sidebar{
    position: relative;
}

#mabo-main-body.mobile {
  width: 100%;
  min-width: 660px;
  margin: 0px auto;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  margin-bottom: 25px;
}

#mabo-main-body.mobile #mabo-content-wrapper,
#mabo-main-body.mobile nav#navigation,
#mabo-main-body.mobile main#mabo-main-content,
#mabo-main-body.mobile #mabo-main-header {
    width: 100%;
    min-width: 660px;
}

#mabo-main-body.mobile #mabo-main-header{
    background-size: cover;

}





label.for-checkbox {
    display: block;
    line-height: 34px;
    height: 34px;
}
label.for-checkbox input {
    line-height: 34px;
    height: auto !important;
    padding: 0;
    margin:0;
    vertical-align: baseline;
}

.is-logo-image,
.is-user-image{
    width: 100px;
    max-height: 100px;
    display: block;
    text-align:center;
    overflow: hidden;
}


.is-user-image-sublist{
    width: 35px;
    max-height: 50px;
    display: block;
    text-align:center;
    overflow: hidden;
}

.is-user-image-sublist img{
    width: 35px;
}

.is-logo-image-sublist{
    width: 75px;
    max-height: 50px;
    display: block;
    text-align:center;
    overflow: hidden;
}

.is-logo-image-sublist img{
    width: 75px;
}


.is-logo-image{
    max-height: 71px;
}


.is-user-image img {
    height: 100%;
    width: 100px;
}

.is-logo-image img {
    width: 100px;
}

.mabo-article-editor-panel{
    display: block;
    height: 20px;
    margin-bottom: 20px;
}

.mabo-article-editor-panel li{
    display: block;
    float: left;
    min-width: 50px;
    padding-left: 6px;
    padding-right: 6px;
    border-right: 1px solid silver;
    height: 20px;
    line-height: 20px;
}

.mabo-article-editor-panel li:first-child{
    padding-left: 0px;
}
.mabo-article-editor-panel li:last-child{
    border-right: none;
}


main#mabo-main-content table.no-border{
    border-top: none;
}

figure.is-user-details-image{
    max-height: 150px;
    max-width: 150px;
    overflow: hidden;
}

/*figure.is-user-details-image img{
    height: 100%;
}*/


div.form-box div.f-value input,
div.form-box div.f-value select,
div.form-box div.f-value textarea {
    width: 400px !important;
}

main#mabo-main-content div.form-box div.button-bar{
    width: 560px;
}


.mabo-mobile-menu {
    width: 100%;
    min-width: 660px;
    height: 40px;
    background-color: white;
    border-bottom: 2px solid #009EE1;
}

.mabo-mobile-menu li {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #009EE1;
    padding-left: 20px;
    padding-right: 20px;
}

.mabo-mobile-menu li a{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #009EE1;
}

.mabo-mobile-menu li:first-child{
}

.mabo-mobile-menu li:last-child{
    float: right;
}

main#mabo-main-content .mabo-brochure-placeholder h3{
    font-size: 13px;
    color: #00416e;
}

.mabo-brochure-placeholder{
    width: 140px;
    height: 200px;
    background-color: #E0E0E0;
    float: left;
    padding: 10px;
    margin-right: 10px;
    /*
    -webkit-box-shadow: 5px 3px 6px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 5px 3px 6px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 5px 3px 6px 0px rgba(50, 50, 50, 0.75);
    */
    cursor:pointer;
}

.mabo-brochure-placeholder:last-child {

    margin-right: 0px;
}

figure.table-image {
    padding-top: 5px;
}

main#mabo-main-content table.lift-up{
    margin-top: -7px;
}

main#mabo-main-content a.button.email-button{
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    padding-left: 0 !important;
    text-align: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 95px !important;
}

h2.header {
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
  color: #019fe6;
}

div.spacer {
  height: 20px;
  clear: both;
}
div.row div.f-label {
  font-weight: bold;
}
div.row div.f-label label {
  font-weight: bold;
}
div.row.button-bar {
  padding-top: 7px;
  padding-bottom: 30px;
  padding-right: 25px;
  text-align: right;
}
div.row.button-bar.al {
  text-align: left;
}
div.row.button-bar a,
div.row.button-bar button,
div.row.button-bar input[type="submit"] {
  /*margin-left: 7px;*/
}
div.row.button-bar button,
div.row.button-bar input[type="submit"] {
  height: 30px;
  min-width: 70px;
  width: auto !important;
  font-size: 13px  !important;
  font-weight: bold  !important;
}
div.row div.f-input,
div.row div.f-else {
  line-height: 32px;
}
div.row div.f-input.text,
div.row div.f-else.text {
  line-height: 1.5;
}
div.row.l1 div label,
div.row.l2 div label,
div.row.l3 div label,
div.row.l1 div span,
div.row.l2 div span,
div.row.l3 div span {
  line-height: 32px;
}
div.row.l1 div label.btn,
div.row.l2 div label.btn,
div.row.l3 div label.btn,
div.row.l1 div span.btn,
div.row.l2 div span.btn,
div.row.l3 div span.btn {
  line-height: 22px;
}
div.row.l1 div label,
div.row.l2 div label,
div.row.l3 div label {
  font-weight: bold;
}
div.row.l2 div.f-label,
div.row.l3 div.f-label {
  width: 140px;
  clear: both;
  float: left;
}
div.row.l3 div.f-input,
div.row.l3 div.f-else {
  width: 240px;
  float: left;
}

div.row.l3 div.f-input.small,
div.row.l3 div.f-else.small {
  width: 120px;
  float: left;
}

div.row.l3 div.f-input.large,
div.row.l3 div.f-else.large {
  width: 360px;
  float: left;
}

div.row.l3 div.f-input input,
div.row.l3 div.f-else input,
div.row.l3 div.f-input select,
div.row.l3 div.f-else select,
div.row.l3 div.f-input textarea,
div.row.l3 div.f-else textarea {
  width: 230px;
}
div.row.l3 div.f-input.pad-r,
div.row.l3 div.f-else.pad-r {
  padding-right: 10px;
}
div.row.l2 div.f-input {
  width: 450px;
  float: left;
}
div.row.l2 div.f-input input,
div.row.l2 div.f-input select,
div.row.l2 div.f-input textarea {
  width: 420px;
}
div.row.l1 input,
div.row.l1 select,
div.row.l1 textarea {
  width: 610px;
}

.do-clear{
    clear: both;
}

.do-clear.small {
  height: 10px;
  line-height: 10px;
}
.do-clear.medium {
  height: 20px;
  line-height: 20px;
}
.do-clear.large {
  height: 40px;
  line-height: 40px;
}

.mabo-forms.small .form-box{
    width: 400px;
}

.mabo-forms.small div.form-box > header > h2{
    font-size: 26px;
}

.box-login div.form-box,
.box-register div.form-box{
    width: 320px;
    float: left;
}

.box-register div.form-box{
    width: 400px;
    float: right;
}

.box-login div.form-box,
.box-register div.form-box{
    height: 310px;
}

.mabo-forms.small header{
    margin-bottom: 10px;
}

.mabo-forms.small header h2{
    width: 100px;
    float: left;
}

.mabo-forms.small header p{
    width: 250px;
    line-height: 39px;
    vertical-align:bottom;
    clear: right;
}

.mabo-forms.small form input,
.mabo-forms.small form select,
.mabo-forms.small form textarea {
    width: 350px;
}

textarea.inp-main_text,
.mabo-forms form textarea.inp-main_text {
    height: 550px;
}

textarea.inp-main_text.activated,
.mabo-forms form textarea.inp-main_text.activated{
	height: 80%;
	left: 10%;
	position: fixed;
	top: 10%;
	width: 80%;
	z-index: 100;
}

textarea.inp-summary,
.mabo-forms form textarea.inp-summary {
    height: 130px;
}

.mabo-forms.small div.form-box div.two-inp input {
    width: 170px;
}

.mabo-forms.small div.box-send-button{
    width: 347px;
}

.mabo-forms.small button.big{
    height: 28px;
    line-height: 28px;
}

#mabo-sidebar .mabo-panel h2 a{
 	color: white;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-indent: 15px;
}