
/*------------------------------------------------------------------
 [Stylesheet]

 Project:	Sysero CTX Default Template - Wide Version - 1000 px
 Version:	1.2
 Last Change:	02/05/12
 Author:	Lisa Thompson (lt)
 -------------------------------------------------------------------*/

/* [BASE CSS] - sets up some defaults including typography
 -------------------------------------------------------------------*/
html {
    font-size: 100.01%;
}


body {
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Garunda, Arial, sans-serif;
    font-size: 12px; /* sets default font size of 14px*/
    line-height: 1.5em; /*21px*/
}

.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}
/* [Typography] Based on blueprint - http://blueprintcss.org - typography.css*/

/* [Text Elements] */
h1, h2, h3 {
    font-family: "Segoe UI", helvetica, arial;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
}

h1 {
    font-family: "Segoe UI", helvetica, arial;
    font-weight: normal;
    font-size: 22px;
    color: #456DA2;
}

h2 {
    font-family: "Segoe UI", helvetica, arial;
    font-weight: normal;
    font-size: 18px;
    color: #606060;
}

h3 {
    font-family: "Segoe UI", helvetica, arial;
    font-weight: normal;
    font-size: 16px;
    color: #606060;
}

p {
    margin: 0 0 0.5em;
    font-family: "Helvetica Neue", Helvetica, Garunda, Arial, sans-serif;
}

a:focus, a:hover {
    color: #003263;
}

a {
    color: #06c;
    text-decoration: none;
}

/* [Lists] */

li ul, li ol {
    margin: 0;
}

ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}
/* [Table Defaults] */

/*
 Because of the need for padding on TH and TD, the vertical rhythm
 on table cells has to be 27px, instead of the standard 18px or 36px
 of other elements.
 */
table {
    /*margin-bottom: 1.4em; width: 100%;*/
}

th {
    font-weight: bold;
}

thead th {
    background: #c3d9ff;
}

th, td {
    padding: 2px /*10px 4px 5px;*/;
}

tfoot {
    font-style: italic;
}

img {
    vertical-align: middle;
    border: 0px;
    padding-left: 0px;
}

/* [LAYOUT CSS]
 -------------------------------------------------------------------*/
.MainPageDiv {
    width: 960px;
    margin: 0 auto;
    background-color: #6CA9D1;
    border-radius: 0.357em;
    -moz-border-radius: 0.357em;
    -webkit-border-radius: 0.357em;
    margin-top: 20px;
    border: 1px solid white;
    position: relative;
}

.MainDiv {
    width: 100%;
    height: 100%;
    margin: 10px auto 0 0;
    padding-bottom: 20px;
    overflow: hidden;
}

.MasterMainContent {
    width: 860px;
    min-height: 600px;
    margin: 25px;
    padding: 20px;
    overflow: auto;
    position: relative;
    margin-top: -33px;
    background-color: #fff;
    border: 4px solid #2279b2;
    box-shadow: 0px 0px 20px rgba(99, 99, 99, 0.35);
}
/*[login/logout and account bar]*/
.login_box {
    width: 520px;
    height: 280px;
    padding: 20px;
    margin: 0 auto;
    border: 1px solid #ccc;
    overflow: auto;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #ccc;
}

.login_box_metro {
    width: 480px;
    height: 400px;
    padding: 30px;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
}

.SelfServiceWizard {
    /*width: 500px;
    height: 400px;*/
    padding: 10px;
    /*margin: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    background-color: lightblue;*/
}

.SelfServiceWizardInfo {
    padding-right: 5px;
    float: left;
    width: 260px;
}

.ImgTablePosition {
    /*float:right;
    margin-top:-35px;
    margin-right:-10px;*/
    background-color: transparent;
}

.SimpleDiv {
    color: black;
    margin: 5px 5px 5px 5px;
    width: 240px;
}

.SimpleHeader {
    font-size: 16px;
    font-weight: bold;
    float: left;
    position: relative;
    width: 240px;
    overflow: hidden;
    padding-bottom: 10px;
}

.SelfServiceDownloads {
    clear: both;
    padding-top: 20px;
}

.SelfServiceWizardHeader {
    color: rgb(0, 96, 146);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Segoe UI light";
}

.SelfServiceDownloadTitle {
    color: black;
    font-size: 18px;
    width: 110px;
    float: left;
    padding-top: 10px;
}

.SelfServiceDownloadText {
    color: black;
    font-size: 10px;
    padding-top: 10px;
    float: left;
    width: 250px;
    margin-right: 10px;
}

.SelfServiceDownloadImg {
    float: left;
    width: 80px;
}

.SelfServiceUser {
    color: #525252;
    line-height: 20px;
}

.SelfServiceDownloadInstallImg {
    padding-top: 5px;
}

    .SelfServiceDownloadInstallImg img {
        height: 48px;
        width: 48px;
        background-color: transparent;
        border-radius: 5px;
        box-shadow: 4px 4px 1px #777;
    }

.RoundedShadow {
    border-radius: 5px;
    box-shadow: 4px 4px 1px #777;
}

.RoundedImg {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.SelfServiceWizardFields {
    float: right;
    padding-top: 10px;
}

.SelfServiceNext {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.login_box_input {
    float: left;
    width: 300px;
}

.login_box_icon {
    float: left;
    height: 300px;
    margin-right: 50px;
}

.login_icon {
    padding-top: 150px;
    background-color: transparent;
}

.metroicon {
    height: 48px;
    width: 48px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    float: left;
}

.metroicon_small {
    height: 24px;
    width: 24px;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}

.metroicon_medium {
    height: 32px;
    width: 32px;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}

.DocumentVersionsHeader {
    width: 210px;
}

.DocumentVersionsPanel {
    padding: 5px;
    width: 210px;
    border-width: thin;
    border-color: silver;
}

.metroiconoff {
    height: 48px;
    width: 48px;
    background-color: red;
    padding: 0px;
    margin: 0px;
    float: left;
}

.FieldLabelMetro {
    color: #55a8d2;
    font-size: 16px;
    font-family: 'Segoe UI';
    float: right;
    margin: 10px;
    width: 262px;
    /*font-weight:bold;*/
}

    .FieldLabelMetro:hover {
    }

.HeaderMetro {
    color: #55a8d2;
    font-size: 24px;
    font-family: 'Segoe UI';
    /*font-weight:bold;*/
}

.MarginBottom {
    margin-bottom: 20px;
}

.DivPaddingBottom {
    padding-bottom: 10px;
}

input.FormInputMetro {
    vertical-align: middle;
    border: solid 1px #bdbdbd;
    background-color: #f2f2f2;
    outline: 0;
    width: 320px;
    color: #414141;
    padding: 5px;
    margin-bottom: 5px;
    font-family: 'Segoe UI';
    font-size: 16px;
}

.metrobutton {
    /*background-color: #f2f2f2;*/
    color: #55a8d2;
    font-size: 16px;
    font-family: 'Segoe UI';
    margin-top: 20px;
    margin-bottom: 20px;
    width: 330px;
    height: 48px;
}

#loginLeft {
    width: 45%;
}

    #loginLeft img {
        margin-top: 50px;
        margin-left: 15px;
    }

#loginRight {
    width: 53%;
}

#MainContent_tbPreDefinedSearches {
    margin-top: 5px;
    width: 430px;
    overflow-x: scroll;
}

#MainContent_tbUniversalSearchURL {
    width: 430px;
}

#MainContent_btnForgottonPassword {
    font-size: 10px;
}

.TopBar {
    width: 960px;
    margin: 0 auto;
    min-height: 1px;
}

    .TopBar td {
        padding-right: 0;
    }

.TopBarLabels {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 0.714em;
    padding-left: 1.429em;
    color: #003263;
    text-decoration: none;
}

a.TopBarLabels:hover {
    color: #000000;
}

.TopBarLabelsUser {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 0.714em;
    padding-left: 1.429em;
    color: #003263;
    text-decoration: none;
}

a.TopBarLabelsUser:hover {
    color: #000000;
}

.TopBar table {
    margin-bottom: 0;
    border-radius: 0.357em;
    color: #fff;
    font-weight: bold;
    float: right;
}

.topbarContents {
    float: right;
    position: relative;
    z-index: 50;
    font-weight: bold;
}

#lblCompanyName {
    color: #FFF;
}
/*[logo]*/
.LogoDiv {
    color: #FFFFFF;
    margin-bottom: 0.5em;
    position: relative;
    z-index: 10;
    width: 350px;
}

.LogoImage {
    padding-left: 50px;
    background-color: transparent;
}

.RightSpan {
    float: right;
}
/*[Public MENU LAYOUT]
 -------------------------------------------------------------------*/
.PublicMasterMenuDiv {
    float: right;
    position: absolute;
    z-index: 10;
    right: -5px;
    margin-top: -90px;
}

    .PublicMasterMenuDiv a {
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
    }

        .PublicMasterMenuDiv a:hover {
            text-decoration: underline;
        }

    .PublicMasterMenuDiv Select {
        width: 120px;
    }

    .PublicMasterMenuDiv Option {
        width: 300px;
    }

    .PublicMasterMenuDiv select {
        margin-left: 5px;
        margin-bottom: 5px;
        margin-top: 5px;
    }


/* [DROPDOWN]
 ----------------------------------------------------------*/


div.Publicmenu {
    margin-right: 30px;
}

    div.Publicmenu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        div.Publicmenu ul li a, div.Publicmenu ul li a:visited {
            color: #fff;
            display: block;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap; /*border-bottomem: 4px solid transparent;*/
        }

            div.Publicmenu ul li a:hover, div.Publicmenu ul li a.selected {
                color: #204f6d;
                text-decoration: none; /*border-bottom: 4px solid #7dbb1f;*/
                outline: none;
            }

            div.Publicmenu ul li a:active, div.Publicmenu ul li a:focus {
                outline: none;
                color: #ccc;
                text-decoration: none;
            }

        div.Publicmenu ul.dynamic {
            border: 1px solid #cacaca;
        }

        div.Publicmenu ul li.dynamic {
            background-color: white;
            color: #204f6d;
            display: block;
            text-decoration: none;
            white-space: nowrap;
        }

            div.Publicmenu ul li.dynamic a, div.Publicmenu ul li a.dynamic:visited {
                color: #204f6d;
                border-bottom: 4px solid transparent;
            }

        div.Publicmenu ul li a.dynamic:hover {
            border-bottom: 4px solid #7dbb1f;
        }

        div.Publicmenu ul li.dynamic a:focus, div.Publicmenu ul li a.dynamic:active {
            color: #ccc;
        }

/*[MAIN MENU LAYOUT]
 -------------------------------------------------------------------*/
