﻿body {
    line-height: 1.2;
    font-size: 1.5em;
}

img.figure-img {
    transition: transform .2s;
}

img.figure-img:hover {
    transform: scale(2); 
    background-color:white;
}

img.figure-img-zoom {

}

img.figure-img-full {
    max-width:1500px;
}

img.img_inactive {
    
}

.zoom-onhover {
    transition: transform .2s;
}

.zoom-onhover:hover {
    transform: scale(2.1) translate(-50%, 0);
    background-color: white;
}

.fade {
    transition: all linear 1s;
    opacity: 1;
}

.fade.ng-hide {
    opacity: 0;
}

.ng-hide {
    opacity: 0;
    transition: none 0;
}

.hide {
    display: none;
}

input.ng-invalid {
    border: solid 1px red;
}

input[type=checkbox].ng-invalid {
    outline: solid 2px red;
}

select.ng-invalid {
    border: solid 1px red;
}

.skin-blue .main-header .navbar,
.skin-blue-light .main-header .navbar {
    background-color: #1e4e7b;
}

.skin-blue .main-header .navbar .sidebar-toggle:focus,
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #1a4063;
}

.shadowed {
    margin-top: 50px;
    padding:0 15px 0 15px;

    -webkit-box-shadow: 7px 11px 40px -4px rgba(128,128,128,1);
    -moz-box-shadow: 7px 11px 40px -4px rgba(128,128,128,1);
    box-shadow: 7px 11px 40px -4px rgba(128,128,128,1);
}

.k-window-content .container {
    width: unset;
}

.k-window-content .shadowed {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-top: unset;
    padding: unset;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    box-shadow: 10px 10px 10px rgba(150, 150, 150, .2);
    background-color: #fffff0;
    border: solid 1px #dcdcdc;
}

.navbar-nav > .notifications-menu > .dropdown-menu {
    width: 350px;
    font-size: .9em;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
    white-space: normal;
}

.k-tabstrip:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}


div.scrollableTable {
    height: 200px;
    //border: 2px solid black;
    overflow: auto;
}

table.scrollableTable thead tr th {
    position: sticky;
    top: 0;
}

table.scrollableTable tbody tr td {
    word-wrap: break-word;
}

table.scrollableTable {
    border-collapse: collapse;
    width: 100%;
}

table.scrollableTable th {
    padding: 16px;
    padding-left: 15px;
    border-left: 1px dotted rgba(200, 209, 224, 0.6);
    border-bottom: 1px solid #e8e8e8;
    background: #e0e0e0;
    text-align: left;
    /* With border-collapse, we must use box-shadow or psuedo elements  for the header borders */
    box-shadow: 0px 0px 0 2px #e8e8e8;
}



@media (max-width: 767px) {
    .skin-purple .main-header .navbar .dropdown-menu li.user-footer a {
        color: #605ca8;
    }

    .skin-blue .main-header .navbar .dropdown-menu li.user-footer a {
        color: #1e4e7b;
    }

    .content-wrapper .content {
        padding: 0;
    }

    .content-wrapper .content .row, .content-wrapper .content .col-md-12 {
        padding-right:0;
    }
}

.actionbtn {
    margin-bottom: 5px;
}

.form_separator 
{
    border-bottom: solid 1px #c0c0c0;
    width: 100%;
    margin-bottom: 4px;
    margin-top:14px;
}

.form_separator h4 
{
    font-size:14px;
    margin-top:6px;
    margin-bottom:2px;
}

.dynamic-field .checkbox 
{
    margin-top:6px;
    margin-bottom:4px;
}

/*for color picker fld-selecta in pergola/alipl*/
span.pickerimg {
    display: inline-block;
    width: 60px;
    height: 35px;
    margin: 3px;
    transition: all .2s ease-in-out;
}

span.pickerimg:hover {
    width:200px;
    height:120px;
}

span.pickerimg img {
    transition: all .2s ease-in-out;
}

span.pickerimg:hover img {
    transform:scale(2.0);
    transform-origin:top left;
}

img.zoomhover50 {
    transition: all .2s ease-in-out;
    /*transition: height 0.2s linear;*/
    width:50%;
}

img.zoomhover50:hover {
    width:100%;
}

img.zoomhover25 {
    transition: all .2s ease-in-out;
    /*transition: height 0.2s linear;*/
    width: 25%;
}

img.zoomhover25:hover {
        width: 100%;
}

@media (min-width: 768px) {
    .container2 {
        width: 610px;
    }
}

@media (min-width: 992px) {
    .container2 {
        width: 870px;
    }
}

@media (min-width: 1200px) {
    .container2 {
        width: 1070px;
    }
}

.container-list {
  counter-reset: list;
  padding-left: 40px;
}

.container-list > .row {
  margin-top: 12px;
  position: relative;
  border-bottom: solid 1px #c0c0c0;
  padding-bottom: 8px;
}

.container-list > .row:before {
  counter-increment: list;
  content: counter(list) ". ";
  display: block;
  position: absolute;
  right: 100%;
  font-weight:bold;
}

.container-list input {
  
}

table.dynfld_matrix {
    font-family: 'Lucida Console';
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border: solid 2px #c0c0c0;
    /*width:unset;*/
}

.dynfld_matrix td:hover  {
    background-color: #f3b972 !important;
}

.dynfld_matrix td {
    background-repeat: no-repeat;
    background-position: center;  
    height:20px;
    border: solid 1px #c0c0c0;
    
}

.dynfld_matrix td.v0 {
    background-image: url("../Images/Product/Krispol/none.png");
}

.dynfld_matrix td.v1 {
    background-image: url("../Images/Product/Krispol/1vent.png");
    
}

.dynfld_matrix td.v2 {
    background-image: url("../Images/Product/Krispol/1wnd.png");
    
}

