/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
.sortableHelper {
    background: red;
    cursor:row-resize !important;
}
.jarviswidget tr td:first-child:not(:last-child){
    width: 1%;
    white-space:nowrap;
    font-weight:300;
}

.notes-button {
    cursor: pointer;
    margin-top: -35px;
    margin-left: 85%;
    width: 50px;
    height: 30px;
    color: #027373;
    vertical-align:central;
    align-content:center;
    background-color:transparent;
}


.jarviswidget .widget-body{
    min-height:initial;
}

/*.content .disabled * a {
    text-decoration: none;
    border-bottom: none;
    color: dimgrey;
    cursor: default;
    pointer-events:none;
}*/

a.badge#state {
    padding: 3px 4px 2px;
    font-weight:normal;
    vertical-align:baseline;
    border-radius: 4px;
}

.widget-toolbar > .badge {
    font-size: 11px;
    margin-bottom: 4px;
    border-radius: 4px;
}

.widget-toolbar > .badge.bg-color-blueLight {
    background: #ffffff!important;
    color: #92a2a8!important;
    font-weight:600;
    /*border:1px solid #92a2a8!important;*/

}


.table tr:first-child td {
    border-top: none;
}

.jarviswidget {
    margin-bottom:10px !important;
}

.smart-form fieldset{
    padding:15px 14px 5px;
}

.smart-form section {
    margin-bottom: 5px;
}

.smart-form .col{
    padding-left:5px;
    padding-right:5px;
}

.smart-form .col:first-child{
    padding-left:15px;
}
.smart-form .col:last-child{
    padding-right:15px;
}

th input{
    font-weight:normal;
}

form .timeline-seperator{
    margin-top:10px;
}

.jarviswidget header h2 {
    font-weight:400;
    margin-right:10px;
}
.react-resizable {
    border: 1px solid black;
}
.react-resizable-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 0;
    right: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/P…4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=);
    background-position: bottom right;
    padding: 0 3px 3px 0;
    background-repeat: no-repeat;
    background-origin: content-box;
    box-sizing: border-box;
    cursor: se-resize;

@media screen and (max-width: 768px) {
    article [class*='col-xs-12']{
        padding: 0 13px!important;
    }
}
@media screen and (min-width: 768px) {
    article[class*='col-md-12']:not(:nth-child(n)){
        padding: 0 13px 0 0!important;
    }    
    article[class*='col-md-6']:not(:nth-child(2n+1)){
        padding: 0 13px 0 0!important;
    }
    article[class*='col-md-4']:not(:nth-child(3n+1)){
        padding: 0 13px 0 0!important;
    }
    article[class*='col-md-3']:not(:nth-child(4n+1)){
        padding: 0 13px 0 0!important;
    }
}
@media screen and (min-width: 1200px) {
    article[class*='col-lg-12']:not(:nth-child(n)){
        padding: 0 13px 0 0!important;
    }    
    article[class*='col-lg-6']:not(:nth-child(3n+1)){
        padding: 0 13px 0 0!important;
    }
    article[class*='col-lg-4']:not(:nth-child(3n+1)){
        padding: 0 13px 0 0!important;
    }
    article[class*='col-lg-3']:not(:nth-child(4n+1)){
        padding: 0 13px 0 0!important;
    }
}
.ml-5{
    margin-left: 5px;
}
.ml-10{
    margin-left: 10px!important;
}
.ml-15{
    margin-left: 15px!important;
}
.mt-5{
    margin-top: 5px;
}
.mb-35 {
    margin-bottom: 35px;
}
.display-flex{
    display: flex!important;
}
.display-inline{
    display: inline!important;
}
.withs-50-prcent{
    width:50%!important;
}
.cellParagraph {
    margin-top:0px!important;
    margin-bottom: -10px!important;
}
.modals.middle td .text-editor input {
    min-width: 75px!important;
}
.review-link {
    color: #0093D5;
}

    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