.MasterMenuDiv {
    float: right;
    position: absolute;
    z-index: 5;
    right: -5px;
    margin-top: -59px;
}

    .MasterMenuDiv a {
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
    }

        .MasterMenuDiv a:hover {
            text-decoration: underline;
        }

    .MasterMenuDiv Select {
        width: 120px;
    }

    .MasterMenuDiv Option {
        width: 300px;
    }

    .MasterMenuDiv select {
        margin-left: 5px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

/* [DROPDOWN]
 ----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    margin-right: 30px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        div.menu ul li a, div.menu ul li a:visited {
            color: #fff;
            display: block;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
            border-bottom: 4px solid transparent;
        }

            div.menu ul li a:hover, div.menu ul li a.selected {
                color: #204f6d;
                text-decoration: none;
                border-bottom: 4px solid #7dbb1f;
                outline: none;
            }

            div.menu ul li a:active, div.menu ul li a:focus {
                outline: none;
                color: #ccc;
                text-decoration: none;
            }

        div.menu ul.dynamic {
            border: 1px solid #cacaca;
            box-shadow: 0px 0px 20px rgba(99, 99, 99, 0.35);
        }

        div.menu ul li.dynamic {
            background-color: white;
            color: #204f6d;
            display: block;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li.dynamic a, div.menu ul li a.dynamic:visited {
                color: #204f6d;
            }

                div.menu ul li.dynamic a:focus, div.menu ul li a.dynamic:active {
                    color: #ccc;
                }

.dynamic {
    background-color: #fff;
    color: #ccc;
}


/* [PAGE HEADERS
 ----------------------------------------------------------*/

.HeaderLabel, .PackName, .PageName {
    /*h1 equivalent*/
    color: #000000;
    font-family: "Segoe UI light", Arial;
    text-decoration: none;
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    margin-bottom: 19px;
    padding-bottom: 3px;
}

.SubHeaderLabel {
    color: rgb(0, 96, 146);
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    font-family: "Segoe UI light";
    margin-left: 5px;
}

.SubHeaderLabelNoMargin {
    color: rgb(0, 96, 146);
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    font-family: "Segoe UI light";
    margin-left: 0px;
}

.ResultsCountLabel {
    color: #444;
    font-family: "Segoe UI";
    font-size: 13px;
    margin-left: 10px;
}

.PackName, .PageName {
    margin-top: 0.714em; /*margin-bottom: 1.429em;*/
    text-align: left;
}

.PackName {
    font-weight: bold;
    margin-right: 10px;
}

.PageName {
    font-weight: normal;
}
/*[Back Link on right]
.BackLink {
    color: #44687D;
    text-decoration: none;
    text-align: right;
    vertical-align: middle;
}

    .BackLink:hover {
        text-decoration: underline;
    }

    .BackLink:visited {
        color: #44687D;
    }*/

/*[Page Headings]*/
.PageTitle {
    color: #44687D;
    font-weight: bold;
    font-size: 15px;
}

.PageDesc {
    margin-top: 1.447em;
}

.titleHR {
    display: none; /* not wanted any more*/
}

.updated {
    font-size: 10px;
    color: #003263;
}
/* [KNoW HOW - views.aspx]
 ----------------------------------------------------------*/

.PanelLabel {
    /*Document Class  and image*/
    color: #003263;
    font-weight: bold;
    text-decoration: none;
}

    .PanelLabel img {
        border: 0px;
        margin-right: 5px;
    }

.InnerLabel {
    /*next level folder indent and image*/
    color: #859BA9;
    text-decoration: none;
}

    .InnerLabel img {
        border: 0px;
        margin-right: 5px;
        margin-left: 15px;
    }

.ClaimLabel {
    /*next level document indent and image*/
    text-decoration: none;
    color: #44687D;
    font-weight: lighter;
    margin-left: 40px;
}
/**********************************************************************replace these with classes in future*/

#MainContent_UpdatePanel1 p.PackName {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
/* [FORMS]
 ----------------------------------------------------------*/
.FormSideLabel {
    /*label styling*/
    display: inline;
    float: left;
    width: 50px;
    color: #44687D;
    font-size: 12px;
    padding-top: 5px;
    text-align: left;
}

input.FormInput, textarea.FormInput, select {
    vertical-align: middle;
    border: solid 1px #bdbdbd;
    background-color: #f2f2f2;
    outline: 0;
    width: 240px;
    color: #414141;
    padding: 5px;
}

.SelectCheckbox {
    vertical-align: middle;
    color: #414141;
    padding: 5px;
}

input:hover.FormInput, input:focus.FormInput, textarea:focus.FormInput, textarea:hover.FormInput, select:focus, select:hover {
    border-color: #44687D;
    color: #44687D;
}

.FormNulloption {
    color: #7C6666;
    padding: 5px;
    margin: 5px 15px 5px 5px;
    float: right;
    font-size: x-small;
}

.DivLeftColumnInput {
    width: 260px;
    clear: left;
    float: left;
}

.DivRightColumnInput {
    width: 260px;
    float: left;
}

.DivFullWidthInput {
    width: 520px;
    clear: both;
}
/* [TABLE STYLING]
 ----------------------------------------------------------*/
/*[GvTable - used sitewide - blue header]*/
.GvTable {
    vertical-align: text-bottom;
    text-align: left;
    width: 100%;
    background-color: white;
}

    .GvTable td select {
        width: 100px;
        padding: 0;
    }

.TableHeader {
    background-color: #508eb5;
    color: #ffffff;
    font-weight: bold;
    height: 20px;
    vertical-align: top;
    text-align: left;
}

    .TableHeader a {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }

        .TableHeader a:hover {
            text-decoration: underline;
        }

.TableCells {
    /*Use this for browser compatability on alt row styling*/
    background-color: transparent;
    color: #003263;
    text-align: left;
    border: 0px;
    height: 20px;
    border-bottom: 1px solid #CCD3D9;
}

    .TableCells a {
        color: #003263;
    }

.TableAltCells {
    background-color: #f8f8f8;
    color: #003263;
    text-align: left;
    border: 0px;
    height: 20px;
    border-bottom: 1px solid #CCD3D9;
}

    .TableAltCells a {
        color: #003263;
    }


/*begin styling for stage/decision/task and doc*/
tr.TableHighlightedCellsstage td, tr.TableHighlightedCellsdecision td, tr.TableHighlightedCellstask td, tr.TableHighlightedCellsdocument td {
    background-color: #fff;
}

tr.TableHighlightedCellsdecision td, tr.TableHighlightedCellstask td, tr.TableHighlightedCellsdocument td {
    border-bottom: 1px #e4e4e4 solid;
    font-size: 12px;
}

    tr.TableHighlightedCellsdecision td, tr.TableHighlightedCellstask td, tr.TableHighlightedCellsdocument td, tr.TableHighlightedCellsdecision td span, tr.TableHighlightedCellstask td span, tr.TableHighlightedCellsdocument td span {
        margin-left: 15px;
    }

tr.TableHighlightedCellsstage td {
    color: #3e91c7;
    background-color: #eaf4f9;
    border-bottom: 1px #f1f1f1 solid;
    border-top: 1px solid #e4e4e4;
    font-weight: bold;
}

tr.TableHighlightedCellsdecision td {
    color: #ed523b;
    font-weight: bold;
}

.TableHighlightedCellsdecisionRB {
    width: 150px;
    border-bottom: 0px;
}

tr.TableHighlightedCellstask td {
    color: #7dbb1f;
    font-weight: bold;
}

tr.TableHighlightedCellsdocument td {
    color: #2a2a2a;
}
/*[# Links/options that appear under GvTable #MainContent_pnlButtons]*/

input[type="image"] {
    /*background-color: #55a8d2;*/
    background-color: transparent;
}

img {
    background-color: transparent;
    /*background-color: #55a8d2;*/
}

.BackLink {
    width: 110px;
    height: 24px;
    display: inline-block;
    color: black;
    background-color: #f2f2f2;
    margin-top: 8px;
}

    .BackLink img {
        height: 24px;
        width: 24px;
        background-color: transparent;
        padding: 0px;
        margin: 0px;
        float: left;
    }

    .BackLink:hover {
        text-decoration: underline;
    }

    .BackLink span, .BackLink a {
        color: black;
        text-transform: capitalize;
        vertical-align: top;
        margin-top: 5px;
        margin-left: 10px;
        font-family: 'Segoe UI' Arial;
        float: right;
        width: 76px;
        line-height: 15px;
    }

.ViewLink {
    width: 210px;
    height: 48px;
    display: inline-block;
    color: black;
    background-color: #f2f2f2;
    margin-top: 8px;
    text-align: left;
}

    .ViewLink img {
        height: 48px;
        width: 48px;
        background-color: transparent;
        padding: 0px;
        margin: 0px;
        float: left;
    }


    .ViewLink:hover {
        /*text-decoration: underline;*/
        background-color: rgba(205, 230, 247, 0.5);
    }

    .ViewLink span {
        color: black;
        vertical-align: top;
        margin-top: 4px;
        margin-left: 10px;
        font-family: 'Segoe UI' Arial;
        float: right;
        width: 142px;
        line-height: 15px;
        text-transform: none;
        max-height: 45px;
        overflow: hidden;
    }

.ViewLinkImageOnly {
    width: 48px;
    height: 48px;
    color: black;
    margin-top: 8px;
    text-align: left;
}

    .ViewLinkImageOnly img {
        height: 48px;
        width: 48px;
        background-color: transparent;
        padding: 0px;
        margin: 0px;
        vertical-align: top;
        margin-top: 8px;
    }


    .ViewLinkImageOnly:hover {
        /*text-decoration: underline;*/
        background-color: rgba(205, 230, 247, 0.5);
    }

    .ViewLinkImageOnly span {
        color: black;
        text-transform: capitalize;
        vertical-align: top;
        margin-top: 5px;
        margin-left: 10px;
        font-family: 'Segoe UI' Arial;
        float: right;
        width: 142px;
        line-height: 15px;
    }

.ValidationErrorText {
    color: red;
    display: block;
}

.NextDecision {
    font-weight: bold;
}

.AreYouSureMessage {
    color: #E0282B;
    text-decoration: none;
    font-weight: bold;
    padding-left: 0.357em;
    margin: 0 1.071em 1.071em 0;
    font-size: 11px;
}
/*MainContent_pnlDisplay - summary.aspx*/
.SectionLabel {
    color: #003263;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
    display: block;
}

.FieldLabel {
    color: #44687D;
    font-size: 12px;
}

    .FieldLabel.InputForm, .FieldLabel.SearchForm, .SummaryForm.FieldLabel {
        display: block;
        font-weight: bold;
    }

.FieldContents {
    color: #003263;
    font-weight: normal;
    font-size: 12px;
}

.ClaimsTable {
    width: 100%;
}

    .ClaimsTable td {
        width: 20%;
        padding: 4px 0px 4px 0px;
    }

    .ClaimsTable tbody td:nth-child(odd) {
        /*stops zebra stripping on claims table*/
        width: 15%;
    }

    .ClaimsTable tbody tr:nth-child(even) td {
        /*stops zebra stripping on claims table*/
        background: #fff;
    }

    .ClaimsTable tbody tr:hover td {
        /*stops hover state on claims table - tidy this up*/
        background-color: #fff;
    }

.HeaderRow {
    height: 1px;
    font-size: 2px;
}

.SeparatorHR {
    margin: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
    height: 1px;
    border: 0px;
    border-bottom: 1px dashed #BDBDBD;
    clear: both;
    /*display: none;*/
}

#MainContent_imgClientLogo {
    /*stops horizontal scrollbar when image is 100px wide*/
    max-width: 800px;
}

.SupportSearch {
    float: right;
    padding-top: 3px;
}

    .SupportSearch input {
        vertical-align: middle;
    }

/* [EditCLAIM]
 ----------------------------------------------------------*/
.calIcon {
    margin-left: 5px;
}

#tableWrapper {
    width: 550px;
    float: left;
    overflow: auto;
}