.dynfld_matrix td.v3 {
    background-image: url("../Images/Product/Krispol/vwnd.png");
    
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

@media print
{
    #pager,
    form,
    .no-print
    {
        display: none !important;
        height: 0;
    }


    .no-print, .no-print *{
        display: none !important;
        height: 0;
    }

    table.product_table_inner {
        background-color: black;
    }
}
 
.home_jumbo {
    position: relative;
    padding: 30px 0;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background-color: #e0e0e0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d0d0d0),to(#e0e0e0));
    background-image: -webkit-linear-gradient(top,#d0d0d0 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top,#d0d0d0 0, #e0e0e0 100%);
    background-image: linear-gradient(to bottom,#d0d0d0 0, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#e0e0e0', GradientType=0);
    background-repeat: repeat-x;
}


div.red_alert_box {
    background-color:#fff !important;
    color:red !important;
    font-size:14pt;
    border-radius:4px;
    border: solid 1px red;
    padding: 15px;
}

tr.alert {
    color: #cc4900;
}


.dynfld_image {
    max-width: 100%;
}

table.orderlines  {
   border: solid 2px #f3b972;
    
}




.k-widget .border-box-sizing,
.k-widget .border-box-sizing * {
    box-sizing: border-box;
}

.k-widget > span.k-invalid,
input.k-invalid,
select.k-invalid
{
  border: 1px solid red !important;
}

.k-grid td {
    padding: 0px 2px 1px 2px;
    height: 32px;
    line-height: 1.2em;
}

.k-grid.condensed td {
    height: 10px;
    line-height: 1.0em;
}

label {
    margin-bottom:0px;
}

fieldset.fieldset-border {
    border: 1px groove #ddd;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.fieldset-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}

button.btn-flat {
    box-sizing: border-box;
}

div.un_productconfigpanel {
    background-color:white;
    
}

.un_productconfigpanel .un_productform {
    
    display: flex;
}

.un_productform .un_productform_left {
    flex: 1;
}

.un_productform .un_productform_right {
    flex: unset;
    padding: 8px;
}

.un_productform .un_productform_left .un_productform_page {
    padding: 3px;
    margin: 1px;
}

.un_productform .un_productform_left .un_page_invalid {
    
}
.un_productform .un_productform_left .un_page_valid {
    
}

.un_productform .pagetab_invalid {
    color: red;
}

.un_productform table.fld-tablewithcolumns tr.selected {
    background-color: aquamarine;
}

@media (min-width: 780px) {
    .un_productform .floating_summary {
        position: fixed;
        right: 5px;
        top: 50px;
        max-height: 95%;
        overflow-y: auto;
        z-index: 999;
    }
}

@media (min-width: 1600px) {
    .floating_summary_product {
        min-width: 300px;
    }

    .un_productform .floating_summary {
        top: 65px;
        right: 15px;
    }

    .un_productform_summary img {
        margin-bottom:5px;
    }

    .un_productform_summary .well, .un_productform_summary.well {
        padding-left: 20px;
        padding-top: 20px;
        line-height: 1.5em;
    }

    .un_productform_summary .well h3, .un_productform_summary.well h3 {
        margin-bottom: .5em;
    }
}

.un_productform_summary.well .well {
    border: none;
    box-shadow:none;
}

.floating_summary_product {
    position: relative;
    min-height: 40px;
    min-width: 160px;
}

.floating_summary_product a.toggle_button {
    position: absolute;
    top: 6px;
    right: 5px;
    padding: 5px 9px;
    border: none;
}


.un_productconfigpanel .product_summary img {
    max-width: 160px;
    max-height: 160px;
}

.un_productconfigpanel .product_summary .pparam {
    white-space:pre-line;
}


table.orderform_product_table .product_summary_text {
    padding: 10px;
    margin-bottom:10px;
}



div.un_order_editor {
    padding: 0 5px 15px 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    background-color: white;
}

div.user-panel
{
    overflow: visible;
    white-space: normal!important;
}

.un_button_well
{
}

.table-bordered {
  border: 1px solid #707070;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #c0c0c0;
}

.newswrap {
    width: 100%;
}

.ann hr {
    margin-top: 8px;
    margin-bottom: 8px;
}
.newswrap .ann {
    padding: 14px;  
    border-bottom: dotted 1px #cecece;
    width: 100%;
    box-sizing: border-box;
}

.newswrap .ann:last-child {
    border-bottom: none;
}

.newswrap .ann h4 {
    font-weight:bold;
    margin-right:20px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.newswrap .ann p {
    margin: 2px 0;
}

.ann .parent_link {
    text-decoration:underline;
}

.ann2 p {
    margin: 2px 0 !important;
}

a.disabled {
    pointer-events: none;
       cursor: default;
       color:#a0a0a0;
}

div.product-error
{
    padding: 10px;
    font-weight:bold;
    color: #cc4900;
}

div.product-warning
{
    padding: 10px;
    font-weight:bold;
    color: #fb9200;
}

.colored-row
{
    background-color: #cc4900;
    font-weight:bold;
    border-bottom: solid 2px red;
}

.row_overdue {
    background-color:#ff8c8c !important;
}

.row_payment_overdue {
    background-color: #ffdada !important;
}

.row_payment_manko {
    background-color: #ffd994 !important;
}

.row_payment_ok {
    background-color: #d7ffd1 !important;
}

.row_alert {
    background-color: #ff8c8c !important;
}

.row_warning {
    background-color: #dcba83;
}

.row_new,
.row_new .status_colored_label,
.row_new_lbl .label {
    background-color: #f39c12;
}

.row_inactive,
.row_inactive .status_colored_label,
.row_inactive_lbl .label {
    background-color: #dcdcdc;
}

.row_active,
.row_active .status_colored_label,
.row_active_lbl .label {
    background-color: #bfd8ff;
}
.row_active2,
.row_active2 .status_colored_label,
.row_active2_lbl .label {
    background-color: #5ccec8;
}

.row_active3,
.row_active3 .status_colored_label,
.row_active3_lbl .label {
    background-color: #8ba1de;
}

.row_waiting,
.row_waiting .status_colored_label,
.row_waiting_lbl .label {
    background-color: #76ade9;
}
.row_ready,
.row_ready .status_colored_label,
.row_ready_lbl .label {
    background-color: rgba(148, 215, 126, 0.50);
}

.row_critical_task,
.row_critical_task .status_colored_label,
.row_critical_task_lbl .label {
    background-color: #dd4b39;
}

.row_new_lbl .label a {
    color: #fff;
}

.row_onhold {
    background-color: #dcba83;
    color:#303030;
}

.row_bold {
    font-weight: bold;
}

.locked {
    color: #ca5f5f;
    background-color: rgba(148, 148, 148, 0.50);
}

.logo-lg {
    
}

img.logo-test {
    filter: blur(4px);
}

td.missingprice {
    color:#cc4900;
}

.k-event {
    border: solid 1px #a0a0a0 !important;
}

.fa_cal_event {
    /*height: 100%;*/
}

.fa_cal_event.ev_saleslead {
    /*border-left: solid 5px #A3D6D4;*/
}

.fa_cal_event.ev_saleslead.ev_prebooked .evtitle {
    background: repeating-linear-gradient( 
            45deg, 
            rgba(0, 0, 0, 0), 
            rgba(0, 0, 0, 0) 10px, 
            rgba(0, 0, 0, 0.1) 10px, 
            rgba(0, 0, 0, 0.1) 20px 
    );
}

.fa_cal_event.ev_saleslead.ev_prebooked {
    border: dashed 3px #b1b1b1;
}

.fa_cal_event.ev_customerevent {
    /*border-left: solid 5px #F1E9CB;*/
}

.fa_cal_event.ev_servicerequesttask {
    /*border-left: solid 5px #E2A9BE;*/
}

.fa_cal_event.ev_installationtask {
    /*border-left: solid 5px #B0ABCA;*/
}

.fa_cal_event.ev_servicetask {
    /*border-left: solid 5px #C2D5A7;*/
}

.fa_cal_event.ev_servicerequest {
    /*border-left: solid 5px #E1C6AC;*/
}

.fa_cal_event.ev_outlook {
    border-left: solid 5px #61acd8;
}

.fa_cal_event p.ev_title span.evtime {
    padding: 0px 5px 0px 5px;
}

.ev_inactive {
    opacity: 0.5;
}

.ev_prebooked {
    border: dashed 3px #f3b972;
}

.fa_cal_event span.evtitle {
    display: block;
    margin: 0;
    padding-left: 5px;
    /*background-color: #EEF1E6;*/
    text-decoration: none;
    /*color: black;
    border-bottom: solid 1px #a0a0a0 !important*/
}

.fa_cal_event span.evtitle i.fa-square {
    padding: 0; border: 0;
}

.task-menu {
    -webkit-box-shadow: 10px 10px 26px 2px rgba(158,150,158,1);
    -moz-box-shadow: 10px 10px 26px 2px rgba(158,150,158,1);
    box-shadow: 10px 10px 26px 2px rgba(158,150,158,1);
    background-color: #ffe06d;
    padding:20px;
    min-width:300px
}

.task-menu li 
{
    padding-bottom: 5px;
    list-style:decimal;
}

.task-menu2 {
    -webkit-box-shadow: 10px 10px 26px 2px rgba(158,150,158,.2);
    -moz-box-shadow: 10px 10px 26px 2px rgba(158,150,158,.2);
    box-shadow: 10px 10px 26px 2px rgba(158,150,158,.2);
    background-color: #fff;
    padding: 5px 10px;
    min-width: 300px;
    border: 2px solid #f39c12;
    border-top-left-radius: 0;
    margin-top: 0;
}

.task-menu2 li 
{
    padding: 10px 5px;
    list-style:decimal;
    margin-left: 15px;
    border-bottom: 1px dotted #eee;
}

.assignment_warning_wrapper a.btn-warning2 .fa-chevron-circle-down {
    display: none;
}

.assignment_warning_wrapper.open a.btn-warning2 .fa-chevron-circle-down {
    display: inline;
}

.assignment_warning_wrapper.open a.btn-warning2 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.assignment_warning_wrapper.open a.btn-warning2 .fa-chevron-circle-right {
    display: none;
}

.task-menu2 li:last-child {
    border-bottom: 0;
}

.btn {
    font-weight:500;
}

.btn-warning2,
.btn-warning2:hover,
.btn-warning2:active,
.btn-warning2:focus {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #fff;
}

.bg-misty-blue {
    background-color: #49739d;
}

.bg-dark-gray-blue {
    background-color: #556271;
}

.bg-very-dark-gray-blue {
    background-color: #3d4650;
}

.bg-leave-green {
    background-color: #55915b;
}

.bg-plum {
    background-color: #665798;
}

.bg-dark-blue {
    background-color: #1e4e7b;
}


.bg-dark-gray-blue,
.bg-leave-green,
.bg-plum,
.bg-very-dark-gray-blue {
    color: #fff;
}

.todo_list_wrapper table tr td {
    font-size: .9em;
    padding: 8px 6px 8px 3px;
    border-bottom: 1px solid #eee !important;
}

.todo_list_wrapper table tr td:last-child {
    padding-right: 3px;
}

.todo_list_wrapper {
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
}

.todo_list_wrapper .k-pager-wrap {
    position: absolute;
    bottom: 5px;
    right: 8px;
}

.todo_list_wrapper .k-pager-wrap .k-link {
    background-color: transparent;
}

.todo_list_wrapper .label {
    line-height: 1.7em;
    border-radius: 1.2em;
}

.todo_list_wrapper .row_active_msg {
    background-color: #BFD8FF;
}
.todo_list_wrapper .row_new_msg {
    background-color: orange;
}

.todo_list_wrapper .default_background,
.todo_list_wrapper .srq_waiting,
.todo_list_wrapper .srq_returned {
    background-color: #aaa;
}

.todo_list_wrapper .row_saleslead {
    background-color: #7ebdac;
}

.todo_list_wrapper .row_overdue {
    background-color: #dd4b39;
}

.todo_list_wrapper .row_ordererror {
    background-color: #998cc1;
}

.todo_list_wrapper .label:empty {
    display: inline-block;
}

.todo_list_wrapper a {
    color: #333;
}

.todo_box {
    border-top-width: 0;
}

.todo_box .box-header,
.survey_results_box .box-header {
    font-size: 16px;
    padding: 14px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.todo_box .box-body,
.survey_results_box .box-body {
    padding: 5px 10px;
}

.todo_box .box-footer,
.survey_results_box .box-footer {
    border-top-width: 0;
}

.todo_list_wrapper .row_det {
    cursor: pointer;
    max-height: 2.5em;
    max-width: 500px;
    overflow: hidden;
}

.todo_box .col_date {
    display: inline-block;
    text-align: right;
    width: 100%;
}

.todo_box .custom_pager .k-pager-wrap {
    padding-top: 4px;
}

.chart_numbers_switch {
    padding: 0 4px;
    margin: 0;
}

.chart_numbers_switch li {
    display: inline-block;
    font-size: .8em;
}

.chart_numbers_switch li.active {
    display: none;
}

.stats_list {
    overflow: hidden;
}

.stats_list_table .stats_count {
    font-weight: bold;
    color: #5e6365;
    font-size: 1em;
    padding: 6px 5px 6px 2px;
    display: inline-block;
}

.stats_count.muted {
    color: #cecece;
}

.stats_list .stats_description {
    color: #adafb1;
    font-size: .8em;
}

.stats_list_table .stats_list_elem {
    border-top: 1px dotted #cecece;
    float: left;
    height: 34px;
    overflow: hidden;
    padding: 0;
    width: 50%;
}

.survey_results_box .stats_list_table .stats_list_elem:last-child {
    border-bottom: none;
}

.survey_results_box .stats_list_table .stats_list_elem:first-child {
    border-top: none;
}

.survey_results_box .stats_list_table:last-child {
    border-bottom: none;
}

.stats_list_table:last-child {
    border-bottom: 1px dotted #cecece;
}

.stats_status_id {
    display: none;
}

.stats_list_table .stats_description {
    display: inline-block;
    padding: 6px 0;
}

.prd_new td {
    background-color: rgba(251, 250, 189, 0.50);
}

.prd_ready td {
    background-color: rgba(148, 215, 126, 0.50);
    
}



.prd_inproduction {
    
}

.prd_delivery td {
    background-color: rgba(246, 213, 134, 0.50);
}

.prd_hold {
    background-color: #b0763f; 
}

.prd_parent {
    background-color: #ffcece;
    color: #0e1eca;
}

.prd_closed {
    background-color: #b0b0b0;
}

.prd_remarks {
    border-left: solid 4px red;
}

.prd_express {
    color: #ac0000;
}

.prd_ready_somenot {
    
}

.prd_ready_somenot td {
    background-color: rgba(148, 185, 166, 0.50);
}

.prd_ready_somereleased td {
    background-color: rgba(148, 215, 126, 0.50);
    color: blue;
}

tr.prd_express td:first-child {
    border-left: solid 4px darkorange;
}

tr.prd_remarks td:first-child {
    border-left: solid 4px #fb9200 !important;
}

tr.prd_assigned td:first-child .k-icon {
    background: #f8d499;
    color: green !important;
}

.no-border {
    border: 0;
    box-shadow: none;
}

.no-border table.bordered {
    border: 1px solid black !important;
    box-shadow:  rgba(0, 0, 0, 0.4) 3px 3px !important;
}

.tsk_deadline {
    background-color: #ff0000;
}

.tsk_reactionDate{
    background-color: #b200ff
}

/*500	Installation OK
501	Pricing error
502	Sales error
503	Missing/damaged parts
504	Partly installed
510	Cancelled*/

.inst_500 {
    background-color: rgba(148, 215, 126, 0.50);
    cursor: pointer;
}

.inst_501 {
    background-color: rgba(251, 250, 189, 0.50);
    cursor: pointer;
}

.inst_502 {
    background-color: #f8d499;
    cursor: pointer;
}

.inst_503 {
    background-color: #fb9200;
    cursor: pointer;
}

.inst_505 {
    background-color: rgba(251, 250, 189, 0.50);
    cursor: pointer;
}

.installation_table tr.l1 {
    cursor: pointer;
}

.installation_table tr.l1:hover {
    background-color: rgba(191, 216, 255, 0.75)
}

tr.instline_highlight {
    background-color: rgba(191, 216, 255, 0.75);
}

a.instline_highlight, span.instline_highlight {
    color: black;
    background-color: rgba(191, 216, 255, 0.75);
    border: dashed 2px #505050;
}

.fa-icon-innter-text {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

.inst_badge {
    border: white 2px solid;
}

.inst_badge:hover {
    color: black !important;
    border: black 2px solid;
}

.white-badge {
    border: solid 1px gray;
    background-color: white;
    color: black;
}

.entityref, .entityref2 {
    cursor: pointer;
}

tr.strikeout {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkqAcAAIUAgUW0RjgAAAAASUVORK5CYII=');
    background-repeat: repeat-x;
    background-position: 50% 50%;
}


.child-dropdown-menu {
    box-shadow: 10px 10px 10px rgba(150, 150, 150, 80);
    border: solid 1px #808080;
}

.tab-pane.box {
    border-top: none;
    margin-top: 0px;
    padding: 10px;
}

.object-group > .row {
    overflow-x: auto;
    white-space: nowrap;
}

#savebuttonwrapper button i.fa {
    display: none;
}

#savebuttonwrapper.dirty button i.fa {
    color: red;
    display: inline;
}

.installation_lines_table tr.l2 > td {
    margin: 2px;
    padding: 2px;
    border: 1px dotted gray;
    border-collapse: separate;
    border-radius: 1px;
}

/******************************************************
	OUTLINE BUTTONS AND ROUND BUTTONS
******************************************************/

.btn-round {
    width: 30px !important;
    height: 30px !important;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-round.btn-lg {
    width: 50px !important;
    height: 50px !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-round.btn-xl {
    width: 70px !important;
    height: 70px !important;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.btn.outline {
    background: none;
}

.btn-primary.outline {
    border: 2px solid #0099cc;
    color: #0099cc;
}

.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
    color: #33a6cc;
    border-color: #33a6cc;
}

.btn-primary.outline:active, .btn-primary.outline.active {
    border-color: #007299;
    color: #007299;
    box-shadow: none;
}

.btn-success.outline {
    border: 2px solid #00bf6f;
    color: #00bf6f;
}

.btn-success.outline:hover, .btn-success.outline:focus, .btn-success.outline:active, .btn-success.outline.active, .open > .dropdown-toggle.btn-success {
    border-color: #39bf87;
    color: #39bf87;
}

.btn-success.outline:active, .btn-success.outline.active {
    border-color: #008c52;
    color: #008c52;
    box-shadow: none;
}

.btn-info.outline {
    border: 2px solid #31cde8;
    color: #31cde8;
}

.btn-info.outline:hover, .btn-info.outline:focus, .btn-info.outline:active, .btn-info.outline.active, .open > .dropdown-toggle.btn-info {
    border-color: #5fd4e8;
    color: #5fd4e8;
}

.btn-info.outline:active, .btn-info.outline.active {
    border-color: #35a2b5;
    color: #35a2b5;
    box-shadow: none;
}

.btn-warning.outline {
    border: 2px solid #eb8f34;
    color: #eb8f34;
}

.btn-warning.outline:hover, .btn-warning.outline:focus, .btn-warning.outline:active, .btn-warning.outline.active, .open > .dropdown-toggle.btn-warning {
    border-color: #eba259;
    color: #eba259;
}

.btn-warning.outline:active, .btn-warning.outline.active {
    border-color: #b87430;
    color: #b87430;
    box-shadow: none;
}

.btn-danger.outline {
    border: 2px solid #f25454;
    color: #f25454;
}

.btn-danger.outline:hover, .btn-danger.outline:focus, .btn-danger.outline:active, .btn-danger.outline.active, .open > .dropdown-toggle.btn-danger {
    border-color: #f26d6d;
    color: #f26d6d;
}

.btn-danger.outline:active, .btn-danger.outline.active {
    border-color: #bf4343;
    color: #bf4343;
    box-shadow: none;
}

.btn-dark, .btn-dark:active, .btn-dark:hover, .btn-dark:focus {
    border-color: #222d32;
    color: #fff;
    background-color: #222d32;
}

.btn-dark.custom_fa_button::before {
    opacity: 1;
}

.actions .btn {
    margin-right: 10px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px !important;
    height: 18px !important;
    vertical-align: bottom !important;
    text-align: center !important;
    padding: 6px 0 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    border-radius: 15px !important;
}

.imgoverlay {
    
    display: inline-block;
    position: relative;
}
    
/*picture overlay (pic over pic) for fld-imageoverlay */
.imgoverlay .front {
    left: 0;
    top: 0;
    position: absolute;
    
    width: 100%;
    height: 100%;
}

.imgoverlay .back {

}
    
/* flip img horizontally */
.fliph {
    transform: rotateY(180deg);
}

.icon-navs li a, .icon-navs ul.tabs-left {
    background: none !important;
    border: none !important;
    text-align: center;
}

table.product_table {
    margin:0px !important;
    border: solid 2px #808080;
    width:initial;
    border-spacing: initial;
    border-collapse: collapse;
}

table.product_table  .product_param_print_free {
    display: inline-block;
    padding: 6px;
    vertical-align:top;
    text-align:left;
}



table.product_table .cutlist_panel {
    border: solid 2px black; 
    border-radius: 8px; 
    padding: 6px; margin: 2px;
    display:inline-block;
    vertical-align:top;
    box-sizing: inherit;
}

.cutlist_panel table.paramstbl td {
    height: unset;
    line-height:1.0em;
    padding: 0 1px 0 1px;
}

.cutlist_panel_col {
    display:inline-block;
}

.cutlist_panel table.paramstbl td.val {
    padding-right: 4px;
    border-left: none;
    text-align: right;
    /*font-size: 14pt;*/
}

.cutlist_panel table.paramstbl td.lbl {
    font-weight:bold;
}


.cutlist_panel table.paramstbl {
    width: unset;
    
}

.cutlist_panel table.paramstbl tr::alternate {
    background-color: black;
    color: white;
}
.cutlist_panel table.paramstbl td.lbl {
    padding-left: 4px;
    text-align:left;
}

table.cutlisttbl {

}

table.cutlisttbl td {
    height: unset;
    line-height: 1.0em;
    padding: 0 1px 0 1px;
}

table.cutlisttbl td.val {
    padding-right: 4px;
    border-left: none;
    text-align: right;
    /*font-size: 14pt;*/
}

div.product_row {
    
}

div.product_row  h2 {
    font-size: 16pt;
}



.product_table>tbody>tr>td, .product_table>tbody>tr>th, .product_table>tfoot>tr>td, .product_table>tfoot>tr>th, .product_table>thead>tr>td, .product_table>thead>tr>th
{
    padding: 2px 2px 2px 2px ;
    vertical-align: middle;
    border-width: 2px;
    height:initial;
    line-height:1.2em;
    font-size: 1.0em;
}

.product_table>tbody>tr>td.line_hdr, .product_table>thead>tr>th.line_hdr
{
    display: none;
}

.product_table>tbody>tr.last {
    border-bottom: solid 2px #808080;
}
.product_table>thead>tr.last {
    border-bottom: solid 2px #808080;
}



.productconfig_info 
{
    font-size: 100%;
    padding: 10px;
}

table.table-condensed .productconfig_info {
    font-size: 100%;
    padding: 10px;
}

.productconfig_info h2 {
    display: none;
}

.review_order {
    zoom:80%;
}

.grid_row_details {
    padding-bottom: 10px;
    padding-top: 6px;
}

.grid_row_details .product_row h2 {
    display:none;
}

.grid_row_details .product_table {
    font-size: 100%;
}

.product_table tbody td {
    line-height: 1.2em;
}

.data_table td,
.data_table_wrapper th.k-header,
.data_table_wrapper th {
    height: auto;
    text-align: center;
    border-color: #fff;
}

.data_table_wrapper .k-grid,
.data_table_wrapper .k-widget {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.data_table tr td {
    font-size: .9em;
    border-width: 0;
}

.dark_table_header_wrapper .k-grid-header {
    border-color: #404350;
    background-color: #404350;
}

.k-grid-header .dark_table_header th,
.dark_table_header th,
.dark_table_header th.k-header {
    background-color: #404350;
    color: #fff;
    font-size: .8em;
    font-weight: bold;
    border-width: 0 1px 0 0;
    border-style: dotted;
    padding: 4px;
}

.k-grid-header .dark_table_header th:last-child,
.dark_table_header th:last-child,
.dark_table_header th.k-header:last-child {
    border-right: none;
}

.k-grid-header .dark_table_header th a,
.k-grid-header .dark_table_header th a.k-link,
.k-header .dark_table_header th a,
.k-header .dark_table_header th a.k-link,
.dark_table_header th a,
.dark_table_header th a.k-link{
    color: #fff;
    font-weight: bold
}

.box {
    margin-bottom: 8px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 6px;
}

.desktop-menu .dropdown-menu {
    padding: 8px;
    
}

.desktop-menu .dropdown-menu li {
    padding-left: 8px;
    
}

.k-state-selected {
    background-color: #6985b2 !important;
    color: white !important;
    font-style: italic;
    border-style: dotted;
}

span.st_route {
    white-space:nowrap;
    font-size:12pt;
    font-variant:small-caps;
    font-family:Arial Narrow;
}

span.st_route span {
    padding: 1px 2px 1px 0px;
}

span.st_route .N {
    color:gray;
}

span.st_route .Y {
    color:lightgreen;
    text-decoration:underline;
}

span.st_route .A {
    color:orangered;
    text-decoration:underline;
}

div.row_details {
    margin:0px 0px 0px -26px;
    
    padding: 6px;
    /*background-color:#e0e0e0;*/
    zoom:90%;
}

div.row_details .productconfig_info h2 {
    display: none;
}

.small-box:hover {
    
    
}


div.infopanel1 
{
    width:initial;
    padding: 10px;
    border: 2px solid #c0c0c0;
    border-radius: 15px;
    -moz-border-radius: 15px;
}

div.infopanel1 ul 
{
    list-style: none;
    line-height:1.6em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

tr.k-state-selected td.warning,
tr.k-state-selected td.danger,
tr.k-state-selected td.info,
tr.k-state-selected td.active,
tr.k-state-selected td.success {
    background-color: inherit !important;
    color: inherit !important;
    font-style: inherit !important;
}

tr:hover td.warning,
tr:hover td.danger,
tr:hover td.info,
tr:hover td.active,
tr:hover td.success {
    background-color: inherit !important;
    color: inherit !important;
    font-style: inherit !important;
}

tr.k-state-selected:hover td.warning,
tr.k-state-selected:hover td.danger,
tr.k-state-selected:hover td.info,
tr.k-state-selected:hover td.active,
tr.k-state-selected:hover td.success {
    background-color: inherit !important;
    color: inherit !important;
    font-style: inherit !important;
}

a#printer_statusicon.ok i  {
    color: lightgreen;
}

a#printer_statusicon.problem i  {
    color: red;
}

.sidebar-menu .treeview-menu > li > a {
    font-size: unset;
}

tr.line_highlight {
    color: blue;
    background-color: rgba(167, 213, 100, 0.8);
    border-bottom: solid 1px #505050;
    border-top: solid 1px #505050;
}

a.line_highlight, span.line_highlight {
    color: black;
    background-color: #b2e534;
    border: solid 2px #000;
}

table tr:hover td.danger,
table tr:hover td.danger:hover {
    background-color: #f2dede !important;
}

.k-button-white {
    color: white !important;
    margin-bottom: 3px;
}

.minipnl2 {
    background-color: #e0e0e0 !important;
    font-size: 10pt !important;
    padding: 2px;
}

.minipnl2 table {
    background: inherit !important;
}

.minipnl {
    background-color: #e0e0e0;
    border: solid 1px #c0c0c0;
    font-size:10pt;
    padding: 2px 8px 8px 8px;
    border-radius: 6px;
}

.minipnl .label {
    text-align: center;
    font-weight:bold;
    
    color:black;
    display:block;
    width:100%;
}

table.mini {
    width: unset;
}

table.mini tr {
    border-bottom: solid 1px black;
}

table.mini td {
    height:unset;
    border: none;
    padding-right: 3px;
}

table.mini td.v {
    color: red;
    font-weight:900;
}

table.mini th {
    height:unset;
    border: none;
    font-size: 8pt;
    text-decoration: underline;
    font-weight:bold;
    padding: 0px 2px 0 2px;
}


table.mini tr:hover {

}

input[readonly="readonly"], input[readonly] {
    background-color: rgba(245,245,245,0.7);
    color: rgba(51, 51, 51,0.7);
    border-color: rgba(204,204,204,0.7);
}

input[type="text"][disabled="disabled"],
/*for _MultiReferenceField template*/
div.k-widget.k-multiselect:has(select:disabled) > div.k-multiselect-wrap,
/*for _TextArea template*/
textarea.k-widget.fa_widget:disabled {
    background-color: rgba(245,245,245,0.7);
    color: rgba(51, 51, 51,0.7);
    border-color: rgba(204,204,204,0.7);
}

/*form _ReferenceField template*/
span.k-widget.k-dropdown:has(select:disabled) {
    cursor: default;
}

/* turning off spinners for input type numeric, because changing value with spin buttons didn't updated data */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

@font-face {
    font-family: barcode_128;
    src:url(code128.ttf) format('truetype');
}

.barcode_128 {
    font-family: barcode_128;
    white-space:pre;
}

.hdrbarcode {
    font-family: barcode_128;
    line-height: 1;
    font-size: 50px;
}

.main-header .navbar .nav > li > a > .label {
    font-size: 0.9em;
}

.k-editor-toolbar {
    
}

input[type="radio"].ng-invalid {
    outline: 1px solid red;
}

.color-inherit {
    color: inherit !important;
}

.tooltip-inner {
    white-space: pre-wrap;
    text-align:left;
}

/* The sidebar menu */
.listsidebar {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    right: 5px;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

    
    /* Position and style the close button (top right corner) */
    .listsidebar .closebtn {
        position: absolute;
        top: 50px;
        right: 5px;
        font-size: 36px;
        margin-right: 5px;
    }


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#listmain {
    transition: margin-right .5s; /* If you want a transition effect */
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .listsidebar {
        padding-top: 15px;
    }

        .listsidebar a {
            font-size: 18px;
        }
}

.selectwLabel {
    font-size: 1.2em !important;
}

.rb-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.rb-selector{
    /*margin-top: 10px;*/
    margin-bottom: 12px;
    display: inline-grid;
}

img.figure-img {
    transition: transform 0s;
}

    img.figure-img:hover {
        transform: none;
    }
.rb-selector2 input {
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    appearance: auto !important;
}

.rb-selector input:active + .thumb-rb img {
    border: 3px solid #000;
}

.rb-selector input:active + .thumb-rbc {
    border: 3px solid #000;
}

.rb-selector input:active + .thumb-rbo img {
    border: 3px solid #000;
}

.rb-selector input:active + .thumb-rbo img, .rb-selector input:checked + .thumb-rbo img {
    /*opacity: 1;*/
}

.rb-selector input:active ~ img.thumb-rbw {
    border: 3px solid #000;
}

.rb-selector input:checked + .thumb-rb img {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    border: 3px #000 solid;
    margin: 0px;
}

.rb-selector input:checked + .thumb-rbc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    border: 3px #000 solid;
    margin: 0px;
}

.rb-selector input:checked + .thumb-rbo img {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    border: 3px solid #000;
    margin: 0px;
}


.rb-selector input:checked ~ img.thumb-rbw {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    border: 3px #000 solid;
    margin: 0px;
}

.thumb-rb {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 8px 5px 8px 3px;
    width: 128px;
    text-align: center;
    /*-webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.1) grayscale(1) opacity(.9);
    -moz-filter: brightness(1.1) grayscale(1) opacity(.9);
    filter: brightness(1.1) grayscale(1) opacity(.9);*/
}

    .thumb-rb img:hover {
        -webkit-filter: none; /*brightness(1.2) grayscale(.5) opacity(.9);*/
        -moz-filter: none; /*brightness(1.2) grayscale(.5) opacity(.9);*/
        filter: none; /*brightness(1.2) grayscale(.5) opacity(.9);*/
        border: 3px solid rgb(190,190,190);
        margin: 0px;
        /*transform: scale(2)*/
    }


    .thumb-rb img {
        border: 1px solid rgb(190,190,190);
        padding: 2px;
        margin: 2px;
        width: 120px;
    }

.thumb-rbc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid rgb(190,190,190);
    display: inline-block;
    width: 100px;
    text-align: center;
}

    .thumb-rbc:hover {
        -webkit-filter: none;
        -moz-filter: none;
        filter: none;
        border: 3px solid rgb(190,190,190);
    }

    .thumb-rbc img {
        width: 50px;
        height: 50px;
        padding-bottom: 2px;
    }

.thumb-rbw {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid rgb(190,190,190);
    display: inline-block;
    width: 180px;
    text-align: center;
}

    .thumb-rbw:hover {
        -webkit-filter: none;
        -moz-filter: none;
        filter: none;
        border: 3px solid rgb(190,190,190);
    }

    .thumb-rbw img {
        padding-bottom: 2px;
        width: 180px;
        height: 180px;
    }



/*for displaying options*/
.thumb-rbo {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    /*border: 1px solid rgb(190,190,190);*/
    display: inline-block;
    width: 100px;
    text-align: center;
}

    .thumb-rbo:hover {
        -webkit-filter: none;
        -moz-filter: none;
        filter: none;
    }

    .thumb-rbo img {
        width: 90px;
        height: 100px;
        margin-top: 2px;
        /*opacity: 0.4;*/
        border: 1px solid rgb(190,190,190);
    }

        .thumb-rbo img:hover {
            /*opacity: 1;*/
            border: 3px solid rgb(190,190,190);
        }

.rb-selector2 input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.thumb-rb2 {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    border: 4px solid rgb(255,255,255, 0.3);
    width: 100px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.1) grayscale(1) opacity(.9);
    -moz-filter: brightness(1.1) grayscale(1) opacity(.9);
    filter: brightness(1.1) grayscale(1) opacity(.9);
}

    .thumb-rb2:hover {
        -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
        -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
        filter: brightness(1.2) grayscale(.5) opacity(.9);
        border: 4px solid #dd4b39;
    }

    .thumb-rb2 img {
        width: 100px;
    }

.rb-selector2 input:active + .thumb-rb2 {
    opacity: .9;
    border: 1px solid #dd4b39;
}

.rb-selector2 input:checked + .thumb-rb2 {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    border: 4px #dd4b39 solid;
}



.main-sidebar {
    min-height: 90%; /* this gets rid of unnecessary scrollbar */
}

.control-sidebar {
    min-height: 100%; /* this gets rid of unnecessary scrollbar */
}

.ord_draft {
    background-color: orange;
}
    .ord_draft a {
        color: #ffffff !important;
    }

.ord_cancelled {
    background-color: #bbb;
}
    .ord_cancelled a {
        color: #ffffff !important;
    }

.ord_offersent {
    background-color: #bfd8ff;
}
    .ord_offersent a {
        color: #ffffff !important;
    }

.ord_ordered, .ord_ordered_verification {
    background-color: rgba(148, 215, 126, 0.50);
    color: #505050;
}
    .ord_ordered a {
        color: #000 !important;
    }


.ord_placed {
    background-color: #76ade9;
}
    .ord_placed a {
        color: #ffffff !important;
    }

.ord_readyship {
    background-color: #76e9bc;
}

.ord_inproduction {
    background-color: #5ccec8;
}
    .ord_inproduction a {
        color: #ffffff !important;
    }

.ord_onhold, .ord_draft_onhold {
    background-color: #dcba83;
    color: #303030;
}

.status_badge {
    padding: 3px 5px 5px 5px;
    font-size:13px;
}
.control-sidebar-menu .menu-info {
    margin: 3px 5px;
    padding: 3px;
    border-radius: 3px;
}
    .control-sidebar-menu > li > a {
        color: #000 !important;
    }
.control-sidebar-menu .menu-info a {
    color: #000;
}
/*.control-sidebar-dark, .control-sidebar-dark + .control-sidebar-bg {
    background: #fff;
}*/

.control-sidebar-menu .menu-info.menu-info-parent {
    color: #000;
    font-weight: bold;
    margin: 5px 5px;
}

.control-sidebar-menu .menu-info .box-header {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
}

.control-sidebar-menu .menu-info .box-body {
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 5px;
}

.control-sidebar-light, .control-sidebar-light + .control-sidebar-bg {
    background: #ecf0f5;
    border-left: 1px solid #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
    background: #505050;
    color: #d0d0d0;
}

.box.box-dark
{
    border-top-color:#505050;
}
.box.box-solid.box-dark
{
    border:1px solid #505050;
}
.box.box-solid.box-dark > .box-header
{
    color: #d0d0d0;
    background:#505050;
}

.label.label-dark
{
    border-color:#505050;
    background-color: #505050;
}

div.k-window input#btnShowConnections {
    display: none;
}
.srq_new {

}
.srq_draft {
    background-color: orange;
}
    .srq_draft a {
        color: #ffffff !important;
    }
.srq_processing {
    background-color: #76ade9;
}
    .srq_processing a {
        color: #ffffff !important;
    }
.srq_completed {
    background-color: #5ccec8;

}
    .srq_completed a {
        color: #ffffff !important;
    }

.srq_returned{

}
.srq_returned a {
    color: #ffffff !important;
}
.srq_closed {
    background-color: #bbb;
}
.srq_closed a {
    color: #ffffff !important;
}
.srq_sent{

}

.srq_waiting{

}
.srq_invoiced {
    background-color: #bfd8ff;
}
    .srq_invoiced a {
        color: #ffffff !important;
    }
.srq_controll{

}

.row_active2 a {
    color: #fff;
}


.action_buttons button,
.action_buttons .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    margin-right: 4px;
    border-radius: 3px;
}

.action_buttons .btn-primary {
    color: #fff;
    background-color: #3c8dbc;
    border-color: #3c8dbc;
}

.plus_button::before {
    content: "\f067";
}

.clone_button::before {
    content: "\f24d";
}

.remove_button::before {
    content: "\f00d";
}

.multivalue_field_wrapper {
    padding: 3px 5px;
}

.with_divider {
    border-right: 1px dotted #444;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    margin: 2px 0;
}

.with_divider:last-child {
    border-right: none;
}

.with_divider:first-child {
    padding-left: 0;
}


/*  expense report */
#Master_Soql_ExpenseReport_theList tr {
    background-color: white;
}

#Master_Soql_ExpenseReport_theList tr.k-alt {
    background-color: #f5f5f5;
}

