/*--------------- Variables-------------------------*/
/*infrarisk css define*/
/*bankia css define*/
/*$grey: #686c77;
$text-color: #959595;
$light-grey: #3b3d40;
$dark-grey: #3d2b1c;
$bankia-heading-1: #d4cfaa;
$bankia-heading-2: #e3dfc1;
$bankia-heading-3: #e7e6d8;
$main-color: #b5c017;
$main-color-light: #d8e51b;
$main-color-2: rgba(181, 192, 23, 0.2);
$main-color-9: rgba(181, 192, 23, 0.9);
$main-color-8: rgba(181, 192, 23, 0.8);
$main-color-6: rgba(181, 192, 23, 0.6);
$main-color-5: rgba(181, 192, 23, 0.5);
$main-color-3: rgba(181, 192, 23, 0.3);
$active-tbl-color: rgba(181, 192, 23, 0.2);*/
/*end*/
html, body {
  min-height: 100%; }

img {
  border: 0px; }

body, * {
  font-family: 'Arial', sans-serif;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  outline: 0px; }

body {
  color: #959595; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px; }

a {
  text-decoration: none; }
  a:hover, a:active, a:focus, a:visited {
    text-decoration: none;
    color: #920631; }

a:link {
  color: black; }
  a:link:hover, a:link:active, a:link:focus {
    text-decoration: none;
    color: #920631; }



ul {
  padding-left: 0px;
  margin: 0px; }
  ul li {
    list-style: none; }

html, body {
  background-color: #f8f8f8 !important; }

iframe html, iframe body, iframe form {
  background-color: white !important; }

label {
  font-weight: normal; }

.btn {
  background: #920631 !important;
  color: white !important;
  border-radius: 3px;
  color: white;
  padding: 5px 10px;
  border: 0px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  height: 30px; }
  .btn span {
    display: inline-block;
    vertical-align: middle; }
  .btn img {
    vertical-align: top;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px; }
  .btn input {
    background: transparent;
    border: none;
    color: white;
    font-size: 14px; }
  .btn:hover {
    -webkit-box-shadow: inset 1000px 1000px 1000px 1000px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1000px 1000px 1000px 1000px rgba(0, 0, 0, 0.2); }
  .btn.btn-grey {
    background: #475155; }
    .btn.btn-grey:hover {
      background: black; }

.icon {
  background: url("images/sprite.png") no-repeat;
  display: block;
  width: 35px;
  height: 35px; }

.container {
  width: 1170px; }

header {
  height: 65px; }

.originalHeader {
  background: white;
  box-shadow: 0px 0px 3px 0px rgba(1, 1, 1, 0.11);
  position: relative;
  z-index: 1000; }
  .originalHeader + div {
    z-index: 0;
    position: relative; }
  .originalHeader:after {
    content: " ";
    clear: both;
    display: block; }
  .originalHeader #divCVXLogo {
    float: left;
    height: 56px;
    padding: 5px 10px; }
    .originalHeader #divCVXLogo input[type="image"], .originalHeader #divCVXLogo img {
      height: 56px;
      vertical-align: bottom; }
    .originalHeader #divCVXLogo .bank-name {
      font-size: 24px;
      padding-left: 5px;
      color: #920631;
      display: inline-block; }
  .originalHeader .topBanner {
    float: right; }
    .originalHeader .topBanner table tr td {
      color: black;
      font-size: 12px;
      color: #010101;
      padding-left: 20px;
      padding-right: 20px; }
      .originalHeader .topBanner table tr td.logout-section {
        padding-left: 0px;
        padding-right: 20px;
        border-right: 1px solid #f5f5f5; }
      .originalHeader .topBanner table tr td.user-section {
        padding-right: 0px; }
      .originalHeader .topBanner table tr td span {
        line-height: 65px;
        display: inline-block; }
      .originalHeader .topBanner table tr td a {
        color: #010101; }
  .originalHeader #radMenuHolder {
    background: rgba(95, 106, 111, 0.95);
    width: 250px;
    position: fixed;
    top: 0px;
    right: -250px;
    display: table-cell;
    min-height: 100%;
    padding-top: 50px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    .originalHeader #radMenuHolder .close-menu-section {
      position: absolute;
      top: 20px;
      right: 20px; }
    .originalHeader #radMenuHolder.show-menu {
      right: 0px;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
    .originalHeader #radMenuHolder ul li {
      padding: 0px 30px; }
      .originalHeader #radMenuHolder ul li a {
        color: white;
        text-decoration: none;
        font-weight: normal;
        font-size: 16px;
        padding: 15px 0px;
        display: block;
        border-bottom: 1px solid #889194; }
      .originalHeader #radMenuHolder ul li.have-sub > a {
        background: url("images/icons/icon_arrow_grey.png") no-repeat 176px 21px; }
      .originalHeader #radMenuHolder ul li ul {
        visibility: hidden;
        opacity: 0;
        height: 0;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease; }
        .originalHeader #radMenuHolder ul li ul.show-sub {
          margin-top: 15px;
          margin-bottom: 15px;
          visibility: inherit;
          opacity: 1;
          height: auto;
          -webkit-transition: all 1s ease;
          -moz-transition: all 1s ease;
          -ms-transition: all 1s ease;
          -o-transition: all 1s ease;
          transition: all 1s ease; }
        .originalHeader #radMenuHolder ul li ul li {
          padding: 0px 0px; }
          .originalHeader #radMenuHolder ul li ul li a {
            padding: 5px 0px;
            border-bottom: 0px solid #889194;
            font-size: 12px;
            background: none; }