.tool_tip {
    border: 1px solid red;
    margin: 0px 0px 5px 5px;
    padding: 7px;
    width: 280px;
    height: auto;
    border: solid 1px #9aacc4;
    background-color: #e9edf2;
    border-radius: 5px;
    position: absolute;
    top: 150px;
    left: 572px;
    overflow: auto;
}

.tool_tipPara {
    font-size: 12px;
    color: #444;
}

.center {
    text-align: center;
    color: #003263;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

#MainContent_pnlTransactionName {
    margin-bottom: 5px;
}
/*[APPLICATIONS]*/
.MenuPanel_main {
    float: left;
}

.MenuDiv {
    display: inline-block;
    float: left;
    width: 45%;
    margin-left: 3.5%;
    border: solid 1px #888;
    background-color: #E9EDF2;
    margin-bottom: 20px;
}
/*.MenuDiv:hover {
 background-color: #E3E3E3;
 }*/
.LabelDiv {
    display: inline-block;
}

.MenuPanel {
    height: 100px;
    color: #003263;
    text-align: center;
}

    .MenuPanel span {
        display: block;
        padding: 10px;
        text-align: left;
    }

.ExcelLink {
    float: right;
    color: #A1A1FF;
}

.MenuLink {
    width: 100%;
    padding: 5px 0;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    border-bottom: 1px solid #888;
    color: #003263;
}

    .MenuLink:hover {
        text-decoration: underline;
    }

.MenuPanel a.ViewLink {
    float: right;
}

.SearchResultHeader {
    /*padding: 5px 0 0 5px;*/
    display: block;
    text-decoration: none;
    font-size: 14.95px;
    font-weight: 400;
    color: #0072C6;
    font-family: "Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica;
}

.SearchResultPanel {
    padding: 5px 0px 5px 10px;
    /*width: 600px;*/
    max-width: 600px;
    clear: both;
}

.SearchResultPanelFrame {
    padding: 5px 0px 5px 10px;
    clear: both;
}

.SearchResultPanel:hover {
    background-color: rgba(205, 230, 247, 0.5);
}

.SearchResultsData {
    color: #444;
    font-size: 11px;
    padding-top: 2px;
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial;
    padding-left: 28px;
    display: block;
}

.SearchResultHR {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
    height: 1px;
    border: 0px;
    border-bottom: 1px solid rgba(157, 157, 157, 0.5);
    clear: both;
    width: 100%;
}

.SearchResultsLink {
    color: #338200;
    font-size: 13px;
    padding-top: 2px;
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial;
}

/* [MSOFFICE SPECIFIC]
 ----------------------------------------------------------*/
.MsoTableGrid {
    width: 100%;
}

.DecisionRB {
    width: 150px;
}
/* begin integration of MS OFFICE styles on home page. */


.MsoTableGrid h1 {
    font-family: "Segoe UI", helvetica, arial;
    font-weight: normal;
    font-size: 18px;
    color: #456DA2;
    text-align: center;
    line-height: 1;
}

.ctxheading {
    text-align: center;
    text-decoration: none;
    font-family: "Segoe UI", helvetica, arial;
    font-weight: normal;
    font-size: 22px;
}

.ctxnormal {
    text-decoration: none;
    font-family: helvetica, arial;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    word-spacing: normal;
    margin-bottom: 10px;
    margin-top: 20px;
}

.ctxfooter, .ctxfooter a:link {
    text-decoration: none;
    font-family: "Segoe UI", helvetica, arial;
    font-weight: normal;
    font-size: 10px;
    line-height: normal;
    word-spacing: normal;
}


.ppbtn {
    display: block;
    background-color: #ffa545;
    border: 1px solid #944900;
    width: 100px;
    height: 23px;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-family: "Segoe UI", helvetica, arial;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    float: right;
    margin-right: 30px;
}

    .ppbtn:hover, .ppbtn:focus {
        color: #944900;
        border: 1px solid #ccc;
    }

.ppmenu {
    height: 30px;
    font-size: 14px;
    margin-right: 20px;
}

    .ppmenu a:link, .ppmenu a:visited {
        color: #8a8a8a;
        text-decoration: none;
        display: inline;
        height: 30px;
    }

    .ppmenu a.current {
        color: #699d1a;
        background-image: url("http://images.sysero.com/current_sprite.png");
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .ppmenu a:hover, .ppmenu a:focus {
        color: #567421;
    }
/*CSS written for ctx home page - not working yet, we need to add the classes into the html/remove inline styles*/


/* [BANNER]
 ----------------------------------------------------------*/

div.banner {
    border: 1px solid #cccccc;
    width: 860px;
    height: 320px;
    background-color: #9bc2dc;
    margin-bottom: 30px;
}

div.bannerInner {
    margin: 10px 30px;
}

.banner.gradient {
    background: #4e98c8; /* Old browsers */
    background: -moz-linear-gradient(top, #4e98c8 0%, #a3cced 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e98c8), color-stop(100%,#a3cced)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4e98c8 0%,#a3cced 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4e98c8 0%,#a3cced 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4e98c8 0%,#a3cced 100%); /* IE10+ */
    background: linear-gradient(top, #4e98c8 0%,#a3cced 100%); /* W3C */
    filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#4e98c8', endColorstr='#a3cced',GradientType=0 ); /* IE6-8 */
}

.banner h1 {
    font-family: "Segoe UI", helvetica, arial;
    font-weight: normal;
    font-size: 38px;
    color: #fff;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: left;
}

    .banner h1 span {
        font-family: "Segoe UI", helvetica, arial;
        font-size: 27px;
        color: #f7f7f7;
        text-align: left;
    }

.banner h2 {
    font-family: "Segoe UI", helvetica, arial;
    font-weight: normal;
    font-size: 18px;
    color: #f7f7f7;
    line-height: 1.5;
    width: 50%;
    text-align: left;
}

.banner h3 {
    font-family: "Segoe UI", helvetica, arial;
    font-weight: normal;
    font-size: 15px;
    color: #f7f7f7;
    line-height: 1.5;
    margin-bottom: 18px;
    width: 50%;
    text-align: left;
}

.banner h4 {
    font-family: "Segoe UI", helvetica, arial;
    font-weight: normal;
    font-size: 13px;
    color: #f7f7f7;
    line-height: 1.5;
    margin-bottom: 18px;
    width: 50%;
    text-align: left;
}


.bannerBtn {
    display: block;
    background-color: #b8d97d;
    border: 1px solid #97c840;
    width: 180px;
    height: 30px;
    padding-top: 5px;
    margin-top: 10px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-family: "Segoe UI", helvetica, arial;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

    .bannerBtn:hover {
        color: #567421;
        border: 1px solid #fff;
    }

.banner img {
    float: right;
    margin: 15px 20px 10px 10px;
}
/* [Tiny Carousel] 
 ----------------------------------------------------------*/
#slider1 {
    overflow: hidden;
    width: 860px;
    height: 340px;
    padding: 0 0 10px;
    position: relative;
}

    #slider1 .viewport {
        float: left;
        width: 860px;
        height: 320px;
        overflow: hidden;
        position: relative;
    }

    #slider1 .buttons {
        background: url(http://images.sysero.com/arrows.png) no-repeat scroll 0 0 transparent;
        display: block;
        margin: 30px 10px 0 0;
        background-position: 0 0;
        text-indent: -999em;
        float: left;
        width: 30px;
        height: 30px;
        overflow: hidden;
        position: relative;
    }

    #slider1 .prev {
        background-position: 0 0;
        margin: 130px 10px 0 0px;
    }

    #slider1 .next {
        background-position: -30px 0px;
        margin: 130px 0px 0 10px;
    }
    /*#slider1 .disable { visibility: hidden; }*/
    #slider1 .overview {
        list-style: none;
        position: absolute;
        padding: 0;
        margin: 0;
        width: 860px;
        left: 0 top : 0;
    }

        #slider1 .overview li {
            float: left;
            margin: 0 20px 0 0;
            padding: 1px;
            height: 310px;
            width: 856px;
        }

    #slider1 .pager {
        overflow: hidden;
        list-style: none;
        clear: both;
        margin: 0 0 0 0px;
        text-align: right;
        position: absolute;
        left: 85%;
        bottom: 5px;
        margin-left: -40px;
    }

        #slider1 .pager li {
            float: left;
        }

    #slider1 .pagenum {
        background-color: #fff;
        text-decoration: none;
        text-align: center;
        color: #555555;
        font-size: 14px;
        font-weight: bold;
        display: block;
    }

    #slider1 .active {
        color: #fff;
        background-color: #555555;
    }

.pager {
    height: 22px;
}

#slider1 .pager li a {
    display: block;
    width: 22px;
    height: 22px;
    background: url(http://images.sysero.com/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}

    #slider1 .pager li a.pagenum:hover, #slider1 .pager li a.pagenum.active {
        background-position: 0 -22px;
    }
/* [PRODUCT PANE]
 ----------------------------------------------------------*/
.productPane {
    width: 860px; /*height: 460px;  needs put back!*/
    margin-bottom: 30px;
}

.ppmenu {
    width: 860px;
    height: 30px;
}

    .ppmenu ul {
        font-size: 14px;
    }

    .ppmenu li {
        list-style: none;
        display: inline-block;
        margin-right: 20px;
    }

        .ppmenu li a:link, .ppmenu li a:visited {
            color: #8a8a8a;
            text-decoration: none;
            display: block;
            height: 30px;
        }

        .ppmenu li a.current {
            color: #699d1a;
            background-image: url("../images/current_sprite.png");
            background-repeat: no-repeat;
            background-position: center bottom;
        }

        .ppmenu li a:hover, .ppmenu li a:focus {
            color: #567421;
        }

.ppitemcontainer {
    width: 810px;
    height: auto;
    border: 1px solid #F3F3F3;
    padding: 0px 25px 25px 25px;
    overflow: auto;
}

    .ppitemcontainer#contentDownloads {
        width: 860px;
        border: 1px solid #f3f3f3;
        padding: 0;
        overflow: hidden;
    }


.ppimg {
}

.ppitem {
    width: 235px;
    height: auto;
    margin: 25px;
    float: left;
}

    .ppitem h2 {
        font-family: "Segoe UI", helvetica, arial;
        font-weight: normal;
        font-size: 18px;
        color: #456da2;
        text-align: center;
    }

    .ppitem p {
        color: #333333;
        font-size: 12px;
        font-weight: bold;
    }

        .ppitem p + p {
            font-weight: normal;
        }

.ppbtn {
    display: block;
    background-color: #ffa545;
    border: 1px solid #944900;
    width: 100px;
    height: 23px;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-family: "Segoe UI", helvetica, arial;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    float: right;
}

    .ppbtn:hover, .ppbtn:focus {
        color: #944900;
        border: 1px solid #ccc;
    }

/* [UC INTRO]
 ----------------------------------------------------------*/
.ucIntro {
    margin: 30px 00px 30px 0px;
    width: 860px;
}

    .ucIntro h1 {
        font-family: "Segoe UI", helvetica, arial;
        font-weight: normal;
        font-size: 22px;
        color: #456da2;
    }

    .ucIntro p {
        font-size: 14px;
        color: #333333;
        line-height: 1.5;
    }
/* [NewS PANE]
 ----------------------------------------------------------*/
.newsPane {
    width: 860px;
    height: 380px;
    margin-bottom: 30px;
}

.webinar_item, .twitter_item, .news_item {
    width: 250px;
    height: auto;
    margin-left: 20px;
    float: left;
    border: 1px solid #848484;
    padding: 10px;
    min-height: 370px;
    position: relative;
}