.member_list_wrapper th {
    font-size: .8em;
    border: none;
    background-color: #404350;
    color: #fff;
}

.member_list_wrapper .k-grid-header {
    background-color: #404350;
    color: #fff;
}

.member_list_wrapper .k-grid-header .k-link:link,
.member_list_wrapper .k-grid-header .k-link:visited {
    color: #fff;
}

.member_list_wrapper .k-grid {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: none;
    font-size: 13px;
}

.member_list_wrapper .k-grid td {
    border: none;
    padding: .8em .4em;
}

.member_list_wrapper .k-grid-content {
    border-top: 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.member_list_wrapper .k-grid .k-grid-header,
.member_list_wrapper k-grid-header-wrap {
    border-top: 1px solid #222d32;
    border-right: 1px solid #222d32;
    border-bottom: 0;
    border-left: 1px solid #222d32;
}

.mobile_save_button,
.mobile_save_button.hidden_additional_button,
.mobile_save_button.visible_additional_button {
    display: none;
    margin-top: 1em;
    text-align: center;
}

.expense_refresh_button {
    padding: 3px 5px;
    margin: 23px 0;
}

.expense_assignments_dropdown_wrapper {
    margin-left: 15px;
}

.extras_table_wrapper table {
    border-bottom: 2px solid #556271;
}

.expense_extra_actions a,
.expense_extra_actions button {
    padding: 5px;
    margin: 2px;
}

.expense_calendar_wrapper .k-calendar td.k-state-selected .k-link {
    border-color: #1E4E7B;
    color: #fff;
    background-color: #1E4E7B;
    background-image: none;
}

.expense_calendar_wrapper .k-calendar td.k-state-focused .k-link {
    box-shadow: none;
}

.expense_calendar_wrapper .k-calendar .k-today .k-link {
    color: #1E4E7B;
    box-shadow: inset 0 0 0 1px #1E4E7B;
}

@media only screen and (max-width: 768px) {
    .expense_report_details_header .pull-right {
        text-align: right;
    }

    .expense_assignments_dropdown_wrapper {
        margin-left: 0;
        margin-bottom: .5em;
    }

    .expense_report_details_header .pull-right button,
    .expense_report_details_header .pull-right .k-button {
        margin-top: 2px;
        width: 31%;
    }

    .expenses_details_list_wrapper {
        overflow-x: scroll;
    }

    .mobile_save_button.hidden_additional_button {
        display: none;
    }
    .mobile_save_button.visible_additional_button {
        display: block;
    }

    .expense_calendar_wrapper {
        display: none;
    }

    .expense_refresh_button {
        padding: 8px 10px;
        margin: 5px 0;
    }

    .mobile_col_max_height span {
        max-height: 40px;
        overflow: hidden;
        display: block;
    }

    .extras_table_wrapper {
        overflow: scroll;
        padding-bottom:20px;
    }

    .extras_table_wrapper table {
        min-width: 600px;
    }

    .expense_report_details_header .btn-group {
        width: 100%;
    }

    #panel_list_wrapper_Soql_ExpenseReport .box-header .btn-group {
        width: 100%;
    }

    .expense_extra_actions a,
    .expense_extra_actions button {
        padding: 8px;
        margin: 4px;
    }
}

