@import url("engmedsys_base.css");


.divbody
{

    box-shadow: 0px 0px 12px 6px #888;
    width: 100%;    
    margin: auto;
    margin-top: 36px;
    padding: 0px;
    /*border-bottom: 1px solid #0b5394;    */
}

.cont-header,.cont-menu,
.cont-detail,.cont-footer,
.row-contact
{
    width: 100%;    
    margin: auto;
    padding: 0px;
    background-color: #FFF;
    /*border-bottom: 1px solid #0b5394;    */
}

.cont-menu
{
    text-align: center;
}

.col_menu
{
    min-width: 200px;
}

.cont-header
{
    
    border-left: 1px solid #089ab1;
    border-top: 1px solid #089ab1;
    border-right: 1px solid #089ab1;
}

.cont-footer
{
    line-height: 2;
    margin-bottom: 18px;
    background-color: #089ab1;
    color: #FFF;    
    }
.cont-menu
{
    border-left: 1px solid #089ab1;
    border-right: 1px solid #089ab1;    
}

.cont-detail
{
    padding: 18px;
    border-left: 1px solid #089ab1;
    border-right: 1px solid #089ab1;
}

.col-header-title
{
    font-size: 48px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.logo
{
    width: 100%;
}

.ems_menuitem
{
    font-size: 21px;
    line-height: 2;
    text-align: center;
    background-color: #089ab1;
    color: #FFF;
    margin: 6px;
    height: auto;
    min-width: 200px;
}

.ems_menuitem:hover
{
    background-color: #66d8eb;
    color: #FFF;
    /*border-radius: 6px;*/
}


.col-detail
{
    text-align: center;
}

.col-preferences
{
    border: 1px solid #089ab1;
    background-color: #DAF5FA;
    margin: 6px;
    padding: 12px;
}


.col-projekt, .contact-form, .col-main
{
    background-color: #DAF5FA;    
    border: 1px solid #089ab1;
    color: #089ab1;
    padding: 6px;
    margin: 6px;
}

.col-projekt
{
        
}

.contact-form
{    
    margin: 0 15% 0 15%;
}

.col-main
{
    text-align: left;
    padding-left: 20px;
    margin: 20px;
}

.contact-cell-left,.contact-cell-right
{
    margin: 6px;
}

.contact-cell-left
{
    text-align: right;
}

.contact-cell-right
{
    text-align: left;    
}

.btn-action
{
    margin: 6px;
    width: 126px;
}


.row-contact
{
    border-bottom: 1px solid #089ab1;
    border-top: 1px solid #089ab1;
    line-height: 2;
    margin-bottom: 18px;    
}


.row-termek-subtitle,
.row-termek-subtitle2
{
    background-color: #089ab1;
    color: #FFF;    
    
}

.row-termek-subtitle
{
    font-size: 32px;
    text-align: center;
}


.row-termek-subtitle2
{
    line-height: 2;
    font-size: 24px;    
}

.btn-refs
{
    width: 150px;
    border: 1px solid #089ab1;
    margin: 6px;
    
}


.div_details
{
   padding: 12px;
   text-align: justify;
   text-align-last: left;
}