.sigma_symbol{
    font-size: 24px;
    font-weight: bold;
}

.max_height_80{
    max-height: 80px !important;
}

.display_flex{
    display: flex;
}

.flex_nowrap{
    display: flex;
    flex-wrap: wrap;
}

.flex_parent{
    display:flex;
    min-height: 40px;
}
.flex_child_center{
    display:flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}

.orderListALgStyle{
    font-weight: 600; 
    cursor: pointer; 
    margin-right:10px;
}
.longTextOverflowOnCustomerOrders{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 800px;
}

.affix {
    position: fixed;
    width: 31%;
    top: 172px;
}

.affix-top {
    position: fixed;
    top: 172px;
    width: 31%;
}

.affix-bottom {
    position: fixed;
    top: 172px;
    width: 31%;
}


/*
Force table width to 100%
*/
 table.table-fixedheader {
    width: 100%;   
}
/*
Set table elements to block mode.  (Normally they are inline).
This allows a responsive table, such as one where columns can be stacked
if the display is narrow.
*/
 table.table-fixedheader, table.table-fixedheader>thead, table.table-fixedheader>tbody, table.table-fixedheader>thead>tr, table.table-fixedheader>tbody>tr, table.table-fixedheader>thead>tr>th, table.table-fixedheader>tbody>td {
    display: block;
}
table.table-fixedheader>thead>tr:after, table.table-fixedheader>tbody>tr:after {
    content:' ';
    display: block;
    visibility: hidden;
    clear: both;
}
/*
When scrolling the table, actually it is only the tbody portion of the
table that scrolls (not the entire table: we want the thead to remain
fixed).  We must specify an explicit height for the tbody.  We include
100px as a default, but it can be overridden elsewhere.

Also, we force the scrollbar to always be displayed so that the usable
width for the table contents doesn't change (such as becoming narrower
when a scrollbar is visible and wider when it is not).
*/
 table.table-fixedheader>tbody {
    overflow-y: scroll;
    height: 300px;
    
}
/*
We really don't want to scroll the thead contents, but we want to force
a scrollbar to be displayed anyway so that the usable width of the thead
will exactly match the tbody.
*/
 table.table-fixedheader>thead {
    overflow-y: scroll;    
}
/*
For browsers that support it (webkit), we set the background color of
the unneeded scrollbar in the thead to make it invisible.  (Setting
visiblity: hidden defeats the purpose, as this alters the usable width
of the thead.)
*/
 table.table-fixedheader>thead::-webkit-scrollbar {
    background-color: inherit;
}


table.table-fixedheader>thead>tr>th:after, table.table-fixedheader>tbody>tr>td:after {
    content:' ';
    display: table-cell;
    visibility: hidden;
    clear: both;
}

/*
We want to set <th> and <td> elements to float left.
We also must explicitly set the width for each column (both for the <th>
and the <td>).  We set to 20% here a default placeholder, but it can be
overridden elsewhere.
*/

 table.table-fixedheader>thead tr th, table.table-fixedheader>tbody tr td {
    float: left;    
    word-wrap:break-word;     
}

.table-borderless tbody>tr>td, .table-borderless tbody>tr>th {
    border-top-width: 0;
}



body {
    min-width: 480px;
    min-height: 100%;
    padding-top: 108px;
}
/*
html, body {overflow:auto;}
*/

/*
 * Style tweaks
 * --------------------------------------------------
 */
/*
html,
body {
  overflow-x: hidden; // Prevent scroll on narrow devices
}

footer {
  padding: 30px 0;
  position: fixed;
  bottom: 0;
}
*/
/*
 * Off Canvas
 * --------------------------------------------------
 */

/*
* Navbar
*/
@media screen and (max-width: 767px) {
    #subnav .nav-pills > li{
        width: 100%;
    }
    #subnav .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
        color: #fff;
        background-color: #f67a1c;
    }
    #subnav .navbar-toggle:focus, #subnav .navbar-toggle:hover {
        background-color: #dadada;
    }
    #subnav .navbar-collapse{
        max-height: 100%;
    }
    #subnav .container-fluid{
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-default .navbar-collapse{
        max-height: 100% !important;
    }
    .panel-body small.col-xs-3.control-label{
        padding-left: 27%;
        width: auto;
    }
}
@media screen and (min-width: 768px) {
    #navbar-collapse2, .navbar-collapse.collapse{
        display: flex !important;
        justify-content: flex-end;
    }
    #subnav .nav-pills{
        overflow:auto;
        white-space: nowrap;
        padding-left: 10px;
        line-height: 3;
        margin-left: 70px;
        justify-content: flex-start;
        margin-right: auto;
    }
    #subnav .nav-pills > li{
        display: inline;
        float: none !important;
    }
    #subnav .nav-pills > li:first-child{
        position: fixed;
        margin-left: -70px;
    }
    #subnav .nav-pills > li > a{
        display: inline;
    }
    .main_navigation{
        overflow:auto;
        white-space: nowrap;
        padding-left: 10px;
        line-height: 4.4;
        margin-right: auto;
    }
    .main_navigation li{
        display: inline;
        float: none;
    }
    .main_navigation li > ul > li{
        position: relative;
        display: initial;
    }
    .navbar-main-collapse .navbar-right, .navbar-form{
        flex-grow: 0;
        flex-shrink: 0;
    }
    .main_navigation li > ul{
        white-space: normal;
    }
    .main_navigation li > a{
        display: inline;
        padding-top: 19px;
    }
    .main_navigation::-webkit-scrollbar , #subnav .nav-pills::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        border: solid 3px transparent;
    }
    .main_navigation::-webkit-scrollbar-track , #subnav .nav-pills::-webkit-scrollbar-track{
        border-radius: 4px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
        border: solid 3px transparent;
    }
    .main_navigation::-webkit-scrollbar-thumb, #subnav .nav-pills::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #dadada;
        border: solid 3px transparent;
    }
    .main_navigation::-webkit-scrollbar:vertical, #subnav .nav-pills::-webkit-scrollbar:vertical {
        display: none;
    }
    .panel.panel-default {
        z-index: 20;
    }
}
@media screen and (min-width: 768px) and (max-width: 1173px) {
    body{
        padding-top: 115px;
    }
    .navbar-form{
        flex-basis: 18em;
    }
}
@media screen and (min-width: 1174px) {
    body{
        padding-top: 110px;
    }
}
    .navbar-header .blackbutton {
        border-color: grey;
        background-color: #fff;
    }
    .navbar-header .blackbutton > .icon-bar {
        background-color: grey;
    }
/*
* Navbar
*/
@media screen and (max-width: 991px) {
    .sm_margin_bottom_10{
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .sm_padding_left_0{
        padding-left: 0px;
    }
}
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.splash {
    text-align: center;
    margin: 10% 0 0 0;
}

.splash .message {
    font-size: 5em;
    line-height: 1.5em;
    -webkit-text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
    text-transform: uppercase;
}

.splash .fa-spinner {
    text-align: center;
    display: inline-block;
    font-size: 5em;
    margin-top: 50px;
}

.page-header {
    padding-bottom: 0;
    margin: 0 0 14px;
    border-bottom: 1px solid #CECCCC;
}
/*
.page-host {
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
*/

.table.table-vcenter td, .table.table-vcenter th, .vcenter {
    /*display: inline-block;*/
    vertical-align: middle;
    float: none;
}
.table.table-th-vbottom th{
    vertical-align: bottom;
}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nowrap_2 {
  white-space: nowrap;
}

.checkbox label, .radio label {
  line-height: 1.9;
}

legend {
    font-size: 15px;
}

/* template layout*/

#subnav {
    position: fixed;
    width: 100%;
    background-color: #FFF;
    border-width: 0;
    margin-top: 0px;
    z-index: 5;
    border-bottom:1px solid #d7d7d7 !important;
}

#subnav .nav-pills {
    margin-top: 6px;
}

.navbar-default {
    /*background-color: #F4F4F4;*/
    border-width: 0;
}

.navbar-nav > li > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e86909;
    border-image: none;
    border-style: solid;
    border-width: 0 0 2px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li:hover > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #4285F4;
    border-image: none;
    border-style: solid;
    border-width: 0 0 2px;
    font-weight: 400;
}

.page-content {
    margin-top: 10px;
}

.right {
    text-align: right;
}

.left {
    text-align: left !important;
}

.center {
    text-align: center;
}

.user_link {
    padding: 4px;
}

.user_link span {
    top: 3px;
}

.middle_lineheight > .input-group {
    margin-bottom: 15px;
}

.border-marker-head {
    border: none;
    padding: 5px;
    text-align: left;
    margin: 0;
    text-indent: 10px;
    margin-top: 20px;
}

.border-marker > address {
    line-height: 23px;
}

.border-marker {
    padding: 10px;
    margin: 0;
    clear: both;
}

.clear
{
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.head {
    margin-top: 0px !important;
}
.validationMessage {
    position: absolute;
    display: block;
    margin-bottom: 10px;
}
.validationElement {
    border: 1px solid;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}
#success_sending {
    margin-top: 20px;
    margin-bottom: 20px;
}


div.theme_switcher{
    padding: 0 12px 0 0;
    margin: 0;
    z-index: 9000;
    float: right;
    line-height: 48px;
    font-size:12px;
}

div.theme_switcher button {
    margin-left: 5px;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid black;
}

div.theme_switcher button.sw_blue{
    background-color: #2888d2;
}

div.theme_switcher button.sw_orange{
    background-color: #f67a1c;
}

div.theme_switcher button.sw_purple{
    background-color: #9d45a5;
}

.float_right{
    float: right;
}

.search_in_h3 {
    font-size: 13px !important;
    margin-left: 10px;
    width: 200px;
    display: inline;
}

nav.inner_nav {
    border-radius: 0px;
    border-style: none;
    border: none !important;
    margin-bottom: 2px !important;
    margin-top: 0px;
}

nav.inner_nav ul.dropdown-menu {
    background-clip: padding-box !important;
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
    border-radius: 0 !important;
    margin: 0 !important;
    min-width: 220px !important;
    max-height: none !important;
}

nav.inner_nav ul.dropdown-menu > li > a {
    clear: both;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    margin: 5px 0px 5px 0px;
    white-space: nowrap;
    border: none;
    text-shadow: none !important;
}

nav.inner_nav ul.dropdown-menu > li > a:hover {
    background: none;
}

nav.inner_nav button.btn-default
{
    background-image: none !important;
}

nav.inner_nav p.navbar-brand{
    font-size: 25px;
}