/*  prepayments */
#Master_Soql_OrderPrepayment_theList tr {
    background-color: white;
}

#Master_Soql_OrderPrepayment_theList tr.k-alt {
    background-color: #f5f5f5;
}

/*  prebooking */
#Master_Soql_Prebooking_theList tr {
    background-color: white;
}

#Master_Soql_Prebooking_theList tr.k-alt {
    background-color: #f5f5f5;
}

/*
    clean grid,  without borders
*/

.clean_grid table,
.clean_grid table td,
.clean_grid table tr.k-alt,
.clean_grid .k-grid,
.clean_grid .k-pager-wrap,
.clean_grid table th.k-header,
.clean_grid table thead {
    border: none;
    background-color: transparent;
}

.clean_grid tr:hover,
.clean_grid td:hover {
    background: transparent !important;
}

.grid_without_header .k-grid-header {
    display: none;
}

.custom_pager .k-pager-wrap {
    box-shadow: none;
    font-size: 13px;
    background-color: transparent;
    padding-top: 10px;
}

.custom_pager .k-grid-pager,
.custom_pager .k-pager-wrap,
#Master_Soql_EmailMessage_theList .k-grid-pager,
#Master_Soql_OrderPrepayment_theList .k-grid-pager {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom_pager .k-grid-pager .k-link,
.custom_pager .k-pager-wrap .k-link,
#Master_Soql_EmailMessage_theList .k-grid-pager .k-link,
#Master_Soql_OrderPrepayment_theList .k-grid-pager .k-link {
    margin: 0 2px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #ccc;
}

