/*
 * 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
 */
 
html{
    background: #fff;
}

.alert {
    z-index: 101;
    position:fixed;
    bottom:50px;
    right:30px;
}

#header, #header a{
    /* background-color: #0d4e86;
    background-image: -moz-linear-gradient(top,#0d4e86,#115088);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0d4e86),to(#115088));
    background-image: -webkit-linear-gradient(top,#0d4e86,#115088);
    background-image: -o-linear-gradient(top,#0d4e86,#115088);
    background-image: linear-gradient(to right,#0d4e86 93%,#115088 100%); */
    color: white !important;
}

/* span#logo a {
    font-size: 1.2em;
    color: white !important;
}

nav ul ul {
    background: rgba(92, 184, 92, 1);
}

nav > ul > li:hover > ul::before, nav > ul > li:hover > ul > li::before{
    border-color: #fff !important;
}

nav ul li a{
    color: white;
}

nav ul ul li > a:hover{
    background: rgba(19, 183, 95, 1);
}

nav ul ul b{
    color: white;
}

nav > ul ul li::before{
    border-top: 1px solid #fff;
}

nav > ul > li > ul::before {
    border-left: 1px solid #fff;
} */

#jstree_search{
    padding: 5px;
    /* margin: 10px; */
    width: 16em;
    border-radius: 10px;
}

#main {
    background-color: white;
    /* height:80vh; */
}

/* body {
    background: #fff;
} */

body.smart-style-6 .minifyme{
    right: 0;
}

nav>ul>li>a b{
    right:5px
}
nav>ul>li>a>i{
    margin-right:0px;
}

body.smart-style-6 nav>ul>li>a{
    padding:14px 3px 14px 3px
}

table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc, table.dataTable thead .sorting{
    background: none;
}

/* body.smart-style-6 .fieldset[disabled] .form-control, body.smart-style-6 .form-control[disabled], body.smart-style-6 .form-control[readonly], body.smart-style-6 .smart-form .select select, body.smart-style-6 .smart-form .textarea textarea,
body.smart-style-6 .form-control, body.smart-style-6 .smart-form .icon-append, body.smart-style-6 .smart-form .icon-prepend, body.smart-style-6 .smart-form .input input, body.smart-style-6 .smart-form .select select, body.smart-style-6 .smart-form .textarea textarea{
    border: 1px solid #E0E0E0 ;
} */

.split.split-horizontal, .gutter.gutter-horizontal {
    width: 100%;
}

