﻿html, body {
    background-color: #d6d6d6;
    color: #000000;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    text-align: center;
}

#infoButton {
    font-size: 16px;
    color: #ff6a00;
}


/* Title*/
#title {
    background-color: #c7c4be;
}

#titlebox {
    border: 1px solid #c7c4be;
}

.level1, .level2, .level3, .level3a, .level4, .level5, .level6 {
    border: 1px solid #c7c4be;
}

/* Areas */
.leftarea, .rightarea {
    border: 1px solid #c7c4be;
}

.leftsa, .leftsa2 {
    border: 1px solid #c7c4be;
}

/* Buttons */
input[type="radio"] {
    vertical-align: middle;
}

input[type="submit"], input[type="button"] {
    position: relative;
    border: 1px solid #666;
    color: black;
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-style: normal;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
    margin-bottom: 0px;
    top: 0px;
    left: 0px;
    height: 24px;
    background-color: #ffffff;
}

    input[type="submit"]:hover, input[type="button"]:hover {
        cursor: pointer;
    }

/*input[type="radio"]
{
    vertical-align: middle;
    margin-right: 0px;
    margin-left: 0px;
}*/

.Button_Back {
    width: 9em;
}

.Proceed {
    width: 12em;
    padding-left: 4px;
    padding-right: 24px;
}

.Apply {
    width: 9em;
}

.Clear {
    width: 9em;
}

.Button_Ok {
    width: 9em;
    padding-left: 4px;
    padding-right: 24px;
}

.Button_Ok_Div {
    width: 4.5em;
    padding-left: 4px;
    padding-right: 24px;
    margin-bottom: 7px;
    margin-left: 0px;
    margin-right: 0px;
    height: 20px;
    padding-top: 2px;
    padding-bottom: 0px;
}

    .Button_Ok_Div a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        text-align: center;
        color: #000000;
    }

.Button_Add {
    width: 6em;
    padding-left: 4px;
    padding-right: 24px;
}

.Button_Confirm {
    width: 9em;
    padding-left: 4px;
    padding-right: 24px;
 
}
.Button_OK {
    width: 9em;
    padding-left: 4px;
    padding-right: 24px;   
    margin-left: 60px;

}

.Button_Cancel, .Button_AttemptCancellation, .Button_Action, .Button_Close {
    width: 9em;
    padding-left: 4px;
    padding-right: 24px;
}
.Button_AttemptCancellation {
    width: 13em;
}

.Button_Print {
    width: 9em;
    padding-left: 4px;
    padding-right: 24px;
}

.Button_Back:hover {
    border-color: #000000;
    background-position: bottom left;
    cursor: pointer;
}

.Proceed:hover, .Apply:hover, .Clear:hover, .Button_Ok:hover, .Button_Add:hover, .Button_Confirm:hover, .Button_Cancel:hover, .Button_AttemptCancellation:hover {
    border-color: #000000;
    background-position: bottom right;
    cursor: pointer;
}

/* Tabs */

a.tab:link {
    color: #FE5A1B;
}

a.tab:visited {
    color: #FE5A1B;
}

a.tab:hover {
    color: #ffffff;
    text-decoration: none;
}

a.tab:active {
    color: #000000;
}

a.tab:focus {
    color: #ffffff;
}

.tabs {
    height: 2em;
    margin-left: 25px;
    float: left;
}

    .tabs table {
        height: 2em;
        position: relative;
        margin: 0px;
        width: 11.5em;
        float: left;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        -webkit-border-radius: 8px 8px 0px 0px;
        border-radius: 8px 8px 0px 0px;
        border-top: 1px solid #C7C4BE;
        border-left: 1px solid #C7C4BE;
        border-right: 1px solid #C7C4BE;
        text-align: center;
        vertical-align: bottom;
        z-index: 4000;
        font-size: 0.8em;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
    }

.tabsDealingAssetSelector table {
    width: 18em;
}


.tabs td {
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}

.tab {
    color: #FE5A1B;
    background-color: #f6f6f6;
}

.selectedTab {
    font-size: 1em;
    color: #666666;
    background-color: White;
    top: 1px;
    cursor: default;
}

    .selectedTab a, .tab a {
        padding-top: 0.7em;
        padding-bottom: 0.2em;
        padding-left: 1px;
        padding-right: 1px;
        height: 1.8em;
        background: none;
        /*width: 16em;*/
    }

    .selectedTab a {
        color: #666666;
        direction: rtl;
    }

.tab a:hover {
    color: white;
    text-decoration: none;
}

.selectedTab a:hover, .selectedtTab a:link, .selectedtTab a:visited, a.selectedTab:hover, a.selectedTab:link, a.selectedTab:visited {
    color: #666666;
    text-decoration: none;
}

.tab:hover a {
    color: white;
    background: none;
}

.selectedTab:hover a, .selectedTab:link a, .selectedTab:visited a {
    color: #666666;
    text-decoration: none;
    background: none;
}