.custom_pager .k-grid-pager .k-state-disabled,
.custom_pager .k-pager-wrap .k-state-disabled,
#Master_Soql_EmailMessage_theList .k-grid-pager .k-state-disabled {
    color: #eee;
    border-color: #eee;
}

.custom_pager .k-grid-pager .k-state-selected,
.custom_pager .k-pager-wrap .k-state-selected,
#Master_Soql_EmailMessage_theList .k-grid-pager .k-state-selected,
#Master_Soql_OrderPrepayment_theList .k-grid-pager .k-state-selected {
    background-color: #61acd8 !important;
    border-color: #61acd8;
    color: #fff;
    border-radius: 3px;
    font-style: normal;
    margin: 0 2px;
}

.only_arrows_pager .k-pager-numbers,
.only_arrows_pager .k-pager-last,
.only_arrows_pager .k-pager-first,
.only_arrows_pager .k-pager-info {
    display: none;
}

.only_arrows_pager .k-grid-pager .k-link {
    border: none;
}

.only_arrows_pager .k-icon {
    font-size: 1.8em;
}

#Master_Soql_EmailMessage_theList, #Master_Soql_OrderPrepayment_theList {
    padding: 3px;
    background-color: #fff;
}

#Master_Soql_EmailMessage_theList .k-grid-pager,
#Master_Soql_SalesLead_theList .k-grid-pager,
#Master_Soql_OrderPrepayment_theList .k-grid-pager {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: none;
    margin-top: 1em;
    margin-left: 12px;
    font-size: 13px;
}

