/*************************************/
/******** DATEPICKER *****************/
/*************************************/
.bn-datepicker-container{
	float:none !important;
	position:relative;
}
.bn-datepicker-container div{
	float:none;
	/*text-align: center;*/
}

.bn-datepicker-container .dp-inputfield{
	display: inline-block;
	width: 12em;
}

.bn-download:hover {
	cursor: pointer;
}
.bn-download:after {
	font-family: FontAwesome;
	content: "\f1c1";
}

.bn-dp-icon{
	display: inline-block;
	width: 2em;
	cursor: pointer;
    text-align: center;
}
.bn-dp-calendar{
	position: absolute;
	left: 0;
	top: 2em;
	border: 1px solid #aaa;
	background-color: #fff;
	z-index: 2;
	width: 18.5em;
}
.dp-header{
	text-align: center;
	line-height: 2em;
	color: #4776E0;
	border-bottom: 1px solid #aaa;
}
.dp-change-month{
	display: inline-block;
	width: 2em;
	height: 2em;
	text-align: center;
	line-height: 2em;
	cursor: pointer;
}
.dp-change-month:hover{
	background-color: #4776E0;
	color: #fff;
}
.dp-prev-month{
	float: left;
}
.dp-next-month{
	float: right;
}
.dp-daynames{
	overflow: hidden;
	width: 17.5em;
	padding: .25em 0;
	margin: auto;
}
.dp-daynames span{
	display: block;
	float: left;
	width: 2.3em;
	height: 1.5em;
	color: #3F87FF;
	text-align: center;
	margin: 0 .1em .2em;
}
.dp-days{
	overflow: hidden;
	padding: .25em 0;
	width: 17.5em;
	margin: auto;
}
.dp-days span{
	display: block;
	float: left;
	width: 2.3em;
	height: 1.5em;
	line-height: 1.5em;
	border: 1px solid #CACACA;
	border-radius: .2em;
	text-align: center;
	margin: .1em;
	cursor: pointer;
	box-sizing: border-box;
}
.dp-days span:hover{
	background-color: #C5DAFF;
}
.dp-days span.bulk-day{
	cursor: default;
	border: 0 none;
}
.dp-days span.bulk-day:hover{
	background-color: transparent;
}
.dp-monday{
	clear: left;
}
.dp-days .dp-selected-day{
	border-color: #80B2FF;
	color: #003FA0;
	background-color: #DEE5EA;
}
.dp-footer{
	padding: .25em 2.5em;
}
.dp-footer span{
	display: inline-block;
	padding: 0 .5em;
	border-radius: .25em;
	line-height: 1.8em;
	color: #fff;
	background-color: #555;
	cursor: pointer;
}
.dp-footer span:last-child{
	float: right;
}
/*************************************/
/************ ADDRESS ****************/
/*************************************/
.bn-inputrow .cim-irszam{
	width: 30% !important;
}
.bn-inputrow .cim-varos{
	width: 65%;
	margin-left: 5%;
}
.cim-hazszam input{
	width: 5.4em !important;
}
.cim-emelet select{
	width: 10em !important;
}
.cim-emelet input{
	width: 7em !important;
}
.bn-inputrow button.help-button{
	display:none;
}

/*************************************/
/************ AG-GRID UFS*************/
/*************************************/
.ag-header {
	background-color: #09021c !important;
}

/*************************************/
/************ BANKACCOUNT*************/
/*************************************/
.bn-item .bankaccount{
	width: 6em;
}
.bn-item .bankaccount-wrapper{
	width: 18em;
}

/*************************************/
/************ PHONE ****************/
/*************************************/
.bn-item .phone-district{
	width: 6em;
}
.bn-item .phone-nr{
	width: 12em;
}

.filter.bn-inputrow {
	line-height: 2em;
	width: 50%;
}


/*************************************/
/************ FILTER ****************/
/*************************************/
.listrownumber {
	width: 2em !important;
    line-height: 23px;
}

