/**********************************************************************************************************************

    (c) 2015 EXPERTDESIGN

    skype:  expertdesign.hu, voip: 06-21-380-5870
    e-mail: info@expertdesign.hu, http://www.expertdesign.hu

***********************************************************************************************************************/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**********************************************************************************************************************

    (c) 2015 EXPERTDESIGN

    skype:  expertdesign.hu, voip: 06-21-380-5870
    e-mail: info@expertdesign.hu, http://www.expertdesign.hu

***********************************************************************************************************************/
body.pdf {
    /*
       * LegenerĂĄlt Unicode Arial a dompdf/fonts kĂśnytĂĄrban
       */
    font-family: Arial !important;
    /*
       *  Dompdf-el kĂŠszĂ­tett PDF-ben 0.75-el csĂśkkentem betĹąmĂŠretet (DOMPDF_FONT_HEIGHT_RATIO = 1.0 beĂĄllĂ­tĂĄs mellett)
       *  kĂźrĂślbelĂźl ez egyezik meg 0.8-al csĂśkkentett nyomtatĂĄsi kĂŠp mĂŠretĂŠvel (sortĂĄvot 1.5-rĹl 1-re csĂśkkentem)
       */
}
body.pdf table.megrendeles,
body.pdf p {
    font-size: 0.75em !important;
    line-height: 1 !important;
}
@media print {
    /*
       * NyomtatĂĄshoz 0.8-as betĹąmĂŠret csĂśkkentĂŠs
       */
    table.megrendeles,
    p {
        font-size: 0.8em !important;
    }
}
table.megrendeles {
    max-width: 800px;
    width: 100%;
    border-collapse: collapse;
    font: normal 12px Arial, sans-serif;
    margin-bottom: 15px;
    color: #565656;
}
table.megrendeles tr {
    border: 0 !important;
}
table.megrendeles td,
table.megrendeles th {
    font-weight: normal;
    padding: 5px 4px !important;
}
table.megrendeles thead th {
    background-color: #efefef;
    font-weight: bold;
    text-align: center;
}
table.megrendeles tbody th {
    text-align: left;
    white-space: normal !important;
}
table.megrendeles tbody td {
    text-align: right;
    vertical-align: top;
}
table.megrendeles tfoot td {
    text-align: right;
}
table.megrendeles tfoot tr:first-child {
    border-top: 1px dashed #c8beb4 !important;
}
table.megrendeles small {
    font-size: 11px;
    line-height: 1;
}
table.megrendeles .nowrap {
    white-space: nowrap;
}
table.megrendeles table {
    border-collapse: collapse;
    width: 100%;
}
table.megrendeles table td {
    border-bottom: 1px solid gray;
    text-align: left;
    padding: 0 10px;
}
table.megrendeles.fej {
    border: 1px solid #efefef;
}
table.megrendeles.fej thead th {
    font-size: 13px;
    background-color: #efefef;
    color: #565656;
    text-transform: uppercase;
}
table.megrendeles.fej td {
    vertical-align: top !important;
    text-align: left;
    width: 50%;
    line-height: 1.2;
    border: 1px solid #eeeeee;
    padding: 15px !important;
}
table.megrendeles.fej table td {
    padding: 0 !important;
    border: 0;
}
.opciok tbody td,
.opciok tbody th {
    border-bottom: 1px dotted #bbb;
}
.L {
    text-align: left;
}
.R {
    text-align: right;
}
.C {
    text-align: center;
}
.NW {
    white-space: nowrap;
}
.levelcim {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
    color: inherit !important;
    font-size: inherit !important;
}
* {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Open Sans", Helvetica, Arial;
    font-weight: 400;
    /* normal */
    background-color: #fff;
}
.kezdokep {
    width: auto;
    min-height: 512px;
    background: url(../img/banner.jpg) top center no-repeat;
    background-size: cover;
}
#ui-datepicker-div {
    z-index: 2000 !important;
}
/*****************************************************************************************************************************/
select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px !important;
    -moz-padding-end: 5px !important;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-image: url(../images/caret.png) !important;
    background-position: center right;
    background-repeat: no-repeat;
    height: 31px;
    padding-left: 5px;
}
textarea {
    resize: vertical;
}
ul.nav-tabs {
    margin-bottom: 25px;
}
.progress_ikon {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    display: none;
}
/**************************************************************************************************************************/
.sm-gutter {
    padding-left: 15px;
    padding-right: 15px;
}
.sm-gutter div[class*="col"] {
    padding-left: 1px;
    padding-right: 1px;
}
.sm-gutter div[class*="col"] label {
    margin-bottom: 0;
}
.row.bg {
    background-color: #eee;
}
/**************************************************************************************************************************/
.modal-header {
    color: #fff;
    background-color: #3A7BB5;
    border-color: #3A7BB5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.modal-header h4 {
    font-weight: 700;
}
.modal-md {
    max-width: 400px;
}
/**********************************************************************************************************************/
.navbar-brand {
    padding-top: 0;
}
.navbar-default {
    padding: 25px 0;
    background-color: #fff;
    border: none;
    border-bottom: 4px solid #248dc1;
    margin-bottom: 0;
}
.navbar-nav > li > a {
    font-size: 16px;
    font-weight: 600;
    /* semibold */
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #11435c !important;
}
.navbar-nav > li > a:hover {
    color: #e14504 !important;
}
.navbar-nav > li.active > a {
    background-color: #fff !important;
    color: #e14504 !important;
}
/**********************************************************************************************************************/
.doboz {
    margin: 20px 0 32px 0;
    background-color: #fff;
    -webkit-box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.6);
}
.doboz .doboz-cim {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -0.5px;
    color: #248dc1;
    padding-bottom: 10px;
}
/**********************************************************************************************************************/
.kalkulator-doboz {
    padding: 20px;
    max-width: 420px;
}
@media (max-width: 992px) {
    .kalkulator-doboz {
        margin: 20px auto 32px auto;
    }
}
/**********************************************************************************************************************/
.eloszo {
    margin: 50px 0;
    text-align: center;
}
.eloszo:before {
    content: "";
    display: table;
}
.eloszo h1 {
    font-family: "Titillium Web", sans-serif;
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #11435c;
}
.eloszo p {
    font-size: 17px;
    letter-spacing: -0.5px;
    color: #494a4e;
}
/**********************************************************************************************************************/
.miert ul {
    padding: 0;
    list-style-type: none;
    margin: 10px 0;
}
.miert ul:after {
    content: "";
    display: table;
}
.miert ul li {
    padding-left: 60px;

    background: url(../img/korpipa.png) left top no-repeat;
}
.miert ul li h2 {
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #11435c;
    padding-top: 5px;
}
.mod h2{
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: -0.5px;
    color: #11435c;

}
.miert ul li h3 {
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #11435c;
    padding-top: 10px;
}
/**********************************************************************************************************************/
.kek-inverz {
    background-color: #e2edf7;
    color: #248dc1;
    padding: 30px 0;
    margin-top: 20px;
}
/**********************************************************************************************************************/
.regisztracio_sav {
    height: 80px;
    width: 100%;
    background-color: #248dc1;
    padding-top: 14px;
    text-align: center;
}
.regisztracio_sav h2 {
    display: inline;
    vertical-align: middle;
    color: #fff;
    font-size: 22px;
     font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    
    text-transform: uppercase;
    margin-left: 40px;
}
.regisztracio_sav button {
    margin: 0 40px;
}
#csuszka {
    font-family: "Titillium Web", sans-serif;
    position: relative;
    overflow: auto;
    height: 83px;
}
#csuszka p {
    margin-top: 5px;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