.chart-large {
    height: 235px;
    width: 100%;
}
.hidden-mobile{display:none!important}
.visible-mobile{display:inline-block!important}
.todo-group-title{margin:0;line-height:31px;padding:0 0 0 10px;background:#fafafa;border-bottom:1px solid #e5e5e5;border-top:1px solid #f1f1f1;color:#919191}
.middle_lineheight > .input-group {
    margin-bottom: 15px;
}
/* -------------- TO DO LIST FORMAT --------------- */
.todo{
    margin:0;
    padding:0;
    min-height:5px;
    list-style:none
}
.todo>li{
    background: url("./images/sort.png") no-repeat scroll 3px 18px;
    border: 1px solid #FFFFFF;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.todo>li:last-child,.todo>li:only-child {
    border-bottom:0
}
.todo>li>:first-child{display:block;border-right:1px solid #FFE1EB;height:100%;padding:6px 11px 6px 18px;width:20px;position:absolute}
.todo>li>:first-child:hover{cursor:move}
.todo>li.complete>:first-child:hover{cursor:default}
/*.todo>li>p{height:100%;margin-left:52px;border-left:1px solid #FFE1EB;display:inline-block;padding:8px 0 6px 7px;margin-bottom:0;min-height:37px;line-height:normal;font-size:14px;font-weight:500;color:#333}.todo>li>p>span{display:block;line-height:12px;font-size:10px;font-weight:400}.todo>li>p>:first-child{margin-top:-5px;color:#8D8D8D;margin-bottom:4px}.todo>li>p>.date{color:#c9c9c9}.todo>li.complete>*{text-decoration:line-through;font-style:italic}.todo>li.ui-sortable-helper{border-top:1px solid #e5e5e5;background:rgba(113,132,63,.1)}.table.has-tickbox thead tr th:first-child{width:18px}*/
.table.has-tickbox.smart-form tbody tr td:first-child .checkbox,.table.has-tickbox.smart-form tbody tr td:first-child .radio,.table.has-tickbox.smart-form thead tr th:first-child .checkbox,.table.has-tickbox.smart-form thead tr th:first-child .radio{padding:0!important}
.fc-border-separate thead tr,.table thead tr{/* background-color:#EFEFEF; *//* background-image:-webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#fafafa)); *//* background-image:-webkit-linear-gradient(top,#f2f2f2 0,#fafafa 100%); */background-image:-linear-gradient(top,#f2f2f2 0,#fafafa 100%);font-size:12px}.fc-border-separate thead tr th{padding:4px;line-height:1.428571429}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-width:1px}.no-padding>.table-bordered{border:0!important}.no-padding>.table-bordered tbody tr td:first-child,.no-padding>.table-bordered thead tr td:first-child,.no-padding>.table-bordered thead tr th:first-child{border-left-width:0!important}
/* grap bg: */
.ui-state-highlight2 {
    border: 2px dotted #ea9140;
    background-color: #ffffb4;
    height: 400px;
}
#sortable_box {
    padding:0;
    margin:0;
}

#sortable_box .boxhead > h3 {
    cursor:move
}
#sortable_box > li {
    margin:0;
    padding:0;
    list-style:none
}

.ui-sortable_margin > li {
    margin-bottom: 20px !important;
}

.min_height_div {
    min-height: 968px;
}

.bottom_space {
    margin-bottom: 5px !important;
}

.op_pagination {
    border-top: 1px solid #B9ADA1;
    padding-top: 13px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.op_pagination_list {
    padding: 0 22px;
}

th.SimpleGridHead{
    color: #fff;
}

div.block_list{
    margin-left: -35px;
}

div.block_list > ul{
    list-style-type: none;
    margin-left: 0px;
}

div.block_list > ul > li{
    margin: 5px 0px 10px 0px;
    border-width: 0px;
    border-style: solid;
    width: 100%;
}

div.block_list > ul > li > table{
    width: 100%;
}

div.block_list ul li table th{
    padding-left: 3px;
}

div.block_list ul li table th.reszletek{
    width: 40px;
    text-align: right;
}
/*
div.block_list ul li table tr:nth-child(even){
}
*/
div.block_list ul li table td{
    padding: 2px 0px 2px 12px;

}
.new_service {
    position: absolute;
    bottom: 40px;
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 7px;
    border: 1px solid #B9ADA1;
    box-shadow: 6px 4px 6px #BCBCBC;
}
i.fafix {
    width: 12px;
}

.bold-red, a.bold-red, a.bold-red:hover {
    font-weight: bold;
    color: #cc0000;
}

.durandal-wrapper {
    border: none;
}
.dropdown_menu_margin {
    margin-left: 15px !important;
}
.pull_right_header {
    margin-right: 20px !important;
    margin-top: 15px !important;
}

.no_list_style li{
    list-style-type: none;
}

.bold {
    font-weight: bold;
}

.box_white {
    margin-top: 3px;
    padding: 10px;
    background-color: #ffffff;
    color: #cccccc;
}

.box_white {
    margin-top: 3px;
    padding: 10px;
    background-color: #ffffff;
    color: #000000;
}

.box_white .invoice_preview_data {
    color: #000000;
}
.text-default{
    color: #394263;
}
.text-dark-muted{
    color: #7b7b7b; 
}
.text-dark-info{
    color: #5b85de; 
}

.box_white .invoice_data {
    line-height: 25px;
}

.invoice_preview_data {
    font-size: 14px;
}

.box_white span.invoice_preview_data {
    font-size:14px;
}

.box_white h4.invoice_preview_data {
    font-size:18px;
    font-weight: bold;
}

.white {
    color: #ffffff !important;
}

.A4 {
    padding: 25px;
}

hr.invoice {
    display: block; height: 1px;
    border: 0; border-top: 1px solid #ccc;
    margin: 1em 0; padding: 0;
}

.separator_line{
    border-bottom: 1px solid #D6D6D6;
    margin: 5px 0px 10px 0px;
}

img.thumb {
    width: 100px;
    height: 100px;
}

.yellow, a.yellow, a.yellow:hover {
    color: #cb9000;
}

.orange, a.orange, a.orange:hover {
    color: #f67a1c;
}

table.invoice_item {
    border-collapse: separate !important;
    border-spacing: 1px !important;
}

tr.head_class, tr.head_class th {
    background-color: #e6e6e6 !important;

}

tr.tr_class1, tr.tr_class1 td {
    background-color: #eeeeee !important;
}
tr.tr_class2, tr.tr_class2 td {
    background-color: #ffffff !important;
}

.product_tags span{
    cursor: pointer;
}

.product_tags span.label{
    margin-top: 3px;
    display: inline-block !important;
    line-height: 1.5 !important;
}

/*----------------------------------price list--------------------------------------------*/

.pricing_list_table th{
    /*    text-align: center;*/
    vertical-align: middle !important;
    /*    width: 20%;*/
    color: white;
    background-color: #696056;
    border-right-style: solid;
    border-right-width: 1px;
    height: 30px;
}

div.pricing_list .table{
    margin: 0px !important;
}

table.pricing_list_table th:nth-child(-n+4){
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

table.pricing_list_table td{
    /*    text-align: center;*/
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    line-height: 1 !important;
    border-right-style: solid;
    border-right-width: 1px;
    vertical-align: middle !important;
}

table.pricing_list_table td:last-child{
    border-right: none;
}
/* 
table.pricing_list_table th:last-child{
       border-right: none;
}
*/
table.pricing_list_table tr:nth-child(even){
    background-color: #d7d6d8 !important;
}

/*------------------- checkbox list ------------------------*/



div.excel_filter_frame{
    position: absolute;
    z-index: 9999;
    background-color: #FFFFFF;
    padding: 0px !important;
    /*    margin: 0px 0px 0px 15px !important;*/
}

div.excel_checkbox_table_div{
    max-height: 250px;
    overflow: auto;
}

table.excel_checkbox_table{
    margin: 0px !important;
    color: #696056;

}

table.excel_checkbox_table td{
    background-color: #FFFFFF;
    border-right-width: 0px;
}

table.excel_checkbox_table tr td:first-child{
    width: 20px;
}

table.excel_checkbox_table tr td:last-child{
    text-align: left;
}

.white_bg {
    background-color: #ffffff;
}

.super_view { height: 235px; width: 100%; overflow: scroll; }
.super_view div.sv_row_right, .super_view div.sv_row { background-color: #ffffff; min-height: 100px;}
.super_view div.sv_row_left p{ line-height: 13px; padding: 0 5px; }
.super_view div.sv_row_right { line-height: 130px; text-align: right; vertical-align: middle; cursor:pointer; }
.super_view div.sv_internal_content {padding:5px; border-right: 2px solid #E8E5E5; }
.super_view hr { border: 0 none; height: 1px; margin: 2px; padding: 0; }
.super_view div.sv_internal_content p { font-size: 12px; }
.super_view .sp_sub_data {display:none;}

.invoice_item_in_timeline {
    line-height: 21px;
    margin: 5px 5px 0;
    padding: 5px 5px 0;
}

hr.invoice_item {
    display: block; height: 1px;
    border: 0; border-top: 1px solid #ccc;
    margin: 0.4em 0; padding: 0;
}


.select2_result_label{
    background-color: red;
}

.product_search_res{
    padding: 0px !important;
    margin: 0px !important;
}
/*
.product_search_res_main{
    font-weight: bold;
}
*/
.newproduct{
    border-bottom: 1px solid #AAA;
}

.spanless_input{
    border-radius: 4px !important;
    width: 100%;

}

.search_result > ul {
    display:none;
}
.search_result {
    margin: 0 0 0 39px;
    padding: 0;
    position: absolute;
    z-index: 100;
}
/* invoice: KibocsÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡tva */
span.issued {
    background-color: #999 !important;
    color: #fff !important;
}
/* invoice: ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“sszeÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡llÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­tÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡s alatt */
span.construct {
    background-color: #ff9228 !important;
    color: #fff !important;
}
/* invoice: RÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©szben teljesÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­tve */
span.partially {
    background-color: #cc0000 !important;
    color: #fff !important;
}
/* invoice: TeljesÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­tve */
span.partially {
    background-color: #00b853 !important;
    color: #fff !important;
}
.modal-title {
    color: #696056;
    font-weight: bold;
}
.modal-body, .modal-body p, .modal-body .message {
    color: #696056;
}
.local-result {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #cc0000;
}

/* kÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©szlet lista termÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©k td */
td.clickable_td{
    cursor: pointer;
}

td.clickable_td:hover{
    text-decoration:underline;
}

.boxhead-left-title > .input-group {
    padding-top: 11px;
}

.boxhead-right-title div.navigate_back {
    padding-top: 15px;
}

.margin-reset, .left-margin-reset {
    margin-left:0 !important;
}
.margin-reset, .right-margin-reset {
    margin-right:0 !important;
}
.margin-reset, .top-margin-reset {
    margin-top:0 !important;
}
.margin-reset, .bottom-margin-reset {
    margin-bottom:0 !important;
}
.padding-reset, .left-padding-reset {
    padding-left:0 !important;
}
.padding-reset, .right-padding-reset {
    padding-right:0 !important;
}
.padding-reset, .top-padding-reset {
    padding-top:0 !important;
}
.padding-reset, .bottom-padding-reset {
    padding-bottom:0 !important;
}
.light-line {
    border-bottom: 1px solid #EFEFEF !important;
    padding-bottom: 4px !important;
}
.cursor-pointer {
    cursor:pointer;
}
.item_border {
    border: 1px solid #cccccc;
}
.plus_myform_label_height {
    margin-top: 21px;
}

.account_item_invoices {
    border: 1px solid #CCCCCC;
    margin: 10px !important;
    min-height: 200px;
}
.closein-list-group {
    position: relative;
    z-index: 1001;
}
.storno {
    background: url("./images/sztorno_bg.gif") repeat scroll center bottom;
}
.rontott {
    background: url("./images/rontott_bg.png") no-repeat scroll center top;
}
.rontott label, .rontott .input-group{
    opacity: 0.5;
}
.bank_account_item_type {
    font-weight: bold;
}
.bank_account_item_notice {
    font-weight: normal;
    font-size: 10px;
}
.switcher, a.switcher, a.switcher:hover {
    color: #ffffff !important;
}
.cash_account_item_notice {
    font-size:9px;
}

.toggle_panel .panel-heading{
    padding-bottom: 5px !important;
    cursor: pointer !important;
}

.toggle_panel .panel-body{
    padding-top: 0px !important;
    border-top: 1px solid #d2d2d2;
}

.scrollable {
    max-height: 500px;
    min-height: 150px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
div.big {
    min-height: 125px;
    padding-top: 45px;
    text-align: center;
}

div.big span {
    font-size: 16pt;
    display:inline-block;
    transform:scale(1,2); /* W3C */
    -webkit-transform:scale(1,2); /* Safari and Chrome */
    -moz-transform:scale(1,2); /* Firefox */
    -ms-transform:scale(1,2); /* IE 9 */
    -o-transform:scale(1,2); /* Opera */
}
.erp_well {
    margin-bottom: 6px;
    padding: 10px;
    border-radius: 0;
}

/*.nowrap {
    overflow-x:auto;
    overflow-y:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}*/

.overpayment {
    background-color: #cc0000 !important;
    color: #fff !important;
}


.main_category{
    cursor: pointer;
    border: 1px solid #d2d2d2;
    padding: 8px 10px 8px 10px;
}

.sub_category{
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d2d2d2;
    /*        border-left: 1px dotted #d2d2d2;
            border-bottom: 1px solid #d2d2d2;
            border-right: 1px solid #d2d2d2;*/
    padding: 5px 10px 5px 10px;
}

.toggle_trigger{
    cursor: pointer;
}
/*
.sub_category_box{
    padding-left: 10px;
}
*/


ul.todo_unshortable1{
    list-style-type: none;
}

ul.todo_unshortable2{
    list-style-type: none;
}
/*
ul.todo_unshortable1 li{
    border: 1px solid #FFFFFF;
}
*/
ul.todo_unshortable1 li div.content_container{
    /*    margin-left: 52px;*/
    padding: 8px 0px 6px 15px;
    /*    margin-bottom: 0px !important;*/
}

ul.todo_unshortable2 li div.content_container{
    padding: 6px 0px;
}

ul.todo_unshortable2 li div.content_container.panel .panel-heading{
    margin-bottom: 10px;
}

.task-list-head{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.dashboard_order_info{
    margin-bottom: 0px;
}

.dashboard_order_info p{
    margin-bottom: 0px;
}

span.todo_unshortable1_arrow{
    float: right;
    padding-right: 10px;
}

.status-flag{
    border-left-style:solid !important;
    border-left-width: 5px;
}

.status-flag-danger{
    border-left-color: #D9534F !important;
}

.status-flag-default{
    border-left-color: #999999 !important;
}

.status-flag-success{
    border-left-color: #5CB85C !important;
}

.status-flag-info{
    border-left-color: #5BC0DE !important;
}

.status-flag-warning{
    border-left-color: #F0AD4E !important;
}

.panel-list-b3{
    margin-bottom: 3px !important;
}

#myCalendar h2 {
    font-size: 14px;

}

.middle_align td{
    vertical-align: middle !important;
}

.top-bottom-padding-10{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.bs-fieldset{
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    padding: 10px 0 10px 0;
    margin-bottom: 15px;
}

.bs-legend{
    color: inherit;
    font-size: inherit;
    padding: 0 0 0 0px;
    line-height: inherit;
    width: auto;
    margin-bottom: 0;
    border-bottom: 0;

}

.basic-pre{
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.labelless1{
    padding-top: 23px;
}

.labelless2{
    padding-top: 19px;
}

.slide_hint1{
    position: absolute;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #e5e5e5;
    font-size: 11px;
    padding: 1px 2px 1px 2px;
    z-index: 999;
    background-color: white;
}

.bs-link-button{
    white-space: normal;
    padding: 0;
}

.medal_big{

    width: 100%;

}

.white_addon{
    background-color: white;
}


.gemf_icon{
    font-size: 15px;
    cursor: pointer;
}

.gemf_icon-none{
    /*    color: #6E6E6E;*/
    color: #CCCCCC;
}

.gemf_icon-bronze{
    color: #A3723F;
}

.gemf_icon-silver{
    color: #A4A8AB;
}

.gemf_icon-gold{
    color: #FBB958;
}

.gemf_icon-platinum{
    color: #1CA5CF;
}

.medal-progress-bar{
    height: 3px;
    background-color: #F67A1C;
}
.medal-progress-bar-bg{
    width: 100%;
    height: 3px;
    background-color: #DDD;
}

.big_font{
    font-size: 20px;
}

.popover_content_text{
    font-size: 14px;
    width: auto;
}

.one_line{
    width: auto;
    white-space: nowrap;
}

.grey-row{
    background-color: #F9F9F9;
}
.info_bubble {
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 1px;
    text-align: left;
    white-space: normal;
    padding: 10px 12px 10px;
    margin-right: 5px;
    position: relative;
    margin-bottom: 20px;
    z-index: 8;
    margin-left: 10px;
}

.panel .panel-heading a.panel-head-link {
    font-size: inherit !important;
    font-weight: inherit !important;
}
.margin_top_3 {
    margin-top: 3px;
}
.margin_top_5 {
    margin-top: 5px;
}
.margin_right_0 {
    margin-right: 0px !important;
}
.margin_bottom_0 {
    margin-bottom: 0px;
}
.margin_bottom_5 {
    margin-bottom: 5px;
}
.margin_bottom_10 {
    margin-bottom: 10px;
}
.margin_bottom_20 {
    margin-bottom: 20px;
}
.margin_right_10 {
    margin-right: 10px;
}
.margin_right_20 {
    margin-right: 20px;
}
.margin_right_5 {
    margin-right: 5px;
}
.margin_15 {
    margin: 15px;
}
.margin_0 {
    margin: 0px;
}
.margin_1 {
    margin: 1px;
}
.margin_2 {
    margin: 2px;
}
.margin_3 {
    margin: 3px;
}
.margin_4 {
    margin: 4px;
}
.margin_5 {
    margin: 5px;
}
.no_border{
    border:none !important;
}

/*
.navbar-fixed-top{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
*/

.head_title{
    max-height: 1em;
    overflow:hidden;
    text-overflow: ellipsis;
}
.padding_bottom_15 {
    padding-bottom: 15px !important;
}
.padding_left_5 {
    padding-left: 5px !important;
}
.padding_left_8 {
    padding-left: 8px !important;
}
.padding_left_19 {
    padding-left: 19px !important;
}
.padding_right_5 {
    padding-right: 5px !important;
}
.padding_right_8 {
    padding-right: 8px !important;
}

.border_bottom_none {
    border-bottom: 0px !important;
}

.margin_m5 {
    margin-left: -5px;
    margin-right: -5px;
}

.border_radius_none {
    border-radius: 0px;
}

.accountmod {
    font-size: 13px;
}
.no_left_padding {
    padding-left: 0px;
}

.account_border {
    border-top: 4px solid #3498db;
}
.task_border {
    border-top: 4px solid #2ecc71;
}
.calendar_border {
    border-top: 4px solid #e74c3c;
}
.no_background {
    background: none !important;
}
.padding_left_15 {
    padding-left: 15px;
}
.padding_left_14 {
    padding-left: 14px;
}
.padding_right_15 {
    padding-right: 15px;
}
.padding_left_15_imp {
    padding-left: 15px !important;
}
.padding_right_15_imp {
    padding-right: 15px !important;
}
.whitefont {
    color: #ffffff !important;
}
.margin_top_0 {
    margin-top: 0px !important;
}
.margin_top_5 {
    margin-top: 5px !important;
}
.margin_top_10 {
    margin-top: 10px !important;
}
.margin_top_15 {
    margin-top: 15px !important;
}
.border_bottom_ececec {
    border-bottom: 1px solid #ececec;
}
.border_bottom_ccc {
    border-bottom: 1px solid #ccc;
}
.font_12 {
    font-size: 12px;
}

.form-group label::first-letter {
    text-transform: uppercase;
}

/* fa struktÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âºra  */






.padding_left_10 {
    padding-left: 10px;
}
.listtitle {
    font-size: 20px !important;
    font-weight: normal;
    margin-top: 0px;
}




.margin_top_m5 {
    margin-top: -5px !important;
}
.alert_on_top {
    position: fixed;
    top: 52px;
    left: 42%;
    z-index: 9999999;
}






.hole{
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: white;
    /*            border: 1px solid #EDEDED;*/
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.75);
    box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.75);
}


.tree{
    min-width: 480px;
    /*overflow: auto;*/
}

.sortable-item-list{
    padding: 3px;
    /*            border: 1px solid red;*/
}

.sortable-item-list:empty{
    padding: 10px;
}


.sortable-item-list:empty:after{
    content: '...';
}


.tree .sortable-item{
    margin: 0 0 0 30px;

    padding:10px 0px 0 5px;
    position:relative;

}



/*item head*/
.sortable-item-head{
    border: 1px solid #D2D2D2;
    padding: 0;
    margin: 0;
    display: inline-block;
    cursor: move;
    /*background-color: white;*/
}
.no-sortable{
    cursor: unset;
}

.sortable-item-head .handle{
    border-right: 1px solid #E5E5E5;
    float: left;
    height: 55px;
    padding: 5px 5px;
    background-color: #FBFBFB;
}

.sortable-item-head .content{
    border: 0px solid red;
    display: inline-block;
    padding: 5px 10px;
    /*max-width: 55%;*/
    max-width: 40%;
}

.sortable-item-head .content .cat-name{
    border: 0px solid green;
    display: inline-block;
}

.sortable-item-head .content .subcat-names{
    border: 0px solid green;
}

.sortable-item-head .content .subcat-names span {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.sortable-item-head .content .subcat-names span > span::after{
    content : ', ';
}

.sortable-item-head .content .subcat-names span > span:last-child::after{
    content : '';
}

.sortable-item-head .content .subcat-names h6{
    margin: 2px 0;
    color: #999999;
}

.sortable-item-head .opener{
    cursor: pointer;
    float: left;
    padding: 22px 10px;
    border-right: 1px solid #E5E5E5;
    background-color: #FBFBFB;
}

.sortable-item-head .action-buttons{
    /*            cursor: pointer;*/
    float: right;
    padding: 15px 10px;
}

.sortable-item-head .action-buttons .checkbox{
    margin: 4px 10px;
}

/*item list*/
.tree > .sortable-item-list > .sortable-item{
    margin:0;
    padding:5px 0px 0 0px;
    position:relative
}

.tree .sortable-item::before, .tree .sortable-item::after{
    content:'';
    left:-15px;
    position:absolute;
    right:auto
}

.tree .sortable-item::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}

.tree .sortable-item:last-child::before {
    height:36px;
}


.tree .sortable-item::after {
    border-top:1px solid #999;
    height:10px;
    top:35px;
    width:15px;
}

.tree .sortable-item-list .sortable-item .sortable-item-head{
/*    min-width: 80%;*/
    width: 100%;
}

.tree > .sortable-item-list > .sortable-item::before, .tree > .sortable-item-list > .sortable-item::after{
    border: none;
}

.grabbed-item::after, .grabbed-item::before{
    border: none !important;
}


.pointer {
    cursor: pointer !important;
}



.background_grey {
    background-color: #f9f9f9 !important;
}


.h4_span{
    font-size: 17px;
    font-weight: 400;
    font-family: "Ubuntu",Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #696056;
}

.panel-heading>.panel-header{
    border-style: none;
    color: #696056;
    font-weight: bold;
}

.panel-top-border-primary{
    border-top: 5px solid rgb(250, 153, 118);
}

.panel-top-border-info{
    border-top: 5px solid #5bc0de;
}
.panel-top-border-success{
    border-top: 5px solid #5cb85c;
}
.panel-top-border-primary{
    border-top: 5px solid rgb(250, 153, 118);
}
.panel-top-border-warning{
    border-top: 5px solid #5bc0de;
}

.padding_right_10 {
    padding-right: 10px !important;
}
.padding_right_12 {
    padding-right: 12px !important;
}
.table_space_row{
    border-collapse:separate;
    border-spacing:3px;
}
.bordered_row:hover{
    cursor: pointer;
}


.ul_li_a_active{
    color: #fff !important;
    background-color: #f67a1c !important;
}
.ul_li_a>a {
    color: #be5608;
    background-color: #fff;
}
.ul_li_a>a:hover, .ul_li_a>a:focus {
    color: #be5608;
    background-color: #eee;
}
.div-with-icons{
    cursor: pointer;
    color: #f1781b;
}
.div-with-white-icons{
    cursor: pointer;
    color: #fff;
}
.ul_li_a_active > p{
    color: #fff !important;
    background-color: #f67a1c !important;
}

.no_border {
    border: 0px;
}
.normal_color {
    color: #696056 !important;
}
.disabled_color {
    color: #c8c8c8;
}
.no_right_padding {
    padding-right: 0px;
}
.margin_top_2 {
    margin-top: 2px;
}
.margin_left_20 {
    margin-left: 20px;
}
.margin_left_10 {
    margin-left: 10px !important;
}
.margin_left_5 {
    margin-left: 5px !important;
}
.display-none{
    display: none;
}
.picklist-name{
    font-size: 16px;
}
.green_font {
    color: #468847;
}
.configurator > .well {
    min-height: 60px !important;
}
.table-striped > tbody > tr:nth-child(2n) {
    background: #ffffff;
}
.font_14{
    font-size: 14px !important;
}
.padding_bottom_5 {
    padding-bottom: 5px;
}
.table_row_select {
    background: #e5e5e5 !important;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tooltip {
    white-space: normal;
}
.div-with-red-icons{
    cursor: pointer;
    color: #D9534F;
}
.fixed-layout-table{
    table-layout: fixed;
}
.item_highlight {
    background-color: #def8de !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.item_highlight_2 {
    background-color: #def8de !important;
}
.blue_item_highlight {
    background-color: #d4ebfa !important;
}
.brown_item_highlight {
    background-color: #7d553333 !important;
}
.primary_item_highlight {
    background-color: #fbd8a7 !important;
}
.wrong_highlight {
    background-color: #ffeded !important;
}
.bg-warning {
    background-color: #fcf8e3 !important;
}
.bg-white {
    background-color: white !important;
}
.muted_highlight, .bg-muted {
    background-color: #eaeaea !important;
}
.bg-muted-dark {
    background-color: #989898 !important;
    /*background-color: #7b7b7b !important;*/
}

.list-item-collapsed {
    background-color: #FFF !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}


.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: none repeat scroll 0 0 #f67a1c;
    box-shadow: 0 1px 3px 0 #f67a1c inset;
}


.bs-callout {
    border-left-width: 4px !important;
    border-left-style: solid !important;
}

.bs-callout-claim, .bs-callout-construct {
    border-left-color: #bdc3c7;
}

.bs-callout-offer {
    border-left-color: #3498db;
}

.bs-callout-order, .bs-callout-issued {
    border-left-color: #9b59b6;
}

.bs-callout-delivered {
    border-left-color: #34495e;
}

.bs-callout-invoiced, .bs-callout-paid-partialy {
    border-left-color: #f39c12;
}

.bs-callout-payed, .bs-callout-paid {
    border-left-color: #2ecc71;
}
.claim-label{
    color: #bdc3c7;
}

.offer-label {
    color: #3498db;
}

.order-label{
    color: #9b59b6;
}

.delivered-label {
    color: #34495e;
}

.invoiced-label{
    color: #f39c12;
}

.payed-label{
    color: #2ecc71;
}
.accounttable:focus {
    outline: none;
}
.contacttable:focus {
    outline: none;
}
.producttable:focus {
    outline: none;
}
.bs-callout-valid {
    border-left-color: #00b853;
}
.bs-callout-expired {
    border-left-color: #D9534F;
}
.table_top_border {
    border-top: 2px solid #ccc !important;
}
.table_top_black_border {
    border-top: 2px solid black !important;
}
.tr_top_black_border > td{
    border-top: 2px solid black !important;
}

.list_striped {
    background: #f9f9f9;
}
.list_heading {
    background: #efefef;
}
.inline_list_padding {
    padding-right: 9px !important;
    padding-bottom: 0px !important;
}
.padding_bottom_0, .padding_bottom_0 > td, .padding_bottom_0 > th {
    padding-bottom: 0px !important;
}
.padding_top_0, .padding_top_0 > td {
    padding-top: 0px !important;
}
.padding_left_0, .padding_left_0 > td {
    padding-left: 0px !important;
}
.padding_right_0, .padding_right_0 > td {
    padding-right: 0px !important;
}
.padding_top_4 {
    padding-top: 4px;
}
.padding_top_5 {
    padding-top: 5px;
}
.padding_top_8 {
    padding-top: 8px;
}
.padding_top_7 {
    padding-top: 7px;
}

ul.ui-autocomplete.ui-menu {
    background: #f9f9f9;
    border: 1px solid #f5f5f5;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #e4e4e4 !important;
    border: 0px !important;
    color: #333;
}
.border_none {
    border: 0px !important;
}
.fa-6x {
    font-size: 6em;
}
.width_1p {
    width: 1% !important;
}

.buttons_on_box {
    padding: 12px;
}
.width_2p {
    width: 2% !important;
}
.width_3p {
    width: 3% !important;
}

.horizontal-borders{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.top_valign{
    vertical-align: top !important;
}


.width_4p {
    width: 4% !important;
}

.width_12p {
    width: 12% !important;
}

.width_18p {
    width: 18% !important;
}
.width_16p {
    width: 16% !important;
}
.width_10p {
    width: 10% !important;
}
.width_15p {
    width: 15% !important;
}
.width_68p {
    width: 68% !important;
}
.width_70p {
    width: 70% !important;
}
.width_80p {
    width: 80% !important;
}
.width_90px{
    width: 90px !important;
}
.padding_top_2
{
    padding-top: 2px;
}
.left_padding_15 {
    padding-left: 15px !important;
}

.margin_top_8 {
    margin-top: 8px !important;
}

.padding_left_right_reset {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.no_padding_right {
    padding-right: 0px !important;
}
.padding_10{
    padding: 10px;
}
.padding_5{
    padding: 5px !important;
}
.padding_0{
    padding: 0px !important;
}
.padding_top_10 {
    padding-top: 10px;
}
.padding_bottom_10 {
    padding-bottom: 10px;
}
.padding_bottom_8 {
    padding-bottom: 8px;
}
.padding_bottom_6 {
    padding-bottom: 6px;
}
.border-reset {
    border: 0 !important;
}
.margin_left_m2 {
    margin-left: -2px;
}
.margin_left_m15 {
    margin-left: -15px;
}
.margin_right_m15 {
    margin-right: -15px;
}
.table-hover > tbody > tr:hover {
    background-color: inherit;
}
.redfont {
    /*color: #b94a48 !important;*/
    color: red !important;
}
.greenfont {
    color: green !important;
}
.bluefont {
    color: #00f !important;
}
.blackfont{
    color: black !important;
}
.table_row_selected {
    background: #eeeeee;
}
.table_row_light_selected {
    background: #f8f8f8;
}
.padding_bottom_7 {
    padding-bottom: 7px;
}
.border_ccc {
    border: 1px solid #ccc;
}
.border_red {
    border: 1px solid red !important;
}
.margin_bottom_40 {
    margin-bottom: 40px;
}
.border_top_none, .border_top_none > td {
    border-top: 0px !important;
}
.border_top_1 {
    border-top: 1px solid #ddd !important;
}
.border_right_1 {
    border-right: 1px solid #ddd !important;
}
.border_bottom_1 {
    border-bottom: 1px solid #ddd !important;
}

.cke_inner {
    border: 1px solid #ccc !important;
}
.border_top_1_black {
    border-top: 1px solid !important;
}

.sortable-item-head .slim{
    padding: 15px 10px;
}

.sortable-item-head .noactionbuttons{
    max-width: 100%;
    display: block;
    padding: 5px 40px;
}

.non-movable{
    cursor: pointer;
}

.table-collapsed{
    border-collapse:collapse;
}
.table-collapsed .thick-bottom{
    border-bottom: solid 2px black;
}
.li-dragable-left{
    float: left;
    position: relative;
    min-height: 1px;
    width: 2% !important;
    background-color: #eee;
    padding-left: 8px;
    padding-right: 16px;
    /*padding-bottom: 17px;*/
}
.li-dragable-right{
    padding-left: 10px;
    padding-top: 10px;
    float: left;
    position: relative;
    min-height: 1px;
    width: 96% !important;
}

.crm-profil-picture-small {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
}

.crm-profil-picture-small-in-list {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 auto;
}

img.crm-default-profil-picture-small {
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    width: 100px;
}

img.crm-default-profil-picture-small-in-list {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 60px;
}

.icon-transparent {
    opacity: 0.5;
}

.icon-transparent:hover {
    opacity: 1;
}

.panel-horizontal-buttons::after {
    clear: both;
}

.panel-horizontal-buttons {
    margin-left: -5px;
    margin-right: -5px;
}
div.panel-horizontal-buttons + hr{
    margin-top: 14px;
    margin-bottom: 14px;
}
.panel-horizontal-buttons .panel-horizontal-button {
    /* position: absolute; */
    width: 28px;
    height: 28px;
    line-height: 27px;
    font-size: 13px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    /* z-index: 4; */
    float: right;
    margin-left: 2px;
}

.panel-horizontal-button-left {
    width: 28px;
    height: 28px;
    line-height: 27px;
    font-size: 13px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    /* z-index: 4; */
    float: left;
    margin-right: 2px;
}

.label-info-dark {
  background-color: #5BC0DE;
}
.edit_box_in_card {
    padding: 10px;
    border: 1px solid #ddd;
    background: #fff3e7;
}
.refresh_loading{
    background-color: rgba(107, 107, 107, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}
.transport_ordered{
    background-color: rgba(1, 128, 1, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}
.transport_ordered_fail{
    background-color: rgba(185, 74, 72, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}
.transport_ordered_hidden{
    background-color: rgba(1, 128, 1, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    display:none;
}
.in_transport_ordered{
    position: absolute;
    width: 100%;
    top: 50%;
    vertical-align: middle;
    transform: translate(0, -50%);
}
.tab_panel_background .tab-content{
    /*background: rgba(91,192,222,0.2);*/
    /*background: #fff3e7;*/
    border-radius: 0 0 4px 4px;
    /*padding-bottom: 14px !important;*/
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.nav-info {
  border-bottom: 1px solid #dddddd;
}
.nav-info > li {
  float: left;
  margin-bottom: -1px;
}
.nav-info > li > a {
  /*margin-right: 2px;*/
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}
.nav-info > li > a:hover {
  background-color: #fbeaea;
}
.nav-info > li.active > a.light-datasheet{
  background-color: #fcfeff;
}
.nav-info > li.active > a.light-info{
  background-color: #dbf1f8;
}
.nav-info > li.active > a.light-warning{
  background-color: #fff3e7;
}
.nav-info > li.active > a.light-primary{
  background-color: #ffe3d8;
}
.nav-info > li.active > a.light-success{
  background-color: #e2f2e2;
}
.nav-info > li.active > a,
.nav-info > li.active > a:hover,
.nav-info > li.active > a:focus {
  color: #777777;
  /*background-color: #fff3e7;*/
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-info.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-info.nav-justified > li {
  float: none;
}
.nav-info.nav-justified > li > a {
  text-align: center;
  /*margin-bottom: 5px;*/
}
.nav-info.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.border-top-primary{
    border-top: 5px solid rgb(250, 153, 118) !important;
}
.border-top-info{
    border-top: 5px solid #5bc0de !important;
}
.border-top-danger{
    border-top: 5px solid #D9534F !important;
}
.border-top-default{
    border-top: 5px solid #999999 !important;
}
.border-top-success{
    border-top: 5px solid #5CB85C !important;
}
.border-top-warning{
    border-top: 5px solid #F0AD4E !important;
}
.background-light-datasheet{
    background: #fcfeff !important;
}
.background-light-info{
    background: #dbf1f8 !important;
}
.background-light-warning{
    background: #fff3e7 !important;
}
.background-light-primary{
    background: #ffe3d8 !important;
}
.background-light-success{
    background: #e2f2e2 !important;
}
.universal-search{
    position: fixed;
    z-index: 4;
    background-color: #ddd;
    width: 100%;
    min-height: 50px;
    margin-top: 100px;
    top: 0;
    left: 0;
/*    margin-left: 10px;
    margin-right: 10px;*/
}
.universal-search-button{
    margin: 5px;
    padding: 10px;
    width: 31.33333333%;
    text-align: center;
    float: left;
    border: 2px solid #ddd;
    background-color: #fff;
    border-radius: 10px;
}
ul.dropdown-menu-width-search {
    background-clip: padding-box !important;
    border-bottom-width: 0px !important;
    border-bottom-style: solid !important;
    border-radius: 0 !important;
    margin: 0 !important;
    min-width: 220px !important;
    list-style: none;
    padding: 0px;
    overflow-y: auto;
    max-height: 200px;
}
ul.dropdown-menu-width-search > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
ul.dropdown-menu-width-search > li > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #f67a1c;
}
.scrollable-menu{
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}
.highlighting{
    background: #f67a1c;
    color: #fff;
}
.img-in-universal-search{
    height: auto;
    max-height: 94px;
    width: 100%;
    float: left!important;
    margin-right: 10px;
}
.product-img-in-universal-search{
    height: auto;
    max-height: 94px;
}
.account-img-in-universal-search{
    height: 94px;
    width: 94px;
    border-radius: 50px;
}
h3.universal-searc-result-title{
    font-size: 19px !important;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.control-label-kendoUpload{
    text-align: right;
    margin-bottom: 0;
    padding-top: 14px;
}
.handler {
    cursor: move;
}
.table>tbody>tr.td-without-padding-bottom>td{
    padding-bottom: 0px !important;
}
.chart-box{
    margin-bottom: 20px;
    box-shadow: 1px 1px 1px 1px #ddd;
    background-color: white;
}
.table-group-border-top{
    border-top: 3px solid #ddd !important;
}

.pie-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.pie-list li {
    display: inline-block;
    text-align: center;
    width: 34px;
    font-size: 10px;
}
.pie-list li span {
    display: block;
    width: 34px;
    line-height: 30px;
}












 .demo-section {
        padding: 20px 25px;
        margin: 0 auto;
    }

    .example-title,
    .example-subtitle,
    .metric,
    .example-description,
    .stat dd {
        font-family: 'Open Sans Condensed', Verdana, sans-serif;
    }

    .example-title,
    .example-subtitle {
        text-transform: uppercase;
    }

    .example-title {
        color: #2b8abe;
        font-size: 48px;
        font-weight: 300;
    }

    .example-title span,
    .first dd {
        font-weight: 700;
    }
    .first{
        margin-right: 27px !important;
    }

    .example-description {
        font-size: 18px;
        font-weight: 300;
        color: #1a364a;
    }

    .example-subtitle {
        font-size: 9px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .metric {
        display: block;
        text-transform: none;
        font-weight: 300;
        font-size: 12px;
        color: #727f8e;
        margin: 0;
    }

    .example-title,
    .example-description {
        display: inline-block;
        margin: 0;
    }

    #chart-type-chooser {
        float: right;
        margin-right: .2%;
        width: 170px;
        text-align: right;
        line-height: 32px;
        margin-top: -30px;
    }

    .radio-group-label {
        margin-right: 12px;
        color: #727f8e;
    }

    .radio-group {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: inline-block;
        vertical-align: top;
    }

    .radio-group > li {
        display: inline-block;
        zoom: 1;
    }

    .radio-group label {
        width: 32px;
        height: 32px;
        background: #b3bbc5 no-repeat center center;
        display: inline-block;
        border-radius: 16px;
        overflow: hidden;
        font: 0/0;
        color: transparent;
    }

    .radio-group input {
        display: none;
    }

    .radio-group input:checked+label {
        background-color: #2b8abe;
    }

    .radio-group label[for="chart-type-area"],
    .radio-group label[htmlFor="chart-type-area"] {
        background-image: url("../img/telerik/highest.png");
    }

    .radio-group label[for="chart-type-line"],
    .radio-group label[htmlFor="chart-type-line"] {
        background-image: url("../img/telerik/highest.png");
    }

    .stat .eoy-closing {
        font-size: 30px;
        line-height: 1em;
        letter-spacing: -2px;
        text-indent: -8px;
        color: #454447;
    }

    .stat .volume {
        font-size: 72px;
        color: #454447;
    }

    .filtering-tabs {
        border: 0;
        background: none;
    }

    .filtering-tabs .k-tabstrip-items {
        padding: 0;
    }

    .filtering-tabs .k-item {
        width: 19.8%;
        border: 0;
        margin: 0 .2% 0 0;
        padding: 0 0 4px;
        text-align: center;
        cursor: pointer;
        background: none;
        border-bottom: 4px solid #b3bbc5;
        font: 16px/2em Arial,sans-serif;
        color: #727f8e;
    }

    .filtering-tabs .k-state-hover {
        color: #2e2e2e;
        background: none;
    }

    .filtering-tabs .k-state-active {
        padding: 0;
        color: #2b8abe;
        border-bottom: 8px solid #2b8abe;
    }

    .filtering-tabs .k-link {
        padding: 0;
    }

    #yearly-stock-prices {
        height: 200px;
        margin-top: 20px;
        clear: both;
    }

    #company-filtering-tabs .k-item {
        width: 32.8%;
        margin: 4px .5% 0 0;
    }

    .stat dd {
        margin: 0;
    }

    /*.stat,*/
    .relative-value-pie,
    .company-trends {
        margin: 1em 0 0;
        display: inline-block;
        zoom: 1;
        vertical-align: top;
    }
    
    .stat {
        margin: auto;
        display: inline-block;
        zoom: 1;
        vertical-align: top;
    }

    .company-trends {
        margin-left: 27px;
    }

    .trend-container {
        background: transparent none no-repeat 100% 29px;
        width: 150px;background-position-y: 35px;
    }

    .lowest-container {
        background: transparent url("../img/telerik/lowest.png") no-repeat 100% 16px;
        background-position-y: 30px;
    }

    .highest-container {
        background: transparent url("../img/telerik/highest.png") no-repeat 100% 16px;
        background-position-y: 30px;
    }
    
    .constantest-container {
        
        background-position-y: 30px;
    }

    dd.highest,
    dd.lowest,
    dd.relative-value {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
    }

    .lowest {
        color: #cd151e;
    }

    .highest {
        color: #639514;
    }

    .relative-value {
        color: #4da3d5;
    }

    dd.sparkline {
        height: 40px;
        width: 120px;
        margin-top: -5px;
    }

    .separator {
        height: 1px;
        background: #b3bbc5;
    }

    .relative-value-pie {
        width: 110px;
        height: 100px;
        margin-left: -10px;
    }

    .volume-chart {
        display: inline-block;
        zoom: 1;
        width: 615px;
        height: 136px;
        vertical-align: top;
        margin: 1.2em 0 0 4em;
    }
    
.top-customer-value{
    font-family: 'Open Sans Condensed', Verdana, sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.k-spreadsheet{
    width: 100% !important;
}
.form-control-feedback{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.email-box.email-box-solid {
    border-top: none;
}
.email-box {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid #e1e3e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/*
.email-box-body{
    padding: 0px 20px;
}
*/
.email-box-body .nav .fa {
    display: inline-block;
    width: 35px;
    line-height: 26px;
    font-size: 17px;
}
.email-box-body .nav a {
    color: #394263;
}
.email-box-body .nav li.active a {
    color: #f67a1c;
    background-color: #fff;
}
.email-list-icon{
    color: #ddd;
}
.emailbox-messages{
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 250px;
    overflow: hidden;
}
.m-0{
    margin: 0px !important;
}
.email-popup{
    position: fixed;
    z-index: 1050;
    right: 0;
    bottom: 0;
    display: block;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.email-popup-header{
    margin: -15px -15px 10px -15px;
    padding: 10px;
    background-color: #ddd;
}
.minimalized-email-popup-header{
    margin: -15px -15px 0px -15px;
    padding: 10px;
    background-color: #ddd;
}
.email_notification{
    position: fixed;
    z-index: 1050;
    right: 30px;
    bottom: 50px;
    display: block;
}
.kendo-input-clone{
    border-radius: 4px;
}
select.kendo-input-clone:focus{
    border-radius: 4px 4px 0px 0px;
}

.table-danger, .table-danger > td, .table-danger > th{
    background-color: #f2dede;
}

.table-warning, .table-warning > td, .table-warning > th{
    background-color: #ffeeba;
}

.gantt_workfield {
    background-color: #5cb85c;
    border: 0px;
}

.gantt_employee {
    background-color: #ffb400;
    border: 0px;
}

.gantt_task {
    background-color: #3db9d3;
    border: 0px;
}

.plan_green_bg {
    background-color: #ecffed !important;
}

.plan_red_bg {
    background-color: #f2dede !important;
}
.email_iframe {
    width: 100% !important;
    height: 110vh !important;
    border: none !important;
}
.email_folder_header {
    font-size: 15px;
    margin-top: 8.5px;
    margin-bottom: 8.5px;
    font-family: roboto, "Open Sans",Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: #400;
    line-height: 1.1;
    color: inherit;
}
.notification_number {
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 10px;
    min-width: 14px;
    padding: 2px;
}
.badge-danger {
    background-color: red;
    color: white;
}
.badge-primary {
    background-color: #ff9600;
    color: white;
}
.badge-success {
    background-color: #1f8211;
    color: white;
}
.badge-info {
    background-color: #99ccff;
    color: white;
}


.panel.workflow {
    background-color: #e2f2e2;
}

.panel-default>.panel-heading.workflow {
    background-color: #e2f2e2;
    z-index: 20;
}
.task-item-icon {
    width:40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.175);
    border: 1px solid #d4d4d4;
    line-height: 40px;
    text-align: center;
}
.promotion_tab {
    margin-top: -17px;
    z-index: 5;
    position: fixed;
    max-height: 300px;
    overflow-y: auto;
}
.required_input {
    border-color: red;
}
select.ui-datepicker-year {
    color: #555;
}
select.ui-datepicker-month {
    color: #555;
}
.direction-icon{
    display:none;
}
.direction-icon.fa-sort-alpha-asc, .direction-icon.fa-sort-alpha-desc, .direction-icon.fa-sort-numeric-asc, .direction-icon.fa-sort-numeric-desc {
    display:initial;
}
.new_task_from_scheduler{
    background-color: #dfdfdf;
    position: fixed;
    /*width: 80%;*/
    max-height: 80vh;
    overflow-y: auto;
    top: 100px;
    left: 0;
    text-align: left;
    z-index: 200;
    text-align: left;
    -webkit-box-shadow: 3.41px 3.657px 18px rgba(0,0,0,0.33);
    -moz-box-shadow: 3.41px 3.657px 18px rgba(0,0,0,0.33);
    box-shadow: 3.41px 3.657px 18px rgba(0,0,0,0.33);
}
.offer_configurator_slide_header {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
}
.report_designer_slide_header_subtitle {
    font-size: 14px;
}

.offer_configurator_close{
    font-size:15px;
    background-color: white;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding-left: 9px;
    padding-top: 7px;
}
.bg-success-imp {
    background-color: #dff0d8 !important;
}
/*.bg-muted{
    background-color: #f0eeed;
}*/
.border_danger {
    border-color: #b94a48;
}

/*.task_reminder .k-hidden {display: none;}*/
#sales_statistic{
    width: 60%;
    margin: 0 auto;
    height: 370px;
    margin-bottom: 30px;
}
.sales_statistic_item{
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff;
    height: 92px; 
    margin-top: 1px;
}
.offer_issue{
    width: calc(100% - 30px);
}
.offer_selector{
    height: 100%;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
.offer_selector_center{
    color: white;
    position: absolute;
    top: 50%;
    transform: translate(50%,-50%);
}
.allocation_task{
    display: -webkit-box;
    height: 100%;
    position: inherit;
}
.chevron{
    width: 70px;
    text-align: center;
    height: 100%;
    margin-bottom: 20px;
}
.task{
    min-height: 261px;
    width: calc(100% - 140px);
    cursor: -webkit-grab;
}
/*.employee_allocation{
    width: calc(100% - 140px);
    margin: 0 auto;
}*/
.v-center{
    position: absolute;
    bottom: 50%;
    transform: translate(-50%,0%);
    /*transform: translate(-50%,-50%);*/
}
.top_message_box {
    position: fixed;
    top: 100px;
    z-index: 9999;
    right: 0;
    /*left: 50%;*/
    width: 450px;
    text-align: left;
    margin-top: 0;
    /*transform: translate(-50%, 0%);*/
}
.textarea_fixing{
    resize:vertical;
    width: 100%;
}
.sunk_div {
    background: #f4f4f4;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    -moz-box-shadow: 0px 8px 10px -8px #909090 inset/*, 0px -8px 10px -8px #909090 inset*/;
    -webkit-box-shadow: 0px 8px 10px -8px #909090 inset/*, 0px -8px 10px -8px #909090 inset*/;
    box-shadow: 0px 8px 10px -8px #909090 inset/*, 0px -8px 10px -8px #909090 inset*/;
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-bottom: 10px;
}
.sunk_div_bottom {
    border-top: 1px solid #ccc;
    padding: 15px;
    margin-top: 10px;
}
.ticket_stat_3{
    color: #dbc83e;
}
.ticket_stat_4{
    color: #4b9b58;
}
.ticket_stat_5{
    color: #466aaa;
}
.ticket_time_string_box {
    padding-top: 5px;
}
.customer-photo {
    display: inline-block;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin: 0 10px 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: center center;
}
.ticket_agrement_box{
    padding-bottom: 0px !important;
    padding-top: 5px !important;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    width: 136px;
}
.label-custom-blue {
    margin: 5px; 
    display: inline-block; 
    background: #428bca;
}
.left-dropdown-menu{
    max-width: 250px;
    max-height: 250px;
    overflow-y: auto;
}
.right-dropdown-menu{
    right: 0px;
    left: inherit;
    max-width: 250px;
    max-height: 250px;
    overflow-y: auto;
}
.webshop_content{
    padding: 10px 10px 0px 10px;
    text-align: center;
}
.webshop_contenct_icons{
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    right: 0px;
}
.webshop_content:hover{
    color: #ddd;
}
.webshop_content:hover > .webshop_contenct_icons{
    color: #394263;
    /*display: block;*/
    visibility: visible;
    opacity: 1;
}
.sortable_tbody >tr{
    cursor: move;
}
.select_button_box{
    display: flex;
    margin-bottom: 10px;
}
.disabled_box{
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}
.disable_div{
    position: relative;
    color: #aea79f;
}
.disable_div > *{
    opacity: 0.6;
}
#telerik_sheduler,
#telerik_sheduler *, .k-multiselect-wrap, .k-dropdown-wrap{
    border-radius: 0px;
}
.printable_delivery_note_box{
    padding-left: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.optional-milestone-item-list{
    display: -webkit-inline-box;
    width: 100%;
}
.optional-milestone-item-list.selected{
    background-color: #c8e3f9;
}
.optional-milestone-name-box{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    max-width: calc(100% - 25px);
}
.fade_in_duration{
    animation-duration: 0.4s;
    animation-delay: 0s;
/*    animation-iteration-count: infinite;*/
}
.loader{
    position: absolute;
    height: calc(100% - 15px);
    width: calc(100% - 20px);
    background-color: rgba(221, 221, 221, 0.62);
    top: 0px;
    left: 10px;
    text-align: center;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader_icon{
    top: 50%;
    position: absolute;
}
.forbid_text{
    bottom: 5px;
    position: relative;
    color: #333;
}
.k-autocomplete, .k-block, .k-calendar .k-link, .k-calendar td, .k-calendar-container, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-drag-clue, .k-dropdown, .k-dropdown-wrap, .k-editor-inline, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-inline-block, .k-list-container, .k-multiselect, .k-notification, .k-numeric-wrap, .k-numerictextbox, .k-picker-wrap, .k-slider-selection, .k-slider-track, .k-split-button, .k-textbox, .k-tile, .k-timepicker, .k-tooltip, .k-touch-scrollbar, .k-treeview .k-in, .k-upload, .k-window, .k-window-titleless .k-window-content{
    border-radius: 0px !important;
}
.font_15{
    font-size: 15px;
}
.ticket_item_box{
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color:#fff;
}
.draggable_status_item{
    padding: 5px;
    margin-bottom: 5px;
    border: 1px dotted #ddd;
    display: inline-flex;
    width: 100%;
}
.draggable_status_item > div{
    width:100%;
    cursor: move;
}
.droptarget_box{
    border: 1px dotted #ddd;
    margin-bottom: 5px;
}
.droptarget_status_item{
    padding: 5px;
    border-right: 1px dotted #ddd;
    min-height: 50px;
    background-color: #f7f7f7;
}
.droptarget_zone{
    padding: 5px;
    min-height: 50px;
}
.not-allowed{
    cursor: not-allowed;
}
.state_machine_box > :first-child{
    display: flex;
    align-items: center;
    justify-content: center;
}
.state_machine_box > :last-child{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.div_width_selector{
    position: relative;
    padding-right: 40px;
    border-bottom: 1px solid #ddd;
}
.relative_position{
    position: relative;
}
.floating_sidebar{
    background-color: #bbdbbb;
    position: absolute;
    width: 15px;
    height: calc(100% + 6px);
    top: -5px;
    left: -15px;
    padding-left: 3px;
}
.ticket_history_box{
    max-height: 400px;
    overflow-y: auto;
    padding-left: 0px;
}
.popover_width_350 > .popover{
    max-width: 350px;
}
.bg_brown{
    background-color: #7d5533;
}
.bg_blue{
    background-color: #33407d;
}

#invite-mail-panel .alert-warning {
    margin-bottom: 0px; 
    margin-left: 0px; 
    margin-right: 0px;
}
#invite-mail-panel .alert-success {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
}
#invite-mail-panel .alert-danger {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
}
#invite-mail-panel ul {
    margin-bottom: 0px;
}
.product_import_feedback_box{
    max-height: 400px;
    overflow-y: auto;
}
.mw_100{
    max-width: 100px;
}
.border_left_warning{
    border-left: 3px solid #F0AD4E;
}
.border_left_danger{
    border-left: 3px solid #D9534F;
}
.border_left_success{
    border-left: 3px solid #5CB85C;
}
.animated_1-3s {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}
.dropdown-menu{
    max-height: 450px;
    overflow-y: auto;
}
.justify_content{
    text-align: justify;
}
.task_notice_box{
    height: 4em;
    position: absolute;
    display: contents;
}
.task_notice{
    margin: 0;
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.final_user_button_position{
    margin-top: -40px;
    margin-bottom: 20px;
    padding-left: 10px;
}
.help{
    cursor: help;
}
.order_item_first_row > td{
    padding-bottom: 4px !important;
    padding-top: 6px !important;
}
.order_item_last_row > td{
    border: none !important;
    padding-top: 0px !important;
}
.order_item_first_row > td.order_item_sort{
    vertical-align: top;
}
.order_item_sort{
    background-color: #eee;
    cursor: -webkit-grab;
}
.offer_item_first_row > td{
    padding-bottom: 4px !important;
    padding-top: 6px !important;
}
.offer_item_last_row > td{
    border: none !important;
    padding-top: 0px !important;
}
.offer_item_first_row > td.offer_item_sort{
    vertical-align: top;
}
.offer_item_sort{
    background-color: #eee;
    cursor: -webkit-grab;
}
.w25px{
    width: 25px !important;
}
.one-sort-place {
  display: block;
  visibility: visible;
  min-height: 20px;
  display: block;
  width: 0;
}

.one-sort-place::after {
  content: "";
  min-height: 20px;
  display: block;
}
.two-place {
  display: block;
  visibility: visible;
  min-height: 80px;
  display: block;
  width: 0;
}

.two-place::after {
  content: "";
  /*border: 1px dashed #ccc;*/
  /*background-color: #eee;*/
  min-height: 80px;
  display: block;
  /*width: 100px;*/
}
.warehouse_sort, .warehouse_employee_sort, td.operation_sort{
    cursor: -webkit-grab;
}
.order_item_amount_button{
    padding: 6px;
}

.bisnode_box{
    background-image: url("../img/Bisnode_logo.png");
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 6px;
    text-indent: 110px;
}

.task-notice {
    padding: 10px 5px;
    border-top: 1px solid #ddd;
}

.task_account {
    background-color: #dcdada;
    padding: 8px;
}

.sales_summary_list{
    padding: 5px;
}
.sales_summary_list.list_left{
    border-right: 1px solid #D2D2D2;
}
.sales_summary_list.list_top, .sales_summary_list.list_top>div{
    padding-bottom: 0px;
}
.sales_summary_list>div{
    padding: 5px 5px 5px 10px;
    margin-top: 5px;
}
.sales_summary_list .item{
    border: 1px solid #D2D2D2;
}
.sales_summary_list .item .title{
    display: inline-block;
}
.sales_summary_list .item .title p{
    min-height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
}
.sales_summary_list .item .button{
    float: right;
}

.tr_border_top_none td {
    border-top: 0px none transparent !important;
}
.pagetitle_webshop_select {
    margin-top: -2px;
    margin-bottom: 3px;
    margin-right: -10px;
}

.pagetitle_webshop_select > div > label{
    line-height: 31px;
    margin: 0;
}
.resource_timeline_box{
    border-bottom: solid 1px grey;
    margin-top: 8px;
}
.resource_timeline{
    position: relative;
    height: 20px;
}
.resource_timeline .timeitem{
    position: absolute;
    height: 10px;
    display: block;
    bottom: 0;
    opacity: 0.4;
}
.resource_timeline .timeitem.type1{
    background-color: lightgrey;
    border: solid 0px lightgrey;
    height: 10px;
}
.resource_timeline .timeitem.type2{
    background-color: green;
    border: solid 0px green;
    height: 6px;
}
.resource_timeline>.timescaleitem{
    position: absolute;
    height: 12px;
    display: block;
    bottom: 0;
    opacity: 0.4;
    width: 1px;
    overflow: visible;
}
.resource_timeline .timescaleitem.typeday{
    background-color: black;
    border: solid 0px black;
    height: 18px;
}
.resource_timeline .timescaleitem.typehour{
    background-color: grey;
    border: solid 0px grey;
    height: 14px;
}
.resource_timeline .timescaleitem>.timescaletext{
    position: relative;
}
.resource_timeline .timescaleitem>.timescaletext>div{
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 8px;
    font-weight: 600;
    line-height: 0.8;
    top: -8px;
    left: -10px;
}
.forbidden_form{
    max-height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}
.tr_padding_top_none td {
    padding-top: 0px !important;
}
.tr_padding_top_8 td {
    padding-top: 8px !important;
}
.tr_padding_bottom_none td {
    padding-bottom: 0px !important;
}
.popover_box>.popover{
    max-width: 300px;
}
.popover_box>.popover>.popover-content{
    min-width: 300px;
}
@keyframes fade {
    from {opacity: 1.0;}
    50% {opacity: 0.3;}
    to {opacity: 1.0;}
}

@-webkit-keyframes fade {
    from {opacity: 1.0;}
    50% {opacity: 0.3;}
    to {opacity: 1.0;}
}

.blink {
    animation: fade 1500ms infinite;
    -webkit-animation: fade 1500ms infinite;
}

.faded {
    opacity: 0.4;
}
.width_100p{
    width: 100% !important;
}
.end_item_icon{
    position: absolute;
    right: 20px;
}
.nav>li>a{
    padding-left: 12px;
    padding-right: 12px;
}
/** Custom Input placeholder **/
input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;}
input:-moz-placeholder      {text-overflow:ellipsis;}
input:-ms-input-placeholder {text-overflow:ellipsis;}

.form-control::-webkit-input-placeholder { /* Chrome */
  color: #8e8e8e;
  transition: opacity 250ms ease-in-out;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0.7;
  text-align: right;
  transition: text-align 1s;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #8e8e8e;
  transition: opacity 250ms ease-in-out;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0.7;
  text-align: right;
  transition: text-align 1s;  
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #8e8e8e;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.form-control:focus::-moz-placeholder {
  opacity: 0.7;
  text-align: right;
  transition: text-align 1s;  
}
.form-control:-moz-placeholder { /* Firefox 4 - 18 */
  color: #8e8e8e;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.form-control:focus:-moz-placeholder {
  opacity: 0.7;
  text-align: right;
  transition: text-align 1s;  
}
.uppercase{
    text-transform: uppercase;
}
.left_control_label .form-horizontal .control-label{
    text-align: left;
}
.primary_td_border_top > td{
    border-top: 1px solid #f67a1c !important;
}
.product_group_description > img, .product_group_description > p > img {
    width: 100%;
}
.product_description > img, .product_description > p > img {
    width: 100%;
}
.card_delete_box{
    z-index: 1;
    position: absolute;
    min-width: 84%;
    max-width: 84%;
    bottom: 1px;
}
.fast_animated{
    animation-duration: 0.5s;
    animation-delay: 0s;
}
.margin_bottom_2{
    margin-bottom: 2px;
}
tbody.separeted_tbody {
  outline: thin solid #ddd;
}
.separeted_tbody{
    background-color: #fff;
    
}
.td_dark_bg {
    background-color: #eee;
}
.kendo-input-group > .k-widget{
    width: calc(100% - 39px) !important;
}
.adr{
    background-image: url(../img/adr.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 32px;
    width: 32px;
    float: left;
    margin-right: 5px;
}
.error_box{
    margin-bottom: 5px;
    padding: 5px;
    background-color: red;
    color: white;
    border-radius: 5px;
}
.wide-tooltip .tooltip-inner{
    max-width: 400px;
}

.barcode_chooser_table{
	border: 1px solid black;
    background-color: white;
	border-spacing: 3px;
    border-collapse: separate;
	min-width: 300px;
}

.barcode_chooser_table td{
	padding: 3px;
	text-align: center;
	cursor: pointer;
}
.barcode_chooser_table td:hover{
	border: 1px solid orange;
	font-weight: bold;
	background-color: gray;
}

.barcode_start_unactive{
	border: 1px dotted #bbbbbb;
	font-weight: normal;
	color: #bbbbbb;
}
.barcode_start_pos{
	border: 1px solid orange;
	font-weight: bold;
	color: white;
	background-color: gray;
}
.barcode_start_normal{
	border: 1px dotted black;
	font-weight: normal;
	color: black;
}
.label_square{
	border-radius: 0px;
}
.table .table tbody.white_tbody{
    background-color: #ffffff;
}
.item_dark_background {
    background-color: #e7e8ec;
}
.panel-body .form-horizontal > .form-group > .control-label.col-xs-3{
    padding-top: 7px;
}
.item_white_background {
    background-color: #fff;
}
.border_bottom_black_1 {
    border-bottom: solid black 1px;
}
.border_bottom_black_2 {
    border-bottom: solid black 2px;
}
@media screen and (max-width: 1200px) {
    .price_table input, .hasDatepicker{
        min-width: 90px;
    }
    table .col-xs-7 > .input-group > input{
        min-width: 65px;
    }
}

.saveticketslh {
    line-height: 3.3vh;
}
#picture .k-widget.k-upload.k-header{
    width: 100%;
}
#picture button.k-button.k-upload-action{
    display: none;
}
.addonw {
    text-align: left;
    width: 120px;
}
@media screen and (max-width: 768px) {
    .addonw {
        display: none;
    }
}
.flexbox_end{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.flexbox_end *{
    margin-left: 5px;
}
.card_opacity{
    display: block;
    position: relative;
}
.sucess_icon{
    width: 100%;
    text-align: center;
    margin-top: 120px;
    color: white;
    }

.mw_300{
    max-width: 300px;
}
.font_size_10px {
    font-size: 10px;
}
.font_style_italic {
    font-style: italic;
}
.full_width_kendouploader .k-upload{
    width: 100%;

}
.mw-100{
    min-width: 100px;
}
.mw-150{
    min-width: 150px;
}
.max_width_100{
    max-width: 100px;
}
.max_width_height_100{
    max-height: 100px;
    max-width: 100px;
}
.video_url_textarea{
    min-height: 60px; 
    overflow:hidden;
}
.max_width_35{
    max-width: 35px;
}
.large-checkbox {
    width: 20px;
    height: 20px;
}
.bg-info-td>td {
    background-color: #d9edf7 !important;
}
.required::after{
    content: ' *';
    color: red;
}

/* number inputok nyilacskák eltüntetése */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
    appearance:inherit;
    -moz-appearance: textfield;
}
.flex-end{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.flex-start{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.flex-start-center{
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
.tag{
    margin-right: 5px;
    font-weight: normal;
    font-size: 85%;
}
.selected-coupons{
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    background-color: #fcf8e3;
    border:1px solid #c1c1c1;
    padding: 7px;
}
.k-attachment-list{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.bubble-info{
    background-color: #5ac8ff;
    display: inline;
    padding: 0.3em 0.6em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.bubble-success{
    background-color: #468847;
    display: inline;
    padding: 0.3em 0.6em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.k-button{
    border-radius: 0px;
}

.k-primary {
    color: #fff;
    background-color: #f67a1c;
    border-color: #ef6c09;
}

.k-primary.k-state-hover, .k-primary:hover {
    color: #fff;
    border-color: #b45207;
    background-color: #d66109;
}

.k-primary.k-state-active, .k-primary:active {
    color: #fff;
    border-color: #b45207;
    background-color: #d66109;
    box-shadow: null;
}
.tableFixHead{
    overflow: auto;
    max-height: 175px;
}
.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 3;
    background: #fff;
}
.btn-square{
    padding-top: 26%;
    padding-bottom: 25%;
}
#employee_resource.t5 .k-scheduler-content td:nth-child(12n),
#employee_resource.t10 .k-scheduler-content td:nth-child(6n),
#employee_resource.t15 .k-scheduler-content td:nth-child(4n),
#employee_resource.t30 .k-scheduler-content td:nth-child(2n),
#employee_resource .k-scheduler-content td:nth-child(12n),
#employee_resource .k-scheduler-header tr:nth-child(2) th:nth-child(2n){
    border-right: 1px solid #000;
}
#employee_resource .k-scheduler-header tr:nth-child(2) th:nth-child(2n+1){
    background-color: #96D642;
}
@media screen and (min-width: 992px) {
    .md_border_left {
        border-left: 2px solid #a9a9a9 !important;
    }
    .md_border_right {
        border-right: 2px solid #a9a9a9 !important;
    }
    .md_border_bottom {
        border-bottom: 2px solid #a9a9a9 !important;
    }
}
.item_group_header {
    background: #eee;
    font-style: italic;
    font-weight: 500;
    border-left: 3px solid #2377f5;
}
.item_group_header > tr:nth-child(1) {
    /*border-top: 3px solid #2377f5;*/
    border-top: 3px solid #2377f594;
}
.item_group_header td:nth-child(2){
    font-size: 14px;
}
.item_group_child{
    border-left: 3px solid #2377f5;
}
.item_sticky_discount_box{
    position: sticky;
    top: 104px;
    z-index: 10;
}
.border-color-red{
    border-color: red;
}
.border-color-red > tr:nth-child(1) {
    border-color: red;
}
.adr-icon {
    background-color: green;
    padding: 0 3px;
    border-radius: 4px;
    color: white;
}
.bg-red{
    background-color: red;
}
.bg-muted{
    background-color: #ddd;
}
.log_viewer{
    width: 100%;
    height: 300px;
    background-color: black;
    color: white;
    resize: none;
}
#hidden_feedback_msg {
    position: absolute;
    top: -25px;
    left: 0px;
    border: 1px solid;
    padding: 3px 10px;
    background-color: white;
    border-bottom: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
#show_feedback_msg{
    position: fixed;
    top: 105px;
    right: 0px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    border: 1px solid;
    padding: 10px 4px;
    background-color: white;
    border-left: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.mailchimp_icon{
    background-image: url(images/mailchimp.svg);
    background-repeat:no-repeat;
    width: 14px;
    height: 14px;
    margin-bottom: 0px;
}

.mailchimp_star {
    font-size: 20px;
    color: gray;
}
.mailchimp_star_filled {
    color: gold;
}

.star_ratings_in_filter {
    display: inline-block;
    margin-left: 2px;
}

.mailchimp_star_filter{
    font-style: normal;
    font-size: 16px;
}

.mailchimp_shorted_text {
    /* max-width: 280px;  */
    /* white-space: nowrap;  */
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }


.mailchimp_tooltip {
    max-width: 300px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
}

.mailchimp_email_preview {
    background: #fff;
    padding: 15px;
    border-radius: 0px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}

.mailchimp_tag_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    margin: 4px 0;
    border: 1px solid #ddd;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.input-group-addon {
    background-color: #fff;
}

.mailchimp_tag_item:hover {
    background-color: #f5f5f5;
}

.mailchimp_tag_name_container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mailchimp_tag_item.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #f5f5f5;
}

.mailchimp_tag_item.disabled:hover {
    background-color: #f5f5f5;
}


.selected-tags-container {
    margin: 10px 0;
}

.selected-tags-container .badge {
    margin: 2px;
    padding: 5px 8px;
    background-color: #337ab7;
}

.selected-tags-container .fa-tag {
    margin-right: 4px;
}

.mailchimp_tag_container {
    margin-top: 10px;
}

.mailchimp_tag_search {
    margin-bottom: 10px;
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0px;
}

.mailchimp_tag_list {
    height: 200px;
    overflow-y: auto;
    border: none;
    border-radius: 0px;
    padding: 5px;
}

.audience_tags_container {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    overflow: hidden;
}

.audience_tags_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-height: 32px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    width: 100%;
}

.audience_tags_wrapper.tags_expanded {
    max-height: none;
}

.audience_toggle_tags {
    padding: 0 5px;
    margin-top: 2px;
    cursor: pointer;
}

.badge {
    margin: 2px;
    white-space: nowrap;
}

.star-rating-container {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

.mailchimp_email_preview_panel {
    position: fixed;
    max-height: 80vh;
    overflow-y: auto;
    top: 100px;
    left: 0;
    /* bottom: 0; */
    z-index: 1050;
    background-color: #dfdfdf;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
}

.unlayer_icon{
    height: 4em;
}

.pointer-events-none {
    pointer-events: none !important;
}

.form-container {
    /*background-color: #f9f9f9;*/
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    /*padding: 20px;*/
}

.required-field {
    color: #d9534f;
}

.form-actions {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

/*.page-header {
    margin-top: 0;
}*/

.help-text {
    font-size: 11px;
    color: #777;
    margin-top: 2px;
}
.text-left-manual{
    text-align: left !important;
}

.k-file-extension-wrapper.popover{
    border-color: #146914;
}
.k-file-extension-wrapper.popover:before{
    border-color: transparent transparent #146914 #146914;
}
.popover{
    z-index: 1029;
}
.monogram-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 17px;
    height: 17px;
    margin-right: 5px;
}
.mc-r{
    background: #57b0ff;
}
.mc-w{
    background: #003e9f;
}
.mc-d{
    background: #359f00;
}
.black_border_top{
    border-top: 3px solid black;
}
.bottom_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1100;
}
.trend_log_viewer{
    width: 100%;
    min-height: 2500px;
    background-color: black;
    color: white;
    resize: none;
    display: table;
}
.barcode-mobile-card {
    background: white;
    border-radius: 8px;
    margin-bottom: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}


.barcode-mobile-card-header {
    background: linear-gradient(135deg, #f68731 0%, #8b3d1f 100%);
    color: white;
    padding: 14px 16px;
}

.barcode-mobile-card-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.barcode-mobile-card-subtitle {
    font-size: 12px;
    opacity: 0.85;
    margin-top: 3px;
}

.barcode-mobile-card-body {
    padding: 16px;
}

.barcode-info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.barcode-info-row:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.barcode-info-label {
    font-size: 11px;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
}

.barcode-info-value {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.barcode-info-value-unit {
    font-size: 11px;
    color: #999;
    margin-left: 4px;
}

.barcode-desktop-table {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
    width: 100%;
}

.barcode-desktop-table thead tr {
    background: linear-gradient(135deg, #f68731 0%, #8b3d1f 100%);
}

.barcode-desktop-table thead th {
    color: white;
    padding: 14px 16px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
}

.barcode-desktop-table tbody tr {
    border-bottom: 1px solid #eee;
}

.barcode-desktop-table tbody tr:last-child {
    border-bottom: none;
}

.barcode-desktop-table tbody tr:hover {
    background-color: #f9f9f9;
}

.barcode-desktop-table tbody td {
    padding: 14px 16px;
    font-size: 13px;
    color: #333;
    border: none;
}

.barcode-qty-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
}

.barcode-qty-reserved {
    background-color: #e3f2fd;
    color: #1976d2;
}

.barcode-qty-instock {
    background-color: #e8f5e9;
    color: #388e3c;
}

.barcode-qty-out {
    background-color: #ffebee;
    color: #c62828;
}
.modal-responsive {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.modal-responsive .modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

@media (min-width: 1200px) {
    .modal-responsive {
        width: 70%;
    }
}
.barcode-highlight .barcode-mobile-card-body {
    border: 2px solid #27ae60;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 8px rgba(39, 174, 96, 0.3);
}

@media (min-width: 992px) {
    .barcode-highlight {
        border: 2px solid #27ae60 !important;
    }
}

/*boardy nézet css kezdete*/
.board-header {
    background: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.board-header h2 {
    margin: 0 0 20px 0;
    color: #333;
    font-size: 24px;
}
.filter-row {
    margin-top: 15px;
}
.board-container {
    overflow-x: auto;
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    height: calc(100vh - 110px);
}
.board-column {
    background: #e8ebed;
    border-radius: 3px;
    margin-bottom: 20px;
}
.column-header {
    padding: 12px 15px;
    color: white;
    border-radius: 6px 6px 0 0;
    font-weight: bold;
}
.column-header h4 {
    margin: 0 0 8px 0;
    font-weight: bold;
    font-size: 16px;
}
.column-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}
.column-stats .badge {
    background: rgba(255,255,255,0.4);
    font-size: 13px;
    padding: 4px 8px;
    font-weight: normal;
}
.column-value {
    font-size: 12px;
    font-weight: bold;
}
.column-content {
    padding: 10px;
    min-height: 400px;
}
.sale-card {
    background: white;
    border-radius: 6px;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    transition: all 0.2s ease;
    padding: 12px;
    border-left: 3px solid transparent;
}
.sale-card:hover {
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    transform: translateY(-1px);
}
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}
.card-title-row {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}
.card-title {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    flex: 1;
}
.priority-icon {
    color: #f0ad4e;
    font-size: 12px;
}
.card-actions-menu {
    display: flex;
    gap: 2px;
}
.card-actions-menu .btn {
    padding: 2px 6px;
    line-height: 1;
    color: #999;
}
.card-actions-menu .btn:hover {
    color: #333;
    background: transparent;
}
.card-actions-menu .btn.text-danger:hover {
    color: #d9534f;
}
.card-number {
    font-size: 11px;
    color: #666;
}
.card-number i {
    margin-right: 4px;
    font-size: 10px;
}
.card-customer {
    font-size: 12px;
    color: #333;
    font-weight: 500;
}
.card-customer i {
    margin-right: 5px;
    color: #999;
    font-size: 11px;
}
.card-contact {
    font-size: 11px;
    color: #999;
}
.card-contact i {
    margin-right: 5px;
    font-size: 10px;
}
.card-date {
    font-size: 11px;
    color: #666;
}
.card-date i {
    margin-right: 5px;
    font-size: 10px;
}
.card-tags {
    margin: 3px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.card-tags .label {
    font-size: 10px;
    font-weight: normal;
    padding: 3px 8px;
    border-radius: 3px;
}
.card-icons {
    display: flex;
    gap: 8px;
    padding: 8px 0;
    border-top: 1px solid #f0f0f0;
}
.card-icon-item {
    color: #999;
    font-size: 13px;
    cursor: pointer;
    transition: color 0.2s;
}
.card-icon-item:hover {
    color: #333;
}
.card-footer {
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
}
.card-value {
    font-size: 14px;
}
.card-value strong {
    font-weight: bold;
}
.empty-column {
    padding: 40px 20px;
    text-align: center;
}
.empty-column i {
    font-size: 48px;
    margin-bottom: 10px;
    opacity: 0.3;
}
@media (max-width: 991px) {
    .board-container .row > div {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .board-container .row > div {
        width: 100%;
    }
}
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.sale-card {
    animation: slideIn 0.2s ease;
}
.glyphicon-option-vertical:before {
    content: "\22ee";
}
.label-danger {
    background-color: #ff6b6b;
}
.label-warning {
    background-color: #ffd93d;
    color: #333;
}
.label-info {
    background-color: #74b9ff;
}
.label-success {
    background-color: #55efc4;
    color: #333;
}
.modal-info{
    background-color: #5b85de;
    color: white;
}
.modal-info .close, .modal-info .modal-title{
    color: white;
    font-size: 20px;
    font-weight: 500;
    opacity: 1;
}
.modal-nav{
    display: flex;
    background-color: #5b85de;
    color: white;
    justify-content: flex-start;
    gap: 0;
}
.modal-nav-item{
    padding: 15px;
    padding-bottom: 10px;
    border-bottom: 5px solid #5b85de;
    font-size: 14px;
    flex: 1;
    text-align: center;
}
.modal-nav-item.active{
    border-bottom-color: white;
}
.modal-nav-item:hover{
    cursor: pointer;
    border-bottom-color: white;
}
.modal-body.overflow{
    overflow-y: auto;
    max-height: 75vh;
}
.board-column {
    display: flex;
    flex-direction: column;
    margin: 5px;
    display: flex;
    flex-direction: column;
    margin: 5px;
    flex: 1 0 20%; 
    box-sizing: border-box;
}
.column-header {
    flex-shrink: 0;
}
.column-content {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.column-content::-webkit-scrollbar {
    display: none;
}
.loading-indicator {
    text-align: center;
    padding: 15px;
    color: #999;
}
.loading-indicator i {
    font-size: 20px;
    margin-right: 8px;
}
.glyphicon-spin {
    animation: spin 1s infinite linear;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.modal-xl{
    min-width: 90vw;
    max-width: 1920px;
}
.filter-tab {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #5b85de;
    color: white;
    padding: 15px 8px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: -2px 2px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    writing-mode: vertical-rl; 
}
.filter-tab:hover {
    background: #46b8da;
    padding-right: 12px;
}
.filter-tab i {
    writing-mode: horizontal-tb; 
    font-size: 18px;
}
.filter-tab span {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transform: rotate(180deg); 
}
.filter-sidebar {
    position: fixed;
    right: -350px;
    top: 0;
    width: 350px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 9999;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}
.filter-sidebar.open {
    right: 0;
}
.filter-sidebar-header {
    padding: 20px;
    background: #5b85de;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}
.filter-sidebar-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.close-sidebar {
    color: white;
    padding: 0;
    font-size: 20px;
}
.close-sidebar:hover {
    color: white;
    opacity: 0.8;
}

.filter-sidebar-content {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}
.filter-group {
    margin-bottom: 20px;
}
.filter-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}
.filter-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.filter-sidebar-overlay.visible {
    opacity: 1;
    visibility: visible;
}
/*boardy nézet css vége*/

.bs-callout-danger{
    border-left-color: #D9534F !important;
    border-left-width: 4px !important;   border-left-style: solid !important;
}

.bs-callout-default{
    border-left-color: #999999 !important;
}

.bs-callout-success{
    border-left-color: #5CB85C !important;
    border-left-width: 4px !important;
}

.bs-callout-info{
    border-left-color: #5BC0DE !important;
    border-left-width: 4px !important;
    border-left-style: solid !important;
}

.bs-callout-warning{
    border-left-color: #F0AD4E !important;
}

.bs-callout-top-primary{
    border-top-color: #bdc3c7 !important;
    border-top-width: 4px !important;
    border-top-style: solid !important;
}

.bs-callout-top-danger{
    border-top-color: #D9534F !important;
    border-top-width: 4px !important;   
    border-top-style: solid !important;
}

.bs-callout-top-default{
    border-top-color: #999999 !important;
    border-top-width: 4px !important;
    border-top-style: solid !important;
}

.bs-callout-top-success{
    border-top-color: #5CB85C !important;
    border-top-width: 4px !important;
    border-top-style: solid !important;
}

.bs-callout-top-info{
    border-top-color: #5BC0DE !important;
    border-top-width: 4px !important;
    border-top-style: solid !important;
}

.bs-callout-top-warning{
    border-top-color: #F0AD4E !important;
    border-top-width: 4px !important;
    border-top-style: solid !important;
}

.colored_top_border {
    border-top: 4px solid #f67a1c;
}