/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017.08.10., 16:24:25
    Author     : rimoczikaroly
*/


.viGeneralSaveButton::before {
    content: "\f0c7";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

.viGeneralCreateButton::before {
    content: "\f055";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}
.viGeneralUpdateButton::before {
    content: "\270f";
    font: normal normal normal 12px/1 Glyphicons Halflings;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

.viBackButton::before {
    content: "\f0e2";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

.card-header {
    font-size: 1.2rem;
}

a.ViButton.removeFilters {
    border-bottom: none;
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-bar-success {
  background-color: #5cb85c;
}

a.ViButton.removeFilters:after {
    border: none;
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\f1f8';
    font-size: 1.6em;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin-left: 2px;
    margin-right: 2px;
    color: #942e2d;
    text-decoration: none;
}

.table.table-responsive tr:hover td { 
    /* background-color: #ecf2f5; */
    
    filter: brightness(80%);
}

.filterRow .form-control {
    padding: 3px;
}

.filterRow select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.filterRow td {
    height: auto;
}

.filterRow {
    background-color: #dbe4e8 !important;
}

.filterRow:hover {
    background-color: #dbe4e8 !important;
}

.admin-vipintra-client-view-main-datas label {
    font-weight: bold;
}

/*.admin-vipintra-client-view-main-datas table td {
    width: 50%;
}*/

.admin-vipintra-client-view-main-datas .row-main-datas label, .admin-vipintra-client-view-main-datas .row-main-datas .value {
    width: 49%;
    display: inline-block;
}

.row-main-datas label, .row-main-datas .value {
    width: 49%;
    display: inline-block;
}

.StartUiGridTableForm .information-box {
    padding-bottom: 5px;
} 

.StartUiGridTableForm .totalNumber {
    padding: 10px 10px 0 0;
}

.admin-vipintra-client-view-main-datas #divNote .note {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.admin-vipintra-client-view-main-datas #divNote .note_content {
    white-space: pre-wrap;
}

.tartalom_small.header_icon {
    width: 30px;
    vertical-align: text-top;
    margin-right: 5px;
}

.proj-page-section.proj-page-header .title {
    border-bottom: 1px solid #d8e2e7;
    margin-bottom: 10px;
}

.proj-page-section.proj-page-header h2 {
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.dahsboard-column .checkbox {
    display: inline-block;
    margin-bottom: 0;
}

.dahsboard-column .checkbox label {
    font-size: 15px;
}

.dahsboard-column h3 {
    font-size: 17px;
}

.tbl-typical td, .tbl-typical th {
    padding: 5px;
}

.tbl-typical th>div {
    padding: 5px;
}

.tbl-typical td {
    font-size: 14px;
}

.alert.alert-info.alert-no-border {
    border-color: #00a8ff;
    background-color: #e4f6fd;
    border: none;
    border-radius: 0;
}

.panel-heading-with-buttons {
    padding: 10px !important;
}

.panel-heading-with-buttons h3 {
    float: left;
    margin-top: 5px;
}

.panel-heading-with-buttons a {
    float: right;
    margin: 0 !important;
}

.newsAdminFormBox .images{overflow:hidden;padding:10px 0;}
.newsAdminFormBox .images .imageBox{
    width:145px;
    height:135px;
    float:left;
    overflow:hidden;
    text-align:right;
    position: relative;
    margin:0;
    padding:5px;
} 
.newsAdminFormBox .images .imageBoxInner {
    width:130px;
    height:130px;
    border:1px solid grey;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    background: center no-repeat;
}

.newsAdminFormBox .images div.imageBox:hover img, .newsAdminFormBox .images div.imageBox img:hover {display:inline;}
.newsAdminFormBox .images div.imageBox img:hover {cursor:pointer}
.newsAdminFormBox .images .imageBox img{ 
    padding:0;
    margin:0;
    display:none;
    left:125px;
    top:0px;
    z-index: 100;
    position: absolute;
    overflow:hidden;
}

.tabs-section .nav .nav-item.active a {
    border-bottom: solid 3px #343434;
    color: #343434;
}

.workTimeTable .weekend, .workTimeTable .holiday,
.freedayTable .weekend, .freedayTable .holiday {
    background-color: #dbdfe5;
}

.workTimeTable .workdayweekend,
.freedayTable .workdayweekend{
    background-color: inherit;
}

.workTimeTable .freeday,
.freedayTable .freeday {
    background-color: #fff88f;
}
.workTimeTable .acceptedfreeday,
.freedayTable .acceptedfreeday {
    background-color: #D2FFD1;
}

.workTimeTable table, .freedayTable table,
.workTimeTable .table td, .workTimeTable .table th,
.freedayTable .table td, .freedayTable .table th {
    border: 1px solid #b3b6b9;
}
.freedayTable .table td.selectedday {
    border: 3px solid #b6a700;
}
.freedayTable .table td.unselectedday {
    border: 3px solid #b60004;
}

.freedayTable .table td.selecteddaypast {
    background-color: rgb(252, 53, 3);
}

.freedayTable td:hover {
    background-color: #c8cdf8;
}


.workTimeTable .table td,
.freedayTable .table td {
    white-space: nowrap;
}
.freedayTable td {
    vertical-align: top;
}
.freedayTable div.day {
    font-size: 70%;
    text-align: center;
}
.freedayTable td.bad_date div.day {
    display: none;
}
.freedayTable .holiday {
    color: #FF4444;
    font-weight: bold;
}
.freedayTable .workdayweekend {
    color: #4444FF;
    font-weight: bold;
}


.workTimeTable td.today,
.freedayTable td.today {
    font-weight: bolder;
    border: 3px solid #0e577d;
}

.workTimeTable tr td:nth-child(-n+2) {
    width: 200px;
}

.freedayTable td.bad_date {
    border: none;
}

.storeProductTable label {
    margin-bottom: 6px;
    font-size: 1rem;
    font-weight: bold;
}

.ViPaginationWidget.limitSelect select {
    display: block;
    margin-top: 10px;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

/*TOOLTIP CSS*/

span.staticToolTip {
}
span.staticToolTip:hover {
    text-decoration: none;
    background: #ffffff;
    z-index: 6;
}
span.staticToolTip span {
        font-size: 18px;

    position: absolute;
    left: -9999px;
    margin: 20px 0 0 0px;
/*    padding: 3px 3px 3px 3px;*/
    border-style:solid;
    border-color:#413839;
    border-width:1px;
    z-index: 6;
    color: black;
    width:400px;
    text-align: justify;
}
span.staticToolTip:hover span {
    left: 2%;
/*    background: #F7F0DE;  */
    color: black;
    width:400px;
    text-align: justify;
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); 
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif;
}
span.staticToolTip span {
    position: absolute;
    left: -9999px;
/*    margin: 4px 0 0 0px;*/
/*    padding: 3px 3px 3px 3px;*/
/*    border-style:solid;
    border-color:#413839;
    border-width:5px;  */
    color: black;
    width:400px;
    text-align: justify;
}
span.staticToolTip:hover span {
    margin: 25px 0 0 100px;
/*    background: #F7F0DE; */
    z-index:6;
    width:400px;
    text-align: justify;
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif;
}

/*TOOLTIP CSS END*/ 

.ViActiveForm label {
    margin-bottom: 2px;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.productCategoryPropertiesBox .glyphicon-remove-sign, .productCategoryPropertiesBox .glyphicon-arrow-down {
    color: #f66741;
}

.productCategoryPropertiesBox .glyphicon-arrow-up {
    color: #74a3e2
}

.form-group-own {
    padding-bottom: 15px;
    border-bottom: 1px solid #d8e2e7;
    margin-bottom: 15px;
}

.hasPostImage {
    display: inline-block !important;
    position: relative !important;
}

.postImage {
    display: inline-block !important;;
    position: absolute !important;;
    right: 0;
    border-left: none !important;
}

.postImage span {
    left: 0 !important; 
}

.side-menu-list a:hover, .side-menu-list li>span:hover {
    background-color: transparent;
    text-decoration: underline;
}

.order-new-item-table .admin-vipintra-client-view-main-datas td {
    width: inherit !important;
}

.errorListBox {
    background-color: #feecec;
    padding: 8px 10px;
    color: #343434;
    font-size: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    border-color: #fa424a;
}

.ViButton.greenButton {
    background-color: green;
    color: white;
    padding: 3px;
    border: none;
}

.ViButton.redButton {
    background-color: red;
    color: white;
    padding: 3px;
}

.cart-list-by-items-table .warning {
    background-color: #ffe2e2 !important;
}

.chart-statistic-box .chart-txt .tbl-data .price {
    text-align: right;
}

div.recurringlist tr.row0.highlight td {
    background-color: #fff700;
}
div.recurringlist tr.row1.highlight td {
    background-color: #e4d700;
}

div.ui-dialog 
{
    z-index: 10;
    min-width: 50%;
}

input.error, span.error {
    background-color: #feecec;
    border: 1px solid transparent;
    border-color: #fa424a;   
}

/* project adatlap - könyvelt órák */
table.projectWorktimes tr.summary {
    background: rgba(255, 255, 181, 0.65);
}
table.projectWorktimes tr.summary td {
    font-weight:bold;
}
table.projectWorktimes td.right {
    text-align: right;
}

/* project adatlap - számlák */
table.projectInvoiceList tr.unpaid {
    background-color: rgba(235, 204, 204, 0.85);
}
table.projectInvoiceList td.right {
    text-align: right;
}
table.projectInvoiceList tr.summary {
    background: rgba(255, 255, 181, 0.65);
}
table.projectInvoiceList tr.summary td {
    font-weight:bold;
}

/* project adatlap - pényzügy */
table.project_finance .financeTotal {
    background-color: #fdf4e6;
    font-size: 19px;
}
table.project_finance {
    display: table;
}
table.project_finance .financeTotal.totalMinus {
    color: #fa424a;
}
table.project_finance .financeTotal.totalPlus {
    color: #46c35f;
}
table.project_finance td {
    text-align: right;
}

#fsNewClient, #fsNewContact {
    background-color: #ecf2f5;
    margin-bottom: 15px;
}

#fsNewClient h2, #fsNewContact h2 {                                  
    font-size: 20px;
    margin-top: 10px;
}

#fsNewContact {
    margin-top: 15px;
}

div.information-box a.ViButton {
    float: right;
    
}

.document-upload-btn {
    width: inherit !important;
    padding: .5rem 1rem !important;
    right: 0 !important;
}

.active-proj-link {
    border-bottom: none !important;
}

.bootstrap-table .table td, .bootstrap-table .table th, .fixed-table-body .table td, .fixed-table-body .table th, .table td, .table th {
    padding: 5px;
}

#taskListStateFilterBox label, #taskListDateFilterBox label, #taskIdFilterBox label {
    margin-right: 10px;
    display: inline-block;
}

.filterTicketsButton {
    margin-right: 10px;
}

.taskListTable {
    /*text-align: center;*/
}

.taskListTable tr.task, .taskListTable tr.bug {
    text-align: center;
}

.taskListTable .progress {
    color: inherit !important;;
    display: table-row !important;
    font-size: inherit !important;
}

table.table tr th 
{
    font-size: 80%;
}

.popup_task_link {
    background: white;
    border: 1px solid #d8e2e7;
    padding: 5px;
}

.change_task_status_modal .popup_task_link:hover {
    background: #f1f1f1;
}

.popup_task_backlog_item {
    background: white;
    border: 1px solid #d8e2e7;
    padding: 5px;
    width: 70%;
    text-align: left;
}

div.ViGridCard div.ViGridCardItem.wait2customer, table.ViGridTable tr.wait2customer td {
    background-color: gray;
}

div.ViGridCard div.ViGridCardItem.testing, table.ViGridTable tr.testing td, div.ViGridCard div.ViGridCardItem.progress, table.ViGridTable tr.progress td {
    background-color: #77ee77;
}

div.ViGridCard div.ViGridCardItem.blocked, table.ViGridTable tr.blocked td, div.ViGridCard div.ViGridCardItem.nobegin, table.ViGridTable tr.nobegin td {
    background-color: rgba(238, 102, 102, 0.3);
}

div.ViGridCard div.ViGridCardItem.part_unpaid_mailed_invoice_out, table.ViGridTable tr.part_unpaid_mailed_invoice_out td {
    background-color: #b7b7ff;
}

div.ViGridCard div.ViGridCardItem.part_paid_mailed_invoice_out, table.ViGridTable tr.part_paid_mailed_invoice_out td {
    background-color: #68E1DD;
}

div.ViGridCard div.ViGridCardItem.unpaid_mailed_invoice_out, table.ViGridTable tr.unpaid_mailed_invoice_out td {
    background-color: #ffbcb9;
}

div.ViGridCard div.ViGridCardItem.unpaid_mailed_invoice_out, table.ViGridTable tr.unpaid_mailed_invoice_out:hover td,
div.ViGridCard div.ViGridCardItem.part_paid_mailed_invoice_out, table.ViGridTable tr.part_paid_mailed_invoice_out:hover td, 
div.ViGridCard div.ViGridCardItem.part_unpaid_mail {
    background-color: #FFB36F;
}

div.ViGridCard div.ViGridCardItem.unpaid_mailed_invoice_out, table.ViGridTable tr.unpaid_mailed_invoice_out:hover td,
div.ViGridCard div.ViGridCardItem.part_paid_mailed_invoice_out, table.ViGridTable tr.part_paid_mailed_invoice_out:hover td, 
div.ViGridCard div.ViGridCardItem.part_unpaid_mailed_invoice_out, table.ViGridTable tr.part_unpaid_mailed_invoice_out:hover td,
table.ViGridTable tr.successful_closed:hover td {
    background-color: #FFB36F;
}

div.ViGridCard div.ViGridCardItem.testing, table.ViGridTable tr.testing td, 
div.ViGridCard div.ViGridCardItem.progress, table.ViGridTable tr.progress td {
    background-color: rgb(165, 234, 179);
}

div.ViGridCard div.ViGridCardItem.wait2bugfix, table.ViGridTable tr.wait2bugfix td,
div.ViGridCard div.ViGridCardItem.wait2invoice, table.ViGridTable tr.wait2invoice td,
div.ViGridCard div.ViGridCardItem.wait2test, table.ViGridTable tr.wait2test td,
div.ViGridCard div.ViGridCardItem.wait2publish, table.ViGridTable tr.wait2publish td {
    background-color: rgba(204, 136, 204, 0.46);
}

div.ViGridCard div.ViGridCardItem.wait2customer, table.ViGridTable tr.wait2customer td {
    background-color: rgba(213, 213, 213, 0.76);
} 

div.ViGridCard div.ViGridCardItem.postpone, table.ViGridTable tr.postpone td {
    background-color: rgba(136, 204, 255, 0.53);
} 

div.ViGridCard div.ViGridCardItem.closed_invoices, table.ViGridTable tr.closed_invoices td,
div.ViGridCard div.ViGridCardItem.successful_closed, table.ViGridTable tr.successful_closed td {
        background-color: #93e5a4;
} 

div.ViGridCard div.ViGridCardItem.unsuccessful_closed, table.ViGridTable tr.unsuccessful_closed td {
    background-color: rgba(112, 128, 144, 0.46);
} 

div.ViGridCard div.ViGridCardItem.planned, table.ViGridTable tr.planned td {
    background-color: #D3CF82;
} 

table.ViGridTable th {
    padding-right: 9px;
}
table.ViGridTable th .vigridtable_arrow_holder {
    float: right;
    width: 0;
    left: 9px;
}
table.ViGridTable th .vigridtable_uparrow a {
    color: #c6dce6;
}
table.ViGridTable th .vigridtable_downarrow a {
    color: #ccc;
}
table.ViGridTable th .vigridtable_uparrow.vigrid_selected_order a {
    color: #208015;
}
table.ViGridTable th .vigridtable_downarrow.vigrid_selected_order a {
    color: #d93d3d;
}
table.ViGridTable th .vigridtable_uparrow {
    height: 10px;
	margin-top: -6px;
}
table.ViGridTable th .vigridtable_downarrow {
    height: 10px;
}

table.ViGridTable tr.highlight {
  animation: blinker 1s linear infinite;
  animation-iteration-count: 5;
  animation-fill-mode: forwards;
  font-weight:bold;
}

@keyframes blinker {  
  50% { background-color: #F8B068; }
}

#noteError {
    color: red;
}

.task_state_change_icon {
    margin-left: 4px;
}
.task_state_change_now_icon {
    margin-left: 8px;
}

.task_state_change_icon, .task_state_change_now_icon {
    cursor: pointer
}

.task_state_change_icon:hover, .task_state_change_now_icon:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.div.ViGridCard div.ViGridFilterCardItem div {
    float: left;
    margin: 10px;
}

/* Read more functions to project list pages */
table.table span.fadeout {
  background: -webkit-linear-gradient(left, #000, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   white-space: nowrap;
}

table.table span.btn_read_more {
    font-weight: bold;
    color: #00c;
    cursor: pointer;
    white-space: nowrap;
    float: right;
}
table.table span.more_note {
    display: none;
}

table.projectlisttable {
    font-size: 100%;
}

table.projectlisttable td {
    padding: 1px 5px;
    height: auto;
}

.side-menu-list ul a {
    padding-left: 46px;
    max-width: 214px;
}

.side-menu-list ul a.postImage {
    padding-left: 20px;
}

/*table.table {
    font-size: 80%;
}*/

.bootstrap-table .table a, .fixed-table-body .table a, .table a {
    border-bottom: none !important;
}

header a.btn_changer {
	float: right; 
}

.easyTooltipClass hr {
    margin-top: 2px;
    margin-bottom: 2px;
}

.easyTooltipClass div.row {
    margin: 0;
    padding: 0;
}

.easyTooltipClass div.title {
    margin-right: 5px;
}

.view-title {
    float: left;
}

.view-update-btn-holder {
    float: right;
}

.view-update-btn-holder .btn {
    margin: 0;
}

#btnAddEmail {
    margin-top: 4px;
}

.circle_icon
{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ff0000;
}

.circle_icon.working
{
    background-color: #5cb85c;
}
.circle_icon.notworking
{
    background-color: #ff0000;
}
.circle_icon.freeday
{
    background-color: #0000ff;
}
.circle_icon.freeday.working
{
    background-color: #0000ff;
    border: 3px solid #00ff00;
}

td.nowrap
{
    white-space: nowrap;
}

div.finediff del 
{
    background-color: #981818;
}
div.finediff ins 
{
    background-color: #19971c;
}

span.user_icon {
    width: 30px;
    height: 30px;
    background-color: #f0f0f0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 15px;
    padding-top: 0.1em;
    color: #666;
}



img.user_icon {
    border-radius: 10px;
}

.box-typical-bg {
    background-color: rgba(216, 226, 231, 0.45);
}

.box-typical-bg-transparent {
    background-color: transparent;
}

.fa.fa-check-circle-o {
    color: #2f9e45;
}

.fa.fa-ban {
    color: #fa424a;
}

.newContact legend {
    font-size: 1.1rem;
    font-weight: bold;
}

.vipintra-task-card-view-btn, .vipintra-task-table-view-btn {
    margin-bottom: 0 !important;
}

.vipintra-task-card-view-btn span, .vipintra-task-table-view-btn span {
    padding: 0 3px;
    font-size: 27px;
    color: #00699a;
}

.task-list-jump-to-ticket-holder {
    float: right;    
}

.task-list-jump-to-ticket {
    max-width: 150px;
    display: inline-block;
    padding: 3px;
    margin-right: 15px;
}

.grid-select-holder {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.grid-select-holder input {
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    cursor: pointer;
    outline: none;
}

.grid-select-holder input:focus {
    outline: none
}

.task-status-filter-holder, .task-other-filter-holder, .task-date-filter-holder {
    display: none;
}

.task-filter-tickets-buttons-holder {
    display: none;
}

.monthly-worktime-form-holder .btn-primary, .monthly-worktime-form-holder .form-control {
    margin-bottom: 5px;
}

.worktime-table-year {
    width: 90px;
    display: inline;
    vertical-align: middle;
}

.worktime-table-month {
    width: 140px;
    display: inline;
    vertical-align: middle;
    margin: 0 5px;
}

.worktime-table-excel {
    margin-left: 5px;
}

.invoiceOutSearchForm legend {
    font-size: 1rem;
    font-weight: bold;
}

.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

/*.btn.btn-success {
    margin-bottom: 8px;
}*/

.next-btn-margin {
    margin-right: 5px;
}

.MonthlyPaginationWidgetClass h3 {
    margin: 15px 0;
}

div.sidebysideddl_head {
    min-height: 25px;
}

#categoryImageBox {overflow:hidden}
.newsAdminFormBox .images{overflow:hidden;padding:10px 0;}
#categoryImageBox  .imageBox{
    width:77px;
    height:75px;
    float:left;
    overflow:hidden;
    text-align:right;
    position: relative;
    margin:0;
    padding:5px;
} 
#categoryImageBox  .imageBoxInner {
    width:70px;
    height:70px;
    border:1px solid grey;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    background: center no-repeat;
}

