
/*Begin 3wCorner.com Mod*/
@media screen and (max-width: 768px)
{
    .ResponsiveModal .modal-dialog  {width:100%; margin: 0;}

}

@media screen and (min-width: 768px)
{
    .ResponsiveModal .modal-dialog  {width:90%;}
}

@media screen and (min-width: 992px)
{
    .ResponsiveModal .modal-dialog  {width:80%;}
}

@media screen and (min-width: 1200px)
{
    .ResponsiveModal .modal-dialog  {width:1000px;}
}
/*End 3wCorner.com Mod*/

/* responsive forms (also in metris theme.css file) */
.responsive-toggle-button{
    display: none;
}
.responsive-shown{
    display: none;
}
.box-responsive .responsive-summary{
    display: none;
}
.title.has-responsive .responsive-title{
    display: none;
}
@media screen and (max-width: 560px) {
    .box{
        margin-bottom: 10px;
    }
    .box-responsive .responsive-summary{
        font-size: 0.7em;
        font-weight: normal;
        display: inline;
    }
    .box-responsive .responsive-toggle-button{
        display: inline-block;
    }
    .box-responsive .body,
    .box-responsive .box-body{
        display: none;
    }
    /* toggled on*/
    .responsive-toggled.box-responsive .body,
    .responsive-toggled.box-responsive .box-body{
        display: block;
    }
    .responsive-toggled.box-responsive .responsive-summary{
        display:none;
    }
    .responsive-toggled.box-responsive .responsive-shown{
        display:inline;
    }
    .responsive-toggled.box-responsive .responsive-hidden{
        display:none;
    }
    .title.has-responsive .responsive-title{
        display: inline;
    }
    .title.has-responsive .main-title{
        display: none;
    }

}

/* settings button */
[data-settings-url] .data-settings-button{
    display: none;
    position: absolute;
    /* right: 0; */
}
[data-settings-url] .data-settings-button a{
    position: relative;
    display: block;
    text-indent: 100px;
    overflow: hidden;
    width:20px;
    height:20px;
    /* float: right; */
}
[data-settings-url] .data-settings-button a:before{
    position: absolute;
    font-family: FontAwesome;
    top: 1px;
    left: -96px;
    content: "\f013";
    font-size: 15px;
    display: block;
    width: 20px;
    height: 20px;
    color:#E5E5E5;
}
[data-settings-url]:hover .data-settings-button{
    display: block;
}
.data-settings-right{
    right:10px;
}
.ui-widget-overlay{
    position: fixed !important;
}

.ui-widget .ui-state-highlight{
    /* padding:10px !important; */
}
.ui-widget-header{
    background: #FFF !important;
    border: 0 !important;
    border-bottom:1px solid #ccc !important;
    min-height:40px;
    line-height:40px;
    border-radius:0 !important;
}
.tableclass_form td textarea{
    width:100%;
}

.tableclass_cells{
   border: 1px solid #ddd; 
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background-color: #fff;
    color: #555;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
.ui-tabs .ui-tabs-nav li a:active,
.ui-tabs .ui-tabs-nav li a:focus{
    outline:0;
}
.ui-tabs .ui-tabs-nav li {
    background: #f5f5f5;
    line-height: 15px;
    margin: 4px 3px 0px !important;
    height: 33px;
}
.ui-tabs .ui-tabs-nav li{
    margin:0;
    padding:0;
}
.ui-widget-content{
    border:0;
}
.btn-default{
    border-color: #ccc;
}
.action_bar .action .btn{
    margin-bottom:10px;
}
#message_popdown p{
    margin:5px 0;
}
#ajax_task_save{
    display: none;
}

