/* APP */
/*body.notauth #mainSidebar {
    display: none;
}
body.notauth .navbar {
    display: none;
}*/

* {
    -webkit-overflow-scrolling: touch;
    /* https://quickleft.com/blog/4-steps-to-minimizing-rendering-issues-in-cordova-applications/ */
    /*    -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;*/
}
.app-body > .app-content-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);

    text-align: center;
}

.app-body > .app-content-loading i {
    position: absolute;
    top: 50%;
}

.app-body {
    background-color: #fff;
}
.panel-body {
    padding-bottom: 0;
}
.form-actions.panel, .list-group {
    margin-bottom: 0;
}

.bold {
    font-weight: bold;
}

.link {
    cursor: pointer;
}

.non-uppercase {
    text-transform: none !important;
}

.vertical-space {
    margin-top: 5px;
    margin-bottom: 5px;
}

.helios-error {
    background-color:#f2dede;
    border-color:#ebccd1;
    color:#a94442;
}

.alert.helios-input-label {
    padding: 6px 8px;
}

.invisible {
    display: none;
}

.remove-btn, .remove-btn-text {
    background-image: url('../img/x.png') !important;
    background-repeat: no-repeat;
    background-position: center 0;
}
.remove-btn:after {
    content: "\00a0";
}
.remove-btn-text {
    padding-left: 30px;
    background-position: left 0;
}

.buttons-with-bottom-margin .btn {
    margin-bottom: 5px;
}
/* APP VÉGE */

/* LOGIN */

#login-container {
    background-color: #fff;
    height: 100%;
    padding-top: 20px;
}

#login-container table.lang td {
    padding-right: 10px;
    padding-bottom: 20px;
}

#login-container h1 img {
    margin-top: -10px;
    margin-right: 5px;
}

#loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1000;
    /*display: none;*/
}
/* LOGIN VÉGE */

/* ALERT */
.alert {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* ALERT VÉGE */

/* USER MENU */

#userMenu {
    background-color: #fff;
    padding: 10px;
    padding-bottom: 30px;
    line-height: 200%;
}

#userMenu ul {
    list-style: none;
    padding-left: 0;
}

#userMenu li a {
    display: block;
    margin: 0 -10px;
    padding: 10px;
    text-decoration: none;
}

#userMenu li a:hover {
    background-color: #F5F5F5;
}

/*.menu.invisible {
    border-width: 0;
    height: 0;
}*/

.app-name {
    cursor: pointer;
}

.app-name, .sidebar-header {
    background-color: #fff;
    color: #666;
    border-bottom: solid 1px #ccc;
}

#helios-menu a.list-group-item + .menu .list-group-item {
    padding-left: 30px;
}

#helios-menu a.list-group-item + .submenu .list-group-item {
    padding-left: 50px;
}

.open, .open:hover, .open:focus {
    background-color: #eee;
    font-weight: bold;
}

/* USER MENU VÉGE 

/* ADMINISTRATION */

.id {
    float: right;
    font-weight: bold;
    color: #aaa;
    display: none;
}

.helios-list-item:hover .id {
    display: block;
}

.boolean-disp .btn {
    margin-left: 3px;
}

.helios-input {
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 4px;
}

.helios-input.error {
    border-color: #E96666;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(233, 102, 102, 0.6);
}

/*textarea.helios-input {
    box-shadow: none;
    border: 1px solid #CCC;
}*/

.helios-input[readonly]:focus {
    border-color: #ccc;
}

.helios-input-label {
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 6px 0;
}
.helios-input-label-btn-check {
    margin-top: 3px;
    margin-bottom: 3px;
}

.helios-input-label-btn.btn- {
    margin-top: -6px;
}

.helios-input-label-btn.btn-sm {
    margin-top: -4px;
}

/*.inline .clearfix.prettycheckbox.labelright.blue.needsclick {
    width: 33px;
    height: 33px;
}*/

.helios-combo {
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 6px 12px;
    padding-right: 50px;
    display: block;
    width: 100%;
    max-width: 100%;

    background: url(../img/select_arrow.png) no-repeat right top;

    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 4px;

    display:block;
    width:100%;
    height:34px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
    color:#555;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    /*    -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-indent: 0.01px;
        text-overflow: '';*/
    -webkit-appearance: none;
    -moz-appearance: none;
    /*text-indent: 1px;*/
    text-overflow: '';
}