.webinar_item {
    /*width:309px;*/
    margin-left: 0;
}

    .webinar_item h2, .twitter_item h2, .news_item h2 {
        font-family: "Segoe UI", helvetica, arial;
        font-weight: normal;
        font-size: 18px;
        color: #2d486b;
        margin-top: 5px;
    }

    .webinar_item h3 {
        font-weight: bold;
        font-size: 12px;
        color: #333333;
        margin-bottom: 0;
    }

.webinar_date {
    font-weight: bold;
}

.webinar_item p, .twitter_item p, .news_item p {
    color: #333333;
    font-size: 12px;
}

blockquote.twitter-tweet {
    margin: 0 0 30px 0;
    position: relative;
}

    blockquote.twitter-tweet p, blockquote.twitter-tweet span {
        font-size: 12px;
    }

    blockquote.twitter-tweet span {
        display: block;
        margin-bottom: 5px;
        text-align: right;
    }

    blockquote.twitter-tweet a:link {
        font-size: 10px;
        float: right;
        color: #2d486b;
        position: relative;
    }

.twitter_item ul, .news_item ul {
    margin: 0;
}

.news_item {
    font-size: 12px;
}

    .news_item li {
        margin: 0 0 10px 0;
    }

    .webinar_item a, .twitter_item a, .news_item a {
        display: block;
        color: #6a8e29;
        font-size: 12px;
        text-decoration: none;
        height: 20px;
    }

        .webinar_item a:hover, .twitter_item a:hover, .news_item a:hover {
            color: #567421;
            text-decoration: underline;
        }

.news-link {
    position: absolute;
    bottom: 5px;
    height: 30px;
    width: 250px;
    text-align: right;
    padding-top: 10px;
}
/* [FOOTER]
 ----------------------------------------------------------*/

.footer {
    clear: both;
    background-color: #f2f7fb;
    width: 840px;
    height: 240px;
    padding: 10px;
}

    .footer ul {
        width: 120px;
        float: left;
        padding-left: 0;
    }

        .footer ul li, .footer h4 {
            font-weight: bold;
            color: #40536b;
            list-style: none;
            font-size: 10px;
            margin: 0;
            padding-left: 0;
        }

    .footer h4 {
        text-align: center;
        margin-bottom: 18px;
    }

    .footer ul li + li {
        font-weight: normal;
    }

    .footer form {
        width: 260px;
        float: right;
    }

    .footer fieldset {
        border: 0;
    }

    .footer form label {
        float: left;
        text-align: right;
        width: 70px;
        font-size: 10px;
        font-weight: bold;
        margin: 2px;
        color: #40536b;
    }

    .footer form input {
        float: right;
    }

    .footer form textarea {
        margin-top: 10px;
        float: right;
    }

    .footer .submitButton {
        background-color: #5184a5;
        border-radius: 5px;
        padding: 2px 5px;
        width: 60px;
        color: white;
        font-size: 10px;
        margin-top: 10px;
        float: right;
        margin-right: 20px;
    }

        .footer .submitButton:hover {
            background-color: #2d486b;
        }

#footerLeft {
    width: 70%;
    display: block;
    float: left;
}

#contactRight {
    width: 28%;
    float: right;
}

    #contactRight #labels {
        width: 60px;
        float: left;
    }

        #contactRight #labels label {
            margin-bottom: 6px;
            display: block;
            font-size: 10px;
            font-weight: bold;
            color: #40536b;
        }

    #contactRight #inputs {
        width: 160px;
        float: left;
    }

/* [TALAN]
 ----------------------------------------------------------*/
.DivLeftColumnInput {
    width: 260px;
    clear: left;
    float: left;
}

.DivRightColumnInput {
    width: 260px;
    float: left;
}

.DivFullWidthInput {
    width: 520px;
    clear: both;
}

/* [DOCUMENTSearch]
 ----------------------------------------------------------*/
.SearchBox {
    vertical-align: middle;
    border: solid 1px #bdbdbd;
    background-color: #f2f2f2;
    outline: 0;
    width: 240px;
    color: #414141;
    padding: 5px;
}

.GoButton {
    position: relative;
    top: 5px;
}

.TextSearchOption {
    position: relative;
}

.DocumentSearchCount {
    position: relative;
    left: 10px;
    font-weight: bold;
}

.DocumentSidePanel {
    clear: both;
    width: 200px;
    float: left;
    position: relative;
}

    .DocumentSidePanel a {
        font-weight: bold;
    }

    .DocumentSidePanel tr {
        border: 0px;
    }

.DocumentResultPanel {
    width: 640px;
    float: left;
    position: relative;
    left: 20px;
}

.DocumentSearchPanel {
    /*position:absolute;     top:10px;     left:150px;*/
    float: left;
    width: auto;
}

.DocumentHeaderLabel {
    width: 640px;
}

.UploadButton {
    /*position: absolute;*/
    top: 20px;
    left: 750px;
    color: #44687D;
    text-decoration: none;
    font-weight: bold;
    padding-left: 0.357em;
    margin: 0 1.071em 1.071em 0;
    font-size: 11px;
}

.RelatedDocumentsPanel {
    width: 640px;
    position: relative;
    left: 20px;
}

.DocNextButton {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #44687D;
    text-decoration: none;
    font-weight: bold;
    padding-left: 0.357em;
    margin: 0 1.071em 1.071em 0;
    font-size: 11px;
}

    .DocNextButton:hover {
        text-decoration: underline;
    }

.SectionControl {
    overflow: hidden;
}

.DocPrevButton {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #44687D;
    text-decoration: none;
    font-weight: bold;
    padding-left: 0.357em;
    margin: 0 1.071em 1.071em 0;
    font-size: 11px;
}

    .DocPrevButton:hover {
        text-decoration: underline;
    }

.DocParentButton {
    color: #44687D;
    text-decoration: none;
    font-weight: bold;
    padding-left: 0.357em;
    margin: 0 1.071em 1.071em 0;
    font-size: 11px;
}

    .DocParentButton:hover {
        text-decoration: underline;
    }

.DocThreadButton {
    color: #44687D;
    text-decoration: none;
    font-weight: bold;
    padding-left: 0.357em;
    margin: 0 1.071em 1.071em 0;
    font-size: 11px;
}

    .DocThreadButton:hover {
        text-decoration: underline;
    }

.RelatedDocumentsThreadControl {
    width: 640px;
    padding: 0 0 0 0;
    text-align: center;
}

/*[ORDER WORKFLOW]
--------------------------------------------------------*/
.WorkFlowOrderList {
    width: 70%;
    padding: 10px;
    float: left;
}

    .WorkFlowOrderList li {
        list-style: none;
    }

#WorkFlowReorderFunctionDiv {
    margin: 5px;
    padding: 3px;
    width: 24%;
    float: right;
    border: solid 1px #9aacc4;
    background-color: #e9edf2;
}

.dragHandleTemplate {
    padding-right: 5px;
    /*background-color: #55a8d2;*/
}

.LockedDiv {
    float: left;
    padding-top: 10px;
}

.RecycledDiv {
    float: left;
    padding-top: 10px;
}

li.ReorderHighlightedCellsstage td {
    color: #3e91c7;
    background-color: #eaf4f9;
    border-bottom: 1px #f1f1f1 solid;
    border-top: 1px solid #e4e4e4;
    font-weight: bold;
}

li.ReorderHighlightedCellsdecision td {
    color: #ed523b;
    font-weight: bold;
    border: 0px;
}

li.ReorderHighlightedCellstask td {
    color: #7dbb1f;
    font-weight: bold;
}

li.ReorderHighlightedCellsdocument td {
    color: #2a2a2a;
}

/*[COMPANY HOMEPAGE]
--------------------------------------------------------*/

.DocumentCategoriesList {
    width: 100%;
    margin-left: 20px;
    border: 0;
}

.TransactionsList {
    width: 100%;
    margin-left: 20px;
    border: 0;
}

.DocumentsList {
    width: 100%;
    margin-left: 20px;
    border: 0;
}

/*[NoTIFICATIONS ADMIN]
--------------------------------------------------------*/

#rbMailBodyContents {
    padding-left: 100px;
}


.dropDownMenu {
    margin-left: 3.5%;
    border: solid 1px #888;
    background-color: #E9EDF2;
    margin-bottom: 20px;
}

/*[EditTEMPLATEPACK]
--------------------------------------------------------*/

div#BPMenu li {
    color: #44687D;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

    div#BPMenu li:hover, div#AppMenu li:hover {
        text-decoration: underline;
    }

div#BPMenu ul.dynamic, div#AppMenu ul.dynamic, div#langMenu ul.dynamic {
    border: outset 2px #888;
    padding: 3px;
    color: #44687D;
    z-index: 20;
}

div#AppMenu ul.dynamic, div#langMenu ul.dynamic {
}

div#BPMenu ul li.dynamic, div#AppMenu ul li.dynamic,, div#langMenu ul li.dynamic {
    padding: 3px;
}

.dynamic {
    color: #44687D;
}
/*[Edit APPLICATION]
---------------------------------------------*/
div#AppMenu li, div#langMenu li {
    color: #44687D;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

div#AppMenu ul.static, div#langMenu ul.static {
    color: #44687D;
}


div#AppMenu ul li.static, div#langMenu ul li.static {
}

.static {
    color: #44687D;
}
/*[CASES]
---------------------------------------------*/
div.LeftDataPanel {
    width: 500px;
    float: left;
    padding: 5px;
}

div.RightDataPanel {
    width: 340px;
    float: left;
    height: 100%;
    box-shadow: -5px 3px 5px #e6e6e6;
    padding: 5px;
}

div#TransactionDiv {
    top: 0;
    padding: 10px;
}

div#DataRoomDiv {
    top: 0;
    padding: 10px;
}

#WorkflowCountChart {
    top: 0;
}

div.coverPageDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /* Fallback for web browsers that don't support RGBa */
    background: rgb(0, 0, 0) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    z-index: 200;
}

/*doing this means we can we work for smaller screens*/
div.popupChild {
    border: inset;
    border-color: #CCCCCC;
    background-color: #EDEDED;
    display: inline-block;
    text-align: left;
    position: relative;
    float: right;
    right: -50%;
    padding-left: 5px;
    padding-right: 5px;
}

div.popupParent {
    display: table;
    margin: 0 auto;
    z-index: 201;
    position: absolute;
}

div.loadingDiv {
    border: inset;
    border-color: #CCCCCC;
    background-color: #EDEDED;
    width: 80%;
    max-height: 400px;
    overflow: auto;
}

div.loadingDivOuter {
    position: fixed;
    width: 60%;
    height: 20%;
    left: 20%;
    top: 40%;
    z-index: 202;
}

div.actionDivOuter {
    position: fixed;
    width: 60%;
    height: 80%;
    left: 20%;
    top: 10%;
    z-index: 202;
    overflow-y: scroll;
    border: inset;
    border-color: #CCCCCC;
    background-color: #EDEDED;
}

table.loadingTable {
    background-color: #EDEDED;
}

#DataRoomMenu {
    z-index: 15;
}

.ExpandingPanelHeader {
    display: inline-block;
    border: solid 1px #888;
    background-color: #E9EDF2;
    text-align: center;
    color: #44687D;
    font-weight: bold;
    font-size: 15px;
    width: 20%;
    float: right;
}

.OverrideTabs {
}

