.nsr_kupac_list_group {
    height:200px; 
    overflow-y:scroll;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.hiba {
    color: #a94442;
}

.sikeres {
    color: #009700;
}

.client {
    margin-top: 50px !important;
    margin-bottom: 10px !important;
}

.pr_ddlb {
    padding-right: 37px;
}

.pr_ddlb_pipa {
    padding-right: 57px;
}

.pr_input_pipa {
    padding-right: 37px;
}

.pr_addon {
    padding-right: 60px;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.form-group .form-control-feedback {
    pointer-events: initial; /* initial or - auto or -  unset -> TOOLTIP miatt */
}

.bbzindex {
    z-index: 10100 !important;
}

/* >>> v1.13 RM92 */
.te_felh_hozzarendelve_alap {
    background-color: #ffffff;
    color: #000000;
}
/* <<< v1.13 RM92 */

#show-user-name{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    position: -webkit-sticky;
    position: sticky;
    top:51px;
    z-index: 1000;
    border-bottom: 1px #bce8f1 solid ;
    margin-bottom: 15px;
    color: #31708f;
    background-color: #d9edf7;
}

.list-group-gyakpar{
    max-height: 300px;
    margin-bottom: 10px;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
}

/* GYIK */
.gyik-video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 arány */
  height: 0;
  overflow: hidden;
}

.gyik-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 arány */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