@media only screen and (max-width: 768px) {
    #Master_Soql_EmailMessage_theList,
    #Master_Soql_SalesLead_theList,
    #Master_Soql_ExpenseReport_theList,
    #Master_Soql_OrderPrepayment_theList {
        overflow: scroll;
    }

    #panel_list_wrapper_Soql_EmailMessage .box-header > .box-tools,
    #panel_list_wrapper_Soql_SalesLead .box-header > .box-tools {
        right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .only_arrows_pager .k-pager-wrap .k-pager-numbers,
    .only_arrows_pager .k-pager-wrap .k-pager-info,
    .only_arrows_pager .k-pager-wrap .k-pager-first,
    .only_arrows_pager .k-pager-wrap .k-pager-last {
        display: none;
    }

    .only_arrows_pager .k-grid-pager .k-link,
    .only_arrows_pager .k-pager-wrap .k-pager-nav,
    .only_arrows_pager .k-pager-numbers .k-current-page .k-link,
    .only_arrows_pager .k-pager-nav.k-pager-first+.k-link {
        border: none;
    }

     
}


/*******************************************************/
/* EMAIL MESSAGE */
@media only screen and (max-width: 768px) {
    .k-window {
        min-width: 100% !important;
        top: 0 !important;
        left: 0 !important;
    }
}


@media only screen and (max-width: 1024px) {
    .grid_conversation .k-grid-pager .k-pager-numbers + .k-link {
        margin-left: 4.9em;
    }
}

/* message details */
.email_message_details_header .formtitle {
    padding-left: 44px !important;
    margin-left: 12px;
}

.msg_top_left_box .msg_from {
    font-size: 1.3em;
    margin-bottom: 6px;
    margin-top: 36px;
    font-weight: bold;
    overflow-wrap: break-word;
}

.msg_top_left_box .msg_to {
    font-size: 0.9em;
    margin-bottom: 0;
}

.msg_top_left_box div {
    margin: 0;
    padding: 0;
}

.msg_details_folder_name {
    background-color: #222d32;
    margin-left: 3px;
}

.msg_top_left_box .msg_date {
    color: #545454;
    font-size: 0.9em;
    text-align: right;
    margin-bottom: 5px;
    margin-top: 5px;
}

.msg_top_left_box .msg_details_statusAndParent {
    margin-bottom: 8px;
    line-height: 1.6em;
}

.msg_top_left_box .msg_details_statusAndParent .label {
    font-size: 0.8em;
 }

.email_message_details_header .box, .email_message_details_header .box-header {
    box-shadow: none;
    border: none;
    padding: 0;
}