.ActiveTab {
    color: #003263;
    font-family: "Segoe UI", Helvetica, Garunda, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 4px solid #7dbb1f;
    display: block;
}

.InactiveTab {
    color: #003263;
    font-family: "Segoe UI", Helvetica, Garunda, Arial, sans-serif;
    font-size: 18px;
    display: block;
    border-bottom: 4px solid white;
}

    .InactiveTab:hover {
        color: #003263;
        font-family: "Segoe UI", Helvetica, Garunda, Arial, sans-serif;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 4px solid #7dbb1f;
    }

.OverrideTabs .ajax__tab_outer {
    /*border:1px solid black;
    border-bottom:none;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    padding:3px;*/
}

/*.ContextDropdown
{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    border-style: none;
    background-color: transparent;
    font-weight:bold;
}

    .ContextDropdown option
    {
        background-color: white;
    }

        .ContextDropdown option :hover
        {
           
        }

div.ContextMenuDiv
{
    width: 15px;
    overflow: hidden;
    border-left:thin;
    border-right:thin;
    padding:0px 2px 0px 2px;
}

    div.ContextMenuDiv :hover
    {
        background-color: #6CA9D1;
        font-weight: bold;
    }*/
#summaryPageActions {
}

    #summaryPageActions li {
        padding-bottom: 5px;
    }

.SectionTab {
    border: 1px solid #9AACC4;
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
    max-width: 98%;
}

div#RightColumnDisplay {
    float: right;
    width: 200px;
    padding-left: 10px;
    height: 275px;
    /*border-left:1px dashed #BDBDBD;*/
}

div#LeftColumnDisplay {
    float: left;
    width: 200px;
    padding-right: 10px;
    border-right: 1px dashed #BDBDBD;
    height: 275px;
}

div#CenterColumnDisplay {
    float: left;
    width: 350px;
    padding-right: 10px;
    padding-left: 10px;
    height: 275px;
}

div#CasesDataRoomList {
    float: left;
    width: 500px;
}

.ChartBorder {
    width: 198px;
    border: 1px solid #6CA9D1;
}

div#DataRoomChart {
    float: right;
    width: 300px;
}

#MainContent_pnlFacets {
    padding-right: 10px;
    width: 210px;
}

#pnlIndexResults {
    width: 600px;
}

.rolloverMenu {
    float: left;
    padding: 10px 10px 6px 10px;
    position: absolute;
    z-index: 300;
    background-color: white;
    border: 1px solid rgba(205, 230, 247, 0.5);
    box-shadow: 3px 3px 6px -4px #bcbcbc,-3px 3px 6px -4px #bcbcbc;
    margin-top: -5px;
}