#categoryImageBox  div.imageBox:hover img, #categoryImageBox  div.imageBox img:hover {display:inline;}
#categoryImageBox  div.imageBox img:hover {cursor:pointer}
#categoryImageBox  .imageBox img{ 
    padding:0;
    margin:0;
    display:none;
    left:62px;
    top:0px;
    z-index: 100;
    position: absolute;
    overflow:hidden;
}

.productItemFormBox .images{overflow:hidden;padding:10px 0;}
.productItemFormBox .images .imageBox{
    width:145px;
    height:135px;
    float:left;
    overflow:hidden;
    text-align:right;
    position: relative;
    margin:0;
    padding:5px;
} 
.productItemFormBox .images .imageBoxInner {
    width:130px;
    height:130px;
    border:1px solid grey;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    background: center no-repeat;
}

.productItemFormBox .images div.imageBox:hover img, .productItemFormBox .images div.imageBox img:hover {display:inline;}
.productItemFormBox .images div.imageBox img:hover {cursor:pointer}
.productItemFormBox .images .imageBox img{ 
    padding:0;
    margin:0;
    display:none;
    left:125px;
    top:0px;
    z-index: 100;
    position: absolute;
    overflow:hidden;
}

.gallery-worksheet-img {
    margin-bottom: 5px;
}