.filter.bn-inputrow > label {
	display: block;
	float: left;
	padding-left: 6px;
	width: 145px;
}

.filter.bn-inputrow > div {
	width: 200px;
}

.ajanlat_loading-animation{
    background-color: rgba(255,255,255,.95);
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    width: 100%;
    height: 100%;
    min-height:3em;
    text-align: center;
    z-index: 99;
}
.ajanlat_loading-animation .msg{
    display: inline-block;
    padding: .75em 2em;
    line-height: 1.25em;
    /*background: transparent url(../images/loading.gif);*/
    background: linear-gradient(-45deg, white 25%, #f5f5f5 25%, #f5f5f5 50%, white 50%, white 75%, #f5f5f5 75%, #f5f5f5);
    background-size:1.27777em 1.277777em;
    border: 1px solid #aaa;
    border-radius: .25em;
    font-size: 1.5em;
    text-shadow: 1px 1px 1px #fff;
    animation: mymove 1.5s linear infinite;
    margin-top: 2em;
}
.bnframe{
    padding: 3px 8px;
    font-weight: bold;
    background-color: #cbe3fb;
    text-transform: capitalize;
}

.fullwidth{
    border: 1px solid #a6c9e2;
    margin-bottom: 10px;
    background-color: #eaf4fd;
}

.transclude_pad{
    padding: 10px;
}
.tarifa_listrow{
    /*width: 100%;*/
    width: auto;
}
.ajanlatheader{
    display:table;
    width:99.8%;
    /*border: 1px solid #ADADAD;*/
    border:1px solid #ADADAD;
    border-bottom-color: #2789c0;
    border-top-color: #2789c0;
}

.headerfirst{
    font-weight: bold;
}
.tarifa_list{
    /*width: 99.7%;*/
    width: auto;
}
.dr{
    float:left;
    display:table-column;
    font-size: 14px;
    font-family: arial;
    padding: 0 0 0 1%;
    line-height: 2em;
}

.elso{
    width: 12% !important;
    float:left;
    display:table-column;
    font-size: 14px;
    font-family: arial;
    padding: 0 0 0 1%;
    line-height: 2em;
}

.elso_header{
    width: 15% !important;
    float:left;
    display:table-column;
    font-size: 14px;
    font-family: arial;
    padding: 0 1% 0 0;
    line-height: 2em;
}

.id, .datum,
.modozat, .biztosito,
.szerzodo, .kezelo {
    width: 100%;
}

.kezelo, .szerzodo,
.modozat, .biztosito{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.id, .modozat, .szerzodo, .cegtarifa{
    font-weight: bold;
}
.masodik{
    width: 15% !important;
}

.harmadik{
    min-width: 25% !important;
    max-width: 25% !important;
}

.negyedik{
    width: 44% !important;
}

.cegtarifa {
    width: 100% !important;
    padding: 0;
}

/*.statusz{*/
    /*width: 50% !important;*/
    /*padding: 0;*/
/*}*/
/*.funkcio{*/
    /*width: 50% !important;*/
    /*padding: 0;*/
/*}*/

.cegtarifa_ceg, .statusz{
    width: 55%;
}
.cegtarifa_felh, .funkcio{
    width: 40%;
    float: right;
}

.cegtarifa_ceg,
.cegtarifa_felh{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /*padding: 0;*/
}

.clear{
    clear: both;
}

.baloldali, .jobboldali {
    width: 50%;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    line-height: 1.6em;
}

.bal, .jobb{
    width: 50%;
}

.ra-info{
    font-weight: bold;
}

.ra-div {
    width: 50%;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    line-height: 1.6em;
    margin-bottom: 10px;
}

.bn-listasor_funkcio_gombok div {
    border: 1px solid #FFFFFF;
    width: 24px;
    height: 24px;
    text-align: center;
    background-color: #525050;
    border-radius: 4px;
}

div.funkciogomb-szerkeszt {
    background-color: #2DA13A;
    text-align: center;
    float:left;
}

div.funkciogomb-info {
    background-color: #2789C0;
    text-align: center;
    float:left;
}
.funkciogomb-info:hover,
.funkciogomb-elozmeny:hover,
.funkciogomb-szerkeszt:hover{
    background-color: #E38F0A;
    cursor: pointer;
}

div.funkciogomb-elozmeny{
    text-align: center;
    float:left;
}

.bn-listasor_funkcio_gombok i {
    font-size: 1.2em;
    color: #fff;
    line-height: normal;
    margin-top: 5px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tarifa_list:nth-child(odd) .tarifa_listrow{
     background-color: #D5D5D5;
}

.tarifa_list .tarifa_listrow > .rl:hover > div{
    background-color: #2789C0;
    color: #fff;
}

div.tarifa_list div.tarifa_listrow {
    border: 1px solid #ADADAD;
}

div.tarifa_list div.tarifa_listrow:first-child{
    border-top: 0px solid #ADADAD;
    border-bottom: 1px solid #ADADAD;
}

.bnbs-tabs{
    padding-top: 5px !important;
}

.bntab-content{
    overflow: hidden;
    padding: 0 1%;
}

.tabs{
    border-bottom: 1px solid #ADADAD;
}

.tabbable{
    width: auto;
    /*width: 100%;*/
    border-right: 1px solid #ADADAD;
    border-left: 1px solid #ADADAD;
}
.tabbable ul {
    margin-bottom: 10px;
}

.close{
    margin: 12px 5px 0 5px;
    padding-top: 10px;
    padding-left: 6px;
    width: 10px;
    height: 10px;
}
.close > i{
    clear: both;
    float: right;
    margin-top: -7px;
}

.ra-hr{
    border-top: 1px solid;
}
.ra-function{
    width: 100%;
    /*padding: 10px 0;*/
    /*border-bottom: 1px solid;*/
}

.ra-function-label{
    width: 15%;
    float: left;
    clear: both;
    margin-top: 15px;
}

.orokloselect, .kezeloselect, .statuszselect{
    width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.ra-function-inner{
    padding: 10px 0;
}

.ra-function-btn{
    width: auto;
    height: 2em;
    float: right;
    margin-top: -21px;
    margin-right: 15px;
}
.ra-function-btn_stat{
    margin-right: 10px;
}
.ra-function-btndiv{
    clear:left;
}
.bn-inputrow textarea { /*dávid*/
    width: 99%;
    resize: vertical;
    overflow: auto;
    font-family: Arial;
    font-size: 14px;
    padding: .2em 0 0 0.2em;
}

.bn-inputrow > div{
    width: 100%;
}

.megjlheader, .emaillheader{
    font-weight: bold;
    border-bottom: 1px solid;
    overflow: hidden;
}

.megjltid{
    width: 10%;
    text-align: center;
}

.megjlmegj{
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.megjldatum{
    width: 18%;
}

.megjlfelh{
    width: 17%;
}

.megjlista div > div,
.emaillista div > div {
    font-size: 12px;
}

.megjlid, .emailid{
    width: 5%;
    text-align: center;
}

.emaildatum{
    width: 15%;
}

.emailtargy{
    width: 45%;
}
.emailfelh{
    width: 20%;
}

.emailstatusz{
    width: 15%;
    text-align: center;
}

.biztosito_rep{
    border-bottom: 1px solid #a6c9e2;
    margin-bottom: 2em;
    margin-top: 1.2em;
}

.biztosito_rep:last-child{
    border: 0;
    margin-bottom: 0;
}

.buttonrow{
    height: 34px;
    width: 100%;
}

.buttonrowbal{
    width: 49%;
}
.buttonrowjobb{
    width: 49%;
}

.biztositok, .biztneve,
.ajanlatkerok,.csatoltdocs,
.xls_gen{
    font-weight: bold;
}
.biztositok div,
.biztositok label,
.biztositok_form label{
    font-size: 12px !important;
}

.biztneve{
    font-size: 14px;
    line-height: 2em;
}

.biztkuld input[type=text]{
    font-size: 12px !important;
}

.biztkuld{
    width: 105%;
}

.biztkuld .filter.bn-inputrow > label {
    display: block;
    float: left;
    padding-left: 6px;
    width: 35%;
    margin-bottom: 3px;
}

#form-biztosito > div >  div.negyedik{
    width: 25% !important;
}

.biztvissza > .bn-inputrow .bn-datepicker-container,
.biztkiadva > .bn-inputrow .bn-datepicker-container,
.biztelfogadd > .bn-inputrow .bn-datepicker-container {
    width: 106%;
}

.biztelfogadd .bn-dp-calendar,
.biztkuld .bn-dp-calendar{
    top: -8em;
}

.biztvissza .bn-dp-calendar{
    top: -10em;
}

.biztelfogadd .bn-dp-calendar{
    left: -7em;
}

.biztositok .harmadik {
    width: 20%;
    min-width: 20% !important;
}

.biztositok_form .harmadik {
    width: 20%;
    min-width: 20% !important;
}

.biztvissza input[type=text],
.biztkiadva input[type=text],
.biztelfogadd input[type=text]{
    font-size: 12px;
}

.biztositok_form .dp-inputfield{
    width: 72%;
}

.biztures a{
    clear: both;
    font-weight: bold;
}

.biztures i {
    float: right;
    padding: 1px 3px 0 0;
    font-size: 22px;
}

.biztar{
    margin-top: 3px;
    width: 100%;
    text-align: right;
}

.biztar .bn-inputrow input[type=text] {
    width: 75.8%;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    float: left;
    margin-right: 5px;
    clear:both;
}

.biztositok_form > .negyedik{
    width: 15% !important;
    font-size: 12px;
}

.biztmasodiksor{
    border-bottom: 1px solid;
    overflow: hidden;
    margin-bottom: 7px;
}

.biztures{
    content: "\007C\00a0\00a0";
}

.biztajanlat,
.biztallapot{
    width: 100%;
}

.biztajanlat .bn-inputrow input[type=text]{
    font-size: 12px;
    /*width: 90%;*/
}

.biztallapot select {
    font-size: 12px;
    width: 46%;
}

.megjegyzes_ablak{
    width: 100%;
    overflow: hidden;
}

.allapot_megj,
.feltok_megj{
    margin-top: 1em;
}

.allapot_megj > div div,
.feltok_megj > div div {
    width: 100% !important;
}

.allapot_megj > div,
.feltok_megj > div {
    width: 100% !important;
}

.allapot_megj textarea,
.feltok_megj textarea{
    font-size: 14px;
}

.feltok_megj .bn-gomb-kek{
    margin: 1em 1em 0 1em;
}

.szurkebutton{
    width: 100%;
    background-color: #D5D5D5;
    border-top: 1px solid #ADADAD;
    border-bottom: 1px solid #ADADAD;
}

.bn-ablakv2 p:last-child{
    position:absolute !important;
    padding: 0 !important;
}

.selected div{
    background-color:#000000;
    color: #ffffff;
}

#gfb-search-form .bn-inputrow > div {
    width: 250px !important;
}

#gfb-tabs > .bntab-content{
    padding: 0 !important;
    width: auto !important;
}

#gfb-search-form-bottom .bn-inputrow textarea {
    width: 97% !important;
    margin: 0 1% !important;
}

#docstab{
    overflow: hidden;
}

