html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 120px;
    display: flex;
    height: 70vh;
}

.container {
    display: flex;
}

.navbar {
    padding-top: 40px;
    margin-bottom: 20px;
}

.navbar-brand img {
    position: relative;
    margin-top: -55px;
}

body > .container {
    padding-bottom: 20px;
}

.iqon {
    background-image: url(images/eqon_body.png);
    background-repeat: no-repeat;
    background-position: center 30px;
}

.eqon {
    background-image: url(images/iqon_body.png);
    background-repeat: no-repeat;
    background-position: center 30px;
}

.thinkron {
    background-image: url(images/thinkron_body.png);
    background-repeat: no-repeat;
    background-position: center 30px;
}

.tovabbi {
    background-image: url(images/tovabbi_body.png);
    background-repeat: no-repeat;
    background-position: center 30px;
}

.list {
    margin-top: 130px;
}

.help {
    font-weight: bold;
    color: #b42224;
}

.footer {
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 220px;
    line-height: 15px; /* Vertically center the text there */
    background-color: #000000;
    color: white;
    padding-top: 15px;
    overflow: none;
    margin-bottom: 0;
    background-image: url(images/footer_top_back.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    font-size: 12px;
}

.footer a {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #ada8a8;
    text-decoration: none;
}

.footer a:hover {
    color: #6d88c4;
}

.footer h3 {
    font-family: arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #ada8a8;
}

.footerAfter {
    height: 40px;
    background-image: url(images/footer_bottom_back.png);
    background-repeat: repeat-x;
    color: #ada8a8;
    font-size: 13px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footerCell {
/*    border-right: ;*/
}

.footer-divider {
    width: 2px;
    height: 120px;
    float: right;
    background-image: url(images/footer_divider.png);
    background-repeat: no-repeat;
    margin-top: -20px;
}

.footer-links {
    float: left;
}

.small {
    font-size: 11px;
    color: #666;
}

.panel {
    border-width: 0;
    border-radius: 0;
    width: 100%;
}

.panel-title {
    color: white;
}

.panel-body {
    background-color: white;
    border: solid #EEEEEE 1px;
    height: 100%;
}

.panel-info>.panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    display: table;
    width: 100%;
}

.panel-heading-body {
    border: none;
    background-image: url(images/header_back.png);
    background-repeat: repeat-x;
    height: 75px;
    max-height: 75px;
    display: table-cell;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-style: italic;
		vertical-align: top;
}

.panel-heading-right {
    width: 46px;
    height: 75px;
    max-width: 46px;
    max-height: 75px;
    background-image: url(images/header_right.png);
    background-repeat: no-repeat;
    display: table-cell;
}

.navbar-decoration {
    height: 40px;
    background-image: url(images/footer_bottom_back.png);
    background-repeat: repeat-x;
    position: absolute;
    top: 50px;
    width: 100%;
}

.login {
    text-align: center;
}

.social-icon {
    width: 30px;
    margin-right: 10px;
    float: left;
    vertical-align: middle;

}

.social-icons p {
    margin-bottom: 40px;
}

.footer-links-left {
    float: left;
    margin-right: 30px;
}

.footer-links-right {
    float: right;
}

.list-group-item:hover {
    background-image: url(images/list_hover_back.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.row {
    width: 100%;
}

.flexrow {
    display: flex;
}

.flexcol {
    display: flex;
}

td {
    height: 3em;
}

.languages img {
    width: 25px;
    margin-top: -5px
}