.activity-line-item .activity-line-action .time {
    margin-top: 15px;
}

h1.with-border, h2.with-border, h3.with-border, h4.with-border, h5.with-border, h6.with-border {
    border-bottom: solid 1px #264796;
}

h2, h3, h4, h5, h6{
    color: #264796;
}

.worksheet-widget-accordion .panel-heading {
    padding: 0;
}

.worksheet-widget-accordion .panel-heading a {
    font-size: 14px;
}

.admin-vipintra-client-view-main-datas .row-main-datas {
    border: 1px solid #d8e2e7;
    border-bottom: none;
    padding: 5px;
}

.admin-vipintra-client-view-main-datas .row-main-datas:last-of-type {
    border-bottom: 1px solid #d8e2e7;
}

.admin-vipintra-client-view-main-datas .row-main-datas:nth-child(odd) {
    background: #efefef;
}

#details.files-manager-aside-section{
    word-wrap: break-word;
}

#files-manager-content .fm-file{
    width: 150px;
    height: 200px;
}

/*widget modal kiegészítő*/
.ui-widget-content {
    z-index: 10000;
}

.productTableDisplay
{
    display:none !important;
}

/*.side-menu-list ul span {
    padding-left: 46px !important;
}

.side-menu-list li.with-sub li.with-sub ul li a {
    padding-left: 65px !important;   
}*/