#docstab .jobboldali,
#docstab .baloldali{
    border: 0;
    width: 49%;
}

#docstab .jobboldali input[type=text],
#docstab .jobboldali input[type=file],
#docstab .jobboldali input[type=button],
#docstab .jobboldali select{
    font-size: 12px;
}

#docstab .jobboldali p {
    width: 100%;
    margin-bottom: 0;
}

.ajanlatkerok,.csatoltdocs,.xls_gen{
    font-size: 13px;
}

.a_funkcio{
    margin: 1em 0;
    width: 100%;
}

#ajanlatkero_table,
#upload_table{
    /*border: 1px solid red;*/
    overflow: hidden;
}

#docstab .jobboldali a,
#docstab .baloldali a,
#docstab .jobboldali a:visited,
#docstab .baloldali a:visited{
    color: #535353;
}

.ajanlatkero_table_input,
.upload_table_input{
    width: 8%;
    float:left;
}

.ajanlatkero_table_linkek,
.upload_table_linkek{
    width: 11%;
    float:left;
}

.ajanlatkero_table_linkek > i,
.upload_table_linkek > i{
    font-size: 16px;
}
.ajanlatkero_table_datum,
.upload_table_datum{
    width: 21%;
    float:left;
}
.ajanlatkero_table_info,
.upload_table_info{
    width: 60%;
    float:left;
}

