header, footer, nav, section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

ul li {
    list-style-type: none;
}

.outer {
    pointer-events: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-bold {
    font-weight: bold;
}

.red {
    color: red;
}

.inline {
    display: inline-block;
}

.floatleft {
    float: left !important;
}

.w100 {
    width: 100%;
}

.overridetitle {
    padding-top: 50px;
}

.margintop {
    margin-top: 20px;
}

.x-small {
    font-size: 10px !important;
}

.cell-number {
    width: 50%;
    text-align: right;
    float: left;
}

.form-table {
    width: 80%;
    margin: 0 auto;
}

    .form-table tr td {
        padding-bottom: 5px;
    }

.form-label {
    width: 20%;
}

.form-data {
    width: 30%;
}

.form-title {
    font-weight: bold;
    text-decoration: underline;
}

.form-data span {
    max-width: 160px;
}

.form-data .k-textbox {
    max-width: 160px;
}

.demo-section {
    padding: 0;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.panelbox {
    margin: 20px 20px 10px 0;
    text-align: center;
}

    .panelbox .title {
        font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        background-color: #17365D;
        padding: 10px 10px;
        margin: 0;
        text-transform: uppercase;
    }

    .panelbox .title-secondary {
        font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        background-color: #838f9b;
        padding: 10px 10px;
        margin: 0;
        text-transform: uppercase;
    }

    .panelbox ul {
        padding: 10px;
    }

        .panelbox ul li {
            text-align: left;
            list-style: none;
            padding: 0 1.5em 0 1.5em;
            display: inline-block;
        }

        .panelbox ul label {
            display: block;
            padding-bottom: .6em;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 12px;
        }

.k-i-x-circle:before {
    color: red;
}

.k-i-check-circle:before {
    color: green;
}

.edit-form, .detail-form {
    border-radius: 5px;
    color: #2E2E2E;
    border-color: #C5C5C5;
    padding: 20px;
}

#divInnerDetailRiskForm ul li {
    padding: 8px 0;
}

/*#divViewRiskForm {
    height: -webkit-calc(100% - 60px);
}*/

.detail-form ul {
    background: #ebebeb;
    border-radius: 4px;
    padding: 10px 20px;
    color: #999;
}

    .edit-form ul li .caption, .detail-form ul li .caption {
        width: 150px;
        display: inline-block;
        vertical-align: middle;
    }

    .edit-form ul li.edit-row, .detail-form ul li.detail-row {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        min-height: 40px;
    }

.demo-section ul li .caption {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}

.padtop20 {
    padding-top: 20px;
}

.grid-toolbar {
    display: inline-block;
    margin: -5px 0 10px 15px;
    text-align: right;
}

.k-upload {
    display: inline-block;
}

.required {
    color: red;
}

.caption .required {
    margin-top: 4px;
    position: absolute;
    margin-left: 4px;
}

.page-icon {
    width: 55px;
    float: left;
}

    .page-icon img {
        width: 48px;
    }

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('https://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

    body.loading .modal {
        display: block;
    }


.Login {
    border-radius: 5px;
    max-width: 410px !important;
    background-color: #E3E3E3;
    background-image: url("../Content/textures/highlight.png");
    color: #2E2E2E;
    border-color: #C5C5C5;
    padding: 20px;
    margin: 50px auto 10px;
}


    .Login ul li .caption {
        width: 100px;
        display: inline-block;
        vertical-align: middle;
        padding-left: 30px;
    }

    .Login ul li.edit-row {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.LoginButton {
    float: right;
}

.k-grid {
    overflow: hidden;
}

.detail-value-emailContent {
    width: 700px;
    height: 500px;
    overflow: auto;
    background-color: #fff;
    border-width: 3px;
    border-color: #ccc;
    border-style: solid
}

tr.approved-grid-row td {
    background-color: #e3fce3 !important;
}

tr.not-approved-grid-row {
    background-color: #f1f1f1 !important;
}

tr.rejected-grid-row {
    background-color: #f9edeb !important;
}

tr.sent-for-approved-grid-row {
    background-color: #fbeed6 !important;
}

tr.closed-grid-row {
    background-color: #ccc !important;
}

.k-grid-content td, .k-grid-content-locked td {
    border-bottom: 1px #dcdcdc solid;
    color: #666;
}

#GridRiskBalance {
    background: #f1f1f1;
}

tr.added-grid-row {
    background-color: blue !important;
}

.grid-filter-action {
    text-align: right;
    display: block;
    padding-bottom: 10px;
}

.cafst-grid-header, .adst-grid-header, .cast-grid-header, .kdst-grid-header, .aost-grid-header {
    width: 35px;
    height: 35px;
    display: block;
    margin: 0px 12px;
    background-repeat: no-repeat;
}

.cafst-grid-header {
    background-image: url('/content/images/34stage-appform.png');
}

.adst-grid-header {
    background-image: url('/content/images/34stage-accounts.png');
}

.cast-grid-header {
    background-image: url('/content/images/34stage-creditcom.png');
}

.kdst-grid-header {
    background-image: url('/content/images/34stage-kyc.png');
}

.aost-grid-header {
    background-image: url('/content/images/34stage-approval.png');
}

.grid-row-status {
    width: 18px;
    height: 18px;
    border-radius: 20px;
    padding: 7px;
    margin: auto;
}

.statusIncomplete {
    background: #fed292;
}

.statusNotstarted {
    background: #d2d2d2;
}

.statusApproved {
    background: #c4e6a0;
}


#GridCompliance th:nth-child(1) a, #GridCompliance th:nth-child(2) a, #GridCompliance th:nth-child(3) a, #GridCompliance th:nth-child(4) a, #GridCompliance th:nth-child(5) a, #GridCompliance th:nth-child(6) a, #GridCompliance th:nth-child(7) a, #GridCompliance th:nth-child(8) a,
#GridBrokerClient th:nth-child(1) a, #GridBrokerClient th:nth-child(2) a, #GridBrokerClient th:nth-child(3) a, #GridBrokerClient th:nth-child(4) a, #GridBrokerClient th:nth-child(5) a, #GridBrokerClient th:nth-child(6) a {
    position: relative;
    top: -10px;
    margin-left: -3px;
}


#GridBroker th .k-icon, #GridRisk th .k-icon, #GridDocument .k-icon {
}

#Grid th .k-icon {
    background-position: 0 -288px;
}


#GridCompliance th:nth-child(n+8) a.k-header-column-menu, #GridBrokerClient th:nth-child(n+7) a.k-header-column-menu {
    display: inline-block;
    position: relative;
    top: 7px;
    width: 12px;
}

/*#GridBroker table {
    height: 95%;
}*/


th a.k-state-active, th a.k-state-active:hover {
    background: none;
}

    th a.k-state-active span, th a.k-state-active span:hover {
        background-position: -159px -208px;
    }

.costAdjustment {
    background-color: white;
    color: #2E2E2E;
    width: 100%;
}

.calculate-form {
    border-radius: 5px;
    color: #2E2E2E;
    border-color: #C5C5C5;
    padding: 0px;
    background: #ebebeb;
    margin-bottom: 15px;
    float: left;
    width: 48%;
}

    .calculate-form ul {
        background: #ebebeb;
        border-radius: 4px;
        padding: 0px 10px;
        /*color: #999;*/
    }

.uneditable {
    color: #999;
    text-align: right;
}

    .uneditable input {
        background: #ccc;
        opacity: 0.6;
    }

.calculate-form ul li .caption {
    width: 150px;
    display: inline-block;
    vertical-align: top;
}