.top-holder {
  background: #f8f8f8; }

.mainTabNavigation {
  background: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 1, 0, 0.1); }
  .mainTabNavigation .user-group-title {
    background: #475155; }
    .mainTabNavigation .user-group-title h2 {
      font-size: 14px;
      font-weight: bold;
      color: white;
      padding: 10px; }
  .mainTabNavigation ul {
    height: 68px;
    white-space: nowrap; }
    .mainTabNavigation ul li {
      display: inline-block;
      white-space: normal;
      padding: 10px;
      background-size: 10px 68px; }
      .mainTabNavigation ul li:first-of-type a.rtsSelected:after, .mainTabNavigation ul li:first-of-type a:hover:after {
        display: none !important; }
      .mainTabNavigation ul li a {
        background: url("images/nav-arrow.png") no-repeat right top;
        background-size: auto 100%;
        font-size: 12px;
        color: #475155;
        text-align: center;
        font-weight: bold;
        min-width: 105px !important; }
        .mainTabNavigation ul li a img {
          display: inline-block;
          margin-bottom: 3px;
          width: 24px;
          height: 24px; }
        .mainTabNavigation ul li a span {
          display: block;
          width: 100% !important; }
        .mainTabNavigation ul li a.rtsSelected, .mainTabNavigation ul li a:hover, .mainTabNavigation ul li a:focus {
          color: #920631;
          background-color: #e3e3e3;
          position: relative; }
          .mainTabNavigation ul li a.rtsSelected:after, .mainTabNavigation ul li a:hover:after, .mainTabNavigation ul li a:focus:after {
            height: 68px;
            content: " " !important;
            width: 15px;
            display: block !important;
            background: url("images/nav-arrow-back.png") no-repeat right top;
            background-size: auto 100%;
            position: absolute;
            outline: none !important;
            top: 0px !important;
            right: inherit !important;
            left: -15px !important; }
          .mainTabNavigation ul li a.rtsSelected img path, .mainTabNavigation ul li a:hover img path, .mainTabNavigation ul li a:focus img path {
            fill: #920631; }
        .mainTabNavigation ul li a:focus {
          outline: none !important; }
          .mainTabNavigation ul li a:focus:after {
            outline: none !important; }
        .mainTabNavigation ul li a .rtsTxt {
          position: relative; }
          .mainTabNavigation ul li a .rtsTxt:after {
            border-radius: 18px;
            height: 22px;
            width: 22px;
            position: absolute;
            right: -3%;
            margin-left: -10px;
            bottom: -23px;
            background: transparent;
            content: " ";
            display: block; }
        .mainTabNavigation ul li a.radtab_invalid_active .rtsTxt:after {
          background: url("images/icons/icon-warning.svg") no-repeat 4px 4px;
          background-size: 13px; }
        .mainTabNavigation ul li a.radtab_valid_active .rtsTxt:after {
          background: url("images/icons/icon-check.svg") no-repeat 4px 4px;
          background-size: 15px; }

.RadComboBoxDropDown .rcbList > li {
  position: relative;
  padding-right: 25px !important; }
  .RadComboBoxDropDown .rcbList > li.invalid {
    color: #920631; }
    .RadComboBoxDropDown .rcbList > li.invalid:after {
      background: url("images/icons/icon-error.svg") no-repeat 0px 0px;
      position: absolute;
      top: 5px;
      right: 8px;
      width: 15px;
      height: 15px;
      background-size: 100%; }
  .RadComboBoxDropDown .rcbList > li.valid:after {
    background: url("images/icons/icon-success-2.svg") no-repeat 0px 0px;
    position: absolute;
    top: 5px;
    right: 8px;
    width: 15px;
    height: 15px;
    background-size: 100%; }

.AggGroup.invalid {
  border: 1px solid #920631; }

.group-status-icon {
  position: relative;
  padding-left: 20px; }
  .group-status-icon:after {
    background: url("images/icons/icon-success-2.svg") no-repeat 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    background-size: 100%;
    display: block;
    content: " "; }
  .group-status-icon.invalid:after {
    background: url("images/icons/icon-error.svg") no-repeat 0px 0px; }

.status-holder .RowContent label {
  float: left;
  width: 128px !important; }
.status-holder .RowContent.col-2 label {
  width: 162px !important; }

.chbox-overrideDLA input {
  display: inline-block; }
.chbox-overrideDLA label {
  display: inline-block; }

.status-right .RowContent:after, .status-holder .RowContent:after {
  content: " ";
  clear: both;
  display: block; }
.status-right .RowContent label, .status-holder .RowContent label {
  float: left;
  width: 40%; }
.status-right .RowContent .wrapper-txt, .status-holder .RowContent .wrapper-txt {
  float: left;
  width: 50%; }
  .status-right .RowContent .wrapper-txt .RadComboBox, .status-holder .RowContent .wrapper-txt .RadComboBox {
    margin-top: -5px;
    width: 100% !important; }
  .status-right .RowContent .wrapper-txt .riSingle, .status-holder .RowContent .wrapper-txt .riSingle {
    margin-top: -5px;
    width: 100% !important; }
  .status-right .RowContent .wrapper-txt label, .status-holder .RowContent .wrapper-txt label {
    float: none; }
.status-right .appInfo-section .RowContent label, .status-holder .appInfo-section .RowContent label {
  float: left;
  width: 40%; }

.logout-btn {
  background: url("images/icons/icon_logout.svg") no-repeat 0px 0px;
  display: block;
  height: 20px;
  margin-left: 10px;
  width: 18px;
  margin-top: -18px;
  background-size: 100%; }

.menu-btn {
  background: url("images/icons/icon_menu.svg") no-repeat 0px 0px;
  display: block;
  height: 20px;
  width: 23px; }

.RadTabStrip_CustomTabStripSkin {
  background: white;
  box-shadow: 0px 0px 2px 0px rgba(0, 1, 0, 0.1); }
  .RadTabStrip_CustomTabStripSkin:after {
    content: " ";
    clear: both;
    display: block; }
  .RadTabStrip_CustomTabStripSkin ul:after {
    content: " ";
    clear: both;
    display: block; }
  .RadTabStrip_CustomTabStripSkin ul li {
    display: inline-block;
    border-right: 1px solid #f8f8f8; }
    .RadTabStrip_CustomTabStripSkin ul li a {
      color: #475155;
      font-size: 12px;
      font-weight: bold;
      padding: 10px 45px 10px 20px;
      display: block;
      position: relative; }
      .RadTabStrip_CustomTabStripSkin ul li a.rtsSelected {
        background: #475155 !important;
        color: white !important; }
        .RadTabStrip_CustomTabStripSkin ul li a.rtsSelected:after {
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #475155;
          display: block;
          content: " ";
          position: absolute;
          bottom: -5px;
          left: 50%;
          margin-left: -5px; }
      .RadTabStrip_CustomTabStripSkin ul li a .rtsTxt {
        position: relative; }
        .RadTabStrip_CustomTabStripSkin ul li a .rtsTxt:after {
          border-radius: 18px;
          height: 24px;
          width: 24px;
          margin-left: -11px;
          content: " ";
          display: inline-block;
          position: absolute;
          top: -2px;
          right: -32px; }
      .RadTabStrip_CustomTabStripSkin ul li a.radtab_invalid_active .rtsTxt:after {
        background: url("images/icons/icon-warning.svg") no-repeat 3px 3px;
        background-size: 13px; }
      .RadTabStrip_CustomTabStripSkin ul li a.radtab_valid_active .rtsTxt:after {
        background: url("images/icons/icon-check.svg") no-repeat 3px 3px;
        background-size: 15px; }

.title-hearder {
  background: #920631 !important;
  color: white;
  width: 100%;
  padding: 5px 0px !important;
  margin-bottom: 0px !important; }
  .title-hearder:after {
    content: " ";
    clear: both;
    display: block; }
  .title-hearder h2 {
    font-size: 14px;
    padding: 5px 15px;
    line-height: 18px;
    float: left;
    font-weight: bold !important;
    color: white !important; }
    .title-hearder h2 span {
      padding: 0px !important; }
  .title-hearder .header-action-button li a span {
    padding: 0px !important; }
  .title-hearder .header-action-button li .btn {
    font-size: 14px;
    background: transparent; }
  .title-hearder .control-nav {
    float: right; }
    .title-hearder .control-nav .ViewCommand {
      margin-top: 0px !important; }
  .title-hearder span {
    color: white;
    font-size: 14px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: normal !important; }
    .title-hearder span:nth-child(1) {
      float: left; }
    .title-hearder span:nth-child(2) {
      float: right; }

.title-main-content {
  margin-bottom: 15px; }
  .title-main-content .subnav-ct {
    background: #e5e5e5;
    padding: 5px 15px; }
    .title-main-content .subnav-ct label {
      font-size: 14px;
      color: #475155; }
    .title-main-content .subnav-ct select {
      width: 300px;
      -webkit-appearance: menulist-button;
      height: 30px;
      font-size: 14px; }
      .title-main-content .subnav-ct select option {
        list-style: 20px; }
  .title-main-content .SectionHeader.title-hearder {
    min-height: 42px !important; }

.section-detail .section-view-main .title-main-content {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0px; }
  .section-detail .section-view-main .title-main-content table tr td input {
    margin-right: 5px; }
  .section-detail .section-view-main .title-main-content table tr td label {
    font-size: 12px; }
.section-detail .section-view-main:first-of-child {
  padding-bottom: 0px !important; }

.section-view-main {
 /* background: white;*/
  padding: 15px;
  margin-bottom: 0px !important;
  font-size: 12px !important;
  color: #475155; }
  .section-view-main label {
    font-weight: bold !important; }
  .section-view-main .inline-content-bl label {
    font-weight: normal !important; }
  .section-view-main .type-facility label {
    font-weight: normal !important; }
  .section-view-main table tr td {
    font-weight: normal !important;
    padding: 2px; }
  .section-view-main texrarea {
    font-weight: normal !important; }
  .section-view-main input[type="text"], .section-view-main input[type="number"], .section-view-main input[type="email"], .section-view-main input[type="password"] select {
    color: #475155;
    font-size: 12px;
    border: 1px solid #f5f5f5;
    line-height: 25px;
    height: 30px;
    padding: 0px 10px;
    font-weight: normal !important; }
    .section-view-main input[type="text"]:focus, .section-view-main input[type="number"]:focus, .section-view-main input[type="email"]:focus, .section-view-main input[type="password"] select:focus {
      border-style: solid;
      border-width: 1px;
      border-color: #920631;
      box-shadow: 0px 0px 5px 0px rgba(146, 6, 49, 0.22); }
  .section-view-main select {
    -webkit-appearance: menulist-button;
    height: 30px !important;
    padding-right: 0px !important; }
  .section-view-main textarea {
    border: 1px solid #e5e5e5;
    font-size: 12px;
    padding: 10px 10px; }
    .section-view-main textarea:focus {
      border-style: solid;
      border-width: 1px;
      border-color: #920631;
      box-shadow: 0px 0px 5px 0px rgba(146, 6, 49, 0.22); }
  .section-view-main .wrapper-textbox {
    margin-bottom: 10px; }

.section-status .wrapper-textbox span {
  display: inline-block;
  width: 100px; }

.SectionHeader {
  background: transparent;
  font-size: 14px;
  color: #920631;
  font-weight: bold;
  padding-left: 0px;
  margin-bottom: 15px;
  border-bottom: 1px solid #920631;
  padding-bottom: 10px;
  line-height: 18px;
  height: auto;
  min-height: 33px; }
  .SectionHeader span {
    display: block; }
    .SectionHeader span.inline {
      display: inline; }
  .SectionHeader > span {
    float: left; }
  .SectionHeader .header-action-button {
    float: right; }
    .SectionHeader .header-action-button li {
      margin-right: 0px;
      margin-left: 10px; }
      .SectionHeader .header-action-button li a {
        background: transparent !important;
        color: #920631 !important; }
  .SectionHeader:after {
    content: " ";
    clear: both;
    clear: both; }
  .SectionHeader .cellLabel.SectionHeader span, .SectionHeader .cellData.SectionHeader span {
    color: black !important;
    text-align: left !important;
    padding-left: 8px;
    font-size: 12px; }
  .SectionHeader .cellData.SectionHeader {
    text-align: right !important; }
    .SectionHeader .cellData.SectionHeader span {
      float: right;
      padding-right: 5px; }

input.riDisabled {
  background: #e5e5e5 !important; }

.rcbDisabled .rcbReadOnly {
  background: #e5e5e5; }
.rcbDisabled input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  box-shadow: 0px 0px 0px 0px rgba(146, 6, 49, 0.22); }

input[type="text"], input[type="number"], input[type="email"], input[type="password"], select {
  color: #475155;
  font-size: 12px;
  border: 1px solid #f5f5f5;
  line-height: 25px !important;
  height: 30px !important;
  padding: 0px 10px !important;
  font-weight: normal !important; }
  input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="password"]:focus, select:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #920631;
    box-shadow: 0px 0px 5px 0px rgba(146, 6, 49, 0.22); }

select {
  padding-right: 0px !important; }

html body .RadInput .riTextBox:disabled, html body .RadInputMgr:disabled {
  background: #f5f5f5 !important; }

.ViewContent {
  margin-left: -15px;
  margin-right: -15px; }

.col-leftside {
  width: 50%;
  vertical-align: top;
  float: left;
  padding-left: 15px;
  padding-right: 0px;
  background: transparent; }

.col-rightside {
  width: 50%;
  vertical-align: top;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.RowContent {
  margin-bottom: 15px; }
  .RowContent label {
    font-size: 12px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:after {
    content: " ";
    clear: both;
    display: block; }
  .row .RowContent {
    padding-left: 15px;
    padding-right: 15px; }
  .row div[class^="col-"] {
    padding-left: 15px;
    padding-right: 15px; }

.ViewSection.section-view-main.section-detail-facility {
  overflow: hidden; }

.col-1 {
  width: 100%;
  float: left; }

.col-2 {
  width: 50%;
  float: left; }

.col-3 {
  float: left;
  width: 33.333333333%; }

.col-3-offset {
  float: left;
  width: 66.666666666%; }

.col-4 {
  float: left;
  width: 25%; }

.col-4-offset {
  float: left;
  width: 75%; }

.col-5 {
  float: left;
  width: 20%; }

.col-5-offset {
  float: left;
  width: 80%; }

.section-view-main {
  /*margin-bottom: 15px;*/ }
  .section-view-main:after {
    content: " ";
    clear: both;
    display: block; }

.RowContentGroup {
  padding-left: 15px;
  padding-right: 15px; }

.section-sidebar {
  float: left;
  width: 30% !important;
  padding-left: 15px;
  padding-right: 0px; }
  .section-sidebar > .section-view-main {
    padding: 0px 15px !important; }
  .section-sidebar .ViewSection {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .section-sidebar .title-main-content {
    margin-bottom: 0px; }
    .section-sidebar .title-main-content span {
      display: inline-block;
      line-height: 32px; }
  .section-sidebar .GreyHeader {
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto !important; }
    .section-sidebar .GreyHeader:after {
      content: " ";
      clear: both;
      display: block; }
    .section-sidebar .GreyHeader .next-credit-review input[type="text"] {
      margin-top: 0px; }
    .section-sidebar .GreyHeader span:nth-child(1) {
      font-weight: normal;
      float: left;
      line-height: 30px;
      display: inline-block;
      margin-right: 10px; }
      .section-sidebar .GreyHeader span:nth-child(1) span {
        margin-right: 0px; }
    .section-sidebar .GreyHeader .next-credit-review {
      float: left;
      width: 50%; }
      .section-sidebar .GreyHeader .next-credit-review .RadPicker .rcCalPopup, .section-sidebar .GreyHeader .next-credit-review .RadPicker .rcTimePopup {
        margin-top: 0px !important;
        background-position: 0px 3px !important; }
      .section-sidebar .GreyHeader .next-credit-review .rcTable {
        width: 100% !important; }

.section-view-main .RadGrid_Default .GreyHeader {
  padding-top: 5px;
  padding-bottom: 5px; }

.form-content label, .form-content span {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal !important; }
.form-content input[type="text"], .form-content input[type="password"] {
  width: 100% !important; }
.form-content select {
  width: 100% !important; }
.form-content table tr td input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle; }
.form-content table tr td label {
  margin-bottom: 0px;
  margin-right: 15px; }

.RadGrid_Default {
  margin-top: 0px !important; }
  .RadGrid_Default:after {
    content: " ";
    clear: both;
    display: block; }
  .RadGrid_Default .row {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .RadGrid_Default .GreyHeader {
    background: #eaeaea !important;
    padding-top: 10px;
    padding-bottom: 10px; }
  .RadGrid_Default .rgRow-group-custs {
    background: #e8e8e8 !important;
    padding: 10px 15px; }
  .RadGrid_Default .rg-content-data-table {
    width: 100%;
    -webkit-box-shadow: -4px 6px 3px -4px rgba(0, 0, 0, 0.22) inset;
    box-shadow: -4px 6px 3px -4px rgba(0, 0, 0, 0.22) inset; }
  .RadGrid_Default .rgMasterTable {
    width: 100%; }
  .RadGrid_Default div.rg-content-data-table table.rgMasterTable tbody tr td {
    border-right: 0px !important;
    border-left: 0px !important;
    padding: 2px; }

.AddMapping {
  background: #c5c5c5;
  padding: 5px;
  text-align: center; }
  .AddMapping a {
    display: inline-block; }

.section-detail {
  float: left;
  width: 70% !important;
  padding-left: 15px;
  padding-right: 15px; }
  .section-detail .section-view-main {
    padding-bottom: 0px; }

.p-l-0 {
  padding-left: 0px !important; }

.p-r-0 {
  padding-right: 0px !important; }

.GreyHeader {
  background: #d1d1d1 !important; }

.RadGrid_Default .GreyHeader {
  background: #d8d8d8 !important; }

#trNoRecord {
  padding: 10px 15px; }

.rgSelectedRow, .divRMDashboard .RadGrid_Default .rgSelectedRow {
  background: transparent !important; }
  .rgSelectedRow td, .divRMDashboard .RadGrid_Default .rgSelectedRow td {
    background: rgba(146, 6, 49, 0.2) !important;
    color: black !important; }

#divRMDashboard * .rgSelectedRow {
  background: transparent !important; }

.chbox-overrideDLA input {
  margin-right: 5px; }

.wrapper-txt.ctrl-wrapper.reaonOverrideDLA {
  width: 100%; }
  .wrapper-txt.ctrl-wrapper.reaonOverrideDLA textarea {
    width: 100%; }

ul.row-child {
  padding-left: 40px !important; }
  ul.row-child li {
    list-style: disc;
    margin-bottom: 10px; }

.auto-style1 {
  width: auto !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
  position: absolute;
  right: 20px;
  top: 6px; }
  @media screen and (min-width: 992px) {
    .auto-style1 {
      right: 0px; } }
  .auto-style1 .title-hearder span {
    padding: 8px 15px; }
  .auto-style1 .btn {
    font-weight: normal;
    font-size: 12px; }
  .auto-style1 .auto-style4 {
    width: auto !important;
    height: 36px !important; }
    .auto-style1 .auto-style4 span {
      padding: 0px 15px; }

.clearfix + .covenant-body {
  padding-top: 15px; }

#socialLoginList {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px; }
  #socialLoginList span {
    display: block;
    text-align: center; }
  #socialLoginList hr {
    display: none; }
  #socialLoginList h4 {
    margin-bottom: 10px; }

.section-prospects .RadGrid_Default .rgFilterRow {
  background: white; }
  .section-prospects .RadGrid_Default .rgFilterRow td {
    border-color: #e5e5e5; }
.section-prospects .RadGrid_Default .rgFilter {
  background: url("images/icons/icon-grey/icon-filter.svg") no-repeat center !important;
  background-size: 15px !important;
  width: 25px; }
  .section-prospects .RadGrid_Default .rgFilter:hover {
    cursor: pointer; }
.section-prospects .rgMasterTable thead tr th:nth-child(2) {
  text-align: left !important; }
.section-prospects .rgMasterTable tbody tr {
  border-bottom: 1px solid #e5e5e5 !important; }
  .section-prospects .rgMasterTable tbody tr td img {
    width: 18px !important; }

.section-customer .RadGrid_Default .rgFilterRow, .section-customer-mapping .RadGrid_Default .rgFilterRow {
  background: white; }
  .section-customer .RadGrid_Default .rgFilterRow td, .section-customer-mapping .RadGrid_Default .rgFilterRow td {
    border-color: #e5e5e5; }
.section-customer .RadGrid_Default .rgFilter, .section-customer-mapping .RadGrid_Default .rgFilter {
  background: url("images/icons/icon-grey/icon-filter.svg") no-repeat center !important;
  background-size: 15px !important;
  width: 25px; }
  .section-customer .RadGrid_Default .rgFilter:hover, .section-customer-mapping .RadGrid_Default .rgFilter:hover {
    cursor: pointer; }
.section-customer .rgMasterTable thead tr th:nth-child(2), .section-customer-mapping .rgMasterTable thead tr th:nth-child(2) {
  text-align: left !important; }
.section-customer .rgMasterTable thead tr th:nth-child(3), .section-customer-mapping .rgMasterTable thead tr th:nth-child(3) {
  width: 60% !important; }
.section-customer .rgMasterTable tbody tr, .section-customer-mapping .rgMasterTable tbody tr {
  border-bottom: 1px solid #e5e5e5 !important; }
  .section-customer .rgMasterTable tbody tr td img, .section-customer-mapping .rgMasterTable tbody tr td img {
    width: 18px !important; }

.section-customer-mapping .rgMasterTable tbody tr td img {
  width: 20px !important; }
.section-customer-mapping .rgMasterTable tbody tr td:nth-child(6) img {
  width: 18px !important; }
.section-customer-mapping .rgMasterTable thead tr th:nth-child(3) {
  width: auto !important; }

/*========================Dashboard===========================*/
.table-header {
  background: #475155 none repeat scroll 0 0;
  color: white; }
  .table-header span {
    display: inline-block;
    padding: 10px; }

.divRMDashboard {
  /*padding: 82px 145px 15px 15px !important;*/
  /*padding: 15px 145px 15px 15px !important;*/
  padding: 0px 130px 0px 0px !important;
  margin: 0px !important;
  background: transparent !important; }
  .divRMDashboard .section-view-main {
    padding: 0px;
    margin-bottom: 0px; }
  .divRMDashboard div.rg-content-data-table table.rgMasterTable {
    margin-bottom: 0px; }
  .divRMDashboard .table-header {
    background: #475155 none repeat scroll 0 0; }
    .divRMDashboard .table-header:after {
      content: " ";
      clear: both;
      display: block; }
    .divRMDashboard .table-header span {
      display: inline-block;
      color: white;
      font-size: 14px;
      font-weight: bold;
      padding: 10px; }
      .divRMDashboard .table-header span span {
        padding: 0px; }
    .divRMDashboard .table-header .LinkButtonStyle {
      color: white !important;
      float: right;
      line-height: 36px;
      margin-right: 15px;
      text-decoration: none; }
      .divRMDashboard .table-header .LinkButtonStyle:hover {
        color: #920631 !important; }
  .divRMDashboard .navigation {
    position: fixed;
    right: 0px;
    top: 65px;
    background: #475155;
    min-height: 100%;
    text-align: center;
    width: 130px; }
    .divRMDashboard .navigation ul li {
      float: none; }
      .divRMDashboard .navigation ul li img {
        display: inline-block;
        margin-bottom: 10px; }
      .divRMDashboard .navigation ul li span {
        display: block;
        text-align: center;
        color: white;
        line-height: 16px; }
      .divRMDashboard .navigation ul li a {
        display: block;
        padding: 20px;
        background: rgba(146, 6, 49, 0.9);
        color: white;
        cursor: pointer; }
        .divRMDashboard .navigation ul li a:hover {
          background: #920631 !important; }
      .divRMDashboard .navigation ul li:nth-child(2) a {
        background: rgba(146, 6, 49, 0.8); }
      .divRMDashboard .navigation ul li:nth-child(3) a {
        background: rgba(146, 6, 49, 0.6); }
      .divRMDashboard .navigation ul li:nth-child(4) a {
        background: rgba(146, 6, 49, 0.5); }
      .divRMDashboard .navigation ul li:nth-child(5) a {
        background: rgba(146, 6, 49, 0.3); }
        .divRMDashboard .navigation ul li:nth-child(5) a img {
          width: 43px; }
  .divRMDashboard .RadComboBox_Default .rcbReadOnly .rcbInput {
    /*width: 58px !important;*/ }
  .divRMDashboard .col-3 {
    position: relative; }
  .divRMDashboard .RadComboBox table td.rcbInputCell {
    padding: 0 0 0 0px !important; }
  .divRMDashboard .row:last-of-type .RowContent:last-of-type {
    padding-left: 0px; }
  .divRMDashboard .RadGrid_Default .rgHeader {
    height: 40px !important; }
  .divRMDashboard .RadGrid_Default .rgHeader, .divRMDashboard .RadGrid_Default th.rgResizeCol, .divRMDashboard .RadGrid_Default .rgHeaderWrapper {
    background: #f9f9f9 !important; }
  .divRMDashboard input[readonly="readonly"] {
    background: white !important;
    border: 0px !important; }
  .divRMDashboard .DashboardBox .table-header .LinkButtonStyle {
    margin-right: 3px;
    margin-top: 3px; }

.RadGrid_Default td.rgPagerCell {
  border-width: 0px !important; }

.RadGrid .rgPager .RadComboBox {
  width: 70px !important;
  margin-right: 0px !important; }

.title-header-block {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background: white;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 1000;
  margin-left: 0px; }

.center-col {
  display: flex;
  justify-content: center;
  align-items: center; }
  .center-col div[class^="col-"] {
    float: none;
    display: inline-block; }

.GuideNode {
  background: url("images/icons/icon-white/icon-question.svg") no-repeat !important;
  background-size: 85% !important; }

/*========================Application Document===========================*/
.CvxGrid th.rgHeader {
  background: #ccc !important;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black !important; }
.CvxGrid tr.rgGroupHeader td {
  border: 0px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f9f9f9; }
  .CvxGrid tr.rgGroupHeader td p {
    padding-left: 0px; }
.CvxGrid tr td a {
  color: black !important; }

.uploadDocument {
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px 15px;
  background: #ccc; }
  .uploadDocument .btn {
    padding: 2px 10px 3px !important; }
  .uploadDocument .uploadDoc {
    width: 300px !important; }
    .uploadDocument .uploadDoc input {
      height: 30px !important;
      margin-top: 0px !important; }
    .uploadDocument .uploadDoc .ruFileInput {
      width: 100% !important;
      padding-top: 0px !important; }
    .uploadDocument .uploadDoc .ruBrowse {
      background: #920631 !important;
      color: white !important;
      height: 30px !important;
      width: auto !important;
      line-height: 19px;
      border-radius: 2px;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 12px; }
  .uploadDocument .RadComboBox {
    width: 200px !important; }

.btnGenDoc {
  font-weight: normal; }

.RadUpload .ruFileWrap {
  height: 30px !important; }

.RadUpload .ruInputs li {
  margin-bottom: 0px !important; }

.ViewSectionContent {
  overflow: hidden; }
  .ViewSectionContent:after {
    content: " ";
    clear: both;
    display: block; }
  .ViewSectionContent .uploadDocTable {
    margin-top: 15px;
    margin-bottom: 15px !important; }

.inline-content-bl {
  position: relative; }
  .inline-content-bl span {
  /*  line-height: 30px;*/
    display: inline-block;
    margin-right: 10px;
    padding: 3px 3px !important;
    width: auto; }
  .inline-content-bl input {
    height: 30px;
    line-height: 24px; }

.RadGrid_Default .rgGroupHeader {
  background: transparent !important; }

.RadGrid_Default .rgGroupHeader {
  font-size: 12px; }

/*========================Group CSS===========================*/
.left-group {
  padding-right: 0px !important;
  padding-left: 15px !important;
  position: relative; }
  .left-group .section-view-main span {
    float: left !important; }
  .left-group .section-view-main .header-controls {
    padding-right: 30px !important;
    min-height: 40px; }
    .left-group .section-view-main .header-controls input[type="image"] {
      position: absolute;
      right: 9px;
      top: 0; }
  .left-group .section-view-main .inline-content-bl {
    width: 50%;
    float: left;
    padding-left: 80px;
    position: relative; }
    .left-group .section-view-main .inline-content-bl .wrapper-txt {
      width: 100% !important; }
    .left-group .section-view-main .inline-content-bl:nth-child(2) .AGText {
      left: 0px; }
  .left-group .button-move-customer {
    position: absolute;
    top: 50%;
    right: -27px;
    margin-top: 8px; }
    .left-group .button-move-customer .CenterTextInButton {
      background: #920631;
      border: 0 none;
      border-radius: 5px;
      color: white;
      padding: 5px 10px; }

.AGText {
  left: 16px;
  position: absolute;
  top: 0; }

.left-group .section-view-main, .right-group .section-view-main {
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px; }
  .left-group .section-view-main .title-main-content, .right-group .section-view-main .title-main-content {
    margin-bottom: 0px; }
    .left-group .section-view-main .title-main-content label, .right-group .section-view-main .title-main-content label {
      float: left; }
    .left-group .section-view-main .title-main-content .wrapper-txt, .right-group .section-view-main .title-main-content .wrapper-txt {
      float: none;
      margin-right: 10px;
      display: inline-block; }
      .left-group .section-view-main .title-main-content .wrapper-txt span, .right-group .section-view-main .title-main-content .wrapper-txt span {
        padding: 0px; }
    .left-group .section-view-main .title-main-content span, .right-group .section-view-main .title-main-content span {
      float: none; }
    .left-group .section-view-main .title-main-content .title-hearder.header-controls input[type="image"], .right-group .section-view-main .title-main-content .title-hearder.header-controls input[type="image"] {
      margin-top: 7px; }
.left-group .customer-list, .right-group .customer-list {
  padding-left: 15px; }
.left-group .inline-content-bl, .right-group .inline-content-bl {
  float: left; }
  .left-group .inline-content-bl span, .right-group .inline-content-bl span {
    padding: 0px 0px !important; }
.left-group .RowContent, .right-group .RowContent {
  margin-bottom: 0px; }

.right-group {
  padding-left: 15px !important;
  padding-right: 30px !important; }
  .right-group .section-view-main {
    padding-left: 0px;
    margin-bottom: 15px !important; }

div.rg-content-data-table table.rgMasterTable > thead > tr > th
.rgClipCells thead tr th {
  padding: 0px !important; }

.CvxGrid.sgSystemDocTable th.rgHeader {
  padding: 10px 7px !important; }

.RadPicker table.rcTable td {
  vertical-align: top; }

.Current-Stage {
  padding-right: 15px; }
  .Current-Stage .row:nth-child(1) {
    border-bottom: 1px solid #e5e5e5;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px; }
    .Current-Stage .row:nth-child(1) .RowContent {
      margin-top: -3px;
      margin-bottom: 15px !important; }
      .Current-Stage .row:nth-child(1) .RowContent:nth-child(1) {
        padding-left: 0px; }
      .Current-Stage .row:nth-child(1) .RowContent:nth-child(2) {
        padding-right: 0px; }
        .Current-Stage .row:nth-child(1) .RowContent:nth-child(2) span {
          display: block;
          text-align: right;
          line-height: 18px; }
  .Current-Stage .row:nth-child(2) .RowContent:nth-child(1) {
    width: auto !important;
    display: table-cell; }
    .Current-Stage .row:nth-child(2) .RowContent:nth-child(1) span span {
      display: inline-block;
      margin-bottom: 10px; }
  .Current-Stage .row:nth-child(2) .RowContent:nth-child(2) {
    width: auto !important;
    float: right;
    display: table-cell; }
    .Current-Stage .row:nth-child(2) .RowContent:nth-child(2) span span {
      display: inline-block;
      margin-bottom: 3px; }

.Send-Back {
  margin-top: -8px; }
  .Send-Back .row:nth-child(1) {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5; }
    .Send-Back .row:nth-child(1) .RowContent {
      margin-bottom: 6px !important;
      padding-left: 0px; }
      .Send-Back .row:nth-child(1) .RowContent #slAvailableSendBackReason {
        margin-left: 16px; }
  .Send-Back .row.Reason-List .col-1.RowContent {
    position: relative;
    min-height: 30px;
    margin-bottom: 0px !important; }
    .Send-Back .row.Reason-List .col-1.RowContent span {
      position: absolute;
      top: 4px;
      left: 16px; }
  .Send-Back .row.Reason-List .ctrl-wrapper {
    padding-left: 80px; }
    .Send-Back .row.Reason-List .ctrl-wrapper img {
      width: 15px; }

.Next-Stage {
  padding-left: 15px; }
  .Next-Stage .row:nth-child(1) {
    border-bottom: 1px solid #e5e5e5;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px; }
    .Next-Stage .row:nth-child(1) .RowContent {
      margin-top: -10px;
      margin-bottom: 5px !important; }
      .Next-Stage .row:nth-child(1) .RowContent:nth-child(1) {
        padding-left: 0px; }
  .Next-Stage .row:nth-child(2) .RowContent:nth-child(1) span span {
    display: inline-block;
    margin-bottom: 10px; }
  /*.Next-Stage .row:nth-child(2) .RowContent:nth-child(2) {
    width: 253px;
    float: right; }*/
    .Next-Stage .row:nth-child(2) .RowContent:nth-child(2) span span {
      display: inline-block;
      margin-bottom: 3px; }

html, body {
  background: white !important; }

/*=========================Pricing=============================*/
.tblPricingLegend tbody tr td {
  border: 0px;
  padding: 5px 10px !important; }
  .tblPricingLegend tbody tr td.rowNormalSub2, .tblPricingLegend tbody tr td.rowNormalSub, .tblPricingLegend tbody tr td.rowNormal {
    border: 1px solid #e5e5e5 !important; }
  .tblPricingLegend tbody tr td.rowNormal:first-of-type {
    background: transparent !important;
    border: 0px !important; }

.rowNormalSub2 {
  background: #f5fafe;
  color: black; }

.rowNormalSub {
  background: #edf1f3; }

.divSummary table tbody tr.BlackHeader td {
  border: 0px !important; }
.divSummary table tbody tr.PricingHeader td {
  padding: 5px 10px !important;
  background: #e5e5e5; }
.divSummary table tbody tr td {
  border-color: #ddd !important; }
  .divSummary table tbody tr td table tbody tr td {
    padding: 10px !important; }

.row-SummaryTotal table tr td {
  background: #e5e5e5;
  padding: 15px 10px !important;
  font-size: 14px;
  font-weight: normal !important; }

.divDetail > table > tbody > tr.BlackHeader td {
  padding: 10px !important; }
.divDetail > table > tbody > tr > td {
  padding: 5px 10px !important;
  border-color: #ddd !important; }
  .divDetail > table > tbody > tr > td table tr td {
    vertical-align: middle; }
    .divDetail > table > tbody > tr > td table tr td .riSingle {
      padding: 0px 2px !important; }
      .divDetail > table > tbody > tr > td table tr td .riSingle input[type="text"], .divDetail > table > tbody > tr > td table tr td .riSingle input[type="number"], .divDetail > table > tbody > tr > td table tr td .riSingle input[type="email"] {
        width: 100%;
        margin: 0px !important; }
.divDetail > table > tbody > tr:first-of-type > td {
  padding: 10px;
  border-color: transparent !important;
  font-size: 12px;
  font-weight: normal !important; }
.divDetail > table > tbody > tr.PricingHeader td {
  padding: 5px 10px !important;
  background: #e5e5e5; }
.divDetail > table > tbody > tr.PricingHeader:last-of-type td {
  padding: 15px 10px !important;
  font-size: 14px;
  font-weight: normal !important; }

div.rg-content-data-table table.rgMasterTable > thead > tr > th, div.rg-content-data-table table.rgMasterTable > thead > tr {
  border: 1px solid #e8e8e8 !important; }
  div.rg-content-data-table table.rgMasterTable > thead > tr > th > td, div.rg-content-data-table table.rgMasterTable > thead > tr > td {
    border: 0px solid #e8e8e8 !important; }

/*========================paging CSS===========================*/
.RadGrid td.rgPagerCell {
  position: relative;
  height: 40px;
  padding: 5px 5px 6px !important;
  text-align: right; }

.rgInfoPart {
  float: none !important;
  position: absolute;
  top: 13px;
  left: 0px; }

.rgAdvPart, .rgArrPart2, .rgArrPart1, .rgNumPart {
  float: none !important;
  display: inline-block;
  text-align: right;
  vertical-align: bottom !important; }

.rgAdvPart {
  margin-left: 10px; }

.RadComboBox_Default .rcbInputCell, .RadComboBox_Default .rcbArrowCell, .RadGrid_Default .rgNumPart a:hover span, .RadGrid_Default .rgNumPart a.rgCurrentPage span {
  background: none !important; }

.RadGrid .rgPageFirst, .RadGrid .rgPagePrev, .RadGrid .rgPageNext, .RadGrid .rgPageLast {
  vertical-align: bottom !important; }

.RadGrid_Default .rgNumPart a {
  padding: 3px 11px !important;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #e5e5e5;
  background: white !important; }
  .RadGrid_Default .rgNumPart a span {
    padding-left: 0px !important; }
  .RadGrid_Default .rgNumPart a.rgCurrentPage {
    background: #475155 !important;
    color: white; }

.RadGrid .rgWrap {
  padding: 0px !important; }
  .RadGrid .rgWrap.rgInfoPart {
    padding-left: 5px !important; }

.RadGrid_Default .rgPager {
  background: white !important;
  border-top: 1px solid #e5e5e5 !important; }

input[class^="rgPage"] {
  width: 30px !important;
  height: 30px !important;
  background-position: 10px center !important;
  border-width: 1px 0px 1px 1px !important;
  border-style: solid !important;
  border-color: #e5e5e5 !important;
  margin: 0px !important; }

.rgPagePrev {
  background: url("images/icons/icon-grey/icon-arrow-prev.svg") no-repeat !important;
  background-size: auto 15px !important; }

input.rgPageLast {
  background: url("images/icons/icon-grey/icon-arrow-last.svg") no-repeat !important;
  background-size: auto 15px !important;
  border-width: 1px 1px 1px 1px !important;
  border-style: solid !important;
  border-color: #e5e5e5 !important;
  background-position: 10px center !important;
  border-radius: 0 30px 30px 0;
  background-position: 15px center !important;
  width: 40px !important; }

.rgPageFirst {
  background: url("images/icons/icon-grey/icon-arrow-first.svg") no-repeat !important;
  background-size: auto 15px !important;
  border-radius: 30px 0 0 30px;
  background-position: 15px center !important;
  width: 40px !important; }

.rgPageNext {
  background: url("images/icons/icon-grey/icon-arrow-next.svg") no-repeat !important;
  background-size: auto 15px !important; }

.RadGrid .rgPagerLabel {
  line-height: 30px; }

.workflow-holder {
  background: white;
  width: 100%;
  margin-left: 0px; }

/*========================Button CSS===========================*/
.title-hearder [class$="-btn"] {
  color: white;
  font-size: 14px;
  padding-left: 27px;
  margin-right: 15px; }

.cancel-btn {
  background: url("images/icons/icon-white/icon-cancel.svg") no-repeat 0 0px;
  background-size: 16px 16px; }

.save-btn {
  background: url("images/icons/icon-white/icon-save.svg") no-repeat 0 0px;
  background-size: 18px 16px; }

.add-btn {
  background: url("images/icons/icon-white/icon-add.svg") no-repeat 0 4px;
  background-size: 16px 16px; }

.amendment-btn {
  background: url("images/icons/icon-white/icon-amendment.svg") no-repeat 0 4px;
  background-size: 18px 16px; }

.calculate-btn {
  background: url("images/icons/icon-white/icon-calculate.svg") no-repeat 0 4px;
  background-size: 16px 16px; }

.edit-btn {
  background: url("images/icons/icon-white/icon-edit.svg") no-repeat 0 4px;
  background-size: 18px 16px; }

.finalise-btn {
  background: url("images/icons/icon-white/icon-finalise.svg") no-repeat 0 4px;
  background-size: 16px 16px; }

.home-btn {
  background: url("images/icons/icon-white/icon-home.svg") no-repeat 0 4px;
  background-size: 18px 16px; }

.next-arrow-btn {
  background: url("images/icons/icon-white/icon-next-arrow.svg") no-repeat 0 4px;
  background-size: 16px 16px; }

.print-btn {
  background: url("images/icons/icon-white/icon-print.svg") no-repeat 0 4px;
  background-size: 18px 16px; }

.reamendment-btn {
  background: url("images/icons/icon-white/icon-reamendment.svg") no-repeat 0 4px;
  background-size: 16px 16px; }

.recalculate-btn {
  background: url("images/icons/icon-white/icon-recalculate.svg") no-repeat 0 4px;
  background-size: 18px 16px; }

.refresh-btn {
  background: url("images/icons/icon-white/icon-refresh.svg") no-repeat 0 4px;
  background-size: 16px 16px; }

.search-btn {
  background: url("images/icons/icon-white/icon-search.svg") no-repeat 0 4px;
  background-size: 18px 16px; }

/*.rcPrev:before {
    content: "\e003";
}

.rcFastPrev:before, .t-i-arrow-double-60-left:before {
    content: "\e132";
}

.rcFastNext:before, .t-i-arrow-double-60-right:before {
    content: "\e12f";
}

.rcNext:before {
    content: "\e000";
}

.RadCalendar .rcPrev:before, .RadCalendar .rcNext:before, .RadCalendar .rcFastPrev:before, .RadCalendar .rcFastNext:before{
	font-size: 1em;
  line-height: 1.7em;
  font-family: "TelerikWebUI";
  text-align: center;
  display: block;
  text-indent: 0;
}

.RadCalendar .rcPrev, .RadCalendar .rcNext, .RadCalendar .rcFastPrev, .RadCalendar .rcFastNext{
	color: inherit;
	display: block;
	height: 1.5em;
	line-height: 100em;
	overflow: hidden;
	margin: 0 .3em;
	text-decoration: none;
}*/
/*========================Custom CSS===========================*/
.tabBody {
  background: transparent !important; }

.ContentBackground {
  background: transparent !important; }

.ViewContainer {
  padding: 0px; }

.fixed-top {
  width: 100%;
  background: white;
  box-shadow: 0px 0px 3px 0px rgba(1, 1, 1, 0.11);
  z-index: 1000;
  left: 0px; }

.RadTabStripTop_CustomTabStripSkin .rtsSelected .rtsIn {
  color: white !important; }

.TabBackground .rtsSelected .rtsOut {
  background: transparent !important; }

.RadTabStrip_CVXTabSkin .rtsSelected .rtsIn {
  color: #920631; }

.RadTabStrip_CustomTabStripSkin, .RadTabStrip_CustomTabStripSkin ul li a.rtsSelected {
  height: auto !important; }

.RadMenuItem_CustomMenuSkin {
  border-right: 0px; }

.TabBackground .rtsLink {
  padding-right: 0px !important; }

.TabBackground .rtsLink .rtsOut {
  padding-right: 0px; }

.RadTabStrip .rtsLI, .RadTabStripVertical .rtsLI {
  overflow: visible !important; }

.RadTabStrip .rtsUL, .RadTabStripVertical .rtsUL {
  overflow: visible !important; }

.RadTabStrip .rtsLevel {
  overflow: visible !important; }

.TabBackground {
  background: #f8f8f8 !important; }

.tabBody {
  background: transparent; }

.cust-main-tab ul li a .rtsTxt::after {
  top: -30px !important; }

.rmSized .rmHorizontal .rmItem, .rmSized .rmRootGroup .rmVertical .rmItem {
  width: 100% !important; }

.RadMenu .rmText, .RadMenu .rmLink {
  float: none !important; }

.RadMenu_CustomMenuSkin .rmExpanded, .RadMenu_CustomMenuSkin .rmLink:hover, .RadMenu_CustomMenuSkin .rmFocused {
  background: transparent; }

.RadMenu .rmSlide {
  position: relative !important;
  float: none !important; }

.RadMenu .rmGroup .rmText {
  padding: 0 0 0 14px !important; }

.RadMenu .rmSlide {
  width: 188px !important;
  top: 0 !important; }

#ctl00_divOriginalHeader #radMenuHolder ul li ul.show-sub {
  transition: none; }

#ctl00_divOriginalHeader #radMenuHolder ul li ul {
  transition: none; }

.RadTabStrip_CustomTabStripSkin ul li a {
  padding: 10px 25px 10px 10px !important; }

.RadTabStrip_CustomTabStripSkin ul li a .rtsTxt::after {
  right: -18px;
  top: 0px; }

.TabBackground .user-group-title h2 {
  font-size: 14px !important; }

.RadTabStrip .rtsOut, .RadTabStripVertical .rtsOut, .RadTabStrip .rtsIn, .RadTabStripVertical .rtsIn {
  padding-right: 0px !important; }

.RadComboBox table td.rcbInputCell {
  padding-left: 0px !important; }

.RadTabStrip, .RadTabStripVertical {
  margin-bottom: 15px !important; }

.RadTabStrip .rtsLevel1 .rtsTxt, .RadTabStripVertical .rtsLevel1 .rtsTxt, .RadTabStrip .rtsIn, .RadTabStripVertical .rtsIn {
  padding: 0px !important; }

.RadGrid .rgRow > td, .RadGrid .rgAltRow > td, .RadGrid .rgEditRow > td, .RadGrid .rgFooter > td {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.RadInput_Default > tbody > tr > td {
  padding-left: 15px !important; }

.SectionContent > tbody > tr > td {
  padding-right: 15px !important; }

.wrapper-textbox {
  padding-right: 0px; }

.type-facility {
  float: left;
  padding-top: 5px !important;
  padding-bottom: 0px !important; }
  .type-facility table tr td {
    padding: 0px 15px !important; }
    .type-facility table tr td span {
      padding: 0px !important; }

.header-action-button {
  float: right; }
  .header-action-button li {
    float: left;
    margin: 0px 10px 0px 0px; }
    .header-action-button li a {
      display: block;
      color: white;
      padding: 4px 8px; }
      .header-action-button li a:hover {
        opacity: 0.9; }
      .header-action-button li a img {
        width: 18px;
        height: 18px;
        vertical-align: middle;
        margin-right: 5px;
        display: inline-block; }
    .header-action-button li.inline-content-bl {
      position: relative;
      width: 400px;
      padding-left: 110px; }
      .header-action-button li.inline-content-bl .AGText {
        position: absolute;
        top: 0px;
        left: 0px; }
      .header-action-button li.inline-content-bl .app-cus-list-container {
        width: 100%; }

.section-detail > .section-view-main {
  padding: 0px 15px !important; }
.section-detail .ViewSection:after {
  content: " ";
  clear: both;
  display: block; }
.section-detail .ViewSection.section-view-main .title-main-content {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0px; }
  .section-detail .ViewSection.section-view-main .title-main-content table tr td input {
    margin-right: 5px; }
  .section-detail .ViewSection.section-view-main .title-main-content table tr td label {
    font-size: 12px; }
.section-detail .ViewSection.section-view-main:first-of-type {
  padding-bottom: 0px !important; }

.customer-list.row {
  margin-left: -15px !important;
  margin-right: -15px !important; }
.customer-list li {
  position: relative; }
  .customer-list li span {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    padding-top: 5px;
    display: block; }
  .customer-list li:after {
    content: " ";
    clear: both;
    display: block; }
  .customer-list li .cvxicon {
    width: 22px !important;
    position: absolute;
    top: 5px;
    right: 10px; }

.RadPanelBar, .RadPanelBar .rpLast .rpRootLink.rpExpanded, .RadPanelBar .rpLast .rpHeaderTemplate.rpExpanded {
  border: 0px !important; }

.RadPanelBar .rpRootLink, .RadPanelBar .rpHeaderTemplate {
  border: 0px; }

.RadComboBox .rcbInput {
  padding-left: 15px;
  border: 0px !important; }

.RadComboBox_Default {
  border: 1px solid #e5e5e5; }

.view-container-new .section-view-main .RadComboBox_Default input[type="text"] {
  margin-top: 0px !important;
  border: 0px !important;
  height: 28px !important; }

.add-customer-controls {
  padding-left: 0px !important;
  padding-right: 126px !important;
  position: relative; }
  .add-customer-controls .btn {
    position: absolute;
    top: 0px;
    right: 0px;
    color: white !important;
    line-height: 19px;
    cursor: pointer; }
    .add-customer-controls .btn img {
      vertical-align: middle;
      width: 20px;
      height: 20px; }

.radPreventDecorate {
  margin-top: 0px !important; }

.limit-facility {
  padding-right: 140px !important;
  position: relative; }
  .limit-facility .riSingle {
    width: 100% !important; }
  .limit-facility .RadComboBox {
    width: 115px !important;
    position: absolute;
    bottom: 0px;
    right: 15px; }

.local-limit-facility {
  padding-right: 54px !important;
  position: relative; }
  .local-limit-facility span:last-of-type {
    position: absolute;
    right: 17px;
    top: 24px; }

.riTextBox {
  height: auto !important; }

.aspNetDisabled {
  opacity: 0.7; }
  .aspNetDisabled:hover {
    opacity: 0.7; }

.rgFooter a {
  color: white !important;
  font-style: normal !important;
  text-decoration: none !important; }

input[type="radio"] {
  vertical-align: middle;
  margin-right: 10px; }

.SectionHeader {
  position: relative;
  padding-top: 0px !important; }
  .SectionHeader .icon-collaped {
    position: absolute;
    top: 0px;
    right: 5px;
    width: 20px; }
  .SectionHeader.title-hearder ul li label {
    font-weight: normal !important;
    color: white;
    font-size: 12px !important; }

.TabBackground .rtsOut img {
  margin-left: 0px !important; }

input.rgCollapseCustInfo[type="submit"] {
  background: url("images/icons/icon-arrow-down.svg") no-repeat !important;
  background-size: 100% !important; }

input.rgExpandCustInfo[type="submit"] {
  background: url("images/icons/icon-arrow-up.svg") no-repeat !important;
  background-size: 100% !important; }

.sum-notification {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0px !important; }
  .sum-notification ul {
    background: #fbd4d4;
    margin-bottom: 15px; }
    .sum-notification ul li {
      color: black;
      padding: 10px 10px; }

.RadGrid_Default {
  border: 0px !important; }

.control-header-customer-management span {
  display: inline-block; }
  .control-header-customer-management span:hover {
    opacity: 0.8; }
  .control-header-customer-management span a {
    color: white;
    line-height: 23px; }
.control-header-customer-management .icon-collaped {
  display: none; }

.rb-control-customer {
  margin-top: 15px; }
  .rb-control-customer span {
    display: inline-block;
    margin-right: 20px; }

.height-19 {
  height: 19px !important; }

a.quick-browser-item {
  width: 28px;
  height: 28px;
  line-height: 25px;
  padding-top: 0px; }

.section-detail-facility:after {
  content: " ";
  clear: both;
  display: block; }
.section-detail-facility > .row:first-of-type {
  border-bottom: 1px solid #e5e5e5; }
.section-detail-facility .RowContent span {
  font-weight: bold; }
.section-detail-facility .rg-content-data-table {
  overflow-x: scroll; }
  .section-detail-facility .rg-content-data-table table tr td input[type="text"] {
    min-width: 85px; }
  .section-detail-facility .rg-content-data-table table tr td:nth-child(1) input[type="text"] {
    min-width: 120px; }
  .section-detail-facility .rg-content-data-table table tr td:nth-child(2) input[type="text"], .section-detail-facility .rg-content-data-table table tr td:nth-child(3) input[type="text"], .section-detail-facility .rg-content-data-table table tr td:nth-child(5) input[type="text"] {
    min-width: 120px; }

.RadComboBoxDropDown input[type="checkbox"] {
  margin-bottom: 0px !important; }

.RadComboBoxDropDown label {
  font-size: 12px; }

.app-cus-list-chk {
  display: block;
  line-height: 18px; }

.RadPanelBar .rpRootLink, .RadPanelBar .rpHeaderTemplate {
  border-style: none !important;
  border-width: 0px !important; }

.rpHeaderTemplate .cvxSubHeaderArrow {
  background: url("images/icons/icon-arrow-down.svg") no-repeat;
  background-size: 100%;
  height: 20px;
  position: absolute;
  right: 8px;
  top: 6px;
  width: 20px; }
.rpHeaderTemplate.rpExpanded .cvxSubHeaderArrow {
  background: url("images/icons/icon-arrow-up.svg") no-repeat;
  background-size: 100%;
  height: 20px;
  width: 20px; }

.ViewSummary {
  padding-left: 0px !important; }

.term-facility-row .col-2 {
  position: relative; }
  .term-facility-row .col-2:first-of-type {
    padding-left: 0px;
    padding-right: 50px; }
  .term-facility-row .col-2:last-of-type {
    padding-right: 60px; }
  .term-facility-row .col-2 span:last-of-type {
    position: absolute;
    top: 5px;
    right: 10px; }

div.rg-content-data-table.divAssignmentData table.rgMasterTable thead tr td {
  padding-bottom: 0px !important; }
  div.rg-content-data-table.divAssignmentData table.rgMasterTable thead tr td .btnToggleLegend {
    margin-right: 10px !important; }
  div.rg-content-data-table.divAssignmentData table.rgMasterTable thead tr td.rgHeader {
    padding: 0px !important; }
div.rg-content-data-table.divAssignmentData table.rgMasterTable thead tr:last-of-type {
  background: #f9f9f9 !important; }
div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td {
  padding: 0px !important; }
  div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td:first-of-type {
    padding-left: 0px !important; }
  div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table thead tr.assignmentTableHeader {
    /*background: #f9f9f9 !important;*/ }
  div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table thead tr th, div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table thead tr td {
    padding-bottom: 0px !important;
    border-color: #e5e5e5 !important;
    border-width: 1px !important;
    border-style: solid !important;
    vertical-align: middle !important; }
    div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table thead tr th div, div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table thead tr td div {
      padding: 5px !important; }
    div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table thead tr th span, div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table thead tr td span {
      display: block !important;
      padding: 5px !important; }
    div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table thead tr th table, div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table thead tr td table {
      width: 100%;
      border-top: 1px solid #e5e5e5; }
      div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table thead tr th table tbody tr td, div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table thead tr td table tbody tr td {
        border: 0px !important; }
        div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table thead tr th table tbody tr td label, div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table thead tr td table tbody tr td label {
          display: block;
          text-align: center; }
  div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table tbody tr {
    border-color: #e5e5e5 !important;
    border-right: 1px solid #e5e5e5 !important; }
    div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table tbody tr td {
      padding: 5px !important;
      border-color: #e5e5e5 !important;
      border-width: 1px !important;
      vertical-align: middle !important; }
      div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table tbody tr td .wrapperAssignItem {
        position: relative; }
      div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table tbody tr td input[type="text"], div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table tbody tr td input[type="email"], div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table tbody tr td input[type="number"] {
        width: 100%; }
      div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table tbody tr td .chboxIsTicked {
        left: 8px;
        position: absolute;
        top: 10px;
        z-index: 2; }

.Guanratee > tbody > tr > td {
  position: relative; }
.Guanratee > tbody > tr > td:nth-child(1) {
  position: relative;
  width: 374px !important; }
.Guanratee > tbody > tr > td:nth-child(3) {
  position: relative;
  width: 374px !important; }
.Guanratee .app-cus-list-container {
  position: absolute;
  top: 0px;
  left: 130px;
  width: 230px; }
.Guanratee .app-group-list-container {
  position: absolute;
  top: 0px;
  left: 76px;
  width: 300px; }

.rcbSlide div[style$="both;"] {
  position: relative !important; }
.rcbSlide div[style$="30px;"] {
  position: absolute;
  top: 2px !important;
  left: 5px !important; }
.rcbSlide div[style$="300px;"] {
  width: 100% !important;
  padding-left: 30px !important; }

.guaranteeMatrix {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }
  .guaranteeMatrix table {
    width: 100% !important; }
    .guaranteeMatrix table tr:nth-child(2n) td {
      background: #e5e5e5 !important;
      color: black !important; }
    .guaranteeMatrix table tr.boxHeader {
      font-size: 12px !important;
      font-weight: normal !important; }
      .guaranteeMatrix table tr.boxHeader td {
        background: #920631; }
    .guaranteeMatrix table tr td {
      padding: 10px;
      background: white;
      border: 0px !important; }
      .guaranteeMatrix table tr td.boxHeaderBground {
        width: 40% !important; }

.analysis-view-content .analysis-porperty-development {
  padding-top: 15px !important; }
.analysis-view-content .analysis-cashflow {
  padding-top: 0px !important; }
.analysis-view-content .analysis-statement-position {
  padding-top: 0px !important; }
  .analysis-view-content .analysis-statement-position .table-border-detail {
    padding-left: 15px;
    padding-right: 15px; }
    .analysis-view-content .analysis-statement-position .table-border-detail .RowContent.col-3 {
      margin-top: 15px; }
      .analysis-view-content .analysis-statement-position .table-border-detail .RowContent.col-3 label {
        line-height: 30px; }
  .analysis-view-content .analysis-statement-position .asset .field-inner table tbody tr, .analysis-view-content .analysis-statement-position .liability .field-inner table tbody tr {
    border: 1px solid #e5e5e5 !important;
    /*border-left: 2px solid #e5e5e5 !important;*/ }
    .analysis-view-content .analysis-statement-position .asset .field-inner table tbody tr table tbody tr, .analysis-view-content .analysis-statement-position .liability .field-inner table tbody tr table tbody tr {
      border: 0px solid #e5e5e5 !important;
      border-left: 0px solid #e5e5e5 !important; }
  .analysis-view-content .analysis-statement-position .asset .field-inner table tfoot tr td, .analysis-view-content .analysis-statement-position .liability .field-inner table tfoot tr td {
    padding-top: 15px; }
  .analysis-view-content .analysis-statement-position .field-holder {
    border-top: 1px solid #e5e5e5; }
  .analysis-view-content .analysis-statement-position .rg-content-data-table:first-of-type table tr {
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important; }
  .analysis-view-content .analysis-statement-position .rg-content-data-table:first-of-type .GreyHeader table tbody tr td {
    font-weight: bold !important; }
.analysis-view-content.property-profile .section-view-main {
  /*			padding-top: 15px !important;
  			padding-bottom: 15px !important;
  */ }
.analysis-view-content .section-view-main {
  /*padding-top: 15px !important;*/
  overflow: hidden; }
  .analysis-view-content .section-view-main .col-1 {
    margin-top: 15px !important; }
  .analysis-view-content .section-view-main .row {
    margin-bottom: 15px; }
    .analysis-view-content .section-view-main .row label, .analysis-view-content .section-view-main .row span {
      display: inline-block; }
    .analysis-view-content .section-view-main .row .RowContent {
      margin-bottom: 0px !important; }

.sub-header-analysis-detail {
  padding-top: 15px !important; }
  .sub-header-analysis-detail.m15 {
    padding-top: 0px !important; }

.RadTabStrip a.rtsLink:focus::after, .RadTabStripVertical a.rtsLink:focus::after {
  border: 0px !important; }

.analysis-cashflow {
  margin-bottom: 15px; }

.sub-title-analysis-cashflow {
  padding: 10px; }
  .sub-title-analysis-cashflow:after {
    content: " ";
    clear: both;
    display: block; }
  .sub-title-analysis-cashflow a {
    line-height: 22px; }

.cftable .cfrow-period .rgHeader {
  text-align: right !important;
  padding-right: 10px !important; }
  .cftable .cfrow-period .rgHeader:first-of-type {
    text-align: left !important; }
.cftable .wrapper-numeric {
  padding-right: 0px;
  margin-right: -5px !important; }
  .cftable .wrapper-numeric input {
    padding-right: 5px !important; }

.chart-analysis-cashflow {
  text-align: center; }

.RadMultiPage .section-view-main {
  /*padding-top: 0px !important;*/ }

.analysis-funding-table .field-left div.rg-content-data-table table.rgMasterTable > tbody > tr, .analysis-funding-table .field-right div.rg-content-data-table table.rgMasterTable > tbody > tr {
  border: 0px !important; }
  .analysis-funding-table .field-left div.rg-content-data-table table.rgMasterTable > tbody > tr > td, .analysis-funding-table .field-right div.rg-content-data-table table.rgMasterTable > tbody > tr > td {
    padding: 5px !important;
    border: 0px !important; }
    .analysis-funding-table .field-left div.rg-content-data-table table.rgMasterTable > tbody > tr > td:first-of-type, .analysis-funding-table .field-right div.rg-content-data-table table.rgMasterTable > tbody > tr > td:first-of-type {
      padding-left: 0px !important; }
.analysis-funding-table .field-left .field-inner:last-of-type div.rg-content-data-table table.rgMasterTable > tbody > tr > td {
  padding: 5px 0px !important; }
.analysis-funding-table .field-left .field-inner:last-of-type textarea {
  margin-bottom: 15px !important; }
.analysis-funding-table .field-right .table-no-border {
  margin-top: 10px !important; }
.analysis-funding-table .field-right .wrapper-textbox textarea {
  height: 180px !important; }
.analysis-funding-table .SectionHeader h2 {
  font-size: 14px;
  margin-top: 15px; }
.analysis-funding-table .field-full {
  background: #f5f5f5;
  padding: 5px;
  margin-bottom: 15px;
  margin-top: 15px; }
  .analysis-funding-table .field-full .field-inner {
    width: 50%; }
    .analysis-funding-table .field-full .field-inner .table-no-border {
      margin-bottom: 10px; }

.analysis-cashflow-investment, .analysis-property-analytic {
  padding-top: 0px !important; }

.analysis-cashflow-investment .rgMasterTable .rgHeader {
  background: #ccc !important;
  border: 0px !important; }

.analysis-property-detail div.rg-content-data-table table.rgMasterTable > tbody > tr.BlackHeader > td:first-of-type {
  padding-right: 130px !important;
  position: relative; }
  .analysis-property-detail div.rg-content-data-table table.rgMasterTable > tbody > tr.BlackHeader > td:first-of-type a {
    position: absolute;
    top: 10px;
    right: 15px;
    line-height: 18px !important; }
    .analysis-property-detail div.rg-content-data-table table.rgMasterTable > tbody > tr.BlackHeader > td:first-of-type a img {
      vertical-align: middle; }

.sop-statement .RadGrid_Default.rg-content-data-table:first-of-type table tr td {
  background: #e5e5e5; }
.sop-statement .row.table-border-detail {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0;
  padding-right: 0 !important;
  width: 100%; }
.sop-statement .table-border-detail {
  width: 100%; }
  .sop-statement .table-border-detail .RowContent:first-of-type {
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 400px !important; }
    .sop-statement .table-border-detail .RowContent:first-of-type .wrapper-txt {
      width: 70% !important; }
  .sop-statement .table-border-detail .RowContent:nth-child(2) {
    padding-top: 0px !important; }
    .sop-statement .table-border-detail .RowContent:nth-child(2) .RadGrid_Default.rg-content-data-table:first-of-type table tr td {
      background: white; }
  .sop-statement .table-border-detail .RowContent label {
    line-height: 30px; }

.section-view-main .SectionHeader .fr .btn {
  margin-top: -15px !important; }

.viewcontainer-rating .riSingle.RadInput.RadInput_Default textarea {
  height: 130px !important; }
.viewcontainer-rating .row-header td {
  background: #ddd !important; }
.viewcontainer-rating div.rg-content-data-table table.rgMasterTable > thead > tr.row-header > td {
  background: #ccc !important;
  color: black !important; }
.viewcontainer-rating div.rg-content-data-table table.rgMasterTable > thead > tr {
  border: 1px solid #e5e5e5 !important; }
  .viewcontainer-rating div.rg-content-data-table table.rgMasterTable > thead > tr > td {
    background: white !important;
    border: 0px !important; }

.RadGrid_Default .rgAltRow {
  background: white !important; }

.CvxGrid th.rgHeader {
  border-width: 0 !important; }

.RadGrid_Default .rgRow > td {
  border-color: #f2f2f2 !important; }

.RadGrid_Default .rgMasterTable td.rgGroupCol, .RadGrid_Default .rgMasterTable td.rgExpandCol {
  background: transparent !important; }

.RadGrid_Default .rgMasterTable .rgActiveCell, .RadGrid_Default .rgActiveRow, .RadGrid_Default .rgHoveredRow,
.RadGrid_Default .rgMasterTable .rgActiveCell, .RadGrid_Default .rgActiveRow, .RadGrid_Default .rgHoveredRow .rgSorted {
  background: #e5e5e5 !important; }

.RadGrid_Default .rgRow > td, .RadGrid_Default .rgAltRow > td, .RadGrid_Default .rgEditRow > td, .RadGrid_Default .rgFooter > td {
  border: 0px !important; }

.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol, .RadGrid_Default .rgHeaderWrapper {
  background: #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  padding: 10px 15px !important; }

.RadGrid_Default .rgFooterDiv, .RadGrid_Default .rgFooter {
  background: transparent !important; }
  .RadGrid_Default .rgFooterDiv td, .RadGrid_Default .rgFooter td {
    padding-left: 0px !important; }

.btnSearchBox label {
  height: 18px;
  display: inline-block; }

.ViewContent-1 table thead tr td:nth-child(5) {
  text-align: right; }
.ViewContent-1 table tbody tr td:nth-child(5) {
  /*width: auto !important;*/ }

.divDetail > table > tbody > tr > td table tr td .riSingle input {
  border: 1px solid #e5e5e5 !important; }

.covenant-body div.rg-content-data-table table.rgMasterTable > tbody > tr {
  border: 0px !important; }

html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {
  border-color: #e5e5e5 !important; }

.control-direction-analysis-cashflow input[type="button"] {
  background: #920631;
  color: white;
  border-radius: 3px;
  border: 0px;
  padding: 3px; }

.rg-GridApplication {
  padding-top: 0px !important; }

.login-bg-html {
  height: 100%;
  min-height: 100%; }

.login-bg {
  background: url("images/background.jpg") no-repeat transparent !important;
  background-size: cover !important;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%; }
  .login-bg .form-login .btn {
    margin-left: 0px !important;
    width: 100% !important; }
  .login-bg .form-login table#lstNominator tr td input {
    margin-bottom: 10px;
    margin-top: 10px; }
  .login-bg .form-login table#lstNominator tr td label {
    font-size: 12px; }
  .login-bg .table-ct {
    display: table;
    height: 100%;
    min-height: 100%;
    width: 100%; }
    .login-bg .table-ct .cell-ct {
      display: table-cell;
      vertical-align: middle;
      height: 100%;
      min-height: 100%;
      width: 100%; }
      .login-bg .table-ct .cell-ct .login-main {
        width: 700px;
        margin: 0 auto; }
        .login-bg .table-ct .cell-ct .login-main .login-left {
          width: 49%;
          display: inline-block; }
          .login-bg .table-ct .cell-ct .login-main .login-left a {
            display: block;
            padding-top: 160px; }
          .login-bg .table-ct .cell-ct .login-main .login-left img {
            width: 80%; }
        .login-bg .table-ct .cell-ct .login-main .login-right {
          width: 49%;
          display: inline-block;
          vertical-align: top; }
          .login-bg .table-ct .cell-ct .login-main .login-right .login-content {
            background: rgba(255, 255, 255, 0.9);
            padding: 30px;
            -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
            min-height: 350px; }
            .login-bg .table-ct .cell-ct .login-main .login-right .login-content .logo-cvx {
              width: 100px;
              margin: 0px auto 0px;
              display: block; }
              .login-bg .table-ct .cell-ct .login-main .login-right .login-content .logo-cvx img {
                width: 100%; }
            .login-bg .table-ct .cell-ct .login-main .login-right .login-content p.caption-logo {
              text-align: center;
              font-size: 18px;
              margin-bottom: 30px;
              display: block; }
            .login-bg .table-ct .cell-ct .login-main .login-right .login-content .from-wrapper {
              width: 100%;
              margin: 10px 0px; }
              .login-bg .table-ct .cell-ct .login-main .login-right .login-content .from-wrapper input[type="text"], .login-bg .table-ct .cell-ct .login-main .login-right .login-content .from-wrapper input[type="email"], .login-bg .table-ct .cell-ct .login-main .login-right .login-content .from-wrapper input[type="number"], .login-bg .table-ct .cell-ct .login-main .login-right .login-content .from-wrapper input[type="password"] {
                width: 100%;
                padding: 8px 10px !important;
                border: 1px solid #e5e5e5;
                font-size: 12px;
                height: auto !important;
                line-height: 20px !important;
                text-align: center !important; }
            .login-bg .table-ct .cell-ct .login-main .login-right .login-content .remember {
              text-align: center;
              margin-top: 10px;
              margin-bottom: 10px; }
              .login-bg .table-ct .cell-ct .login-main .login-right .login-content .remember input {
                display: inline-block; }
              .login-bg .table-ct .cell-ct .login-main .login-right .login-content .remember span {
                display: inline-block; }
            .login-bg .table-ct .cell-ct .login-main .login-right .login-content .btn {
              width: 100%;
              text-align: center;
              padding-top: 10px;
              padding-bottom: 10px;
              height: auto !important; }
            .login-bg .table-ct .cell-ct .login-main .login-right .login-content .forgot-ct {
              display: block;
              text-align: center;
              margin-top: 20px; }

/* ==========================================================================
   Error Style
   ========================================================================== */
.error-message {
  background: url("images/icons/icon-error.svg") no-repeat #f9c9ca;
  background-size: 20px 20px;
  background-position: 15px 12px;
  padding: 10px 10px 10px 55px;
  color: black;
  margin-bottom: 15px; }
  .error-message ul li {
    list-style: disc;
    margin-bottom: 0px;
    margin-top: 3px;
    color: black !important; }

.attention-message {
  background: url("images/icons/icon-attention.svg") no-repeat #f2d698;
  background-size: 20px 20px;
  background-position: 15px 12px;
  padding: 10px 10px 10px 55px;
  color: black;
  margin-bottom: 15px; }
  .attention-message ul li {
    list-style: disc;
    margin-bottom: 0px;
    margin-top: 3px;
    color: black !important; }

.info-message {
  background: url("images/icons/icon-info.svg") no-repeat #cbedeb;
  background-size: 20px 20px;
  background-position: 15px 12px;
  padding: 10px 10px 10px 55px;
  color: black;
  margin-bottom: 15px; }
  .info-message ul li {
    list-style: disc;
    margin-bottom: 0px;
    margin-top: 3px;
    color: black !important; }

.success-message {
  background: url("images/icons/icon-success.svg") no-repeat #c6f9d3;
  background-size: 20px 20px;
  background-position: 15px 12px;
  padding: 10px 10px 10px 55px;
  color: black;
  margin-bottom: 15px; }
  .success-message ul li {
    list-style: disc;
    margin-bottom: 0px;
    margin-top: 3px;
    color: black !important; }

.section-view-main table tr td.text-bold {
  font-weight: bold !important; }

/* ==========================================================================
   Change Editor Style
   ========================================================================== */
.Default.reWrapper, .Default.RadEditor .reContentCell, .Default.reColorPicker, .Default.reInsertTable, .Default.reDropDownBody, .Default.reCustomLinks a:hover {
  border: 0px !important; }

.Default.RadEditor {
  overflow: visible !important;
  height: 130px !important;
  padding-bottom: 10px !important; }

/* ==========================================================================
   calendar
   ========================================================================== */
.RadCalendar {
  background: white !important;
  box-shadow: 0 0 5px 0 rgba(0, 1, 0, 0.1) !important;
  width: auto !important; }

.RadCalendar .rcMain .rcRow a, .RadCalendar .rcMain .rcRow span {
  padding: 6px 8px !important; }

.RadCalendar .rcRow th, .RadCalendar .rcWeek th {
  padding: 6px 8px !important; }

.rcWeek {
  background: #e5e5e5; }

.RadCalendar .rcRow td {
  border-width: 0px !important; }

.RadCalendar .rcTitlebar {
  background: #475155 !important;
  color: white !important;
  border-width: 0px !important; }

.RadCalendar .rcTitlebar td {
  line-height: 30px; }

.RadCalendar .rcPrev::before, .RadCalendar .rcNext::before, .RadCalendar .rcFastPrev::before, .RadCalendar .rcFastNext::before {
  line-height: 15px; }

.RadCalendar .rcMain {
  border-width: 0px !important; }

.RadCalendarPopupShadows > .rcShadTR {
  display: none !important; }

.RadCalendarPopupShadows > .rcShadBL {
  display: none !important; }

.RadCalendarPopupShadows > .rcShadBR {
  display: none !important; }

.RadPicker {
  width: 100% !important; }

.RadPicker .rcCalPopup, .RadPicker .rcTimePopup {
  background: url("images/icons/icon-grey/icon-calendar.svg") no-repeat 0 4px;
  background-size: 20px 22px;
  margin-left: 5px; }

table.RadCalendarMonthView {
  background: white !important;
  box-shadow: 0 0 5px 0 rgba(0, 1, 0, 0.1) !important;
  border-width: 0px !important; }

.RadCalendarMonthView button, .RadCalendarMonthView [type="button"] {
  background: #920631;
  border-radius: 0;
  border-width: 0;
  color: white;
  padding: 5px 10px; }

.RadCalendarMonthView a:hover {
  background: #f5f5f5; }

.RadCalendar .rcRow th {
  color: #ddd; }

.view-container-new.ViewContainer {
  padding: 0px 0px 15px 0 !important; }

.RadPicker .rcCalPopup, .RadPicker .rcTimePopup {
  width: 20px !important;
  height: 25px !important;
  margin-top: 0px !important;
  margin-right: 5px !important; }

.RadInput .rcSelect a {
  padding: 0px !important; }

.RadPicker .RadInput {
  height: 30px !important; }

.left-group .section-view-main .title-main-content .wrapper-txt {
  width: 25%;
  margin-right: 5%; }

.riSingle.RadInput.RadInput_Default {
  width: 100% !important; }

div.rg-content-data-table table.rgMasterTable > thead > tr > th.th-Guarantee.rgHeader {
  padding: 0px !important; }

/* ==========================================================================
   dropdown list
   ========================================================================== */
.RadComboBoxDropDown {
  background: transparent;
  border-width: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important; }

.RadComboBoxDropDown .rcbScroll {
  box-shadow: 0 0 5px 0 rgba(0, 1, 0, 0.1) !important; }

.RadComboBoxDropDown ul {
  background: white; }
  .RadComboBoxDropDown ul li {
    padding: 4px 11px !important; }
    .RadComboBoxDropDown ul li:hover {
      background: #f8f8f8; }

.RadComboBox {
  position: relative;
  background: white !important;
  min-height: 30px !important; }
  .RadComboBox:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #475155;
    top: 11px;
    content: " ";
    display: block;
    height: 0;
    right: 9px;
    position: absolute;
    width: 0;
    pointer-events: none; }

.RadComboBox .rcbArrowCell a {
  position: relative;
  z-index: 1000;
  cursor: pointer !important; }

.view-container-new .section-view-main .RadComboBox_Default input[type="text"] {
  box-shadow: 0 0 0px 0; }

.block-assignto label {
  width: auto !important;
  margin-top: 12px;
  margin-right: 10px; }

.GreyHeader.cvxToolbar.subToolbar {
  width: 100%;
  padding: 5px 5px 5px 15px; }
  .GreyHeader.cvxToolbar.subToolbar .tool-item {
    margin-right: 5px; }
  .GreyHeader.cvxToolbar.subToolbar .btn {
    margin-top: 1px; }
  .GreyHeader.cvxToolbar.subToolbar span.lbl {
    line-height: 29px; }

.control-direction-analysis-cashflow input[type="button"].btn-move-left {
  background: url("images/icons/icon-white/icon-arrow-prev.svg") no-repeat 10px 7px #920631 !important;
  background-size: auto 10px !important;
  padding-left: 25px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px; }

.control-direction-analysis-cashflow input[type="button"].btn-move-right {
  background: url("images/icons/icon-white/icon-arrow-next.svg") no-repeat 47px 7px #920631 !important;
  background-size: auto 10px !important;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px; }

/* ==========================================================================
   Financial
   ========================================================================== */
.financial_table tbody tr td {
  background: white; }
.financial_table .SectionHeader td {
  background: #485156 !important;
  color: white; }
  .financial_table .SectionHeader td:nth-child(1), .financial_table .SectionHeader td:nth-child(2), .financial_table .SectionHeader td:nth-child(3), .financial_table .SectionHeader td:nth-child(4) {
    background: #d1d1d1 !important;
    text-align: right;
    color: black; }
  .financial_table .SectionHeader td:nth-child(1) {
    text-align: left;
    padding-left: 10px !important;
    padding-right: 10px !important; }
.financial_table .financial_tr_1 td {
  background: #f8f8f8 !important;
  padding: 10px !important; }
.financial_table .financial_tr_1 .cellData.SectionHeader span {
  float: right; }
.financial_table .financial_tr_2 td:nth-child(1), .financial_table .financial_tr_2 td:nth-child(2), .financial_table .financial_tr_2 td:nth-child(3), .financial_table .financial_tr_2 td:nth-child(4) {
  background: rgba(146, 6, 49, 0.2) !important; }

/* ==========================================================================
   popup style
   ========================================================================== */
.RadWindow_Default .rwTopLeft, .RadWindow_Default .rwTopRight, .RadWindow_Default .rwTitlebar, .RadWindow_Default .rwFooterLeft, .RadWindow_Default .rwFooterRight, .RadWindow_Default .rwFooterCenter, .RadWindow_Default .rwTopResize, .RadWindow_Default .rwStatusbar div, .RadWindow_Default .rwStatusbar, .RadWindow_Default .rwPopupButton, .RadWindow_Default .rwPopupButton span, .RadWindow_Default.rwMinimizedWindow .rwCorner,
.RadWindow_Default .rwBodyLeft, .RadWindow_Default .rwBodyRight, .RadWindow_Default .rwStatusbarRow .rwCorner {
  background-image: none !important; }

.RadWindow_Default a.rwIcon {
  display: none !important; }

table[style^="margin-left: 3px"] {
  margin-left: 0px !important;
  width: 100% !important; }

.div-new-app.RadWindow .rwControlButtons li:nth-child(1), .div-new-app.RadWindow .rwControlButtons li:nth-child(2), .div-new-app.RadWindow .rwControlButtons li:nth-child(3), .div-new-app.RadWindow .rwControlButtons li:nth-child(4) {
  display: none !important;
  width: 100% !important; }
.div-new-app.RadWindow .rwControlButtons li:last-of-type {
  display: block !important; }
.div-new-app.RadWindow .rwTitlebarControls {
  background: #475155 !important; }
  .div-new-app.RadWindow .rwTitlebarControls em {
    color: white !important;
    padding-top: 0px;
    line-height: 35px;
    padding-left: 15px; }

.cv-detail table {
  padding: 10px; }
  .cv-detail table tr td {
    border-bottom: 1px solid #e5e5e5; }
  .cv-detail table tr:last-of-type td {
    border-bottom: 0px solid #e5e5e5; }

.customer-group div.rg-content-data-table table.rgMasterTable.rgClipCells tbody tr td.reToolCell, .customer-group div.rg-content-data-table table.rgMasterTable.rgClipCells tbody tr td.reRightVerticalSide {
  padding: 10px !important; }

.BlackHeader {
  padding: 3px 15px !important; }

#RadTabStrip1.RadTabStrip .rtsUL {
  width: 100%; }
#RadTabStrip1.RadTabStrip_CustomTabStripSkin ul li a.rtsSelected {
  background: #920631 !important; }
#RadTabStrip1.RadTabStrip, #RadTabStrip1 .RadTabStripVertical {
  margin-bottom: 3px !important; }
#RadTabStrip1.RadTabStrip .rtsImg, #RadTabStrip1.RadTabStrip .rtsImg + .rtsTxt {
  display: inline-block !important;
  line-height: 22px !important;
  font-size: 16px !important; }
#RadTabStrip1.RadTabStrip .rtsIn {
  text-align: center; }
#RadTabStrip1.RadTabStrip_CustomTabStripSkin ul li {
  border-right: 0px; }
#RadTabStrip1.RadTabStrip_CustomTabStripSkin ul li a.rtsSelected::after {
  display: none; }

.header-title span {
  display: inline-block; }

.financial-step-content .title-step {
  display: inline-block;
  line-height: 42px;
  border-right: 1px solid #e5e5e5;
  padding-right: 20px;
  margin-right: 20px;
  font-size: 14px;
  margin-left: 20px; }
.financial-step-content .financial-step {
  display: inline-block;
  margin-right: 20px;
  position: relative; }
  .financial-step-content .financial-step:hover .edit-action {
    display: block; }
  .financial-step-content .financial-step.active .num {
    background: #475155; }
  .financial-step-content .financial-step.edit .step-name {
    display: none; }
  .financial-step-content .financial-step.edit input {
    display: inline-block; }
  .financial-step-content .financial-step .num {
    background: #920631;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: white;
    border-radius: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center; }
  .financial-step-content .financial-step .step-name {
    font-size: 14px;
    display: inline-block;
    padding-right: 30px; }
  .financial-step-content .financial-step input {
    display: none;
    font-size: 14px;
    background: transparent; }
  .financial-step-content .financial-step .edit-action {
    width: 20px;
    position: absolute;
    top: 6px;
    right: -13px;
    display: none; }
    .financial-step-content .financial-step .edit-action img {
      width: 100%; }

.ServiceabilityCustomer {
  display: flex;
  justify-content: space-between;
  align-items: left;
  flex-wrap: wrap;
  width: 50%;
  padding-right: 15px; }
  .ServiceabilityCustomer li {
    width: 25%; }
    .ServiceabilityCustomer li span {
      margin-bottom: 0px; }

.Default.RadEditor, .Default.RadEditor .reModule, .Default.RadEditor .reEditorModes, .Default.RadEditor .reWrapper {
  background-size: transparent;
  border: 1px solid #e5e5e5 !important; }

.RadMultiPage.RadMultiPage_Default.ContentBackground .ViewSection .RadEditor.Default.reWrapper.track-change.reInlineEditorSelected {
  padding-bottom: 0px !important; }
  .RadMultiPage.RadMultiPage_Default.ContentBackground .ViewSection .RadEditor.Default.reWrapper.track-change.reInlineEditorSelected .reContentCell {
    padding-left: 0px;
    padding-bottom: 0px;
    background: #f1f1f1;
    padding-top: 0px; }
  .RadMultiPage.RadMultiPage_Default.ContentBackground .ViewSection .RadEditor.Default.reWrapper.track-change.reInlineEditorSelected .reLayoutWrapper {
    background: #f1f1f1; }
.RadMultiPage.RadMultiPage_Default.ContentBackground .ViewSection .RadEditor.Default.reWrapper.track-change table tr td:nth-child(3) {
  padding-left: 0px; }
.RadMultiPage.RadMultiPage_Default.ContentBackground .ViewSection table tr td:nth-child(2) div:nth-child(2) {
  margin-right: 7px; }
.RadMultiPage.RadMultiPage_Default.ContentBackground .ViewSection table tr td:nth-child(3) {
  padding-left: 10px; }
.RadMultiPage.RadMultiPage_Default.ContentBackground .ViewSection table tr td:nth-child(4) {
  padding-left: 15px; }
  .RadMultiPage.RadMultiPage_Default.ContentBackground .ViewSection table tr td:nth-child(4) span {
    position: relative;
    display: block; }
    .RadMultiPage.RadMultiPage_Default.ContentBackground .ViewSection table tr td:nth-child(4) span span:nth-child(1) {
      position: absolute;
      top: 6px;
      left: -9px; }

#general-period .OuterTable {
  border-spacing: 0px; }
  #general-period .OuterTable tbody tr td {
    width: 111px !important; }
    #general-period .OuterTable tbody tr td.CollapsibleHeader table tr td {
      padding: 10px 15px !important; }
    #general-period .OuterTable tbody tr td table {
      border-spacing: 0px; }
      #general-period .OuterTable tbody tr td table tr td {
        padding: 4px 3px !important; }
        #general-period .OuterTable tbody tr td table tr td table tr td {
          padding: 0px !important; }
          #general-period .OuterTable tbody tr td table tr td table tr td:nth-child(1) {
            padding: 0px !important; }
        #general-period .OuterTable tbody tr td table tr td:nth-child(1) {
          padding-left: 18px !important;
          padding-right: 18px !important; }
        #general-period .OuterTable tbody tr td table tr td .RadComboBox.RadComboBox_Default.RadDropdownCustom tbody tr td:nth-child(1) {
          width: 115px !important;
          min-width: 83px !important;
          padding-left: 0px;
          padding-right: 0px; }
    #general-period .OuterTable tbody tr td:nth-child(1) {
      width: 363px !important;
      min-width: 363px !important; }
#general-period + .mainTable tbody tr td {
  width: 111px !important;
  max-width: 111px !important; }
  #general-period + .mainTable tbody tr td:nth-child(1) {
    width: 363px !important;
    min-width: 363px !important; }
  #general-period + .mainTable tbody tr td:nth-child(2) {
    padding: 4px 3px !important; }
  #general-period + .mainTable tbody tr td.cellData {
    overflow: visible; }
    #general-period + .mainTable tbody tr td.cellData span {
      width: auto !important; }
#general-period + div .mainTable tbody tr td {
  width: 111px !important; }
  #general-period + div .mainTable tbody tr td:nth-child(1) {
    width: 363px !important;
    min-width: 363px !important; }
  #general-period + div .mainTable tbody tr td:nth-child(2) {
    width: 24px !important; }
  #general-period + div .mainTable tbody tr td.cellData {
    overflow: visible; }
    #general-period + div .mainTable tbody tr td.cellData span {
      width: auto !important; }

.ViewSection.section-view-main.user-information {
  width: 760px;
  margin: 30px auto; }
  .ViewSection.section-view-main.user-information:before {
    display: block;
    width: 120px;
    height: 120px;
    border: 5px solid #920631;
    content: " ";
    border-radius: 100%;
    margin: 10px auto;
    background: url("images/icons/icon-pink/icon_profile_pink.svg") no-repeat;
    background-size: 60px;
    background-position: 29px 26px; }
  .ViewSection.section-view-main.user-information .RadComboBox.RadComboBox_Default {
    width: 100% !important; }
  .ViewSection.section-view-main.user-information .row .col-1.RowContent {
    text-align: left !important; }
    .ViewSection.section-view-main.user-information .row .col-1.RowContent .btn {
      display: inline-block; }
  .ViewSection.section-view-main.user-information .col-1.RowContent {
    text-align: right; }
    .ViewSection.section-view-main.user-information .col-1.RowContent .btn {
      display: inline-block; }
  .ViewSection.section-view-main.user-information .row:last-of-type .col-2.RowContent {
    float: right !important;
    text-align: right; }
  .ViewSection.section-view-main.user-information .row:last-of-type .btn {
    display: inline-block; }
  .ViewSection.section-view-main.user-information .RowContent.list-assist {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px; }
    .ViewSection.section-view-main.user-information .RowContent.list-assist select {
      width: 100% !important;
      overflow: scroll !important;
      height: 90px !important; }
      .ViewSection.section-view-main.user-information .RowContent.list-assist select option {
        display: block;
        padding-top: 7px; }
    .ViewSection.section-view-main.user-information .RowContent.list-assist a {
      color: #920631; }

div.rg-content-data-table table.rgMasterTable > tbody > tr.rgRow.sub-facility {
  background: #f9f9f9 !important; }

div.rg-content-data-table table.rgMasterTable > tbody > tr.rgRow.sub-facility td:first-of-type {
  border-left: 5px solid #888 !important;
  padding-left: 25px !important; }

div.rg-content-data-table.RadGrid_Default .rgRow .rgSorted, div.rg-content-data-table.RadGrid_Default .rgAltRow .rgSorted {
  background: white !important; }
div.rg-content-data-table.RadGrid_Default .rgRow.rgSelectedRow .rgSorted, div.rg-content-data-table.RadGrid_Default .rgAltRow.rgSelectedRow .rgSorted {
  background: rgba(146, 6, 49, 0.2) !important; }

.popup-content {
  background: white;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1); }
  .popup-content .popup-header {
    background: #475155;
    padding-left: 15px;
    position: relative; }
    .popup-content .popup-header h2 {
      font-size: 16px;
      color: white;
      line-height: 32px; }
    .popup-content .popup-header .icon-close {
      position: absolute;
      top: 6px;
      right: 10px; }
  .popup-content .popup-main {
    padding: 15px; }
    .popup-content .popup-main .header-text {
      font-size: 14px;
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 10px;
      display: block;
      margin-bottom: 10px; }
    .popup-content .popup-main .RowContent {
      width: 100%;
      position: relative;
      margin-bottom: 10px; }
      .popup-content .popup-main .RowContent.check-style {
        padding-left: 20px;
        padding-right: 35px; }
        .popup-content .popup-main .RowContent.check-style input[type="checkbox"] {
          position: absolute;
          top: 9px;
          left: 0px; }
        .popup-content .popup-main .RowContent.check-style .notice-icon {
          position: absolute;
          top: 4px;
          right: 5px; }
          .popup-content .popup-main .RowContent.check-style .notice-icon img {
            width: 20px; }
      .popup-content .popup-main .RowContent label {
        display: inline-block;
        width: 40%;
        line-height: 33px; }
      .popup-content .popup-main .RowContent .wrapper-textbox {
        display: inline-block;
        width: 59%; }
        .popup-content .popup-main .RowContent .wrapper-textbox input[type="text"] {
          width: 100%; }
    .popup-content .popup-main .info-text {
      color: #920631;
      margin-bottom: 10px;
      display: block; }
  .popup-content .control-popup {
    text-align: right;
    padding: 15px 36px 15px 15px;
    border-top: 1px solid #e5e5e5; }
    .popup-content .control-popup .btn {
      display: inline-block;
      padding: 7px 15px; }
      .popup-content .control-popup .btn.btn-cancel {
        padding: 7px 10px;
        color: #920631 !important;
        background: transparent; }

.main-portfolio {
  width: 960px;
  margin: 50px auto; }
  .main-portfolio:after {
    content: " ";
    clear: both;
    display: block; }
  .main-portfolio .ViewSection {
    display: inline-block;
    width: 50%;
    height: 200px;
    padding-left: 160px;
    padding-top: 35px;
    position: relative;
    float: left; }
    .main-portfolio .ViewSection h2 {
      color: white;
      margin-bottom: 15px; }
    .main-portfolio .ViewSection img {
      position: absolute;
      top: 38px;
      left: 22px;
      width: 108px; }
    .main-portfolio .ViewSection ul li {
      margin-bottom: 4px; }
      .main-portfolio .ViewSection ul li a {
        color: white; }
        .main-portfolio .ViewSection ul li a:hover {
          opacity: 0.8; }
    .main-portfolio .ViewSection:nth-child(1) {
      background: #920631; }
    .main-portfolio .ViewSection:nth-child(2) {
      background: #ae153d;
      padding-left: 30px;
      padding-right: 160px; }
      .main-portfolio .ViewSection:nth-child(2) img {
        right: 22px;
        left: inherit; }
    .main-portfolio .ViewSection:nth-child(3) {
      background: #8996a3;
      padding-left: 30px;
      padding-right: 160px; }
      .main-portfolio .ViewSection:nth-child(3) img {
        right: 22px;
        left: inherit; }
    .main-portfolio .ViewSection:nth-child(4) {
      background: #2c3741; }

.main-content-rw {
  padding: 15px; }

.main-system-generated {
  display: flex;
  flex-wrap: wrap; }

.main-system-generated * {
  box-sizing: border-box; }

.main-system-generated .Application-Print-Out, .main-system-generated .Profile, .main-system-generated .Risk, .main-system-generated .Guarantees, .main-system-generated .Security-Documents, .main-system-generated .Return, .main-system-generated .Financial-Statement, .main-system-generated .Compliance {
  display: flex;
  width: 50%;
  vertical-align: top;
  padding: 5px;
  position: relative; }
  @media screen and (min-width: 1200px) {
    .main-system-generated .Application-Print-Out, .main-system-generated .Profile, .main-system-generated .Risk, .main-system-generated .Guarantees, .main-system-generated .Security-Documents, .main-system-generated .Return, .main-system-generated .Financial-Statement, .main-system-generated .Compliance {
      width: 25%; } }

.main-system-generated .Application-Print-Out img, .main-system-generated .Profile img, .main-system-generated .Risk img, .main-system-generated .Guarantees img, .main-system-generated .Security-Documents img, .main-system-generated .Return img, .main-system-generated .Financial-Statement img, .main-system-generated .Compliance img {
  position: absolute;
  top: 20px;
  left: 19px;
  width: 85px; }

.main-system-generated .sub-application-print-out, .main-system-generated .sub-profile, .main-system-generated .sub-risk, .main-system-generated .sub-guarantees, .main-system-generated .sub-security-documents, .main-system-generated .sub-return, .main-system-generated .sub-financial-statement, .main-system-generated .sub-compliance {
  background: white;
  padding-left: 50px;
  padding: 20px 15px 15px;
  padding-left: 120px;
  min-height: 112px;
  width: 100%; }

.main-system-generated .sub-application-print-out h2, .main-system-generated .sub-profile h2, .main-system-generated .sub-risk h2, .main-system-generated .sub-guarantees h2, .main-system-generated .sub-security-documents h2, .main-system-generated .sub-return h2, .main-system-generated .sub-financial-statement h2, .main-system-generated .sub-compliance h2 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #920631; }

.Financial-Statement ul li {
  width: 48%;
  display: inline-block !important; }

.ApplicationDocumentMain .DocumentHeading {
  background: #ddd !important;
  margin-top: -15px; }

.ApplicationDocumentMain .DocumentHeading.RadTabStrip_CustomTabStripSkin ul li {
  border-right: 0px !important; }

.ApplicationDocumentMain .DocumentHeading.RadTabStrip_CustomTabStripSkin ul li a.rtsSelected {
  background: transparent !important; }

.ApplicationDocumentMain .DocumentHeading.RadTabStrip_CustomTabStripSkin ul li a.rtsSelected .rtsIn {
  color: #920631 !important; }

.ApplicationDocumentMain .DocumentHeading.RadTabStrip_CustomTabStripSkin ul li a.rtsSelected:after {
  display: none !important; }

/* ==========================================================================
   covenant css
   ========================================================================== */
.controls-action input {
  vertical-align: middle; }

.rb-control-customer.select-covenant {
  padding-top: 12px; }

.btn.withdrawn {
  margin-top: 19px; }

.Search_Results {
  color: #920631;
  font-weight: bold; }

.light-grey-title-rw {
  background: #dedede; }
  .light-grey-title-rw h2 {
    color: black; }

.Input_Customer {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .Input_Customer span {
    display: inline-block;
    margin-right: 10px; }

div.rg-content-data-table table.rgMasterTable > tbody > tr > td.rgContainer, div.rg-content-data-table table.rgMasterTable > tbody > tr > td.rgHeader {
  font-weight: bold !important; }

.rgHeader:nth-child(1) {
  text-align: left !important; }

.rgContainer {
  background: #efefef !important; }

.grey-title {
  background: #475155;
  margin-left: -15px;
  margin-top: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px; }
  .grey-title h2 {
    color: white;
    font-size: 14px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: normal;
    line-height: 18px; }
  .grey-title .control-header {
    padding-right: 15px; }
    .grey-title .control-header .control-header-customer-management {
      margin-left: 20px; }
      .grey-title .control-header .control-header-customer-management input {
        width: 18px; }
  .grey-title .btn {
    font-size: 14px;
    background: transparent; }
  .grey-title:after {
    content: " ";
    clear: both;
    display: block; }

.wrapper-textbox input[type="text"], .wrapper-textbox input[type="number"], .wrapper-textbox input[type="email"] {
  width: 100%; }
.wrapper-textbox table tr td {
  padding: 0px !important; }
.wrapper-textbox textarea {
  width: 100%; }

.RowContent.covenant {
  margin-bottom: 0px; }
  .RowContent.covenant .RowContent {
    margin-bottom: 0px; }

.title-input {
  font-weight: bold;
  margin-bottom: 5px;
  display: block; }

.list-check-covenant li {
  margin-bottom: 10px; }
  .list-check-covenant li label {
    font-weight: normal !important; }

.main-container {
  background: white;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px; }
  .main-container .rg-content-data-table {
    padding-left: 15px;
    padding-right: 15px; }
    .main-container .rg-content-data-table.RadGrid_Default .rgAltRow .rgSorted, .main-container .rg-content-data-table.RadGrid_Default .rgRow .rgSorted {
      background: white; }
  .main-container .grey-title-rw {
    margin-bottom: 15px; }
    .main-container .grey-title-rw:first-of-type {
      margin-top: -15px;
      margin-left: -15px;
      margin-right: -15px; }

.view-container-new .RadGrid table tr td input[type="image"].cvxicon {
  height: auto !important;
  width: 12px !important; }
.view-container-new .RadGrid table tr td input[type="image"] {
  padding: 0px !important;
  margin-left: 5px;
  margin-right: 5px; }

.RowContent.col-2 .f-block-content {
  width: 33%; }
  .RowContent.col-2 .f-block-content label {
    min-height: 18px;
    display: inline-block; }
  .RowContent.col-2 .f-block-content:nth-child(1) table {
    width: 100%; }
  .RowContent.col-2 .f-block-content:nth-child(2) label {
    display: block; }

.form-command {
  position: absolute;
  top: 0px;
  right: 0px; }

div.rg-content-data-table table.rgMasterTable span {
  margin-bottom: 0px !important; }

.sub-tab .RadTabStrip_CustomTabStripSkin ul li a {
  padding: 10px !important; }
.sub-tab .RadTabStrip_CustomTabStripSkin ul {
  float: left; }
  .sub-tab .RadTabStrip_CustomTabStripSkin ul.header-action-button {
    float: right; }
    .sub-tab .RadTabStrip_CustomTabStripSkin ul.header-action-button .btn {
      background: transparent;
      color: #920631 !important;
      padding-top: 7px !important; }
.sub-tab .RadTabStrip {
  width: 100%; }
.sub-tab:after {
  content: " ";
  clear: both;
  display: block; }

.section-view-main .SectionHeader h2 span {
  display: inline-block;
  line-height: 30px; }

.rmpView {
  position: relative; }
  .rmpView .form-command-block {
    position: absolute;
    top: -49px;
    right: -11px; }
    .rmpView .form-command-block .btn {
      background: transparent !important;
      color: #920631 !important; }

.nTextBoxBorder {
  border: 1px solid #e5e5e5 !important; }

.btnToggleLegend {
  display: block; }
  @media screen and (min-width: 1122px) {
    .btnToggleLegend {
      display: none; } }

.btnShowLegend {
  display: none; }
  @media screen and (min-width: 1122px) {
    .btnShowLegend {
      display: block; } }

.r-window-popup .SectionHeader {
  background: #475155;
  padding: 10px !important;
  height: 43px !important;
  border-bottom: 0px; }
  .r-window-popup .SectionHeader span {
    color: white;
    line-height: 20px;
    padding-left: 5px; }
.r-window-popup .popup-main-content {
  padding-left: 15px;
  padding-right: 15px; }

.DivTable {
  border-collapse: collapse;
  margin-top: 10px; }
  .DivTable .DivRow {
    border: 1px solid #e5e5e5; }
    .DivTable .DivRow.sub-header-row {
      background: #f5f5f5;
      color: black; }
      .DivTable .DivRow.sub-header-row .DivCell {
        width: 100%; }
    .DivTable .DivRow.header-row {
      border: 0px; }
      .DivTable .DivRow.header-row .DivCell {
        background: #e5e5e5;
        color: white;
        border: 0px;
        padding: 10px 10px !important;
        font-weight: bold;
        color: black; }
        .DivTable .DivRow.header-row .DivCell input {
          width: 20px !important;
          height: 20px !important; }
  .DivTable .DivRow.sub-row-1 .DivCell:nth-child(1) {
    padding-left: 20px !important; }
  .DivTable .DivRow.sub-row-2 .DivCell:nth-child(1) {
    padding-left: 40px !important; }
  .DivTable .DivRow .DivCell {
    border: 1px solid #e5e5e5;
    padding: 5px 10px !important;
    height: 40px; }
    .DivTable .DivRow .DivCell table tr td {
      width: 50% !important;
      border: 0px solid #e5e5e5 !important;
      padding-right: 5px; }
      .DivTable .DivRow .DivCell table tr td span input {
        border: 1px solid #e5e5e5 !important; }

.CollateralGroupEdit .wrapper-textbox {
  padding-right: 60px;
  position: relative; }
  .CollateralGroupEdit .wrapper-textbox .btn {
    position: absolute;
    top: 0px;
    right: 0px; }

/*.RadInput_Default{
	.riFocused{
		width: 200px !important;
	}
}*/
.WorkflowToolbarContainer {
  width: 100%;
  float: none; }
  .WorkflowToolbarContainer .WorkflowPanelTitle .title-main-content {
    margin-bottom: 0px; }
  .WorkflowToolbarContainer .WorkflowPanel {
    float: none;
    display: flex; }
  .WorkflowToolbarContainer .left-pane {
    background: #f5f5f5;
    width: 25%; }
  .WorkflowToolbarContainer .center-pane {
    width: 50%; }
  .WorkflowToolbarContainer .right-pane {
    width: 25%;
    border: 1px solid #e5e5e5;
    border-left: 0px;
    min-height: 620px; }
    .WorkflowToolbarContainer .right-pane .light-grey-title-rw {
      height: 39px; }
  .WorkflowToolbarContainer .WorkflowPanelTitle {
    background: #dedede;
    padding: 0px; }
  .WorkflowToolbarContainer .WorkflowToolboxItem {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0px;
    border-bottom: 1px solid #e5e5e5; }
  .WorkflowToolbarContainer .WorkflowPanelToolbox {
    background: transparent; }
  .WorkflowToolbarContainer .WorkflowPropertyPanelTab {
    padding-left: 0px; }
  .WorkflowToolbarContainer .WorkflowPanelProperties {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px;
    padding-bottom: 15px; }
    .WorkflowToolbarContainer .WorkflowPanelProperties .form-content div {
      width: 100%; }
      .WorkflowToolbarContainer .WorkflowPanelProperties .form-content div input, .WorkflowToolbarContainer .WorkflowPanelProperties .form-content div textarea {
        width: 100%;
        border: 1px solid #e5e5e5;
        padding: 5px; }
      .WorkflowToolbarContainer .WorkflowPanelProperties .form-content div input[type="checkbox"], .WorkflowToolbarContainer .WorkflowPanelProperties .form-content div input[type="radio"] {
        width: auto;
        display: inline-block;
        padding: 0px; }
      .WorkflowToolbarContainer .WorkflowPanelProperties .form-content div span ~ input[type="checkbox"] {
        display: inline-block;
        margin-right: 10px; }
  .WorkflowToolbarContainer .WorkflowPropertyPanel {
    /*border: 1px solid #e5e5e5;*/
    /*border-left: 0px;*/ }
    .WorkflowToolbarContainer .WorkflowPropertyPanel .ui-accordion .ui-accordion-header {
      position: relative;
      background: transparent;
      border: 0px;
      color: black !important;
      text-indent: 15px !important;
      border-bottom: 1px solid #e5e5e5 !important;
      padding-top: 10px;
      padding-bottom: 10px; }
      .WorkflowToolbarContainer .WorkflowPropertyPanel .ui-accordion .ui-accordion-header .ui-icon {
        position: absolute;
        right: 10px;
        left: inherit; }
  .WorkflowToolbarContainer .ui-selected {
    background: rgba(146, 6, 49, 0.2) !important; }
  .WorkflowToolbarContainer .WorkflowWorkspace {
    width: 100% !important;
    border: 1px solid #e5e5e5; }
    .WorkflowToolbarContainer .WorkflowWorkspace svg {
      width: 100% !important; }
  .WorkflowToolbarContainer .ui-selectable {
    width: 100%; }
    .WorkflowToolbarContainer .ui-selectable .ui-selectee img {
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .WorkflowToolbarContainer .ui-selectable .ui-selectee label {
      display: inline-block;
      font-size: 14px; }

.WorkflowPanelToolboxContainer {
  min-width: auto !important; }

/*Dashboard*/
#divRMDashboard .FinanceSession, #divRMDashboard .FinanceSessionPadding {
  background-color: #920631; }
#divRMDashboard .RiskSession {
  background-color: #ad0739; }
#divRMDashboard .ProductsSession, #divRMDashboard .ProductsSessionPadding {
  background-color: #384b5a; }
#divRMDashboard .UserManagementSession {
  background-color: #b3c6d7; }
#divRMDashboard .AnalyticsSession, #divRMDashboard .AnalyticsSessionPadding {
  background-color: #708598; }
#divRMDashboard .ReportingSession {
  background-color: #333f4b; }

/*popup*/
#RadWindowWrapper_GuidanceNote .rwTitlebar {
  background: #475155; }
  #RadWindowWrapper_GuidanceNote .rwTitlebar em {
    padding-top: 0px;
    color: white;
    line-height: 36px;
    padding-left: 15px;
    margin-bottom: 5px; }

.GuidanceNotes {
  background: white;
  padding: 15px; }
  .GuidanceNotes form {
    background: white !important; }
    .GuidanceNotes form h4 {
      margin-bottom: 10px; }
    .GuidanceNotes form ul {
      padding-left: 15px;
      margin-top: 5px;
      padding-bottom: 15px; }
      .GuidanceNotes form ul li {
        list-style: disc; }

.NextPrevAndNumeric {
  padding-right: 5px; }

.ReferenceRate .RowContent:nth-child(2) {
  padding-left: 0px; }
.ReferenceRate .form-content span {
  line-height: 34px;
  margin-bottom: 0px;
  font-weight: bold !important; }
.ReferenceRate .ReferenceRatesLeft {
  background: white;
  padding-top: 15px; }
  .ReferenceRate .ReferenceRatesLeft .form-content {
    margin-left: 5px; }
    .ReferenceRate .ReferenceRatesLeft .form-content span {
      display: inline-block;
      line-height: 34px;
      margin-bottom: 0px; }
.ReferenceRate .ReferenceRatesRight {
  background: white;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px; }

.grey-title-rw, .light-grey-title-rw {
  background: #475155;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 40px; }
  .grey-title-rw + .row, .light-grey-title-rw + .row {
    padding-top: 15px; }
  .grey-title-rw h2, .light-grey-title-rw h2 {
    color: white;
    font-size: 14px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: normal;
    line-height: 18px; }
  .grey-title-rw .btn, .light-grey-title-rw .btn {
    font-size: 14px;
    background: transparent !important; }
  .grey-title-rw:after, .light-grey-title-rw:after {
    content: " ";
    clear: both;
    display: block; }

.attribute_options .wrapper-textbox {
  position: relative;
  padding-right: 35px; }
  .attribute_options .wrapper-textbox input + input {
    width: 24px;
    position: absolute;
    top: 3px;
    right: 0px; }

.divAssignmentData {
  position: relative; }
  .divAssignmentData .legendPanel {
    position: absolute;
    top: 0px;
    right: -301px;
    width: 300px;
    height: 100%;
    background: white; }
    .divAssignmentData .legendPanel.show {
      right: 0px; }
    .divAssignmentData .legendPanel div.rg-content-data-table table.rgMasterTable thead tr td.rgHeader {
      padding-left: 15px !important;
      border-width: 0px !important; }
    .divAssignmentData .legendPanel div.rg-content-data-table table.rgMasterTable > tbody > tr > td:first-of-type {
      padding-left: 10px !important; }

.legendAnchor {
  position: relative; }
  .legendAnchor .rg-content-data-table {
    overflow-y: scroll; }
    .legendAnchor .rg-content-data-table .rgHeader {
      padding-left: 15px !important;
      border-width: 0px !important; }
  .legendAnchor .btnToggleLegendPanel {
    position: absolute;
    top: 8px;
    left: -45px; }
    .legendAnchor .btnToggleLegendPanel.in {
      left: inherit;
      right: -0px; }
    .legendAnchor .btnToggleLegendPanel.btnToggleLegendPanel-2 {
      top: 8px;
      left: 6px; }
      .legendAnchor .btnToggleLegendPanel.btnToggleLegendPanel-2.in {
        left: inherit;
        right: -48px; }

.rg-content-data-table th.rgHeader span {
  font-weight: bold !important; }

.RowContentTitle {
  padding: 0px 15px !important; }
  .RowContentTitle span {
    display: block;
    background: #e5e5e5 !important;
    padding: 10px 15px !important;
    font-weight: bold !important; }

div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table thead tr th, div.rg-content-data-table.divAssignmentData table.rgMasterTable > tbody > tr > td table thead tr td {
  /*border-width: 0px !important;*/ }

div.rg-content-data-table.divAssignmentData table.rgMasterTable tbody tr td .rightPanel table tbody tr {
  border-right: 0px solid #e5e5e5 !important; }

.RadMultiPage.RadMultiPage_Default.ContentBackground .ViewSection .RadEditor.Default.reWrapper.track-change.reInlineEditorSelected .reLayoutWrapper, .RadMultiPage.RadMultiPage_Default.ContentBackground .ViewSection .RadEditor.Default.reWrapper.track-change.reInlineEditorSelected .reContentCell {
  background: white; }

.CollapsibleHeader {
  background-color: #cccccc !important; }
  .CollapsibleHeader table tbody tr td:last-of-type {
    padding-right: 15px !important; }

.RadWindow .rwTitleRow em {
  font-size: 14px !important; }

#trGroupInfo div[style^="width: 260px;"], #trGroupInfo div[style^="width: 400px;"] {
  position: relative !important; }

#RadMultiPage1 div[style^="margin: 10px;"] #ApplicationWizardAppType1_Label2 {
  display: none; }
#RadMultiPage1 #ApplicationWizardAppType1_rdlActionType tr {
  float: left;
  width: 50%; }
#RadMultiPage1 fieldset {
  border: 1px solid #e5e5e5;
  padding-top: 15px !important; }
#RadMultiPage1 label, #RadMultiPage1 input[type="radio"] {
  font-size: 12px !important; }
#RadMultiPage1 td[style^="width: 99%"] {
  background: #475155 !important; }
#RadMultiPage1 div[style^="margin-top: 15px"] {
  margin-top: 10px !important; }

#trGroupInfo #txtGroupCode {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 64% !important; }

#trGroupInfo #divGroupName, #trGroupInfo #divGroupList {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 64%; }

#trGroupInfo div[style^="float: left"] {
  position: relative; }

#trGroupInfo span {
  display: inline-block;
  line-height: 31px; }

#divInputParameters {
  margin-top: 0px !important; }

html.t-ff.t-ff50 {
  background: white !important; }

.RadWindow .rwCloseButton {
  background: url("images/icons/icon-white/icon-cancel.svg") no-repeat 0px 0px !important;
  background-size: 100% !important;
  width: 20px !important;
  height: 20px !important;
  margin-top: 5px;
  position: relative;
  right: 8px; }

#ApplicationWizardAppType1_Label8, #ApplicationWizardAppType1_Label3, #ApplicationWizardAppType1_Label4, #ApplicationWizardAppType1_Label5 {
  font-weight: bold; }

.icon-delete-title {
  height: 25px;
  width: 25px;
  position: absolute;
  top: -2px;
  right: 40px; }

.view-account {
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }
  .view-account .view-account-content {
    width: 33.3333333%;
    padding-left: 15px;
    padding-right: 15px; }
    .view-account .view-account-content .title-header {
      background: #475155 none repeat scroll 0 0;
      color: white;
      font-size: 14px;
      padding: 15px 15px; }
    .view-account .view-account-content ul li {
      display: flex;
      justify-content: space-between;
      padding: 10px; }
      .view-account .view-account-content ul li strong {
        font-size: 12px;
        color: black; }
      .view-account .view-account-content ul li span {
        font-size: 12px;
        color: black; }
    .view-account .view-account-content .view-account-content-details {
      border: 1px solid #e5e5e5;
      display: flex; }
    .view-account .view-account-content:nth-child(1) {
      width: 25%; }
    .view-account .view-account-content:nth-child(2) {
      padding-left: 0px;
      padding-right: 0px; }
    .view-account .view-account-content:nth-child(2), .view-account .view-account-content:nth-child(3) {
      width: 37.5%; }
      .view-account .view-account-content:nth-child(2) ul, .view-account .view-account-content:nth-child(3) ul {
        width: 50%;
        display: inline-block; }

/* ============================Update for Application Wizard (cvxb) ---Phuoc ==============================================*/
html.t-ff.t-ff64.iframe-class {
  height: 100%;
  min-height: 100%; }
  html.t-ff.t-ff64.iframe-class body, html.t-ff.t-ff64.iframe-class #form1, html.t-ff.t-ff64.iframe-class table, html.t-ff.t-ff64.iframe-class td, html.t-ff.t-ff64.iframe-class tr, html.t-ff.t-ff64.iframe-class #RadMultiPage1, html.t-ff.t-ff64.iframe-class .RadMultiPage .rmpView {
    height: 100%;
    min-height: 100%; }
  html.t-ff.t-ff64.iframe-class .multiPage {
    height: 100% !important; }
  html.t-ff.t-ff64.iframe-class table tr td tr:nth-child(1) {
    height: 51px;
    min-height: 51px; }
    html.t-ff.t-ff64.iframe-class table tr td tr:nth-child(1) td {
      height: 51px;
      min-height: 51px; }

.app-wizard-customer {
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  min-height: 100%; }
  .app-wizard-customer .choose-customer-option {
    padding-top: 15px;
    padding-bottom: 23px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center; }
  .app-wizard-customer #mainContent {
    width: 100%;
    /*.ChooseMainCustomer{*/
    /*}*/ }
    .app-wizard-customer #mainContent .choose-existing-customer {
      width: 100%;
      margin-left: 0px; }
      .app-wizard-customer #mainContent .choose-existing-customer #customerContent {
        border-top: 1px solid #e5e5e5; }
      .app-wizard-customer #mainContent .choose-existing-customer #pagingWrapper {
        background: transparent;
        border: 0px;
        border-top: 1px solid #e5e5e5;
        padding-top: 15px; }
        .app-wizard-customer #mainContent .choose-existing-customer #pagingWrapper .PageInActive.currentPage {
          border-radius: 0px; }
        .app-wizard-customer #mainContent .choose-existing-customer #pagingWrapper .PageActive {
          background: transparent;
          border-radius: 0px;
          color: black; }
      .app-wizard-customer #mainContent .choose-existing-customer .row {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-left: 0px; }
        .app-wizard-customer #mainContent .choose-existing-customer .row .RowContent + .RowContent {
          text-align: center; }
          .app-wizard-customer #mainContent .choose-existing-customer .row .RowContent + .RowContent .btn {
            font-size: 12px; }
        .app-wizard-customer #mainContent .choose-existing-customer .row .rcbInput.radPreventDecorate {
          text-align: center; }
        .app-wizard-customer #mainContent .choose-existing-customer .row .RowContent.col-2 {
          width: 80% !important; }
          .app-wizard-customer #mainContent .choose-existing-customer .row .RowContent.col-2 .lbl-search-header {
            text-align: center;
            margin-bottom: 30px; }
            .app-wizard-customer #mainContent .choose-existing-customer .row .RowContent.col-2 .lbl-search-header label {
              display: inline-block;
              font-size: 18px !important; }
          .app-wizard-customer #mainContent .choose-existing-customer .row .RowContent.col-2 .RadComboBox::after {
            /*top: 25px;
            right: 19px;*/
            top: 13px;
            right: 12px; }
  .app-wizard-customer.app-wizard-apptype {
    flex-direction: column; }
    .app-wizard-customer.app-wizard-apptype .section-detail {
      width: 100% !important; }
    .app-wizard-customer.app-wizard-apptype .groupType-selection .header {
      display: flex;
      align-items: flex-end;
      border-top: 1px solid #e5e5e5;
      height: 28px; }
    .app-wizard-customer.app-wizard-apptype .groupType-selection {
      margin-top: 50px; }
    .app-wizard-customer.app-wizard-apptype .application-templates {
      display: flex;
      justify-content: space-around; }
      .app-wizard-customer.app-wizard-apptype .application-templates li {
        width: 129px;
        /*height: 129px;*/
        position: relative; }
        .app-wizard-customer.app-wizard-apptype .application-templates li input[type="radio"] {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          display: block;
          opacity: 0;
          z-index: 3; }
          .app-wizard-customer.app-wizard-apptype .application-templates li input[type="radio"]:checked + .radio-template-display-item div[class^="icon"]:after, .app-wizard-customer.app-wizard-apptype .application-templates li input[type="radio"]:hover + .radio-template-display-item div[class^="icon"]:after {
            border: 2px solid #920631; }
        .app-wizard-customer.app-wizard-apptype .application-templates li .radio-template-display-item div[class^="icon"] {
          background-color: white;
          box-shadow: 0px 0px 18.9px 8.1px rgba(52, 52, 52, 0.08);
          width: 130px;
          height: 130px;
          position: relative;
          padding: 15px;
          margin-bottom: 20px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column; }
          .app-wizard-customer.app-wizard-apptype .application-templates li .radio-template-display-item div[class^="icon"] img {
            width: 60px; }
          .app-wizard-customer.app-wizard-apptype .application-templates li .radio-template-display-item div[class^="icon"]:after {
            border: 2px solid white;
            box-sizing: border-box;
            height: 84%;
            width: 84%;
            display: block;
            content: " ";
            align-items: center;
            justify-content: center;
            flex-direction: column;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -55px;
            margin-top: -55px; }
          .app-wizard-customer.app-wizard-apptype .application-templates li .radio-template-display-item div[class^="icon"] + .title {
            font-weight: bold;
            text-transform: uppercase; }
        .app-wizard-customer.app-wizard-apptype .application-templates li .radio-template-display-item span {
          display: block;
          text-align: center; }

.list-templates {
  display: flex;
  align-items: center; }
  .list-templates li {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px; }
  .list-templates input[type="radio"] {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0; }
    .list-templates input[type="radio"]:checked + label {
      background: #920631 !important; }
    .list-templates input[type="radio"] + label {
      font-weight: bold;
      background: #a9a9a9 !important;
      border-radius: 30px;
      padding: 9px 10px 10px;
      color: white;
      margin-right: 15px; }

.groupType-selection.app-template-selection {
  border-top: 1px solid #e5e5e5; }

#customerContainer {
  padding-top: 20px; }

/* ============================app-wizard-customer==============================================*/
/* ==========================================================================
   Table style
   ========================================================================== */
.customer-group div.rg-content-data-table table.rgMasterTable.rgClipCells thead tr th {
  /*padding: 0px !important;*/ }
.customer-group div.rg-content-data-table table.rgMasterTable.rgClipCells tbody tr td:nth-child(6) {
  padding: 10px !important; }
.customer-group div.rg-content-data-table table.rgMasterTable.rgClipCells tbody tr td:nth-child(4) {
  padding: 10px !important; }

div.rg-content-data-table table.rgMasterTable {
  margin-bottom: 0px; }
  div.rg-content-data-table table.rgMasterTable.rgClipCells thead tr th {
    /*padding: 0px !important;*/ }
  div.rg-content-data-table table.rgMasterTable.rgClipCells tbody tr td:nth-child(6), div.rg-content-data-table table.rgMasterTable.rgClipCells tbody tr td:nth-child(4) {
    padding: 0px !important; }
  div.rg-content-data-table table.rgMasterTable.rgClipCells tbody tr td:last-of-type input[type="image"] {
    padding: 0px !important; }
  div.rg-content-data-table table.rgMasterTable.rgClipCells tbody tr td input {
    margin-right: 0px !important; }
  div.rg-content-data-table table.rgMasterTable > thead > tr {
    border: 1px solid #d8d8d8; }
    div.rg-content-data-table table.rgMasterTable > thead > tr > th, div.rg-content-data-table table.rgMasterTable > thead > tr > td {
      background: #d8d8d8 !important;
      border: 0px solid #e9e9e9;
      font-size: 12px !important;
      height: 40px !important;
      padding-left: 10px !important;
      vertical-align: middle !important;
      font-weight: bold !important; }
      div.rg-content-data-table table.rgMasterTable > thead > tr > th:first-of-type, div.rg-content-data-table table.rgMasterTable > thead > tr > td:first-of-type {
        padding-left: 15px !important; }
  div.rg-content-data-table table.rgMasterTable > tbody > tr {
    border: 1px solid #e9e9e9 !important;
    background: white; }
    div.rg-content-data-table table.rgMasterTable > tbody > tr > td {
      border: 0px solid #e5e5e5 !important;
      font-size: 12px !important;
      padding-left: 10px !important;
      padding-top: 10px !important;
      padding-bottom: 10px !important;
      padding-right: 10px !important;
      font-weight: normal !important; }
      div.rg-content-data-table table.rgMasterTable > tbody > tr > td select, div.rg-content-data-table table.rgMasterTable > tbody > tr > td input[type="text"] {
        margin-top: 0px !important; }
      div.rg-content-data-table table.rgMasterTable > tbody > tr > td:first-of-type {
        padding-left: 15px !important; }

.section-sidebar div.rg-content-data-table {
  background: #fafafa !important; }
  .section-sidebar div.rg-content-data-table table > thead > tr > th, .section-sidebar div.rg-content-data-table table > thead > tr > td {
    background: transparent !important; }

.ViewSection.section-view-main.analysis-comment .RowContent,
.ViewSection.section-view-main.analysis-comment .RowContent,
.ViewSection.section-view-main.analysis-purpose .RowContent,
.ViewSection.section-view-main.analysis-financial .RowContent,
.ViewSection.section-view-main.analysis-management .RowContent,
.ViewSection.section-view-main.analysis-viability .RowContent {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.BlackHeader td {
  padding: 10px !important; }

.BigButton {
  height: 50px;
  padding: 13px 10px !important; }

.OuterTable table tr td {
  padding: 10px !important; }
  .OuterTable table tr td .RadComboBox_Default table tr td {
    padding: 0px !important; }

.GeneralTable {
  border-collapse: inherit !important;
  background: transparent !important; }
  .GeneralTable .RowHeader {
    background-color: #f0f0f0 !important; }

.GeneralRow td {
  padding: 5px; }
  .GeneralRow td:nth-child(2) {
    background: white; }
.GeneralRow .RowHeader {
  background: white; }

.nameColumn {
  min-width: 300px !important; }

.mainTable td {
  padding: 4px 3px !important; }

.img-ext-add {
  position: absolute;
  right: -23px;
  top: 2px; }

.SectionHeader {
  height: 33px !important; }

.SectionHeader td {
  height: 30px !important; }

.rgHeader.pos-rel {
  display: flex; }
  .rgHeader.pos-rel > span {
    display: flex;
    align-items: center; }

div.rg-content-data-table table.rgMasterTable > thead > tr > td.rgHeader.pos-rel {
  font-weight: normal !important; }

.top-pager {
  margin-left: auto;
  padding-right: 50px; }
  .top-pager .RadDataPager.RadInput {
    min-width: 50px !important;
    width: 50px; }

.bottom-pager {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  background: #e5e5e5;
  z-index: 10000;
  padding-right: 66px; }
  .bottom-pager .RadDataPager_Default .rdpWrap:last-of-type {
    position: absolute;
    top: 11px;
    left: 644px; }

.RadComboBox .t-font-icon::before {
  opacity: 0; }

.RadGrid_Default.rg-content-data-table.divAssignmentData {
  padding-bottom: 23px; }

.RadDataPager_Default {
  background: transparent !important;
  border: 0px !important; }
  .RadDataPager_Default .rdpWrap button {
    background: white;
    margin: 0px;
    padding: 0px;
    padding: 5px 5px 5px 5px;
    border-radius: 0px 0 0 0px;
    border: 1px solid #e5e5e5; }
    .RadDataPager_Default .rdpWrap button:nth-child(1) {
      padding: 5px 5px 5px 10px;
      border-radius: 20px 0 0 20px; }
  .RadDataPager_Default .rdpWrap:nth-child(3) {
    margin-right: 15px; }
    .RadDataPager_Default .rdpWrap:nth-child(3) button {
      margin-left: -1px; }
      .RadDataPager_Default .rdpWrap:nth-child(3) button:nth-child(1) {
        border-radius: 0px 0px 0px 0px;
        padding: 5px 5px 5px 5px; }
      .RadDataPager_Default .rdpWrap:nth-child(3) button:nth-child(2) {
        border-radius: 0px 20px 20px 0px;
        padding: 5px 10px 5px 5px; }
  .RadDataPager_Default .rdpWrap.rdpNumPart a {
    margin-right: 0px;
    border-radius: 0px;
    background: white;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #e5e5e5;
    margin-left: -1px; }
    .RadDataPager_Default .rdpWrap.rdpNumPart a:hover {
      border-color: #e5e5e5;
      background: #e5e5e5; }
    .RadDataPager_Default .rdpWrap.rdpNumPart a.rdpCurrentPage {
      background: #475155;
      color: white; }
  .RadDataPager_Default .rdpWrap .rdpPagerButton {
    background: #920631;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    border-radius: 3px; }
  .RadDataPager_Default .rdpNumPart a {
    background: white; }
  .RadDataPager_Default .RadComboBox .rcbReadOnly .rcbInput, .RadDataPager_Default .RadComboBox .rcbDisabled .rcbInput {
    height: 18px !important;
    background: transparent;
    border: 0px; }
  .RadDataPager_Default .rcbReadOnly {
    background: transparent !important;
    border: 0px !important;
    border-radius: 0px !important; }
    .RadDataPager_Default .rcbReadOnly input {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: black !important;
      padding: 0px !important; }

.div-new-app.RadWindow .rwControlButtons {
  max-width: 31px !important;
  min-width: 31px !important; }

/* ==========================================================================
   checkbox style
   ========================================================================== */
/*
    Hide the original radios and checkboxes
    (but still accessible)

    :not(#foo) > is a rule filter to block browsers
                 that don't support that selector from
                 applying rules they shouldn't

*/
.filter-type-options div {
  margin-bottom: 2px; }

.notranslate {
  position: relative;
  height: 25px;
  width: auto; }

.notranslate:not(#foo) > input[type='checkbox'],
.notranslate:not(#foo) > input[type='radio'] {
  /* Hide the input, but have it still be clickable */
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  float: left;
  text-align: left;
  cursor: pointer;
  height: 20px;
  width: 20px; }

.notranslate:not(#foo) > input[type='checkbox'] + label,
.notranslate:not(#foo) > input[type='radio'] + label {
  margin: 0;
  clear: none;
  /* Left padding makes room for image */
  /*padding: 5px 0 4px 24px;*/
  /* Make look clickable because they are */
  cursor: pointer;
  background: url("images/uncheck.png") left center no-repeat;
  height: 25px;
  padding-left: 26px;
  text-align: left;
  padding-top: 3px;
  width: auto;
  line-height: 19px; }

/*
    Change from unchecked to checked graphic
*/
.notranslate:not(#foo) > input[type='checkbox']:checked + label,
.notranslate:not(#foo) > input[type='radio']:checked + label {
  background-image: url("images/check.png"); }

/*----------------paging--------------*/
.paging {
  float: right;
  margin-bottom: 20px; }
  .paging ul li {
    float: left;
    background: white;
    box-shadow: 1px 0 2px 1px #d6d6d6;
    border-radius: 2px;
    margin: 2px; }
    .paging ul li a {
      display: block;
      padding: 5px 12px;
      color: #717171; }

/* ==========================================================================
   define new style
   ========================================================================== */
.fl {
  float: left; }

.fr {
  float: right; }

.dl-inline-block {
  display: inline-block; }

.clearfix {
  clear: both; }

.mb-15 {
  margin-bottom: -15px; }

.mb15 {
  margin-bottom: 15px; }

.p15 {
  padding: 15px; }

.p0 {
  padding: 0px; }

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

input[type=checkbox] {
  margin-right: 5px; }

.brand-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.brand-item span {
  margin-right: 10px;
  display: block;
  position: relative; }
  .brand-item span label {
    background: white;
    border: 1px solid #e5e5e5;
    display: block;
    border-radius: 3px;
    padding: 5px 10px;
    margin-bottom: 10px; }
  .brand-item span input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
  .brand-item span input[type="checkbox"]:checked + label {
    border-color: #920631;
    color: #920631; }

/* ==========================================================================
   new menu
   ========================================================================== */
.menu-main-ct > ul > li > span {
  color: white;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  padding: 15px 0px;
  display: block;
  border-bottom: 1px solid #889194; }
  .menu-main-ct > ul > li > span:hover {
    cursor: pointer; }
.menu-main-ct > ul > li:hover ol {
  display: block; }
.menu-main-ct > ul > li ol {
  display: none; }
  .menu-main-ct > ul > li ol li {
    padding-left: 0px !important;
    padding-right: 0px !important; }
    .menu-main-ct > ul > li ol li a {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
      border-bottom: 0px !important;
      padding-left: 10px !important;
      font-size: 12px !important;
      display: block; }
      .menu-main-ct > ul > li ol li a:hover {
        background: #920631; }

/* ==========================================================================
   responsive
   ========================================================================== */
@media (max-width: 1900px) {
  .covenant-body .section-sidebar {
    width: 40% !important; }
  .covenant-body .section-detail {
    width: 60% !important; } }
@media (max-width: 1440px) {
  .section-sidebar {
    width: 40% !important; }

  .section-detail {
    width: 60% !important; } }
@media (max-width: 1280px) {
  .title-hearder .header-action-button li a span {
    font-size: 0px !important; }

  .header-action-button li a {
    font-size: 0px !important;
    width: 20px;
    display: block;
    line-height: 0px !important;
    margin-left: 10px; }

  .col-3, .col-4 {
    width: 50%; }

  .col-3-offset, .col-4-offset {
    width: 50%; }

  .application-list .rgInfoPart {
    display: none; }

  .left-group {
    width: 30%; }

  .right-group {
    width: 70%; }

  .left-group .section-view-main .title-main-content .wrapper-txt {
    width: 20%;
    margin-right: 5%; }

  .right-group .section-view-main .title-main-content .wrapper-txt {
    width: 20%;
    margin-right: 2%; }

  .right-group .section-view-main .title-main-content .btn {
    font-size: 0px;
    padding-left: 2px;
    padding-right: 2px; }

  .covenant-body .section-sidebar {
    width: 50% !important; }
  .covenant-body .section-detail {
    width: 50% !important; } }
@media (max-width: 1100px) {
  body {
    min-width: 768px !important; }

  .RadTabStrip .rtsLevel1 {
    width: 100% !important; }

  .bx-loading {
    display: none !important; }

  .bx-wrapper {
    max-width: 100% !important; }

  .RadTabStrip.cust-main-tab {
    height: 68px;
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0;
    width: 100%; }

  .TabBackground .RadTabStrip.cust-main-tab ul li {
    display: table-cell !important;
    float: none !important; }

  .section-sidebar {
    width: 35% !important; }

  .section-detail {
    width: 65% !important; }

  .status-left {
    width: 30% !important; }

  .status-right {
    width: 70% !important;
    padding-left: 15px; }

  .workspace-holder {
    width: 100% !important;
    overflow-x: scroll; }

  .RadUpload .ruFakeInput {
    width: 50% !important; }

  .uploadDocument .uploadDoc {
    width: 170px !important; }

  .RadUpload .ruFileWrap {
    width: 100% !important; }

  .covenant-body .section-sidebar {
    width: 100% !important; }
  .covenant-body .section-detail {
    width: 100% !important; } }
@media (max-width: 990px) {
  .col-leftside {
    width: 100%; }

  .col-rightside {
    width: 100%; }

  .section-sidebar {
    width: 100% !important; }

  .section-detail {
    width: 100% !important; }

  .section-detail {
    padding-left: 15px;
    padding-right: 15px; }

  .col-rightside {
    padding-left: 15px;
    padding-right: 15px; }

  .divRMDashboard {
    padding: 159px 15px 15px !important; }
    .divRMDashboard .navigation {
      width: 100%;
      min-height: inherit;
      z-index: 1001;
      opacity: 0.96; }
      .divRMDashboard .navigation ul li {
        float: left;
        width: 20%; }
        .divRMDashboard .navigation ul li a {
          padding: 10px 20px; }
        .divRMDashboard .navigation ul li img {
          width: 30px;
          height: 30px; }
    .divRMDashboard .application-list .rgInfoPart {
      display: none; }

  .left-group {
    width: 100%;
    padding-right: 30px !important;
    margin-bottom: 15px; }

  .right-group {
    width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .left-group .button-move-customer {
    margin-right: 17px;
    margin-top: 8px;
    position: absolute;
    right: 50%;
    top: 87%; } }
@media (max-width: 768px) {
  .RadTabStrip .rtsLevel1 {
    width: 730px !important; }

  .status-left {
    width: 100% !important;
    padding-bottom: 15px; }

  .status-right {
    width: 100% !important;
    padding-left: 0px; }

  .workspace-holder {
    width: 100% !important; }

  .divRMDashboard .col-3-offset, .divRMDashboard .col-3 {
    width: 100%; }
  .divRMDashboard .rgInfoPart {
    display: none; }

  .divRMDashboard .row:last-of-type .RowContent:last-of-type {
    padding-left: 15px; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .originalHeader #radMenuHolder {
    background: #475155; } }

/* ==========================================================================
   Alert style
   ========================================================================== */
.RadWindow .rwDialogText {
    font-size: 13px !important;
}
.RadWindow .rwWindowContent .rwPopupButton .rwInnerSpan {
    display: none !important;
}
.RadWindow .rwTitlebarControls {
    background: #475155 !important;
    height: 35px !important;
}
.RadWindow_Default .rwTable .rwTitlebarControls em {
    color: white !important;
    padding-left: 15px;
    /*padding-top: 6px;*/
}
.RadWindow .rwControlButtons {
    max-width: 31px !important;
    min-width: 31px !important;
}
/*# sourceMappingURL=style.css.map */