.helios-combo::-ms-expand {
    display: none;
}

.helios-combo:focus {
    border-color: #66afe9;
    background-position: right bottom;
}

.helios-combo:hover {
    background-position: right bottom;
}

.helios-combo option {
    padding: 6px 12px;
    /*border: 1px solid #ccc;*/
}

.row.comment .helios-col {
    padding-right: 15px;
}

.helios-tab-content {
    padding-top: 10px;
}

.flex {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;

    /*    -webkit-flex-flow: row wrap;
        justify-content: space-around;*/
}

.flex .stretch, .flex .helios-combo {
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
}


@media (max-width:768px){
    .flex-sm {
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;
    }

    .flex-sm .stretch-sm {
        -webkit-flex: 1; /* Safari 6.1+ */
        -ms-flex: 1; /* IE 10 */
        flex: 1;
    }

    .row > * {
        padding-left: 0;
        padding-right: 0;
    }
}

.flex.select-with-buttons > span {
    white-space: nowrap;
}

.flex.select-with-buttons > span.plus-buttons > button, .select-plus-button-container > button {
    height: 34px;
}

@media (max-width:350px){
    .flex.select-with-buttons {
        display: block;
    }

    .space {
        display: none;
    }

    .flex.select-with-buttons > span.plus-buttons > button {
        margin-left: 0;
    }

    .flex.select-plus-button-container {
        display: block;
    }

    .flex.select-plus-button-container > .flex.select-with-buttons {
        display: inline;
    }
}

@media (max-width:550px){
    .flex.select-plus-button-container.big-buttons {
        display: block;
    }

    .flex.select-plus-button-container.big-buttons > .flex.select-with-buttons {
        display: inline;
    }
}

.helios-remove-btn {
    margin-top: 3px;
    margin-bottom: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left-width: 0;
    line-height: 20px;
    height: 34px;
    width: 34px;

    background-image: url('../img/x.png') !important;
    background-repeat: no-repeat;
    background-position: center 0;
}

.helios-remove-btn:hover {
    border-color: #ccc;
}

.helios-remove-btn[disabled] {
    background-position: center -34px;
}

.btn-default[disabled], .btn-default[disabled]:focus, .btn-default[disabled]:hover, .btn-default[disabled]:active {
    border-color: #ccc;
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
    pointer-events: auto;
}
.helios-plus-btn {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
    width: auto;
}

.helios-plus-btn.company-persons {
    min-width: 120px;
}
/*span.company-persons {
    min-width: 123px;
}*/

.helios-plus-btn.server-bgprs {
    min-width: 130px;
}
span.server-bgprs {
    min-width: 133px;
}

.helios-plus-btn.bgprs-sim-data {
    min-width: 100px;
}
span.bgprs-sim-data {
    min-width: 103px;
}

.helios-plus-btn.sim-gprs {
    min-width: 135px;
}
span.sim-gprs {
    min-width: 138px;
}

.helios-plus-btn.now-button {
    min-width: 70px;
}

.helios-plus-btn.sim-data {
    min-width: 100px;
}
span.sim-data {
    min-width: 103px;
}

.helios-plus-btn.suppliers {
    min-width: 130px;
}
span.suppliers {
    min-width: 133px;
}

.helios-plus-btn.clients {
    min-width: 70px;
}
span.clients {
    min-width: 73px;
}

.helios-plus-btn.dealers {
    min-width: 120px;
}
span.dealers {
    min-width: 123px;
}

.helios-plus-btn.details {
    min-width: 80px;
}
span.details {
    min-width: 83px;
}

.helios-plus-btn.servers {
    min-width: 90px;
}
span.servers {
    min-width: 93px;
}

.helios-plus-btn.owners {
    min-width: 160px;
}
span.owners {
    min-width: 163px;
}

.helios-plus-btn.othersubscr {
    min-width: 130px;
}
span.othersubscr {
    min-width: 133px;
}

.helios-plus-btn.today {
    min-width: 100px;
}
span.today {
    min-width: 103px;
}

.helios-plus-btn.default {
    min-width: 100px;
}
span.default {
    min-width: 103px;
}

.helios-plus-btn.bonus-prices {
    min-width: 160px;
}
span.bonus-prices {
    min-width: 163px;
}

