﻿
/*
captionPanel - ciemnoniebieski: #004896;
caption - stalowy: #296198
panel - jasnoniebioeski: #E6F2FF;
Ramka szara: #cccccc
Ramka żółta: #FFE4AE
*/


html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}



form {
    padding: 0px;
    margin: 0px;
}

.imFlag {
    border: 0;
}

.mainHeader {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px dotted white;
    background: url(~/../../Images/Img/blue_gradient_50.png) repeat-x;
    height: 43px;
    height: 43px !important;
}

.mainHeaderText {
    padding: 0px 0px 0px 10px;
    margin: 0px;
    vertical-align: middle;
    text-align: left;
    line-height: 43px;
    font-weight: bold;
    color: #004896;
    font-style: normal;
    font-size: 18px;
    font-family: Arial;
    position: absolute;
    top: 0px;
    left: 40px;
}

.menuContainer {
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 24px;
    height: 24px !important;
    background: #b2d8ff;
}

.masterLogout {
    float: right;
    white-space: nowrap;
    margin-right: 16px;
    display: inline;
}

    .masterLogout .lblLoginName {
        display: inline;
        margin-left: 8px;
        margin-right: 8px;
        white-space: nowrap;
    }

    .masterLogout .btLogout {
        display: inline;
        /*float:right;*/
        white-space: nowrap;
    }

.master_body {
    width: 860px;
    height: 500px auto !important;
    height: 500px auto;
    min-height: 500px;
}

.mainFooter {
    border-top: dotted 1px lightblue;
    background: url(~/../../Images/Img/blue_gradient_50.png) repeat-x;
    height: 20px;
    height: 20px !important;
    color: #004896;
}

.footer1 {
    text-align: center;
    padding: 0px;
    margin: 2px 0px 0px 0px;
    border: 0px;
    font-size: 11px;
}





.mainMenu a {
    background: #b2d8ff;
    font-size: 13px;
    color: #004896;
    padding: 2px 2px 2px 2px;
}

td label {
    margin-left: 10px !important;
}


.textbox_for_edit {
    background-color: #F0F0F0;
}

input:focus, textarea:focus, select:focus {
    border-color: #6699FF;
    background-color: #F4FAFF;
}

select {
    height: 18px;
    overflow: hidden;
}

input {
    height: 16px;
}

input, textarea, select {
    /*transition: all 0.25s ease-in-out;*/
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    /*border-radius:3px;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 96%;
    color: Black;
    border: solid 1px lightblue;
    background-color: White;
    /*padding:0 !important;*/
    padding: 1px 0px 1px 2px !important;
    margin: 0 auto !important;
    outline: none !important;
    z-index: 0;
}

    select option {
        padding: 0px 0px 0px 2px !important;
    }

    input[type=submit], input[type=button] {
        height: auto;
        padding: 2px !important;
        text-align: left !important;
    }

    input[type=submit], input[type=button], input[type=text] {
        z-index: 0;
    }

    input[type=text], input[type=password], input[type=submit], input[type=button] {
        width: 100px;
    }

    input[disabled] {
        font-family: Verdana;
        font-size: 11px;
        color: grey;
        background-color: #dddddd !important;
    }

    select[disabled] {
        font-family: Verdana;
        font-size: 11px;
        color: grey;
        background-color: #dddddd !important;
    }

    select[readonly] {
        font-family: Verdana;
        font-size: 11px;
        color: grey;
        background-color: #dddddd !important;
    }

    input[readonly] {
        font-family: Verdana;
        font-size: 11px;
        color: grey;
        background-color: #dddddd !important;
    }

    textarea[readonly] {
        font-family: Verdana;
        font-size: 11px;
        color: grey;
        background-color: #dddddd !important;
    }