.box.slider > .box-body {
  overflow-y: hidden;
  max-height: 800px; /* approximate max height */

  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.box.slider > .box-body.closed {
  max-height: 0;
  padding: 0;
}

.icon_contract_signed {
    background-image: url(https://crm.esave.de/includes/plugin_job/images/signature-icon1.png);
    background-size: contain;
    display: block;
    height: 40px;
    width: 40px;
    margin: 0px 5px;
}
.icon_eco_strom {
    background-image: url(https://crm.esave.de/images/oeko_strom.png);
    background-size: contain;
    display: block;
    height: 40px;
    width: 40px;
    margin: 0px 5px;
}
.icon_eco_gas {
    background-image: url(https://crm.esave.de/images/oeko_gas.png);
    background-size: contain;
    display: block;
    height: 40px;
    width: 40px;
    margin: 0px 5px;
}
.anchor_job_monitored {
    display: flex;
}
.icon_job_monitored{
    background-image: url(/images/monitoring.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 45px;
    margin: 0px 5px;    
}
.icon_job_offers{
    background-image: url(/images/version.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 45px;
    margin: 0px 5px;    
}
.job_icons {
    position: absolute;
    right: 180px;
    display: inline-flex;
    top: 0px;
}
.user_icons {
    position: absolute;
    right: 180px;
    display: inline-flex;
}
.pro_logo {
  background-image: url(https://crm.esave.de/images/esave.pro.png);
    background-size: contain;
    display: block;
    height: 40px;
    background-position-y: center;
    width: 40px;
    margin: 0px 5px;
    background-repeat: no-repeat;
}

.dgfrp_logo {
  background-image: url(https://crm.esave.de/images/logo_dgfrp.png);
    background-size: contain;
    display: block;
    height: 40px;
    background-position-y: center;
    margin: 0px 5px;
    background-repeat: no-repeat;
    width: 200px;
}

.pv_facility {
    background-image: url(https://crm.esave.de/includes/plugin_job/images/solar-icon.gif);
    background-size: contain;
    display: block;
    height: 40px;
    margin: 0px 5px;
    width: 40px;
}

.important_information{
  display: block;
  height: 40px;
  position: absolute;
  right: 320px;
  top: 0;
  font-size: 24px;
  color:red;
}

.important_information.negative_sum, .important_information.negative_tariff{
    position: inherit;
    font-size: inherit;
}

.supplier_exchange_header {
    float: left;
    padding-top: 20px;
    text-decoration: underline;
    font-weight: bolder;
    font-style: italic;
    font-size: large;
}

.supplier_exchange_logo {
    float: right;
    max-width: 120px;
    margin-right: -15px;
}

td.centered {
    text-align: center;
}

span.supplier_exchange_subheader {
    font-weight: bold;
    text-decoration: underline;
    font-size: large;
}

span.supplier_exchange_italic {
    font-style: italic;
}

.responsiveWidthModal{
    width:600px !important;
}

.responsiveWidthModal tr.top td {
  border-top: thin solid black;
}

.responsiveWidthModal tr.bottom td {
  border-bottom: thin solid black;
}

.responsiveWidthModal tr.row1 td:first-child {
  border-left: thin solid black;
  width: 50%;
}

.responsiveWidthModal tr.row1 td:last-child {
  border-right: thin solid black;
  width:50%
}

#supplier_exchange tr.top td {
  border-top: thin solid black;
}

#supplier_exchange tr.bottom td {
  border-bottom: thin solid black;
}

#supplier_exchange tr.row1 td:first-child {
  border-left: thin solid black;
  width: 50%;
}

#supplier_exchange tr.row1 td:last-child {
  border-right: thin solid black;
  width:50%
}

.jo_timeline {
  background: var(--primary-color);
  margin: 20px auto;
  padding: 20px;
}

.jo_outer {
  border-left: 2px solid #333;
}

.jo_card {
  position: relative;
  margin: 0 0 20px 20px;
  padding: 10px;
  background: #f4f4f4;
  color: #5c5c5c;
  border-radius: 8px;
  max-width: 600px;
}

.jo_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jo_title {
  color: orangered;
  position: relative;
}

.jo_title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 999px;
  left: -36px;
  border: 3px solid orangered;
}

#job_offers_lightbox{
    display: flex;
    justify-content: center;
    width: 600px;
    margin: 0;
    padding: 0;
}



@media screen and (max-width: 700px) {
.responsiveWidthModal{
    width:320px !important;
}

}


.modal-net-calculator{
    display: none;
    width: 200px;
    height: 140px;
    position: fixed;
    top: 25%;
    right: 40%;
    border-color: #f39c12;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    background-color: white;
}

#net-value-label{
    position: absolute;
    left: 10px;
    top: 10px;
}

#net-value{
    position: absolute;
    left: 80px;
    width: 80px;
    top: 10px;
}

#net-result-label{
    position: absolute;
    left: 10px;
    top: 50px;
}