.msg_top_left_box {
    padding: 10px 10px 16px 10px;
    margin: 8px 10px 10px 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.msg_status_2901 {
    background-color: orange;
}

.msg_status_2907 {
    background-color: crimson;
}

.msg_status_2902,
.msg_status_2903,
.msg_status_2904 {
    background-color: darkgrey;
}

.msg_status_2906 {
    background-color: yellow;
}

.msg_status_2905 {
    background-color: deepskyblue;
}

.msg_subject {
    font-weight: bold;
    padding-left: 16px;
}

.msg_subject .fa-exclamation {
    color: crimson;
}

.email_message_details_header .k-button {
    border-color: #222d32;
    color: #fff;
    background-color: #222d32;
    border-radius: 4px;
}

.custom_fa_button {
    padding-left: 30px;
    position: relative;
    line-height: 1.5em;
}

.custom_fa_button_no_label {
    height: 28px;
    line-height: 1em;
    padding: 3px 5px 3px 24px;
}

#panel_list_wrapper_Soql_EmailMessage .list_panel .btn-default.mark_as_read_button,
.email_message_details_header .mark_as_read_button,
.mark_as_read_button {
    background-color: orange;
    border-color: orange;
    color: #fff;
}

.mark_as_read_button:hover {
    color: #fff;
}

.custom_fa_button::before {
    font-family: FontAwesome;
    position: absolute;
    top: 7px;
    left: 8px;
    opacity: 1;
    display: block;
    background: transparent;
    width: 10px;
}

.msg_reply_button::before {
    content: "\f112"; 
}

.msg_move_to_button::before {
    content: "\f07b";
}

.msg_attach_button::before {
    content: "\f067";
}

.msg_print_button::before {
    content: "\f02f";
}

.msg_mark_as_read_button::before {
    content: "\f0e0";
}

.msg_more_actions_button {
    padding-left: 20px;
}

.msg_more_actions_button::before {
    content: "\f142";
}

.msg_details_assignee_group {
    margin-top: 8px;
    font-size: 0.9em;
}

.msg_details_tags {
    overflow: hidden;
    padding-bottom: 1px;
}

.msg_details_parent {
    background-color: #545454;
}

.msg_details_parent a {
    cursor: pointer;
    color: #fff;
}

.msg_details_tags .k-multiselect .k-button {
    background-color: #222d32;
    border: 1px solid #222d32;
}

.email_message_details_header .save_button button {
    background-color: #00c0ef;
    border-color: #00c0ef;
    color: #ffffff;
    line-height: 1.5em;
}

a.filedownload_offer {
    color:blue;
    font-weight:bold;
}

.attachment_thumbnails {
    padding-top: 1em;
}

.attachment_thumbnails .thumbnail .caption {
    padding-left: 4px;
    padding-right: 4px;
    font-size: .8em;
}

.attachment_thumbnails .img-thumbnail {
    max-width: 92%;
}

.attachment_thumbnails .thumbnail {
    background-color: #1b1b1b;
    padding: 20px 4px 4px 4px;
    border: none;
    overflow: hidden;
}


.attachment_thumbnails .thumbnail .caption {
    color: #fff;
    text-align: center;
}

.attachment_files_box_wrapper {
    position: relative;
}

.attachment_files_box_wrapper .fa-paperclip {
    position: absolute;
    top: 6px;
    left: 4px;
    font-size: 1.5em;
    color: #a1a1a1;
}

.attachment_files_box {
    margin-top: 15px;
    padding-left: 20px;
}

.attachment_files_box .k-widget {
    box-shadow: none;
}

.attachment_files_box li {
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden;
}

.attachment_files_box .k-filename {
    font-size: .9em;
}

.attachment_files_box .k-file-success .k-progress {
    display:none;
}

.attachment_files_box .k-upload-files {
    padding-bottom: 0;
}

.attachment_files_box .k-dropzone {
    padding: .2em;
}

.editor_wrapper {
    padding-left: 16px;
    padding-right: 20px;
}

.editor_wrapper table.k-editor {
    border: none;
    background: none;
}

.editor_wrapper .k-editor .k-editable-area .k-content {
    border: 1px solid #eee;
    background: none;
}

.editor_wrapper .k-widget {
    box-shadow: none;
}

.editor-wrapper .k-editable-area {
    padding: 5px;
}

.msg_details_history .timeline {
    margin-top: 10px;
}

.msg_details_history .time-label {
    font-size: .9em;
}

.msg_details_conversation .timeline {
    margin-top: 1em;
    margin-bottom: 1em;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.msg_details_conversation .timeline-header,
.msg_details_conversation .timeline-body,
.msg_details_conversation .time-label {
    font-size: .9em;
    line-height: 1.2em;
}

.msg_details_conversation .timeline > li > .timeline-item,
.msg_details .timeline > li {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.msg_details_conversation .time-label span {
    background-color: #222d32;
    color: #fff;
}

.msg_details_conversation .email_reference,
.activity_history .email_reference {
    float: right;
}

.email_reference a.entityref2,
.activity_history .email_reference {
    cursor: pointer;
}

.msg_details_conversation .timeline_from {
    margin-right: 5px;
    font-size: .9em;
}

.msg_details_conversation .timeline_subject {
    margin-right: 5px;
    font-size: .9em;
}

.msg_details_conversation .time {
    margin-right: 5px;
}

.msg_details_conversation table,
.msg_details_conversation table tr td,
.msg_details_conversation table tr.k-alt,
.msg_details_conversation .k-grid,
.msg_details_conversation .k-pager-wrap,
.msg_details_conversation table th.k-header,
.msg_details_conversation table thead {
    border: none;
    background-color: transparent;
}

.msg_details_conversation table tr td {
    position: relative;
}

.msg_details_conversation table .timeline-item {
    margin-left: 50px;
}

.msg_details_conversation table .time-label span {
    padding: 5px;
    border-radius: 4px;
    font-weight: bold;
}

.msg_details_conversation table .timeline-header {
    font-size: 1em;
    line-height: 1.2em;
}

.msg_details_conversation table .timeline-body {
    font-size: .9em;
    line-height: 1.05em;
    border: 1px dotted #ddd;
    border-width: 0 1px 1px 1px;
    background: #f9f9f9;
}

.msg_details_conversation table .timeline-body pre {
    border: none;
    background-color: transparent;
    padding: 0;
}

.msg_details_conversation .timeline-body table td {
    height: auto;
    position: unset;
}

.msg_details_conversation .timeline-body table {
    width: auto;
}

.msg_details_conversation .email_reference {
    font-size: 12px;
}

.grid_conversation .k-pager-wrap {
    box-shadow: none;
    font-size: 13px;
    background-color: #fff;
    padding-top: 10px;
}

.grid_conversation .timeline:before {
    bottom: 7px;
    margin-left: 4px;
    top: 5px;
    border-radius: unset;
}

.grid_conversation .timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px dotted #ddd;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1
}

.grid_conversation .time-label {
    padding-top: 5px;
}
.grid_conversation .time-label,
.grid_conversation .timeline-item {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}

.grid_conversation .timeline-body, 
.grid_conversation .timeline-footer {
    padding: 10px;
}

.grid_conversation tr:hover,
.grid_conversation td:hover {
    background: transparent !important;
}

.grid_conversation .k-grid-pager {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.grid_conversation .k-grid-pager .k-link,
#Master_Soql_EmailMessage_theList .k-grid-pager .k-link {
    margin: 0 2px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #ccc;
    text-align: center;
}

.grid_conversation .k-grid-pager .k-state-disabled,
#Master_Soql_EmailMessage_theList .k-grid-pager .k-state-disabled{
    color: #eee;
    border-color: #eee;
}

.grid_conversation .k-grid-pager .k-state-selected,
#Master_Soql_EmailMessage_theList .k-grid-pager .k-state-selected {
    background-color: #61acd8 !important;
    border-color: #61acd8;
    color: #fff;
    border-radius: 3px;
    font-style: normal;
    margin: 0 2px;
} 


    .email_message_details_header .k-button {
        margin: 2px 0;
    }

    .msg_subject {
        padding-left: 14px;
    }

    .msg_top_left_box {
        margin-left: 12px;
        margin-right: 2px;
    }

    .attachment_thumbnails .img-thumbnail {
        max-width: 87%;
    }

    .msg_details_conversation .timeline:before {
        background: #eee;
    }

    .msg_details_conversation .timeline > li {
        margin-right: 0;
        margin-left: 0;
    }

    .msg_details_conversation .timeline > li > .timeline-item {
        margin-left: 0;
        margin-right: 0;
    }

/* message action windows */
.new_email_box .msg_body_box {
    margin-top: 10px;
}

.new_email_box .attachment_files_box_wrapper {
    margin-top: 10px;
}

.new_email_box .required .k-editor-toolbar-wrap .k-picker-wrap,
.new_email_box input.required,
.new_email_box table.k-editor.required,
.new_email_box span.required.k-dropdown .k-dropdown-wrap,
.email_msg_edit_box span.required.k-dropdown .k-dropdown-wrap {
    border-color: #ccc;
}

.email_msg_edit_box .k-combobox .k-dropdown-wrap,
.email_msg_edit_box .k-dropdown-wrap {
    height: 2.2em;
}

.email_msg_edit_box .btn-toolbar button {
    margin-right: 4px;
    border-radius: 3px;
}

.new_email_box .btn-primary,
.email_msg_edit_box .btn-primary {
    border: none;
    color: #fff;
    background-color: #3c8dbc;
    border: 1px solid #3c8dbc;
}

.new_email_box .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.new_email_box .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.new_email_box .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.email_msg_edit_box .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.email_msg_edit_box .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.email_msg_edit_box .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 3px;
}

.new_email_box .btn-toolbar,
.email_msg_edit_box  .btn-toolbar {
    padding-left: 0 !important;
}

.new_email_box label {
    text-align: right;
}

.new_email_to_col,
.new_email_cc_col,
.new_email_bcc_col,
.new_email_subject_col {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .new_email_to_col,
    .new_email_cc_col,
    .new_email_bcc_col,
    .new_email_subject_col {
        text-align: left;
    }

    .msg_top_left_box,
    .msg_subject {
        margin-left: 0;
    }

    .msg_details_conversation table .timeline-item {
        margin-left: 0;
    }

    .msg_details_conversation .timeline:before {
        background: transparent;
    }

    .grid_conversation .timeline-header {
        overflow: hidden;
    }

    .msg_details_conversation .email_reference {
        margin-top: 5px;
    }
}