table.dash-tbl-rfi-sub>tbody>tr>td.danger, td.red-score{
    background-color: #e44949 !important;
    background-image: -moz-linear-gradient(top,#fbb9b9,#c50000);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb9b9),to(#c50000));
    background-image: -webkit-linear-gradient(top,#fbb9b9,#c50000);
    background-image: -o-linear-gradient(top,#fbb9b9,#c50000);
    background-image: linear-gradient(to bottom,#fbb9b9,#c50000) !important;
}

table.dash-tbl-rfi-sub>tbody>tr>td.warning, td.gold-score{
    background-color: #e8a62e;
    background-image: -moz-linear-gradient(top,#ffe4b3,#e8a62e);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffe4b3),to(#e8a62e));
    background-image: -webkit-linear-gradient(top,#ffe4b3,#e8a62e);
    background-image: -o-linear-gradient(top,#ffe4b3,#e8a62e);
    background-image: linear-gradient(to bottom,#ffe4b3,#e8a62e) !important;
}

table.dash-tbl-rfi-sub>tbody>tr>td.success, td.green-score{
    background-color: #739E73;
    background-image: -moz-linear-gradient(top,#739E73,#165819);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#739E73),to(#165819));
    background-image: -webkit-linear-gradient(top,#739E73,#165819);
    background-image: -o-linear-gradient(top,#739E73,#165819);
    background-image: linear-gradient(to bottom,#b1ccb1,#739E73) !important;
    color: white;
}

td.bronze-score{
    background-color: #CD7F32;
    background-image: -moz-linear-gradient(top,#ffe6cc,#CD7F32);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffe6cc),to(#CD7F32));
    background-image: -webkit-linear-gradient(top,#ffe6cc,#CD7F32);
    background-image: -o-linear-gradient(top,#ffe6cc,#CD7F32);
    background-image: linear-gradient(to bottom,#ffe6cc,#CD7F32) !important;
}

td.silver-score{
    background-color: #C0C0C0;
    background-image: -moz-linear-gradient(top,#fffbfb,#C0C0C0);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fffbfb),to(#C0C0C0));
    background-image: -webkit-linear-gradient(top,#fffbfb,#C0C0C0);
    background-image: -o-linear-gradient(top,#fffbfb,#C0C0C0);
    background-image: linear-gradient(to bottom,#fffbfb,#C0C0C0) !important;
}

table.dash-tbl-rfi-sub>tbody>tr>td.success,
table.dash-tbl-rfi-sub>tbody>tr>td.warning,
table.dash-tbl-rfi-sub>tbody>tr>td.danger,
table.dash-tbl-rfi-sub>tbody>tr>td.success a,
table.dash-tbl-rfi-sub>tbody>tr>td.warning a,
table.dash-tbl-rfi-sub>tbody>tr>td.danger a{
    color: white;
    font-weight: bold;
}

body.smart-style-6 #content {
    margin-left: 15px;
    margin-right: 5px;
    margin-top: 20px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    display: inline-flex;
}

div#content>div#content{
    padding-left: 0px;
    padding-right: 0px;
}

/* #main {
    margin-left: 245px;
}
#header > :first-child, aside {
    width: 245px;
} */

body>header#header{
    background-color: #0d4e86 !important;
    background-image: -moz-linear-gradient(top,#4d779c,#0d4e86);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#4d779c),to(#0d4e86));
    background-image: -webkit-linear-gradient(top,#4d779c,#0d4e86);
    background-image: -o-linear-gradient(top,#4d779c,#0d4e86);
    background-image: linear-gradient(to bottom,#4d779c,#0d4e86) !important;
}

section.widget-warp{
    margin-top: 14px;
    padding-left: 9px;
    padding-right: 12px;
}

.btn-dt-create{
    margin: 0 9px;
}

.jarviswidget>header, table.jarviswidget thead, table.jarviswidget thead tr {
    background-color: #0d4e86 !important;
    background-image: -moz-linear-gradient(top,#4d779c,#0d4e86);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#4d779c),to(#0d4e86));
    background-image: -webkit-linear-gradient(top,#4d779c,#0d4e86);
    background-image: -o-linear-gradient(top,#4d779c,#0d4e86);
    background-image: linear-gradient(to bottom,#4d779c,#0d4e86) !important;
    color: #fff;
}

.jarviswidget>header.external {
    background-color: #a4b6b5  !important;
    background-image: -moz-linear-gradient(top,#bed7d5,#a4b6b5 );
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#bed7d5 ),to(#a4b6b5 ));
    background-image: -webkit-linear-gradient(top,#bed7d5,#a4b6b5 );
    background-image: -o-linear-gradient(top,#bed7d5,#a4b6b5 );
    background-image: linear-gradient(to bottom,#bed7d5,#a4b6b5 ) !important;
    color: #fff;
}

.jarviswidget-color-darken>header.external {
    border-color: #a4b6b5 !important;
    background: #a4b6b5 ;
    color: #fff;
}

.gutter {
    background-color: #0d4e86 !important;;
}

#tree-holder.external .gutter{
    background-color: #a4b6b5 !important;
}

.smart-style-3 #logo-group span#activity, .smart-style-3 .btn-header>:first-child>a{
    background-color: #363a67;
    background-image: -moz-linear-gradient(top,#363a67,#0e4f87);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#363a67),to(#0e4f87));
    background-image: -webkit-linear-gradient(top,#363a67,#0e4f87);
    background-image: -o-linear-gradient(top,#363a67,#0e4f87);
    background-image: linear-gradient(to bottom,#363a67,#0e4f87);
    color: #fff!important;
    border: 1px solid #38426f;
    text-shadow: #0e4f87 0 -1px;
}

.smart-style-3 #logo-group span#activity:active, .smart-style-3 #logo-group span#activity:hover, .smart-style-3 .btn-header>:first-child>a:active, .smart-style-3 .btn-header>:first-child>a:hover{
    webkit-box-shadow: inset 1px 1px 0 #0e4f87, inset -1px -1px 0 #363a67;
    -moz-box-shadow: inset 1px 1px 0 #0e4f87,inset -1px -1px 0 #363a67;
    box-shadow: inset 1px 1px 0 #0e4f87, inset -1px -1px 0 #363a67;
    background-color: #0e4f87;
    background-image: -moz-linear-gradient(top,#0e4f87,#363a67);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0e4f87),to(#363a67));
    background-image: -webkit-linear-gradient(top,#0e4f87,#363a67);
    background-image: -o-linear-gradient(top,#0e4f87,#363a67);
    background-image: linear-gradient(to bottom,#0e4f87,#363a67);    
}

ul.jstree-container-ul{
    margin-top: 5px;
}
#tree-warp input{
    /* position: absolute; */
}

.files-folders-list table tbody i.fa{
    color: #4a7aa4;
}

.files-folders-list table tbody a{
    color: #000000;
}

button[name="btn_preview"] i.fa{
    color: #fff !important;
}

.minifyme{
    webkit-box-shadow: inset 1px 1px 0 #0e4f87, inset -1px -1px 0 #363a67;
    -moz-box-shadow: inset 1px 1px 0 #0e4f87,inset -1px -1px 0 #363a67;
    background-color: #0e4f87;
    background-image: -moz-linear-gradient(top,#0e4f87,#363a67);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0e4f87),to(#363a67));
    background-image: -webkit-linear-gradient(top,#0e4f87,#363a67);
    background-image: -o-linear-gradient(top,#0e4f87,#363a67);
    background-image: linear-gradient(to bottom,#0e4f87,#363a67);
    color: #ffffff;
}

.minifyme:hover{
    background-color: #363a67;
    background-image: -moz-linear-gradient(top,#363a67,#0e4f87);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0e4f87),to(#0e4f87));
    background-image: -webkit-linear-gradient(top,#363a67,#0e4f87);
    background-image: -o-linear-gradient(top,#363a67,#0e4f87);
    background-image: linear-gradient(to bottom,#363a67,#0e4f87);    
}

.wrapper {
    position:relative;
    /* padding-left:2em; line-height of .wrapper div:first-child span */
    /* background:#fed; */
}
/* .wrapper header {
    display:block;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:2em; line-height of .wrapper div:first-child span 
    overflow:hidden;
    white-space:nowrap;
    background-color: #0d4e86 !important;
    background-image: -moz-linear-gradient(top,#4d779c,#0d4e86);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#4d779c),to(#0d4e86));
    background-image: -webkit-linear-gradient(top,#4d779c,#0d4e86);
    background-image: -o-linear-gradient(top,#4d779c,#0d4e86);
    background-image: linear-gradient(to bottom,#4d779c,#0d4e86) !important;
    color: white;
} */

div#tree-holder legend{
    margin-bottom: 0;
}

/* .wrapper header.external{
    background-color: #f9d868 !important;
    background-image: -moz-linear-gradient(top,#f9d868,#fbda37);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f9d868),to(#fbda37));
    background-image: -webkit-linear-gradient(top,#f9d868,#fbda37);
    background-image: -o-linear-gradient(top,#f9d868,#fbda37);
    background-image: linear-gradient(to bottom,#f9d868,#fbda37) !important;
} */

#tree-warp2.external li i::before, div.external table tbody i.fa{
    color: #a4b6b5;
}

.wrapper header h1 {
    -moz-transform-origin:0 50%;
    -moz-transform:rotate(-90deg) translate(-50%, 50%);
    -webkit-transform-origin:0 50%;
    -webkit-transform:rotate(-90deg) translate(-50%, 50%);
    -o-transform-origin:0 50%;
    -o-transform:rotate(-90deg) translate(-50%, 50%);
    -ms-transform-origin:0 50%;
    -ms-transform:rotate(-90deg) translate(-50%, 50%);
    transform-origin:0 50%;
    transform:rotate(-90deg) translate(-50%, 50%);
    position:absolute;
    top:0;
    bottom:0;
    height:2em; /* line-height of .wrapper div:first-child span */
    margin:auto;
    font-weight:bold;
    font-size:1em;
    line-height:2em; /* Copy to other locations */
}
.wrapper article {
    display:inline-block;
    /* width:25%; */
    /* padding:1em 1em 1em 0; */
    vertical-align:middle;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    height: 100%;
}
section {
    /* height: 100% */
}

div.dataTables_filter label {
    float: left;
}

div.dataTables_filter .toolbar-action-buttons {
    float: left;
    margin: 0px 12px;
}

div#logo-group>span#logo>h4>a{
    text-align: center;
    border: 0px !important;
    font-weight: 500;
}

div#logo-group{
    text-align: center;
}

  textarea.summernote{
    left: auto !important;
    top: auto !important;
    margin: 0px !important;;
    position: absolute;
    width: 1px;
    height: 1px;
    display: block !important;
  }

  
  .dt-cell-button{
    height: 18px;
    margin: auto;
    padding: 0;
    width: 85px;
  }
  
  .dt-cell-download-button{
    /*background-color: transparent;*/
    border: none;
    box-shadow: none;
    /*color: black;*/
    width: 80px;
  }

.form-control {
    /*height: auto;*/
    padding-top: 7px;
}

.btn-disabled{
    pointer-events: none;
}

td .btn-xs{
    width: 24px;
    height: 22px;
    margin: 1px;
}

@media only screen and (max-width: 479px) and (min-width: 320px){
    .jarviswidget header h2 {
        width: 80%;
    }

    div.dataTables_filter .toolbar-action-buttons {
        margin: 0px 1px 0 7px;
    }
}

@media (max-width: 880px) and (min-width: 768px){
    .jarviswidget header h2 {
        width: 80%;
    }
}

span.columnValue div.clickable-panel {
    text-align: left;
    margin: 0;
}
span.columnValue button{
    margin: 0;
}

span.order-reassess{
    cursor: pointer;
    color: #3276b1;
}

/*
.jstree-default-dark .jstree-node, .jstree-default-dark .jstree-icon:empty, .jstree-default-dark .jstree-anchor{
    min-height: 18px !important;
    line-height: 18px !important;
}

.jstree-default-dark .jstree-anchor, .jstree-default-dark .jstree-icon:empty{
    height: 18px !important;
}

.jstree-default-dark .jstree-node, .jstree-default-dark .jstree-node{
    margin-left: 14px !important;
}
*/

div.dataTables_length label {
    float: right;
}

div.sw-container.tab-content{
    margin-top: 10px;
}

div.mbBalloon table.table-bordered.dataTable td{
    padding: 2px 3px;
}

div.opener span{
    color: #3276b1;
    cursor: pointer;
}


table.jarviswidget thead th{
    font-size: 14px;
    font-weight: normal;
}

.jFiler-theme-default .jFiler-input {
    width: 100%;
}

div.jFiler-theme-default div.jFiler-input {
    width: auto;
}

div.jFiler-input-dragDrop {
    background-color: #DDD;
    border: 2px dashed gray;
    height: 80px;
    width: 90%;
    margin: auto;
    border-radius: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
}

div.jFiler-input-dragDrop-title{
    font-size: 13px;
    color: black;
}

div.jFiler-items ul.jFiler-items-list {
    margin: 10px 3px 0;
}

.jFiler-items-grid .jFiler-item div.jFiler-item-container{
    padding: 5px;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container div.jFiler-item-thumb {
    width: 118px;
    height: 120px;
    min-height: 115px;
}

ul.jFiler-items-grid li.jFiler-item .jFiler-item-container .jFiler-item-thumb span.jFiler-icon-file {
    margin-top: 21px;
}

.so-app-list-dd h3 {
    margin-bottom: 0;
    padding: 0px 0;
}

.dataTables_filter label{
    margin-bottom: 0;
}

div.panel-hdr i.fal{
    /*color: #3276B1;*/
}

a.header-icon{
    cursor: pointer !important;
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed;
}

.accordion .card .card-header .card-title.collapsed{
    color: #3276B1;
}

input[type="radio"]:checked + .custom-control-label, input[type="checkbox"]:checked + .custom-control-label {
    font-weight: normal;
}

.dataTables_empty {
    font-size: 1rem;
    color: black;
}

table.dt-server-side td.with_proj span{
    clear: both;
    display: block;
}
table.dt-server-side td.with_proj span:nth-child(2) {
    font-size: 0.85em;
}

.alert-success{
    color:#3c523c !important;
    background-color:#e3ece3 !important;
    border-color:#d8e4d8 !important;
} 

#smartwizard ul.nav li a.nav-link:not([class*="active"]):not([class*="done"]){
    background-color: #f8f8f8 !important;
}

#smartwizard ul.nav li a.nav-link.active,#smartwizard ul.nav li a.nav-link.done{
    background-color: #0D4E86;
}

.sw-theme-arrows > .nav .nav-link.active::after,.sw-theme-arrows > .nav .nav-link.done::after {
    border-left-color: #0D4E86 !important;
}

table.table-bordered.dataTable tbody th.nowrap, table.table-bordered.dataTable tbody td.nowrap { 
    white-space: nowrap; 
}


.was-validated select.form-control:invalid + .select2-container > span.selection > span.select2-selection {
    border-color: #A90329;   
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23A90329' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23A90329' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.3675em + 0.25rem) center;
    background-size: calc(0.735em + 0.5rem) calc(0.735em + 0.5rem);
}

.was-validated select.form-control:invalid + .select2-container--focus > span.selection > span.select2-selection {
    border-color: #A90329;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:valid + .select2-container > span.selection > span.select2-selection {
    border-color: #739E73;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23739E73' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.3675em + 0.25rem) center;
    background-size: calc(0.735em + 0.5rem) calc(0.735em + 0.5rem);
}

.was-validated select.form-control:valid + .select2-container--focus > span.selection > span.select2-selection {
    border-color: #739E73;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.datepicker-dropdown {
    z-index: 2051 !important;
}

div.grid-striped .row:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}

.product-image-link-zoom {
    transition: transform .2s;
    margin: 0 auto;
}
  
.product-image-link-zoom:hover {
    transform: scale(2.5);
    z-index: 1000;
    position: relative;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

div.project-id-selection{
    width: 20em;
}

.page-sidebar {
    margin-top: 58.8px !important;
}

@media (min-width: 992px) {
    .nav-function-hidden:not(.nav-function-top) .page-wrapper {
        padding-left: 0;
    }

    .page-sidebar {
        position: absolute !important;
        top: 0 !important;
        bottom: 0;
    }
    
}

.float-menu-opener {
    position: absolute;
    top: 58.8px;
    height: 16px;
    left: 11rem;
    /*background-color: #0D4E86;*/
    z-index: 1000000 !important;
    font-size: 16px;
    color: #0D4E86!important;
    padding: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.fixed-menu-Selector {
    position: absolute;
    top: 0 !important;
}

.MobileResizeSetWidth {
   left: 0px !important;
   width: 100% !important; 
}



/*
.nav-menu li > ul li a {
    padding: 0.2rem 0px 0.8125rem 2.8rem !important;
}*/

.breadcrumb > li.breadcrumb-item {
    /*max-width: 130px;*/
    overflow: visible !important; 
}

.table th, .table td {
    /*padding: 0.3rem;*/
    vertical-align: middle !important;
    /*text-align: center;*/
}

table td.dt-body-center{
    text-align: center;
}

table th.dt-head-center {
    text-align: center;
}

/*html {
    transform: scale(0.9);
    transform-origin: top left;
    width: 111.12%;
    height: 100%;
    zoom: 90%;
}
html { 
    -ms-text-size-adjust:100%; 
    -webkit-text-size-adjust:100% 
}  prevent adjustments of font size after orientation changes in IE and iOS */

div.loadingoverlay{
    height: 111vh !important;
}
.nav-menu li.active:not(.open) > a:before {
    content: "";
}

table.dash-tbl-rfi-sub td{
    text-align: center;
}


/*.page-logo-text{
    margin-left: 0;
}

.page-logo {
    width: 13.875rem;
}*/

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after{
    content: '';
}

.card, .card-group {
    -webkit-box-shadow: none; 
    box-shadow: none; 
}

.card-header {
   background-color: transparent; 
}

.table-bordered th, .table-bordered td {
    border: 1px solid #e4e4e47a;
}

button.btn-pdf i, a.btn-pdf i{
    background-color: #C11E07;
    border-color: #C11E07;
    color: white;   
}

button.btn-pdf, a.btn-pdf{
    background-image: url(/img/icons/vivid/pdf.svg);
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: 40% 40%;
    background-color: transparent;
    border-color: transparent;
    /*color: white;*/   
}

button.btn-zip, a.btn-zip{
    background-image: url(/img/icons/vivid/zip.svg);
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: 40% 40%;
    background-color: transparent;
    border-color: transparent;
    /*color: white;*/   
}

button.btn-yousign, a.btn-yousign{
/*    background-image: url(/img/icons/yousign_400x400.png);
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: 40% 40%;
    background-color: transparent;
    border-color: transparent;*/
    /*color: white;*/   
}

.fal-yousign{
    vertical-align: middle;
}

.fal-yousign:before{
    content: url(/img/icons/yousign-15x15.svg);
}

table#dt_basic .dropdown-item {
    padding: 0.5rem 1.5rem;
}

button.btn-unapprove, a.btn-unapprove{
/*    background-color: rgba(6, 110, 184, 0.85);
    border-color: rgba(6, 110, 184, 0.85);*/
    /*#52babad9*/
}

button.btn-unapprove:disabled, a.btn-unapprove:disabled{
    /* background-color: rgba(6, 110, 184, 0.35);
    border-color: rgba(6, 110, 184, 0.35); */
    /*#52babad9*/
}

.dropdown-item:hover {
    background-color: #3276B1;
    color: #fff;
}

/*.nav-menu li a > [class*='fa-'], .nav-menu li a > .ni{
    margin-left: 0;
    margin-right: 0;
    width: 1.6rem;
}

.nav-menu li > ul li a {
    padding: 0.4125rem 0.5rem 0.4125rem 2.5rem;
}

.page-sidebar .primary-nav .nav-menu > li > a {
    font-size: 0.85rem;
}

.nav-menu li a {
    font-size: 0.85rem;
    padding: 0.6125rem 0.5rem;
}*/

.page-inner {
    min-height: 125vh;
}

table.dataTable thead .sorting, 
table.dataTable thead .sorting_asc, 
table.dataTable thead .sorting_desc {
    background : none;
}

.dataTable > thead > tr > th[class*="sort"]:before,
.dataTable > thead > tr > th[class*="sort"]:after {
    content: "" !important;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 5px;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 992px){
.page-wrapper .page-content .breadcrumb > .breadcrumb-item {
    width: auto !important;
    max-width: none;
}
}

@media (min-width: 992px){
    .nav-function-fixed:not(.nav-function-top):not(.nav-function-hidden):not(.nav-function-minify) .page-content-wrapper {
        padding-left: 13.875rem;
    }
}

#reassess-modal-dlg div.modal-content div.modal-header{
    padding-bottom: 0;
}

#reassess-modal-dlg div.modal-content div.modal-body{
    padding-top: 0;
}

span.sng-comment-files a{
    color: #38a6da;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: inline-block;
    background: none;
    border: none;
    padding: 0 12px 7px 0px;
    -moz-padding-start: calc(1rem - 3px);
    color: #00000;
    background-color: #fff;
    background-image: url("../img/scrollbararrow.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 9px 9px;
}

.iti__flag {background-image: url("../images/flags.png");}

@font-face {
    font-family: 'Font Awesome 5 Pro Solid';
    font-style: normal;
  
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

#startcambutton, .cam-cap-clearbutton {
    display:block;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    bottom:32px;
    background-color: rgba(0, 150, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-family: "Lucida Grande", "Arial", sans-serif;
    color: rgba(255, 255, 255, 1.0);
}

.cam-cap-clearbutton{
    background-color: rgba(255, 0, 0, 0.5);
    top: 131px;
    left: 115px;
}

.cam-cap-photo, div.preview-img-warp div img {
    margin: 15px 5px 5px;
    width: auto;
    height: auto;
    max-height: 146px;
    max-width: 600px;
    position: absolute;
}

div.preview-img-warp div img, div.photo-button-warpp(odd) {
    margin-left: 0;
}

div.photo-button-warpp{
    margin-left: 5px;
}

div.preview-img-warp div{
    float: left;
    width: 49%;
    height: 18vh !important;
}

.fas {
    font-family: 'Font Awesome 5 Pro Solid';
}

.cam-cap-output {
    width: 120px;
    display:inline-block;
    vertical-align: top;
    margin: 10px;
}

#startcambutton, .cam-cap-clearbutton {
    display:block;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    bottom:32px;
    background-color: rgba(0, 150, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-family: "Lucida Grande", "Arial", sans-serif;
    color: rgba(255, 255, 255, 1.0);
}

.cam-cap-clearbutton{
    background-color: rgba(255, 0, 0, 0.5);
    content: "\f2ed";
    top: 135px;
    left: 112px;
}

.cam-cap-photo {
    border: 1px solid black;
    box-shadow: 2px 2px 3px black;
    width:120px;
    height:91px;
}

td { position: relative; }

tr.cancelledOrder td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #A90329;
    width: 100%;
}

tr.cancelledOrder td:after {
    content: "\00B7";
    font-size: 1px;
  }
  

.cancelledOrder:hover{
    background-color: none !important;
}

.full_modal-dialog {
    width: 98% !important;
    height: 92% !important;
    min-width: 98% !important;
    min-height: 92% !important;
    max-width: 98% !important;
    max-height: 92% !important;
    padding: 0 !important;
}

.full_modal-content {
    height: 99% !important;
    min-height: 99% !important;
    max-height: 99% !important;
}

@media (max-width: 1399.98px){
    .modal-fullscreen-xxl-down{
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content
    {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header
    {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body
    {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer
    {
        border-radius: 0;
    }
}

/* SM breakpoint */
@media (min-width: 576px) {
    /* CUSTOM WIDTHS */
    .w-sm-10 { width: 10%!important; }
    .w-sm-15 { width: 15%!important; }
    .w-sm-20 { width: 20%!important; }
    .w-sm-50 { width: 50%!important; }
    .w-sm-100 { width: 100%!important; }
}

/* MD breakpoint*/
@media (min-width: 768px) {
    /* CUSTOM WIDTHS */
    .w-md-10 { width: 10%!important; }
    .w-md-15 { width: 15%!important; }
    .w-md-20 { width: 20%!important; }
    .w-md-50 { width: 50%!important; }
    .w-md-100 { width: 100%!important; }
}

/* LG breakpoint */
@media (min-width: 992px) {
    /* CUSTOM WIDTHS */
    .w-lg-10 { width: 10%!important; }
    .w-lg-15 { width: 15%!important; }
    .w-lg-20 { width: 20%!important; }
    .w-lg-50 { width: 50%!important; }
    .w-lg-100 { width: 100%!important; }
