/*
zöld: #739433;
v_zöld: #9fcf27;

kék: #1c69ad;
v_kék: #2079c7;

piros: #af3b1e;
v_piros: #c94422;

sötét_szürke: #737881;

*/


body{
    font-family: Helvetica, sans-serif, Arial;
    font-weight: 300;
}

/* neon testreszabás */

hr{
    margin: 4px auto;
    border-top: 1px solid rgba(170,171,174,0.5)
}

.tile-stats hr{border-top: 1px solid #fff;}

a{color: #737881}

.badge{
    background-color: #d1d1d1;
    color: #fff;
    font-weight: 500;
}

/*fieldset{text-align: center;}*/

.bordered-right {
    border-right: 1px solid #eeeeee;
}

.tile-stats,
.tile-progress {
    cursor: pointer;
}

.tile-stats {
    height: 200px;
    padding: 10px 20px;
}

.tile-stats h3{
    font-size: 14px;
}

.tile-icon{
    font-size: 64px;
}

.tile-stats  p{
    font-size: 11px;
}

.tile-progress .tile-header span{
    font-size: 10px;
}


.tile-progress {
    width: 49%;
    float: left;
    margin: 1px 1px 0;
}

.tile-progress.tile-green .tile-progressbar span{
    max-width: 100%;
}

.tile-progress .tile-header h3 {
    font-size: 13px;
}

.tile-progress .tile-footer {
    padding: 6px 10px;
}

.tile-progress .tile-footer h4{
    font-size: 12px;
}

.tile-progress .tile-header {
    padding: 10px;
    height: 72px;
}

.tile-stats.tile-green,
.tile-progress.tile-green,
.progress-bar-success,
.badge.badge-success,
.label-success,
.toast-success {
    background-color: #6db515;
}

.tile-stats.tile-green:hover {
    background-color: #8ac443;
}

.tile-stats.tile-orange,
.tile-progress.tile-orange,
.progress-bar-warning,
.badge.badge-warning,
.label-warning,
.toast-warning {
    background-color: #ee7d14;
}

.tile-stats.tile-orange:hover{
    background-color: #f19742;
}

.tile-stats.tile-blue,
.tile-progress.tile-blue,
.progress-bar-blue,
.badge.badge-blue,
.label-blue {
    background-color: #3cb1d5;
}

.label-lock {
    cursor: not-allowed;
}

.tile-stats.tile-blue:hover{
    background-color: #62c0dd;
}

.tile-stats.tile-red,
.tile-progress.tile-red,
.progress-bar-danger,
.badge.badge-danger,
.label-danger,
.toast-error {
    background-color: #da411b;
}

.tile-stats.tile-red:hover {
    background-color: #e16648;
}

.toast-info {
    background-color: #3cb1d5;
}

.alert-large {
    border-radius: 5px;
}

.alert-large-i {
    font-size: 10em;
}

@media (max-width: 767px) {
    .alert-large-i {
        font-size: 5em;
    }
}

.alert-large-tasks {
    margin: 5px 0 15px 0;
}

.alert-large-tasks div {
    text-align: center;
}

.alert-large-tasks i {
    font-size: 5em !important;
    display: block;
}

@media(max-width: 768px){
    .alert-large-tasks i {
        font-size: 2em !important;
    }
}

.alert-large h1,
.alert-large h2,
.alert-large h3 {
    color: #fff;
}

.alert-blue {
    background-color: #3cb1d5;
    border-color: #3cb1d5;
    color: #fff;
}

.alert-success {
    background-color: #6db515;
    border-color: #6db515;
    color: #fff;
}

.alert-info {
    background-color: #dbc8d2;
    border-color: #dbc8d2;
}

.alert-info,
.alert-info h1,
.alert-info h2,
.alert-info h3 {
    color: #6c1443;
}

.alert-warning {
    background-color: #ee7d14;
    border-color: #ee7d14;
    color: #fff;
}

.alert-warning-other {
    background-color: #7f4f77;
    border-color: #bda7bc;
    color: #fff;
}

.alert-error,
.alert-danger {
    background-color: #da411b;
    border-color: #da411b;
    color: #fff;
}

.alert a {
    color: #fff;
    font-weight: bold;
}

.alert a:hover {
    color: #fff;
}

.alert-info a, .alert-info a:hover {
    color: #6c1443;
    text-decoration: underline;
    font-weight: normal;
}

.text-danger {
    color: #da411b;
}

@media(max-width: 768px){
    #boxContact{margin:/*15px*/ 0 auto;}
    .row.flex{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.notifications.dropdown .dropdown-menu {
    width: 500px;
}

@media(max-width: 768px){
    .notifications.dropdown .dropdown-menu-quicksearch {
        width: 350px;
    }

    .notifications.dropdown .dropdown-menu-quickcreate {
        width: 350px;
    }
}

.notifications.dropdown .dropdown-menu > li.external a,
.notifications.dropdown .dropdown-menu > li > p a{
    color: #737881;
}

.notifications.dropdown .dropdown-menu > li.external a:hover,
.notifications.dropdown .dropdown-menu > li > p a:hover{
    color: #6db515;
}

.dropdown-menu > li .scroller {
    max-height: 400px !important;
}

.dropdown-left {
    left: auto;
    right: 0 !important;
}


.login-page,
.login-page .login-form{
    background: #EFEEEC;
    border-top: 1px dotted rgba(170,171,174,0.3);
}

.page-container .main-content{
    border-left: 1px dotted rgba(170,171,174,0.5);
    background: #efeeec;
}

.panel-default{
    margin-bottom: 0;
    border-right: none;
    width: 100%;
}

.panel .panel-default{
    margin-bottom: 10px;

    -moz-box-shadow: 0 0 10px 0 rgba(149,191,249,0.3);
    -webkit-box-shadow: 0 0 10px 0 rgba(149,191,249,0.3);
    box-shadow: 0 0 10px 0 rgba(149,191,249,.3);
}

#lastContract, #dashboardPanelTab, #dashboardPanelPriorities, #panelDefaultStat, #panelSalesStat, #panelContactStat, #panelWorkStat{
    /*overflow-x: auto;
    overflow-y: hidden;*/
    padding: 0;
    margin: 10px auto 0;
    background: #fff;
    width: 100%;

    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}

#dashboardPanelStat, #lastContract{padding: 0;}

#panelDefaultStat h4{text-align: left;}

.login-page .login-header,
.page-container .sidebar-menu{
    background-color: #d1d1d1;
}


/* autofill háttérszín*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    box-shadow: 0 0 0 1000px white inset;
}

.login-page .login-form:before{
    position: absolute;
    content: '';
    left: 50%;
    top: -1px;
    margin-left: -12.5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 13px 12.5px 0 12.5px;
    border-color: #d1d1d1 transparent transparent transparent;
    bottom: -13px;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}


.login-page .login-form .form-group .input-group,
.login-page .login-form .form-group .input-group.focused{
    border: 1px solid rgba(170,171,174,0.1);

    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
}

.login-page .login-form .form-group .input-group{
    background-color: #fff;
}

.input-group-addon{
    color: #6db515;
}
.login-page .login-form .form-group .input-group .input-group-addon:after{
    background: #6db515;
}

.login-page .login-form .form-group .input-group .form-control,
.login-page .login-bottom-links .link{
    color: #949494;
}

.login-page .login-form .form-group .btn-primary{
    text-align: center;
    background-color: #6db515;
    border: 1px solid rgba(255,255,255,0.3);

    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
}
.login-page .login-form .form-group .btn-primary:hover{
    background: #6db515;
}

.login-page .login-form .form-group .btn-login i{
    float: inherit;
}


.btn-default{
    /* TODO: ez miért volt benn? dialog ablakban elcsúsztak a gombok */
    /*margin: 2px auto;*/
    color: #737881;

    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.btn-default:hover{
    background-color: #6db515;
    color: #fff;
}

.btn-default.btn-icon.icon-left{line-height: 1em;}
.login-page .login-bottom-links .link:hover{color: #6db515;}

.page-container .sidebar-menu .logo-env{padding: 20px;}
.page-container.sidebar-collapsed .sidebar-menu .logo-env > div.sidebar-collapse{margin-top: 0;}

/*Gombok*/
.proba-gomb {display: inline-block; width: 150px; height: 36px; padding: 2px 5px 0; font-size: 10px; line-height: 130%; color: #fff; text-decoration: none; margin: 5px; vertical-align: top; font-weight: bold; text-align: center; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75); box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);}
/*.proba-gomb:hover {color: #fff;}*/
.gomb-sarga1 {background: #873601; margin: 20px 5px;}
.gomb-sarga2 {background: #d8701b; margin: 20px 5px;}
.gomb-zoldes1 {background: #596e36; margin: 20px 5px;}
.gomb-zoldes2 {background: #5e9327; margin: 20px 5px;}
.gomb-kek1 {background: #297a8f; margin: 20px 5px;}
.gomb-kek2 {background: #40c6eb; margin: 20px 5px;}
.gomb-lila1 {background: #4b2f46;}
.gomb-lila2 {background: #694863;}
.gomb-lila3 {background: #483046;}
.gomb-lila4 {background: #674a66;}
.gomb-piros1 {background: #832906;}
.gomb-piros2 {background: #b83308;}
.gomb-zoldes3 {background: #3b6010;}
.gomb-zoldes4 {background: #58a500;}

.page-container .sidebar-menu {z-index: 5;}
.sidebar-collapsed .facebook-buttons {display: none;}
.facebook-buttons p {text-align: left; padding: 0 25px 5px 19px; color: #737881; background: url("../neon/images/fb_ico.png") top left no-repeat;}
.facebook-buttons {padding: 0; margin: 0 0 0 27px; color: #737881;}
.facebook-buttons .fb-like {padding: 0 0 0 19px;}
.page-container .sidebar-menu #main-menu {margin: 0 0 15px;}
.fb-li {display: none; text-align: center;}
.sidebar-collapsed .fb-li {display: block;}
.ico-fb {display: inline-block; width: 14px; height: 14px; margin: 0 !important; background: url("../neon/images/fb_ico.png") top left no-repeat;}

.gomb-lila {display: inline-block; width: 168px; height: 36px; padding: 2px 5px 0; line-height: 130%; color: #fff; text-decoration: none; margin: 5px 10px 5px 0; background: url('../neon/images/gomb_lila.png') top left no-repeat; vertical-align: top; font-weight: bold; text-align: center;}
.gomb-zold {display: inline-block; width: 168px; height: 36px; padding: 0 5px; line-height: 36px; color: #fff; text-decoration: none; margin: 5px 10px 5px 0; background: url('../neon/images/gomb_zold.png') top left no-repeat; vertical-align: top; font-weight: bold; text-align: center;}
.gomb-zold:hover,
.gomb-lila:hover {color: #000;}
.kattints-gomb {margin: 120px 0 10px;}
#views-row-4 .kattints-gomb img {width: 159px;}

.footer {width: 100%; float: left; clear: both; margin: 10px 0 0;}
.views-row {width: 100%; /*float: left;*/ clear: both; margin: 10px 0 20px; position:  relative;}
#views-row-arak img,
.inline-elem img,
#views-row-4 img,
#views-row-5 img {width: 100%; max-width: 100% !important; height: auto !important; float: none !important; clear: both; display: block; margin: 5px auto !important;}
.views-row h2 {font-weight: bold; font-size: 15px;}
#views-row-info {text-align: center;}
.inline-elem {display: inline-block; width: 100%; max-width: 45%; margin: 15px 2%; padding: 0; vertical-align: top;}
.inline-elem img {width: 100%; max-width: 450px !important; text-align: left; margin: 5px 0 !important;}
.inline-elem h2,
.inline-elem p {text-align: left; padding: 0 10px; margin: 0;}
hr {/*float: left;*/ width: 100%; clear: both;}

#infos {text-align: center; width: 100%; max-width: 1000px; margin: 0 auto;}
#infos .kepes {display: inline-block; margin: 15px 5px; text-align: left; font-weight: bold; font-size: 16px;}
#infos .kepes a {display: inline-block; max-width: 290px !important;}
#infos .kepes img {width: 100% !important;}

.ico-1 {display: inline-block; width: 21px; height: 15px; background: url('../neon/images/ico-1.png') top left no-repeat; top: 3px !important; left: 3px;}
.ico-2 {display: inline-block; width: 21px; height: 15px; background: url('../neon/images/ico-2.png') top left no-repeat; top: 3px !important; left: 3px;}
.ico-3 {display: inline-block; width: 21px; height: 15px; background: url('../neon/images/ico-3.png') top left no-repeat; top: 3px !important; left: 3px;}
.ico-4 {display: inline-block; width: 21px; height: 15px; background: url('../neon/images/ico-4.png') top left no-repeat; top: 3px !important; left: 3px;}
.ico-5 {display: inline-block; width: 21px; height: 15px; background: url('../neon/images/ico-5.png') top left no-repeat; top: 3px !important; left: 3px;}

.aras {display: block; width: 100%; text-align: center; padding: 0; margin: 10px 0;}
.aras li {list-style: none; display: inline-block; text-align: center; padding: 0 0 0 60px; margin: 10px; vertical-align: top; width: 300px; height: 95px; overflow: hidden;}
.aras li p,
.aras li a {color: #fff; text-decoration: none; font-size: 11px;}
.aras li .nagy {font-size: 16px; padding: 8px 0; display: block;}
.aras #hatteres-1 {background: url('../neon/images/arak_01.png') top left no-repeat;}
.aras #hatteres-2 {background: url('../neon/images/arak_02.png') top left no-repeat;}
.aras #hatteres-3 {background: url('../neon/images/arak_03.png') top left no-repeat;}

#nagytabla {text-align: center; background: #729d28; width: 100%; max-width: 914px; margin: 10px auto; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
#nagytabla h2 {color: #fff; font-size: 18px; font-weight: bold; padding: 10px 0 5px;}
#nagytabla .inline-tabla {width: 100%; max-width: 300px; margin: 0; padding: 0; display: inline-block; vertical-align: top; border: 1px #729d28 solid;}
#nagytabla .inline-tabla h2 {background: #4d691c; color: #fff; height: 35px; line-height: 35px; font-size: 16px; font-weight: bold; margin: 0 0 2px; padding: 0;}
#nagytabla .inline-tabla .tabla-content {background: #fff; height: 535px; padding: 10px; text-align: left;}
#kistabla {margin: 10px auto; width: 100%; max-width: 914px; text-align: center;}
#kistabla h2 {color: #fff; font-size: 16px; font-weight: bold; margin: 0; padding: 10px 0; background: #729d28;}
#kistabla h2.lekerekitett {-webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;}
#kistabla h2.lekerekitett2 {-webkit-border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;}
#kistabla p {padding: 40px 20px; margin: 0; background: #fff; font-size: 15px;}
#elosztott-tabla {width: 100%; max-width: 90%; margin: 10px auto; text-align: center;}
#elosztott-tabla .sor {width: 100%; max-width: 31%; margin: 1%; padding: 0; display: inline-block; vertical-align: top; text-align: center;}
#elosztott-tabla .sor h2 {font-size: 16px; font-weight: bold;}

#nagytabla-2 {text-align: center; width: 100%; margin: 20px auto; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; text-align: center;}
#nagytabla-2 h2 {color: #fff; font-size: 18px; font-weight: bold; padding: 10px 0 5px;}
#nagytabla-2 .inline-tabla {width: 100%; max-width: 320px; margin: 0 10px; padding: 0; display: inline-block; vertical-align: top;}
#nagytabla-2 .inline-tabla h2 {color: #fff; font-size: 16px; font-weight: bold; margin: 0; padding: 10px 0;}
#nagytabla-2 .inline-tabla .tabla-content {background: #fff; height: 430px; padding: 10px; text-align: left;}
#nagytabla-2 .inline-tabla .tabla-bottom {padding: 10px; text-align: left; height: 125px;}
#nagytabla-2 .inline-tabla .also-tabla {margin: 20px 0; padding: 0;}
#nagytabla-2 .lekerekitett {-webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;}
#nagytabla-2 .lekerekitett2 {-webkit-border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;}
#nagytabla-2 .inline-tabla .also-tabla h2 {color: #fff; font-size: 16px; height: 35px; line-height: 35px; font-weight: bold; margin: 0; padding: 0; background: #729d28;}
#nagytabla-2 .inline-tabla .also-tabla p {display: table-cell; width: 320px; vertical-align: middle; padding: 0 20px; margin: 0; background: #fff; font-size: 14px;}

#nagytabla-2 #tabla-1 h2,
#nagytabla-2 #tabla-1 .tabla-bottom {background: #7d6b7b;}
#nagytabla-2 #tabla-2 h2,
#nagytabla-2 #tabla-2 .tabla-bottom {background: #60545e;}
#nagytabla-2 #tabla-3 h2,
#nagytabla-2 #tabla-3 .tabla-bottom {background: #86b82f;}
#nagytabla-2 #tabla-3 .also-tabla p {font-size: 12px; padding: 19px 0;}

#nagytabla-3 {text-align: center; width: 100%; margin: 20px auto; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; text-align: center;}
#nagytabla-3 h2 {color: #fff; font-size: 18px; font-weight: bold; padding: 10px 0 5px;}
#nagytabla-3 .inline-tabla {width: 100%; max-width: 320px; margin: 0 10px; padding: 0; display: inline-block; vertical-align: top;}
#nagytabla-3 .inline-tabla h2 {color: #fff; font-size: 16px; font-weight: bold; margin: 0; padding: 10px 0;}
#nagytabla-3 .inline-tabla .tabla-content {background: #fff; height: 430px; padding: 10px; text-align: left;}
#nagytabla-3 .inline-tabla .tabla-bottom {padding: 10px; text-align: left; height: 150px; font-size: 12px;}
#nagytabla-3 .inline-tabla .also-tabla {margin: 20px 0; padding: 0;}
#nagytabla-3 .lekerekitett {-webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;}
#nagytabla-3 .lekerekitett2 {-webkit-border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;}
#nagytabla-3 .inline-tabla .also-tabla h2 {color: #fff; font-size: 16px; height: 35px; line-height: 35px; font-weight: bold; margin: 0; padding: 0; background: #729d28;}
#nagytabla-3 .inline-tabla .also-tabla p {display: table-cell; width: 320px; vertical-align: middle; padding: 0 20px; margin: 0; background: #fff; font-size: 14px;}

#nagytabla-3 #tabla-1 h2,
#nagytabla-3 #tabla-1 .tabla-bottom {background: #7d6b7b;}
#nagytabla-3 #tabla-2 h2,
#nagytabla-3 #tabla-2 .tabla-bottom {background: #60545e;}
#nagytabla-3 #tabla-3 h2,
#nagytabla-3 #tabla-3 .tabla-bottom {background: #473d44;}

.teljes-tabla {width: 90%; background: #729d29; color: #fff; padding: 20px; text-align: center; margin: 20px auto; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.teljes-tabla h2 {font-size: 40px; padding: 0 0 20px; margin: 0; color: #fff;}

#kapcsolat-form {text-align: left; margin: 0}
.urlap-cim {margin: 10px 0 10px 120px;}
#kapcsolat-form .form-item {margin: 5px auto; line-height: 30px; width: 100%; max-width: 568px; clear: both;}
#kapcsolat-form .kell {color: red;}
#kapcsolat-form label {display: inline-block; width: 200px; padding: 0 5px 0 0; margin: 0; text-align: right; vertical-align: top; /*font-weight: bold;*/}
#kapcsolat-form select {display: inline-block; width: 304px; height: 30px; padding: 0; margin: 0; border: 1px #999 solid; background: #fff;}
#kapcsolat-form input {display: inline-block; width: 304px; height: 30px; padding: 0 5px; margin: 0; border: 1px #999 solid; background: #fff;}
#kapcsolat-form textarea {display: inline-block; width: 304px; height: 80px; padding: 0 5px; margin: 0; border: 1px #999 solid; background: #fff;}

#kapcsolat-form .radio, #kapcsolat-form .checkbox {padding: 0;}
#kapcsolat-form .checkbox .fo-label {display: inline-block; /*margin: 0 0 0 -20px;*/}
#kapcsolat-form .checkbox .checkbox-befoglalo {display: inline-block; width: 200px; padding: 0;}
#kapcsolat-form .radio-button {display: inline-block; width: 65px; line-height: 120%; vertical-align: top;}
#kapcsolat-form .radio-button label {display: inline-block; vertical-align: top; padding: 8px 0 0; width: auto;}
#kapcsolat-form .radio-button input {width: auto; height: 30px; padding: 0; margin: 0 5px; outline: none;}

#kapcsolat-form .g-recaptcha {width: 480px; height: 78px; clear: both;}
#kapcsolat-form .g-recaptcha div {float: right; text-align: right; margin: 0 8px 0 0;}

#kapcsolat-form .description {width: 100%; max-width: 480px; text-align: center; font-size: 9px; margin: 0 auto;}
#kapcsolat-form #gombok {width: 100%; max-width: 480px; text-align: center; margin: 0 auto;}
#kapcsolat-form .form-submit {display: inline-block; border: none; width: 168px; height: 36px; padding: 0 5px; line-height: 36px; color: #fff; text-decoration: none; margin: 5px 10px 5px 0; background: url('../neon/images/gomb_zold.png') top left no-repeat; vertical-align: top; font-weight: bold; text-align: center;}

/*Animációs formázások*/
#flash img {width: 100% !important; /*max-width: 100% !important;*/ height: auto !important;}
/*#flash .bx-wrapper {margin: 0 auto;}
#flash .bx-wrapper li {margin: 0 215px 0 0; float: none; display: inline-block;}
.sidebar-collapsed #flash .bx-wrapper li {margin: 0 107px;}*/
#flash .bx-pager {display: none;}
.bx-wrapper {margin: 0 auto;}
.bx-controls-direction {width: 100%; position: absolute; top: 50%; left: 0; z-index: 8000;}
.bx-controls-direction a {display: block; width: 40px; height: 40px; text-indent: -10000em; text-align: left; position: absolute; top: 0; outline: none; text-decoration: none;}
.bx-controls-direction .bx-next {background: url('../neon/images/large_right.png') top left no-repeat; right: 10px;}
.bx-controls-direction .bx-prev {background: url('../neon/images/large_left.png') top left no-repeat; left: 10px;}
.bx-pager {text-align: center;}
.bx-pager .bx-pager-item {display: inline-block; margin: 5px 2px;}
.bx-pager a {display: inline-block; width: 18px; height: 18px; background: url('../neon/images/bullet_boxed.png') 0 0 no-repeat; text-indent: -10000em; outline: none; text-align: left; text-decoration: none;}
.bx-pager a.active {background: url('../neon/images/bullet_boxed.png') 0 -19px no-repeat;}

#slideshow {text-align: center;}
#slideshow .slideshow-row {width: 100%; text-align: center;}
#slideshow .slide {float: none !important; display: inline-block; max-width: 320px;}
#slideshow .slide img {width: 100%; max-width: 320px !important;}

@media screen and (min-width: 768px) and (max-width : 1080px) {
    .main-content .row-flex .tile {width: 100% !important; margin: 10px 0;}
}

@media screen and (min-width: 50px) and (max-width : 767px) {
    .inline-elem {margin: 15px 0; max-width: 450px;}
    .aras li {margin: 10px 20px 10px -10px;}
    #elosztott-tabla .sor {max-width: 300px;}
    #nagytabla-2 .inline-tabla,
    #nagytabla-3 .inline-tabla {margin: 0;}
    .teljes-tabla {width: 100%;}
    .teljes-tabla h2 {font-size: 34px}
    
    .urlap-cim {margin: 10px 0;}
    #kapcsolat-form label,
    #kapcsolat-form select,
    #kapcsolat-form input {display: block; width: 100%; text-align: left;}
    #kapcsolat-form textarea {display: block; width: 100%;}
    #kapcsolat-form .radio, #kapcsolat-form .checkbox {padding: 0;}
    #kapcsolat-form .checkbox .fo-label {display: block; margin: 0;}
    #kapcsolat-form .checkbox .checkbox-befoglalo {display: block; width: 100%; padding: 0;}
    #kapcsolat-form .radio-button label {display: inline-block; vertical-align: top; padding: 8px 0 0; width: auto !important;}
    #kapcsolat-form .radio-button input {display: inline-block; width: auto; height: 30px; padding: 0; margin: 0 5px; outline: none;}
    
    #kapcsolat-form .g-recaptcha {width: 480px; height: 78px; clear: both;}
    #kapcsolat-form .g-recaptcha div {float: none; text-align: center; margin: 0;}
    
    .main-content .row-flex .tile {width: 100% !important; margin: 10px 0;}
}

@media screen and (min-width: 1081px) and (max-width : 1350px) {
    .tile-stats {height: 280px;}
    .proba-gomb {width: 120px; margin: 5px; font-size: 10px;}
}
@media screen and (min-width: 1351px) {
    .proba-gomb {width: 120px; margin: 5px; font-size: 10px;}
}

/* logo */
.page-body .page-container .sidebar-menu .logo-env > div.logo {margin-left: 28%;}
.page-container.sidebar-collapsed .sidebar-menu .logo-env > div.logo img{display: none;}
.page-container .sidebar-menu .logo-env > div.logo img{height: 105px; width: auto; -moz-transition: all 550ms ease-in-out; -o-transition: all 550ms ease-in-out; -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out;}
.page-container .sidebar-menu .sidebar-user-info{border-top: 1px dotted rgba(170,171,174,0.5);}
.page-container .sidebar-menu .sidebar-user-info .user-link span,
.page-container .sidebar-menu .sidebar-user-info .user-link strong{color: #7e7e7e;}
.page-container .sidebar-menu #main-menu li{border-bottom: 1px dotted rgba(170,171,174,0.5);}
.page-container .sidebar-menu #main-menu li:first-child{border-top: 1px dotted rgba(170,171,174,0.5);}
.page-container .sidebar-menu .logo-env > div.sidebar-collapse,
.page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu{position: static; margin-top: 10px;}
.page-container .sidebar-menu .logo-env > div.sidebar-collapse a,
.page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a{border: 1px solid rgba(170,171,174,0.5); margin-right: -4px;}
.page-container .sidebar-menu .logo-env > div.sidebar-collapse a:hover,
.page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a:hover{background-color: #6db515; color: #fff;}

.page-container .sidebar-menu .sidebar-user-info .user-link img {border: none;}

.page-container.sidebar-collapsed .sidebar-user-info .sui-hover,
.page-container .sidebar-menu .sidebar-user-info .sui-hover.visible{
    background-color: #efeeec;
    border:none;
    border: 1px dotted rgba(170,171,174,0.5);
    border-left: none;
}

@media (max-width: 767px){
    .page-container.sidebar-collapsed .sidebar-user-info .sui-hover, 
    .page-container .sidebar-menu .sidebar-user-info .sui-hover.visible{
        text-align: center;
    }
    .page-body .page-container .sidebar-menu .logo-env > div.logo{
        margin-left: 42%;
    }
}

.page-container .sidebar-menu .sidebar-user-info .sui-hover.visible .close-sui-popup,
.page-container .sidebar-menu .sidebar-user-info .sui-hover.inline-links a{
    color: #737881;
}

.page-container .sidebar-menu .sidebar-user-info .sui-hover{
    background-color: #efeeec;
}

.page-container .sidebar-menu #main-menu li ul{
    border-top: 0;
}

.page-container .sidebar-menu #main-menu li a{
    color: #737881;
}

.page-container .sidebar-menu #main-menu li ul > li > a:hover{
    color: #6db515;
}

.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a,
.page-container .sidebar-menu #main-menu li a:hover{
    background-color: #6db515;
    color: #fff;
}

.page-container.sidebar-collapsed .sidebar-menu #main-menu li a i,
a:hover,
.notifications.dropdown > a:hover{
    -moz-transition: 350ms color, background-color ease-in-out;
    -o-transition: 350ms color, background-color ease-in-out;
    -webkit-transition: 350ms color, background-color ease-in-out;
    transition: 350ms color, background-color ease-in-out;
}

.page-container .sidebar-menu #main-menu li ul > li{
    border:none;
    border-top: 1px dotted rgba(170,171,174,0.5);
}
.page-container .sidebar-menu #main-menu li ul > li > a,
.page-container .sidebar-menu #main-menu li ul > li > a:hover,
.page-container .sidebar-menu #main-menu li ul > li ul > li > a,
.page-container .sidebar-menu #main-menu li ul > li ul > li > a:hover{
    background: #efeeec;
}

/*     >    */
.page-container .sidebar-menu #main-menu li.has-sub > a:before{
    color: #737881;
}
.page-container .sidebar-menu #main-menu li.has-sub > a:hover:before,
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a i{
    color: #fff;
}

/*  rendezés nyíl */
.dataTables_wrapper table thead tr th.sorting_asc:before, .dataTables_wrapper table thead tr th.sorting_desc:before{
    font-weight: normal;
    margin-left: 8px;
    margin-right: -2px;
}

.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a {
    background-color: #efeeec;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a > span:not(.badge){
    background-color: #6db515;
    color: #fff;
    border: none;
    border-bottom: 1px dotted rgba(170,171,174,0.5);
    border-top: 1px dotted rgba(170,171,174,0.5);
    padding: 10px 10px 8px;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li,
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li a{
    margin-top: -1px;
    border: none;
    border-bottom: 1px dotted rgba(170,171,174,0.5);
}



#boxWork{
    margin-bottom: 10px;
}



.panel-default > .panel-heading{
    background: #d1d1d1;
    display: table;
    width: 100%;
}

.notifications.dropdown .dropdown-menu > li > a:hover,
a:hover, .notifications.dropdown > a:hover{
    color: #6db515;
}



.table > tbody > tr > td .progress{
    border:1px solid rgba(170,171,174,0.5);
}


.panel-default > .panel-heading > .panel-options > .nav-tabs{
    padding-top: 0;
    margin-bottom: 0px;
    display: inline-block;
}

/*  fülek szövege   */
.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a{
    font-size: 11px;
    text-align: center;
    color: #737881;
    border-width: 0;
    margin-right: 2px;
}
.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a:hover{
    color: #739433;
    background: #fff;
}

.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a > span{
    font-size: 18px;
    display: inline;
}

#panelCustomerContractContainer .panel-default > .panel-heading > .panel-options > .nav-tabs > li > a > span,
#panelCustomerTodoContainer .panel-default > .panel-heading > .panel-options > .nav-tabs > li > a > span,
#panelCustomerDataContainer .panel-default > .panel-heading > .panel-options > .nav-tabs > li > a > span,
 #dashboardPanelTab .panel-default > .panel-heading > .panel-options > .nav-tabs > li > a > span{
    font-size: 18px;
    display: block;
}

#panelCustomerContractData, #panelContractActivity {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a > span.badge{
    position: absolute;
    top: -8px;
    right: 0px;
    font-size: 11px !important;
}


.panel-default > .panel-heading > .panel-options > .nav-tabs > li.active > a{
    border: none;
    background: #6db515;
    color: #fff;

    -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 2px 8px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 2px 8px 0px rgba(50, 50, 50, 0.25);
}


/*   esemény idővonal   */
.cbp_tmtimeline > li .cbp_tmtime{
    padding-right: 80px;
    padding-top: 8px;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span:first-child{
    font-weight: normal;
    font-style: italic;
}
.page-body .main-content .cbp_tmtimeline:before{
    margin-left: -7px;
    background: #d1d1d1;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon{
    -moz-box-shadow: 0px 0px 0px 5px #d1d1d1;
    -webkit-box-shadow: 0px 0px 0px 5px #d1d1d1;
    box-shadow: 0px 0px 0px 5px #d1d1d1;
}


/*  modal table     */
.modal-body table{margin: 10px}

#modalQuickViewCustomer table > tbody > tr > th{
    padding: 5px 0;
}


/* dataTable testreszabás */

/*thead > tr > th:first-child,
tbody > tr > td:first-child{
    text-align: right;
}*/


.dataTables_processing {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #CCCCCC;
    opacity: 0.5;
    z-index: 9999;
    border-radius: 5px;
    border: solid 1px #CCCCCC;
    padding: 20px;
}

.dataTables_processing div {
    font-weight: bold;
    font-size: 150%;
    color: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
}

.DTTT_container {
    float: left !important;
}

.ColVis
, .DTTT_container {
    margin-top: 15px;
}

.ColVis_Button
, .DTTT_button {
    background: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.ColVis_Button span
, a.DTTT_Button
, a.DTTT_button_text {
    color: #949494 !important;
    font-size: 12px !important;
}

a.DTTT_Button
, a.DTTT_button_text {
    padding: 5px 5px !important;
    margin-right: 0 !important;
}

.dataTables_length select {
    display: inline;
    width: auto;
    margin-left: 5px;
}

.dataTables_length > label {
    margin-top: 0 !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

table > tbody > tr.DTTT_selected > td,
table > tbody > tr.DTTT_selected > th {
    background-color: #f1f2f4 !important;
    color: #303641;
}

/* calendar */

.fc-event {
    border: solid 1px #fff;
}

.fc-event-time {
    float: left;
    padding-right: 3px;
}

.fc-event-inner {
    font-size: 0.8em;
}

.calendar-body {
    clear: both !important;
    width: 100% !important;
}

/* heti nézet */
.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days th.fc-mon,
.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days td.fc-mon,
.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days th.fc-tue,
.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days td.fc-tue,
.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days th.fc-wed,
.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days td.fc-wed,
.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days th.fc-thu,
.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days td.fc-thu,
.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days th.fc-fri,
.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days td.fc-fri,
.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days th.fc-sat,
.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days td.fc-sat,
.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days th.fc-sun,
.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days td.fc-sun
{
    width: 13% !important;
}

/* heti nézet, napok neve */
.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days th.fc-agenda-axis,
.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days td.fc-agenda-axis,

/* heti nézet, egész napos események */
.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-allday tbody tr .fc-agenda-axis,

/* heti nézet, esemény helyek */
.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-slots tr td.fc-agenda-axis,
.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-slots tr th.fc-agenda-axis {
    width: 4% !important;
}

.fc-header-left, .fc-header-right {
    padding-top: 0 !important;
}

.calendar-env .calendar-body .fc-content .fc-view .fc-event.color-contact
, .page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.bg-contact
, .label-contact
, .notifications.dropdown .dropdown-menu > li > ul > li.notification-contact > i
, .notifications.dropdown .dropdown-menu > li > ul > li.notification-contact > a > i {
    background: #1c99cd;
    color: #ffffff;
}
.calendar-env .calendar-body .fc-content .fc-view .fc-event.color-contact:hover
, .label-contact[href]:hover
, .label-contact[href]:focus {
    background: #1c99cd;
}

.calendar-env .calendar-body .fc-content .fc-view .fc-event.color-sales
, .page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.bg-sales
, .label-sales
, .notifications.dropdown .dropdown-menu > li > ul > li.notification-sales > i
, .notifications.dropdown .dropdown-menu > li > ul > li.notification-sales > a > i {
    background: #6db515;
    color: #ffffff;
}
.calendar-env .calendar-body .fc-content .fc-view .fc-event.color-sales:hover
, .label-sales[href]:hover
, .label-sales[href]:focus {
    background: #6db515;
}

.calendar-env .calendar-body .fc-content .fc-view .fc-event.color-work
, .page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.bg-work
, .label-work
, .notifications.dropdown .dropdown-menu > li > ul > li.notification-work > i
, .notifications.dropdown .dropdown-menu > li > ul > li.notification-work > a > i {
    background: #6e7b93;
    color: #ffffff;
}
.calendar-env .calendar-body .fc-content .fc-view .fc-event.color-work:hover
, .label-work[href]:hover
, .label-work[href]:focus {
    background: #6e7b93;
}

.label-list {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}

.cbp_tmtimeline:before,
.cbp_tmtimeline > li .cbp_tmicon{
    left: 23%;
}


/* loading dialog */

div#loading {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 1000;
}

div#loading > div {
    border: 1px solid #303641;
    border-radius: 6px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);

    font-size: 18px;
    color: #404040;

    position: absolute;
    left: 50%;
    top: 50%;
    width: 280px;
    height: 60px;
    text-align: center;
    padding-top: 15px;
    margin-left: -155px;
    margin-top: -50px;

    background: url("../images/ajax-loader.gif") no-repeat 20px 13px #fff;
}

.modal-body-loading {
    background: url("../images/ajax-loader-mini.gif") no-repeat center center;
}

.dropdown-loading {
    background: url("../images/ajax-loader-mini.gif") no-repeat 0px 0px;
    height: 20px;
    width: 20px;
    display: block;
}

.select-loading {
    background: url("../images/ajax-loader-mini.gif") no-repeat 93%;
}

.panel .blockUI.blockOverlay,
.blockUI.blockOverlay {
    background-image: url("../images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

/* timeline fix */

.cbp_tmicon {
    padding-top: 12px;
}

/* datepicker fix */

.datepicker {
    z-index: 1051 !important;
}

/* select2 fix */
.page-body .select2-container .select2-choices {
     padding: 0;
     padding-top: 0;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 25%;
}

.mail-env .mail-body .mail-compose .compose-message-editor textarea {
    height: 200px;
}

/*
BB asszonta ne használjuk, de később még jó kód lehet
.modal {
    height: 100vh;
}*/

@media (min-width: 767px) {
    .chat-visible .main-content {
        /* ne húzza össze a jobb sidebar a tartalmat */
        padding-right: 20px !important;
    }
}

#chat {
    width: 350px;
    height: 100vh;
    background-color: #d1d1d1;
    color: #737881;
}

.chat-body {
    padding: 2px 15px;
}

#chat .chat-header {
    padding-left: 10px;
    border-bottom: none;
}

.chat-header .chat-close .entypo-cancel:before{
    color: rgb(127, 129, 134);
}

.form-wizard .steps-progress {
    position: absolute;
    margin: 0;
}

.form-wizard > ul {
    width: 100%;
}

.form-wizard > ul > li a span {
    margin-top: -47.5px;
}

/* táblázatokban label elcsúszás javítása */

.table > tbody > tr > td > div.label {
    display: inline-block;
    text-align: center;
    padding: 8px 4px;
    margin: 2px;
}


/* táblázat fülek pozícionálása, méretezése*/
.panel-heading > .panel-options > .nav-tabs > li{
    display: table-cell;
    width: 1%;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    margin-right: 1px;
}

/* lapozó gombok */
.pagination-sm > li > a,
.pagination-sm > li > span{
    line-height: 1em;
}

.pagination > .active > a,
.pagination > .active > a:hover{
    background: #6db515;
    border: 1px solid #ddd;
}

/* large progress bar */
.progress-large {
    height: 34px;
}

.progress-large > .progress-bar {
    line-height: 34px;
}

/* statisztika fedő div */

.panel-body .cover {
    background: none repeat scroll 0 0 #D1D1D1;
    height: 100%;
    height: calc(100% - 41px);
    padding: 10px 20px;
    position: absolute;
    left: 0;
    top: 41px;
    width: 100%;
    width: calc(100% - 0.5px);
    z-index: 100;
    overflow-y: auto;

    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;

    cursor: pointer;
    border-top: 2px dotted rgba(170,171,174,0.5);
}

.panel-body .cover:hover {
    opacity: 0.85;
}


.cover i:before {
    color: #737881;
    font-size: 80px;
    margin-top: .2em;
    /*text-shadow: 1px 1px 10px rgba(20, 20, 20, 0.3);*/
}

.cover p {
    color: #737881;
    text-align: right;
    font-size: 15px;
}

/* panel-body minimum méret */
.panel-body {
    min-height: 150px;
    position: static;
}

.nav-tabs.nav-justified {
    clear: both;
    width: 100%;
}

/*  panel fejléc gombok  */
.panel-default > .panel-heading > .panel-options > a i{

    cursor: pointer;

    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;

    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-property: transform;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

/*
#panelDefaultStat .panel-heading > .panel-options > a i,
#panelSalesStat .panel-heading > .panel-options > a i,
#panelContactStat .panel-heading > .panel-options > a i,
#panelWorkStat .panel-heading > .panel-options > a i{
    left: 25px;
}*/
.panel-default > .panel-heading > .panel-options > a i:hover{
    color: #6db515;

    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.entypo-arrows-ccw:before{
    font-size: 1em;
}

/*  ÜSZB állapotcsík    */
.form-wizard > ul > li.active a span, .form-wizard > ul > li.current a span {
    -webkit-box-shadow: #95c225 0px 0px 0px 5px;
    -moz-box-shadow: #95c225 0px 0px 0px 5px;
    box-shadow: #95c225 0px 0px 0px 5px;
}
.form-wizard > ul > li a span{color:#fff; background: #b0b1b5;}
.form-wizard > ul > li.done a span, .form-wizard > ul > li.current a span{background: #739433; color:#EFEEEC;}
.form-wizard > ul > li.active a span, .form-wizard > ul > li.current a span{color:#303641; font-size: 16px;}
.form-wizard .steps-progress{
    background: #95c225;
    background: -moz-linear-gradient(left,  #95c225 0%, #8a909c 10%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#95c225), color-stop(10%,#8a909c));
    background: -webkit-linear-gradient(left,  #95c225 0%,#8a909c 10%);
    background: -o-linear-gradient(left,  #95c225 0%,#8a909c 10%);
    background: -ms-linear-gradient(left,  #95c225 0%,#8a909c 10%);
    background: linear-gradient(to right,  #95c225 0%,#8a909c 10%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95c225', endColorstr='#8a909c',GradientType=1 );

}
.form-wizard .steps-progress .progress-indicator{
    background: #739433;
    background: repeating-linear-gradient(
    -55deg,
    #739433,
    #739433 10px,
    #789c1e 10px,
    #789c1e 20px
    );
    background: #739433;
    background: -moz-linear-gradient(left,  #739433 60%, #95c225 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(60%,#739433), color-stop(100%,#95c225));
    background: -webkit-linear-gradient(left,  #739433 60%,#95c225 100%);
    background: -o-linear-gradient(left,  #739433 60%,#95c225 100%);
    background: -ms-linear-gradient(left,  #739433 60%,#95c225 100%);
    background: linear-gradient(to right,  #739433 60%,#95c225 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#739433', endColorstr='#95c225',GradientType=1 );
}

tr.quickViewIcon td span{
    font-size: 1.7em;
    margin-bottom: -5px;
    margin-right: 5px;
    position: relative;
    bottom: -5px;
}

.uszbHelp {
    margin-top: 45px;
}

/* 1200px nél kisebb ablak esetén a form cimke felülre kerül
, kell a top-margin az egy vonalhoz */
@media (max-width: 1200px) {
    .uszbHelpFirst {
        margin-top: 25px;
    }
}

/* event timeline ablak */
#modalEventTimeLine {
    display: none;
    height: 400px;
    width: 250px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
    outline: none;
    z-index: 1051;
    position: absolute;
}

#modalEventTimeLine img {
    margin-left: 40%;
    margin-top: 50%;
}

/* kötelező mező */
label.required:after {
    content: " *";
    color: #da411b;
}

/* btn radio group aktív elem jobb kiemelés */
.btn-group .active {
    font-weight: bold;
}

.file-input-wrapper input[type=file], .file-input-wrapper input[type=file]:focus, .file-input-wrapper input[type=file]:hover {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.align-right {
    text-align: right;
}

/* modal elcsúszás fix */
.modal-open {
    /*overflow: hidden;*/
    /*position: fixed;*/
}

.modal {
    position: absolute;
    /* nem jó, félbevágja a modal ablakokat! */
    height: 100vh !important;
}

.links-list {
    padding: 8px 15px;
}

#googleStreetView {
    height : 500px;
    margin : 0px;
    padding : 0px
}


/*Ügyfél Teendők,Igények,változások doboz comment*/

.tile-title.tile-gray .title .comment {
    background: rgba(0, 0, 0, 0.65);
    color: white;
    padding: 5px 0 5px;
    height: 45px;
}

.tile-title .title > h3 {
    height: 71px;
}

.form-hint {
    padding: 5px 0;
}

@media (min-width: 1200px) {
    .flex, .flex > div[class*='col-'] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex:1 0 auto;
    }
}


/* calculator cuccok */

.calc-wrapper{
    background: #f5f5f6;
    border: 0;
}

.calc-container{
    background:#f5f5f6;
    border: 0;
}

.calc-li {
    height: 300px;
}

.calc-text {
    font-size: 33px;
    right: 7% !important;
    border: solid 1px #ccc !important;
    color: #737881 !important;
}

.calc-title-bar{
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.calc-btn {
    width: 33px !important;
    border: solid 1px #ccc;
}

.calc-btn-active {
    background-color: #6db515;
    color: #fff;
}

.profile-env section.profile-info-tabs {
    background: #fff;
}

.profile-env > header .profile-info-sections > li {
    padding: 0 25px;
}

.user-link .img-circle {
    width: 54px;
}

.profile-name {
    min-width: 250px;
}

/* chart.js */

ul.doughnut-legend li,
ul.bar-legend li,
ul.line-legend li {
    list-style-type: none;
    padding: 5px;
    display: inline-block;
}

ul.doughnut-legend,
ul.bar-legend,
ul.line-legend {
    padding: 5px;
}

.member-entry .member-details {
    width: 98%;
}

.member-entry .member-details h4 {
    margin-left: 10px;
}

.padding-md {
    padding: 10px !important;
}

.padding-sm {
    padding: 5px !important;
}

.align-center {
    text-align: center;
}