/*.side-menu-list li.with-sub ul li .postImage {
    max-width: inherit !important;
    padding-left: 0 !important;
}*/

/*.side-menu-list li.with-sub li.with-sub ul li .postImage {
    padding-left: 0 !important;
}*/

.side-menu-list .third-level-menu .emptyItem {
    padding-left: 46px !important;
}

.side-menu-list .third-level-menu ul li .listStyle {
    padding-left: 65px !important;
}

.side-menu-list .third-level-menu ul li .postImage {
    padding-left: 20px !important;
}

/*.orgchart-block {
    overflow-x: scroll;
}*/

.orgchart-block table {
    border-collapse: initial;
}

.orgchart-typical-box {
    border: 0;
    margin: 10px 10px 0 10px !important;
}

ul.side-menu-list li ul li.active, 
ul.side-menu-list li ul li.active a {
    background-color: #d8e2e7;
}

.status-progress-bar {
    display: flex;
    justify-content: center;
}

.pill-middle {
    vertical-align:middle;
}

.header-search-box {
    height:30px;
    width: 125px;
}

.lobipanel .panel-heading .dropdown {
    margin-right: 0px;
    margin-top: 1px;
}

tr.yellow {
    background-color: #FFFAAE;
}

/*
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #DDDDDD;
}
*/