#csuszka li {
    list-style-type: none;
    float: left;
}
@media (max-width: 768px) {
    #csuszka h2 {
        font-size: 18px;
    }
    #csuszka p {
        font-size: 13px;
    }
}
/**********************************************************************************************************************/
button.gomb,
a.gomb {
    font-family: "Open Sans", sans-serif;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-top-right-radius: 16px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 16px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-border-radius: 16px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 16px;
    -moz-background-clip: padding;
    border-radius: 16px;
    background-clip: padding-box;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    /* normal */
    color: #fff;
    border: 0;
    background-color: #e14504;
    cursor: pointer;
    /*
      i {
          margin-right: 6px;
      }

      span {
          margin-left: 6px;
      }
      */
}
button.gomb:focus,
a.gomb:focus {
    outline: none;
}
button.gomb:hover,
a.gomb:hover {
    background-color: #962e03;
    text-decoration: none;
}
button.gomb.masodlagos,
a.gomb.masodlagos {
    background-color: #6F7278;
}
button.gomb.masodlagos:hover,
a.gomb.masodlagos:hover {
    background-color: #4a4c50;
    text-decoration: none;
}
button.gomb.mini,
a.gomb.mini {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}
button.gomb.midi,
a.gomb.midi {
    min-width: 80px;
}
button.gomb.orias,
a.gomb.orias {
    position: relative;
    min-width: 200px;
    min-height: 46px;
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    font-weight: 700;
    /* Bold */
    letter-spacing: -0.5px;
    border-bottom: 4px solid #962e03;
    text-transform: uppercase;
    top: 0;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-border-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 8px;
    -moz-background-clip: padding;
    border-radius: 8px;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fc9468;
    -moz-box-shadow: inset 0px 1px 0px 0px #fc9468;
    box-shadow: inset 0px 1px 0px 0px #fc9468;
}
button.gomb.orias:hover,
a.gomb.orias:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: 4px;
    border: none;
}
button.gomb.disabled,
a.gomb.disabled {
    -khtml-opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
button.gomb.disabled:hover,
a.gomb.disabled:hover {
    background-color: #e14504;
    cursor: default;
}
/*****************************************************************************************************************************/
#nyil-jelzo {
    list-style-type: none;
    margin-left: 20px;
    margin-bottom: 15px;
}
#nyil-jelzo li {
    float: left;
    margin-left: -20px;
    height: 38px;
    margin-bottom: 2px;
}
#nyil-jelzo li:first-child div {
    padding-left: 10px;
}
#nyil-jelzo div {
    line-height: 38px;
    background: url(../images/nyil_jelzo_bg.png) bottom left repeat-x;
    color: #6F7278;
    padding-right: 0px;
    padding-left: 30px;
    z-index: 1;
    float: left;
    font-size: 14px;
}
#nyil-jelzo span.hegy {
    position: relative;
    /* IE z-index hiba */
    display: block;
    float: left;
    width: 20px;
    height: 38px;
    background: url(../images/nyil_jelzo_hegy.png) bottom right no-repeat;
    z-index: 2;
}
#nyil-jelzo li.aktiv div {
    color: #fff;
    background-position: top left;
}
#nyil-jelzo li.aktiv span {
    background-position: top left;
}
#nyil-jelzo li.rejtett {
    display: none;
}
.orias-gomb {
    width: 100%;
    overflow: hidden;
}
.orias-gomb img {
    height: 65px;
    margin: 10px 0;
}
.csomag-mezok .input-group {
    width: 100px;
}
/**************************************************************************************************************************/
.boritek-keret {
    /*
      background: url(../images/sraff.gif) top left repeat;
      padding: 10px;
      */
    margin: 20px 0;
}
.boritek-keret .boritek-lap {
    background-color: #efefef;
    padding: 25px;
}
.cim-keret {
    border: 2px dashed #ddd;
    padding: 15px;
}
.form-bg {
    background-color: #efefef;
    padding: 25px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-border-radius: 6px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 6px;
    -moz-background-clip: padding;
    border-radius: 6px;
    background-clip: padding-box;
}
.page-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-shadow: 1px 1px 2px #248dc1;
    background: url(../img/felho_sav.jpg?r=1) top center repeat-x;
    border-bottom: 1px solid #248dc1;
}
/**************************************************************************************************************************/
#lablec-info {
    padding: 30px 0;
    font-size: 12px;
    letter-spacing: normal;
    color: #eee;
    background-color: #4a4f55;
}
#lablec-info .row [class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}
#lablec-info h4 {
    font-weight: 700;
}
#lablec-info p {
    line-height: 1.6;
}
#lablec-info a {
    color: #eee;
    text-decoration: underline;
}
#lablec-info a:hover {
    color: #fff;
}
#lablec-info .gyorslinkek {
    padding-left: 0;
    list-style-type: none;
}
#lablec-info .gyorslinkek li {
    line-height: 1.6;
}
#lablec-info .gyorslinkek li span {
    vertical-align: middle;
    padding-right: 5px;
}
#lablec-info .gyorslinkek li a {
    color: #e9eaed;
}
#lablec-info #fb_tarto {
    position: relative;
    width: 165px;
    overflow: hidden;
}
#lablec-info #fb_tarto iframe {
    position: relative;
    left: -65px;
}
#lablec-kredit {
    width: auto;
    min-height: 56px;
    padding: 20px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    /* semibold */
    color: #eee;
    background-color: #25282a;
}
#lablec-kredit a,
#lablec-kredit button {
    color: #e9eaed;
}
/**************************************************************************************************************************/
.datagrid-tarto {
    margin-top: 15px;
}
table.megrendelesek {
    border: 1px solid #666;
    border-collapse: separate;
    font-size: 12px;
    width: 100%;
}
table.megrendelesek thead th {
    background: #E2E3E3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d2d2d2), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #d2d2d2 0%, #ffffff 100%);
    background: -moz-linear-gradient(center bottom, #d2d2d2 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #d2d2d2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2', GradientType=0);
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
}
table.megrendelesek thead th:first-child {
    border-left: 0;
}
table.megrendelesek tr:nth-child(odd) td {
    background-color: #f8f8f8;
}
table.megrendelesek tr:hover td {
    background-color: #d6d6e1;
    border-left-color: #d6d6e1;
    border-right-color: #d6d6e1;
}
table.megrendelesek tr.active td {
    position: relative;
    background-color: #3c85c4 !important;
    border-left-color: #3c85c4;
    border-right-color: #3c85c4;
    color: white !important;
}
table.megrendelesek tr.active td small,
table.megrendelesek tr.active td > a {
    color: white !important;
}
table.megrendelesek th {
    padding: 4px 5px;
}
table.megrendelesek td {
    border-left: 1px solid #fff;
    padding: 8px 10px;
}
table.megrendelesek td:first-child {
    border-left: 0;
}
table.megrendelesek td small {
    font-size: 11px;
}
/**************************************************************************************************************************/
.lapozo {
    margin-top: 10px;
}
/**************************************************************************************************************************/
#nyilatkozat {
    height: 600px;
    overflow-y: scroll;
}
#nyilatkozat h3 {
    font-size: 18px;
    margin: 10px 0;
}
#nyilatkozat p,
#nyilatkozat li {
    color: #868686;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
}
/**************************************************************************************************************************/