.helios-combo.with-button {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.helios-combo[disabled] {
    border-color: #ccc;
    background-color: #eee;
    background-position: right top;
    cursor: not-allowed;
}

.admin-buttons {
    margin-top: 20px;
    position: relative;
    bottom: 10px;
}

/*.filter-button {
    margin-right: 3px;
}*/
.filter-input {
    max-width: 300px;
}

.filter {
    height: auto;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.right-side-filter {
    padding: 15px;
}

#rightSidebar select.helios-combo {
    width: 100%;
}

.inline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.inline * {
    margin-right: 3px;
}

#filter-combo {
    width: auto;
    min-width: 200px;
}

.flex #btn-span {
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
}

.flex #lbl-span {
    text-align: right;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    padding-top: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.flex #lbl-span-alone {
    text-align: left;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    margin-top: 5px;
    margin-bottom: 5px;
}

.list-item {
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

/*.loading-overlay {
    position: relative;
    top: 25px;
    left: 0;
    margin: 0;
    z-index: 99999;

    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
}*/

/*.loading-overlay > * {*/

/* ADMINISTRATION VÉGE*/

/* FROM */
/*[type=checkbox] { display: none; }
label { cursor: pointer; }
[class*=icon-].icon-fixed-width { text-align: left; }*/
/* FROM VÉGE */

.helios-right .btn-navbar {
    text-transform: none;
}

.helios-list-item:hover {
    background-color: #F5F5F5;
}

.helios-list-item .buttons {
    display: none;
}

.helios-list-item.selected .buttons {
    display: block;
}

.helios-list-item > *, .helios-list-item .helios-col {
    margin-top: 10px;
}

.helios-list-item > *:first-child, .helios-list-item .id + * {
    margin-top: 0;
}

.scrollable {
    height: auto;
}

.navbar-absolute-bottom + .scrollable {
    padding-bottom: 50px;
}

.bottom-panel {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    background-color: #ddd;
}

.inactive, .inactive:hover {
    color: #888;
    background-color: #ddd;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.helios-data {
    background-color: #fff;
    padding: 10px;
    min-height: 100%;
}

.row, .helios-col {
    margin: 0;
    padding: 0;
}

/* CHECKBOX & RADIO */
/*input[type=checkbox].helios-input {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 30px; 
    width: 30px; 
    margin: 0; 
    padding: 0;
    border: 1px #ccc solid;
}

input[type=checkbox].helios-input + label {
    padding-left: 35px;
    margin: 3px 0;
    height: 30px; 
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: normal;

    background-repeat: no-repeat;
    background-position: 0 0;
    background-image:url(../img/check_radio.png);
}

input[type=checkbox].helios-input:checked + label {
    background-position: 0 -30px;
}

input[type=checkbox].helios-input:focus + label, input[type=checkbox].helios-input:active + label {
    background-position: 0 -60px;
}
input[type=checkbox].helios-input:checked:focus + label, input[type=checkbox].helios-input:checked:active + label {
    background-position: 0 -90px;
}

input[type=checkbox].helios-input[disabled] + label {
    background-position: 0 -120px;
    cursor: not-allowed;
}
input[type=checkbox].helios-input:checked[disabled]  + label {
    background-position: 0 -150px;
}*/

/* ez a rész szokott benne lenni: */
input[type=checkbox].helios-input,
input[type=radio].helios-input{
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    width: 30px;
    height: 30px;
    margin: 0; 
    padding: 0;
}

input[type=checkbox].helios-input + label,
input[type=radio].helios-input + label {
    display: inline-block;
    font-weight: normal;
    height: 34px;
    line-height: 27px;
}

input[type=radio].helios-input + label:before,
input[type=checkbox].helios-input + label:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #ccc;
    margin: 4px 4px 4px 0;
    color: transparent;
}

input[type=checkbox].helios-input + label:before {
    content: '\f00c';
    border-radius: 4px;
}
input[type=radio].helios-input + label:before {
    content: '\f111';
    border-radius: 14px;
}

input[type=checkbox]:focus.helios-input + label:before, input[type=checkbox]:active.helios-input + label:before,
input[type=radio]:focus.helios-input + label:before, input[type=radio]:active.helios-input + label:before {
    border-color: #66afe9;
}

input[type=checkbox]:checked.helios-input + label:before,
input[type=checkbox]:not(:checked).helios-input.reverse + label:before,
input[type=radio]:checked.helios-input + label:before,
input[type=radio]:not(:checked).helios-input.reverse + label:before {
    color: #66afe9;
}