.tab:hover {
    background-color: #FE5A1B;
    border-top: 1px solid #FE5A1B;
    border-left: 1px solid #FE5A1B;
    border-right: 1px solid #FE5A1B;
}

.selectedTab:hover {
    background-color: White;
    border-top: 1px solid #C7C4BE;
    border-left: 1px solid #C7C4BE;
    border-right: 1px solid #C7C4BE;
}

.selectedTab img, .tab img {
    position: relative;
    right: -12px;
    top: -2px;
    cursor: pointer;
}

.tab1, .tab1h {
    border-top: 1px solid #c7c4be;
    border-left: 1px solid #c7c4be;
    border-right: 1px solid #c7c4be;
}


/* Forms */
/*label
{
    display: block;
    font-size: 0.8em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #666;
    vertical-align: middle;
    cursor: default;
}*/

input[type="text"] {
    position: relative;
    border: 1px solid #666;
    color: #666;
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-style: normal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-top: 2px;
    padding-left: 4px;
    padding-bottom: 2px;
    vertical-align: middle;
    margin-bottom: 0px;
}


    input[type="text"]:hover, input[type="text"]:focus {
        border-color: #c5c5c5;
        background: #f6f6f6;
    }


.formContentData, .formContentHeader {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 4px;
    border-bottom: 1px dashed #C1BBAB;
    text-align: left;
    margin-bottom: 0px;
}

    .formContentHeader p {
        color: #000000;
    }

.formContentHighlight {
    background-color: #E6E6E6;
    border-top: 1px dashed #C1BBAB;
}

    .formContentHighlight p {
        font-size: 0.7em;
    }

.cashBalanceCurrencySwift,
.cashBalance,
.cashBalanceNegative {
    border-bottom: 1px dashed #C1BBAB;
    margin-bottom: 0px;
}

    .cashBalanceCurrencySwift p,
    .cashBalance p,
    .cashBalanceNegative p {
        font-size: 0.9em;
    }

    .cashBalance p,
    .cashBalanceNegative p {
        line-height: 145%;
    }

    .cashBalanceCurrencySwift p {
        text-align: left;
        font-weight: bold;
    }

    .cashBalance p, .cashBalanceNegative p {
        text-align: right;
    }

    .cashBalanceNegative p {
        color: Red;
    }

.radioButtonList label {
    font-size: 0.8em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #666666;
    vertical-align: middle;
}

.radioButtonList td {
    padding-top: 8px;
}

/* Policy Information */
.policyInformationContainer {
    min-height: 14.6em;
    max-width:300px;
}
    .policyInformationContainer h2 {
        padding-bottom: 15px;
    }

.policyInformation {
    width: 42%;
    margin-top:0px;
    margin:5px;
}

.GenerateValuation {
    background-color: blue;
    width: 260px;
    text-align:left;
    margin:10px;   
}

.GenerateValuation h2{
   color: white;
}

.ValuationInputs {
    padding: 5px;
    height: 50px;
    padding-left: 30px;
}

/* Transaction Details Linked Trade */
.divLinkedTradesHeader {
    display: block;
}

.linkimage {
    position: inherit;
    display: inline-block;
    float: none;
    top: -20px;
    width: 280px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 60px;
    overflow: auto;
    background-image: url(../../../resources/FRS/images/backgrounds/chainlink2.png);
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 5001;
    text-align: center;
}

.divLinkedTradesHeaderText {
    width: 236px;
    position: inherit;
    display: inline-block;
    float: none;
    top: -15px;
    height: 30px;
    z-index: 5001;
    text-align: center;
}

.policySelection_Proceed {
    background-color: #FE5A1B;
}

.cashAccount {
    background-color: Black;
    margin-bottom: 10px;
    margin-left: 3px;
    margin-right: 3px;

    text-align: left;
    float:left;
    height:auto
}

.cashAccountAvailable {
    background-color: #E20177;
    margin-bottom: 10px;
    margin-left: 3px;
    margin-right: 3px;

    text-align: left;
    float:left;
    height:auto;
}

.policyDealing_Proceed {
    background-color: #FE5A1B;
    margin-bottom: 10px;
    margin-left: 3px;
    margin-right: 10px;

    text-align: left;
    height:auto;
}

.policyDealing_ButtonBack {
    float: right;
    padding-top: 64px;
}

.addInstruction_TradeType {
    float: left;
    margin-left: 0px;
    width: 200px;
    background-color: #D43428;
    height: auto;
}

.addInstruction_DealSize {
    float: left;
    margin-left: 0px;
    width: 200px;
    background-color: #D43428;
    height: auto;
}

.uncommittedInstructionsFX {
    background-color: #90c6db;
    height: auto;
}

.uncommittedInstructions {
    background-color: #FE5A1B;
    height: auto;
    margin-bottom: 0px;
}

.uncommittedInstructions_LinkedTrades {
    margin-bottom: 0px;
    height: 61px;
    background-color: #FE5A1B;
    background: url(../resources/FRS/images/backgrounds/chainlink.png);
}

.uncommittedInstructionsFX_Proceed {
    background-color: #FE5A1B;
    height: auto;
}