.ViReqiuredLabelStar {
    color: red;
    font-weight: bold;
}

.ViReqiuredField {
    border-color: #ad6b6b;
}

.vipintra-task-view-header .btn {
    margin-bottom: 0
}

.vipintra-task-view-datas .tbl-cell, .vipintra-project-view-datas .tbl-cell {
    width: 50%
}

.history-log-short-msg {
    color: #222
}

.history-log-user, .history-log-date {
    font-size: 13px
}

.history-log-date {
    font-style: italic
}

.form-control:focus {
    border-color: #266CBC
}

.task-assigned-worker-tbl {
    margin-bottom: 10px
}

.task-assigned-worker-tbl .tbl-cell:last-of-type, .task-creator-worker-tbl .tbl-cell:last-of-type {
    text-align: right
}

.vipintra-task-view-header .label {
    vertical-align: text-top
}

.vipintra-project-view-header h1 {
    font-size: 1.2rem !important;
    width: 100%;
}

.vipintra-project-view-header i {
    color: #919fa9;
    font-size: 0.9rem
}

.vipintra-project-view-datas .steps-icon-progress li {
    width: 33.3333%;   
}

.vipintra-project-view-datas .steps-icon-progress .active .caption i {
    font-size: 13px;
    color: #919fa9;
    display: block;
}