input[type=checkbox]:checked.helios-input.reverse + label:before,
input[type=radio]:checked.helios-input.reverse + label:before {
    color: transparent;
}

input[type=checkbox][disabled].helios-input + label:before,
input[type=radio][disabled].helios-input + label:before {
    border-color: #ccc;
    background-color: #eee;
}
input[type=checkbox]:checked[disabled].helios-input + label:before,
input[type=radio]:checked[disabled].helios-input + label:before {
    color: #848484;
}
/* egészen idáig */

/* ha-checkbox (fentről másolgatva)) */
.ha-checkbox #checkbox {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 27px;
    border: 1px solid #ccc;
    margin: 4px 4px 4px 0;
    color: transparent;
    border-radius: 4px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    vertical-align: middle;
    cursor: default;
}
.ha-checkbox #checkbox:before {
    content: '\f00c';
}
.ha-checkbox #checkbox.checked {
    color: #66afe9;
}
.ha-checkbox #checkbox.disabled {
    border-color: #ccc;
    background-color: #eee;
}
.ha-checkbox #checkbox.checked.disabled {
    color: #848484;
}

.ha-checkbox #label {
    display: inline-block;
    font-weight: normal;
    height: 34px;
    line-height: 27px;
    cursor: default;
}
/* ha-checkbox vége */

@media (max-width:768px){
    .right-sm {
        text-align: right;
        padding-right: 0;
    }
}

/* - - - */

/*input[type=radio].helios-input {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    width: 30px;
    height: 30px;
    margin: 0; 
    padding: 0;
}

input[type=radio].helios-input + label {
    display: inline-block;
    font-weight: normal;
    height: 34px;
    line-height: 27px;
}

input[type=radio].helios-input + label:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    content: '\f111';
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #ccc;
    border-radius: 14px;
    margin: 4px 4px 4px 0;
    color: transparent;
}

input[type=radio]:focus.helios-input + label:before, input[type=radio]:active.helios-input + label:before {
    border-color: #66afe9;
}

input[type=radio]:checked.helios-input + label:before {
    color: #66afe9;
}

input[type=radio][disabled].helios-input + label:before {
    border-color: #ccc;
    background-color: #eee;
}
input[type=radio]:checked[disabled].helios-input + label:before {
    color: #848484;
}*/

/* CHECKBOX & RADIO VÉGE */

/* POPUP MESSAGE */

.popup-msg {
    display: block;
    width: auto;
    max-width: 250px;
    height: auto;
    position: absolute;
    bottom: 10px;
    right: 15px;
    margin: 0;
}

.popup-msg.with-bottom-panel {
    margin-bottom: 50px;
}

.popup-msg .alert {
    margin: 10px;
    padding: 10px;
}

.popup-msg .alert button.close {
    font-weight: bold;
    opacity: 0.08;
    margin-left: 5px;
}

.popup-msg .alert:hover button.close {
    opacity: 0.5;
}

/* POPUP MESSAGE VÉGE */

/* BACK */

.back-container {
    display: block;
    width: auto;
    height: 50px;
    position: absolute;
    bottom: 45px;
    left: 15px;
    margin: 0;
    z-index: 1000;
}

.btn-back {
    padding-left: 10px;
    margin: 0;
}

.btn-back:before {
    content: "« ";
}

/* BACKVÉGE */

/* NO RIGHTS */

.norights {
    padding: 10px;
}

/* NO RIGHTS VÉGE */

/* BORDERED */

.bordered {
    padding: 5px;
    border: solid 1px #ddd;
    margin: 10px 2px 0;
}

