body {
    min-width: 990px;
    background-color: #e5e3df;
}
body, ul {
    padding: 0;
    margin: 0; 
    font-family: 'Roboto', sans-serif;
    height: 100%;
    font-size: 11pt;
    color: #555;
}
img {
    border: 0;
}
b {
    font-weight: 700;
}
a {
    text-decoration: none;
    color: #012a68;
    font-weight: 500;
}
.hidden {
    display: none;
}
/*  colors  */
a.button, #loginbox input.button {
    color: #012a68;
    border: 1px solid #012a68;
}
a.button:hover, #loginbox  input.button:hover {
    color: #fff;
    background: #012a68;
    border: 1px solid #012a68;
}
#banners a.button {
    color: #555;
    border: 1px solid #555;
}
#banners a.button:hover {
    color: #fff;
    background: #012a68;
    border: 1px solid #012a68;
}
#banners > div:hover a.button {
    color: #012a68;
    border: 1px solid #012a68;
}
#banners > div:hover a.button:hover {
    color: #fff;    
}
.active {
    background-color: #eee;
}
#content {
    background-color: #e5e3df;
}
#categories > ul > a:hover li{
    background-color: #eee;
}
.top-menu li:hover, .top-menu li.active {
    background-color: #eee;
}
.top-menu a, #app-logo a, #version-logo a{
    color: inherit;
}
#languagebox li:hover {
    color: #012a68;
}
#loginbox h3 {
    color: #555;
}
.description {     
    color: #fff;    
    background-color: #012a68;    
    cursor: pointer;
}
#version-logo {    
    color: #000;
}
#banners > div:hover {
    /*color: #41b1f2;*/
    background-color: #f4f4f4;
}
.red {
    color: #f00;
}

/*  borders */
#banners > div {
    border-bottom: 1px solid #dcdcdc;
}
#banners > div:first-child {
    border-right: 1px solid #dcdcdc;
}
#infoboxes {
    
}
#header {
    border-bottom: 1px solid #dcdcdc;        
}
#fixed {
    border-right: 1px solid #dcdcdc;    
}
#categories ul ul li {
    border-left: 1px solid #bababa;
}
#categories ul ul li:hover {
    border-left: 1px solid #012a68;
    color: #012a68;
}
.top-menu li {
    border-bottom: 1px solid #fff;
    border-radius: 3px;
}
#languagebox li:not(:last-child) {
    
}

#loginbox input[type="submit"] {
    border: 1px solid #012a68;
    color: #012a68;    
}

#loginbox input {
    border: 1px solid #ccc;
}

#loginbox > div:first-child {
    /*border-right: 1px dotted #ccc;*/
}

.description a {
    color: #fff;
    border: 1px solid #fff;
}

/* opacity */

#projects > div .description {
    transition: opacity 0.2s ease;
}

#projects > div:hover .description {
    opacity: 0.8;
}


/*  layout  */

.clear{
    clear: both;
}
.center {
    text-align: center;
}

#fixed {
    float:left;
    width:308px;
    box-sizing: border-box;    
    transition: width 500ms;
    margin-top: 71px;
    background-color: #fff;
}
.large #fixed {
    width: 550px;
}

#content {
    
    height: 100%;
}

.top-menu li {
    display: inline-block;
    padding: 0 1em;
    box-sizing: content-box;
    margin: 10px 0;
    line-height: 50px;
}
#categories {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 30px;
}
#categories a {
    color: inherit;
}
#categories ul ul {
   padding-left: 60px; 
}
#categories ul ul li {
    padding-left: 12px;    
    margin-top: 10px;
    font-size: 10pt;
    line-height: 15px;
}
#categories li {
    display: block; 
    padding-left: 40px;
    padding-right: 15px;
    cursor: pointer;
}
#categories > ul > a:not(:first-child) li  {
    margin-top: 22px;
}
#categories > ul > a li  {
    padding-top: 5px;
    padding-bottom: 5px;
}
#maindiv {
    background-color: #fff;
    clear: both;
}

#header > div {
    display: inline-block;
}
#header {       
    width: 100%;
    box-sizing: border-box;  
    height: 71px;    
    line-height: 69px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    background-color: #fff;
    position: fixed;
}
#header .top-menu {
    float: right;   
}
#version-logo {
    padding-left: 40px;
    padding-bottom: 0;
    padding-top: 1px;
    font-size: 20pt;
    height: 120px;    
    font-weight: 300;
}

#version-logo img {
    display: block;
    margin-top: 40px;
    margin-bottom: 10px;
}


.padding, .padding-inside > div {
    padding: 15px;
    padding-left: 40px;
    padding-right: 30px;
}

#app-logo {
    font-size: 14pt;
    margin-top: -5px;
    font-weight: 300;
    float: left;
}
#app-logo span {
    font-weight: 300;
}