#fileUplButton .qq-uploader
{
    width: 50% !important;
}

.workerChb .checkbox input+label:before, .workerChb .checkbox input+label:after{
    margin-top:8px !important;
}

.workerChb .checkbox input
{
    margin-top:8px !important;
}

.workerChb .checkbox img,span
{
        margin-right: 3px;
}

.dashedBottomBorderTblRow {
      border-bottom: 1px solid lightgray;
}

.header-slim-button {
    height: 25px;
    margin-right: 0px;
    margin-bottom: 0px !important;
    padding-top: 2px;
}

.mail-box-item.selected-line.yellow:after {
    background-color:#EFAB33;
}

.mail-box-work-area-header:after {

    background-color: transparent;

}

.mail-box-work-area-header.selected-line:after {

    background-color: #AC6BEC;

}

.mail-box-work-area-header.selected-line.red:after {

    background-color: #FA424A;

}

.mail-box-work-area-header.selected-line.yellow:after {

    background-color: #efab33;

}

.flameActive {
    color: #F29824;
    zoom: 2;
}

.doneActive {
    color: #46C35F;
    zoom: 2;
}

.task-card-create h1 {
    font-size: 1.75rem;
    margin: 15px;
}

/* empty list css */

.add-customers-screen {
    text-align: center;
    display: table;
    width: 100%;
    height: 100%
}