#net-calculator-result{
    position: absolute;
    left: 80px;
    top: 50px;
    color: red;
}

.net-calculator_result_submit{
    position: absolute;
    top: 90px;
    left: 10px;
}

#net-calculator-close {
    position: absolute;
    top: 0px;
    right: 5px;
    color: red;
    font-size: large;
    cursor:pointer;
}

.clone_button.btn.btn-info{
    margin-left: 100px;
}

.chart_input_area {
    position: absolute;
    top: 20px;
    right: 20px;
}

.book-btn.action_bar_is_duplicated {
    visibility: hidden;
}

.salesman_clickable{
    cursor: pointer;
    color: #3c8dbc;
}
.salesman_clickable:hover,
.salesman_clickable:active,
.salesman_clickable:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2;
}

.small-box small {
    color: white;
    font-size: initial;
}

input.active_previous_job.submit_button.btn.btn-default {
    padding-left: 40px;
    margin-right: 20px;
    background-image: url("/images/long-arrow-left.png");
    background-repeat: no-repeat;
    background-position: 5px;
}

input.previous_job.submit_button.btn.btn-default {
    padding-left: 40px;
    margin-right: 20px;
    background-image: url(/images/long-arrow-left.png);
    background-repeat: no-repeat;
    background-position: 5px;
    opacity: 0.3;
}

input.next_job.submit_button.btn.btn-default {
 display: block;
    top: 0;
    position: absolute;
    right: 30px;
    background-image: url(/images/long-arrow-right.png);
    background-repeat: no-repeat;
    background-position: 110px 7px;
    opacity: 0.3;
    padding-right: 40px;
    width: 150px;
}

input.active_next_job.submit_button.btn.btn-default {
    display: block;
    top: 0;
    position: absolute;
    right: 30px;
    background-image: url(/images/long-arrow-right.png);
    background-repeat: no-repeat;
    background-position: 110px 7px;
    padding-right: 40px;
    width: 150px;
}
@-webkit-keyframes myanimation {
  from {
    left: 0%;
  }
  to {
    left: 50%;
  }
}

.checkout-wrap {
  color: #444;
  font-family: 'PT Sans Caption', sans-serif;
  margin: 0px auto;
  max-width: 1200px;
  position: relative;
}

ul.checkout-bar li {
  color: #ccc;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px 14px 80px;
  position: relative;
}

ul.checkout-label li {
  color: #ccc;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px 14px 80px;
  position: relative;
}
ul.checkout-bar li.checkout-shown:before {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  background: #ddd;
  border: 2px solid #FFF;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  left: 90%;
  line-height: 37px;
  height: 35px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: -60px;
  width: 35px;
  z-index: 20;
}
ul.checkout-bar li.active {
  color: #57aed1;
  font-weight: bold;
}

ul.checkout-label li.active {
  color: #57aed1;
  font-weight: bold;
}

ul.checkout-bar li.active:before {
  background: #57aed1;
}
ul.checkout-bar li.visited {
  color: #8bc53f;
}
ul.checkout-label li.visited {
  color: #8bc53f;
}

ul.checkout-bar li.visited:before {
  background: #8bc53f;
  z-index: 99;
}
#checkout-1:before {
  content: "1";
}
#checkout-2:before {
  content: "2";
}
#checkout-3:before {
  content: "3";
}
#checkout-4:before {
  content: "4";
}
#checkout-5:before {
  content: "5";
}
#checkout-6:before {
  content: "6";
}
#checkout-7:before {
  content: "7";
}
#checkout-8:before {
  content: "8";
}