.divTransactionDetails_MainTradeSummary, .divTransactionDetails_LinkedTradesSummary {
    display: block;
    float: none;
    padding: 0;
    border: 0;
    margin-left: 0;
    margin-right: 0;
}

.divTransactionDetails_CloseTick {
    float: right;
    display: inline-block;
    /*position: relative;*/
    margin-top: 0px;
    padding-top: 0px;
    top: 0px;
    right: 0px;
}

.mail1, .mail2 {
    border: 1px solid #c7c4be;
}

.mail1 p, .mail2 p {
    padding-top: 5px;
    padding-bottom: 5px;
}

.newAssetRequest {
    font-size: 0.8em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 10px;
}

.divAddInstruction_CavetInfoBoxes {
    display: inline-block;
    margin-left: 5px;
}

    .divAddInstruction_CavetInfoBoxes div {
        display: inline-block;
    }

.pAddInstruction_AvailablePositionTitle {
    display: inline-block;
    text-align: center;
    color: white;
    font: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

a.tabFrs {
    font-size: 1em;
}

.stackedButton {
    margin-bottom:2px !important;
}

.buttonControls {
    width: auto;
    float: right;
    margin-top: 15px;
    margin-bottom: -5px;
}

.stackedButtonControls {
    width: 12%;
    float: right;
    margin-top: 0px;
}

    .stackedButtonControls input[type="submit"] {
        margin-bottom:2px !important
    }

/* grid styling */
/*Row*/
.gridViewRowStyle {
    background-color: #CAC5B9;
}

.gridViewAlternatingRowStyle {
    background-color: #E2E2E2;
}

.gridViewHighlightRowStyle:hover {
    background-color: #e08f89;
}

/*Header*/
.gridViewHeaderStyle {
    background-color: #303b4b;
}

    .gridViewHeaderStyle th {
        background-color:#3b3b3b;
    }

.gridViewHeaderStyle :hover {
    background-color: #5b5b5b;
}

.gridViewHeaderStyle th a {
    font-family: 'Lato', sans-serif;
}

/* Popout Styling */
.popmenu {
    border: 1px solid #C7C4BE;
}

.popupTitle {
    background-color: #FE5A1B;
    width: 705px;
    padding: 8px;
    text-align: left;
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    margin-bottom: 10px;
    overflow: auto;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    z-index: 1;
}

    .popupTitle label {
        font-family: Arial, Helvetica, sans-serif;
        color: white;
        font-weight: normal;
        font-size: 1.2em;
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        display: block;
        z-index: 2;
    }

.popupinnerTransactionDetails {
    width: auto;
    margin-left: -468px;
}

.popupinnerTransactionDetails {
    padding: 0;
}

.popinner {
    border-color: #C7C4BE;
}

.popinner {
    white-space: normal;
}

    .popinner h2 {
        color: black;
    }

.innerbox {
    border: 1px solid #C7C4BE;
    background-color: #f0f0ff;
}

a.poplink:link {
    color: #FE5A1B;
}

a.poplink:visited {
    color: #FE5A1B;
}

a.poplink:hover {
    color: #ffffff;
    background-color: #FE5A1B;
    text-decoration: none;
}

a.poplink:active {
    color: #FE5A1B;
}

a.poplink:focus {
    color: #ffffff;
    background-color: #FE5A1B;
}

#steps {
    border: 1px solid #c7c4be;
}

.bigbut {
    font-size: 1.0em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #ffffff;
}

.add, .arrow, .arrowl, .cross, .down, .tick {
    font-size: 0.8em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    border: 1px solid #000000;
    color: #ffffff;
}

    .add:hover, .arrow:hover, .arrowl:hover, .cross:hover, .down:hover, .tick:hover, .add:focus, .arrow:focus, .cross:focus, .down:focus, .tick:focus {
        border-color: #000000;
    }

.input, .xpieinput, .tdinput {
    border: 1px solid #666666;
    color: #666666;
    font-size: 0.8em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

    .input:hover, .input:focus {
        border-color: #c5c5c5;
        background: #f6f6f6;
    }

    .xpieinput:hover, .xpieinput:focus {
        border-color: #c5c5c5;
        background: #f6f6f6;
    }

.select {
    border: 1px solid #666666;
    color: #666666;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

    .select:hover, .select:focus {
        border-color: #c5c5c5;
        background: #f6f6f6;
    }

.textarea {
    border: 1px solid #666666;
    color: #666666;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

    .textarea:hover, .textarea:focus {
        border-color: #c5c5c5;
        background: #f6f6f6;
    }

.checkbox {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #666666;
}

legend span {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #666666;
}


label.side, label.above, label.check {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #666666;
}


.btnExportToExcel {
    margin-top: 10px;
    float: right;
}

.btnvalidateSelected {
    margin-top: 10px;
   
}

.gridViewRowStyle td, .gridViewAlternatingRowStyle td {
    max-width: 285px !important;
    white-space:normal !important;
    /*text-align:left !important;*/
}