.breadcrumb {
    background: #eee;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5 #e5e5e5 #ccc;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 100%;
}

    .breadcrumb li {
        float: left;
    }

    .breadcrumb a {
        padding: .7em 1em .7em 2em;
        float: left;
        text-decoration: none;
        color: #444;
        position: relative;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
        background-color: #ddd;
        background-image: linear-gradient(to right, #f5f5f5, #ddd);
    }

    .breadcrumb li:first-child a {
        padding-left: 1em;
        border-radius: 5px 0 0 5px;
    }

    .breadcrumb a:hover {
        background: #fff;
    }

    .breadcrumb a::after,
    .breadcrumb a::before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -1.5em;
        border-top: 1.5em solid transparent;
        border-bottom: 1.5em solid transparent;
        border-left: 1em solid;
        right: -1em;
    }

    .breadcrumb a::after {
        z-index: 2;
        border-left-color: #ddd;
    }

    .breadcrumb a::before {
        border-left-color: #ccc;
        right: -1.1em;
        z-index: 1;
    }

    .breadcrumb a:hover::after {
        border-left-color: #fff;
    }

    .breadcrumb .SectionSelectorSelected_Complete {
        background-image: linear-gradient(to right, #3399ff, #2473ce);
        color: #fff;
        background-color: #2d7ec3;
    }

        .breadcrumb .SectionSelectorSelected_Complete::after {
            border-left-color: #2473ce;
        }


        .breadcrumb .SectionSelectorSelected_Complete:hover {
            background-image: linear-gradient(to right, #a8cff7, #97bade);
            background-color: #a8cff7;
        }

            .breadcrumb .SectionSelectorSelected_Complete:hover::after {
                border-left-color: #97bade;
            }


    .breadcrumb .SectionSelectorSelected_Incomplete {
        background-image: linear-gradient(to right, #b42a2a, #aa2626);
        color: #fff;
    }


        .breadcrumb .SectionSelectorSelected_Incomplete::after {
            border-left-color: #aa2626;
        }


        .breadcrumb .SectionSelectorSelected_Incomplete:hover {
            background-image: linear-gradient(to right, #ff8080, #e67373);
            color: #fff;
            background-color: #ff8080;
        }

            .breadcrumb .SectionSelectorSelected_Incomplete:hover::after {
                border-left-color: #e67373;
            }


    .breadcrumb .SectionSelector_Complete {
        background-image: linear-gradient(to right, #eeeeee, #d6d6d6);
        color: #222;
        background-color: #eeeeee;
    }

        .breadcrumb .SectionSelector_Complete::after {
            border-left-color: #d6d6d6;
        }


        .breadcrumb .SectionSelector_Complete:hover {
            background-image: linear-gradient(to right, #a8cff7, #97bade);
            background-color: #a8cff7;
        }

            .breadcrumb .SectionSelector_Complete:hover::after {
                border-left-color: #97bade;
            }

    .breadcrumb .SectionSelector_Incomplete {
        background-image: linear-gradient(to right, #ffd5d5, #e6c0c0);
    }


        .breadcrumb .SectionSelector_Incomplete::after {
            border-left-color: #e6c0c0;
        }


        .breadcrumb .SectionSelector_Incomplete:hover {
            background-image: linear-gradient(to right, #ff8080, #e67373);
            background-color: #ff8080;
        }

            .breadcrumb .SectionSelector_Incomplete:hover::after {
                border-left-color: #e67373;
            }

    .breadcrumb .AddNewHeader {
        background-image: linear-gradient(to right, #70b859, #518d3d);
        color: #fff;
    }

        .breadcrumb .AddNewHeader::after {
            border-left-color: #518d3d;
        }

        .breadcrumb .AddNewHeader:hover {
            background-image: linear-gradient(to right, #a7d398, #81c06b);
            color: #fff;
        }

            .breadcrumb .AddNewHeader:hover::after {
                border-left-color: #81c06b;
            }


div#MultipleApplicationsMenu {
    position: fixed;
    z-index: 100;
    width: 450px;
    height: 200px;
    margin: 0px 0px 5px 5px;
    padding: 7px;
    height: auto;
    border: outset 1px #9aacc4;
    background-color: #e9edf2;
    border-radius: 5px;
}

.UploadTabsMenu {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .UploadTabsMenu li {
        float: left;
        margin-right: 10px;
    }

    .UploadTabsMenu a {
        padding: .7em 1em .7em 1em;
        float: left;
        text-decoration: none;
        position: relative;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
        background-color: #ddd;
        background-image: linear-gradient(to right, #3399ff, #2473ce);
        color: #fff;
        border-radius: 5px;
        width: 125px;
        text-align: center;
    }

        .UploadTabsMenu a:hover {
            background: #fff;
            background-image: linear-gradient(to right, #a8cff7, #97bade);
        }

    .UploadTabsMenu .Selected {
        background-image: linear-gradient(to right, #eeeeee, #d6d6d6);
        color: #222;
    }

div#TabBusinessProcess {
    border-left: 3px solid #9aacc4;
    padding-left: 5px;
}

div#TabFolder {
    border-left: 3px solid #9aacc4;
    left: 160px;
    padding-left: 5px;
    position: relative;
}

select {
    padding-top: 4px;
    padding-bottom: 4px;
}


.metrobutton_dataroom {
    width: 210px;
    height: 48px;
    display: block;
    color: black;
    background-color: #f2f2f2;
    margin-top: 8px;
}

    .metrobutton_dataroom:hover {
        background-color: rgba(205, 230, 247, 0.5);
    }

.fieldLabelMetro_dataroom {
    color: black;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 10px;
    font-family: 'Segoe UI' Arial;
    float: right;
    width: 142px;
    line-height: 15px;
}

.fieldInfoMetro_dataroom {
    color: #fafafa;
    vertical-align: top;
    margin-top: -2px;
    margin-left: 10px;
    font-family: 'Segoe UI' Arial;
    float: right;
    width: 142px;
    font-size: 10px;
    line-height: 10px;
}

.metrobutton_report {
    width: 160px;
    height: 48px;
    display: inline-block;
    color: black;
    background-color: #f2f2f2;
    margin: 4px;
    overflow: hidden;
}

.fieldLabelMetro_report {
    color: black;
    vertical-align: top;
    margin: 10px;
    font-family: 'Segoe UI' Arial;
    float: right;
    width: 90px;
}


.metroInfoBoxEven {
    display: block;
    color: white;
    background-color: #2d7ec3;
    width: 100%;
    padding: 10px 5px;
    margin-top: 10px;
    font-family: Arial;
}

    .metroInfoBoxEven:hover, .metroInfoBoxOdds:hover {
        color: white;
    }

.metroInfoBoxOdds {
    display: block;
    color: white;
    background-color: #009f12;
    width: 100%;
    padding: 10px 5px;
    margin-top: 10px;
    font-family: Arial;
}

.metroInfoHeader {
    font-size: 20px;
    font-weight: bold;
    width: 350px;
    display: inline-block;
}

/*.WorkflowsTitle {
    font-family: 'Segoe UI Light' Arial;
    font-size: 30pt;
    color: black;
    font-weight: lighter;
}*/

.DataRoomsTitle {
    font-family: 'Segoe UI' Arial;
    font-size: 20pt;
    color: #1f9158;
    margin-bottom: 5px;
    display: block;
    padding-bottom: 2px;
}

.WorkflowsTitle {
    font-family: 'Segoe UI' Arial;
    font-size: 20pt;
    color: black;
    margin-bottom: 5px;
    display: block;
}


.SearchesTitle {
    font-family: 'Segoe UI' Arial;
    font-size: 20pt;
    color: #1f9158;
    margin-bottom: 5px;
    display: block;
}

.searchList {
    list-style: square;
    padding-left: 20px;
    color: #888;
}

    .searchList li {
        color: #888;
        font-size: 14px;
        line-height: 30px;
    }

        .searchList li a {
            color: black;
            width: 200px;
            display: inline-block;
            vertical-align: top;
        }


.WorkflowPageNumber {
    color: white;
    background-color: #87ceeb;
    padding: 12px;
    margin-top: 3px;
    display: inline-block;
}

.WorkflowPageNumber_Selected {
    color: white;
    background-color: #f08080;
    padding: 12px;
    margin-top: 3px;
    display: inline-block;
}

.metroInfoDetails {
    width: 350px;
    display: inline-block;
}

.ReportsTitle {
    font-family: 'Segoe UI' Arial;
    font-size: 20pt;
    color: #1f9158;
    margin-bottom: 2px;
    display: block;
}

.metroinputLabel {
    font-size: 16px;
    font-family: 'Segoe UI';
}

.FacetHeaderLabel {
    background-color: rgb(0, 96, 146);
    color: white;
    bottom: auto;
    font-family: 'Segoe UI light';
    font-size: 17px;
    font-weight: 400;
    /*height: 27px;*/
    line-height: 23px;
    padding-bottom: 0px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 0px;
    position: relative;
    text-indent: -4.5px;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    width: 200px;
    display: inline-block;
}

.FacetLabel {
    color: #444;
    font-family: 'Segoe UI';
    font-size: 13px;
    line-height: 20px;
    margin-top: 4px;
    margin-bottom: 4px;
    display: block;
    margin-left: 10px;
}

    .FacetLabel:hover {
        color: #0072C6;
    }

.SelectedFacet {
    color: #0072C6;
}

a.UniversalSearchTabHeader {
    background-color: #eee;
    padding: 10px 12px 10px 12px;
    margin: 0px 5px 10px 0px;
    /*color: white;*/
    font-family: 'Segoe UI' Arial;
    font-size: 17px;
    /*font-weight: bold;*/
}

a.UniversalSearchTabHeader_Selected {
    background-color: #2d7ec3;
    padding: 10px 12px 10px 12px;
    margin: 0px 5px 10px 0px;
    color: white;
    font-family: 'Segoe UI' Arial;
    font-size: 17px;
    font-weight: bold;
}

.htmColour img {
    background-color: #a3cced;
}

.docColour img {
    background-color: #0907c8;
}

.msgColour img {
    background-color: #f2cf00;
}

.pdfColour img {
    background-color: #f00;
}

.pptColour img {
    background-color: #d04324;
}

.xlsColour img {
    background-color: #7dbb1f;
}

.zipColour img {
    background-color: #ffd800;
}

.imageColour img {
    background-color: #567421;
}

.txtColour img {
    background-color: #9aacc4;
}

.script_code_redColour img {
    background-color: #204f6d;
}

.fixedTop {
    position: fixed;
    top: 0;
}

.ReorderList li {
    list-style: none;
}

#SearchHelper {
    width: 300px;
    float: right;
    clear: right;
    border: outset 2px #888;
    padding: 5px;
    z-index: 10;
    background-color: white;
    top: 150px;
    left: 565px;
    position: absolute;
    display: none;
}

a#SearchHelp {
    height: 27px;
    top: 86px;
    left: 665px;
    position: absolute;
}

.SearchCrumbs {
    display: block;
    padding: 0;
    padding-top: 10px;
}

    .SearchCrumbs li {
        display: inline;
    }

        .SearchCrumbs li a, .SearchCrumbs li a:link, .SearchCrumbs li a:visited {
            color: #666;
            display: block;
            float: left;
            position: relative;
            text-decoration: none;
            background-color: #eee;
            padding: 10px 12px 10px 12px;
            margin: 0px 5px 10px 0px;
            font-family: 'Segoe UI' Arial;
            font-size: 17px;
        }

        .SearchCrumbs li a {
            /*background-image: -webkit-gradient(linear,left bottombottom,left top,color-stop(0.45, rgb(241,241,241)),color-stop(0.73, rgb(245,245,245)));
            background-image: -moz-linear-gradient( center bottombottom, rgb(241,241,241) 45%, rgb(245,245,245) 73%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#f5f5f5);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#f5f5f5)";
            background-color:rgb(241,241,241);*/
        }

            .SearchCrumbs li a:hover {
                background-color: #E0E0E0;
            }

            .SearchCrumbs li a.selected {
                background-color: #2d7ec3;
                color: white;
            }

        .SearchCrumbs li.first a {
            border-top-left-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -webkit-border-top-left-radius: 5px;
        }

        .SearchCrumbs li.last a {
            border-right-width: 1px;
            border-bottom-right-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            -webkit-border-bottom-rightright-radius: 5px;
        }

#pnlUniversalSearchOrder {
    float: right;
    width: 620px;
    margin-left: 5px;
}

.ForceLine {
    clear: both;
}

.SearchPageHomeBtn {
    width: 28px;
    height: 28px;
    margin-top: -5px;
}

.searchActionControls {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 5px rgba(99, 99, 99, 0.35);
    margin-right: 10px;
}

.FavouriteImage {
    background-color: transparent;
    width: 30px;
    height: 30px;
}

#pnlPreview {
    width: 300px;
    height: 400px;
}

.FieldOptions {
    float: right;
    display: none;
    width: calc(100% - 228px);
}

.metrobutton_searchresult img {
    height: 27px;
}

.metrobutton_searchresult {
    min-width: 190px;
    height: 27px;
    display: inline-block;
    color: black;
    background-color: #f2f2f2;
    text-align: left;
}

    .metrobutton_searchresult img {
        height: 27px;
        width: 27px;
        /*background-color: transparent;*/
        padding: 0px;
        margin: 0px;
        float: left;
    }

    .metrobutton_searchresult:hover {
        background-color: rgba(205, 230, 247, 0.5);
    }

    .metrobutton_searchresult span {
        color: black;
        text-transform: capitalize;
        font-family: 'Segoe UI' Arial;
        vertical-align: top;
        margin-top: 5px;
        float: left;
        margin-left: 10px;
        line-height: 15px;
    }

.WorkflowDecision {
}

.pnlMoveTo {
    position: absolute;
    z-index: 449;
}

.CommentPanel {
    background-color: #EDEFF4;
    border-bottom-color: #D2D9E7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top: solid 1px #FFF;
    color: #333;
    padding: 3px 5px 3px 5px;
}

.CommentTime {
    color: #848284;
}

.CommenterName {
    color: #3B5998;
    font-weight: bold;
}

.CommentContents {
    margin-left: 10px;
    white-space: normal;
}

a img {
    background-color: transparent;
}

.SearchResultsRelevancy {
    color: #444;
    font-size: 13px;
    padding-top: 2px;
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial;
}

.SortOrder {
    z-index: 100;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    position: absolute;
    width: 150px;
    background-color: white;
    padding-left: 5px;
    margin-left: 50px;
}

.SortDirectionButton {
    height: 16px;
    width: 16px;
    vertical-align: top;
    margin-left: 10px;
    /*background-color: white;*/
}

div.previewDiv {
    background-color: #EDEDED;
    width: 80%;
    clear: both;
    height: 400px;
    width: 500px;
    overflow: auto;
    padding: 7px;
    z-index: 201;
    border: 1px solid #d1d1d1;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.47);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.47);
}

div.previewDivOuter {
    position: fixed;
    left: 50%;
    top: 15%;
    z-index: 200;
    padding: 10px;
    background-color: white;
    border: 1px solid #d1d1d1;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.47);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.47);
}

div.DocumentPreviewPage {
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
    background-color: white;
    padding: 10px;
}

span.DocPreviewHeader {
    color: #444;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 10px;
    font-family: "Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    width: 142px;
    line-height: 15px;
    text-transform: none;
    max-height: 45px;
    overflow: hidden;
    font-weight: 300;
    font-size: 16px;
}

input.htmColour {
    background-color: #a3cced;
}

input.docColour {
    background-color: #0907c8;
}

input.msgColour {
    background-color: #f2cf00;
}

input.pdfColour {
    background-color: #f00;
}

input.pptColour {
    background-color: #d04324;
}

input.xlsColour {
    background-color: #7dbb1f;
}

input.zipColour {
    background-color: #ffd800;
}

input.imageColour {
    background-color: #567421;
}

input.txtColour {
    background-color: #9aacc4;
}

.DocPreviewButton {
    top: -21px;
    position: relative;
    margin-right: 3px;
}

div.TitleDiv {
    float: left;
    /*If higher breaks old themes*/
    width: 800px;
}


img.dropdownToggle {
    height: 24px;
    width: 24px;
    background-color: transparent;
}

    img.dropdownToggle:hover {
        background-color: #a8cff7;
    }

.ui-icon-triangle-1-s {
    background-position: -60px -12px;
}

.ui-button .ui-button-text {
    display: inline;
}

.CalendarHeaderCell {
    text-align: left;
    border-left: solid 1px #c6c6c6;
    color: #444;
    padding: 2px;
    width: 14.5%;
    text-transform: uppercase;
}

.CalendarDayNumber {
    font-weight: bold;
    color: #444;
    font-family: "Segoe UI", Segoe, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.CalendarDayNumberNonMonth {
    font-weight: normal;
}

.CalendarDayHeader {
    border: solid 1px #c6c6c6;
    border-bottom-style: none;
    border-right-style: none;
}

    .CalendarDayHeader:hover {
        text-decoration: underline;
    }

.CalendarCell {
    border-left: solid 1px #c6c6c6;
}

.Calendar {
    border-spacing: 0px;
    width: 100%;
    border-bottom: solid 1px #c6c6c6;
    border-right: solid 1px #c6c6c6;
}

.CalendarEvent {
    text-align: center;
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff;
    width: 95%;
    margin: 2.5%;
}

    .CalendarEvent:hover {
        color: #fff;
        text-decoration: underline;
    }

.CalendarMonthControls {
    color: #000;
    background-color: rgb(242, 242, 242);
    line-height: 15px;
    font-family: 'Segoe UI' Arial;
    display: inline-block;
    margin-bottom: 10px;
}

.CalendarMonthLabel {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

.CalendarCreateControls {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

.CalendarNavButton img {
    width: 27px;
    height: 27px;
}

.ColourDisplayBox {
    width: 40px;
    height: 20px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(193, 193, 193, 0.75);
    -moz-box-shadow: 4px 4px 5px 0px rgba(193, 193, 193, 0.75);
    box-shadow: 4px 4px 5px 0px rgba(193, 193, 193, 0.75);
}

.Hidden {
    display: none;
}

.CalendarControl {
    z-index: 1000;
}

.SelectedNode {
    font-weight: bold;
    background-color: #f2f2f2;
    color: #003263;
}

.ReportFilters {
    border: 1px solid red;
    margin-top: 10px;
    padding: 7px;
    border: solid 1px #9aacc4;
    background-color: #e9edf2;
    border-radius: 5px;
}

input.FormFieldDate_Input, input.FormFieldNumber_Input {
    width: 100px;
}

textarea.FormFieldText_Input {
    width: 225px;
}

input.FullWidth {
    width: 500px;
}

textarea.FullWidth {
    width: 500px;
}

.TaxonomyButton {
    width: 130px;
    height: 27px;
    display: inline-block;
    color: black;
    background-color: #f2f2f2;
    /*margin-top: 8px;*/
}

    .TaxonomyButton img {
        height: 24px;
        width: 24px;
        background-color: transparent;
        padding: 0px;
        margin: 0px;
    }

    .TaxonomyButton span {
        color: #013d7b;
        text-transform: capitalize;
        margin-top: 5px;
        margin-left: 10px;
        font-family: 'Segoe UI', Arial;
        width: 76px;
        line-height: 15px;
    }

.pnlActions {
    position: absolute;
    width: 200px;
    ;
    height: auto;
    background-color: #fff;
    left: 660px;
    border: 1px solid lightgrey;
    box-shadow: 0px 0px 20px rgba(99, 99, 99, 0.35);
    padding: 5px;
    z-index: 200;
    margin-top: -25px;
    top: 140px;
}

.RepeaterGrid_HyperLink a:hover {
    text-decoration: underline;
}

.OrderByControls {
    float: right;
}

.topBarUniversal {
    padding-bottom: 0px;
}

.newProcessBtn {
    top: 0px;
    left: 0px;
}

.Inline {
    display: inline;
}

.universalHeaders {
    max-width: 850px;
}


.UniversalResultsFound {
    float: none;
}

/*.UniversalFullPanel{
    background-color:#F3F3F3 !important;
}*/

.UniversalResultsPanel {
    background-color: #F3F3F3;
    float: left;
}

.AlternatingResultsPanel {
    background-color: #FDFDFF;
}

.AlternatingBackgroundImage {
    background-color: #55A8D2;
}

.UniversalBreadcrumb {
    list-style: none;
    color: #013d7b;
}

    .UniversalBreadcrumb a {
        font-family: "Segoe UI";
        font-size: 13px;
        color: #013d7b;
    }


    .UniversalBreadcrumb li {
        display: inline;
    }

    .UniversalBreadcrumb a::after {
        content: " > ";
    }

    .UniversalBreadcrumb li:last-child a::after {
        content: "  ";
    }

.UniversalPaging {
    border: solid;
    border-width: 1px;
    border-color: #BCBCBC;
    border-top: 0px;
    line-height: 2.5em;
    background-color: #D7D7D7;
    width: 100%;
    float: left;
}

.UniversalPagingLabel {
    position: relative;
    padding-left: calc(50% - 50px);
}

.FacetHeaderLabel {
    border-top: rgb(192, 190, 209) 2px solid;
}

    .FacetHeaderLabel:first-child {
        border-top: none;
    }


.UniversalWorkFlowStarters {
    position: relative;
    top: 11px;
}

.SingleFeed {
    border-bottom: rgb(192, 190, 209) 2px solid;
}

.uploadForm {
    border-collapse: separate;
    border: solid 1px #BCBCBC;
    padding: 10px;
    clear: both;
}

.fileUpload {
    width: 423px;
}

.uploadDoc {
    clear: none;
    float: left;
    background-color: #033D7C;
}

    .uploadDoc span {
        color: white;
    }

.webLinkUpload {
    float: left;
    background-color: #DFE6EE;
}

.uploadDoc:hover {
    background-color: #033D7C;
}

.webLinkUpload:hover {
    background-color: #033D7C;
}

@media only screen and (max-device-width: 500px) {

    .login_box_metro {
        width: 320px;
        padding: 15px;
        margin: 0 auto;
        border: 0px;
        overflow: auto;
        border-radius: 0px;
    }

    .login_icon {
        padding-top: 0px;
    }

    span.HeaderMetro {
        margin-left: 65px;
    }

    input.FormInputMetro {
        width: 200px;
    }

    .login_box_icon {
        margin-right: 0px;
        margin-left: 0px;
        float: none;
        height: 30px;
    }

    body {
        background-color: white;
    }

    .login_icon {
        padding-top: 0px;
    }
}

.metroInfoBoxEven {
    background-color: #2D7ec3;
}

td.childdataroom_hyperlink a:hover {
    text-decoration: underline;
}

.homeIcon {
    display: inline-block;
    float: left;
}

    .homeIcon img {
        width: 28px;
        height: 28px;
        margin-top: -2px;
    }

.FieldLabel {
    /*padding-left:200px;*/
}

.HalfWidthDiv {
    width: 260px;
}

.FullWidthDiv {
    width: 500px;
}

select {
    width: 251px;
}

.CenterColumnDisplay {
    width: 350px;
}

.dashboardpager {
    width: 350px;
}

.doumentManagementPnl {
    /*any more than 610 breaks old themes*/
    width: 610px;
    float: left;
}

.breadcrumbnew {
    list-style: none;
    color: #013d7b;
}

    .breadcrumbnew a {
        font-family: "Segoe UI";
        font-size: 13px;
        color: #013d7b;
    }


    .breadcrumbnew li {
        display: inline;
    }

    .breadcrumbnew a::after {
        content: " > ";
    }

    .breadcrumbnew li:last-child a::after {
        content: "  ";
    }

.RedIcon {
    border-left: 5px solid red;
}

.DescriptionChoiceImage {
    max-width: 25px;
    max-height: 25px;
}

.SearchDetailsFieldLabel {
    font-weight: bold;
    color: black;
}

.ChangeCompanyMenu {
    float: none !important;
}


    .ChangeCompanyMenu > ul {
        float: none !important;
    }


.CalendarNavButton {
    background-color: transparent;
    display: inline-block;
}

.CalendarDayHeaderToday {
    border-top: solid 3px #55a8d2;
}

.CalendarDayNumberToday {
    color: #55a8d2;
}

.divTable {
    display: table;
}

.divRow {
    display: table-row;
}

.divCell {
    display: table-cell;
    padding: 5px;
}

.divCellRight {
    text-align: right;
    display: table-cell;
}

.searchActions {
    height: 62px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: #f0f7fd;
    text-align: center;
    border-top: solid;
    border-top-width: 1px;
}

.actionsBtnsHorizontal {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}


    .actionsBtnsHorizontal img {
        position: relative;
        height: 40px !important;
        width: 40px;
        left: 10px;
    }

    .actionsBtnsHorizontal span {
        position: relative;
    }

.btnHorizontalCancel {
    position: relative;
    left: 220px;
    min-width: 60px;
    height: 48px !important;
    top: -12px;
    width: 60px;
}

    .btnHorizontalCancel img {
        position: relative;
        height: 40px !important;
        width: 40px;
        top: -5px;
        left: 10px;
    }


#MainContent_dlExcel_Excel {
    min-width: 60px;
    width: 60px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px !important;
    margin-top: 0px !important;
    height: 62px !important;
}

    #MainContent_dlExcel_Excel span {
        position: relative;
        /*text-align: center;*/
        top: -15px;
        left: 3px !important;
    }

    #MainContent_SearchControl_dlExcel_Excel {
    min-width: 60px;
    width: 60px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px !important;
    margin-top: 0px !important;
    height: 62px !important;
}

    #MainContent_SearchControl_dlExcel_Excel span {
        position: relative;
        /*text-align: center;*/
        top: -15px;
        left: 3px !important;
    }

.SelectActionMenuButton {
    min-width: 60px;
    width: 60px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px !important;
    margin-top: 0px !important;
    height: 62px !important;
}

    .SelectActionMenuButton span {
        position: relative;
        /*text-align: center;*/
        top: -15px;
        left: 3px !important;
    }


#MainContent_dlArchive_Archive {
    min-width: 60px;
    width: 60px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px !important;
    margin-top: 0px !important;
    height: 62px !important;
}

    #MainContent_dlArchive_Archive span {
        position: relative;
        /*text-align: center;*/
        top: -15px;
        left: 3px !important;
    }

#MainContent_dlList_New {
    min-width: 60px;
    width: 60px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px !important;
    margin-top: 0px !important;
    height: 62px !important;
}

    #MainContent_dlList_New span {
        position: relative;
        /*text-align: center;*/
        top: -15px;
        left: -2px !important;
    }

#MainContent_dlList_Add {
    min-width: 60px;
    width: 60px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px !important;
    margin-top: 0px !important;
    height: 62px !important;
}

    #MainContent_dlList_Add span {
        position: relative;
        top: -15px;
        /*text-align: center;*/
        left: -6px !important;
    }