.add-customers-screen .add-customers-screen-in {
    display: table-cell;
    vertical-align: middle;
    padding: 15px
}

.add-customers-screen .add-customers-screen-user {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    border: solid 1px #c5d6de;
    text-align: center;
    line-height: 78px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #adb7be;
    font-size: 2.5rem
}

.add-customers-screen .add-customers-screen-user .font-icon {
    line-height: inherit;
    vertical-align: middle
}

.add-customers-screen .lead {
    font-size: 1.5rem
}

.add-customers-screen .btn {
    margin: 1rem 0 0
}

.proj-page-attach-holder {
    display: inline-block;
    width: 49%;
    padding: 10px;
    background: #f6f8fa;
    border: solid 1px #d8e2e7;
    margin-bottom: 15px;
    border-bottom: 2px solid #8c8c8c;
    cursor: pointer;
}

.proj-page-attach-holder .proj-page-attach {
    margin: 0;
    height: auto;
    padding: 0 0 0 60px;
}

.proj-page-attach p a {
    margin: 3px !important;
}

.proj-page-attach-holder.selected, .proj-page-attach-holder:hover {
    background-color: #eceff4;
}

.side-menu.side-menu-compact .side-menu-list a {
    padding: 15px 9px 15px 5px;
}

.table-inline-block {
    display: inline-table;
}