.withspace {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bordered > .bordered-title {
    position: relative;
    top: -15px;
    /*left: 0;*/
    background-color: #fff;
    padding: 2px 4px;
}

.bordered > .bordered-title + div {
    margin-top: -15px;
}

.bordered > .bordered-title.hide {
    display: none;
}

.bordered > .bordered-title.hide + div {
    margin-top: 0;
}

/*.bordered > .bordered-title > *{
    background-color: #fff;
    padding: 2px 4px;
}*/

/* BORDERED VÉGE */

/* LEFT PADDING col-lg */
@media (min-width:1200px){
    .padding-col-lg {
        padding-left: 15px;
    }
}

/* LEFT PADDING col-lg  VÉGE */

/* helion button */
.helios-btn {
    width: 100%;
    margin: 3px 0;
}
/* helion button  vége*/

/* CALENDAR */
.calendar-dialog .ngdialog-content {
    /*background-color: rgba(255, 255, 255, 0.8) !important;*/
    width: 300px !important;
    line-height: 1em !important;
}

.calendar-container {
    /*width: auto;*/
    /*    height: 300px;
        location: absolute;
        top: 50%;
        margin-top: -150px;*/
    /*    margin-left: auto;
        margin-right: auto;*/
    /*background-color: #eee;*/
    display: inline-block;
    padding: 10px 10px 20px;
}

.calendar-container .quick-picker {
    margin-bottom: 10px;
}

.calendar-container .arrow, .calendar-container .calendar-title {
    cursor: pointer;
}

.calendar-container table {
    border-top: 1px solid #C2C2C2;
    border-left: 1px solid #C2C2C2;
    box-shadow: 0 0 10px #888888;
}

.calendar-container table td div, .calendar-container table th div {
}

.calendar-container table th {
    text-align: center;
    padding: 3px;
    background-color: #777;
    /*background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.55);*/
    color: #fff;
    padding: 6px 0;

    /*    -webkit-box-shadow: inset 0px 0px 400px 0px rgba(0,0,0,0.60);
        -moz-box-shadow: inset 0px 0px 400px 0px rgba(0,0,0,0.60);
        box-shadow: inset 0px 0px 400px 0px rgba(0,0,0,0.60);*/
}

.calendar-container table th div, .calendar-container table td div {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.calendar-container tr.days {
    background: none repeat scroll 0% 0% #F3F3F3;
}
.calendar-container tr.days td div {
    height: 20px;
    line-height: 20px;
}

.calendar-container tbody td {
    border-top: 1px solid #C2C2C2;
    border-left: 1px solid #C2C2C2;
}

.calendar-container tbody td div {
    background-image: linear-gradient(to bottom, #EAEAEA, #E5E5E5 60%, #D9D9D9);
    color: #666;
    box-shadow: 1px 1px rgba(255, 255, 255, 0.5) inset;
    font: inherit;
    /*vertical-align: baseline;*/
    cursor: pointer;
    line-height: 35px;
}
.calendar-container tbody td div:hover {
    background-image: none;
    background-color: #eee;
}
.calendar-container tbody td.other div {
    background-image: none;
    background-color: #fdfdfd;
    color: #aaa;
    cursor: default;
}
.calendar-container tbody td.selected div {
    /*color: #F3F3F3;*/
    /*background: none repeat scroll 0% 0% #007aff;*/
    /*border: 1px solid #007aff;*/
    font-weight: bold;

    /*    -webkit-box-shadow: 0px 0px 3px #007aff inset;
        -moz-box-shadow: 0px 0px 3px #007aff inset;
        box-shadow: 0px 0px 3px #007aff inset;*/

    background-color: #cedcec;
    background-image: linear-gradient(to bottom, #cedcec, #cad8e8 60%, #bfcddd);

}
.calendar-container tbody td.today div {
    border-bottom: 2px solid rgba(0, 122, 255, 0.8);
}
.calendar-container tfoot {
    background-color: transparent;
}

/*.calendar-container .row {
    margin-top: 10px;
}*/
/*
.calendar-container .btn {
    min-width: 100%;
}*/

.calendar-dialog .ngdialog-content .timepicker {
    margin-top: 15px;
}

.calendar-dialog .ngdialog-content .timepicker input {
    width: 65px;
    display: inline;
}

.datepicker-container {
    display: inline;
    margin: 0;
}

.helios-datepicker {
    cursor: text;
    white-space: nowrap;
}

@media (max-width:350px){
    button.date {
        min-width: 10px !important;
        width: auto;
    }
}
/* CALENDAR VÉGE */

/* DIALOG */

.dialog-title * {
    display: inline;
}

.lang-list-group .list-group-item.selected {
    border-bottom: 1px solid #007AFF;
    background-color: rgba(0, 122, 255, 0.15);
}

.ngdialog.problems-settings-dialog > .ngdialog-content {
    width: 70%;
    max-width: 900px !important;
}

.ngdialog.problems-settings-dialog .row {
    min-height: 41px;
}

.settings-buttons {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #DDD;
    display: block;
    width: 100%;
}

.settings-buttons > * {
    /*display: table-cell;*/
}

.settings-buttons > span {
    white-space: nowrap;
    float: left;
}
.settings-buttons > div {
    float: right;
}
@media (max-width: 480px) { 
    .settings-buttons span {
        margin-bottom: 10px;
    }
}

.settings-buttons div {
    line-height: 20px;
    padding: 7px auto;
    text-align: right;
}

.settings-info {
    min-height: 150px !important;
}

.event-settings-bottom {
    text-align: right;
}

.event-settings-bottom > span {
    white-space: nowrap;
}

.event-settings-bottom > span:nth-child(2) {
    margin-left: 5px;
}

.ngdialog.fullscreen-dialog {
    padding: 20px;
}

@media (max-width: 480px) { 
    .ngdialog.fullscreen-dialog {
        padding: 0;
    }
}

.fullscreen-dialog .ngdialog-content {
    /*background-color: rgba(255, 255, 255, 0.8) !important;*/
    width: 100% !important;
    height: 100% !important;
    line-height: 1em !important;
    overflow: auto;
}

.email-dialog {
    padding-top: 100px !important;
}

.email-dialog .ngdialog-content {
    /*background-color: rgba(255, 255, 255, 0.8) !important;*/
    width: 90% !important;
    /*height: 90% !important;*/
    line-height: 1em !important;
}

.email-dialog .mail-container > .mail-buttons {
    width: 250px;
}

@media (max-width: 730px) { 
    .email-dialog .mail-container {
        display: block;
    }

    .email-dialog .mail-container > .mail-buttons {
        width: 100%;
        text-align: center;
    }

    .email-dialog .mail-container > .mail-buttons .btn-block {
        width: 49%;
        display: inline-block;
        margin-top: 5px;
    }
}

@media (max-width: 350px) {
    .email-dialog .mail-container > .mail-buttons .btn-block {
        width: 100%;
    }
}


@media (max-width: 480px) { 
    .ngdialog .ngdialog-content {
        width: 100% !important;
        height: 100% !important;
        line-height: 1em !important;
        overflow: auto;
    }
    .ngdialog {
        padding: 0 !important;
    }
}

/* DIALOG VÉGE */

/* TABS */

.nav-tabs.nav-sm a {
    padding: 5px;
}

/* TABS VÉGE */

/* ROUTING GROUP */

.fixwidth {
    width: 150px;
}

.routing-group-unitid * {
    display: inline;
}

.log {
    height: 200px;
    cursor: text;
    overflow: auto;

    padding: 0;
}

.log .alert {
    margin: 0;
    padding: 5px;
    border-radius: 0;
}

#waitMonitor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-color: rgba(250, 250, 250, 0.5);
    font-size: 250%;
    text-align: center;
    z-index: 9999;
}

#waitMonitor .spin {
    position: relative;
    top: 50%;
    height: 50px;
    margin: 0;
    padding: 0;
    margin-top: -25px;
}

/*.log p.success {
    color: #3c763d;
}

.log p.danger {
    color: #a94442;
}*/

/* ROUTING GROUP VÉGE */

/* POBLEMS */

.problems-list .problems_header, .problems-list .problems_body {
    /*white-space: nowrap;*/
    display: block;
    width: 100%;
}

.problems-list .problems_body {
    background-color: white;
}

.problems-list .problems_body {
    cursor: pointer;
}

.problems-list .problems_body.list-group-item-danger:hover {
    background-color: #f7ebeb;
}

.problems-list .problems_body.list-group-item-info:hover {
    background-color: #e8f4fa;
}

.problems-list .problems_body.list-group-item-info.list-group-item-closed {
    color: #000;
}
.problems-list .problems_body.list-group-item-info.list-group-item-closed:hover {
    background-color: #eee;
}

.problems-list .problems_body.list-group-item-danger.important {
    background-color: #c03838;
    color: #fff;
}

.problems-list .problem-element  {
    display: inline-block;
    margin: 0;
}

.problems-list .problem-id {
    width: 60px;
}

.problems-list .problem-date {
    width: 160px;
}

.problem-list .problem-text {
    width: auto;
}

.wait_spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2000;
    text-align: center;
}

.wait_spinner i.fa {
    position: relative;
    top: 50%;
}

#progress {
    width: 100%;
    margin: 20px auto;
    overflow: hidden;

    /*height: 0;*/
}