#MainContent_lbManageTaxonomy {
    min-width: 60px;
    width: 60px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px !important;
    margin-top: 0px !important;
    height: 62px !important;
}

    #MainContent_lbManageTaxonomy span {
        position: relative;
        top: -15px;
        /*text-align: center;*/
        left: -6px !important;
        width: 60px;
    }

#MainContent_btnCancelAction span {
    position: relative;
    top: -16px;
    left: 2px;
}

#MainContent_SearchControl_dlArchive_Archive {
    min-width: 60px;
    width: 60px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px !important;
    margin-top: 0px !important;
    height: 62px !important;
}

    #MainContent_SearchControl_dlArchive_Archive span {
        position: relative;
        /*text-align: center;*/
        top: -15px;
        left: 3px !important;
    }

#MainContent_SearchControl_dlList_New {
    min-width: 60px;
    width: 60px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px !important;
    margin-top: 0px !important;
    height: 62px !important;
}

    #MainContent_SearchControl_dlList_New span {
        position: relative;
        /*text-align: center;*/
        top: -15px;
        left: -2px !important;
    }

#MainContent_SearchControl_dlList_Add {
    min-width: 60px;
    width: 60px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px !important;
    margin-top: 0px !important;
    height: 62px !important;
}

    #MainContent_SearchControl_dlList_Add span {
        position: relative;
        top: -15px;
        /*text-align: center;*/
        left: -6px !important;
    }

#MainContent_SearchControl_lbManageTaxonomy {
    min-width: 60px;
    width: 60px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px !important;
    margin-top: 0px !important;
    height: 62px !important;
}

    #MainContent_SearchControl_lbManageTaxonomy span {
        position: relative;
        top: -15px;
        /*text-align: center;*/
        left: -6px !important;
        width: 60px;
    }

#MainContent_SearchControl_btnCancelAction span {
    position: relative;
    top: -16px;
    left: 2px;
}

.btnHorizontalMail {
    position: relative;
    min-width: 60px;
    margin-top: 0px !important;
    height: 62px !important;
    width: 60px;
}

    .btnHorizontalMail img {
        position: relative;
        height: 40px !important;
        width: 40px;
        top: -5px;
        left: 8px;
    }

    .btnHorizontalMail span {
        position: relative;
        top: -15px;
        /*text-align: center;*/
        left: 0px !important;
    }

.RadioAlign div { float:left;}

.RadioAlign label {float:left;width: calc(100% - 25px);}

.commentsWidth {
    width: 74%;
    max-width: 100%;
}

.SecureDownloads {
    width: 560px;
    margin: auto;
}

.SecureDownloadsInput {
    width: 300px;
    margin: auto;
    text-align: left;
}

.SecureDownloadsEmail {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
}


.SecureDownloads h1 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: rgba(19, 55, 107, 1);
}

.SecureDownloads p {
    text-align: center;
    color: #003263;
    font-size: 1.2em;
}

.SecureDownloadsHelp {
    margin: 30px 50px 5px 50px;
}

.SecureDownloadsHelpTopic {
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 5px;
}

    .SecureDownloadsHelpTopic a {
        display: block;
    }

.SecureDownloadsHelpTopicopic:hover {
    border: solid 1px #acacac;
}

.linkStyles {
    height: 27px;
    margin-left: 7px;
    /*vertical-align: top;*/
}

#dropdownNav {
    display: none;
}

.metrobutton_searchresult span {
    width: 140px;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.TaxonomyMoveButton {
    background-color: #5b9bd5;
    color: white;
    margin: 8px;
    padding: 15px;
    height: 45px;
    width: 60px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
}

    .TaxonomyMoveButton:hover {
        background-color: #accdea;
        -webkit-box-shadow: -1px -1px 3px 1px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px -1px 3px 1px rgba(0,0,0,0.75);
        box-shadow: -1px -1px 3px 1px rgba(0,0,0,0.75);
    }

.TaxonomyMoverTree {
    float: left;
    left: 10px;
}

#OptionsButtons a:first-of-type {
    margin-left: 150px;
}

#uniSearchbarBtn {
    display: inline;
}

.SectionTab.SummaryForm.OnePage {
    margin-bottom: 20px;
    width: 1012px;
}


#MainContent_lblResultsCount {
    float: none;
}

#addToListOptions {
    max-width: 490px;
    width: 100%;
    height: 215px;
    position: fixed;
    bottom: 0px;
    left: calc(50% - 245px);
    top: calc(50% - 107.5px);
    padding: 20px;
    z-index: 200;
    padding: 10px;
    background-color: white;
    border: 1px solid black;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.47);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.47);
}