input[type="number"] {
    -moz-appearance: textfield;
}
.k-pager-wrap {
    background-color: rgb(250, 250, 250);
    background-image: none;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat-x:;
    background-repeat-y:;
    border-bottom-color: rgb(230, 230, 230);
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-left-color: rgb(230, 230, 230);
    border-left-style: solid;
    border-left-width: 0px;
    border-right-color: rgb(230, 230, 230);
    border-right-style: solid;
    border-right-width: 0px;
    border-top-color: rgb(230, 230, 230);
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
    box-sizing: content-box;
    clear: both;
    color: rgb(68, 68, 68);
    display: block;
    height: 41.7031px;
    line-height: 20.576px;
    outline-color: rgb(68, 68, 68);
    outline-style: none;
    outline-width: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 6.864px;
    padding-left: 4px;
    padding-right: 0px;
    padding-top: 6.864px;
    position: relative;
    white-space: normal;
    width: 1860px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.horizontal_float {
    float: right;
}

.ul-paging {
    list-style-type: none!important;
    margin: 0!important;
    padding: 0!important;
}

.li-paging {
    display: inline!important;
    margin-left: 2px!important;
    margin-right: 2px!important;
}

.select-paging {
    margin-right: 15% !important;
}

.count-of {
    margin-right: 14.5% !important;
}
.profile-menu {
    margin-top: 30px!important;
    width: fit-content!important;
    height: fit-content!important;
    background-color: #3a3633!important;
}
.color-editor {
    width:fit-content;
}
.mr-10 {
    margin-right: 10px;
}

.cusror-pointer {
    cursor: pointer;
}

.width40PerCents {
    width: 40%
}

.width30PerCents {
    width: 40%
}

.width60PerCents {
    width: 60%
}

.overflow-x {
    overflow-x: scroll!important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.term-checkbox {
    margin-top: 23px;
    position: absolute;
    Z-INDEX: 999;
    background-color: #A2D7EE !important;
    margin-left: 93.5%;
}

 #react-validatorlist > .wrapper .right-panel > div div {
      width: initial;
      min-width: 378px; }
#react-validatorlist > .wrapper .right-panel > div {
    position: relative;
    background: #fff;
    border: 0;
    border-left: 13px solid #efefef;
    box-sizing: border-box;
    width: 403px;
    min-width: 417px;
    margin-right: -13px;
    padding-bottom: 19px;
    margin-bottom: -19px;
}

#react-validatorlist > .wrapper .right-panel > div section {
    min-height: calc(100vh - 210px);
    margin: 13px 13px 0 13px;
    overflow-x: hidden;
    border-top: 0 !important;
    width: 378px;
}

#react-validatorlist > .wrapper .right-panel > div section .table-container table {
    width: 378px;
}

#react-validatorlist > .wrapper .right-panel > div section .table-container table tbody {
    width: 378px;
}

#react-validatorlist > .wrapper .right-panel > div section .table-container table tbody tr {
    width: 376px;
}

#react-validatorlist > .wrapper .right-panel > div .tabs > input#tab1 + label {
    margin-left: 13px;
    border-left: 1px solid #ddd;
}

#react-validatorlist > .wrapper .right-panel > div .tabs > input:checked + label {
    border-bottom: 0 !important;
    border-top: 2px solid orange;
}

#react-validatorlist > .wrapper .right-panel > div .tabs > input + label {
    border: 1px solid #ddd;
    border-left: 0;
    position: relative;
}
.width-inherit {
    width: inherit;
}
.position-inherit {
    position: inherit!important;
}

.Resizer {
        width: 11px!important;
    margin: 0 -5px!important;
    border-left: 5px solid rgba(255, 255, 255, 0)!important;
    border-right: 5px solid rgba(255, 255, 255, 0)!important;
    cursor: col-resize!important;
    margin-right: 2px!important;
    margin-left: 2px !important;
}

.display-block {
    display: block;
}

.background-yellow {
    background-color:yellow !important;
}

#borrower-dob div {
    width: 100% !important;
}

#borrower-dob div input {
    width: 100% !important;
}

#first-name div {
    width: 100% !important;
}

#last-name div {
    width: 100% !important;
}

.float-right {
    float: right;
}

.mt-7 {
    margin-top: 7px!important;
}

.width-30-percents {
    width: 30%
}

.ul-no-list-style {
    list-style: none;
}

.doc-type-note {
    margin-top: 260px;
}


/* Popup container */

/* The actual popup (appears on top) */
 .popuptext {
   
    width: 160px;
    background-color:#dddddd;
    color: #fff;
    text-align: center;
   
     border: 1px solid black;
    position: absolute;
    z-index: 1;
    
    
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}


/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

.div-section {
        background: #E9F0F2;
    border: 0;
}