.csatolt_submit{
    margin-top: 1em;
    margin-bottom: 1em;
}

.xls_gen{
    margin-top: 2em;
}

.hianyzo_doc{
    background-color: #bb2121;
    padding: 0 10px;
    margin-bottom: 1em;
    border: 3px solid red;
    border-radius: 10px;
}

.hianyzo_doc p{
    color: white;
    font-weight: bold;
}

.hianyzo_doc ul{
    color: yellow;
    list-style-type: disc;
    margin-left: 2em
}

.ajanlatkerok_uzenet{
    text-align: center;
    font-size: 14px;
}

.ajanlatkerok_uzenet input[type=button],
.hianyzo_doc_uzenet,
.biztosito_uzenet{
    margin-bottom: 1em;
}

.biztosito_uzenet{
    font-size: 13px;
}

.refresh{
    float: right;
    top: -1.6em;
    position: relative;
    font-size: 20px;
    color: #2da13a;
}

.labelhider .bn-inputrow label{
    display:none !important;
}

.labelhider .bn-inputrow select{
    font-size: 12px;
    width: 20%;
    margin-left: 2%;
    float:left;
}

.labelhider .filter.bn-inputrow{
    width: 100% !important;
}

.labelhider .filter.bn-inputrow > div{
    width: 100% !important;
}

