﻿/* Tableless layout */
#maintopbar {
    width: 99%;
    height: 60px;
    padding-left: 5px;
    padding-top: 5px;
}

#mainheaderleft {
    float: left;
}

#mainheaderinfo {
    float: right;
}

#maintoolbar {
    clear: both;
    padding-left: 5px;
    padding-bottom: 5px
}

#maintoolbarleft {
    float: left;
}

#maintoolbarsearch {
    float: right;
    vertical-align: bottom;
    padding-bottom: 2px;
}

#maincontent {
    clear: both;
    width: 100%;
}

#maindivider {
    clear: both;
    background-color: Gray;
    height: 1px;
}

#mainfooter {
    clear: both;
}

.headertable {
    width: 100%;
    table-layout: fixed;
}

.headertablelogin {
    width: 100%;
    table-layout: fixed;
    background-color: White;
}

.headercellwithwidth {
    width: 224px;
    height: 56px;
}

.sidebar {
    width: 217px;
    height: 100%;
    background-color: #F8F8F8;
    vertical-align: top;
}

.sidebarpanel {
    overflow: hidden;
    text-align: left;
    background-color: #F8F8F8;
}

.maincontentpanel {
    overflow: hidden;
    overflow-y: hidden;
    -ms-overflow-y: hidden;
}

.divider {
    background-color: Gray;
    height: 1px;
}

.alignright {
    text-align: right;
}

.aligntop {
    vertical-align: top;
}

.floatnone {
    float: none;
}

.height56 {
    height: 56px;
}

.height54 {
    height: 54px;
}

.height34valign {
    height: 34px;
    vertical-align: bottom;
}

.height30valign {
    height: 30px;
    vertical-align: top;
}

.height22valign {
    height: 22px;
    vertical-align: middle;
}

.height22 {
    height: 22px;
}

.height20 {
    height: 20px;
}

.height2 {
    height: 2px;
}

.height80p {
    height: 80%;
}

.heightmin100p {
    min-height: 100%;
}

.heightmin100pwhite {
    min-height: 100%;
    background-color: White;
}

.width600 {
    width: 600px;
}

.width75 {
    width: 75px;
}

.width2 {
    width: 2px;
}

.width350display {
    width: 350px;
    display: none;
}

.width95p {
    width: 95%;
}

.width60p {
    width: 60%;
}

.width50pvalign {
    width: 50%;
    vertical-align: top;
}

.width50p {
    width: 50%;
}

.cursorpointer {
    cursor: pointer;
}

.imagepreload {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
}

.fileuploadtable {
    width: 100%;
    height: 400px;
}

.fileuploadtreeview {
    width: 250px;
    border-right: 1px solid black;
    height: 99%;
}

.appselect {
    width: 100%;
    background-color: White;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
    min-height: 100%;
    height: auto;
    height: 100%;
}

.appselectlink {
    text-decoration: none;
    font-size: large;
    color: #354479;
    cursor: pointer;
}

.appselecttbl {
    margin: 10px;
    width: 100%
}

.appselectdivider {
    width: 99%;
    background-color: Gray;
    height: 1px;
}

.appselecttitle {
    font-size: large;
    color: Black;
    font-weight: bold;
    text-align: center;
}

