﻿@font-face {
    src: url(Fonts/AeonisLTPro-Regular.otf);
    font-family: AeonisLTPro-Regular;
    /*font-weight: bolder;*/
}

@font-face {
    src: url(Fonts/AeonisLTPro-Bold.otf);
    font-family: AeonisLTPro-Bold;
    /*font-weight: bolder;*/
}

.CRMLabel_HelpText_Regular {
    font-family: 'AeonisLTPro-Regular';
    font-size: 9pt;
    color: #959595;
}

.CRMLabel_HelpText_Bold {
    font-family: 'AeonisLTPro-Bold';
    font-size: 9pt;
    color: #959595;
}

/*HEADER BEGIN*/
.elDobogo_Header {
    background-color: white;
    width: 100%;
}

.elDobogo_Header_Logo {
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #ececec;
}
/*HEADER END*/

/*FOOTER BEGIN*/
#Footer {
    display: flex;
    align-items: stretch;
    background-color: #959595;
}

#Copyright {
    display: none;
}

.elDobogo_Footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    font-family: 'AeonisLTPro-Regular';
    font-size: 9pt;
    color: #fff;
    text-align: center;
}

.elDobogo_Footer_Top {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
}

.elDobogo_Footer_Bottom {
    width: 100%;
    padding-top: 40px;
}

#top-arrow {
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-size: 42px;
    color: #d6ae63;
    text-shadow: 2px 2px #444040;
    z-index: 9999999 !important;
}

    #top-arrow img {
        width: 70px;
    }

    #top-arrow :hover {
        color: white;
    }

/*FOOTER END*/

/*MODUL BEGIN*/
.Modul_Header_div {
    display: flex;
    flex-direction: column;
}

.modul_title {
    text-align: center;
    font-family: 'AeonisLTPro-Regular';
    font-size: 20pt;
    color: #959595 !important;
}

.ModulImage {
    display: none;
}

.ModulButtons {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    flex-wrap: wrap;
}

.cmd_lbControl {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'AeonisLTPro-Regular';
    font-size: 20pt;
    color: #959595 !important;
    padding: 10px;
}

    .cmd_lbControl:hover {
        text-decoration: none;
        color: #959595;
    }

/*MODUL END*/

 .elDobogoButtonCancel {
        background-image: url(Images/eldobogo-imperial-vissza-gomb.png);
        width: 182px;
        height: 182px;
    }

    .elDobogoButtonSave {
        background-image: url(Images/eldobogo-imperial-mentes-gomb.png);
        width: 182px;
        height: 182px;
    }

    .elDobogoButtonHottracked {
        /*background-position: -44px 0px;*/
    }

    .elDobogoButtonPressed {
        /*background-position: -88px 0px;*/
    }

