﻿.rpa_labels {
Height:16px;
color :black ;
}

.rpa_labels_l {
Height:16px;
color :black ;
font-size :large ;
}

.rpa_radio{
Height:16px;
color :white;
}

.rpa_fejlec{
Height:18px;
color :white;
font-size : x-large ;
}
.rpa_fejlec_b{
Height:18px;
color :black;
font-size : x-large ;
}

.rpa_listbox{
font-family :Courier New, Courier, monospace  ;
font-size : large   ;
}

.rpa_textboxs_x {
Height:20px;
color :black ;
font-size :x-large ;
}

.rpa_textboxs_l {
Height:20px;
color :black ;
font-size :large ;
text-transform :uppercase ;
vertical-align :middle ;
}

.rpa_textboxs_m {
Height:16px;
color :black ;
font-size :medium ;
background-color :White ;
}

.rpa_textboxs_mu {
Height:16px;
color :black ;
font-size :medium ;
background-color :White ;
text-transform :uppercase ;
}

.rpa_textboxs_s {
Height:16px;
color :black ;
font-size : 12px  ;
background-color :White ;
}

.rpa_drop{
font-family :Courier New, Courier, monospace  ;
font-size : small   ;
max-height: 200px;
overflow: scroll;
position: relative;
}
.divFullScren {
    min-height: 100%;
    min-width: 100%;
    background-color: #9F9F9F;/**/
    /*background-color: Transparent;
    /*Átlátszóság*/
    background: rgba(64, 64, 64, 0.5);
    /*To support IE 5.5 to 8 we need to use vendor-specific CSS 'gradient filter:' So you need to add this.*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f404040, endColorstr=#7f404040);*/
    /*-ms :filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f404040, endColorstr=#7f404040);*/
    /*Kell, hogy letakarja az ablakot*/
    position: absolute;
    z-index: 10000;
    /*Ha ez nincs a kontrolok alatt jelenik meg*/
    top: -5px;
    left: -5px;
    /*display:none;*/
}
.divNaptar {
    min-height: 100%;
    min-width: 100%;
    background-color: Transparent ;
    /*Átlátszóság*/
    background: rgba(64, 64, 64, 0.3);
    /*To support IE 5.5 to 8 we need to use vendor-specific CSS 'gradient filter:' So you need to add this.*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f404040, endColorstr=#7f404040);
    /*Kell, hogy letakarja az ablakot*/
    position: absolute ;
    z-index: 10000;
    /*Ha ez nincs a kontrolok alatt jelenik meg*/
    top: -5px;
    left: -5px;
    /*display:none;*/
}

.divMsgBorder {
    background-color: white;
    height: 157px;
    width: 500px;
    border: 1px solid #9F9F9F;
    padding: 3px;
    position: relative;
    margin :auto;
    margin-top: 15%;
}
.divNaptarBorder {
    background-color: Transparent;
    height: 200px;
    width: 230px;
    border: none;
    padding: 3px;
    position: relative;
    margin :auto;
    margin-top: 15%;
}
.tdMsgLeft {
    text-align: left;
}
.tdMsgCenter {
    text-align: center ;
}

.tdMsgFooter {
    border-top: 1px solid #9F9F9F;
    text-align: right;
    font-size: .95em;
}
.divMsg {
    height: 60px;
    overflow: auto;
}
.divMsgdatum {
    height: 200px;
    overflow: auto;
    text-align :center ;
}
.btnMsgFontSize {
    font-size: .95em;
}
.rpa_koz_ki_lab{
color :black;
width : 120px
}