/*  input[type="checkbox"] {
    height: 15px;
    width: 15px;
    accent-color: white;
    border-color: lightblue;
  }
*/
  input[type="checkbox"] {
    appearance: none; /* For modern browsers */
    -webkit-appearance: none; /* For Safari and older Chrome */
    -moz-appearance: none; /* For Firefox */
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    border: 1px solid lightblue; /* Initial border color */
    cursor: pointer;
    margin: 0 0.4em 0.4em 0;
  }

    /* Custom border and background */
    input[type="checkbox"]::before {
      content: '';
      display: inline-block;
      width: 100%;
      height: 100%;
      /*border: 2px solid red; /* Border color */
      box-sizing: border-box;
    }

    /* Checked state */
    input[type="checkbox"]:checked::before {
      background-color: white; /* Checked background color */
    }

    /* Optional: Customize the checkmark */
    input[type="checkbox"]:checked::after {
      content: '✔';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: black; /* Checkmark color */
      font-size: 14px; /* Checkmark size */
    }
    input[type="checkbox"]:disabled::before {
      background-color: #dddddd !important;
    }
/*
input[disabled]
{
    font-family:Verdana;
    font-size:11px;
    color:Black;
}
*/

/*
.input
{
    font-family:Verdana;
    font-size:11px;
    font-style:normal;
    border: solid 1px lightblue;
    background-color:White;    
}

input[type=checkbox]
{
    border: solid 1px lightblue;
    background-color:white;    
}
*/

.panel {
    width: 100%;
    background-color: #E6F2FF;
}

.tabPanel {
    border: 1px solid #004896;
}

.panelTab {
    padding: 0;
    border: 1px dotted #cccccc;
}

    .panelTab fieldset legend {
        width: 100%;
    }

.panel_inside_margin {
    padding: 5px;
}

.panel_inside {
    background-color: #E6F2FF;
    margin: 0;
    padding: 0;
    /*border:solid 1px #E6F2FF;*/
}

.siteMapPathBox {
    height: 12px;
}

    .siteMapPathBox .siteMapPath {
        margin-left: 8px;
        float: left;
    }

legend {
    font-weight: bold;
    padding: 1px !important;
}


.errorInput {
    border: 1px solid #99CCFF;
    background-color: #FFD9E9;
    /*
    height: auto;
    height: auto !important;
    width: 100% auto;
    width: 100% auto !important;
    */
}

#divBoxCustomError {
    width: 700px;
}

#divBoxTableCustomError {
    border: solid 1px #FFE4AE;
    background-color: #fffacf;
}

.tableCustomError {
    margin: 5px;
    text-align: left !important;
    font-size: 110% !important;
}

.customError {
    color: #dc1447 !important;
    margin: 10px 10px 10px 10px;
    text-align: left !important;
    white-space: normal;
    white-space: pre-wrap;
}

/*
.errorInputLogin
{
    font-family:Verdana;
    font-size:11px;
    border: 1px dotted #99CCFF;
    background-color: #FFD9E9;
}
*/

.menuBackup {
    position: absolute;
    top: 45px;
    font-size: 12px !important;
    color: White !important;
    position: absolute;
    top: 45px;
}

.mainMenu {
    margin: 0px 1px 0px 0px;
    padding: 1px 1px 1px 1px;
    border: 0px;
    position: absolute;
    top: 45px;
}

.menu {
    margin: 0px 1px 0px 0px;
    padding: 0px;
    border: 0px;
}

/*
.menu1 *, .Menu *
{
    font-size: 12px;
    background: white;
    color: green;
    border: 0px;
}
*/

.mainMenuItem {
    font-size: 12px;
    background: #b2d8ff;
    border-right: solid 2px white;
    color: red;
    border: 0px;
}

th {
    background-color: Highlight;
}

tbody {
    margin: 0 auto;
    padding: 0;
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
}

table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

td span {
    padding: 0px 5px 0px 0px;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    white-space: nowrap;
}


td {
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    text-align: left;
    height: 16px; /*wysokosc dostosowana do warning image: warning3.jpg*/
    vertical-align: middle;
}


    td input, td textarea, td select {
        text-align: left;
        margin: 0;
        padding: 0;
        outline: 0;
        margin-left: 10px !important;
    }

.header1 {
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-bottom: solid 1px gray;
    background: #3F9EFE;
    height: 43px;
    height: 43px !important;
}

p.header_p {
    padding: 0px 0px 0px 10px;
    margin: 0px;
    border: 0px;
    vertical-align: middle;
    text-align: left;
    line-height: 43px;
    font-weight: bold;
    color: #004896;
    font-style: normal;
    font-size: 18px;
    font-family: arial;
}