.appselecttitlediv {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.divwhite {
    background-color: White;
}

.bodywhite {
    background-color: White;
}

.tabmain {
    min-height: 800px;
    margin: 0 50px 0 140px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #888;
}

.tabside {
    float: left;
    margin: 50px 0 0 0;
    width: 141px;
}

    .tabside ul {
        list-style: none;
        text-align: center;
    }

        .tabside ul li {
            border-top: 1px solid #666;
            border-right: 1px solid #666;
            border-bottom: 1px solid #666;
            border-left: 8px solid #666;
            background-color: #ddd;
            margin: 8px 0;
            cursor: pointer;
        }

            .tabside ul li a,
            .tabside ul li a:visited {
                text-decoration: none;
                color: #666;
                display: block;
                padding: 15px 5px;
                cursor: pointer;
            }

            .tabside ul li:hover {
                border-left: 8px solid #333;
            }

            .tabside ul li a:hover {
                color: #000;
            }

            .tabside ul li.selected {
                border-right: none;
                background-color: #fff;
                border-left: 8px solid #000033;
                border-top-left-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -webkit-border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
                -moz-border-radius-bottomleft: 5px;
                -webkit-border-bottom-left-radius: 5px;
            }

.roundcorners {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.roundcornersleft {
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
}
/* DEFAULTS
----------------------------------------------------------*/

html {
    height: 100%;
}

body {
    background: #B6B7BC;
    width: 100%;
    height: 100%;
    margin: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #696969;
}

.LoginBackGround {
    background: url('../Bootstrap/Images/Prod_Login_Image.jpg') no-repeat center center fixed;
    width: 100%;
    height: 100%;
    margin: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #696969;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

em {
    color: #AE0000;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 98%;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.modalheader {
    position: relative;
    margin: 0px;
    padding-left: 5px;
    background: #4b6c9e;
    width: 100%;
    color: #f9f9f9;
    font-size: 15px;
    height: 25px;
    font-weight: bold;
}

.SideNavHeader {
    position: relative;
    margin: 0px;
    padding-left: 5px;
    background: #950211;
    width: 100%;
    color: #f9f9f9;
    font-size: 15px;
    height: 25px;
    font-weight: bold;
}

.SideNav {
    background-color: #F5F5F5;
    width: 10%;
    vertical-align: top;
}

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    height: 98%;
    width: 75%;
    vertical-align: top;
}

.mainWithoutNav {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    height: 98%;
    width: 98%;
    vertical-align: top;
    background-color: White;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.0em;
    color: #AE0000;
}

.bold {
    font-weight: bold;
}

/*TFS*/
.tswa-font * {
    font-size: 100%
}

.tswa-font {
    font-size: 70%
}

BODY.v4master > .tswa-font {
    font-size: 100%
}

.tswa-font PRE {
    font-size: 110%;
    line-height: 120%;
    font-family: monospace;
}

    .tswa-font PRE * {
        font-size: 100%;
        line-height: 120%;
        font-family: monospace;
    }

.tswa-controlborder {
    border: 1px solid #7F9DB9 !important;
}

.tswa-button {
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 5px
}

.tswa-dropdowncanvas {
    border: 1px solid #8A867A;
    background-color: white !important;
    cursor: pointer;
}

.tswa-droppanel {
    position: absolute;
    left: -5000px;
    top: -5000px;
    padding: 2px;
    border: 1px solid #506BA5;
    background-color: #F8F8F8 !important;
    text-align: left;
}

.tswa-dropimage {
    background: url('Images/dibg.png') no-repeat -2px 50%;
    width: 16px;
}

.tswa-compositectrl {
    background-color: #efefff !important;
    border: solid 1px #7F9DB9;
}

/*Generic Styles*/
.brdr-0 {
    border: none;
}

.brdr {
    border: solid 1px #cccccc;
}

.brdr-t {
    border-top: solid 1px #cccccc;
}

.brdr-l {
    border-left: solid 1px #cccccc;
}

.brdr-b {
    border-bottom: solid 1px #cccccc;
}

.brdr-r {
    border-right: solid 1px #cccccc;
}

.pad2 {
    padding: 2px;
}

.pad2-t {
    padding-top: 2px;
}

.pad2-l {
    padding-left: 2px;
}

.pad2-b {
    padding-bottom: 2px;
}

.pad2-r {
    padding-right: 2px;
}

.pad5 {
    padding: 5px;
}

.pad5-t {
    padding-top: 5px;
}

.pad5-l {
    padding-left: 5px;
}

.pad5-b {
    padding-bottom: 5px;
}

.pad5-r {
    padding-right: 5px;
}

.pad10 {
    padding: 10px;
}

.pad10-t {
    padding-top: 10px;
}

.pad10-l {
    padding-left: 10px;
}

.pad10-b {
    padding-bottom: 10px;
}

.pad10-r {
    padding-right: 10px;
}

.mar5 {
    margin: 5px;
}

.mar5-l {
    margin-left: 5px;
}

.mar5-t {
    margin-top: 5px;
}

.mar5-b {
    margin-bottom: 5px;
}

.mar5-r {
    margin-right: 5px;
}

.mar10 {
    margin: 10px;
}

.mar10-l {
    margin-left: 10px;
}

.mar10-t {
    margin-top: 10px;
}

.mar10-b {
    margin-bottom: 10px;
}

.mar10-r {
    margin-right: 10px;
}

.no-wr {
    white-space: nowrap;
}

.txt-ovrfl-e {
    text-overflow: ellipsis
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.bg-gray {
    background-color: #EEEEEE !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.boxfix {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fill {
    width: 100%;
    height: 100%;
}

.fillw {
    width: 100%;
}

.ovrfl-h {
    overflow: hidden;
}

.ovrfl-a {
    overflow: auto;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.pointer {
    cursor: pointer;
}

.icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.link {
    color: #004E98;
    cursor: pointer;
    cursor: hand;
}

.w25px-h25px {
    width: 25px;
    height: 25px;
}

.err {
    border: 1px solid #D6D6D6;
    background-color: #FFFFCC !important;
    padding: 4px;
    color: #000000;
}

/*Page Layout*/
.tswa-mastercontent {
    overflow: hidden;
    background-color: #FFFFFF !important;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 100%;
    height: 100%;
    height: auto !important;
}

.tswa-pagecontent {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tswa-dlgbuttons {
    width: 100%;
    padding: 5px;
    margin-top: 5px;
    border-top: solid 1px #cccccc;
    text-align: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tswa-fixed-tbl {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    padding: 0px;
    height: 100%;
}

.wit-lnk {
    padding: 2px;
    margin: 2px;
}

.ptbmain /*PageToolbar main table*/ {
    height: 62px;
}

.content /*PageToolbar main table*/ {
    height: auto;
}

.hdlt {
    color: #FFFFFF;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hdlt-start {
    width: 12px;
}

.hdlt-project {
    white-space: nowrap;
    overflow: hidden;
    padding: 3px;
}

.hdlt-user {
    white-space: nowrap;
    overflow: hidden;
    padding: 3px;
}

.h3 {
    color: #555555;
    font-size: 130%;
    margin-bottom: 0px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold
}

.ip {
    color: #FFFFFF;
}

.ipbl {
    width: 2px;
    background-image: url('Images/ipbl.gif');
}

.ipbrp {
    width: 220px;
    background-image: url('Images/ipbrp.gif');
}

.ipsep {
    height: 3px;
    background: url('Images/ipsep.gif') repeat-x top;
}

.ipbr {
    width: 2px;
    background-image: url('Images/ipbr.gif');
}

.hp {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    padding: 0px;
}

.hpbl {
    width: 2px;
    background-image: url('Images/hpbl.gif');
}

.hpbrp {
    background-image: url('Images/hpbrp.gif');
    padding: 0px 3px 0px 3px;
}

.hpbrpButtons {
    background-image: url('Images/hpbrp.gif');
    padding: 0px 3px 0px 3px;
    color: white;
    background-size: contain; /* To fill the dimensions of container (button), or */
}

.hpsep {
    height: 3px;
    background: url('Images/hpsep.gif') repeat-x top;
}

.hpbr {
    width: 2px;
    background-image: url('Images/hpbr.gif');
}

.bc /*BreadCrumb Section*/ {
    color: #FFFFFF;
}

    .bc A {
        color: #FFFFFF;
    }

        .bc A:HOVER {
            color: #FFFFFF;
        }

.bc-td {
    height: 19px;
}

.pdng td {
    padding: 1px;
}

.bc-start {
    width: 16px;
}

.bc-end {
    width: 160px;
    font-size: 8pt;
}

.bc-pnl {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 8pt;
}

.faded {
    color: #AAAAAA;
}

.wid {
    border: 1px solid #7F9DB9;
}

.pght {
    width: 100%;
    table-layout: fixed; /*background-image: url('Images/hslbg.gif');*/
    background-color: #FFFFFF;
}

.pghbg {
    width: 100%;
    table-layout: fixed; /*background-image: url('Images/hsbg.gif');*/
    background-color: #FFFFFF;
}

.pghiul { /*background-image: url('Images/ipub.gif');*/
    background-color: #FFFFFF;
}

.pghbl { /*background-image: url('Images/hsbl.gif');*/
    background-color: #FFFFFF;
}

td.att {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 8pt;
    width: 120px;
    cursor: pointer;
    background-image: url('Images/at.gif');
    text-align: center;
    vertical-align: middle;
    padding-top: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

a.att {
    color: #FFFFFF;
    text-decoration: none;
}

    a.att:hover {
        color: #ffff66;
        text-decoration: none;
    }

div.att {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
    padding-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 5px;
}

td.ptt {
    color: #555555;
    font-weight: bold;
    font-size: 8pt;
    width: 120px;
    cursor: pointer;
    background-image: url('Images/pt.gif');
    text-align: center;
    vertical-align: middle;
    padding-top: 1px;
}

a.ptt {
    color: #555555;
    text-decoration: none;
}

    a.ptt:hover {
        color: #4682b4;
        text-decoration: none;
    }

div.ptt {
    width: 100%;
    height: 100%;
    cursor: pointer;
    vertical-align: middle;
    padding-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 5px;
}

.ftb {
    width: 18px;
    background-image: url('Images/tbrp.gif');
    height: 2px;
}

.ltb {
    background-image: url('Images/tbrp.gif');
    height: 2px;
}

.atb {
    width: 120px;
    background-image: url('Images/atb.gif');
    height: 2px;
}

.ptb {
    width: 120px;
    background-image: url('Images/ptb.gif');
    height: 2px;
}

.werr {
    border: 1px solid #D6D6D6;
    background-color: #FFFFCC !important;
    padding: 2px;
    color: #000000;
}

.sep {
    border: none;
    border-top: 1px solid #DDDDDD;
    height: 1px;
}

.dis {
    background-color: #EDEDED !important;
    color: #666666;
    border: 1px solid #7F9DB9;
}

.stn {
    color: #333333;
}

.sthn {
    color: #004E98;
}

.stsn {
    border: 1px solid #DDDDDD;
    background-color: #0A246A !important;
    color: #FFFFFF;
}

.prg {
    color: #999999;
}

.hd {
    border: 1px solid #cccccc;
    background-color: #F4F4F4 !important;
    padding: 5px;
    color: #000000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.hd2 {
    border: 1px solid #cccccc;
    background-color: #F4F4F4 !important;
    padding: 4px;
    color: #000000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.scf {
    border: solid 1px #DDDDDD;
    padding: 5px;
}

.tplpp {
    border: 3px solid #D8E7D8;
}

.tplppbg {
    border: 3px solid #D8E7D8;
    background-color: #D8E7D8 !important;
}

.tptb {
    border: 3px solid #CED6E7;
}

.tptbbg {
    border: 3px solid #CED6E7;
    background-color: #CED6E7 !important;
}

/*SharePoint overrides*/
.tswa-spoverride TABLE, .tswa-spoverride TD, .tswa-spoverride DIV {
    background-color: transparent;
}

.tswa-spoverride * {
    font-size: 100%
}

.tswa-spoverride {
    font-size: 100%
}

.tswa-wiovwarning {
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px;
    vertical-align: top;
}

/* BUTTONS */
/*color: #565656;*/
.buttons a, .buttons button {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: white;
    cursor: pointer;
    padding: 5px 10px 6px 7px; /* Links */
}

.buttons button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}

    .buttons button[type] {
        padding: 5px 10px 5px 7px; /* Firefox */
        line-height: 17px; /* Safari */
    }

*:first-child + html button[type] {
    padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

button:hover, .buttons a:hover {
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
    background-image: none;
}

/* Login Panel */
div.loginpanel {
    background-color: White;
    border-style: solid;
    border-color: Black;
    border-width: 1px;
    padding: 10px 10px 10px 10px;
}

/* Required field */
span.requiredField {
    font-weight: normal;
    color: Black;
}

span.requiredFieldBold {
    font-weight: bold;
    color: Black;
}

span.requiredFieldBig {
    font-weight: normal;
    color: Black;
    height: 75px;
    width: 100%;
}

span.inputLabel {
    font-weight: bold;
}

div.scrollWrapper {
    height: 600px;
    width: 100%;
    overflow: scroll;
}

/* Page Title Colours */
span.titleWord {
    color: #030042;
    font-size: 1.2em;
    font-weight: bold;
}

span.titleWordAlternating {
    color: #950211;
    font-size: 1.2em;
    font-weight: bold;
}

/* WIZARD */
.stepNotCompleted {
    background-color: rgb(153,153,153);
    width: 100px;
    border: 1px solid rgb(153,153,153);
    margin-right: 5px;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.stepCompleted {
    background-color: #4d4d4d;
    width: 100px;
    border: 1px solid #4d4d4d;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.stepCurrent {
    background-color: #486B9B;
    width: 100px;
    border: 1px solid #486B9B;
    color: White;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.stepBreak {
    width: 3px;
    background-color: Transparent;
}

.wizardProgress {
    padding-right: 10px;
    font-family: Arial;
    color: #333333;
    font-size: 12px;
}

.wizardTitle {
    font-family: Arial;
    font-size: 120%;
    font-weight: bold;
    color: #333333;
    vertical-align: middle;
}

table.wizardTable {
    width: 100%;
    background-color: #E5E5E5;
}

/*Validation Summary*/
.errors {
    border: 1px solid #AE0000;
    color: #AE0000;
    margin: 5px 0px;
    padding: 15px;
    background: #fff url(Images/Warning.gif) no-repeat 5px 50%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .errors ul {
        margin: 0;
        padding: 0;
        margin-left: 80px;
        list-style: square;
    }

    .errors lit {
        margin: 0;
        padding: 0;
        margin-left: 80px;
        list-style: square;
    }

/* Toolbar Buttons */
.toolBarButton button {
    background: url(Images/new.gif) no-repeat 0 0;
}

.buttons button img, .buttons a img {
    background: url(Images/new.gif) no-repeat 0 0;
}

button:hover, .toolBarButton a:hover {
    background-position: 0 -52px;
}

.Margin {
    background-color: #E6E6F0;
}

.PageToolbar {
    background-color: white;
    height: 30px;
}

.PageToolbarDevider {
    background-color: Gray;
    height: 1px;
}

.colorpickeritem {
    width: 210px;
    height: 100px;
    border: 1px solid #666;
    border-color: #999 #999 #999 #999;
    background-color: #ededed;
}

/* Colour Picker styles */
.swatches {
    width: 100%;
    height: 46px;
}

.swatch {
    border: 1px solid #999;
    border-color: #999 #fff #fff #999;
    width: 12px;
    height: 12px;
    cursor: default;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.swatch-h {
    border: 1px solid #999;
    width: 12px;
    height: 12px;
    cursor: default;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.swatch-a {
    border: 1px solid #999;
    width: 12px;
    height: 12px;
    cursor: default;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.flowRight {
    background-image: url(Images/flowarrowright.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
}

.flowCell {
    text-align: center;
}

.splitterdivider {
    background-color: #F8F8F8;
    height: 100%;
    width: 10px;
    vertical-align: top;
    background-image: url('/Images/tbbs.gif');
    background-repeat: repeat;
    cursor: pointer;
    vertical-align: middle;
}

.cart-calendar-wrapper {
    border: 1px solid #bbb;
    background: #eee;
    font-family: Helvetica,Arial,sans-serif;
    padding: 0;
    font-size: 11px;
    width: 170px;
}

    .cart-calendar-wrapper > p {
        height: 22px;
        line-height: 22px;
        font-size: 16px;
        font-weight: bold;
        color: #333;
        margin: 0;
        padding: 2px 0 0 6px;
        background: #eee url(Images/horizontal.png) repeat-x 0 0;
    }

.cart-calendar {
    background: #fff;
    color: #333;
    font-size: 11px;
    font-family: Helvetica,Arial,sans-serif;
    width: 100%;
    padding: 8px;
    cursor: default;
    border: 1px solid #bbb;
}

.cart-calendar-content {
    width: 100%;
}

.cart-calendar-day-active {
}

.cart-calendar-day {
    color: #333;
    text-align: center;
    line-height: 18px;
    border: 1px solid transparent;
}

    .cart-calendar-day:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.cart-calendar-day-header {
    text-align: center;
    border-bottom: 1px solid #bbb;
    line-height: 16px;
    background-image: url(Images/headbg.gif);
}

.cart-calendar-month {
    width: 100%;
}

.cart-calendar-month-title {
    font-weight: bold;
    line-height: 16px;
}

.cart-calendar-next-previous {
    cursor: default;
    font-weight: bold;
    font-size: 12px;
    line-height: 6px;
    cursor: pointer;
}

    .cart-calendar-next-previous:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.cart-calendar-other-month-day {
    color: #ccc;
}

.cart-calendar-day-selected {
    line-height: 18px;
    color: #003f6b;
    background: #e3eef8 url(Images/horizontal.png) repeat-x 0 -107px;
    border-color: #93bad6 #649ec6 #649ec6 #93bad6;
}

.calendar_button {
    border: none;
    cursor: pointer;
}

.picker {
    background-color: #FFFFFF;
    border: 1px gray solid;
    padding: 2px;
    cursor: pointer;
}

.calendartitle {
    background-image: url(Images/headbgblue.gif);
}

.uploaddialogtitle {
    background: #424242 url(Images/headbg.gif) repeat-x top;
    font-weight: bold;
    width: 796px;
}

.uploaddialogcontent {
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    z-index: 5050;
}

.uploaddialogcontentpage {
    display: block;
    border: 1px solid #486B9B;
    background-color: White;
    width: 798px;
    height: 400px;
    float: none;
}

.uploaddialogfile {
    width: 100%;
    cursor: default;
    margin: 0 0 10px 0;
    height: 25px;
}

.uploaddialogbrowse {
    text-decoration: none;
    color: #333;
    cursor: default !important;
    display: block;
    float: left;
    background: none;
    width: 68px;
    height: 25px;
    border: 0;
}

.prog {
    width: 412px;
    height: 18px !important;
    border: 1px solid #ccc;
    border-bottom-color: #ddd;
    border-right-color: #ddd;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}

    .prog .con {
        width: 410px;
        height: 16px !important;
        border: 0;
        margin: 0;
        padding: 1px;
    }

        .prog .con .bar {
            height: 16px;
            background-image: url(Images/fileprogress.gif);
        }

.modaldialogheaderleft {
    width: 11px;
    background-image: url(Images/dialogleftgradient.gif);
    background-repeat: no-repeat;
    height: 27px;
}

.modaldialogheadermiddle {
    background-image: url(Images/dialogmiddlegradient.gif);
    cursor: pointer;
    color: White;
    height: 27px;
    cursor: default;
}

.modaldialogheaderright {
    width: 11px;
    background-image: url(Images/dialogrightgradient.gif);
    background-repeat: no-repeat;
    height: 27px;
}

.modaldialogheadertoolbar {
    border-left: 1px solid #486B9B;
    border-right: 1px solid #486B9B;
    background-image: url('Images/hpbrp.gif');
    padding: 0px 3px 0px 3px;
}

.modaldialogcontents {
    border: 1px solid #486B9B;
    background-color: White;
    width: 100%;
    height: 100%;
    padding: 5px 5px 5px 5px;
}

.modaldivider {
    border-top: 1px solid gray;
}

/* Text Box styles */
.Normaltxt {
    background-image: url('Images/TextBackGround.jpg');
    background-repeat: repeat-x;
    border: 1px solid #d1c7ac;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-family: tahoma, arial, sans-serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.Mandatorytxt {
    background-image: url('Images/TextBackGround.jpg');
    background-repeat: repeat-x;
    border: 1px solid #AE0000;
    width: 300px;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-family: tahoma, arial, sans-serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.MandatorytxtWatermark {
    background-image: url('Images/TextBackGround.jpg');
    background-repeat: repeat-x;
    border: 1px solid #AE0000;
    width: 300px;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-family: tahoma, arial, sans-serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: gray;
}

.ReadOnlytxt {
    background-image: url('Images/TextBackGroundReadonly.jpg');
    background-repeat: repeat-x;
    border: 1px solid #d1c7ac;
    width: 300px;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-family: tahoma, arial, sans-serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.Searchtxt {
    background: #FFFFFF url('Images/search_18x18.gif') no-repeat 4px 4px;
    color: #747862;
    border: 1px solid #d1c7ac;
    padding: 4px 8px;
    padding-left: 25px;
    margin-bottom: 0px;
    font-family: tahoma, arial, sans-serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.SearchtxtMandatory {
    background: #FFFFFF url('Images/search_18x18.gif') no-repeat 4px 4px;
    color: #747862;
    border: 1px solid #AE0000;
    padding: 4px 8px;
    padding-left: 25px;
    margin-bottom: 0px;
    font-family: tahoma, arial, sans-serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.SAYTtxt {
    background-image: url('Images/TextBackGround.jpg');
    background-repeat: repeat-x;
    border: 1px solid #d1c7ac;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-family: tahoma, arial, sans-serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 300px;
}

.Mandatory {
    border: 1px solid #AE0000;
    width: 300px;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: tahoma, arial, sans-serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.Multilinetxt {
    background-image: url('Images/TextBackGround.jpg');
    background-repeat: repeat-x;
    border: 1px solid #d1c7ac;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-family: tahoma, arial, sans-serif;
    width: 300px;
    height: 75px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.MultilineMandatorytxt {
    background-image: url('Images/TextBackGround.jpg');
    background-repeat: repeat-x;
    border: 1px solid #AE0000;
    width: 300px;
    height: 75px;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-family: tahoma, arial, sans-serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.DrpNoMandatory {
    width: 300px;
}

.SearchDiv {
    color: #747862;
    border: 1px solid #d1c7ac;
    padding: 4px 8px;
    margin-bottom: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 20px;
    width: 163px;
    background-image: url('Images/TextBackGround.jpg');
    background-repeat: repeat-x;
}

.SearchDivMandatory {
    color: #747862;
    border: 1px solid #AE0000;
    padding: 4px 8px;
    margin-bottom: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 20px;
    width: 163px;
    background-image: url('Images/TextBackGround.jpg');
    background-repeat: repeat-x;
}

.SearchTextNoBorder {
    border: 0 #d1c7ac solid;
    color: #747862;
    font-family: tahoma, arial, sans-serif;
    background-image: url('Images/TextBackGround.jpg');
    background-repeat: repeat-x;
}

.upMenu {
    background-color: #F1F1F1;
    border: solid 1px #646464;
    cursor: default;
    text-align: left;
}

    .upMenu a {
        color: #555555;
        font-family: tahoma, arial, sans-serif;
        text-decoration: none;
        text-align: left;
    }

.upMenuItem {
    height: 20px;
    border: solid 1px #F1F1F1;
    color: #555555;
    font-family: tahoma, arial, sans-serif;
    text-align: left;
}

    .upMenuItem a {
        color: #555555;
        font-family: tahoma, arial, sans-serif;
        text-decoration: none;
        text-align: left;
    }

.upHoverMenuItem {
    height: 20px;
    border: solid 1px #A8A8A8;
    background-image: url('Images/hover_bg.gif');
    background-position: center;
    background-repeat: repeat-x;
    text-align: left;
}

    .upHoverMenuItem a {
        color: #555555;
        font-family: tahoma, arial, sans-serif;
        text-decoration: none;
        text-align: left;
    }

.UserProfileHover {
    color: #ffff66;
    text-decoration: none;
    cursor: pointer;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

    .UserProfileHover a {
        color: #ffff66;
        text-decoration: none;
        cursor: pointer;
        font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    }

.UserProfile {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

    .UserProfile a {
        color: #FFFFFF;
        text-decoration: none;
        font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    }

.MenuItem {
    cursor: pointer;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    font-size: 8pt;
    height: 20px;
    text-align: center;
    background-image: url(Images/pt.gif);
    background-repeat: no-repeat;
    width: 120px;
    padding-top: 1px;
    padding-bottom: 2px;
    height: 24px;
}

    .MenuItem a {
        text-decoration: none;
        color: Gray;
        cursor: pointer;
    }

.MenuItemHover {
    cursor: pointer;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    font-size: 8pt;
    height: 20px;
    color: White;
    text-align: center;
    background-image: url(Images/at.gif);
    background-repeat: no-repeat;
    width: 120px;
    padding-top: 1px;
    padding-bottom: 2px;
    height: 24px;
}

    .MenuItemHover a {
        text-decoration: none;
        color: White;
        cursor: pointer;
    }

.MenuItemWebPart {
    cursor: pointer;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    font-size: 8pt;
    height: 20px;
    text-align: center;
    background-image: url(Images/pt.gif);
    background-repeat: no-repeat;
    width: 120px;
    padding-top: 1px;
    padding-bottom: 2px;
    height: 16px;
}

    .MenuItemWebPart a {
        text-decoration: none;
        color: Gray;
        cursor: pointer;
    }

.MenuItemHoverWebPart {
    cursor: pointer;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    font-size: 8pt;
    height: 20px;
    color: White;
    text-align: center;
    background-image: url(Images/at_gray.gif);
    background-repeat: no-repeat;
    width: 120px;
    padding-top: 1px;
    padding-bottom: 2px;
    height: 16px;
}

    .MenuItemHoverWebPart a {
        text-decoration: none;
        color: White;
        cursor: pointer;
    }

/*NavBar*/
.cart-navbar {
    padding: 4px;
    margin: 0;
    background: #F8F8F8;
    color: #333;
    font-family: Helvetica,Arial,sans-serif;
    width: 200px;
    min-height: 500px;
}

.cart-navbar-top-item {
    padding: 0;
    margin: 0;
    border: 1px solid #bbb;
    border-top: 0;
    font-weight: bold;
}

    .cart-navbar-top-item a {
        margin: 0;
        height: 30px;
        display: block;
        background: #f6f6f6;
        line-height: 30px;
        color: #666;
        cursor: default;
        border: 1px solid #fff;
        text-decoration: none;
        cursor: pointer;
    }

        .cart-navbar-top-item a span.cart-outer {
            display: block;
            margin: 0 0 0 4px;
            padding: 0;
            height: 30px;
            cursor: pointer;
        }

            .cart-navbar-top-item a span.cart-outer span.cart-inner {
                display: block;
                background: none;
                margin: 0;
                padding: 0 12px 0 22px;
                height: 30px;
                font-size: 12px;
                font-weight: bold;
                text-decoration: none;
                background: transparent url(Images/icons.png) no-repeat 2px 4px;
                cursor: pointer;
            }

        .cart-navbar-top-item a:hover {
            text-decoration: none;
            color: #003f6b;
            background: #e3eef8 url(Images/navhorizontal.png) repeat-x 0 -227px;
        }

            .cart-navbar-top-item a:hover span.cart-outer {
                text-decoration: none;
            }

                .cart-navbar-top-item a:hover span.cart-outer span.cart-inner {
                    text-decoration: none;
                }

.cart-item-expanded .cart-navbar-top-item a {
    color: #fff;
    background: #93bad6 url(Images/navhorizontal.png) repeat-x 0 -197px;
}

    .cart-item-expanded .cart-navbar-top-item a span.cart-outer {
    }

    .cart-item-expanded .cart-navbar-top-item a:hover {
        color: #fff;
        background: #93bad6 url(Images/navhorizontal.png) repeat-x 0 -197px;
    }

        .cart-item-expanded .cart-navbar-top-item a:hover span {
        }

.cart-navbar > table:first-child {
    border-top: 1px solid #bbb;
}

.cart-navbar-group {
    margin: 0;
    padding: 1px 0;
    border: 1px solid #bbb;
    border-top: 0;
    background: #fff;
    font-family: Helvetica,Arial,sans-serif;
    width: auto;
    line-height: 21px;
    font-size: 11px;
    color: #666;
}

.cart-navbar-sub-item {
    padding: 0 1px;
    margin: 0;
    border: 0;
}

    .cart-navbar-sub-item a {
        margin: 0;
        height: 20px;
        display: block;
        background: none;
        line-height: 19px;
        color: #333;
        border: 0;
        cursor: default;
        text-decoration: none;
        border: 1px solid transparent;
        cursor: pointer;
    }

        .cart-navbar-sub-item a span.cart-outer {
            display: block;
            background: none;
            margin: 0 0 0 2px;
            padding: 0;
            height: 20px;
            font-size: 11px;
            font-weight: normal;
            text-decoration: none;
        }

            .cart-navbar-sub-item a span.cart-outer span.cart-inner {
                display: block;
                background: none;
                margin: 0;
                padding: 0 12px 0 26px;
                height: 20px;
                font-size: 11px;
                font-weight: normal;
                text-decoration: none;
                background: transparent url(Images/icons.png) no-repeat 2px -1px;
            }

        .cart-navbar-sub-item a:hover {
            color: #003f6b;
            text-decoration: none;
            background: #e3eef8 url(Images/navhorizontal.png) repeat-x 0 -107px;
            border-color: #93bad6 #649ec6 #649ec6 #93bad6;
            cursor: pointer;
        }

            .cart-navbar-sub-item a:hover span.cart-outer {
                text-decoration: none;
            }

                .cart-navbar-sub-item a:hover span.cart-outer span.cart-inner {
                    text-decoration: none;
                }

.cart-item-selected .cart-navbar-sub-item a {
    color: #003f6b;
    text-decoration: none;
    background: #e3eef8;
    border-color: #649ec6;
}

    .cart-item-selected .cart-navbar-sub-item a span.cart-outer span.cart-inner {
        text-decoration: none;
        font-weight: bold;
    }

.cart-navbar-top-item-left-icon a span.cart-outer span.cart-inner {
    padding: 0 12px 0 0;
    background: none;
}

    .cart-navbar-top-item-left-icon a span.cart-outer span.cart-inner img {
        float: left;
        margin: 8px 2px 0;
    }

    .cart-navbar-top-item-left-icon a span.cart-outer span.cart-inner span.cart-text {
        padding: 0 12px 0 2px;
    }

.cart-navbar-sub-item-left-icon a span.cart-outer span.cart-inner {
    padding: 0 12px 0 0;
    background: none;
}

    .cart-navbar-sub-item-left-icon a span.cart-outer span.cart-inner img {
        float: left;
        margin: 3px 2px;
    }

    .cart-navbar-sub-item-left-icon a span.cart-outer span.cart-inner span.cart-text {
        padding: 0 12px 0 6px;
    }

/* Treeview style */
.TreeViewHeader {
    background: url(images/treeview_headerBg.gif);
    background-color: #000;
    color: #FFFFFF;
    border: #57566F 1px solid;
    border-bottom-width: 0px;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    cursor: default;
}

.TreeViewMargin {
    background: url(images/treeview_bg.gif);
    background-color: #FFFFFF;
    padding-top: 4px;
    padding-left: 1px;
    cursor: default;
    width: 100%;
}

.TreeView {
    background-color: #FFFFFF;
    padding-top: 4px;
    padding-left: 1px;
    border: #57566F 1px solid;
    cursor: default;
}

.TreeNode {
    font-family: tahoma;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    color: #003f6b;
}

.GrayedTreeNode {
    font-family: tahoma;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    color: gray;
    cursor: default;
}

.HoverTreeNode {
    font-family: tahoma;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 3px;
    color: #003f6b;
    background: #e3eef8 url(Images/navhorizontal.png) repeat-x 0 -227px;
    border: 1px solid;
    border-color: #93bad6 #649ec6 #649ec6 #93bad6;
}

.SelectedTreeNode {
    font-family: tahoma;
    font-weight: bold;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 3px;
    color: #003f6b;
    background: #e3eef8 url(Images/navhorizontal.png) repeat-x 0 -227px;
    border: 1px solid;
    border-color: #93bad6 #649ec6 #649ec6 #93bad6;
}

.MultipleSelectedTreeNode {
    font-family: tahoma;
    font-size: 11px;
    background-color: gray;
    color: white;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: default;
}

.CutTreeNode {
    font-family: tahoma;
    font-size: 11px;
    background-color: silver;
    color: white;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: default;
}

.NodeEdit {
    border: 1px gray solid;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    font-family: tahoma;
    font-size: 11px;
}

.ClickableNode {
    text-decoration: underline;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
}

.ClickableNodeNoUnderLine {
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
}

/*Treeview Table*/
.TreeviewTable {
    padding: 4px;
    margin: 0;
    color: #333;
    font-family: Helvetica,Arial,sans-serif;
    width: 30%;
}

.TreeviewTableHeader {
    margin: 0;
    height: 30px;
    display: block;
    background: #f6f6f6;
    line-height: 30px;
    color: #666;
    padding-left: 5px;
    border: 1px solid #fff;
    text-decoration: none;
}

.TreeviewTableWizard {
    padding: 4px;
    margin: 0;
    background: #F8F8F8;
    color: #333;
    font-family: Helvetica,Arial,sans-serif;
    width: 95%;
}

/* Grid Styles */
.mGrid {
    border: 1px solid #bbb;
    background: #eee;
    font-family: Helvetica,Arial,sans-serif;
    padding: 0;
    font-size: 11px;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }

    .mGrid .head td {
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        font-weight: bold;
        color: #333;
        padding: 0 3px;
        border-bottom: 1px solid #bbb;
        background: #eee url(Images/horizontal.png) repeat-x 0 0;
    }

    .mGrid .malt {
        background-color: #fff;
    }

    .mGrid .pgr {
        background: #424242 url(Images/pagerbg.gif) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px black;
            font-weight: bold;
            border: solid 1px #c1c1c1;
        }

        .mGrid .pgr span {
            border-width: 0;
            padding: 0 6px;
            font-weight: bold;
            color: Red;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

/*DataGrid*/
.cart-datagrid {
    border: 1px solid #bbb;
    background: #eee;
    font-family: Helvetica,Arial,sans-serif;
    padding: 0;
    font-size: 11px;
}

.cart-datagrid-header {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    padding: 0 3px;
    border-bottom: 1px solid #bbb;
    background: #eee url(Images/horizontal.png) repeat-x 0 0;
}

.cart-datagrid-content {
    border-top: 1px solid #fff;
    background: #fff;
}

.cart-datagrid-text {
    color: #333;
}

.cart-datagrid-grouping-text {
    padding: 0 8px;
    cursor: default;
    font-size: 13px;
    height: 25px;
}

    .cart-datagrid-grouping-text .cart-datagrid-text {
        line-height: 25px;
        vertical-align: top;
        padding: 0 8px 0 0;
        color: #333;
    }

.cart-datagrid-groupby-section {
    display: block;
    height: 20px;
    line-height: 18px;
    border: 1px solid #bbb;
    border-color: #bbb #fff #fff #bbb;
    font-size: 12px;
    margin: 0 8px 0 0;
    background: #fff;
}

    .cart-datagrid-groupby-section .cart-datagrid-text {
        padding: 0 8px;
        font-size: 12px;
        color: #666;
        line-height: 19px;
    }

.cart-datagrid-heading-row {
    height: 22px;
    overflow: hidden;
    line-height: 20px;
    color: #333;
    font-size: 11px;
}

.cart-datagrid-heading-cell {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    cursor: default;
    background: #eee;
}

.cart-datagrid img {
    display: block;
}

.cart-datagrid-heading-cell-hover {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #ddd url(Images/horizontal.png) repeat-x 0 -47px;
}

.cart-datagrid-heading-cell-sorted {
}

.cart-datagrid-heading-text {
    padding: 0 0 0 4px;
}

.cart-datagrid-row {
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    font-size: 11px;
}

.cart-datagrid-row-hover {
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    font-size: 11px;
}

.cart-datagrid-cell {
    border-bottom: 1px solid #ddd;
    cursor: default;
    color: #333;
    padding: 0 0 0 4px;
}

.cart-datagrid-row-hover .cart-datagrid-cell {
    border-bottom-color: #649ec6;
    background: #e3eef8;
}

.cart-datagrid-row-selected .cart-datagrid-cell {
    background: #eee;
    border-bottom-color: #ddd;
}

.cart-datagrid-footer {
    height: 39px;
    background: #eee url(Images/horizontal.png) repeat-x 0 -69px;
    border-top: 1px solid #f6f6f6;
}

    .cart-datagrid-footer > table {
        height: 38px;
        padding: 0 8px;
        background: #eee url(Images/horizontal.png) repeat-x 0 -69px;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
    }

.cart-datagrid-pager-text {
    color: #333;
}

    .cart-datagrid-pager-text b, .cart-datagrid-pager-text strong {
        color: #333;
        font-weight: bold;
    }

.cart-datagrid-group-heading {
    background: #fff;
    color: #666;
    line-height: 22px;
    height: 22px;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #666;
    font-weight: bold;
    cursor: default;
}

    .cart-datagrid-group-heading:hover {
        color: #333;
        background: #f6f6f6;
    }

    .cart-datagrid-group-heading > span {
        padding: 0 0 0 8px;
    }

.cart-datagrid-indent {
    background: lightgray;
    cursor: default;
}

.cart-datagrid-heading-row .cart-datagrid-indent {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    cursor: default;
    background: #eee;
}

.cart-datagrid-group-heading .cart-datagrid-indent {
    cursor: default;
}

.cart-datagrid-sort-asc {
    display: block;
    width: 12px;
    height: 20px;
    background: transparent url(Images/static.png) no-repeat 0 -493px;
}

.cart-datagrid-sort-desc {
    display: block;
    width: 12px;
    height: 20px;
    background: transparent url(Images/static.png) no-repeat 0 -513px;
}

.cart-datagrid-pager {
    height: 30px;
    padding: 3px;
}

    .cart-datagrid-pager .cart-buttons {
        width: auto;
        height: 30px;
        float: left;
    }

        .cart-datagrid-pager .cart-buttons a:first-child {
            margin: 0;
        }

        .cart-datagrid-pager .cart-buttons a {
            float: left;
            margin: 0 0 0 5px;
            width: 42px;
            height: 28px;
            background: transparent;
            line-height: 30px;
            color: #fff;
            border: 1px solid transparent;
            cursor: default;
            text-decoration: none;
        }

            .cart-datagrid-pager .cart-buttons a span.cart-outer {
                display: block;
                background: transparent;
                margin: 0 0 0 5px;
                padding: 6px 0;
                height: 16px;
            }

                .cart-datagrid-pager .cart-buttons a span.cart-outer span.cart-glyph {
                    display: block;
                    background: none;
                    margin: 0 12px 0 8px;
                    width: 16px;
                    height: 16px;
                    font-size: 12px;
                    font-weight: bold;
                    text-decoration: none;
                    background: transparent url(Images/glyphs.png) no-repeat;
                }

            .cart-datagrid-pager .cart-buttons a:hover {
                text-decoration: none;
                background: #e3eef8 url(Images/horizontal.png) repeat-x 0 -227px;
                border-color: #93bad6 #639dc6 #639dc6 #93bad6;
            }

                .cart-datagrid-pager .cart-buttons a:hover span.cart-outer {
                    text-decoration: none;
                }

                    .cart-datagrid-pager .cart-buttons a:hover span.cart-outer span.cart-glyph {
                        text-decoration: none;
                    }

            .cart-datagrid-pager .cart-buttons a span.cart-outer span.cart-first {
                background-position: 0 -64px;
            }

            .cart-datagrid-pager .cart-buttons a span.cart-outer span.cart-previous {
                background-position: 0 -80px;
            }

            .cart-datagrid-pager .cart-buttons a span.cart-outer span.cart-next {
                background-position: 0 -96px;
            }

            .cart-datagrid-pager .cart-buttons a span.cart-outer span.cart-last {
                background-position: 0 -112px;
            }

            .cart-datagrid-pager .cart-buttons a:hover span.cart-outer span.cart-first {
                background-position: -16px -64px;
            }

            .cart-datagrid-pager .cart-buttons a:hover span.cart-outer span.cart-previous {
                background-position: -16px -80px;
            }

            .cart-datagrid-pager .cart-buttons a:hover span.cart-outer span.cart-next {
                background-position: -16px -96px;
            }

            .cart-datagrid-pager .cart-buttons a:hover span.cart-outer span.cart-last {
                background-position: -16px -112px;
            }

    .cart-datagrid-pager .cart-track {
        float: left;
        height: 30px;
        margin: 0 5px;
        width: 160px;
        position: relative;
    }

        .cart-datagrid-pager .cart-track div:first-child {
            display: block;
            height: 30px;
            margin: 0;
            background: transparent url(Images/static.png) no-repeat 0 -40px;
            font-size: 0;
            line-height: 0;
            overflow: hidden;
            cursor: default;
        }

            .cart-datagrid-pager .cart-track div:first-child span {
                display: block;
                height: 30px;
                margin: 0 0 0 1px;
                background: transparent url(Images/static.png) no-repeat right -70px;
                font-size: 0;
                line-height: 0;
                overflow: hidden;
            }

        .cart-datagrid-pager .cart-track .cart-slider {
            display: block;
            position: absolute;
            top: 5px;
            width: 9px;
            height: 19px;
            background: transparent url(Images/static.png) no-repeat 0 -100px;
            font-size: 0;
            line-height: 0;
            cursor: default;
        }

            .cart-datagrid-pager .cart-track .cart-slider:hover {
                background-position: -9px -100px;
            }

.cart-datagrid-scroll {
    height: 100%;
    width: 17px;
    background: #f6f6f6;
    border: 1px solid #fff;
}

.cart-datagrid-scroll-header {
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    padding: 0 !important;
}

.cart-datagrid-scroll-button-top {
    width: 15px;
    height: 17px;
    background: transparent url(Images/static.png) no-repeat 0 -533px;
}

    .cart-datagrid-scroll-button-top:hover {
        background-position: -15px -533px;
    }

.cart-datagrid-scroll-button-bottom {
    width: 15px;
    height: 17px;
    background: transparent url(Images/static.png) no-repeat 0 -550px;
}

    .cart-datagrid-scroll-button-bottom:hover {
        background-position: -15px -550px;
    }

.cart-datagrid-scroll-grip {
    empty-cells: show;
}

.cart-datagrid-scroll-grip-top {
    width: 15px;
    height: 4px;
    background: transparent url(Images/static.png) no-repeat 0 -567px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.cart-datagrid-scroll-grip-middle {
    width: 15px;
    background: transparent url(Images/vertical.png) repeat-y -800px 0;
}

.cart-datagrid-scroll-grip-bottom {
    width: 15px;
    height: 4px;
    background: transparent url(Images/static.png) no-repeat 0 -571px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.cart-datagrid-scroll-grip:hover .cart-datagrid-scroll-grip-top {
    background-position: -15px -567px;
}

.cart-datagrid-scroll-grip:hover .cart-datagrid-scroll-grip-middle {
    background-position: -815px 0;
}

.cart-datagrid-scroll-grip:hover .cart-datagrid-scroll-grip-bottom {
    background-position: -15px -571px;
}

.cart-datagrid-slider-popup {
    color: #00538e;
    text-decoration: none;
    background: #e3eef8 url(Images/horizontal.png) repeat-x 0 -227px;
    border: 1px solid #93bad6;
    border-color: #93bad6 #649ec6 #649ec6 #93bad6;
    font-family: Helvetica,Arial,sans-serif;
    height: 30px;
    line-height: 30px;
    min-width: 80px;
    text-align: center;
    padding: 0 8px;
    font-size: 11px;
}

    .cart-datagrid-slider-popup strong {
        font-weight: bold;
    }

.cart-datagrid-scroll-popup {
    color: #00538e;
    text-decoration: none;
    background: #e3eef8 url(Images/horizontal.png) repeat-x 0 -227px;
    border: 1px solid #93bad6;
    border-color: #93bad6 #649ec6 #649ec6 #93bad6;
    font-family: Helvetica,Arial,sans-serif;
    height: 30px;
    line-height: 30px;
    min-width: 80px;
    text-align: center;
    padding: 0 8px;
    font-size: 11px;
}

    .cart-datagrid-scroll-popup strong {
        font-weight: bold;
    }

.cart-datagrid-drop-indicator {
    width: 9px;
    height: 30px;
    background: transparent url(Images/static.png) no-repeat -30px -533px;
}

.cart-datagrid-column-drag {
    border: 1px solid #ddd !important;
    cursor: default !important;
    background: #eee !important;
    line-height: 20px;
    font-family: Helvetica,Arial,sans-serif !important;
    font-size: 11px !important;
}

.cart-datagrid-group-collapse {
    padding: 0;
    margin: 0;
    width: 18px;
    height: 18px;
    background: transparent url(Images/static.png) no-repeat 0 -331px;
    cursor: default;
}

.cart-datagrid-group-expand {
    padding: 0;
    margin: 0;
    width: 18px;
    height: 18px;
    background: transparent url(Images/static.png) no-repeat 0 -367px;
    cursor: default;
}

.cart-datagrid-group-asc {
    display: block;
    width: 12px;
    height: 19px;
    background: transparent url(Images/static.png) no-repeat 0 -493px;
}

.cart-datagrid-group-desc {
    display: block;
    width: 12px;
    height: 19px;
    background: transparent url(Images/static.png) no-repeat 0 -513px;
}

.cart-datagrid-selector-header {
    width: 16px;
    height: 16px;
    background: transparent url(Images/glyphs.png) no-repeat 0 -128px;
}

.cart-datagrid-selector {
    width: 16px;
    height: 16px;
    background: transparent url(Images/glyphs.png) no-repeat -15px -128px;
}

.cart-datagrid-cache-loaded {
    height: 30px;
    background: transparent url(Images/static.png) no-repeat center -575px;
}

.cart-datagrid-cache-unloaded {
    height: 30px;
    background: none;
}

.cart-datagrid-cache-left {
    background-position: 0 -575px;
}

.cart-datagrid-cache-right {
    background-position: right -575px;
}


.editTable {
    width: 100%;
}

.ucFirstTableColumn {
    width: 148px;
    vertical-align: top;
}

.firstTableColumn {
    width: 150px;
    padding-left: 20px;
    vertical-align: top;
}

.firstTableColumnwithPaddingLeft {
    width: 150px;
    padding-left: 5px;
}

.firstTableColumnSmallerFix {
    width: 151px;
    vertical-align: top;
}

.firstTableColumnSmallerFixMultipleControls {
    width: 140px;
    vertical-align: top;
}

.ucfirstTableColumnSmallFix {
    width: 155px;
    vertical-align: top;
}

.ucfirstTableColumnFix {
    width: 160px;
    vertical-align: top;
}

.smallerFirstTableColumn {
    width: 100px;
    vertical-align: top;
}

.fullfill {
    height: 100%;
    width: 100%;
}

.fullwidth {
    width: 100%;
}

.aligntop {
    vertical-align: top;
}

.needProgress {
}

.needProgressNoValidation {
}

.usersearchdl {
    z-index: 1;
    background-color: #f0f0f0;
    width: 200px;
    height: 200px;
    overflow: auto;
}

.trainingtable {
    height: 100%;
    width: 80%;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
}

    .trainingtable td {
        padding: 10px 10px 10px 10px;
        border-bottom: 5px solid white;
        margin-left: auto;
        margin-right: auto;
    }

.trainingpages {
    height: 80%;
    width: 95%;
}

.trainingbuttons {
    background-image: url('Images/ipbrp_gray.gif');
    width: 80%;
    height: 3px;
}

.trainingquestion {
    background-image: url('Images/bluegradient.gif');
    background-repeat: repeat;
    width: 80%;
    min-width: 200px;
    min-height: 20px;
    text-align: center;
}

    .trainingquestion span {
        color: White;
        font-weight: bold;
    }

.trainingoptions {
    background-image: url('Images/ipbrp.gif');
    min-width: 200px;
    height: 40px;
    border: 1px solid white;
    color: White;
    font-weight: bold;
    cursor: pointer;
}

    .trainingoptions span {
        color: White;
        font-weight: bold;
    }
/*--New button color--*/
.trainingoptionsselected {
    background-image: url('Images/hpbrp.gif');
    min-width: 200px;
    height: 40px;
    color: White;
    font-weight: bold;
    cursor: pointer;
}

    .trainingoptionsselected span {
        color: White;
        text-align: center;
        font-weight: bold;
    }

.showTrainingControl {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.hideControl {
    display: none;
}


.trainingdraggable {
    background-image: url('Images/hpbr.gif');
    min-width: 100px;
    min-height: 40px;
    border: 1px solid white;
    color: White;
    font-weight: bold;
    cursor: move;
    text-align: justify;
    width: 270px;
    word-wrap: break-word;
}

.trainingdraggableitem {
    background-image: url('Images/ipbrp.gif');
    min-width: 100px;
    min-height: 40px;
    border: 1px solid white;
    color: White;
    font-weight: bold;
    cursor: move;
    width: 150px;
    word-wrap: break-word;
}

.droparea {
    background-color: #EFEFE0;
    border: 1px solid #EFEFE0;
    width: 200px;
    min-height: 200px;
    font-size: large;
    font-weight: bold;
    height: 100px;
}

.dropareamultiple {
    background-color: #EFEFE0;
    border: 1px solid #c1c1c1;
    width: 100%;
    font-size: large;
    font-weight: bold;
    height: 50px;
}

.dropareahover {
    background-color: #EFD2A4;
    border-color: #DFA853;
}

.dropareawebparts {
    width: 100%;
    background-color: #EFEFE0;
}

.draggablewebparts {
    cursor: move;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.webpartDivBorder {
    border: 1px solid #d1c7ac;
}

.webpartZoneDivider {
    width: 45%;
    vertical-align: top;
}

.webpartCatalogDivider {
    width: 10%;
    vertical-align: top;
}

.webpartHeader {
    color: White;
    background-image: url('Images/dialogmiddlegradient.gif');
    background-repeat: repeat;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

.webpartBody {
    border: 1px solid #486B9B;
    background-color: White;
}

.webpartLabel {
    font-weight: bold;
    color: Black;
}

.loginDiv {
    background-color: White;
    width: 600px;
    border-style: solid;
    border-color: Black;
    border-width: 1px;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.infoModal {
    border: 1px solid black;
    width: 100%;
    height: 530px;
    vertical-align: top;
    overflow: auto;
}

.chartSeries {
    font-family: tahoma, arial, sans-serif;
    font-size: 11px;
    color: White;
}

.searchasyoutypeheader {
    width: 300px;
    background-color: #E0E2EB;
    border: 1px #BBBBBB solid;
}

.searchasyoutype {
    width: 300px;
    height: 150px;
    background-color: #E0E2EB;
    border: 1px #BBBBBB solid;
    overflow: auto;
}

.searchasyoutypedropdown {
    width: 300px;
    background-color: #E0E2EB;
    border: 1px #BBBBBB solid;
    overflow: auto;
}

.searchasyoutypeitem {
    text-align: left;
    width: 100%;
    cursor: pointer;
}

.searchasyoutypeul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.searchasyoutypeselected {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid gray;
    width: 320px;
    padding: 5px;
}

    .searchasyoutypeselected span {
        text-align: center;
    }

.searchasyoutypeitemlink {
    cursor: pointer;
}

.splitwidth {
    width: calc((100% - 950px) / 2);
}

/* Custom sty*/

.loginReciBtn {
    text-align: center;
    background: #760404;
    border-radius: 0;
    color: white;
    font-weight: 600;
}

    .loginReciBtn:hover {
        opacity: 0.8;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.forgotPasswordBox {
    width: 100%;
    height: 120px;
    background: grey;
}

.forgotPasswordBox1 {
    width: 30%;
    background: red;
    /*margin: 5px;*/
    height: 100px;
}

.forgotPasswordBox2 {
    width: 150px;
    background: white;
    /*margin: 5px;*/
    height: 100px;
    padding-left: 0;
}

.forgotPasswordBox3 {
    width: 150px;
    background: lightblue;
    /*margin: 5px;*/
    height: 100px;
}

.spacing {
    margin-top: 15px;
}

.riskMangementGraph {
    padding: 10px;
    height: 300px;
}

.RMp1 {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #F4F4F4;
    margin-top: 5px;
}

.RMGraph2 {
    padding: 10px;
    height: 300px;
}


.RMGraph3 {
    height: 300px;
    padding: 10px;
}

.RMHeading {
    font-size: 15px;
    color: #324159;
}

.canvas {
    height: 200px;
    width: 200px;
}

.stepNotCompleted2 {
    background-color: rgb(153,153,153);
    /*border: 1px solid rgb(153,153,153);*/
    height: 80px;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.stepCompleted2 {
    background-color: #4d4d4d;
    /*border: 1px solid #4d4d4d;*/
    height: 80px;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.stepCurrent2 {
    background-color: #486B9B;
    /*border: 1px solid #486B9B;*/
    height: 80px;
    color: White;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.loginLabels {
    font-size: 15px;
    font-weight: 600;
}

.loginDropDown {
    border-radius: 0;
    margin-top: 5px;
}

.loginTextBox {
    border-radius: 0;
    margin-top: 5px;
}

::placeholder {
    color: lightgrey !important;
}

:-ms-input-placeholder {
    color: lightgrey !important;
}

.loginLinkButton {
    font-size: 14px;
    font-weight: 400;
}

.loginP {
    text-align: center;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: -2px;
}

.loginRadius {
    border-radius: 0px;
}

.modalOutHeader {
    color: white;
    background: #324159;
    padding-bottom: 10px;
    border-radius: 0px;
    padding-top: 10px;
}

.loginModalHeader {
    color: white;
    font-weight: 600;
    font-size: 15px;
    padding-top: 3px;
}

.modalClose {
    color: white;
    padding-bottom: 22px;
    opacity: 0.9;
}

i#modalClose:hover {
    color: darkgrey;
}

i#ExpPasswordmodalClose:hover {
    color: darkgrey;
}

.forgotPasswordStep {
    padding-left: 2px;
    padding-top: 2px;
    margin-right: -130px;
    margin-left: -130px;
}

.loginBorders {
    padding-top: 10px;
    font-weight: 500;
    color: white;
}

.forgotPasswordContinueBtn {
    border-radius: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    color: white;
    width: 220px;
    background: #760404;
}

.forgotPasswordAnswerBtn {
    border-radius: 0px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    color: white;
    width: 220px;
    background: #760404;
}

.alertDanger {
    background: red;
    border-color: red;
    border-radius: 0px;
    margin-top: 10px;
}

    .alertDanger h5 {
        color: white;
        font-weight: 800;
    }

    .alertDanger h6 {
        color: white;
        font-weight: 400;
        font-size: 14px;
    }

.loginCard {
    margin-top: 20%;
    margin-bottom: 10px;
}

.note-border {
    border-style: solid;
    border-width: thin;
    border-color: #17A2B8;
    width: 100%;
}

.warning-border {
    border-style: solid;
    border-width: thin;
    border-color: #AE0000;
    width: 100%;
}

.ts-rubiq-LabelBullet-notes-treeview {
    display: list-item;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px !important;
    margin-top: 5px;
}

.ts-rubiq-LabelColor-notes {
    color: #17A2B8 !important;
}

.ts-rubiq-LabelColor-warning {
    color: #AE0000 !important;
}

.ts-rubiq-sizefont {
    font-size: 15px !important;
    font-family: Roboto !important;
    font-weight: 500 !important;
}

.ts-rubiq-LabelColor {
    color: #5a667a !important;
}

.reset-password-successful-notes {
    font-size: 15px;
    margin-bottom: 8px !important;
    padding-left: 0px !important;
}

#lblBankServeDefaultMessage {
    vertical-align: middle;
    margin-bottom: 0px !important;
}

#lblBankServeMessage {
    vertical-align: middle;
}

.BankservNoteBox {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #E6E6E6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