ul.checkout-bar a {
  color: #57aed1;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.energymarket_liveview ul.checkout-label li{
    font-size: 12px;
}
@media all and (max-width: 800px) {
  .checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    width: 100%;
    right: 0%;
    border-radius: 5px;
    position: absolute;
    top: -50px;
    z-index: 0;
  }
 
  

  .checkout-wrap {
    margin: 0px auto;
  }
  
  ul.checkout-label{
      padding-left: 0px;
  }

  ul.checkout-bar {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-size: 35px 35px;
    background-color: #EcEcEc;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  ul.checkout-bar:before {
    background-size: 35px 35px;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 10%;
  }
  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 15%;
  }

  
  ul.checkout-label li {
    display: inline-block;
    margin: 40px 0 0;
    padding: 0;
    text-align: center;
    width: 15%;
    font-size: 11px;
  }
  ul.checkout-label li:last-of-type{
    width: 14%;  
  }
  
  ul.checkout-bar li.next {
    width: 0px;
  }
  ul.checkout-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 9;
  }
  ul.checkout-bar li.visited {
    background: none;
  }
  ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #8bc53f;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
        right: 0%;
    border-radius: 5px;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 6;
  }
  ul.checkout-bar li.next:after {
    background-size: 35px 35px;
    background-color: #8bc53f;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
        right: -10%;
    border-radius: 5px;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 6;
  }
  
  
  .bar-step {
    position:absolute;
    margin-top:-35px;
	z-index:1;
    font-size:12px;
}

.label-txt {
    float: left;
}

.label-line {
    float: left;
    background: #000;
    height:60px;
	width:1px;
    margin-left: 0px;
}

.label-percent {
    float: left;
    margin-left: 3px;   
}
#job_progress {
    margin-top: 70px;
    margin-bottom: 0px;
}
.table_wordwrap{
    table-layout: fixed; 
    width: 100%;
    word-wrap: break-word;
}

}




@media all and (min-width: 800px) {
  .checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    width: 100%;
    right: 0%;
    border-radius: 5px;
    position: absolute;
    top: -50px;
    z-index: 0;
  }
 
  

  .checkout-wrap {
    margin: 0px auto;
  }
  
  ul.checkout-label{
      padding-left: 0px;
  }

  ul.checkout-bar {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-size: 35px 35px;
    background-color: #EcEcEc;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  ul.checkout-bar:before {
    background-size: 35px 35px;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 10%;
  }
  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 15%;
  }
  
  .energymarket_liveview ul.checkout-bar li{
       width: 12%;
   }

   
   .energymarket_liveview ul.checkout-label li{
        margin: 20px 0 0;
        width: 12%;
   }
  
  ul.checkout-label li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 15%;
  }
  ul.checkout-bar li.next {
    width: 0px;
  }
  ul.checkout-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 9;
  }
  ul.checkout-bar li.visited {
    background: none;
  }
  ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #8bc53f;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
        right: 0%;
    border-radius: 5px;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 6;
  }
  ul.checkout-bar li.next:after {
    background-size: 35px 35px;
    background-color: #8bc53f;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
        right: -10%;
    border-radius: 5px;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 6;
  }
  
  
  .bar-step {
    position:absolute;
    margin-top:-35px;
	z-index:1;
    font-size:12px;
}

.label-txt {
    float: left;
}

.label-line {
    float: left;
    background: #000;
    height:60px;
	width:1px;
    margin-left: 0px;
}

.label-percent {
    float: left;
    margin-left: 3px;   
}
#job_progress {
    margin-top: 70px;
    margin-bottom: 0px;
}
.table_wordwrap{
    table-layout: fixed; 
    width: 100%;
    word-wrap: break-word;
}

}
.tableclass_rows > tbody > tr > td.history_second {
    border-top: 0px solid #ddd;
}
.tableclass_rows > tbody > tr > td.history_first {
    border-top: 3px solid #ddd;
}

.attached_file_area {
    border-color: red;
    border-style: solid;
    font-size: large;
    padding: 5px;
    margin-bottom: 20px;
}

