/*
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 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;
}

/* logo */
.page-body .page-container .sidebar-menu .logo-env > div.logo{
    margin-left: 34%;
}

.page-container.sidebar-collapsed .sidebar-menu .logo-env > div.logo img{
    display: none;
}

.page-container .sidebar-menu .logo-env > div.logo img{
    height: 50px;
    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-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;
}