#infoboxes {
    margin: 0 auto -44px;
    min-height: 100%;
    padding-top: 0;
    font-size: 10pt;
    background-color: #fff;
}

#infoboxes h2 {
    font-weight: 400;
}
#infoboxes p {
    font-size: 10pt;
    line-height: 17pt;
}
#infoboxes ul {
    font-size: 10pt;
    padding-left: 30px;
    line-height: 17pt;
}
#infoboxes img {
    border: 1px solid transparent;
    border-radius: 5px;
}

#side-button {
    position: fixed;
    left: 237px;
    z-index: 5;
    cursor: pointer;
    top: 50%;
    margin-top: -29px;
    transition: left 500ms;
}

.large #side-button {
    left: 479px;
}

.image {
    width: 100%;
    height: 100%;
    overflow: hidden;       
}
.image img {
    width: inherit;
    height: inherit;
    overflow: hidden;
}


#projects > div {
    width: 25%;
    height: 365px;
    cursor: pointer;
    padding-right: 3px;
    padding-bottom: 3px;
    box-sizing: border-box;
}

.description {
    bottom: 365px;
}

#projects > div {    
    text-align: center;
    float: left;    
}

.description {    
    width: 100%;
    height: 100%;
    position: relative;    
    opacity: 0;
    padding: 10px;
    padding-top: 9%;
    box-sizing: border-box;
    margin-right: 2px;
    margin-top: 2px;    
}

.description a {
    font-size: 11pt;
    font-weight: 300;
    opacity: 1;
    width: 60%;
    margin: auto;
    display: block;
    padding: 2% 0;
    border-radius: 4px;
    cursor: pointer;
}


.description .title {
    font-size: 25pt;
    line-height: 70pt;
    font-weight: 100;
    opacity: 1;
    margin-bottom: 25px;
    cursor: pointer;
}
#banners > div * {
    
}
#banners > div, .banner {
    width: 50%;
    float: left;
    background-color: #fff;
    padding: 20px;
    padding-bottom: 38px;
    box-sizing: border-box;
    cursor: pointer;
}

#banners .fullWidth {
    
}

#banners > div img {
    float: left;
    width: 90%;
    
}
#banners > div > div  {
    float: left;        
    box-sizing: border-box;
}
#banners > div h2, #banners > div h3 {
    font-weight: 400;
    margin-top: 0;
}
#banners > div p {
    font-size: 9pt;
    line-height: 13pt;
    max-width: 440px;
}
a.button {
    font-size: 10pt;    
    opacity: 1;
    width: 90px;
    text-align: center;
    height: 27px;
    
    margin: auto;
    display: block;
    padding: 3px;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box;
    margin-top: 90px;
}
div.first {    
    width: 20%;
    
}
div.second {    
    width: 60%;
    
}
div.third {    
    width: 20%;
    
}
#loginMenuButton li{
    background-color: #dfdfdf;
}
#loginMenuButton li.active{
    background-color: #cacaca;
}
#loginbox h3 {
    margin-top: 0;    
    font-weight: 400;
}
#loginbox {
    position: absolute;
    width: 680px;
    height: 300px;    
    background-color: #fff;
    box-sizing: border-box;
    z-index: 5;
    border: 1px solid #dcdcdc;   

}

#loginbox .or {
    position: absolute;
    height: 100%;
    text-align: center;
    width: 100%;
    line-height: 300px;
    font-size: 9pt;
    color: #555;
    z-index: -1;
}

#loginbox > div:not(.or):not(.arrow) {
    padding: 50px;
    padding-top: 35px;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    text-align: center;    
}

#loginbox input {
    display: block;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
    height: 50px;
    margin-bottom: 8px;
    background-color: #fff;
    padding: 0 15px;
}

#loginbox input[type="submit"] {
    font-size: 10pt;
    font-weight: 600;
    padding: 0;
}

.languageArrow {
    vertical-align: middle;
    margin-left: 5px;
}

#languagebox {
    position: absolute;    
    text-align: left;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 5;
    width: 110px;    
}

#languagebox ul {
    list-style: none;
    font-size: 10pt;
    padding: 0 0;
}

#languagebox li {
    cursor: pointer;
    padding: 8px 23px;
    z-index: 2;
}

#languagebox li:hover {
    background-color: #eee;
}


#languagebox a {
    color: inherit;
    font-weight: 400;
}

div.arrow {
    background-color: #fff;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -8px;
    left: 10px;

    -webkit-transform: scaleY(0.8) rotate(45deg);
    -moz-transform: scaleY(0.8) rotate(45deg);
    -o-transform: scaleY(0.8) rotate(45deg);
    -ms-transform: scaleY(0.8) rotate(45deg);
    transform: scaleY(0.8) rotate(45deg);
}