.pretty_content_wrap{
    width:100%;
}

.led-green {
  margin: 0 auto;
  width: 12px;
  height: 12px;
  background-color: #ABFF00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
}

.led-red {
    
  margin: 0 auto;
  width: 12px;
  height: 12px;
  background-color: #F00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #441313 0 2px 12px;
}

.fetch_table_first {
    display: flex;
}


.fetch_table_sem {
    margin-right: 10px;
}

#supplier_fetching_table td{
    padding: 5px;
}

.stars-outer {
  display: inline-block;
  position: relative;
  font-family: FontAwesome;
}
 
.stars-outer::before {
  content: "\f006 \f006 \f006 \f006 \f006";
  font-size: large;
}
 
.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}
 
.stars-inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #f8ce0b;
  font-size: large;
}

.fetch_table_hidden{
    display: none;
}

.fetch_plus {
    color: green;
    margin-top: 5px;
}

.fetch_minus {
    display: none;
    color: green;
    margin-top: 5px;
}

.fetch_minus, .fetch_plus, .fetch_table_column, fetch_table_supplier{
    cursor: pointer;
}


.fetch_table_green {
    color: green;
}

.fetch_table_red {
    color: red;
}

#upload_fine_proxy_file:before {
    font-family: 'FontAwesome';
    content: '\f093';
    padding-left: 5px;
    position: relative;
    font-size: 90%;
}

#LoadingDiv{
	margin:0px 0px 0px 0px;
	position:fixed;
	height: 100%;
	z-index:9999;
	padding-top:200px;
	padding-left:50px;
	width:100%;
	clear:none;
        opacity:0.4;
        top: 0px;
        left: 0px;
	/*background:url(/img/transbg.png);*/
	background-color:#666666;
	border:1px solid #000000;
	}
#LoadingDiv img{
        margin-top: 10%;
        margin-left: 40%;
        }
.edit_payed_date::before{
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        margin-right: 10px;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome; 
        content: "\f040";
    }
button.datepicker_clear {
    float: right;
}

div#ft_current_supplier td {
    padding: 2px;
    line-height: inherit;
}

div#ft_current_supplier {
    display: none;
    padding-bottom: 10px;
}

#checking_log_table hr{
    margin-top: 0px;
    margin-bottom: 0px;
}
#check_conditions_loader{
    display: none;
}
table#job_tariff_details.tariff_not_found {
    border: 1px solid red;
}
table#job_tariff_details.tariff_not_found tr td:last-child {
    border-right: 1px solid red;
}

table#job_tariff_details.negative_sum_table {
    border: 1px solid red;
}

table#job_tariff_details.negative_sum_table tr td:last-child {
    border-right: 1px solid red;
}
span.tariff_not_found_message {
    width: 100%;
    padding-left: 50%;
    color: red;
}

#next_job_responsive_button{
    display:none;
}
#next_job_normal_button{
    display:inline-block;
}

@media screen and (max-width: 500px) {
    .tableclass thead > tr > th, 
    .tableclass tbody > tr > th, 
    .tableclass tfoot > tr > th, 
    .tableclass thead > tr > td, 
    .tableclass tbody > tr > td, 
    .tableclass tfoot > tr > td {
        padding: 2px;
        font-size: 10px;
        word-break: keep-all;
    }
    #job_task_listing.tableclass thead > tr > th, 
    #job_task_listing.tableclass tbody > tr > th, 
    #job_task_listing.tableclass tfoot > tr > th, 
    #job_task_listing.tableclass thead > tr > td, 
    #job_task_listing.tableclass tbody > tr > td, 
    #job_task_listing.tableclass tfoot > tr > td {
        padding: 2px;
        font-size: 8px;
        word-break: keep-all;
    }
    #job_task_listing .date_field{
        width: 30px;
    }
    ul.checkout-label li {
        width: 14%;
        font-size: 8px;
    }
}
@media screen and (max-width: 990px) {
    #next_job_responsive_button{
        display:inline-block;
        position: relative;
    }
    #next_job_normal_button{
        display:none;
    }
    .action_bar_duplicate.action_bar.action_bar_left.action_bar_single{
        display: inline;
    }
}
#supplier_termination_dialog label{
    font-weight: normal;
}

