﻿body {
    margin: 0;
    padding: 0;
}

p {margin-top:0; margin-bottom:0}

.magenta {
    /*color: #e3097f;*/
    color: #e2007a;
}

@font-face {
  font-family: 'GillFont';
  src: url('fonts/GillSansMTPro-Medium.woff') format('woff'),
       url('fonts/GillSansMTPro-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'OpSans';
    src: url('fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpSansLight';
    src: url('fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'OpSansBold';
    src: url('fonts/OpenSans-Bold.ttf') format('truetype');
}

.div_full_page {
    position: relative;
    top: 0;
    left: 50%;
    width: 960px;
    margin-left: -480px;
    height: auto;
}

.div_pagetitle {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    font-family: OpSansLight;
    font-size: 22px;
    line-height: 62px;
    color: #e2007a;
    color: #464646;
    box-sizing: border-box;
}

.div_pagetitle_report {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 38px;
    font-family: OpSansLight;
    font-size: 18px;
    line-height: 38px;
    color: #e2007a;
    color: #464646;
    box-sizing: border-box;
}

.div_pagesubtitle {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-family: OpSansBold;
    font-size: 14px;
    color: #464646;
    border-bottom: 1px solid #a3a3a3;
    padding-top: 6px;
}

.div_list_of_reports {
    position: relative;
    top: 20px;
    float: left;
    width: 50%;
    height: 350px;
    box-sizing: border-box;
}

.div_comments_of_reports {
    position: relative;
    top: 45px;
    float: right;
    width: 50%;
    height: 356px;
    /*background: url('pics/tab/riportlista_magyarazat_keret.png');*/
    background-repeat: no-repeat;
    background-position: center center;
    padding: 2px 2px 2px 2px;
    font-family: OpSans;
    font-size: 9pt;
    text-align: justify;
    border-top: 1px solid #9f9f9f;
    border-bottom: 1px solid #9f9f9f;
    border-left: 1px dotted silver;
    box-sizing: border-box;
}

.div_interstital_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #000;
    opacity: 0.8;
    z-index: 102;
    display: none;
}

.div_interstital_popup {
    position: fixed;
    top: 50px;
    left: 50%;
    width: 624px;
    height: auto;
    margin-left: -312px;
    background-color: #fff;
    box-sizing: content-box;
    padding: 0px 20px 0px 20px;
    z-index: 103;
    box-shadow: rgba( 0, 0, 0, 0);
    display: none;
}

    .div_interstital_popup p {
        padding-bottom: 10px;
    }

/*TAB*/
.tabs .ajax__tab_header:after {
        clear: both;
    }

.tabs .ajax__tab_header:before, .tabs .ajax__tab_header:after {
    content: "";
    display: table;
    padding: 0;
    margin: 0;
}

.tabs .ajax__tab_header {
    display: inline-block;
    font-family:OpSans;
    font-size:10pt;
    background:url('pics/tab/tab-line.gif') repeat-x bottom;
    width: 100%;
    height: 26px;
}

.tabs .ajax__tab_outer {
    padding-right:21px;
    height:25px;
}

.tabs .ajax__tab_inner {
    padding-left:9px;
}

.tabs .ajax__tab_tab {
    height: 25px;
    margin:0px;
}

.tabs .ajax__tab_hover .ajax__tab_outer {
    cursor:pointer;
    background:url('pics/tab/tab_hover_outer.png') no-repeat right;
}

.tabs .ajax__tab_hover .ajax__tab_inner {
    cursor:pointer;
    background:url('pics/tab/tab_hover_inner.png') no-repeat;
}

.tabs .ajax__tab_hover .ajax__tab_tab {
    cursor:pointer;
    background:url('pics/tab/tab_hover.png') repeat-x;
}

.tabs .ajax__tab_active .ajax__tab_outer {
    background:url('pics/tab/tab_outer.png') no-repeat right;
}

.tabs .ajax__tab_active .ajax__tab_inner {
    background:url('pics/tab/tab_inner.png') no-repeat;
}

.tabs .ajax__tab_active .ajax__tab_tab {
    background:url('pics/tab/tab_tab.png') repeat-x;
}

.tabs .ajax__tab_disabled {
    color: #A0A0A0;
}

.tabs .ajax__tab_body {
    font-family: OpSans;
    font-size: 10pt;
    border-bottom: 1px solid #9f9f9f;
    padding: 8px 8px 8px 8px;
    background-color: #ffffff; 
    text-align: left;
    margin-top: -6px;
}

a.ajax__tab_tab{ color: #464646 !important; }

.hlinkreport
{
    font-family: OpSans;
    font-size:  10pt;
    /*color: #464646;
    border-left: 2px solid #e3097f;
    border-right: 2px solid #e3097f;*/
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.div_report_set_wizard {
    position: relative;
    top: 30px;
    float: left;
    width: 600px;
    height: auto;
    border-left: 1px dotted silver;
    border-right: 1px dotted silver;
    font-family: OpSans;
    font-size: 10pt;
}

.div_report_set_wizard_panel {
    position: relative;
    top: 0;
    left: 0;
    width: 592px;
    height: auto;
    padding-left: 8px;
     text-align: left;
}

.smalltext, .smalltextbold {
    font-family: OpSans;
    font-size: 10pt;
}

.smalltextbold {
    font-family: OpSansBold;
}

.xsmalltext, .hlinkxsmall {
    font-family: OpSans;
    font-size: 8pt;
    color: #464646;
}

.wizzard_checkboxlist
{
    font:   11px Verdana;
    color: #464646;
    width: 200px;
    text-align: left;
}

    .wizzard_checkboxlist input {
        width: auto;
    }

.wizzardcombobox
{
    font:   11px Verdana;
    color: #464646;
}
.wizzardlistbox
{
    font:   11px Verdana;
    color: #464646;
}

.buttonforward, .buttonbackward {
    font-family: OpSansBold;
    font-size: 10pt;
    text-align: center;
    width: 80px;
    height: 26px;
    padding: 0;
    cursor: pointer; 
}

.buttonforward {
    background-color: #e2007a;
    color: #fff;
    border: 1px solid #e2007a;  
}

.buttonbackward {
    background-color: #fff;
    color: #e2007a;
    border: 1px solid silver;  
}

.buttonnewquery {
    position: absolute;
    top: 50%;
    right: 0;
    width: 120px;
    height: 30px;
    margin-top: -15px;
    background-color: #e2007a;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 30px;
    font-family: OpSansBold;
    font-size: 10pt;
    text-decoration: none;
}

/*GRIDVIEW*/
.gridviewrowdatasheet
{
    color: #464646;
    font: 8pt Verdana;
    text-align: left;
    padding-left:5px;
    height: 24px;
}

.gridlinesdatasheet
{
    border-bottom: 1px solid silver;
    border-top: 1px solid silver;
    border-left-style: hidden;
    border-right-style: hidden;
}
.gridviewcelldatasheet
{
    color: #464646;
    font: 8pt Verdana;
    text-align: left;
    padding-left: 10px;
    border-left: 2px solid #464646;
}

.gridlines
{
    border: 1px solid silver;
    border-left-style: hidden;
}

    .gridlines td{
        min-width: unset;
    }

.gridviewheader
{
    background-color: #E3097F;
    color: White;
    font: 8pt Verdana;
    font-weight: 600;
    text-align: center;
    height: 45px;
    padding: 5px 5px 5px 5px;
}

    .gridviewheader td {
        text-align: center;
    }
.gridviewheader_rightborder
{
    background-color: #E3097F;
    color: White;
    font: 8pt Verdana;
    font-weight: 600;
    text-align: center;
    height: 45px;
    padding: 5px 5px 5px 5px;
    border-right-width: medium;
}
.gridviewheaderperiod
{
    color: #464646;
    font: 7pt Verdana;
    font-weight: bold;
    text-align: center;
    height: 15px;
    padding-left: 5px;
    padding-right: 5px;
}
.gridviewrow
{
    color: #464646;
    font: 8pt Verdana;
    text-align: left;
    max-height: 50px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.gridviewrow_rightborder
{
    color: #464646;
    font: 8pt Verdana;
    text-align: left;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border-right-width: medium;
    border-right-color: #464646;
}
.gridviewrow_hand
{
    color: #464646;
    font: 8pt Verdana;
    text-align: left;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}
.gridviewrowtotal
{
    color: #464646;
    background-color: #d7d7d7;
    font: 8pt Verdana;
    font-weight: bold;
    text-align: right;
    height: 26px;
    padding-left: 5px;
    padding-right: 5px;
}
.gridviewrowgrandtotal
{
    color: white;
    background-color: #464646;
    font: 8pt Verdana;
    font-weight: bold;
    text-align: right;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.gridcellalignleft
{
    text-align: left;
}
.gridfirstcell td
{
    border-left-style: none;
}
.gridlastcell td
{
    border-right-style: none;
}

.gridselectedrow {
    background-color: #F5C0D2;
}

.gridcellhidden {
    max-height: 30px;
    overflow: hidden;
    background-image: url(pics/more.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    cursor: pointer;
}

.gridcellshown {
    max-height: unset;
    cursor: pointer;
    background-color: #F5C0D2;
}


/*EXCEL EXPORT BUTTON*/
.div_excel_export {
    display: table-cell;
    position: relative;
    top: 0;
    left: 0;
    width: 49%;
    height: 50px;
    line-height: 50px;
    border-left: 1px dotted silver;
    padding-left: 8px;
    font-family: OpSans;
    font-size: 11pt;
    color: #464646;
}

/*DATASHEET BUTTON*/
.div_show_datasheet {
    display: table-cell;
    position: relative;
    top: 0;
    right: 0;
    width: 49%;
    height: 50px;
    line-height: 50px;
    border-left: 1px dotted silver;
    padding-left: 8px;
    font-family: OpSans;
    font-size: 11pt;
    color: #464646;
}

#div_tooltip {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-top: -75px;
    margin-left: -200px;
    padding: 10px 10px 10px 10px;
    border: 2px solid #464646;
    text-align: center; 
    font-family: OpSans;
    font-size: 10pt;
    color: #464646;
    overflow: scroll; 
    background-color: #fff;
    display: none;
    z-index: 100;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

.cbx_nda {
    position: absolute;
    left: 14px;
    width: 20px;
}

    .cbx_nda input {
        width: 20px;
    }

.cbx_nda_text {
    position: absolute;
    left: 40px;
    font-weight: 300;
    font-size: 14px;
}