#languagebox div.arrow {
    left: 45px;
    z-index: -1;
}

#loginbox div.arrow {
    left: 600px;
}

#closeModalDialog {
    position: fixed;
    right: 40px;
    top: 40px;
    cursor: pointer;
    z-index: 999;
}

a.deleteSchema {
    margin-bottom: 5px;
}

.dialogFrm {
    padding: 5px 3em;
}
.dialogFrm input[type='text'], .dialogFrm textarea {
    width: 100%;
    box-sizing: border-box;
    padding: .9em;    
}
.dialogFrm input[type='file'], .dialogFrm input[type='text'], .dialogFrm textarea {
    font-size: 9pt;
}
.dialogFrm input[type='text'] {
    font-weight: 500;
    border-radius: 2px;
    border: 1px solid #dfdfdf;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    margin-bottom: 10px;
}
.dialogFrm textarea {
    height: 150px;
    margin-top: 0px;
    border-radius: 2px;
    border: 1px solid #dfdfdf;
}

label {
    font-weight: 500;
    font-size: 8pt;
    position: absolute;
    margin-left: 8px;
    line-height: 4px;
    background: #fff;
    padding: 0 4px;    
    color: #adadad;
    margin-top: -1px;
}

input[type='submit'] {
    cursor: pointer;
}

.push {
    height: 36px;
}

#copyright {
    font-size: 9pt;
    width: 308px;
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
    transition: width 500ms;
}
.large #copyright {
    width: 550px;
}

#copyright.fixed {
    position: fixed;
    bottom: 0px;
    background-color: #fff;
}

#fineLine {
    display: none;
    position: fixed;
    top: 70px;
    left: 307px;
    width: 1px;
    height: 100%;
    background-color: #dcdcdc;
    transition: left 500ms;
}

.large #fineLine {
    left: 549px;
}

.sidePanelMore {
    opacity: 0;
    overflow: hidden;
    height: 0;
    transition: height 500ms, opacity 500ms;
    
}

.large .sidePanelMore {
    opacity: 1;
    height: 350px;   
    
}

/* jquery ui overrides */

.ui-widget a {
    color: #000;
}

.ui-widget-overlay {
   background: #012a68;
   opacity: .80;
   filter: Alpha(Opacity=80);
}

.ui-widget-header {
    border: 0;
    background: transparent;
    color: #000;
    font-weight: bold;
}

.ui-widget-content {
    border: 0;
    background: transparent;
    color: #000;
    font-weight: 300;
}
.ui-dialog {
    border: 0;
    background: #fff;
    color: #000;
    
    overflow: visible;
    padding-bottom: 1em;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #012a68;
    border-radius: 3px;
    background: transparent;
    font-weight: 400;
    font-size: 11pt;
    color: #000;    
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
.ui-dialog .ui-dialog-title {
  font-size: 18pt;
  font-weight: 300;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 2em 2em;
    padding-bottom: 0;
}
.ui-dialog .ui-dialog-content {
    padding: 0 2em;
}

.ui-dialog .ui-widget-content {
    padding: 3em 4em;
    padding-top: 0;
    padding-bottom: 1em;
    line-height: 1.8em;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 3em 4em;
    padding-top: 2em;
    padding-bottom: 1em;    
    text-align: center;
}
.ui-dialog .ui-dialog-title {
    font-size: 24pt;
    font-weight: 300;
    text-align: center;
}
.ui-button {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 100%;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    width: 33%;
    left: 33%;
    position: relative;
}

@media (max-width: 1150px) {
    div.first {    
        width: 20%;
    
    }
    div.second {    
        width: 80%;
        
    }
    div.third {    
        float: none;
        left: 20%;
        display: block;
        position: relative;
        
    }

    div.third a {
        margin-top: 0;
    }
    
}

/*

@media (max-width: 1024px) {
    #content > div {
        width: 265px;
        height: 265px;    
    }
    .description {
        bottom: 265px;
    }
    .description .title {
        font-size: 40pt;
        line-height: 42pt;
    }
    
}


@media (min-width: 1300px) {
    #content > div {
        width: 340px;
        height: 339px;    
    }
    .description {
        bottom: 339px;
    }    
    #fixed {        
        width:314px;
    }
}

@media (min-width: 1400px) {
    #content > div {
        width: 370px;
        height: 370px;    
    }
    .description {
        bottom: 370px;
    }    
    #fixed {        
        width:314px;
    }
}

@media (min-width: 1600px) {
    #content > div {
        width: 333px;
        height: 333px;    
    }
    .description {
        bottom: 333px;
    }    
    #fixed {        
        width:332px;
    }
}



@media (min-width: 1850px) {
    #content > div {
        width: 400px;
        height: 400px;    
    }
    .description {
        bottom: 400px;
    }    
    #fixed {        
        width:303px;
    }
}


*/