div.form1 {
    text-align: center;
    display: -moz-inline-box;
    display: inline-block;
}

    div.form1 label {
        width: 100%;
        display: block;
        margin: 1px;
        text-align: left;
        color: #004896;
    }

        /*
div.form1 label span
{
    width: 100px;
    font-size: 12px;
    float: none;
    display: -moz-inline-box;
    display: inline-block;
    text-align: right;
    padding: 2px 5px 0 0;
}
*/

        div.form1 label input * {
            display: block;
            float: left;
            width: 100px;
        }

.loginButton {
    background: #e0ffff;
    border: dotted 1px lightblue;
    padding: 2px 2px 2px 2px;
    color: #004896;
}

.loginButtonSpanSelected {
    background: #c0ffff;
    border: solid 1px lightblue;
    padding: 2px 2px 2px 2px;
    color: green;
}



.loginButtonSelected {
    background: #c0ffff;
    border: none;
    color: green;
}

.agendaDesc {
    color: #004896;
    font-weight: bold;
    vertical-align: middle;
}


.formRowOld {
    width: 100%;
    display: block;
    width: 400px;
    text-align: left;
}

.formTable {
    border: solid 1px #cccccc;
    background: white;
    border-collapse: collapse;
}


.formHeader {
    background: #004896;
    color: White;
    font-weight: bold;
    padding: 3px 3px 2px 2px;
    text-align: center;
    border: 1px solid #004896;
}

.formValue {
    width: 50%;
    text-align: left;
    padding-top: 2px;
}

.cancelButtonCell {
    text-align: left;
    padding-left: 10px;
    padding-bottom: 2px;
}

.saveButtonCell {
    text-align: right;
    padding-right: 10px;
    padding-bottom: 2px;
}

.formButton {
    background-color: #fff0cf;
    border: solid 1px orange;
    padding: 2px;
    text-align: center;
    /*width:0 auto;*/
    /*overflow:visible;*/
}


.pagerStyle {
    letter-spacing: 3px;
    border-style: none;
}


/*
.inputlabel
{
    width: 150px;
    font-size: 12px;
    padding: 2px 5px 0 0;
    text-align: right;
    float: none;
    display: -moz-inline-box;
    display: inline-block;
    font-weight: bold;
    color: teal;
}
*/

.inputtext {
    width: 150px;
    text-align: left;
}

.label {
    text-align: right;
}

.firstLabel {
    text-align: right;
    /*width: 170px;    */
}

.firstLabelPZU {
    text-align: right;
    width: 150px;
}

.nextLabel {
    text-align: right;
}

/*
.label span
{
    color: #004896;    
    white-space:nowrap;    
}
*/

/*
.label_bold span
{
    color: #004896;    
    white-space:nowrap;    
    font-weight: bold;
}
*/

label.label_login {
    text-align: center;
    display: -moz-inline-box;
    display: inline-block;
    width: 50px;
    white-space: nowrap;
}