@media print {
    #panel_list_wrapper_Soql_EmailMessage .list_filter_panel, #panel_list_wrapper_Soql_EmailMessage .list_panel .btn-toolbar, #Master_Soql_EmailMessage_theList .k-pager-wrap .k-link {
        display: none;
    }

    #panel_list_wrapper_Soql_EmailMessage .list_panel {
        border: none;
    }

    #Master_Soql_EmailMessage_theList {
        font-size: 0.7em;
    }
}

tr.line1 {
    font-size: .9em;
}
tr.line2 {
    font-size: .9em;
}
tr.line1:hover{
    cursor: pointer;
}

table.tbloffer > thead {
    font-size: .9em;
}

table.tblemails > thead {
    font-size: .9em;
}
tr > td > a.entityref2:hover {
    cursor: pointer;
    text-decoration: underline;
}

.table-condensed .email_row td {
    padding: 6px;
    border-top: none;
    border-bottom: 1px solid #f4f4f4;
}

.email_row .a.entityref2:hover{
    cursor: pointer;
}

.email_row .fa-exclamation {
    color: crimson;
}

.email_row .msg_unread{
    font-weight: 800;
}

tr.row_important_sl > td.important_lead_flag span::before {
    font-family: FontAwesome;
    content: "\f024";
    color: crimson;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover {
    background-color: #444 !important;
    border-top-color: #444 !important;
    color: #fff;
    font-size: 10pt;
}

.nav-pills > li > a:hover {
    border-top-color: #444 !important;
}

.info-box-text > a {
    color: #444;
}

.info-box-text > a:hover {
    text-decoration: underline;
}

.label-black {
    background-color: #444 !important;
}

td.val {
    text-align:right;
}


/* order edit */

.fieldsets_wrapper fieldset.fieldset_dark_header, .fieldset_bordered {
    background-color: #fff;
    border: 1px solid #556271;
    padding: 1em 0 .5em;
    margin: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.fieldset_bordered {
    height: 100%;
}

.fieldsets_wrapper fieldset.fieldset_dark_header > legend {
    /*background-color: rgb(204, 204, 204);
    border-bottom: 1px solid #556271;*/
    border-collapse: collapse;
    border-top: 1px solid #556271;
    position: relative;
    top: 0.75em;
    color: #556271;
    width: 100%;
    padding: 5px 10px 5px 10px;
    margin: .5em 0 0 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-sizing: border-box;
    font-size: 1.2em;
}

h4.dark_background_header {
    background-color: #556271;
    color: #fff;
    padding: 14px;
    width: 100%;
    margin: 0;
    margin: 0 0 .5em 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 16px;
    box-sizing: border-box;
}

.fieldsets_wrapper fieldset.fieldset_dark_header .row {
    margin: .25em .15em;
}

.fieldsets_wrapper .page-header {
    background-color: #fff;
    padding: 10px;
}

.widget-user-3 .description-block > .description-header {
    font-size: 14px;
}

.widget-user-3 .widget-user-header address {
    margin-bottom: 0;
    font-size: 13px;
}

.widget-user-3 .widget-user .widget-user-username {
    text-shadow: none;
}

.widget-user-3 .info-box-text {
    font-size: 12px;
    white-space: normal;
}

.divseparator {
    display: flex;
    align-items: center;
    text-align: center;
}

.divseparator::before, .divseparator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}

.divseparator::before {
    margin-right: .25em;
}

.divseparator::after {
    margin-left: .25em;
}
input[type="text"].fa_bad_field {
    background-color: #dd4b39;
}

input[type="text"].fa_good_field {
    background-color: #93d186;
}

.alert-childs {
    border: 1px solid #0073b7;
}

.alert-childs:hover {
    background-color: lightskyblue;
}

.sidebar-form {
    border: none !important;
    color: rgb(184, 199, 206);
}

label.disabled {
    cursor: not-allowed !important;
    opacity: 0.5;
}

.row_registry_current {

}

.row_registry_inactive {
    text-decoration: line-through;
}
.row_registry_alert {
    background-color: rgb(216, 27, 96, .65);

}

.registry_col_center {
    text-align: center;
}

.zoom:hover {
    transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    border: 1px dotted black;
}

.fa_address2 {
    background-color: white;
    border: solid 1px #c0c0c0;
    border-radius: 4px;
    padding: 4px;
    margin-top: 4px;
    margin-bottom: 0;
    min-height: 75px;
}

.fa_address2 span {
    border-bottom: 1px solid #c0c0c0;
    width: 100%;
}

.fa_text_diff {
    white-space: pre-line;
}

.fa_text_diff .ln span.del {
    color: red; text-decoration:line-through;
}

.fa_text_diff .ln span.del::before {
    content: attr(data-text);
}

.fa_text_diff .ln span.ins {
    color: green; text-decoration: underline;
}

.fa_text_diff .ln span.mod {
    color: blue; text-decoration:underline;
}

.fa_text_diff .ln span.im {
    color: yellow;
}

.fa_text_diff .ln.l_Inserted {
    color: green; text-decoration:underline; font-weight:bold;
}

.fa_text_diff .ln.l_Deleted {
    color: red; text-decoration:line-through; font-weight:bold;
}
.fa_text_diff .ln.l_Deleted::before {
    content: attr(data-text);
}

.home-icon {
    display: none;
}
.mobile_menu_element {
    display: block;
}

@media (min-width: 768px) {
    .only_mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .only_desktop {
        display: none;
    }

    .control-sidebar {
        padding-top: 50px !important;
    }

    .nav > li.family_objects_menu_element {
        display: none;
    }

    .home-icon {
        display: block;
        float: left;
        width: 20px;
        padding-top: 10px;
        padding-left: 12px;
        padding-right: 2px;
        font-size: 1.6em;
        color: white;
    }

    .mobile_menu_element {
        display:block;
    }
}

.row_registry_accept {
    background-color: rgb(0, 192, 237, .35);
}

.msg_col_parent {
    text-align: center;
}

#savebuttonwrapper button i.fa {
    display: none;
}

#savebuttonwrapper.dirty button i.fa {
    color: red;
    display: inline;
}
.order_hdr2 {
    border-top: 1px solid #bbbbbb;
}
.no_shadow .shadowed {
    margin-top: 0px !important;
    padding: 0 0 0 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

.rotate {
    /*transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}

th.rotate {
    width: 100px;
    height: 75px;
    text-align: right;
    vertical-align: bottom;
    padding: 0 5px 0 5px;
}

.pp_image {
    padding: 10px;    
}

.fld-info {
    border-left: 4px solid #eea236;
    padding: 2px;
    width: 100%;
    height: 100%;
    display: flex;
    /*background-color: #f2a538;
    border-radius: 3px;
    color: aliceblue;*/
}

.fld-UpdateBtn {
    margin-top: 20px;
}

.alert.alert-warning.alert-dismissible {
    opacity: 0.7;
}


.pparam.short {
    text-decoration: underline;
}

div.k-grid-content > table > tbody > tr > td > a {
    color: #28649d;
    font-weight: 600;
    text-decoration: underline;
    /*filter: brightness(90%)*/
}

div.k-grid-content > table > tbody > tr.row_active.k-state-selected > td > a {
    color: #fff;
}

div.k-grid-content > table > tbody > tr.k-master-row.row_new.k-state-selected > td > a {
    color: #fff;
}

.rb-selector-btn {
    margin: 1px;
  }
  
  .rb-selector-btn input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }
  
  .rb-selector-btn label {
      display: inline-block;
      background-color: #ddd;
      padding: 5px 5px;
      font-family: sans-serif, Arial;
      font-size: 12px;
      border: 1px solid #444;
      border-radius: 4px;
      width: 50px;
      text-align: center;
  }
  
  .rb-selector-btn label:hover {
    background-color: #ffa851;
  }
  
  .rb-selector-btn input[type="radio"]:focus + label {
      border: 2px dashed #444;
  }
  
  .rb-selector-btn input[type="radio"]:checked + label {
      background-color: #eb8f34;
      border-color: #140e07;
  }

div.top-margin-10
{
    margin-top: 10px;
}

/*paramgrid - for displaying product configuration */
.paramgrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 200px));
    gap: 0px;
}

.parambox {
    max-height: 40px;
    border: solid 1px gray;
    padding: 2px;
}


.paramgrid-compact {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 400px));
    gap:2px;
    justify-content:space-between;
}

.parambox-compact {
    border: solid 1px blue;
    padding: 4px;
}

.parambox-compact-h {
    border-bottom: dotted 1px #c0c0c0;
    padding: 3px 3px 3px 3px;
    display: flex;
    margin-right: 8px;
    justify-content: stretch;
    min-height: 15px;
    
}

.parambox-compact-h .pname {
    margin-right: 5px;
    flex-grow: 1;
    align-content: end;
}

.parambox-compact-h .pvalue {
    border: none;
    align-content: end;
}


.parampanel {
    border: solid 1px gray;
    page-break-inside: avoid;
}

.parampanel .parampanel-title {
    font-size: 110%;
    background: #b0b0b0;
    text-align: center;
    font-weight: bold;
    padding: 6px;
}