#progress.show-progress {
    display: block;
    /*    -moz-animation-name: progress-container-anim;
        -moz-animation-duration: 0.3s;
        -webkit-animation-name: progress-container-anim;
        -webkit-animation-duration: 0.3s;
        -ms-animation-name: progress-container-anim;
        -ms-animation-duration: 0.3s;
        -o-animation-name: progress-container-anim;
        -o-animation-duration: 0.3s;
        animation-name: progress-container-anim;
        animation-duration: 0.3s;*/
}

#progress.hide-progress {
    display: none;
    /*    -moz-animation-name: progress-container-anim-out;
        -moz-animation-duration: 0.3s;
        -moz-animation-fill-mode: forwards;
        -webkit-animation-name: progress-container-anim-out;
        -webkit-animation-duration: 0.3s;
        -webkit-animation-fill-mode: forwards;
        -ms-animation-name: progress-container-anim-out;
        -ms-animation-duration: 0.3s;
        -ms-animation-fill-mode: forwards;
        -o-animation-name: progress-container-anim-out;
        -o-animation-duration: 0.3s;
        -o-animation-fill-mode: forwards;
        animation-name: progress-container-anim-out;
        animation-duration: 0.3s;
        animation-fill-mode: forwards;*/
}

#progress div {
    background-color: #007AFF;
    display: block;
    height: 15px;
    border-radius: 4px;

    -moz-animation-name: progress-anim;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -webkit-animation-name: progress-anim;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -ms-animation-name: progress-anim;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: progress-anim;
    -o-animation-duration: 1.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: progress-anim;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#progress p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 90%;
}