.pos-i {
    position: inherit !important;
}
.min-heigth-500 .modals-body {
    min-height: 500px;
}
.states-overflow {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.w-40 {
    min-width: 40px!important;
}

.sortable-activation {
    align-items: center;
    border-bottom-color: rgba(194, 203, 207, 0.5);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgba(194, 203, 207, 0.5);
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    direction: ltr;
    display: flex;
    font-family: "Roboto-Light";
    font-size: 1rem;
    height: 29px;
    left: 230px;
    line-height: 18.5714px;
    pointer-events: none;
    position: fixed;
    text-size-adjust: 100%;
    top: 248px;
    transform: matrix(1, 0, 0, 1, 1238, 297);
    vertical-align: baseline;
    width: 1680px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sortable-activation td:nth-child(1) {
    min-width: 40px !important; 
    background: #A5D9F0 !important;
    border: 0;
    width: 40px;
    height: 28px;
}

.sortable-activation td:nth-child(2) {
    min-width: 300px !important; 
}
.sortable-activation td:nth-child(3) {
    min-width: 150px !important; 
}
.sortable-activation td:nth-child(4) {
    min-width: 150px !important; 
}
.sortable-activation td:nth-child(4) div {
    width: 110px !important; 
}
.sortable-activation td:nth-child(5) {
    min-width: 150px !important; 
}

.sortable-activation td:nth-child(6) {
    min-width: 150px !important; 
}
.sortable-activation td:nth-child(6) span label {
    margin-left: 42%!important; 
}
.sortable-activation td:nth-child(7) {
    min-width: 300px !important; 
}
.w-500 {
    width: 500px !important;
}

.watermark-disabled label.checkbox-label:before {
    color: #000000;
}

.width-99-pc {
    width: 99%;
}

.w-80-pc {
    width: 80%!important;
}

.w-20-pc {
    width: 20%!important;
}

.inherit-max-height {
    max-height: inherit !important;
}

.flex-direction {
    flex-direction: column!important;
}

.height-100-pc {
    height: 100% !important;
}


.red-color {
    color: red!important;
}

.yellow-color {
    color: yellow;
}

.green-color {
    color: green;
}

.red-background-color {
    background-color: red;
}

.yellow-background-color {
    background-color: yellow;
}

.green-background-color {
    background-color: green;
}
.h-120 {
    height: 120px!important;
}
.box {
    font-size: 1.25rem;
    background-color: #c8dadf;
    position: relative;
    /*padding: 100px 20px;*/
}
.box.has-advanced-upload {
  background-color: white;
  outline: 2px dashed black;
  outline-offset: -10px;
}
.box.has-advanced-upload .box__dragndrop {
  display: inline;
}

.box.is-dragover {
  background-color: grey;
}
.box input[type=file] {
    /*height: 308px;*/
    width: 630px;
}

.box input[type=submit] {
    display: none;
}

.popup {
    width: 60% !important;
    /* border-radius: 7px;*/
    background: transparent;
    margin: 30px auto 0;
    padding: 6px;
    position: absolute;
    height: 150px !important;
    left: 50%;
    top: 0%;
    margin-left: -400px;
    margin-top: -40px; /* This should be half of the total height of your div */
}

.doc-modals .popup {
    background: transparent!important;
}

.letter-template .cke_inner {
    height: 100% !important;
}

.letter-template #ck-editor {
    height: 100% !important;
}
.letter-template .cke_reset {
    height: 100% !important;
}
.letter-template .cke_contents {
    height: 100% !important;
}

.proggressBarPreviewDocuments {
    height: 10px;
    border: 1px solid grey;
    border-right-style: hidden;
    background-color: '#0093D5'
}

.proggressBarPreviewDocumentsNotFilled {
    height: 10px;
    border: 1px solid grey;
    background-color: #BFBBBB;
    border-left-style: hidden;
}

.h-100-pc {
    height: 100%!important;
}

.w-100-pc {
    width: 100%!important;
}

 .box .cover-letter-item {
     height: 175px !important;
 }

 .h-250 {
     height: 250px!important;
 }

 .h-100 {
     height: 100px!important;
 }

 .mt-150-n {
     margin-top: -150px !important;
 }
  .modal-row .box {
      width: 300px !important;
  }

  .z-index-299 {
      z-index: 299 !important;
  }

  .mt-25 {
      margin-top: 25px !important;
  }

  .width-70 {
      width: 70px!important;
  }
  .width-50 {
      width: 50px!important;
  }

  .blue-background-color {
      background-color: #a2d7ee!important;
  }

  .pink-background-color {
      background-color: lightpink!important;
  }

.hover-rate {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 204);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat-x:;
    background-repeat-y:;
    background-size: auto;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    direction: ltr;
    display: block;
    font-family: Roboto-Condensed;
    font-size: 18px;
    height: 212px;
    left: 316.984px;
    line-height: 25.7143px;
    min-width: 440px;
    position: absolute;
    text-size-adjust: 100%;
    top: 267px;
    z-index: 1111;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.button-close {
    align-items: flex-start;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/content/img/mybg.png);
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat-x:;
    background-repeat-y:;
    background-size: auto;
    border-bottom-color: rgb(0, 147, 213);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(0, 147, 213);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(0, 147, 213);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(0, 147, 213);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(0, 147, 213);
    cursor: pointer;
    direction: ltr;
    display: inline-flex;
    filter: none;
    float: right;
    font-family: Roboto-Condensed;
    font-size: 19.5px;
    font-stretch: normal;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: bold;
    height: 40px;
    letter-spacing: normal;
    line-height: 52px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: center;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    text-size-adjust: 100%;
    text-transform: none;
    user-select: none;
    width: 23px;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(3, 120, 215, 0.2);
    -webkit-border-image: none;
}