@media screen and (max-width:600px) {
    .newsletter-address-list-header .tbl-cell {
        display: inline-block;
        padding: 10px 0px;
    }
    .newsletter-address-list-header .tbl-cell-action {
        padding-left: 0;
        text-align: center;
        margin: 0 auto;
        width: auto;
    }
    .newsletter-address-list-header .tbl {
        margin: 10px;
        text-align: center;
        width: auto;
    }
    .box-typical .box-typical-header {
        display: block;
    }
    .files-manager-to-stream .files-manager-header-first {
        text-align: center;
    }
}

@media screen and (max-width:340px) {
    .address-list-card-footer-buttons .btn.btn-inline {
        margin-bottom: 5px;
    }
}

@media screen and (max-width:1175px) {
    .address-list-card-footer-buttons .btn.btn-inline {
        margin-bottom: 5px;
    }
}

@media (max-width: 830px) {
    .files-manager-side {
        height: auto !important;
    }
}

.table-striped tbody tr:nth-of-type(odd).red-row {
    background-color: rgba(255,0,0,.1);
}

.table-striped tbody tr:nth-of-type(even).red-row {
    background-color: rgba(255,0,0,.2);
}

.table-striped tbody tr:nth-of-type(odd).yellow-row {
    background-color: rgba(255,222,145,.1);
}

.table-striped tbody tr:nth-of-type(even).yellow-row {
    background-color: rgba(255,222,145,.2);
}

.statistic-box .percent {
    bottom: 59px;
}
 
.grayHeaderButton {
    height: 30px;
    line-height: 30px;
    border: none;
    background: 0 0;
    color: #adb7be;
}


ul.select2-results__options li.select2-results__option--highlighted[aria-selected] {
    color : #74a3e2;
}

.select2-container--arrow .select2-selection--multiple li.select2-selection__choice, 
.select2-container--default .select2-selection--multiple li.select2-selection__choice, 
.select2-container--white .select2-selection--multiple li.select2-selection__choice {
    color : #444;
    padding: 0 2rem 0 .5rem;
}
.select2-container--arrow .select2-selection--multiple li.select2-selection__choice .select2-selection__choice__remove, 
.select2-container--default .select2-selection--multiple li.select2-selection__choice .select2-selection__choice__remove, 
.select2-container--white .select2-selection--multiple li.select2-selection__choice .select2-selection__choice__remove {
    color : #c44 !important;
}


.comment-container {
    max-height: 700px;
    height: 700px;
}

.VipcmsBusinessLogHistoryBoxClass {
    max-height: 700px;
    height: 700px;
}

.card-block.alert.alert-info {
    margin-bottom: 0px;
}

.proj-page-attach-section
{
    max-height: 600px;
    height: 600px;
    
}
.proj-page-section {
    /*padding: 0;*/
    border: 0;
    /*display: inline;*/
}

.proj-page-header .title {
    padding: 0;
    border: 0;
    display: inline;
}

.bs-glyphicons-list .font-icon
{
    margin: 3px;
    width:24px;
    height:24px;
    cursor: pointer;
}

/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinkeranim {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinkeranim;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.task_backlog_change_icon {
    cursor: pointer;
    color: #008800
}

/*
correct context sensitive help modal layout
*/
div#contextSensitiveHelpText ol {
    margin-left: 19px;
}

div#contextSensitiveHelpText ul {
    margin-left: 19px;
}

/*
Correct user dropdown in header
*/
.user_icon.monogram {
    line-height: 20px;
}

.dd-item-fixed {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 19px;
}

.dd-handle-fixed {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #d8e2e7;
    background: #fff;
    -webkit-border-radius: .25rem;
            border-radius: .25rem;
}

.navigation-customization-menu {
    height: 100%;
    position: fixed;
    background: white;
    z-index: 1000;
    width: 100% !important;
    max-width: 30vw !important;
    right: 0;
    overflow-x: hidden;
    top: 0;
    display: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.navigation-customization-menu a {
    width: 100%;
    font-size: 1.25em;
}

.navigation-customization-overlay {
    background: rgba(0, 0, 0, 0.4);
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.top-header-menu-icon:before {
    top: 0 !important;
}

@media screen and (max-width: 768px) {
    .activity-line-item-user .firstWorkIcon {
        margin-left: 35px;
    }
    .navigation-customization-menu {
        max-width: 100% !important;
    }
}

.pill-button {
    border: 0px;
}

.proj-page-txt img {
	max-width: 100%;
	height: auto;
}

.oldVersion {
    opacity: 0.6;
}