#innerAddToListOptions {
    max-width: 475px;
    width: calc(100% - 15px);
    height: 200px;
    background-color: #EDEDED;
    clear: both;
    overflow: hidden;
    padding: 7px;
    z-index: 201;
    border: 1px solid #d1d1d1;
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.47);
}

.closeListAdd {
    /*width: 100px;*/
    position: relative;
    /*left: 215px;*/
    top: -15px;
}

.addListAdd {
    /*width: 100px;*/
    position: relative;
    left: 0px;
    top: -15px;
    margin-left: auto;
    margin-right: auto;
}

input.newListName {
    max-width: 250px;
    width: 80%;
    position: relative;
    left: calc(19%);
}

.newsChooseList {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    max-width: 280PX;
    width: 100%;
}

.listHeaderLabel {
    color: #000000;
    font-family: "Segoe UI light", Arial;
    text-decoration: none;
    font-size: 28px;
    font-weight: 400;
    line-height: 58px;
    margin-bottom: 19px;
    padding-bottom: 3px;
    padding-left: 30px;
}

.pageFieldLabel {
    /*padding-left:290px;*/
    position: relative;
    width: 150px;
    left: calc(50% - 100px);
    font-family: "Segoe UI";
    text-align: center;
}

.ReportLink {
    min-width: 60px;
    width: 60px;
    height: 52px !important;
    position: relative;
    top: -5px;
}

    .ReportLink span {
        max-width: 60px;
    }

.PseudocodeControl {
    background: #55A8D2;
    color: white;
    padding: 3px;
    margin-left:2px;
    border-radius: 5px;
    font-weight: bold;
}

.FieldsChooser {
    margin: 0px 0px 5px 5px;
    padding: 7px;
    width: 280px;
    height: auto;
    border: solid 1px #9aacc4;
    background-color: #e9edf2;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    z-index: 100;
}

.FieldsChooserAssembly {
    margin: 0px 0px 5px 5px;
    padding: 7px;
    width: 800px;
    min-height: 600px;
    border: solid 1px #9aacc4;
    background-color: #e9edf2;
    border-radius: 5px;
    position: absolute;
    z-index: 100;
}

.ListSeparatorHr {
    border: 0px;
    margin: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
    height: 1px;
    border-bottom: 1px dashed #BDBDBD;
    clear: both;
}


.FieldLabel.SummaryForm {
    width: 50%;
    display: inline-block;
}

.FieldContents.SummaryForm {
    width: 50%;
    display: inline-block;
}

.SectionControl {
    overflow: hidden;
}

.panelDisplay {
    max-width: 100%;
}


a.TaxonomyTreeLabel {
    color: #444;
    font-family: 'Segoe UI', Arial;
    font-size: 13px !important;
    line-height: 20px;
    display: block;
}

    a.TaxonomyTreeLabel:hover {
        color: #0072C6;
    }

#MainContent_pnlTreeView {
    left: 70px;
    position: relative;
    border: 1px solid #CCD3D9;
    width: 80%;
    overflow: auto;
    padding: 20px;
    background-color: #f2f2f2;
}

a#MainContent_btnDeleteField {
    position: relative;
    left: 25px;
}

.SmallWidthTaxonomy {
    width: 95px;
}

.FieldLabel.SummaryForm {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}



.FieldContents.SummaryForm {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}


.FullWidthDiv > .FieldLabel.SummaryForm {
    width: 25%;
}


.FullWidthDiv > .FieldContents.SummaryForm {
    width: 75%;
}


.HalfWidthDiv.SummaryForm {
    width: 480px;
    margin: 10px;
    max-width: 100%;
}

    .HalfWidthDiv.SummaryForm.DesignForm {
        width: 310px;
    }

.FullWidthDiv.SummaryForm {
    width: 960px;
    margin: 10px;
    max-width: 100%;
}

    .FullWidthDiv.SummaryForm.DesignForm {
        width: 500px;
    }

.ClassifyFields {
    width: 300px;
    clear: both;
    border-bottom: dotted 1px #013d7b;
    margin-bottom: 5px;
}

.searchBoxIndex {
    vertical-align: middle;
    border: solid 1px #bdbdbd;
    background-color: #f2f2f2;
    outline: 0;
    max-width: 400px;
    width: 80%;
    color: #414141;
    padding: 5px;
    position: relative;
    top: -10px;
}

.alternatingResult {
    background-color: #F3F3F3;
}

.btnSearchIndex {
    position: relative;
    /*top: -7px;*/
}

/* Breaks all other alignment .TableHeader th {
    text-align: left;
}*/

.morePnlActions {
    background-color: #f2f2f2;
}

    .morePnlActions ul {
        list-style-type: none;
    }

#searchDiv {
    max-width: 450px;
    width: 80%;
    display: inline;
}

.addClientBtn {
    height: 24px;
    width: 24px;
    position: relative;
    left: calc(100% - 24px);
    background-color: #55A8D2;
}

#orderBtnsIndex {
    float: right;
    position: relative;
    right: 50px;
}

#MainContent_pnlFilters select {
    max-width: 210px;
}

a.hoverLink:hover {
    text-decoration: underline;
}

.ListFacet {
    display: inline;
}

.ListFacetDiv {
    display: block;
    padding-left: 2em;
    text-indent: -3em;
}

.ListRibbonButton {
    min-width: 60px;
    width: 60px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px !important;
    margin-top: 0px !important;
    height: 62px !important;
}

    .ListRibbonButton span {
        position: relative;
        top: -15px;
        left: 3px !important;
    }

.ListSorted div {
    background-color: #9FFF9F;
}

    .ListSorted div:hover {
        background-color: #9FFF9F;
    }

div.ListMCEDiv {
    width: 620px;
}

.LinkHeader {
    color: #06c;
}

    .LinkHeader:hover {
        text-decoration: underline;
    }


#SortLists {
    list-style: none;
}

#SortContents {
    list-style: none;
}

.ListViewLink span {
    width: 120px;
}

.DocAssemblyPanel {
    float: left;
    width: 800px;
    padding: 5px;
}

.DocAssemblyFieldsMenu {
    float: left;
    width: 200px;
}

a.HoverLeft:hover {
    border-left: solid 1px black;
    padding-left: 2px;
}

div.ClauseDiv {
    max-width: 600px;
    background-color: rgb(240, 247, 253);
    padding: 10px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #BDBDBD;
}

.Unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.FieldSelectorLi {
    background: #55A8D2;
    color: white;
    padding: 3px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 4px;
}

.Method {
    background-color: #FF805F;
}

.ParamValue {
    background-color: white;
    color: black;
}

.ParamName {
    background-color: #FF805F;
}

.OutlookLookingField {
    border: 1px solid rgba(0,0,0,0.47);
    padding: 4px;
    width: 600px;
}

ol.Counter {
    counter-reset: item;
    list-style-type: none;
}

    ol.Counter li {
        /*display: block;*/
        /*position:relative;*/
    }

        ol.Counter li:before {
            content: counters(item, ".") ". ";
            counter-increment: item;
        }

.yellowHighlight {
    background-color: yellow;
}

.redHighlight {
    background-color: red;
}

.DocHeaderFooter {
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
    padding: 5px;
    margin-bottom: 10px;
}

/*For select2 styling, meant to look like all other inputs. */
.select2-container .select2-selection--single {
    vertical-align: middle;
    border: solid 1px #bdbdbd;
    background-color: #f2f2f2;
    outline: 0;
    color: #414141;
    padding: 5px;
    border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 6px;
    width: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 18px;
    padding-left: 4px;
}

.select2-container--open .select2-dropdown--below {
}

p.InlineBlock {
    display: inline-block;
}

/* iCheck plugin based on blue input (actually appears like default check boxes).
----------------------------------- */
.icheckbox_flat-blue,
.iradio_flat-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(images/checkboxSrc.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-blue {
    background-position: 0 0;
}

    .icheckbox_flat-blue.hover {
        background-position: -20px 0;
    }

    .icheckbox_flat-blue.checked {
        background-position: -40px 0;
    }

    .icheckbox_flat-blue.disabled {
        background-position: -60px 0;
        cursor: default;
    }

    .icheckbox_flat-blue.checked.disabled {
        background-position: -80px 0;
    }

.iradio_flat-blue {
    background-position: -100px 0;
}

    .iradio_flat-blue.hover {
        background-position: -120px 0;
    }

    .iradio_flat-blue.checked {
        background-position: -140px 0;
    }

    .iradio_flat-blue.disabled {
        background-position: -160px 0;
        cursor: default;
    }

    .iradio_flat-blue.checked.disabled {
        background-position: -180px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_flat-blue,
    .iradio_flat-blue {
        background-image: url(images/checkboxSrcHiDPI.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}

label {
    padding-left: 5px;
}

.PnlApplicationMenu {
    width: 250px;
}

.AssemblyFieldChoiceOptions {
    background-color: rgb(233, 237, 242);
}

.RemoveBottomPadding {
    padding-bottom: 0px;
}

.NextButton {
    float: right;
}

.RevertButton {
    float: none;
}

.PseudocodeInputter {
    vertical-align: middle;
    border: solid 1px #bdbdbd;
    background-color: #f2f2f2;
    outline: 0;
    width: 240px;
    color: #414141;
    padding: 5px;
}

div.singleFacet {
    max-width: 218px;
}

div.TextSelection {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 500px;
    min-height: 500px;
    max-height: 600px;
}

.ChoiceFieldsChooser {
    margin: 0px 0px 5px 5px;
    padding: 7px;
    width: 280px;
    height: auto;
    border: solid 1px #9aacc4;
    background-color: #e9edf2;
    border-radius: 5px;
    position: fixed;
    right: 50px;
    top: 250px;
    z-index: 100;
}

.SpanEditText {
    padding: 10px;
    vertical-align: top;
    width: 450px;
    background-color: white;
    line-height:32px;
}

div.ChoiceFieldsArea {
    display: inline-block;
    float: right;
    overflow: auto;
    max-height: 600px;
}

.Pointer{
    cursor:pointer;
}

.EditHighlight:hover{
    background-color:rgb(204, 204, 204);
    cursor:pointer;
}

.DeletePseudocodeControl:hover{
    background-color: #ff3333;
}

.SectionEditHeader {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    font-weight:bold;
}


.FieldOpenLi{
    margin-top:5px;
    list-style:none;
}

.FieldOpenLi a{
    background: #55A8D2;
    color: white;
    padding: 3px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 4px;
}

.FieldsAreaHeader{
    display:inline-block;
    background-color:rgb(238, 238, 238);
    height:20px;
    width:80px;
    padding:5px;
}

.FieldsAreaHeader:hover{
    background-color:rgb(85, 168, 210);
}

.FieldsAreaHeader span{
    text-align:center;
    color:black;
}

.SelectedFieldsAreaHeader{
    background-color:rgb(3, 61, 124);
}

.SelectedFieldsAreaHeader span{
    color:white;
}

div.FieldCreation{
    padding:10px;
}

input.SmallAddNewButton{
    position:relative;
    top:10px;
    height:27px;
    width:27px;
}

.SectionDocumentsPanel {
    clear:both;
    max-width: 600px;
}

.LeftAlignBooleanLabel {
    width: calc(100% - 25px);
}

.AlignedLabel {
    width: 80%;
}