.clear {
    clear: both;
    line-height: 0px;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.alert {
    color: Red;
}


table.gv, .gv tbody {
    /*border:0;*/
    border: solid 1px white;
    text-align: left;
    padding: 0;
    margin: 0;
    outline: 0;
    border-collapse: collapse;
}



    .gv tbody tr th {
        /*background-color: #004896;*/
        /*background-color: #25588B;*/
        background-color: #37568c;
        padding: 4px;
        text-align: center;
        color: white;
        font-weight: bold;
        border: solid 1px white;
        white-space: nowrap;
    }

.gv_sort {
    background-color: #37568c;
    padding: 4px;
    text-align: center;
    color: white;
    font-weight: bold;
    border: solid 1px white;
    white-space: nowrap;
    text-decoration: underline;
}

.gv_sort_s {
    background-color: #37568c;
    padding: 4px;
    text-align: center;
    color: white;
    font-weight: bold;
    border: solid 1px white;
    white-space: nowrap;
    text-decoration: underline;
    cursor: pointer;
}

.gv_sorted_up {
    background-color: #37568c;
    padding: 4px;
    text-align: center;
    color: white;
    font-weight: bold;
    border: solid 1px white;
    white-space: nowrap;
    text-decoration: underline;
    background-image: url(~/../../Images/Img2/sort_up.png);
    background-repeat: no-repeat;
    background-position: right;
}

.gv_sorted_down {
    background-color: #37568c;
    padding: 4px;
    text-align: center;
    color: white;
    font-weight: bold;
    border: solid 1px white;
    white-space: nowrap;
    text-decoration: underline;
    cursor: pointer;
    background-image: url(~/../../Images/Img2/sort_down.png);
    background-repeat: no-repeat;
    background-position: right;
}

.gv tbody tr th a {
    color: white !important;
}

.gv tbody tr td {
    padding-left: 2px !important;
    border: solid 1px white !important;
    cursor: pointer;
    margin: 0;
    height: 20px;
}

.gv_si td {
    background-color: #CAE3FF;
}

.gv_sa td {
    background-color: #CAE3FF;
}

.gv_s td {
    background-color: #CAE3FF;
}

.gv_s_wait td {
    background-color: #E6F2FF;
    cursor: wait;
}

.gv_i td {
    background-color: white;
    text-align: center;
}

.gv_a td {
    background-color: #eef5fb;
    text-align: center;
}

.gv_f {
    border-top: solid 1px Black;
}

.gv_empty {
}

tr.gv_p td table {
    outline: solid 1px white !important;
}

    tr.gv_p td table td span {
        font-weight: bold;
    }

    tr.gv_p td table td {
        width: auto;
        background-color: #eef5fb;
        text-align: center;
        padding: 0 1px 0 1px;
        margin: 0;
        font-family: Arial;
    }

tr.gv_p td {
    padding: 1px;
    text-align: left;
}

tr.gv_p td {
    border: 0px;
}

.editFormTitle {
    white-space: nowrap;
    background: #004896;
    color: White;
    font-weight: bold;
    width: 600px;
}

.uc_box_old {
    border: solid 1px #fff0cf;
    background: #fffacf;
}

.uc_box {
    padding: 6px;
    width: 600px;
    display: -moz-inline-box;
    display: inline-block;
}

.tableFooter {
    display: table-caption;
    caption-side: bottom;
}

div.captionPanel, td.captionPanel, span.captionPanel {
    /*background-color: #004896;*/
    background: url(~/../../Images/Img/belka_caption.png) no-repeat 0 0;
    width: 100%;
    padding: 6px 0px 6px 0px;
    margin: 0;
    text-align: center; /*border: 1px solid #004896; */
    font-weight: bold;
    color: White;
    font-size: 11px;
    font-family: Arial;
    border-bottom: solid 1px white;
    cursor: pointer;
}

    td.captionPanel span, div.captionPanel span {
        color: White;
    }

div.captionPanelSmall, td.captionPanelSmall, span.captionPanelSmall {
    /*background-color: #004896;*/
    background: url(~/../../Images/Img/caption-small.png) no-repeat 0 0;
    width: 100%;
    padding: 6px 0px 6px 0px;
    margin: 0;
    text-align: center; /*border: 1px solid #004896; */
    font-weight: bold;
    color: White;
    font-size: 11px;
    font-family: Arial;
    border-bottom: solid 1px white;
    cursor: pointer;
}

    td.captionPanelSmall span, div.captionPanelSmall span {
        color: White;
    }


div.caption, td.caption, span.caption {
    width: 100%;
    /*background-color: #25588B;*/
    background-color: #37568c;
    /*background: url(~/../../Images/Img/belka_caption.png) no-repeat 0 100%;*/
    padding: 4px 0px 4px 0px;
    margin: 0;
    text-align: center;
    /*border: 1px solid #004896; */
    font-weight: bold;
    color: White;
    font-size: 11px;
    font-family: Arial;
}

    td.caption span, div.caption span {
        color: White;
    }


.verdana {
    font-family: Verdana;
}


.tableCaption {
    background: #004896;
    color: White;
    font-weight: bold;
    padding: 3px 3px 2px 2px;
    text-align: center;
    border: 1px solid #004896;
    display: table-caption;
}

.tablewrapper {
    text-align: center;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
}

.cellwrapper {
    position: relative;
}

.rowwrapper {
    position: relative;
}

.table {
    display: table;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.col {
    display: table-column;
}

.row {
    display: table-row;
    white-space: nowrap;
}

/*
.cell span
{
    padding:0px 5px 0px 0px;
    text-align: right;
    color: #004896;    
    white-space:nowrap;
}
*/

.cell {
    display: table-cell;
    padding: 1px 1px 1px 1px;
    text-align: right;
    margin: 0 auto;
    vertical-align: middle;
    white-space: nowrap;
}

.imgInfo {
}

.ucMsgErr {
    margin-left: 5px;
    color: #dc1447 !important;
    font-size: 12px !important;
}

.ucMsgInfo {
    margin-left: 5px;
    color: #008000 !important;
    font-size: 12px !important;
}

.msgInfoLi * {
    text-align: left;
}


.error {
    color: #dc1447;
}

.inline {
    display: -moz-inline-box;
    display: inline-block;
}

.warningLabel {
    position: absolute;
    color: Red;
}

.warningPanel {
    white-space: nowrap;
}

.validatorCallout {
}

img {
    margin: 0 auto!important;
    padding: 0 !important;
    border: 0 none !important;
}

.warningImg {
    width: 16px;
    height: 16px;
    cursor: help;
    visibility: visible;
    display: block;
}

.warningImgEmpty {
    width: 16px;
    height: 16px;
    cursor: help;
    visibility: hidden;
    display: block;
}

.progressDivTlo {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: Black;
    margin: 0;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    z-index: 8;
}

.progressDiv {
    position: fixed;
    top: 50%;
    left: 45%;
    bottom: 50%;
    width: 200px;
    height: 65px;
    background-color: White;
    border: solid 1px #37568c;
    z-index: 9;
}

.progressLogin {
    top: 180px;
    position: absolute;
    right: 20px;
}

.progress {
    /*
    top: 300px;
    position:absolute;
    right:20px;
    */
    position: relative;
    top: 13%;
    left: -47%;
    z-index: 10;
}

.progressText {
    font-weight: bold;
    color: #37568c;
}


.cal_Theme1, .cal_Theme1 * {
}

    .cal_Theme1 .ajax__calendar_container {
        background-color: #E6F2FF;
        border: solid 1px #004896;
    }

    .cal_Theme1 .ajax__calendar_header {
        background-color: #ffffff;
        margin-bottom: 4px;
    }

    .cal_Theme1 .ajax__calendar_title, .cal_Theme1 .ajax__calendar_next, .cal_Theme1 .ajax__calendar_prev {
        color: #004080;
        padding-top: 3px;
    }

    .cal_Theme1 .ajax__calendar_body {
        background-color: white;
        border: solid 1px #cccccc;
        color: #004080;
    }

    .cal_Theme1 .ajax__calendar_dayname {
        text-align: center;
        font-weight: bold;
        margin-bottom: 4px;
        margin-top: 2px;
    }

    .cal_Theme1 .ajax__calendar_day {
        text-align: center;
    }

    .cal_Theme1 .ajax__calendar_hover .ajax__calendar_day, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_month, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_year, .cal_Theme1 .ajax__calendar_active {
        color: #004080;
        font-weight: bold;
        background-color: #ffffff;
    }

    .cal_Theme1 .ajax__calendar_today {
        font-weight: bold;
        color: #004080;
    }

    .cal_Theme1 .ajax__calendar_other, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_today, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
        color: #bbbbbb;
    }


.customCalloutStyle div, .customCalloutStyle td {
    border: solid 1px Black;
    background-color: #FFCCCC;
}

.customCalloutStyle .ajax__validatorcallout_popup_table {
    display: none;
    border: none;
    background-color: transparent;
    padding: 0px;
}

.customCalloutStyle .ajax__validatorcallout_popup_table_row {
    vertical-align: top;
    height: 100%;
    background-color: transparent;
    padding: 0px;
}

.customCalloutStyle .ajax__validatorcallout_callout_cell {
    width: 20px;
    height: 100%;
    text-align: right;
    vertical-align: top;
    border: none;
    background-color: transparent;
    padding: 0px;
}

.customCalloutStyle .ajax__validatorcallout_callout_table {
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}

.customCalloutStyle .ajax__validatorcallout_callout_table_row {
    background-color: transparent;
    padding: 0px;
}

.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell {
    padding: 8px 0px 0px 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none;
    background-color: transparent;
}

    .customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv {
        font-size: 1px;
        position: relative;
        left: 1px;
        border-bottom: none;
        border-right: none;
        border-left: none;
        width: 15px;
        background-color: transparent;
        padding: 0px;
    }

        .customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div {
            height: 1px;
            overflow: hidden;
            border-top: none;
            border-bottom: none;
            border-right: none;
            padding: 0px;
            margin-left: auto;
        }

.customCalloutStyle .ajax__validatorcallout_error_message_cell {
    font-family: Arial;
    font-size: 10px;
    padding: 5px;
    border-right: none;
    border-left: none;
    width: 100%;
}

.customCalloutStyle .ajax__validatorcallout_icon_cell {
    width: 20px;
    padding: 5px;
    border-right: none;
}

.customCalloutStyle .ajax__validatorcallout_close_button_cell {
    vertical-align: top;
    padding: 0px;
    text-align: right;
    border-left: none;
}

    .customCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv {
        border: none;
        text-align: center;
        width: 10px;
        padding: 2px;
        cursor: pointer;
    }

.ajax__tab_red-theme {
    width: 100% !important;
    min-height: 680px;
}

    .ajax__tab_red-theme .ajax__tab_header {
        /*
    font-family:arial,helvetica,clean,sans-serif;
    font-size:small;
    */
        border-bottom: solid 1px #cccccc;
    }

.old_ajax {
    padding: 1px 0px 1px 0px;
}

.ajax__tab_red-theme .ajax__tab_header .ajax__tab_outer {
    /* background:#d8d8d8; */
    background: #f0f0f0;
    margin: 0px 0.16em 0px 0px;
    /*padding:3px 3px 3px 3px;*/
    vertical-align: bottom;
    /* border:solid 1px #a3a3a3; */
    border: solid 1px #cccccc;
    border-bottom-width: 0px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}

.ajax__tab_red-theme .ajax__tab_inner {
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline-style: none;
}

.ajax__tab_red-theme .ajax__tab_header .ajax__tab_tab {
    /* background:#d8d8d8; */
    color: gray;
    padding: 0.35em 0.75em;
    margin-right: 0.01em;
}

.ajax__tab_red-theme .ajax__tab_hover .ajax__tab_outer {
    background: #bfdaff;
    /* border: solid 1px #808080;  */
    border: solid 1px #cccccc;
    border-bottom-width: 0px;
    cursor: pointer;
    padding-left: 3px;
    padding-right: 3px;
}


.ajax__tab_red-theme .ajax__tab_hover .ajax__tab_tab {
}


.ajax__tab_red-theme .ajax__tab_active .ajax__tab_tab {
    color: #000000;
    background-color: #F4FAFF;
}

.ajax__tab_red-theme .ajax__tab_active .ajax__tab_outer {
    background-color: #F4FAFF;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.ajax__tab_red-theme .ajax__tab_body {
    /*
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    */
    /*padding: 0.25em 0.5em;*/
    padding: 2px;
    background-color: #F4FAFF;
    border: solid 1px #cccccc;
    border-top-width: 0px;
    min-height: 150px;
}


#progressbar {    
    background-color: white;
    border-radius: 0px; /* (height of inner div) / 2 + padding */
    padding: 0px;    
    margin-bottom: 5px;
}

    #progressbarInner {        
        background-color: darkgreen;
        width: 0%; /* Adjust with JavaScript */
        height: 7px;
        border-radius: 0px;
        float:left;
    }     
    
    
    #progressbar2 {    
    background-color: white;
    border-radius: 0px; /* (height of inner div) / 2 + padding */
    padding: 0px;    
    margin-bottom: 5px;
}

    #progressbarInnerAll {        
        background-color: darkred;
        width: 0%; /* Adjust with JavaScript */
        height: 7px;
        border-radius: 0px;
        float:left;
    } 
    
    #progressbarInnerText {    
         font-weight:700;
        float:right;
    }  

     #progressbarInnerAllText {    
         font-weight:700;
        float:right;
    }

input[disabled].create-invoice-btn {
    background-color: transparent !important;
    font-family: Arial, Tahoma, sans-serif;
}