.event-data {
    /*    border: 1px solid #ccc;
        border-radius: 4px;
        padding: 6px;*/
    border-bottom: 1px solid #ccc;
    padding: 3px 6px;
}

.event-data:after {
    content: "\00a0";
}

.event-data .phone {
    width: 100%;
    font-weight: bold;
    font-size: 130%;
}

.event-data.flex {
    border: none;
}
.event-data.flex:after {
    content: "";
}

.event-data.flex .phone {
    border-bottom: 1px solid #ccc;
}
.event-data.flex .phone:after {
    content: "\00a0";
}

@media (max-width:350px){
    .event-data {
        display: block;
    }
    .event-data > .phone {
        display: block;
    }
    .event-data > .phone + span > button {
        margin-left: 0;
        margin-top: 5px;
    }
}

/*.event-data .success, .mail .success {
    font-size: 130%;
    color: #86cc4b;
    margin-left: 3px;
}*/

.btn.call {
    margin-left: 3px;
}

.action-title {
    margin: 0;
    font-weight: bold;
    font-size: 90%;
}

/* POBLEMS VÉGE */

/* RESEND */

.resend-btns button {
    width: 90%;
}

/* RESEND VÉGE */

/* export dialog & check-list */

h1.helios-dialog {
    font-size: 1.3em;
    border-bottom: 2px solid #ddd;
    padding-bottom: 3px;
}

ul.field-list li label {
    width: 100%;
    cursor: pointer;
}

ul.field-list li:hover label {
    background-color: #eee;
}

/*ul.check-list {
    margin: 0;
    padding: 0;
}

ul.check-list li {
    list-style: none;
    cursor: default;
}

ul.check-list.bordered li {
    padding-left: 3px;
}

ul.check-list li:hover {
    background-color: #eee;
}

ul.check-list li:before, .list-select-header:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 15px;
    margin-right: 5px;
    content: '\f096';
        display: inline-block;
        text-decoration: inherit;
        content: " ";
        width: 20px;
        height: 20px;
        line-height: 20px;
        border: 1px solid black;
        border-radius: 4px;
}

ul.check-list li.selected:before, .list-select-header.selected:before {
    content: '\f046';
    content: '\2714';
}*/

/*.list-select-header {
    cursor: pointer;
}*/

/* export dialog & check-list vége */

/* LOGS */
.table-header {
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 1%, #ffffff 47%, #eeeeee 99%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(1%,#eeeeee), color-stop(47%,#ffffff), color-stop(99%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cccccc 0%,#eeeeee 1%,#ffffff 47%,#eeeeee 99%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cccccc 0%,#eeeeee 1%,#ffffff 47%,#eeeeee 99%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 1%,#ffffff 47%,#eeeeee 99%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cccccc 0%,#eeeeee 1%,#ffffff 47%,#eeeeee 99%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.table-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /*align-content: flex-start;*/
}