.h-50-px {
    height: 50px !important;
}

.react-grid-HeaderCell .form-control {
    height: 21px !important;
}

.react-grid-HeaderCell div.input-sm {
    display: none !important;
}

.restore-action {
    color: #28941F!important;
}

.edit-action {
    color: #0077B2!important;
}

.remove-action {
    color: #D24242 !important;
}

.ml-88-pc {
    margin-left: 88%;
}

.w-65 {
    width: 65px;
    min-width: 65px;
}

.w-395 {
    width: 395px;
}
.h-270 {
    min-height: 270px;
}

.hide-imp {
    display: none !important;
}
.ace_editor {
    font-family: monospace !important;
}

.default-activation {
    background: pink!important;
}

.company-activation {
    background: #66FF66!important;
}
.mt-3-minus {
    margin-top: -3px!important;
}
.w-430 {
    width: 430px !important;
}

.w-420 {
    width: 420px !important;
}
.w-350 {
    width: 350px !important;
}
.ml-95 {
    margin-left: 95px;
}
.splitter-div {
    height: 10px;
    background-color: white;
}
.sp-warning {
    border: 1px solid black;
    color: red;
}

.script-error {
    color: red;
}
.delete-upload {
    height: 20px;
}

.borrower-document-image-describe {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(246, 249, 248);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat-x:;
    background-repeat-y:;
    background-size: auto;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    direction: ltr;
    display: flex;
    font-family: Roboto-Medium;
    font-size: 15px;
    height: 70px;
    justify-content: center;
    line-height: 15px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-size-adjust: 100%;
    width: 300px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.file-uploader-margins {
    margin-bottom: 95% !important;
    margin-left: 95% !important;
}

.city .select-dropdown {
    width: 67% !important;
}
.w-400 {
    width: 400px;
}

.w-600 {
    width: 600px;
}
.width-80 {
    width: 80px!important;
}
.width-150 {
    width: 150px !important;
}

.borrower-submenu-item {
    width: 350px !important;
    margin-left: 150px;
}

.width-100 {
    width: 100px !important;
}
.counselor-row {
    min-width: 0px !important;
    width: 220px !important;
}

.widget-editor#editor > div > div:last-child .calculations input {
    margin-left: 0px !important;
}

.evaluate-value {
    border: 2px solid #0378d7;
    border-radius: 4px;
    width: 60%;
    height: 100px;
    background-color: white;
}