#form-biztosito .labelhider .bn-inputrow select{
    margin: 0;
    width: 100%;
    float: none;
}

.ajanlatkero_gomb input[type=button]{
    background-color: #ffff00;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    font-size: 14px;
    width: 25em;
    height: 3em;
}

.ajanlatkero_gomb input[type=button]:hover{
    background-color: #2789c0!important;
    color: white;
}

.bizt_grey{
    background-color: #808080 !important;
}

.bizt_blue{
    background-color: #2789c0 !important;
}

.bizt_lightblue{
    background-color: #81c3ff !important;
}

.bizt_green{
    background-color: #2DA13A !important;
}

.bizt_lightgreen{
    background-color: #32c73e !important;
}

.bizt_red{
    background-color: red !important;
}

.bizt_lightblue,
.bizt_red,
.bizt_grey,
.bizt_blue,
.bizt_green,
.bizt_lightgreen{
    height: 3em;
    width: 100%;
    color: white !important;
    border: 1px solid black;
    border-radius: 5px;
    padding: 0 0 0.3em 0.3em;
    cursor: pointer;
    font-weight: bolder;
    font-size: 16px;
    line-height: 1.7em;
}

.bizt_green:hover,
.bizt_red:hover,
.bizt_grey:hover,
.bizt_blue:hover,
.bizt_lightblue:hover,
.bizt_lightgreen:hover{
    background-color: orange !important;
}

.bizt_grey i,
.bizt_green i,
.bizt_blue i,
.bizt_red i,
.bizt_lightblue i,
.bizt_lightgreen i{
    font-size: 17px;
    padding-left: 20%;
}

.biztosito_szinek_div{
    margin-bottom: 1.5em;
    overflow: auto;
}

.biztosito_szinek_egy{
    float: left;
    width: 25%;
}

.biztosito_szinek_ketto,
.biztosito_szinek_harom{
    float:left;
    width: 35%;
}

.biztosito_szinek_div input[type=color]{
    border: none !important;
    background: none !important;
}