.logs-tab-content {
    padding: 0;
}

.logs-datepicker {
    max-width: 200px;
}


.logs-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    /*width: 200px;*/
}

.logs-client {
    /*width: 100%;*/
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    min-width: 200px;
    max-width: 250px;
}

.logs-unitid {
    width: 70px;
}

.logs-timestamp {
    width: 150px;
}

.logs-count {
    width: 50px;
}

.logs-hwtype {
    width: 150px;
}

.logs-ip {
    width: 120px;
}

.logs-sender {
    width: 130px;
}

.logs-msg {

}

/* LOGS VÉGE*/

/*.table-container {
    overflow-x: auto;
}

.table-container #logs-header, .table-container .table-row {
    width: auto;
    white-space: nowrap;
    display: inline;
}

.table-container .table-row {
    min-height: 100%;
}*/

/* RESP TABLE */

#resp-table-container .list-group-item {
    padding: 10px 0;
}

#resp-table-container .table-col * {
    padding-left: 5px;
    padding-right: 5px;
    word-wrap: break-word;
}

#resp-table-container .autohide-cols-container {
    padding: 5px 15px;
}
#resp-table-container .autohide-cols-container .title {
    font-weight: 400;
}

.static-check {
    margin: 0; 
    padding: 0;
}
.static-check:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    padding-left: 2px;
    color: transparent;
    content: '\f00c';
}

.static-check.checked:before {
    color: #66afe9;
}

/*#resp-table-container .table-col {
    border-right: solid 1px #ddd;
}

#resp-table-container .table-col:last-child, #resp-table-container .table-header .table-col {
    border-right: none;
}*/


.btn-al-boolean {
    margin: 2px;
}

.button-panel {
    padding: 10px;
    padding-bottom: 0;
}
/* RESP TABLE VÉGE */


/* <pre> for text */

.viewer-container {
    height: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column; /* Safari 6.1+ */
    flex-direction: column;
}

.pre-text {
    overflow: auto;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    word-wrap: normal;

}

/* <pre> for text vége*/


/* TABS */

ul.tabs {
    border-bottom: 1px solid #DDD;
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: outside none none;
    margin-top: 0px;
}

ul.tabs > li {
    margin-bottom: -1px;
    display: inline-block;
}

ul.tabs > li > span {
    margin-right: 2px;
    line-height: 1.42857;
    border-radius: 4px 4px 0px 0px;

    position: relative;
    display: block;
    padding: 10px 15px;

    background: none repeat scroll 0px 0px transparent;

    color: #007AFF;
    cursor: pointer;
}

ul.tabs > li.active > span {
    color: #555;
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: #DDD #DDD transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-bottom: 1px solid transparent;
    cursor: default;
}

ul.tabs > li:focus > span {

}

/* TABS VÉGE */

/* DONE CHECK */
.done-check {
    width: 35px !important;
    height: 35px !important;
    margin: 0;
    margin-left: 2px;
    line-height: 35px !important;
    text-align: center;
}

.done-check > i {
    color: #86cc4b;
    margin-left: 3px;
}

.done-check:not(.done) > i {
    color: transparent;
}
/* DONE CHECK VÉGE */

/* Export viewer dialog */

.dialog-wait-container {
    text-align: center;
    margin-top: 30%;
}

.dialog-wait-container > #progress {
    max-width: 300px;
}

/* Export viewer dialog VÉGE */

/* version */

.helios-version {
    /*    position: absolute;
        bottom: 0;
        left: 0;*/
    width: 100%;
    padding: 3px;
    color: #aaa;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
}

/*.before-version {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}*/

#scrollable-menu-content {
    margin-bottom: 30px;
    /*    display: -webkit-box;       OLD - iOS 6-, Safari 3.1-6 
        display: -moz-box;          OLD - Firefox 19- (buggy but mostly works) 
        display: -ms-flexbox;       TWEENER - IE 10 
        display: -webkit-flex;      NEW - Chrome 
        display: flex;
        -webkit-flex-direction: column;   Safari 6.1+ 
        flex-direction: column;*/

/*    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column; 
    flex-direction: column;*/
}

/* version vége */