body {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: Calibri;
    margin-top: 0px;
    background-image: url(../images/background_main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
}

    body.statusBar {
        font-size: 10pt;
        font-family: Calibri;
        background-color: #F7f7f7;
        border-top: 1px solid black;
    }

    body.noPadding {
        padding: 0px;
    }

table.panel {
    border-bottom: #aaaaaa 1px solid;
    border-top: #aaaaaa 1px solid;
    border-left: #aaaaaa 1px solid;
    border-right: #aaaaaa 1px solid;
    margin-top: 20px;
    background-color: white;
    -webkit-box-shadow: 10px 10px 40px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 40px -6px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 40px -6px rgba(0,0,0,0.75);
}

div.panel {
    border-bottom: #aaaaaa 1px solid;
    border-top: #aaaaaa 1px solid;
    border-left: #aaaaaa 1px solid;
    border-right: #aaaaaa 1px solid;
    margin-top: 20px;
    background-color: white;
    -webkit-box-shadow: 10px 10px 40px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 40px -6px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 40px -6px rgba(0,0,0,0.75);
}

table.panel:hover {
    border-bottom: #aaaaaa 1px solid;
    border-top: #aaaaaa 1px solid;
    border-left: #aaaaaa 1px solid;
    border-right: #aaaaaa 1px solid;
    margin-top: 20px;
    background-color: white;
    -webkit-box-shadow: 10px 10px 40px -6px rgba(242,137,8,1);
    -moz-box-shadow: 10px 10px 40px -6px rgba(242,137,8,1);
    box-shadow: 10px 10px 40px -6px rgba(242,137,8,1);
}

div.panel:hover {
    border-bottom: #aaaaaa 1px solid;
    border-top: #aaaaaa 1px solid;
    border-left: #aaaaaa 1px solid;
    border-right: #aaaaaa 1px solid;
    margin-top: 20px;
    background-color: white;
    -webkit-box-shadow: 10px 10px 40px -6px rgba(242,137,8,1);
    -moz-box-shadow: 10px 10px 40px -6px rgba(242,137,8,1);
    box-shadow: 10px 10px 40px -6px rgba(242,137,8,1);
}

table.paneld {
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
}

div.Error {
    margin-left: 0px;
    margin-top: 0px;
    width: 16px;
    height: 16px;
    position: relative;
    background-image: url(../Images/error.gif);
    display: inline;
}

div.Adds {
    z-index: 1;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

td.icoDoc {
    height: 16px;
    width: 20px;
    //background: url(../Images/formBarLeft.jpg) no-repeat center left;
    background-color: #4d95c7;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

td.txtRechtsDoc {
    //background: url(../Images/formBarRight.jpg) no-repeat center right;
    color: white;
    width: 100%;
    //font-variant:small-caps;
    padding-bottom: 3px;
    background-color: #4d95c7;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    font-weight: bold;
    padding-left: 5px;
}

div.ActivitiesHead {
    color: black;
    background-color: #b7ddff;
    border: 0.5px solid #666666;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    font-size: 12pt;
}

.icoLinks {
    width: 5px;
    height: 30px;
    background-color: #ff6a07;
}

td.txtRechtsDocActivities {
    //background: url(../Images/formBarRightActivities.gif) no-repeat center right;
    background-color: #ff6a07;
    color: white;
    width: 100%;
    //font-variant:small-caps;
    padding-bottom: 3px;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    font-weight: bold;
    padding-left: 5px;
}

td.icoLinksActivities {
    width: 16px;
    height: 20px;
    //background: url(../Images/formBarLeftActivities.gif) no-repeat center left;
    background-color: #ff6a07;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}


.formsHeadBar {
    margin-bottom: 2px;
    border: 0px;
}

.txtRechts {
    font-weight: bold;
    font-family: Calibri;
    font-size: 11pt;
    height: 30px;
    padding-bottom: 3px;
    padding-left: 5px;
    color: black;
}

input.Button {
    width: 146px;
    height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: #188ECD;
    border: 0px;
    border-radius: 4px;
    text-shadow: 1px 1px 3px #000000;
    cursor: pointer;
}


    input.Button:hover {
        box-shadow: 1px 1px 10px rgba(106,195,249,0.93);
        border: 0.5px solid blue;
        cursor: pointer;
    }

.ButtonBig {
    border: 0px;
    BACKGROUND-IMAGE: url(../Images/Button_Big.gif);
    width: 250;
    height: 25;
    margin-right: 5px;
}

input.closeIcon {
    border: 0px;
    BACKGROUND-IMAGE: url(../Images/close.gif);
    width: 16;
    height: 16;
}


span.infoWarning {
    color: Red;
    font-weight: bold;
    font-size: 14px;
}

TD.gridbgStyle {
    border-top: #0860A8 2px solid;
    border-bottom: #0860A8 2px solid;
}

TD.gridbgStyleLeft {
    border-top: #0860A8 2px solid;
    border-bottom: #0860A8 2px solid;
    border-left: #0860A8 2px solid;
}

TD.gridbgStyleRight {
    border-top: #0860A8 2px solid;
    border-bottom: #0860A8 2px solid;
    border-right: #0860A8 2px solid;
}

TD.gridbgStyleOut {
    border-top: white 2px solid;
    height: 20px;
}

TD.gridbgStyleLeftOut {
    border-top: white 2px solid;
    border-left: white 2px solid;
    height: 20px;
}

TD.gridbgStyleRightOut {
    border-top: white 2px solid;
    border-right: white 2px solid;
}

div.waitDialog {
    background-image: url(../Images/indicator_medium.gif);
    width: 30px;
    height: 32px;
}
/*************************************/
/* ADMIN GRIDSTYLE HEADER UND FOOTER */
/*************************************/
.cssAdminGridHeader {
    background-color: #ffce82;
    height: 35px;
    color: Black;
    Font-Size: 11pt;
    font-family: Calibri;
    font-weight: bold;
    text-decoration: none;
}

    .cssAdminGridHeader a:link {
        color: black;
        text-decoration: none;
    }

.cssAdminGridItems {
    color: Black;
    Font-Size: 11pt;
    font-family: Calibri;
    vertical-align: top;
    background-color: #FFFFFF;
}

.cssAdminGridAlternatingItems {
    Font-Size: 11pt;
    vertical-align: top;
    color: black;
    font-family: Calibri;
    background-color: #fff6e8;
    height: 15px;
}

.cssAdminGridFooter {
    background-color: #ffce82;
    color: #666;
    Font-Size: medium;
    font-family: Calibri;
    text-align: right;
    height: 35px;
}

    .cssAdminGridFooter a:link {
        color: black;
    }

.cssDocGridHeader {
    background-color: #dddddd;
}

.cssDocGridFooter {
    background-color: #dddddd;
}

.cssMasnGridHeader {
    background-color: #dddddd;
}

.cssMasnGridFooter {
    background-color: #dddddd;
}

.cssMasnGridItems {
    color: Black;
    Font-Size: x-small;
    font-family: Calibri;
    vertical-align: top;
    background-color: #FFFFFF;
}

.cssMasnGridAlternatingItems {
    font-size: x-small;
    vertical-align: top;
    color: black;
    font-family: Calibri;
    background-color: #e8f2ff;
}
/********`**********************************/
/* ENDE: ADMIN GRIDSTYLE HEADER UND FOOTER */
/*******************************************/

/******************/
/* BEGIN HISTORIE */
/******************/
.cssHistoryGridHeader {
}

.cssHistoryGridFooter {
}

.cssHistoryGridElements {
}

td.icoHistory {
}

td.txtRechtsHistory {
}

table.panelHistory {
}
/******************/
/*  END HISTORIE  */
/******************/

/****************************************************/
/*  Fehlermeldung wenn keine Tasks zugeordnet sind  */
/****************************************************/
.ErrorNoTask {
}
/****************************************************/
/*  Fehlermeldung wenn keine Tasks zugeordnet sind  */
/*                      ENDE                        */
/****************************************************/
td.col_1 {
    font-weight: bold;
    font-size: x-small;
    padding-left: 10px;
    vertical-align: top;
    width: 170px;
}

td.col_2 {
    vertical-align: middle;
}

td.treeCell {
}

td.treeCellHover {
    background-color: #dddddd;
}

a.listLinkButton:link {
    font-size: x-small;
    color: Black;
    font-family: Calibri;
    text-decoration: none;
}

a.listLinkButton:visited {
    font-size: x-small;
    color: black;
    font-family: Calibri;
    text-decoration: none;
}

a.listLinkButton:hover {
    font-size: x-small;
    color: black;
    font-family: Calibri;
    text-decoration: none;
}

a.listLinkButton:active {
    font-size: x-small;
    color: black;
    font-family: Calibri;
    text-decoration: none;
}

a.listLinkButton:focus {
    font-size: x-small;
    color: black;
    font-family: Calibri;
    text-decoration: none;
}

select.staticListBox {
    width: 200px;
    height: 250px;
}

.showLeft {
}

.showRight {
}

input.TimeField {
    width: 30px;
    font-size: x-small;
    font-family: Calibri;
    /*font-weight:bold;*/
    text-align: center;
    color: Black;
}

input.ButtonBatch {
    border-right: 0px;
    border-top: 0px;
    font-weight: bold;
    font-size: 10px;
    background-image: url(../Images/buttonBatch.jpg);
    border-left: 0px;
    width: 170px;
    color: #000000;
    margin-right: 5px;
    border-bottom: 0px;
    font-family: Calibri;
    height: 25px;
    cursor: pointer;
    padding-top: 3px;
    margin-bottom: 2px;
}

input.ButtonBatchQuartal {
    border-right: 0px;
    border-top: 0px;
    font-weight: bold;
    font-size: 10px;
    background-image: url(../Images/buttonBatchQuartal.jpg);
    border-left: 0px;
    width: 220px;
    color: #000000;
    margin-right: 5px;
    border-bottom: 0px;
    font-family: Calibri;
    height: 25px;
    cursor: pointer;
    padding-top: 3px;
    margin-bottom: 2px;
}

th.rkmHeaderStyle {
    font-size: 13px;
}

td.icoLinksOrange {
    width: 16px;
    height: 20px;
    //background: url(../Images/formBarLeftOrange.jpg) no-repeat center right;
    background-color: #ffa441;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

td.txtRechtsOrange {
    font-weight: bold;
    //background: url(../Images/formBarRightOrange.jpg) no-repeat center right;
    width: 100%;
    color: white;
    height: 20px;
    padding-bottom: 3px;
    font-size: 15px;
    background-color: #ffa441;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

td.icoDocOrange {
    height: 16px;
    width: 20px;
    //background: url(../Images/formBarRightOrange.jpg) no-repeat center left;
}

td.txtRechtsDocOrange {
    //background: url(../Images/formBarRightOrange.jpg) no-repeat center right;
    font-weight: bold;
    color: white;
    width: 100%;
    font-variant: small-caps;
    padding-bottom: 3px;
}

.userImage {
    padding: 2px;
    height: 50px;
    width: 50px;
    border: 1px solid #A3A3A3;
    zoom: 0;
    filter: alpha(opacity=100);
    opacity: 1.0;
    border-radius: 55px;
}

.divContentBackground {
    margin-left: 210px;
    /*background-color: #ebebeb;*/
    padding-bottom: 10px;
    padding-top: 90px;
}

.divContentBackgroundWithoutMaster {
    /*background-color: #ebebeb;*/
    padding-bottom: 10px;
    min-width: 1024px;
    min-height: 768px;
}

.ContentShadow {
    width: 99.5%;
    box-shadow: 1px 1px 10px #666;
    background-color: white;
    margin-top: 20px;
}

.ContentShadowWithoutMaster {
    min-width: 1024px;
    min-height: 768px;
    box-shadow: 1px 1px 10px #666;
    background-color: white;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    height: 100%;
}

.ContentShadowFixed {
    width: 790px;
    box-shadow: 1px 1px 10px #666;
    background-color: white;
    margin-top: 20px;
    padding-bottom: 5px;
}

.ContentShadowFixedLicence {
    width: 770px;
    box-shadow: 1px 1px 10px #FF6A07;
    background-color: white;
    margin-top: 20px;
    padding-bottom: 5px;
    padding: 10px;
}

.ContentShadowBig {
    width: 1055px;
    box-shadow: 1px 1px 10px #666;
    background-color: white;
    margin-top: 20px;
    padding-bottom: 5px;
}

.divContent {
    padding-left: 10px;
    padding-right: 10px;
}

div.RightActionMenu {
    margin-left: 795px;
    position: fixed;
    top: 110px;
    left: 217px;
}

div.RightActionMenuItem {
    font-size: 14px;
    padding-top: 8px;
    float: left;
    width: 250px;
    background-color: white;
    border: 1px solid rgba(193, 189, 189, 0.89);
    /*margin-bottom: 10px;*/
    border-radius: 3px;
}

    div.RightActionMenuItem span:hover {
        color: #4dacff;
    }

div.RightActionMenuInformationItem {
    color: #666;
    font-size: 14px;
    padding-top: 8px;
    float: left;
    width: 240px;
    background-color: white;
    border: 1px solid rgba(193, 189, 189, 0.89);
    margin-bottom: 10px;
    border-radius: 3px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.RightActionLink {
    color: #666;
    text-decoration: none;
    margin-bottom: 10px;
    padding-left: 10px;
}

.imgAction {
    vertical-align: middle;
    Height: 20px;
    padding-right: 5px;
}

.divContentContainer {
    background-color: white;
    box-shadow: 1px 1px 10px #666;
    margin-right: 10px;
    margin-left: 240px;
    margin-top: 20px;
}

div.divContentContainer:hover {
    background-color: white;
    box-shadow: 1px 1px 15px #FF6A07;
}

table.MainTable {
    margin-top: 20px;
    background-color: white;
    box-shadow: 1px 1px 10px #666;
    border: 0px;
    margin-left: 3px;
    width: 98%;
}

div.MainTable {
    margin-top: 20px;
    background-color: white;
    box-shadow: 1px 1px 10px #666;
    border: 0px;
}

table.MainTable:hover {
    background-color: white;
    box-shadow: 1px 1px 15px #FF6A07;
}

div.MainTable:hover {
    background-color: white;
    box-shadow: 1px 1px 15px #FF6A07;
}

.buttonCreate {
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    padding: 35px;
    background-color: white;
    cursor: pointer;
    Width: 35px;
    Height: 35px;
}

    .buttonCreate:hover {
        box-shadow: 1px 1px 15px #FF6A07;
        border: 1px solid #FF6A07;
        cursor: pointer;
        padding-right: 37px;
        padding-top: 37px;
    }

.TDLoginButton {
    padding-left: 20px;
}

input.addButton {
    width: 146px;
    height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: #9BC050;
    border: 0px;
    border-radius: 4px;
    text-shadow: 1px 1px 3px #000000;
    cursor: pointer;
}

    input.addButton:hover {
        box-shadow: green 0px 0px 15px 0px;
        border: 1px solid darkgreen;
        cursor: pointer;
    }

input.cancelButton {
    width: 146px;
    height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: #D52414;
    border: 0px;
    border-radius: 4px;
    text-shadow: 1px 1px 3px #000000;
    cursor: pointer;
}

    input.cancelButton:hover {
        box-shadow: red 0px 0px 15px 0px;
        border: 1px solid darkred;
        cursor: pointer;
    }

td.TDdescription {
    font-weight: bold;
    font-size: small;
    padding-right: 10px;
    vertical-align: top;
    width: 250px;
}

.Grid {
    background-color: #99ceff;
    color: white;
    font-weight: bold;
    font-size: medium;
    padding-right: 10px;
    vertical-align: top;
    font-family: Calibri;
}

.GridContent {
    font-weight: normal;
    font-size: small;
    padding-right: 10px;
    vertical-align: top;
    font-family: Calibri;
    color: Black;
    vertical-align: Middle;
}

.TDBox {
    background-color: aliceblue;
    margin-bottom: 10px;
    border: 1px solid #b7ddff;
    width: 100%;
    border-radius: 10px;
}

    .TDBox:hover {
        box-shadow: 1px 1px 15px #FF6A07;
        border-radius: 10px;
    }

.TDBoxBlue {
    background-color: aliceblue;
    margin-bottom: 10px;
    border: 1px solid #b7ddff;
    width: 100%;
    border-radius: 10px;
}

    .TDBoxBlue:hover {
        box-shadow: 1px 1px 15px #4dacff;
    }

.TDBoxOrange {
    background-color: #fff0e6;
    margin-bottom: 10px;
    border: 1px solid #b7ddff;
    width: 100%;
    border-radius: 10px;
}

    .TDBoxOrange:hover {
        box-shadow: 1px 1px 15px #FF6A07
    }

.TRBox {
    cursor: pointer;
    /*background-color: #80c3ff;*/
    background: linear-gradient(to right, #80c3ff, #e6f3ff );
    border-radius: 10px;
}

.TDBoxWithoutShadow {
    background-color: aliceblue;
    border: 1px solid #b7ddff;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
}

div.detailMeasureEditFields {
    float: left;
    width: 379px;
    margin: 3px;
    padding-bottom: 5px;
}

div.detailViewEditFields {
    float: left;
    width: 500px;
    margin: 3px;
}

.lnkTemplateItemContainer {
    background-color: white;
    box-shadow: 1px 1px 10px #666;
    text-decoration: none;
}

    .lnkTemplateItemContainer:hover {
        box-shadow: 1px 1px 15px #666;
    }

.divRegisterType {
    background-color: white;
    box-shadow: 1px 1px 10px #666;
    margin-bottom: 2px;
}

    .divRegisterType:hover {
        box-shadow: 1px 1px 15px #FF6A07;
    }

.divRegisterType-links li {
    margin: 0px 5px;
    float: left;
    list-style: none;
}

.divRegisterType-links a {
    padding: 9px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    background: #ebebeb;
    font-size: 16px;
    font-weight: 600;
    color: #4c4c4c;
    transition: all linear 0.15s;
    box-shadow: 1px 1px 10px #666;
    text-decoration: none;
    font-size: 14px;
}

    .divRegisterType-links a:hover {
        background: #FF935A;
        text-decoration: none;
    }

li.active a, li.active a:hover {
    background: #fff;
    color: #4c4c4c;
    box-shadow: 1px 1px 10px #666;
}

.divFadeBackground {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10002;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.7;
}

.ActionLinkInDiv {
    background-color: white;
    box-shadow: 1px 1px 10px #666;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    text-decoration: none;
}

.imgAction {
    vertical-align: middle;
    Height: 20px;
    padding-right: 5px;
}

.lblAction {
    vertical-align: middle;
    font-size: 16px;
}

.alternateTD {
    background-color: #ffce82;
    height: 35px;
}

.tblLayout {
    width: 100%;
    border: 0px;
}

div.headtext {
    font-size: 20pt;
    color: #3373a1;
    padding-bottom: 5px;
    padding-top: 10px;
    text-align: center;
}

div.NotAuthorizedDetail {
    padding: 10px;
    font-size: 13pt;
}

div.NotAuthorizedContent {
    height: 400px;
    margin-top: 10px;
    background-image: url('../images/not_authorized.png');
    background-repeat: no-repeat;
    background-position: 20px 20px;
    background-size: 100px;
    padding-left: 150px;
    width: 970px;
    background-color: white;
    box-shadow: 1px 1px 10px #666;
}

.btnWindowsLogin {
    width: 146px;
    height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: #188ECD;
    border: 0px;
    border-radius: 4px;
    text-shadow: 1px 1px 3px #000000;
    cursor: pointer;
}


    .btnWindowsLogin:hover {
        box-shadow: 1px 1px 10px rgba(106,195,249,0.93);
        border: 0.5px solid blue;
        cursor: pointer;
    }


.btnWindowsLogin {
    cursor: pointer;
    text-align: center;
    width: 360px;
    height: 24px;
    border: 0px solid #25729a;
    border-radius: 4px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    display: inline-block;
    text-shadow: 1px 1px 3px #000000;
    padding-top: 7px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #188ECD;
}

    .btnWindowsLogin:hover {
    }


div.NotificationDetail {
}

    div.NotificationDetail:hover {
        background-color: #f6f7f7;
        cursor: pointer;
    }

.NotificationButton {
    text-decoration: none;
    color: black;
}

::-webkit-scrollbar {
    height: 10px;
    width: 7px;
    border-radius: 4px;
    background: transparent;
    transition: all 0.3s ease;
}

    ::-webkit-scrollbar:hover {
        background: #c6c7ca;
    }

::-webkit-scrollbar-thumb {
    background: #C3BDC1;
    border-radius: 4px;
}

hr.defaultFormSeperator {
    visibility: hidden;
}

.triangle-obtuse {
    position: relative;
    padding: 7px;
    margin: 1em 0 1em;
    color: #fff;
    background: #c81e2b;
    /* css3 */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f04349), to(#c81e2b));
    background: -moz-linear-gradient(#f04349, #c81e2b);
    background: -o-linear-gradient(#f04349, #c81e2b);
    background: linear-gradient(#f04349, #c81e2b);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    /* creates the wider right-angled triangle */
    .triangle-obtuse:before {
        content: "";
        position: absolute;
        bottom: -20px; /* value = - border-top-width - border-bottom-width */
        left: 60px; /* controls horizontal position */
        border: 0;
        border-right-width: 30px; /* vary this value to change the angle of the vertex */
        border-bottom-width: 20px; /* vary this value to change the height of the triangle. must be equal to the corresponding value in :after */
        border-style: solid;
        border-color: transparent #c81e2b;
        /* reduce the damage in FF3.0 */
        display: block;
        width: 0;
    }

    /* creates the narrower right-angled triangle */
    .triangle-obtuse:after {
        content: "";
        position: absolute;
        bottom: -20px; /* value = - border-top-width - border-bottom-width */
        left: 80px; /* value = (:before's left) + (:before's border-right/left-width)  - (:after's border-right/left-width) */
        border: 0;
        border-right-width: 10px; /* vary this value to change the angle of the vertex */
        border-bottom-width: 20px; /* vary this value to change the height of the triangle. must be equal to the corresponding value in :before */
        border-style: solid;
        border-color: transparent #fff;
        /* reduce the damage in FF3.0 */
        display: block;
        width: 0;
    }

    /* Variant : top
------------------------------------------ */

    .triangle-obtuse.top:before {
        top: -20px; /* value = - border-top-width - border-bottom-width */
        bottom: auto;
        left: auto;
        right: 60px; /* controls horizontal position */
        border: 0;
        border-left-width: 30px; /* vary this value to change the width of the triangle */
        border-top-width: 20px; /* vary this value to change the height of the triangle. must be equal to the corresponding value in :after */
        border-color: transparent #c81e2b;
    }

    .triangle-obtuse.top:after {
        top: -20px; /* value = - border-top-width - border-bottom-width */
        bottom: auto;
        left: auto;
        right: 80px; /* value = (:before's right) + (:before's border-right/left-width)  - (:after's border-right/left-width) */
        border-width: 0;
        border-left-width: 10px; /* vary this value to change the width of the triangle */
        border-top-width: 20px; /* vary this value to change the height of the triangle. must be equal to the corresponding value in :before */
        border-color: transparent #fff;
    }

    /* Variant : left
------------------------------------------ */

    .triangle-obtuse.left:before {
        top: 15px; /* controls vertical position */
        bottom: auto;
        left: -50px; /* value = - border-left-width - border-right-width */
        border: 0;
        border-bottom-width: 30px; /* vary this value to change the height of the triangle */
        border-left-width: 50px; /* vary this value to change the width of the triangle. must be equal to the corresponding value in :after */
        border-color: #c81e2b transparent;
    }

    .triangle-obtuse.left:after {
        top: 35px; /* value = (:before's top) + (:before's border-top/bottom-width)  - (:after's border-top/bottom-width) */
        bottom: auto;
        left: -50px; /* value = - border-left-width - border-right-width */
        border: 0;
        border-bottom-width: 10px; /* vary this value to change the height of the triangle */
        border-left-width: 50px; /* vary this value to change the width of the triangle. must be equal to the corresponding value in :before */
        border-color: #fff transparent;
    }

    /* Variant : right
------------------------------------------ */

    .triangle-obtuse.right:before {
        top: 15px; /* controls vertical position */
        bottom: auto;
        left: auto;
        right: -50px; /* value = - border-left-width - border-right-width */
        border: 0;
        border-bottom-width: 30px; /* vary this value to change the height of the triangle */
        border-right-width: 50px; /* vary this value to change the width of the triangle. must be equal to the corresponding value in :after */
        border-color: #c81e2b transparent;
    }

    .triangle-obtuse.right:after {
        top: 35px; /* value = (:before's top) + (:before's border-top/bottom-width)  - (:after's border-top/bottom-width) */
        bottom: auto;
        right: -50px; /* value = - border-left-width - border-right-width */
        left: auto;
        border: 0;
        border-bottom-width: 10px; /* vary this value to change the height of the triangle */
        border-right-width: 50px; /* vary this value to change the width of the triangle. must be equal to the corresponding value in :before */
        border-color: #fff transparent;
    }

.triangle-right {
    position: relative;
    padding: 5px;
    margin: 1em 0 1em;
    color: #fff;
    background: #075698; /* default background for browsers without gradient support */
    /* css3 */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#2e88c4), to(#075698));
    background: -moz-linear-gradient(#2e88c4, #075698);
    background: -o-linear-gradient(#2e88c4, #075698);
    background: linear-gradient(#2e88c4, #075698);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .triangle-right.top {
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#075698), to(#2e88c4));
        background: -moz-linear-gradient(#075698, #2e88c4);
        background: -o-linear-gradient(#075698, #2e88c4);
        background: linear-gradient(#075698, #2e88c4);
    }

    /* Variant : for left positioned triangle
------------------------------------------ */

    .triangle-right.left {
        background: #075698;
        /* css3 */
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#f04349), to(#c81e2b));
        background: -moz-linear-gradient(#f04349, #c81e2b);
        background: -o-linear-gradient(#f04349, #c81e2b);
        background: linear-gradient(#f04349, #c81e2b);
    }
    /* Variant : for right positioned triangle------------------------------------------ */
    .triangle-right.right {
        background: #075698;
    }

    /* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

    .triangle-right:after {
        content: "";
        position: absolute;
        bottom: -20px; /* value = - border-top-width - border-bottom-width */
        left: 50px; /* controls horizontal position */
        border-width: 20px 0 0 20px; /* vary these values to change the angle of the vertex */
        border-style: solid;
        border-color: #2e88c4 transparent;
        /* reduce the damage in FF3.0 */
        display: block;
        width: 0;
    }

    /* Variant : top
------------------------------------------ */

    .triangle-right.top:after {
        top: -20px; /* value = - border-top-width - border-bottom-width */
        right: 50px; /* controls horizontal position */
        bottom: auto;
        left: auto;
        border-width: 20px 20px 0 0; /* vary these values to change the angle of the vertex */
        border-color: transparent #075698;
    }

    /* Variant : left
------------------------------------------ */

    .triangle-right.left:after {
        top: 6px;
        left: -39px; /* value = - border-left-width - border-right-width */
        bottom: auto;
        border-width: 15px 40px 0 0; /* vary these values to change the angle of the vertex */
        border-color: transparent #c81e2b;
    }

    /* Variant : right
------------------------------------------ */

    .triangle-right.right:after {
        top: 16px;
        right: -40px; /* value = - border-left-width - border-right-width */
        bottom: auto;
        left: auto;
        border-width: 15px 0 0 40px; /* vary these values to change the angle of the vertex */
        border-color: transparent #075698;
    }

div.detailMeasureEditFields {
    float: left;
    width: 379px;
    margin: 3px;
    padding-bottom: 5px;
}

div.NoSuccess {
    float: left;
    width: 760px;
    margin: 3px;
    background: linear-gradient(#f04349, #c81e2b);
    border-radius: 5px;
    border: 1px solid #bd0f15;
    opacity: 0.8;
    padding-left: 5px;
}

div.Success {
    float: left;
    width: 760px;
    margin: 3px;
    background: linear-gradient(#0d4d10, #157c1a);
    border-radius: 5px;
    border: 1px solid #072c09;
    opacity: 0.8;
    padding-left: 5px;
}

div.SuccessNotPositiveResult {
    float: left;
    width: 760px;
    margin: 3px;
    background: linear-gradient(#d9c403, #6e6402);
    border-radius: 5px;
    border: 1px solid #ffe700;
    opacity: 0.8;
    padding-left: 5px;
}

div.WorkgroupSelection {
    box-shadow: 1px 1px 10px #666;
    padding: 10px;
    background-color: white;
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 605px;
    margin: auto;
    height: 50%;
    z-index: 10003;
}

.WorkgroupLinkButtonContainer {
    background-color: white;
    padding-top: 5px;
    margin-top: 5px;
    text-decoration: none;
    margin-right: 10px;
    border: 1px solid rgba(193, 189, 189, 0.89);
    font-size: 9pt;
}

.ModuleLink {
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 10pt;
}

.FilterPanel {
    background-color: #25a0da;
    border-radius: 10px;
    padding: 10px;
    float: right;
    margin-right: 25px;
    margin-top: 8px;
}

.update-panel {
    position: relative;
}

.update-progress {
    background: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    zoom: 1;
    z-index: 9998;
}

.update-progress-gif {
    background: url(../images/ajax-loader.gif) top left no-repeat;
    position: absolute;
    top: 50%;
    width: 50%;
    left: 50%;
    height: 50%;
    z-index: 9999;
}

@keyframes blink {
    50% {
        border-color: #fff;
    }
}