#supplier_termination_dialog input.loading {    
    background-color: #ffffff;
    background-image: url("https://loadinggif.com/images/image-selection/3.gif");
    background-size: 25px 25px;
    background-position:right center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 560px){
    body.fixed > .wrapper, body.fixed .sidebar-offcanvas {
        overflow-x: auto !important;
    }
    #job_form .col-md-8 {
        width: intrinsic;        
        width: -moz-max-content;   
        width: -webkit-max-content;
    }
}
#template_list_categories_select{
    max-width: 200px;
}
.tableclass tbody th.element-title{
    text-align: left;
    font-size: initial;
}
.job_info_det_common{
    display:flex;
}
#default_supplier_email{
    font-size: 12px;
}
.tableclass td input[name=use_default_supplier_email]{
    margin:5px;
}
.ui-datepicker {
      z-index: 5001 !important;
    }
span.job_type_active{
    text-decoration: underline;
    font-weight: bold;
        
    }
table.tableclass.tableclass_rows.tableclass_full.table_history_class tr:first-of-type td{
        border-top:none;
    }
#description .tableclass tbody > tr > td{
        padding: 0px 5px 5px 5px;
        font-size: 14px;
    }    

    
    #check_iban{
        position: relative;
    }
#check_iban.success:after {
    pointer-events: none;
    content: "\f05d";
    font: normal normal normal 14px/1 FontAwesome;
    left: 50px;
    font-size: 30px;
    color: green;
    position: absolute;
    top: 0;
 }
 
 #check_iban.checked:after {
    pointer-events: none;
    content: "\f05d";
    font: normal normal normal 14px/1 FontAwesome;
    left: 50px;
    font-size: 30px;
    color: #FEC306;
    position: absolute;
    top: 0;
 }
 
  #check_iban.fail:after {
    pointer-events: none;
    content: "\f05c";
    font: normal normal normal 14px/1 FontAwesome;
    left: 50px;
    font-size: 30px;
    color: red;
    position: absolute;
    top: 0;
 }
 .box .box-header span.current_supplier_info, .box .box-header span.current_supplier_info a {
    color: red;
}

#create_redirection_loader, #manual_create_redirection, #create_anonym_redirection_loader{
    display:none;
}

#supplier_exchange a{
    color:#3c8dbc;
}

#supplier_exchange a.btn{
    color: #222;
}

#supplier_exchange a.btn:hover{
    color: #fff;
}

#add_redirection_loader{
    display: none;
    width: 100px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#add_redirection_loader img{
    height: 15px;
}

#pdf-viewer {
  width: 100%;
  height: 600px;
  background: rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
}

.pdf-page-canvas {
  display: block;
  margin: 5px auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#button_show_with_own_script{
    display: none;
}

#google_pdf-main-container{
     display: none;
}

#show_documents_area table {
    font-size: small;
    min-width: 60%;
}

#show_documents_area td {
    padding: 5px;
}

#show_documents_area {
    padding: 5px;
}

#show_documents_area span {
    padding: 2px;
    cursor: pointer;
}

#fetching_cache, #fetching_address {
    min-height: 60px;
    font-size: 12px;
}

#fetching_cache a{
    color: white;
}

#fetching_cache div, #fetching_address div{
    padding: 1px;
}

table#alert_table_incompletetasks tr td:first-of-type {
    width: 20px;
}

.changeable_priority{
    font-size: medium;
    
}

.traffic_light{
    font-size:medium; 
    display: none; 
    margin: 0px;
    cursor: pointer;
}

.traffic_light i{
    padding:5px;
    margin: 0px;
}

#register_link a{
    color: blue;
}

.chart-legend {
	display: inline-block;
	right: 25px;
	position: absolute;
	top: 8px;
	font-size: 12px;
}

.chart-legend .legend-item {
	display: block;
}

.chart-legend .legend-color {
	width: 12px;
	height: 12px;
	margin: 3px 5px;
	display: inline-block;
}

