body {
    font-family: Verdana;
    font-size: 13px;
    color: Black;
}

.max-w-350 {
    max-width: 350px;
}

w-100-pcnt {
    width: 100%;
}

.w-350 {
    width: 350px;
}

.w-300 {
    width: 300px;
}

.w-250 {
    width: 250px;
}

.w-200 {
    width: 200px;
}

.w-150 {
    width: 150px;
}

.w-100 {
    width: 100px;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}


body.pagebody {
    background-color: #EDEDED;
}

textarea {
    font-family: Verdana;
    font-size: 13px;
}

a {
    color: #cf2922;
}

td {
    font-size: 13px;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

    h2.small-margin {
        margin: 0;
    }

.pb {
    page-break-after: always;
}

.buttons {
    border-right: #cf2922 2px solid;
    border-top: #cf2922 2px solid;
    border-left: #cf2922 2px solid;
    border-bottom: #cf2922 2px solid;
    background-color: #eeeeee;
}

.smallText, .smallText td {
    font-size: 10px;
}

.noBorders {
    border: 0;
}

.menu {
    font-size: 13px;
}

    .menu A {
        text-decoration: none;
        color: Black;
    }

.scrollListDiv {
    height: 600px;
    overflow: auto;
}

    .scrollListDiv .adminMain .adminHeader {
        position: relative;
        top: expression(this.offsetParent.scrollTop);
        background-color: #eceee1;
    }

    .scrollListDiv .adminSpecialHeader {
        position: relative;
        top: expression(this.offsetParent.scrollTop);
        background-color: Black;
    }
/*
.scrollListDiv .adminMain .adminFooter
{
    position: relative;
    top:expression(-600);
    background-color: #eceee1;
}
*/
.adminMain {
    font-size: 13px;
}

    /*
.adminMain tbody
{
    overflow:auto;
    height:450px;
    width:800px
}
*/
    .adminMain A {
        font-weight: bold;
        color: #a52a2a;
        text-decoration: none;
    }

.altStyle {
    background-color: #e2e4e1;
}

    .altStyle TD, .normStyle TD, .selectedStyle TD {
        border-right: black 1px solid;
        border-top: black 1px solid;
        border-left: black 1px solid;
        border-bottom: black 1px solid;
    }

.adminMain.Divider TD {
    border-top: black 3px solid;
}

.normStyle {
    background-color: #eceee1;
}

.normTimerowStyle TD, .timeStyle TD {
    font-size: xx-small;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}

.adminSelect {
    font-size: 13px;
    background-color: #ffffcc;
}

    .adminSelect A {
        color: #000000;
        font-size: 13px;
    }

    .adminSelect TD {
        color: #000000;
        font-size: 13px;
        border-right: black 1px solid;
        border-top: black 1px solid;
        border-left: black 1px solid;
        border-bottom: black 1px solid;
    }

    .adminSelect .NoGrid TD {
        border-top-style: none;
        border-right-style: none;
        border-left-style: none;
        border-bottom-style: none;
    }

.adminFooter, .adminFooter th {
    font-weight: bold;
    font-size: 13px;
    font-family: Verdana;
}

.adminSpecialHeader, .adminSpecialHeader th {
    font-weight: bold;
    font-size: 13px;
    font-family: Verdana;
}

    .adminSpecialHeader th {
        background-color: #cdcdcd;
        border: 1px solid black;
        text-align: left;
    }

    .adminSpecialHeader A {
        color: Black;
    }

    .adminSpecialHeader .diff {
        color: #cf2922;
    }

.adminTopHeader {
    text-align: center !important;
}

.adminTopHeaderNoBorder {
    border: none !important;
    background-color: #ededed !important;
}

.adminHeader, .adminHeader th, .adminNKIHeader th {
    font-weight: bold;
    font-size: 13px;
    font-family: Verdana;
}

.adminNKIHeader th {
    border: 1px solid black;
    background-color: #cdcdcd;
}

.adminHeader th {
    text-align: left;
}

.adminHeader A {
    color: Black;
}

.adminHeader .diff {
    color: #cf2922;
}

.Calendar {
    font-size: xx-small;
    font-family: Arial;
}

    .Calendar A {
        text-decoration: none;
    }

.Project A {
    text-decoration: none;
}

.Project TD {
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}

.Project .NoGrid {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    background-color: #ededed;
}

.Project .altNoGrid {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    background-color: #e2e4e1;
}

.Project .Grid {
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}

.Project .Week {
    font-size: xx-small;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    background-color: White;
}

.Project .HeadLine {
    font-weight: bold;
}

.Project .DiffRow {
    background-color: #e2e4e1;
}

.calendarToday {
    border-style: solid;
    border-color: #FF8080;
    border-width: 1px;
}

.calendarDayHeader {
    background-color: #788C96;
    color: White;
}

.calendarSelected {
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}

.black_link {
    color: #000000;
}

.calendarDay {
    color: black;
    padding-top: 2px;
    background-color: #eceee1;
}

.calendarWeekend {
    background-color: #FFC0C0;
}

.calendarOtherMonth {
    background-color: #CCCCCC;
}

.calendarPrelDay {
    font-weight: bold;
    background-color: #e9967a;
}

.calendarInternalDay {
    font-weight: bold;
    background-color: #ffff55;
}

    .calendarInternalDay a {
        color: #000000;
    }


.calendarSubEightDay {
    font-weight: bold;
    background-color: #cf2922;
}

.calendarSubEightSelectedDay {
    background-color: #be5a5a;
}

.calendarRegistredDay {
    font-weight: bold;
    background-color: #8fbc8b;
}

.timeStyle {
    background-color: #f6f8f5;
}

.Scroller {
    left: 0px;
    width: 520px;
    position: relative;
    top: 0px;
    height: 100%;
    overflow: auto;
}

#overDiv {
    background-color: #eceee1;
    border: solid 1px black;
}