.calculate-row {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px !important;
    min-height: 40px;
    display: none;
}

.calculate-rowReadonly {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px !important;
    min-height: 40px;
}

.calculate-row .col1 {
    float: right;
}

.calculateButtons {
    float: right;
    margin-right: 15px;
    display: none;
}

.k-grid-content-locked {
    border: none;
}


.field-validation-error {
    background-image: url('/Content/images/icon/alert.png');
    background-repeat: no-repeat;
    background-color: #FFF4C9;
    color: #635145;
    padding-left: 20px;
    padding-right: 5px;
    border-radius: 5px;
}

.forwardCardDrd {
    width: 160px !important;
    margin-right: 10px;
}

    .forwardCardDrd .k-dropdown-wrap {
        width: 160px;
    }

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
html { overflow-y: scroll; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; margin: 4px 2px; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #333; color:#fff; text-shadow: none; }
::selection { background:#333; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #333; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}*/


/*! normalize.css v1.0.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
    
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* *********************************************************************************************************************
	One% CSS Grid - 12 Columns Fluid CSS Grid System

	Why One% ? Let’s count ...
		we have 12 columns (magic number divided by 2, 3, 4, 6)

		for 12 columns we need 11 margins

		so if we count margin 3%, then 3% * 11 margins = 33%

		and if we count width of 1 column 5.5%, than 5.5% * 12 columns = 66%

		in the end we have 33% + 66% = 99% aaand ???

		1% is still here so that's the name - One%

	2 starting options ? Let’s count a bit more ...
		1200px - perfectly fits 1280 screens
			12 columns
			margin 3% / 36px (full-width)
			col1 5.5% / 66px (full-width)

		1000px - perfectly fits 1024 screens
			12 columns
			margin 3% / 30px (full-width)
			col1 5.5% / 55px (full-width)
*/





/* *********************************************************************************************************************
 * Main container for all
 */
.onepcssgrid-1000, .onepcssgrid-1200, .onepcssgrid-1290 {
	margin: 0 auto;
	padding: 0 0 0 1%; /* THAT'S THE NAME ;) */
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.onerow {
	clear: both;
	padding: 0 10px;
}





/* *********************************************************************************************************************
 * Common columns definitions
 */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float: left;
	margin: 0 3% 0 0;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
	margin: 0;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 99%; margin: 0; }

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
	/*width: 100%;
	height: auto;
	display: block;*/
}





/* *********************************************************************************************************************
 * Disable padding left/right 10px if I'm 1024 or gibber - correct percentage math
 */
@media all and (min-width: 1024px) {
	.onepcssgrid-1000 {
		max-width: 1000px;
	}

	.onepcssgrid-1000 .onerow {
		padding: 0;
	}
}





/* *********************************************************************************************************************
 * Small devices
 */
@media all and (max-width: 768px) {
	.onerow {
	}

	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
		float: none;
		width: 99%;
	}
}
@media only screen and (max-width: 1200px) {

	.onepcssgrid-1290 {
		max-width: 1290px;
	}

	.onepcssgrid-1200 {
		max-width: 1220px;
	}

	.onepcssgrid-1000 {
		max-width: 1020px;
	}  
}
@font-face {
	font-family: 'icons';
	src:url('../Content/fonts/icons.eot');
	src:url('../Content/fonts/icons.eot?#iefix') format('embedded-opentype'),
		url('../Content/fonts/icons.woff') format('woff'),
		url('../Content/fonts/icons.ttf') format('truetype'),
		url('../Content/fonts/icons.svg#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-checkmark, .icon-check-alt, .icon-x, .icon-x-altx-alt, .icon-denied, .icon-wrench, .icon-magnifying-glass, .icon-mail, .icon-calendar-alt-fill, .icon-cog, .icon-arrow-left, .icon-fullscreen, .icon-star, .icon-download, .icon-upload, .icon-lock-stroke, .icon-lock-fill, .icon-unlock-stroke, .icon-unlock-fill, .icon-user, .icon-info, .icon-arrow-right, .icon-arrow-up, .icon-arrow-down, .icon-question, .icon-notification, .icon-info-2 {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-checkmark:before {
	content: "\e000";
}
.icon-check-alt:before {
	content: "\e001";
}
.icon-x:before {
	content: "\e002";
}
.icon-x-altx-alt:before {
	content: "\e003";
}
.icon-denied:before {
	content: "\e004";
}
.icon-wrench:before {
	content: "\e005";
}
.icon-magnifying-glass:before {
	content: "\e006";
}
.icon-mail:before {
	content: "\e007";
}
.icon-calendar-alt-fill:before {
	content: "\e008";
}
.icon-cog:before {
	content: "\e009";
}
.icon-arrow-left:before {
	content: "\e00a";
}
.icon-fullscreen:before {
	content: "\e00b";
}
.icon-star:before {
	content: "\e00c";
}
.icon-download:before {
	content: "\e00d";
}
.icon-upload:before {
	content: "\e00e";
}
.icon-lock-stroke:before {
	content: "\e00f";
}
.icon-lock-fill:before {
	content: "\e010";
}
.icon-unlock-stroke:before {
	content: "\e011";
}
.icon-unlock-fill:before {
	content: "\e012";
}
.icon-user:before {
	content: "\e013";
}
.icon-info:before {
	content: "\e014";
}
.icon-arrow-right:before {
	content: "\e015";
}
.icon-arrow-up:before {
	content: "\e016";
}
.icon-arrow-down:before {
	content: "\e017";
}
.icon-question:before {
	content: "\e018";
}
.icon-notification:before {
	content: "\e019";
}
.icon-info-2:before {
	content: "\e01a";
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 0.95em;
    line-height: 1.4;
    background: #ebebeb;
    margin-top: 65px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-print-color-adjust: exact;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
    color: #666;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 5px 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== 
    Traderight navy #17365D
    
    */

/*@font-face {
    font-family: 'Exo';
    src: url("../Content/Content/fonts/Exo-Regular-webfont.svg");
    font-style: normal;
}*/

a {
    text-decoration: none;
    color: #17365d;
}

    a:hover {
        text-decoration: underline;
    }



    a.action, .action {
        color: #17365D;
        font-family: 'Exo', sans-serif;
        font-weight: 600;
        font-size: 18px;
        padding: 5px 8px;
        margin: 5px 0px 5px 2px;
        float: right;
        /*height:23px;*/
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 2px;
        cursor: pointer;
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: #34343b;
        -webkit-font-smoothing: antialiased;
        background: rgb(242,242,242); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }


        a.action img:hover {
            opacity: 0.8;
        }


    a.action1, .action1 {
        color: #17365D;
        font-family: 'Exo', sans-serif;
        font-weight: 600;
        font-size: 18px;
        padding: 5px 8px;
        margin: 5px 0px 5px 2px;
        border: 1px solid #ccc;
        border-radius: 2px;
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: #34343b;
        -webkit-font-smoothing: antialiased;
        background: rgb(242,242,242); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

        a.action1 img:hover {
            opacity: 0.8;
        }

        a.action1:hover {
            cursor: pointer;
        }

button, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    text-decoration: underline;
}


.menuRow {
    height: 50px;
}

.subaction, td a.k-button {
    color: #17365D;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    padding: 5px 8px;
    margin: 5px 2px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: rgb(242,242,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

td button.k-button {
    color: #17365D;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    padding: 5px 8px;
    margin: 5px 2px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: rgb(242,242,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.smalledit {
    padding: 0 5px;
    margin: 0;
}

.x-smalledit {
    padding: 0 5px;
    margin: 0;
    font-size: 10px;
    font-weight: bold;
}

td.subaction2 a {
    color: #17365D;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    padding: 5px 8px;
    margin: 5px 2px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: rgb(242,242,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

header {
    background: #17365D;
    position: fixed;
    top: 0px;
    width: 100%;
    color: #fff;
    padding: 10px 1%;
    background: -webkit-linear-gradient(#0b1222,#17365d);
    background: -moz-linear-gradient(#182a55,#17365D);
    background: -o-linear-gradient(#182a55,#17365D);
    background: linear-gradient(#0b1222,#17365d);
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
    background-size: 1px 65px;
    z-index: 9;
    left: 0px;
}

    header:Hover {
        background-size: 1px 150px;
    }


.userSettings {
    color: #fff;
    float: right;
    height: 25px;
    padding: 10px 50px 10px 0;
    text-align: right;
    font-size: 12px;
    width: auto;
}

    .userSettings a, .userSettings span {
        color: #fff;
        font-size: 12px;
        margin: 0 10px;
    }

.user-side-bar a, .user-side-bar span {
    color: #fff;
    font-size: 13px;
    margin: 0 10px;
}

.grey {
    color: #777;
}


/* ***************************Left column transition***************************/

.moduleToggle {
    cursor: pointer;
    width: auto;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    float: left;
}

    .moduleToggle:hover {
        margin-left: 5px;
    }

    .moduleToggle img, .moduleicon {
        -webkit-transition: all 0.5s;
    }

        .moduleToggle img:hover, .moduleicon:hover {
            -webkit-transform: rotate(15deg);
        }

a.userToggle:hover {
    cursor: pointer;
}

.userToggle span {
    font-size: 20px;
}

    .userToggle span:hover {
        margin-right: 2px;
        -webkit-transform: rotate(5deg);
    }

.arrowPop {
    background: url('/Content/Images/appPopArrow.png') no-repeat;
    width: 12px;
    height: 40px;
    display: inline-block;
    margin: 0 8px;
    background-position: -12px 10px;
    float: right;
    *margin-top: -40px;
}

.arrowPopped {
    background-position: 0px 10px;
}

.rightCol {
    background: #17365D;
    width: 0px;
    height: 100%;
    height: calc(100% - 60px);
    float: left;
    overflow: hidden;
    position: absolute;
    right: 0px;
    z-index: 99999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.leftCol {
    background: #17365D;
    width: 0px;
    height: 100%;
    height: calc(100% - 60px);
    float: left;
    overflow: hidden;
    position: absolute;
    left: 0px;
    z-index: 99999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.leftColumn {
    width: 250px;
    padding: 10px 40px;
    margin-top: 50px;
}

    .leftColumn h2 {
        font-family: 'Exo', Arial, sans-serif;
        font-weight: 600;
        color: #fff;
        margin-left: 12px;
        margin-top: 31px;
    }


    .leftCol ul, .leftColumn ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

        .leftCol ul li, .leftColumn ul li {
            color: #fff;
            height: 42px;
            margin: 10px 7px;
            font-family: 'Exo', Arial, sans-serif;
            font-weight: 600;
            font-size: 18px;
            overflow: hidden;
            padding: 3px;
            border-radius: 2px;
            -webkit-text-stroke-width: .3px;
            -webkit-text-stroke-color: #999;
            -webkit-font-smoothing: antialiased;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
        }

    .leftCol li a, .leftColumn li a {
        color: #fff;
    }

    .leftCol ul li:hover, .leftColumn ul li:hover {
        background: #0b1222;
    }

.fullExtend {
    width: 210px;
    position: fixed;
}

.extend {
    margin-left: 210px;
}

.moduleicon {
    padding: 0 3px;
    display: inline;
}

.inactive {
    opacity: 0.5;
    cursor: default;
}

    .inactive:hover {
        background: none !important;
    }

.moduleColumn {
    position: absolute;
    left: 0px;
    width: 30%;
    height: 120%;
    background: #17365D;
}

.homePage {
    background: url('/Content/images/trtile.jpg');
    margin-left: 30% !important;
}

.homeCol {
    padding: 20px 0;
}

.applicationMenu {
    margin-top: 50px !important;
}

    .applicationMenu p {
        clear: both;
        margin: -18px 0 0 0;
        color: #efefef;
        font-size: 14px;
    }

.appInfoMenu {
    margin: auto;
    display: block;
    position: relative;
    text-align: center;
}

    .appInfoMenu ul {
        background: #0b172a;
        padding: 5px;
        margin: 0;
        display: inline-block;
        border-radius: 4px;
    }

    .appInfoMenu li {
        display: inline-block;
        margin: 1px;
        opacity: 0.6;
    }

        .appInfoMenu li:hover {
            opacity: 1 !important;
        }

.appHome {
    text-align: center;
    color: #fff;
}

    .appHome img {
        max-width: 100%;
    }


.appHome, .appDroid, .appVargaze {
    min-height: 530px;
    color: #fff;
    width: 620px;
    margin: 70px auto 0;
}

.thisIcon {
    background: #3978c6;
    border-radius: 6px;
    border: #3978c6 1px solid;
    opacity: 1 !important;
}

.changePass {
    margin-top: 50px;
    color: #fff;
}

    .changePass a {
        color: #fff;
    }

    .changePass label {
        margin-bottom: 5px;
        display: block;
        color: #fff;
    }


/*.TRHome {
    position: absolute;
    bottom: 0px;
    left:5px;
}*/

.TRHome a {
    padding: 5px;
}

.bigImg {
    display: inline-block;
    float: left;
    width: 520px;
}

    .bigImg img {
        width: 100%;
        border-radius: 4px 0 0 4px;
    }

.imgMenu {
    display: inline-block;
    margin: 0 10px;
    width: 80px;
}

    .imgMenu img {
        width: 94px;
        height: 94px;
        margin-bottom: 18px;
        cursor: pointer;
        opacity: 0.6;
        margin-top: -33px;
    }

    .imgMenu span {
        background: #3978c6;
        display: inline-block;
        position: relative;
        top: -41px;
        padding: 4px 7px 11px 5px;
        height: 8px;
        float: left;
        overflow: hidden;
        border-radius: 0 10px 0 0;
        font-size: 12px;
    }

    .imgMenu img:nth-child(1) {
        border-radius: 0 4px 0 0;
        margin-top: 0;
    }

    .imgMenu img:nth-child(4) {
        border-radius: 0 0 4px 0;
    }

    .imgMenu img:hover {
        opacity: 1 !important;
    }

.thisImg {
    border: #3978c6 3px solid;
    width: 90px !important;
    height: 84px !important;
    opacity: 1 !important;
}

/*p.otis1 {
    padding-top: 25px;
}*/

.activeUsersToggle {
    text-align: right;
    display: inline-block;
    padding: 10px 10px;
    float: right;
}


/***********************************         Global Styles           *******************************************/

footer {
    height: 45px;
    /*background:#17365D;*/
    /*position:fixed;*/
    bottom: 3px;
    left: calc(50% - 150px);
    width: 98%;
    color: #fff;
    padding: 0 1%;
    text-align: center;
    text-transform: uppercase;
}

h1 {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    margin: 10px 0;
    font-size: 1.6em;
    -webkit-text-stroke-width: .7px;
    -webkit-text-stroke-color: #34343b;
    -webkit-font-smoothing: antialiased;
}

h2 {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    margin: 5px 0;
    font-size: 1.4em;
    -webkit-text-stroke-width: .7px;
    -webkit-text-stroke-color: #34343b;
    -webkit-font-smoothing: antialiased;
}

p {
    color: #666;
    font-size: 0.8em;
}

.exo {
    font-family: 'Exo', Arial, sans-serif;
    font-weight: 600;
}

ul.topMenu {
    list-style-type: none;
    padding: 10px 0;
    margin: 0px;
    margin-left: -8px;
    overflow-x: visible;
    white-space: nowrap;
}

    ul.topMenu li {
        display: inline-block;
        font-family: 'Exo', Arial, sans-serif;
        font-weight: 600;
        font-size: 14px;
        padding: 3px 8px;
        -webkit-text-stroke-width: .3px;
        -webkit-text-stroke-color: #34343b;
        -webkit-font-smoothing: antialiased;
    }

        ul.topMenu li a {
            color: #666;
        }

        ul.topMenu li span {
            display: inline-block;
        }

.highlighted {
    background: #17365D;
    border-radius: 2px;
    color: #fff;
}

    .highlighted a {
        color: #fff !important;
    }

.k-menu .k-item > .k-link {
    font-weight: bold;
    background: #ebebeb;
}

.k-menu.k-header, .k-menu .k-item {
    border-color: #c5c5c5;
    /*background: #ebebeb;*/
    display: inline-block;
    font-family: 'Exo', Arial, sans-serif;
    font-size: 16px;
}

.sideMenu {
    margin: 85px 0 0 0;
    background: #fff;
    font-size: 0.7em;
}

    .sideMenu span {
        display: block;
        height: 15px;
        padding: 7px 7px;
    }


.appTitle {
    font-family: 'Exo',Arial,sans-serif;
    font-weight: 600;
    font-size: 24px;
    padding-top: 5px;
    display: inline-block;
    -webkit-text-stroke-width: .7px;
    -webkit-text-stroke-color: #999;
    -webkit-font-smoothing: antialiased;
}


/*******************************table stylings************************************/

.trTable {
    width: 100%;
}

    .trTable td {
        border: 1px solid #ccc;
        padding: 1px 4px 3px;
        font-size: 14px;
    }

    .trTable tr {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

        .trTable tr:hover {
            background: #dbdada;
        }

tr.highlighted:hover {
    background: #17365D !important;
}

td {
    background-color: inherit;
}

.k-grid-top {
    height: 35px;
}

.k-link:link, .k-link:visited {
}

.k-menu .k-item > .k-link {
    background: #fff;
    color: #333;
}

.k-window-action {
    background-image: url('../Content/textures/highlight.png');
    background-image: none,-webkit-linear-gradient(top,#cbc5c2 0,#a99f9a 100%);
    background-image: none,-moz-linear-gradient(top,#cbc5c2 0,#a99f9a 100%);
    background-image: none,-o-linear-gradient(top,#cbc5c2 0,#a99f9a 100%);
    background-image: none,linear-gradient(to bottom,#cbc5c2 0,#a99f9a 100%);
}

.k-calendar .k-content {
    -webkit-transform: scale(1) !important;
}

.k-grid-edit-row > td > .text-box {
    width: 80px;
    margin: 0;
    text-align: right;
}

.k-grid-toolbar, .k-grid td {
    border-width: 0px !important;
}

.k-header > .k-grid-filter, .k-header > .k-header-column-menu {
    float: right;
    margin: -0.2em -0.6em -0.4em;
    padding: 2px 2px 2px;
    z-index: 99;
    height: 11px;
    opacity: 0.5;
}

.k-menu .k-item > .k-link {
    padding: 0.5em 0.9em 0.4em;
    line-height: 0.9em;
}

.k-grid-toolbar.k-header {
    height: auto;
    padding: 8px;
}

.k-grid-header th.k-header {
    color: #fff;
}

.k-dropdown-wrap {
    padding: 0px 22px 2px 2px;
}

.k-grid-header .k-header > .k-link {
    display: inline-block;
    min-height: 12px;
    line-height: 18px;
    margin: -.5em -.6em -.4em -.6em;
    padding: 4px 0px 4px 6px;
    overflow: initial;
    text-overflow: initial;
    position: relative;
    top: 4px;
    color: #fff;
}

/****************************************** Popup box ***************************************/

#modal_window {
    display: none;
    background: #fff;
    left: 50%;
    margin: -200px 0 0 -40%;
    position: fixed;
    top: 30%;
    width: 80%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1000;
    padding: 0;
    /*max-height:500px;*/
    z-index: 999999999999999999999999999999;
}


.k-window {
    height: 580px;
    height: 70%;
    /*top: 15% !important;*/
    z-index: 99999 !important;
    /*left: 15% !important;*/
}


div.k-grid-header .k-header, .k-header {
    border-bottom-width: 0;
    height: 20px;
    background: #17365D;
    border-radius: 2px 2px 0 0;
    background: -webkit-linear-gradient(#0b1222,#17365d);
    background: -moz-linear-gradient(#182a55,#17365D);
    background: -o-linear-gradient(#182a55,#17365D);
    background: linear-gradient(#0b1222,#17365d);
    border-color: #17365D;
}

.k-calendar > .k-header {
    border-bottom-width: 0;
    height: 30px;
    color: #fff;
    background: #17365D;
    border-radius: 2px 2px 0 0;
    background: -webkit-linear-gradient(#0b1222,#17365d);
    background: -moz-linear-gradient(#182a55,#17365D);
    background: -o-linear-gradient(#182a55,#17365D);
    background: linear-gradient(#0b1222,#17365d);
    border-color: #17365D;
}

.k-header {
    padding: 0px 0 10px 0;
}

.k-block > .k-header {
    background-color: #f6f6f6;
    background: -webkit-linear-gradient(#f6f6f6,#e8e5e5);
    color: #0b1222;
}

.k-grid-toolbar .k-dropdown {
    background-color: #e3e3e3;
}

.k-grid-toolbar {
    background: #e3e3e3;
    height: auto;
}

.k-dropdown, .k-datepicker {
    padding: 0;
}

.k-widget {
    border-radius: 3px;
    border-color: #c5c5c5;
}

.k-window-titlebar {
    padding: 6px 0 12px;
}

th {
    border-radius: 10px;
}

tbody:hover > tr:hover td {
    text-shadow: none;
    color: #030303;
}

#modal_heading a {
    float: right;
    margin: -3px 2px 5px 2px;
}

#modal_heading h2 {
    margin: 0px;
}

#modal_content {
    padding: 10px;
    height: 100%;
    height: calc(100% - 97px);
}

#modal_footer {
    background: #17365D;
    padding: 10px;
    height: 40px;
    color: #fff;
}

.modal_inner {
    overflow-y: scroll;
    height: 100%;
}

.modalbg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 990;
    top: 0px;
    left: 0px;
    background: #000;
    display: none;
    opacity: 0.4;
    z-index: 999999999999999999999999999999;
}

.fixScroll {
    overflow-y: hidden;
}

.edit-form ul li .caption, .detail-form ul li .caption {
    width: 220px;
}


.k-dropdown-wrap {
    width: 240px;
    width: 389px;
}

.k-input, input.k-textbox, textarea.k-textbox, input.k-textbox:hover, textarea.k-textbox:hover, .k-textbox > input {
    width: 264px;
    width: 414px;
}

.inputReadOnly {
    background: #f7f9c4;
}

div.k-window-content {
    padding: 0;
}

.bottom-row {
    background: #17365d;
    height: 50px;
    position: absolute;
    padding: 5px 6px;
    clear: both;
    width: 790px;
    width: calc(100%- 9px);
    width: -webkit-calc(100% - 11px);
    bottom: 0px;
    margin-left: -21px;
    z-index: 99999;
    border-radius: 0 0 4px 4px;
}

.k-dropzone {
    padding: 0;
}

.modalInnerScroll {
    position: absolute;
    overflow-y: scroll;
    height: 85%;
    height: calc(100% - 100px);
    height: -webkit-calc(100% - 100px);
    width: 780px;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
}

.action-button {
    height: 60px;
    width: 638px;
}

.k-dropdown {
    width: 415px;
    margin-bottom: 5px;
}

.k-grid-top a.download {
    float: right;
    margin: 0;
}

    .k-grid-top a.download:hover {
        cursor: pointer;
    }

.k-i-arrow-s {
    width: 16px !important;
}

.k-window-content .page-top {
    margin: 0 15px;
}

.edit-form {
    background: #fff;
    padding: 0 20px 10px;
}

.k-today a.k-link {
    color: #ccc !important;
}

input.k-textbox {
    text-indent: 0;
}

.k-state-selected.k-state-focused a, .k-state-selected.k-state-highlight a {
    background-color: #17365D;
    border-color: #17365D;
    color: #fff !important;
}

.k-state-selected, .k-state-selected:link, .k-list > .k-state-selected, .k-list > .k-state-focused, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-button:active, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover {
    color: #fff;
    border-color: #ccc;
}

tr, td {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -ot-transition: all 0.5s;
}

.k-state-selected td {
    color: #212121;
}

.k-callout-s {
    border-top-color: #fff;
}

.k-pager-numbers .k-state-selected, .k-button:active {
    background: #17365D;
    background-image: url('../Content/textures/highlight.png');
    background-image: none,-webkit-linear-gradient(top,#0b1222 0,#17365D 100%);
    background-image: none,-moz-linear-gradient(top,#0b1222 0,#17365D 100%);
    background-image: none,-o-linear-gradient(top,#0b1222 0,#17365D 100%);
    background-image: none,linear-gradient(to bottom,#0b1222 0,#17365D 100%);
    border-color: #17365D;
}

.k-filter-menu input, .k-filter-menu input:hover, .k-filter-menu .k-dropdown, .k-filter-menu .k-input {
    width: 210px;
}

.k-filter-menu .k-dropdown-wrap {
    width: 185px;
    margin: 15px 0;
}

.k-pager-wrap .k-dropdown-wrap {
    width: auto;
    margin: -3px 0;
    padding: 0;
}

.k-i-arrowhead-s {
    background-image: url('/Content/Kendo/Web/Moonlight/sprite.png');
}

.toolbar .k-dropdown-wrap {
    width: 200px;
    background: #e9e9e9;
}

.toolbar .btntoolbar-confirm {
    width: 250px;
    text-align: center;
    background: #52ca38;
    display: block;
    margin-right: 300px;
    height: 20px;
    font-size: small;
}

.toolbar .btntoolbar-rollback {
    width: 250px;
    text-align: center;
    background: #f23c3c;
    display: block;
    margin-right: 300px;
    height: 20px;
    font-size: small;
}

.toolbar .btnconfirm {
    width: 250px;
    text-align: center;
    background: #52ca38;
    display: block;
    height: 20px;
}

.k-pager-numbers .k-link {
    color: #333;
}

.homeLogo {
    padding: 8px 0;
}

.check-div-toolbar input {
    top: -4px;
    position: relative;
}

.k-edit-cell input {
    width: 80px;
    margin: 0 0.2em;
}

.k-header .k-icon.k-filter {
    background-image: url('/Content/kendo/web/Moonlight/sprite.png');
}

.top-info {
    height: 46px;
    margin-bottom: -27px;
}

    .top-info h1 {
        padding-top: 5px;
    }


/********************  The new approver box   ******************/


h3 {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    margin: 15px 0;
    font-size: 1em;
    -webkit-text-stroke-width: .7px;
    -webkit-text-stroke-color: #34343b;
    -webkit-font-smoothing: antialiased;
}

.approverBox {
    width: 18.7%;
    float: left;
    border: 2px #dbdbdb solid;
    border-radius: 4px;
    min-height: 300px;
    margin: 3px;
    text-align: center;
}

.statusBox {
    width: 126px;
    height: 127px;
    margin: auto;
}

.statusNotstarted {
    background: #d2d2d2;
}

.statusIncomplete {
    background: #fed292;
}

.statusApproved {
    background: #c4e6a0;
}

.editStatusBox {
    width: 175px;
    margin: auto;
}

    .editStatusBox li {
        text-align: left;
        list-style-type: none;
        margin: 3px 0;
        cursor: pointer;
    }

.loginPage {
    background: #17365D;
}

.loginBox {
    color: #fff;
    margin-top: 15%;
}

.loginInput {
    height: 40px;
    font-size: 24px;
    background: #fff;
    color: #666;
    padding: 5px;
    border-radius: 2px;
    border: none;
    width: 100%;
}

.loginBox label {
    display: block;
    font-family: 'Exo', Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 0;
}


.loginBox div {
    display: block;
    /*text-align:right;*/
    padding: 10px 0;
}


.validation-summary-errors ul {
    color: red;
    padding: 5px 20px;
}

.help-icon {
    text-decoration: none;
    height: 10px;
    font-size: 13px;
    width: 5px;
    display: block;
    padding: 0 4px 0px;
}

.help-icon-outer {
    vertical-align: bottom;
    border: 2px solid #666;
    width: 14px;
    margin-bottom: 3px;
    height: 18px;
    cursor: pointer;
}

    .help-icon-outer:hover {
        cursor: pointer;
    }

#divInnerLoginForm {
    background: none;
}

.modalInnerScroll ul li {
    margin: 10px 0;
}

.k-grid-header .k-header > .k-link {
    overflow: hidden;
    text-overflow: clip;
}

.k-grid-header .k-with-icon .k-link {
    margin-right: 15px;
}

.hTotAccLabel {
    margin-left: 10px;
}

.houseAccRadio {
    position: relative;
    top: 8px;
    text-align: right;
    font-size: 12px;
}

    .houseAccRadio span {
        position: relative;
        top: -5px;
    }

        .houseAccRadio span input[type="radio"] {
            margin: 0 0 0 8px;
        }

.k-widget.k-upload.k-header, .k-upload-files.k-reset, .k-file.k-file-success {
    background: none;
    border: 0;
}

.k-file.k-file-success {
    width: 400px;
}

.k-upload-files.k-reset {
    width: 415px;
}

.k-dropzone .k-upload-status {
    line-height: 1.4;
}

.k-grid td {
    border-style: solid;
    border-width: 0 0 0 1px;
    padding: 0.2em 0.4em 0.2em 0.4em;
    overflow: hidden;
    line-height: 1.6em;
    vertical-align: middle;
    text-overflow: clip;
    font-size: 0.9em;
    font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
}

/************************************  Risk Reporting  ************************************/

svg text {
    width: 30px !important;
    display: inline-block;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 100%;
    }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
    margin-bottom: 30px;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


@media only screen and (max-width: 1000px) {

    .moduleColumn {
        position: relative;
        left: 0px;
        width: 100%;
        height: 100%;
        height: calc(100% - 60px);
        background: #17365D;
    }

    .homePage {
        margin-left: 0;
    }

    .k-grid-top {
        height: auto;
        padding: 8px;
    }

    #modal_window {
        height: 75% !important;
        top: 40% !important;
    }

    .k-window {
        width: 95% !important;
        left: 1% !important;
    }
}


.sessionSettings {
    min-width: 355px;
    padding-right: 50px;
}

@media only screen and (max-width: 780px) {
    /* Style adjustments for viewports that meet the condition */

    .appTitle {
        display: none;
    }

    .moduleToggle {
        width: 20px;
    }

        .moduleToggle img {
            display: none;
        }

    #main-header .col-sm-7, #main-header .col-sm-3, #main-header .col-sm-2 {
        width: auto;
    }
}

@media only screen and (max-width: 580px) {
    /* Style adjustments for viewports that meet the condition */

    .appTitle {
        display: none;
    }

    .moduleToggle {
        width: 20px;
    }

        .moduleToggle img {
            display: none;
        }

    #main-header .col-sm-7, #main-header .col-sm-3, #main-header .col-sm-2 {
        width: auto;
    }
}

@media only screen and (max-width: 576px) {
    /* Style adjustments for viewports that meet the condition */

    .appTitle {
        display: none;
    }

    .moduleToggle {
        width: 20px;
    }

        .moduleToggle img {
            display: none;
        }

    #main-header .col-sm-7, #main-header .col-sm-3, #main-header .col-sm-2 {
        width: auto;
    }

    #main-header .col-sm-7 {
        padding: 0;
        transform: scale(0.9);
    }

    #main-header .col-sm-2 {
        position: absolute;
        right: 0;
    }

    .sessionSettings {
        min-width: unset;
        padding-right: 0;
    }
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {

    @page {
        margin: 0.5cm;
        /*size: A4 landscape;*/
    }

    #container {
        width: 100% !important;
        margin: 0;
        padding: 0;
        font-size: 10px;
    }

    .topMenu, h1, .action, header, .version-class {
        display: none !important;
    }

    .onepcssgrid-1200, .k-dropdown-wrap.k-state-default {
        margin: 0;
        padding: 0;
    }

    .onepcssgrid-1200 {
        padding: 0px;
        margin: 0px;
    }

    .col6 {
        float: none;
        width: 49%;
        margin: 0;
        display: inline-block;
        overflow: hidden;
    }

    #topReportsRow .k-widget {
        height: 34px;
        margin: 20px 0 0px;
        display: block;
        clear: both;
        float: none;
    }

    svg text {
        font: 9px Arial,Helvetica,sans-serif !important;
    }

    #piechart {
        margin: 0px 0 0 -50px;
        width: 200px;
    }

    #divServerInfo {
        display: none !important;
    }

    .k-dropdown-wrap.k-state-default, span.k-dropdown {
        width: 200px;
        display: inline-block;
    }

    .k-grid-header .k-header {
        border-width: 2px;
        padding: 5px;
    }

    .k-dropdown-wrap, .k-input {
        width: auto;
        display: inline-block;
        border: none;
    }

    .k-input {
        font-size: 30px;
        font-weight: bold;
    }

    div.k-grid-header .k-header, .k-header {
        background: #17365D;
        background-color: #17365D;
    }

    h2 {
        display: block;
        font-size: 1.2em;
        -webkit-text-stroke-width: 0px;
        -webkit-text-stroke-color: none;
        -webkit-font-smoothing: none;
    }

    .k-grid td {
        font-size: 1px !important;
        vertical-align: top;
    }

    * {
        background: transparent !important;
        color: #000; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    header, .menuRow, .topMenu, .action {
        display: none !important;
    }

    /*body {
        margin-top: 50px;
        -webkit-print-color-adjust: exact;
    }*/

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    #btnPrint {
        display: none;
    }
}


.help-icon-outer {
    display: inline-block;
    border: 2px solid #666;
    padding: 0px 2px;
    border-radius: 16px;
    cursor: default;
}

.k-tooltip {
    background: #fff;
    padding: 10px 15px;
    max-width: 650px;
    font-size: 14px;
    color: #333;
    text-align: left;
    border: 1px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px black;
    box-shadow: 0 0 10px #000;
    z-index: 999999;
}

.tooltip {
    display: none;
    background: #fff;
    min-height: 50px;
    min-width: 250px;
    padding: 0px 15px;
    max-width: 650px;
    font-size: 10px;
    color: #333;
    text-align: left;
    border: 1px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px black;
    box-shadow: 0 0 10px #000;
    z-index: 999999;
    left: 50% !important;
}

    .tooltip p {
        font-size: 1em;
    }


    .tooltip h4 {
        font-size: 1.4em;
        margin: 1em 0 0 0;
    }

.ambiance-custom {
    background: #fff;
    color: #333;
    display: block;
    padding: 10px;
    font-family: Arial, sans-serif;
    clear: both;
    position: absolute;
    right: 10px;
    bottom: 40px;
    z-index: 9999999999999999999;
    height: 200px;
    border: 1px #ccc solid;
    border-radius: 3px;
    opacity: 0.8;
}

    .ambiance-custom:hover {
        opacity: 1;
    }

    .ambiance-custom a {
        float: right;
        color: #fff;
        font-size: 12px;
    }

.ambiance-confirm {
    background: #fff;
    color: #333;
    display: block;
    padding: 10px;
    font-family: Arial, sans-serif;
    clear: both;
    position: fixed;
    left: 35%;
    bottom: 50%;
    z-index: 9999999999999999999;
    height: 75px;
    box-shadow: 4px 6px 6px #ccc;
    border: 1px #ccc solid;
    border-radius: 3px;
    opacity: 0.8;
}

    .ambiance-confirm:hover {
        opacity: 1;
    }

    .ambiance-confirm a {
        float: right;
        color: #fff;
        font-size: 12px;
    }

.ambiance-warning {
    background: #f2e1e1;
    color: #333;
    display: block;
    padding: 10px;
    font-family: Arial, sans-serif;
    clear: both;
    position: absolute;
    right: 10px;
    bottom: 40px;
    z-index: 9999999999999999999;
    height: 200px;
    border: 1px #ccc solid;
    border-radius: 3px;
    opacity: 1;
}

    .ambiance-warning:hover {
        opacity: 1.1;
    }

    .ambiance-warning a {
        float: right;
        color: #fff;
        font-size: 12px;
    }

.noteHeader {
    background: #17365D;
    height: 25px;
    margin: -10px -10px 5px -10px;
    color: #fff;
    padding: 5px 10px;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    border-radius: 3px 3px 0 0;
    -webkit-text-stroke-width: .7px;
    -webkit-text-stroke-color: #34343b;
    -webkit-font-smoothing: antialiased;
}



.loader, .loader-background-saving, .loader-outer {
    background: #fff29a;
    display: block;
    z-index: 9999999;
    padding: 5px;
    height: 20px;
    opacity: 1 !important;
    position: relative !important;
}

.calc-tooltip-grid-content {
}

    .calc-tooltip-grid-content .title-row {
        display: block;
        font-weight: bold;
        font-size: 14px;
    }

    .calc-tooltip-grid-content .row {
        display: block;
        width: 300px;
        text-align: left;
        margin-bottom: 5px;
        padding: 3px;
    }

        .calc-tooltip-grid-content .row .caption {
            width: 150px;
            display: inline-block;
        }

        .calc-tooltip-grid-content .row .value {
            display: inline-block;
        }

.BrokerDetailLeft {
    width: 60%;
    float: left;
}

    .BrokerDetailLeft ul li {
        padding-bottom: 10px !important;
    }

        .BrokerDetailLeft ul li label {
            font-weight: 600 !important;
            font-family: 'Exo',Arial,sans-serif;
            font-size: 14px !important;
            text-shadow: none !important;
        }

        .BrokerDetailLeft ul li span {
            font-family: 'Exo',Arial,sans-serif;
            font-size: 14px !important;
            text-shadow: none !important;
        }

.BrokerDetailRight {
    width: 40%;
    float: right;
}

    .BrokerDetailRight ul li {
        padding-bottom: 10px !important;
    }

        .BrokerDetailRight ul li label {
            font-weight: 600 !important;
            font-family: 'Exo',Arial,sans-serif;
            font-size: 14px !important;
            text-shadow: none !important;
        }

        .BrokerDetailRight ul li span {
            font-family: 'Exo',Arial,sans-serif;
            font-size: 14px !important;
            text-shadow: none !important;
        }

.edit-row .field-section {
    display: inline-block;
    width: 400px;
}

.checkbox-cover {
    display: inline-block;
    padding-right: 5px;
    padding-bottom: 5px;
}

div.restricted-applied, input.restricted-applied {
    pointer-events: none;
    /* for "disabled" effect */
    opacity: 0.5;
}

    div.restricted-applied span.restricted-applied, input.restricted-applied {
        color: #333;
    }

span.restricted-applied {
    color: #ccc;
}

button[disabled] {
    color: gray;
}

.loading-black-back {
    pointer-events: none;
    display: block;
    /* for "disabled" effect */
    opacity: 0.8;
}

.onerow .approverBox-selected {
    border: 2px #05254e solid !important;
}

.back-to-link {
    margin-top: 10px;
    display: block;
}

    .back-to-link span {
        font-size: 12px;
    }

.check-div-toolbar {
    margin-left: 10px;
    display: inline-block;
}

.account-activity-negative-grid-row {
    background-color: #fbe4e4;
}

.notification-outer .k-widget {
    background-color: inherit;
    border: none;
}

    .notification-outer .k-widget .notification-item {
        background-color: #f9f6d2;
        margin: 2px 6px 5px 0;
        padding: 2px 8px;
        border: solid 1px #ccc;
        border-radius: 4px;
        display: block;
        width: 100%;
        width: calc(100% - 30px);
    }

        .notification-outer .k-widget .notification-item p {
            padding: 0px;
            margin: 0px;
            display: inline-block;
            width: 90%;
        }

        .notification-outer .k-widget .notification-item .clear {
            clear: both;
        }

        .notification-outer .k-widget .notification-item a.subaction {
            float: right;
        }

.mbot10 {
    margin-bottom: 10px;
}

.version-class {
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 0;
    font-weight: bold;
    background: red;
    width: 100%;
    padding: 5px;
    opacity: 0.9;
    z-index: 999999999999999999999999999999;
}

    .version-class a {
        float: right;
        margin-right: 3%;
        color: #eaeaea;
        text-decoration: underline;
    }

.server-class {
    text-align: center;
    font-size: 10px;
    clear: both;
    color: white;
}

.applicationMenu .server-class {
    margin-top: 10px;
    color: white !important;
}

.termsBrowseRow {
    margin: 5px 0;
}

#importinfo-div {
    padding: 10px 0;
    text-align: right;
    font-size: 14px;
    color: #666;
}

.changePass .edit-form {
    padding: 0 3px 10px;
}

.changePass ul {
    padding: 0;
}

.changePass .action-button {
    width: 415px;
}

.detailgrid {
    width: 1000px;
}

.detailgrid-lg {
    width: 1500px;
}

.detailgrid-md {
    width: 1200px;
}


.detailvalidation {
    padding-bottom: 50px;
}

html .k-grid tr:hover {
    background: transparent;
}

html .k-grid tr.k-alt:hover {
    background: #f1f1f1;
}

.action-delete {
    color: red;
}

.action-confirm {
    color: green;
}

li.delete a {
    color: #cc7979 !important;
}

.confirm {
    color: green;
}

input[type=checkbox] {
    transform: scale(1.2);
}

.upper {
    text-transform: uppercase;
}

.input-button-outer-menu {
    text-align: center;
    width: 100%;
}

.input-button-menu {
    display: inline-block;
    width: 10%;
    margin: 0 auto;
    min-width: 120px;
}

.input-button, .input-button-sm {
    background: none #157FCC;
    background-color: #17365D;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    height: 50px;
    width: 110px;
}

.input-button {
    font-size: 16px;
}

.input-button-sm {
    font-size: 12px;
}

    .input-button:hover, .input-button-sm:hover {
        background-color: #396397;
        color: white;
    }

.not-active {
    background-color: #ccc;
}

    .not-active:hover {
        background-color: #c3c1c1;
    }

.text-center {
    text-align: center;
}

#divInput {
    margin: auto;
    width: 100%;
}

.switch-field {
    padding: 20px;
    overflow: hidden;
}

.switch-title {
    margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    display: inline-block;
    width: 60px;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    padding: 10px 150px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .switch-field label:hover {
        cursor: pointer;
    }

.switch-field input:checked + label {
    background-color: #A5DC86;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
    color: darkblue;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
    color: darkred;
}

.switch-field-sm {
    padding: 5px;
    overflow: hidden;
}

.switch-title {
    margin-bottom: 3px;
}

.buy-trade {
    border: 1px dashed #ddd;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #ddd, 0 0 0 10px #fff, 0 0 2px 10px #eee;
    background-color: #d2e6f0;
}

.sell-trade {
    border: 1px dashed #ddd;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #ddd, 0 0 0 10px #fff, 0 0 2px 10px #eee;
    background-color: #f0d3d2;
}

.buy-background {
    /*box-shadow: 0 0 0 3px #fff, 0 0 0 5px #ddd, 0 0 0 10px #fff, 0 0 2px 10px #eee;*/
    background-color: #d2e6f0;
}

.sell-background {
    /*box-shadow: 0 0 0 3px #fff, 0 0 0 5px #ddd, 0 0 0 10px #fff, 0 0 2px 10px #eee;*/
    background-color: #f0d3d2;
}

.form-read-only {
    border: none;
    background-color: transparent !important;
}

.submit-form {
    padding: 10px 30px;
    margin: 20px 20px;
    width: 150px;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-weight: bold;
}

.save {
    background: #A5DC86;
}

.success {
    color: green;
}

.cancel {
    background: #e4e4e4;
}

.right-align {
    text-align: right;
}

.trade-action {
    background-color: red;
    border-radius: 50%;
    padding: 0 5px;
    color: white;
}

.label-success {
    background-color: #82d485;
    color: #182a55;
    border-radius: 20px;
    font-weight: bold;
    padding: 10px 30px;
    position: relative;
    display: inline-block;
}

.closebtn {
    color: #182a55;
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    top: 2px;
    right: 5px;
}

    .closebtn:hover {
        color: white;
    }

.w100 {
    width: 100%;
}

.w90 {
    width: 90%;
}

.w80 {
    width: 80%;
}

.w75 {
    width: 75%;
}

.w70 {
    width: 70%;
}

.w60 {
    width: 60%;
}

.w50 {
    width: 50%;
}

.w40 {
    width: 40%;
}

.w30 {
    width: 30%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

.w15 {
    width: 15%;
}

.w10 {
    width: 10%;
}

.w5 {
    width: 5%;
}

.floatRight {
    float: right;
}

.text-left {
    text-align: left;
}

.info-message {
    border: 1px dotted #0b1222;
    text-align: center;
    background-color: #e1eade;
    border-radius: 3px 4px;
}

a.action2, .action2 {
    color: #17365D;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 8px;
    margin: 5px 0px 5px 2px;
    border: 3px double #ccc;
    border-radius: 5px;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #34343b;
    -webkit-font-smoothing: antialiased;
    background: -webkit-linear-gradient(top, rgb(150, 221, 153) 0%, rgb(177, 232, 179) 100%);
    text-decoration: none;
}

    .action2:hover {
        border: 3px double #8c9eb5;
        text-decoration: none !important;
        font-weight: bold;
        cursor: pointer;
    }

a.action2-sm, .action2-sm {
    color: #17365D;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 3px 4px;
    margin: 3px 0px 3px 1px;
    border: 2px double #ccc;
    border-radius: 4px;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #34343b;
    -webkit-font-smoothing: antialiased;
    background: -webkit-linear-gradient(top, rgb(150, 221, 153) 0%, rgb(177, 232, 179) 100%);
    text-decoration: none;
}

    .action2-sm:hover {
        border: 2px double #8c9eb5;
        text-decoration: none !important;
        font-weight: bold;
        cursor: pointer;
    }

a.action3, .action3 {
    color: #000000;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 8px;
    margin: 5px 0px 5px 2px;
    border: 3px double #ccc;
    border-radius: 5px;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #34343b;
    -webkit-font-smoothing: antialiased;
    background: -webkit-linear-gradient(top, rgb(254, 116, 91) 0%, rgb(252, 99, 83) 100%);
    text-decoration: none;
}

    .action3:hover {
        border: 3px double #8c9eb5;
        text-decoration: none !important;
        font-weight: bold;
        cursor: pointer;
    }

a.action3-sm, .action3-sm {
    color: #000000;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 3px 4px;
    margin: 3px 0px 3px 1px;
    border: 2px double #ccc;
    border-radius: 4px;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #34343b;
    -webkit-font-smoothing: antialiased;
    background: -webkit-linear-gradient(top, rgb(254, 116, 91) 0%, rgb(252, 99, 83) 100%);
    text-decoration: none;
}

    .action3-sm:hover {
        border: 2px double #8c9eb5;
        text-decoration: none !important;
        font-weight: bold;
        cursor: pointer;
    }

a.action4, .action4 {
    color: #17365D;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 8px;
    margin: 5px 0px 5px 2px;
    border: 3px double #ccc;
    border-radius: 5px;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #34343b;
    -webkit-font-smoothing: antialiased;
    background: -webkit-linear-gradient(top, rgb(102, 206, 107) 0%, rgb(102, 207, 106) 100%);
    text-decoration: none;
}

    .action4:hover {
        border: 3px double #8c9eb5;
        text-decoration: none !important;
        font-weight: bold;
        cursor: pointer;
    }

a.action-toolbar, .action-toolbar {
    color: #000000;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 8px;
    margin: 5px 0px 5px 2px;
    border: 3px double #ccc;
    border-radius: 5px;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #34343b;
    -webkit-font-smoothing: antialiased;
    background: -webkit-linear-gradient(top, rgb(94, 211, 62) 0%, rgb(97, 203, 49) 100%);
    width: 250px;
    text-align: center;
    font-size: small;
}

    .action-toolbar:hover {
        border: 3px double #8c9eb5;
        text-decoration: none !important;
        font-weight: bold;
        cursor: pointer;
    }

.padtop8 {
    padding-top: 10px;
}

.padtop5 {
    padding-top: 5px;
}

.field-validation-error {
    color: red;
    font-size: 12px;
    padding: 5px 0;
    color: red;
    font-size: 12px;
    padding: 0px 20px;
    display: block;
    margin: 10px 0 10px;
    width: 450px;
    font-family: Arial, sans-serif;
}

#divCalculateImpact .field-validation-error, #divCostOfResolution .field-validation-error {
    color: red;
    font-size: 12px;
    padding: 5px 0;
    color: red;
    font-size: 12px;
    padding: 0px 0 0 20px;
    display: block;
    margin: 10px 0 10px;
    width: 320px;
    font-family: Arial, sans-serif;
    height: 30px;
    float: left;
}

.panelbox td {
    vertical-align: middle;
}

    .panelbox td label {
        display: block;
        padding-bottom: .6em;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
    }

.k-pager-numbers li {
    padding: 0 !important;
}

.navbar {
    padding: 0;
}

.container-fluid, .container-fluid > .navbar-collapse {
    padding: 0;
}

.navbar-nav {
    margin: 0;
}

    .navbar-nav li {
        border-right: 1px solid #ccc;
    }

    .navbar-nav > li > a {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        color: #17365d;
        background: #f2f1f1;
        border-radius: 3px;
        font-family: 'Exo', Arial, sans-serif;
        font-weight: 600;
        font-size: 14px;
        -webkit-text-stroke-width: .3px;
        -webkit-font-smoothing: antialiased;
    }

.navbar {
    min-height: 30px !important;
    margin-bottom: 5px;
}

.navbar-header {
    background-color: #ebebeb;
    border-color: #e7e7e7;
}

.navbar-toggle {
    border: 1px solid #ddd;
}

    .navbar-toggle .icon-bar {
        background-color: #888;
        border-color: #ddd;
    }

    .navbar-toggle:hover, .navbar-toggle:focus {
        background-color: #ddd;
    }

.dropdown-menu {
    padding: 0 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.k-toolbar::before {
    content: "";
    height: 0;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.k-grid-norecords {
    display: flex;
    align-items: center;
    justify-content: center;
}

.k-window-titlebar {
    padding-left: 5px;
    padding-right: 5px;
}

.submits {
    overflow: hidden;
}

    .submits input {
        float: right;
    }

#confirm-dialog {
    min-height: 150px;
}

#dialog h3, #dialogA h3 {
    margin-left: 10px;
}

.k-dialog-title {
    font-weight: bold;
}

.posReport th:first-child, .posReport td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    max-width: 100px;
}

.posReport td:first-child {
    background-color: lightgray;
}

.posReport {
    margin-top: 20px;
    overflow-x: auto;
}

    .posReport table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        border: 1px solid #ddd;
        background-color: white;
    }

    .posReport th, .posReport td {
        text-align: left;
        padding: 8px;
        font-size: 12px;
    }

.topHeader {
    background-color: #87CEEB !important;
}

.posReport th {
    background-color: #17365D;
    border-radius: 0;
    color: white;
}

.parentHeader {
    background-color: grey !important;
    color: white;
}

.posReport th tr:nth-child(even) {
    background-color: #f2f2f2
}

.reportBtn-container {
    display: flex;
    justify-content: center;
}

.reportBtn {
    margin: 0 5px; /* Optional: Add some spacing between buttons */
}

.popMessages {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}

.posTotalResult {
    font-weight: bold
}

#posSuccessMessage {
    background-color: #90EE90;
}

#posFailedMessage {
    background-color: #FF7F7F;
}

.reportBtn {
    font-size: 16px !important;
}

.reportBtn-container > div {
    padding: 3px;
    font-size: 30px !important
}

.posReport td {
    min-width: 80px;
}

.forward-card-table {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.forward-btn {
    padding: 7px !important;
    background: -webkit-linear-gradient(top, rgb(150, 221, 153) 0%, rgb(177, 232, 179) 100%);
    text-decoration: none;
}

    .forward-btn:hover {
        filter: brightness(30%);
        text-decoration: none;
    }