#complete_confirmation_modal, #complete_confirmation_modal_1, #complete_confirmation_modal_2, #complete_confirmation_modal_3{
    top: 20%;
    right: initial;
    bottom: initial;
    left: calc( 50% - 200px )
}

#complete_confirmation_modal_1{
    top: 20%;
    right: initial;
    bottom: initial;
    left: calc( 50% - 200px )
}

div.result_wrapper {
    overflow: auto;
}

.result_wrapper table {
    width: 99%;
    padding: 20px;
}

.result_wrapper label {
    margin: 10px;
    text-decoration: underline;
}

.result_wrapper td {
    padding: 5px;
}

#autotransmit_result_cancel{
    margin-left: 10px;
}

.block-unit-confirmation span {
    float: left;
}
.confirm-data-block span {
    display: inline-block;
    width: 130px;
    text-align: right;
    margin-right: 20px;
    float: left;
}
.confirm-data-block span + div.data-field {
    width: 200px;
    display: inline-block;
}

.button-blue {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.button-green {
    color: #fff !important;
    background: #00a65a !important;
    border: 1px solid #008d4c !important;
}

.button-grey{
    border: 1px solid #d3d3d3 !important;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x !important;
    font-weight: normal !important;
    color: #555 !important;
}

.button-red{
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.button-orange{
    color: #000 !important;
    background-color: 	#ffA500 !important;
    border-color: 	#ffA500 !important;
}

.subtitle{
    text-decoration: underline;
}

.supplier_exchange li{
    font-size: medium;
}
.supplier_exchange li.inactive a{
    color:lightgray;
    cursor: default;
}

.supplier_exchange .nav-tabs>li.active>a, .supplier_exchange .nav-tabs>li.active>a:focus, .supplier_exchange .nav-tabs>li.active>a:hover {
    color: green;
    cursor: default;
    background-color: #fff;
    border: none;
}

.supplier_exchange .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px 4px 0 0;
}

.supplier_exchange .nav-tabs {
    border-bottom: none;
}

#overview_info_wrapper{
    display: flex;
}

#overview_source_info{
    border: 1px green solid;
    width: 400px;
    padding: 2px;
    font-size: small;
}

#overview_crm_info{
    border: 1px green solid;
    width: 370px;
    padding: 2px;
}

#step_2_params{
    max-width: 500px;
    margin: 20px auto;
}

.ui-datepicker.z_index_5100{
    z-index: 5100 !important;
}

.manual_exchange_buttons{
    width:500px;
    margin: 20px auto;
}

.exchange_supplier_buttons{
    text-align: right;
}

#tab_3 .exchange_supplier_buttons, #tab_4 .exchange_supplier_buttons{
    display: inline-flex;
    width: 740px;
    align-items: baseline;
}

#go_to_last_step, #autotransmit_result_confirm, #autotransmit_result_cancel{
    height: fit-content;
    margin-top: 10px;
    width: 20%;
}

.message-dialog {
    border: 1px solid black;
    background: whitesmoke;
}

.message-dialog .ui-widget-header {
    background: #f56954 !important;
}

.message-dialog .ui-widget-header.ui-dialog-titlebar span {
    height: 15px;
}
#message_dialog{
    display: grid;
}

#close_message_dialog{
    float: right;
}

.toggle_failover_sources_cut{
    text-decoration: underline;
    cursor: pointer;
    font-style: italic;
    font-weight: 800;
    font-size: large;
    margin-top: 10px;
}

.failover_sources_cut button{
    margin-top: 5px;
}
.check24_transmition_button{
    background-color: #084085 !important; 
    background: #084085 url(/images/c24-favic.png) no-repeat top right;
    background-size: contain;
    padding-right: 40px;
}

.toptarif_transmition_button{
    background-color: #28ceb4 !important; 
    background: #fd8a02 url(/images/tt-favic.png) no-repeat top right;
    background-size: contain;
    padding-right: 40px;
}