.Selected {
    background-color: #ffffcc;
}

.innerGrid .headerStyle TD {
    font-weight: bold;
    border-right: medium none;
    border-top: medium none;
    border-left: medium none;
    border-bottom: medium none;
}

.InfoTable {
    border: black 1px solid;
    padding: 10px;
}

.notopborder {
    border-top: none;
}
/*
.Accordion
{   

}
.AccordionHeader
{
    font-weight: bold;
    height: 20px;
    border: solid 1px black;
    background-color: #999966;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    background-image: url('Images/ArrowShow.png');
    background-position: left;
    background-repeat: no-repeat;
}

.SelectedAccordionHeader
{
    font-weight:bold;
    height:20px;
    border:solid 1px black; 
    background-color: #999966;
    color: #FFFFFF;
    text-align: center;
    cursor:pointer;
    background-image:url('Images/ArrowHide.png');
    background-position:left;
    background-repeat:no-repeat;
}
.AccordionPane
{
    border:solid 1px black;
    background-color: #FFFFFF;
    color: #000000;
    height:50px;
}*/

.SmallList {
    font-size: xx-small;
}

    .SmallList .altRow {
        background-color: #e2e4e1;
    }

    .SmallList .normRow {
    }

        .SmallList .normRow TD {
        }

    .SmallList .headRow {
        text-align: left;
        font-weight: bold;
        font-size: xx-small;
        font-family: Verdana;
    }

        .SmallList .headRow A {
            color: Black;
        }

.toDoItem, .toDoOverDue, .toDoDone {
    border: 1px solid black;
    margin-top: 3px;
    padding: 3px;
}

.toDoItem {
    width: 100%;
}

.toDoOverDue {
    background-color: #FFC0CB;
    width: 350px;
}

.toDoDone {
    background-color: #CCFFCC;
    width: 350px;
}

.HoverDescOuter {
    border: solid 1px black;
    background-color: White;
    /*float:left;*/
    position: relative;
    display: none;
    /*width:550px;
    background-image:url(images/loading.gif);
    background-position:left top;
    background-repeat:no-repeat;
*/
    z-index: 10;
}

    .HoverDescOuter .HoverDesc {
        background-color: #ffffff;
        padding: 3px;
    }