.evaluate-select {
    border: 2px solid #0378d7;
    border-radius: 4px;
    height: 25px;
}
.evaluate-label {
    font-family: Roboto-Light;
    font-size: 14px;
    font-weight: 400;
}
.mb-5 {
    margin-bottom: 5px;
}
.show-evaluate-form {
    align-items: flex-start;
    background-color: rgb(255, 210, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(0, 0, 0);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(0, 0, 0);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(0, 0, 0);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgb(217, 177, 0) 0px 2px 0px 0px;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    cursor: pointer;
    direction: ltr;
    display: block;
    font-family: Roboto-Light;
    font-size: 15px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    height: 25px;
    letter-spacing: normal;
    line-height: 8px;
    margin-bottom: 0px;
    margin-left: 8px;
    margin-right: 0px;
    margin-top: -1px;
    min-width: 62px;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 9px;
    text-align: center;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-size-adjust: 100%;
    text-transform: none;
    width: 171.6875px;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(3, 120, 215, 0.2);
    -webkit-border-image: none;
}
.evaluate-button {
    align-items: flex-start;
    background-color: rgb(255, 210, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(0, 0, 0);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(0, 0, 0);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(0, 0, 0);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgb(217, 177, 0) 0px 2px 0px 0px;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    cursor: pointer;
    direction: ltr;
    display: block;
    font-family: Roboto-Light;
    font-size: 15px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    height: 25px;
    letter-spacing: normal;
    line-height: 8px;
    margin-bottom: 0px;
    margin-left: 8px;
    margin-right: 0px;
    margin-top: -1px;
    min-width: 62px;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 9px;
    text-align: center;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-size-adjust: 100%;
    text-transform: none;
    width: 71.6875px;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(3, 120, 215, 0.2);
    -webkit-border-image: none;
}
.custom-selector-value {
    width: 116%;
    margin-left: -5px;
}
.ml-45 {
    margin-left: 45px;
}

.bold-font {
    font-weight: bold;
    color: #000000;
}

.header-doc-menu div.dropdown-menu {
    min-width: 350px !important;
}
.dashboard-main div.confirmation {
    z-index: 999999;
}
.w-135 {
    width: 135px;
}
div.dashboard-modal-priority {
    z-index: 9999999;
}

.basic-node .in .port {
    margin-left: 48%;
}

.basic-node .out .port {
    margin-right: 48%;
}

.diagramm-connection-div {
    position: absolute;
}

.document-constructor-wrap {
    width: 80%;height: 100%;

}
.document-constructor-frame-wrap {
    width: 100%;height: 0px;
}
.document-constructor-frame-wrap iframe {
    width: 100%;height: 0px;
   
}


.double-click {
    font-size: 12px;
}

.width-175 {
    width: 175px!important;
}
div.node {
    width: 380px;
}

.w-70 {
    width: 70px;
}
.w-150 {
    width: 150px;
}
.w-200 {
    width: 200px;
}
.cke_panel{
    z-index: 999999999!important;
}
.grey-color {
    color: #92a2a8
}
.income-total {
    display: block !important;
}
 .ownwer-name {
     max-width: 50%;
     width: 50%;
     word-wrap: break-word;
 }
 .tax-exempt {
     max-width: 25%;
     width: 25%;
 }
 .taxable {
     max-width: 25%;
     width: 25%;
 }
 .cursor-default {
     cursor: default;
 }

 .button-ok {
    width: 50px;
    height: 25px;
    background: white;
 }
 .unuploaded-part {
    height: 10px;
     border: 1px solid grey;
     border-left-style: hidden;
     background-color: #BFBBBB;
    
 }
 .uploaded-part {
     height: 10px;
     border: 1px solid grey;
     border-right-style: hidden;
     background-color: #0093D5;
 }

 .flex-end {
         justify-content: flex-end!important;
 }
.super-small> div {
    max-height: 185px!important;
    min-height: 185px!important;
    width: 335px!important;
}
.super-small .modal-header {
    max-width: 330px !important;
}

.company-admin-page-grid-header {
    width: 900px;
    display: grid;
    border: 1px solid #d8e0e3;
    border-left: 0;
    border-right: 0;
    height: 25px;
    font-size: 16px;
    grid-template-columns: 300px 300px 300px;
    background-color: rgb(227, 234, 237)
}

.company-admin-page-grid-row {
    width: 900px;
    display: grid;
    border: 1px solid #d8e0e3;
    border-left: 0;
    border-right: 0;
    grid-template-columns: 300px 300px 300px;
   
}
.product-setting-header {
    display: inline-flex;
    align-items: center;
}
.product-setting-header >div {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
/*toggle   button*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.loan-name-label {
    width: 390px!important;
    margin-top: 0px !important;
}
.gfe-amount {
    justify-content: flex-end!important;
}
.link-popup {
    display: flex;
}
.link-popup .remove {
    color: #CC0000!important;
}
.link-popup .modal-row{
    max-width: 50%!important;
    min-width: 50% !important;

}
 .data-service-column:hover a {
    visibility: visible;
}
 .light-orange-row {
     background-color: #ffd9b3 !important;
 }
.not-publushed {
    color: red;
}