.verivox_transmition_button{
    background-color: #fd8a02 !important; 
    background: #fd8a02 url(/images/vv-favic.png) no-repeat top right;
    background-size: contain;
    padding-right: 40px;
}

.ui-dialog-buttonpane .ui-state-default.dialog-button-success:first-child,
.ui-dialog-buttonpane .ui-state-default.dialog-button-success:first-child:hover,
.ui-dialog-buttonpane .ui-state-default.dialog-button-success.ui-state-hover.ui-state-active:first-child,
.ui-dialog-buttonpane .ui-state-default.dialog-button-success.ui-state-hover.ui-state-active:first-child:hover,
.ui-dialog-buttonpane .ui-state-default.dialog-button-success,
.ui-dialog-buttonpane .ui-state-default.dialog-button-success.ui-state-hover.ui-state-active
{
    color: #fff;
    background: #00a65a;
    border: 1px solid #008d4c;
    font-weight: normal;
}

.ui-dialog-buttonpane .ui-state-default.dialog-button-neutral:first-child,
.ui-dialog-buttonpane .ui-state-default.dialog-button-neutral:first-child:hover,
.ui-dialog-buttonpane .ui-state-default.dialog-button-neutral.ui-state-hover.ui-state-active:first-child,
.ui-dialog-buttonpane .ui-state-default.dialog-button-neutral.ui-state-hover.ui-state-active:first-child:hover,
.ui-dialog-buttonpane .ui-state-default.dialog-button-neutral,
.ui-dialog-buttonpane .ui-state-default.dialog-button-neutral.ui-state-hover.ui-state-active
{
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555;
}

.supplier_exchange_cannot_message{
    margin: 5px 0px;
    border: 1px solid orange;
    padding: 2px;
    width: 400px;
    text-align: left;
}

.box.ef_prestep{
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    padding: 5px;
}

.btn.ef_show_options_button{
    position: relative;
    left: 80%;
}

.ef_prestep_options{
    position: relative;
    width: 200px;
    left: 70%;
}

.ef_prestep_buttons{
    text-align: right;
}

#search_filter_expand{
    border: 1px solid #ccc;
    cursor: pointer;
}

#search_filter_collapse{
    border: 1px solid #ccc;
    cursor: pointer;
}

#search_filter{
    display: none;
    margin: 5px;
}

#supplier_exchange .ui-autocomplete {
    width: 300px !important;
}

.ui-autocomplete{
    background-color: aliceblue !important;
}

.on_server{
    padding: 5px;
    vertical-align: middle;
}

.add_monitor_dialog{
    z-index: 1500px !important;
}

.user_data_element_open_map{
    cursor: pointer;
    color: #3c8dbc;
    margin-left: 10px;
    font-size: large
}

.multi-select-container {
  display: inline-block;
  position: relative;
}

.multi-select-menu {
  position: absolute;
  left: 0;
  top: 0.8em;
  float: left;
  min-width: 100px;
  background: #fff;
  margin: 1em 0;
  padding: 5px;
  border: 1px solid #aaa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
}

.multi-select-menu input {
  margin-right: 0.3em;
  vertical-align: 0.1em;
}

.multi-select-button {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.2em 0.6em;
  max-width: 20em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
}

.multi-select-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #999 transparent transparent transparent;
  margin-left: 0.4em;
  vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu { display: block; }

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}

label.multi-select-menuitem{
    display: block;        
}

#task_list{
    min-height: 150px;
}

#task_type .multi-select-menu{
    min-width: 120px;
}

#task_type .multi-select-button{
    max-width: 120px;
}
#task_staff .multi-select-menu{
    min-width: 150px;
}
#task_staff .multi-select-button{
    max-width: 150px;
}
#task_group .multi-select-menu{
    min-width: 150px;
}
#task_group .multi-select-button{
    max-width: 150px;
}

.instant_filter_single {
    display: inline-block;
    font-size: 0.875em;
    padding: 0.2em 0.6em;
    max-width: 20em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: default;
}

#fax_send_loader{
    display: none;
}

#fax_send_loader img{
    max-width: 75px !important;
    height: 10px;
}