.hoverTable {
    width: 95%;
    border: 1px solid black;
    border-collapse: collapse;
    /*margin:10px;*/
    /*padding:10px;*/
}

    .hoverTable td {
        border: 1px solid black;
        padding: 2px;
        background-color: #ededed;
    }

    .hoverTable .right {
        text-align: right;
        white-space: nowrap;
    }

    .hoverTable .noWrap {
        white-space: nowrap;
    }

    .hoverTable .centerAlign {
        text-align: center;
        white-space: nowrap;
    }

    .hoverTable th {
        background-color: #cccccc;
        font-size: 12px;
        text-align: left;
        border: 1px solid black;
        padding: 2px;
        font-weight: bold;
    }

.rbStyle label {
    padding-right: 5px;
}

.searchTable th {
    font-size: 12px;
    text-align: left;
}

.selectedStyle {
    background-color: #fff;
}

#RegularList ul {
    list-style-type: none;
    margin-left: 0px;
}

.groupingStyle fieldset {
    border: 2px solid #aaa;
    padding: 5px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.groupingStyle legend {
    font-weight: bold;
}

.chkList td {
    border: none;
}

.icon_pdf {
    width: 18px;
    height: 18px;
    background: url('images/pdf_icon.png') no-repeat top left;
    display: inline-block;
}

.icon_excel {
    width: 18px;
    height: 18px;
    background: url('images/excel_icon.png') no-repeat top left;
    display: inline-block;
}

a.smallbutton {
    background: url("images/ButtonEndBig.gif") no-repeat scroll right top transparent;
    color: #FFFFFF;
    display: block;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    float: left;
    height: 24px;
    margin: 2px 0 2px 2px;
    padding-right: 4px;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0.5;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a.smallbutton:active {
    background-position: right bottom;
    outline: medium none;
}

a.smallbutton:hover {
    color: #000;
    opacity: 1.0;
}

a.smallbutton span {
    background: url("images/ButtonBackBig.gif") no-repeat scroll 0 0 transparent;
    display: block;
    line-height: 14px;
    padding: 5px 3px 5px 7px;
}

/*.ajax__tab_inner
{
    height:20px;
}*/

.ajax__tab_tab {
    height: 20px !important;
}

.cssbutton {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 4px 4px 5px;
    /*padding: .5em 2em .55em;*/
    border-radius: .5em;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.cssbutton {
    text-decoration: none;
}

.cssbutton {
    position: relative;
    top: 1px;
}

.red {
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top, #ed1c24, #aa1317);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

    .red:hover {
        background: #b61318;
        background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
        background: -moz-linear-gradient(top, #c9151b, #a11115);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
    }

    .red:active {
        color: #faddde;
        /*	color: #de898c; */
        background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
        background: -moz-linear-gradient(top, #aa1317, #ed1c24);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
    }

.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 13px;
    line-height: 18px;
    *line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

    .btn:hover,
    .btn:active,
    .btn.active,
    .btn.disabled,
    .btn[disabled] {
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
    }

    .btn:active,
    .btn.active {
        background-color: #cccccc \9;
    }

    .btn:first-child {
        *margin-left: 0;
    }

    .btn:hover {
        color: #333333;
        text-decoration: none;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
        /* Buttons in IE7 don't get borders, so darken on hover */
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -ms-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.active,
    .btn:active {
        background-color: #e6e6e6;
        background-color: #d9d9d9 \9;
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .btn.disabled,
    .btn[disabled] {
        cursor: default;
        background-color: #e6e6e6;
        background-image: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .btn-large [class^="icon-"] {
        margin-top: 1px;
    }

.btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px;
}

    .btn-small [class^="icon-"] {
        margin-top: -1px;
    }

.btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-primary.active,
    .btn-warning.active,
    .btn-danger.active,
    .btn-success.active,
    .btn-info.active,
    .btn-inverse.active {
        color: rgba(255, 255, 255, 0.75);
    }

.btn {
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: normal !important;
}

.btn-primary {
    background-color: #0074cc;
    *background-color: #0055cc;
    background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
    background-image: -o-linear-gradient(top, #0088cc, #0055cc);
    background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
    background-image: linear-gradient(top, #0088cc, #0055cc);
    background-repeat: repeat-x;
    border-color: #0055cc #0055cc #003580;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        background-color: #0055cc;
        *background-color: #004ab3;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #004099 \9;
    }

.btn-warning {
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -ms-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .btn-warning:hover,
    .btn-warning:active,
    .btn-warning.active,
    .btn-warning.disabled,
    .btn-warning[disabled] {
        background-color: #f89406;
        *background-color: #df8505;
    }

    .btn-warning:active,
    .btn-warning.active {
        background-color: #c67605 \9;
    }

.btn-danger {
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .btn-danger:hover,
    .btn-danger:active,
    .btn-danger.active,
    .btn-danger.disabled,
    .btn-danger[disabled] {
        background-color: #bd362f;
        *background-color: #a9302a;
    }

    .btn-danger:active,
    .btn-danger.active {
        background-color: #942a25 \9;
    }

.btn-success {
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -ms-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .btn-success:hover,
    .btn-success:active,
    .btn-success.active,
    .btn-success.disabled,
    .btn-success[disabled] {
        background-color: #51a351;
        *background-color: #499249;
    }

    .btn-success:active,
    .btn-success.active {
        background-color: #408140 \9;
    }

.btn-info {
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .btn-info:hover,
    .btn-info:active,
    .btn-info.active,
    .btn-info.disabled,
    .btn-info[disabled] {
        background-color: #2f96b4;
        *background-color: #2a85a0;
    }

    .btn-info:active,
    .btn-info.active {
        background-color: #24748c \9;
    }

.btn-inverse {
    background-color: #414141;
    *background-color: #222222;
    background-image: -ms-linear-gradient(top, #555555, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
    background-image: -webkit-linear-gradient(top, #555555, #222222);
    background-image: -o-linear-gradient(top, #555555, #222222);
    background-image: -moz-linear-gradient(top, #555555, #222222);
    background-image: linear-gradient(top, #555555, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .btn-inverse:hover,
    .btn-inverse:active,
    .btn-inverse.active,
    .btn-inverse.disabled,
    .btn-inverse[disabled] {
        background-color: #222222;
        *background-color: #151515;
    }

    .btn-inverse:active,
    .btn-inverse.active {
        background-color: #080808 \9;
    }

button.btn,
input[type="submit"].btn {
    *padding-top: 2px;
    *padding-bottom: 2px;
}

    button.btn::-moz-focus-inner,
    input[type="submit"].btn::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button.btn.btn-large,
    input[type="submit"].btn.btn-large {
        *padding-top: 7px;
        *padding-bottom: 7px;
    }

    button.btn.btn-small,
    input[type="submit"].btn.btn-small {
        *padding-top: 3px;
        *padding-bottom: 3px;
    }

    button.btn.btn-mini,
    input[type="submit"].btn.btn-mini {
        *padding-top: 1px;
        *padding-bottom: 1px;
    }

.nested-table tbody tr td {
    border-width: 0 !important;
}

.well {
    background-color: #f5f5f5;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.well-sm {
    border-radius: 3px;
    padding: 9px;
}

.saplar-table-blue,
.saplar-table {
    border-collapse: collapse;
}

    .saplar-table tr {
    }

        .saplar-table tr th,
        .saplar-table tr td {
            padding: 5px;
            border: 1px solid #888888 !important;
        }

    .saplar-table-blue tr th {
        text-align: left;
    }

    .saplar-table-blue tr th,
    .saplar-table tr th {
        font-size: 13px;
        font-weight: normal;
        /*background-image: -moz-linear-gradient(center top , #FECB00, #FECB00);*/
    }

    .saplar-table tr th {
        background-color: #FECB00;
    }

    .saplar-table tr.grey th {
        background-color: #f2f2f2;
    }

    .saplar-table-blue th,
    .saplar-table tr.blue th {
        background-color: #49afcd;
        border: 1px solid #000000 !important;
        color: #ffffff;
    }

        .saplar-table tr.blue th a {
            color: #ffffff;
            font-weight: normal;
            text-decoration: underline;
        }

    .saplar-table tr td a {
        color: #0055cc;
    }

    .saplar-table tr td {
        background-color: #ffffff;
    }

    .saplar-table tr th.active a {
        color: #000000;
    }

    .saplar-table tr.footer td {
        background-color: #FECB00;
    }

    .saplar-table tr.green td {
        background-color: #f2f2f2;
    }

    .saplar-table tr td ul.narrow-list {
        margin: 0;
        padding-left: 15px;
    }

        .saplar-table tr td ul.narrow-list li {
        }

    .saplar-table tr.grey td {
        background-color: #f2f2f2;
    }

    .saplar-table .align-left {
        text-align: left;
    }

    .saplar-table .align-center {
        text-align: center;
    }

    .saplar-table .align-right {
        text-align: right;
    }

.table-low .saplar-table td, .table-low .saplar-table th {
    padding: 0 2 0 2 !important;
}
.table-low .btn-mini {
    padding: 0 2 0 2 !important;
}
.table-low input {
    padding: 0 2 0 2 !important;
    margin: 0 0 0 0 !important;
}

    .table-low tr:hover td {
        background-color: #CCCCCC !important;
    }
    .minimum {
        min-width: 650px;
    }

.ajax__calendar_container table td {
    padding: 0;
}

/* Ajax-accordion */
.Accordion {
    margin-bottom: 5px;
}

.AccordionHeader, .SelectedAccordionHeader {
    /*background: url('images/accordion_header.png') repeat-x scroll left top #ebebeb;*/
    /*background-color:#51a351;*/
    background-color: #2f96b4;
    border: 1px solid #cccccc;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: left;
    vertical-align: middle;
    color: #ffffff;
}

.AccordionHeader {
    cursor: pointer;
}

    .AccordionHeader span {
        background: url('Images/icon_20_increase.png') no-repeat scroll left center rgba(0, 0, 0, 0);
        margin-left: 6px;
        padding: 8px 8px 8px 28px;
    }

.SelectedAccordionHeader span {
    background: url('Images/icon_20_decrease.png') no-repeat scroll left center rgba(0, 0, 0, 0);
    margin-left: 6px;
    padding: 8px 8px 8px 28px;
}

.SelectedAccordionHeader {
    cursor: pointer;
}

.AccordionPane {
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    padding: 10px 10px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

.info-tag {
    cursor: help;
}

.saplar-table tr th.adminTopHeaderNoBorder {
    border-left-color: #ededed !important;
    border-top-color: #ededed !important;
    border-right-color: #ededed !important;
    background-color: #ededed !important;
}

.saplar-table tr th.adminTopHeaderNoBorderLeft {
    border-left-color: #ededed !important;
    border-top-color: #ededed !important;
    background-color: #ededed !important;
}

.saplar-table tr th.adminTopHeaderNoBorderRight {
    border-right-color: #ededed !important;
    border-top-color: #ededed !important;
    background-color: #ededed !important;
}

.glyphicon {
    color: #000000 !important;
}

.danger {
    color: #bd362f !important;
}

.success {
    color: #51a351 !important;
}

.white {
    color: #ffffff !important;
}

.no-grid tr td {
    border: none !important;
}

.ajax__calendar_container tr td {
    border: none !important;
}

.ui-dialog {
    border: 1px solid black;
    padding: 5px;
    background-color: white;
}

.ui-dialog-title {
    font-weight: bold;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    width: 21px;
    margin: -10 10 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog-content {
    padding: 0 0 15 0;
}

.task-container h3 {
    margin: 0 0 0 0;
    padding: 0;
}

.task-container .bucket {
    border-bottom: 1px solid black;
}

.task-container .task .title {
    font-weight: bold;
}

.task-container .task {
    display: flex;
    flex-flow: column;
    margin-top: 0.5rem;
}

    .task-container .task div {
        float: left;
        margin-right: 0.5rem;
    }

    .task-container .task .desc {
        width: 6rem;
        white-space: nowrap;
    }
