/* Minification failed. Returning unminified contents.
(3495,12): run-time error CSS1030: Expected identifier, found ' '
(3495,13): run-time error CSS1031: Expected selector, found '5px'
(3495,13): run-time error CSS1025: Expected comma or open brace, found '5px'
(3496,13): run-time error CSS1030: Expected identifier, found ' '
(3496,14): run-time error CSS1031: Expected selector, found '10px'
(3496,14): run-time error CSS1025: Expected comma or open brace, found '10px'
(3497,12): run-time error CSS1030: Expected identifier, found ' '
(3497,13): run-time error CSS1031: Expected selector, found '1px'
(3497,13): run-time error CSS1025: Expected comma or open brace, found '1px'
(3498,11): run-time error CSS1030: Expected identifier, found ' '
(3498,16): run-time error CSS1031: Expected selector, found ';'
(3498,16): run-time error CSS1025: Expected comma or open brace, found ';'
(3499,13): run-time error CSS1030: Expected identifier, found ' '
(3499,18): run-time error CSS1031: Expected selector, found ';'
(3499,18): run-time error CSS1025: Expected comma or open brace, found ';'
(3500,20): run-time error CSS1030: Expected identifier, found ' '
(3500,27): run-time error CSS1031: Expected selector, found ';'
(3500,27): run-time error CSS1025: Expected comma or open brace, found ';'
(3501,1): run-time error CSS1019: Unexpected token, found '}'
(4072,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4073,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
.sidebar-nav {
padding: 9px 0;
}

@media (max-width: 980px) {
/* Enable use of floated navbar text */
.navbar-text.pull-right {
    float: none;
    padding-left: 5px;
    padding-right: 5px;
}
}

.login-background 
{
    background-color: #222; 
}

.navbar-inner {
    border-bottom: solid 3px #E36112 !important;
}

.software-notices-link {
    text-decoration: underline !important;
    text-align: right;
    font-size: 12px !important;
}

/* Sidebar */

#sidebar li ul {
    display: none; /* used to hide sub-menus */
}

/* Bootstrap Overrides */

.input-block-level {
    width: 100%;
}

/*.multiselect-container {
    width: 100%;
}*/

.multiselect b.caret {
    position: absolute;
    right: 8px;
    top: 14px;
}

/* Removing the awful inbuilt validators */

input:invalid {
     box-shadow:none;
}

/* Validators - override because for some reason a valid field's validator is still showing... */

.field-validation-valid {
    display: none;
}

/* Sortable tables - this disables webkit's default bahaviour to highlight the entire table when touching it */

.table-sortable {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* needs to be applied when table is made sortable as it doesn't leave enough room at the bottom */
.table-spaced {
    padding-bottom: 20px;
}

/* This fixes the issue where there's no placeholder when dropping and dragging tbodies */
.sortable-table-row {
  display: table-row;
}

.label-block {
    display: block;
}

legend>select {
    margin-bottom: 5px;
    float: right;
}

.grouped-section {
    background-color: #F5F5F5; 
    border: 1px solid #DDDDDD; 
    border-radius: 4px 0 4px; 
    padding-top: 20px;
    padding-left: 10px;
}

/* Bootstrap Multi-Selects */

.multiselect span {
    float: left;
}

.multiselect b.caret {
    float: right;
}

/*table input {
    margin: 0px !important;
}*/

table .form-group {
    margin-bottom: 0px !important;
}

th input[type=checkbox] {
       margin: 0 !important;
}

.boxcolumn {
       width: 10px;
       white-space: nowrap;
}

.column-hover { 
    background-color: #FFFFCC !important;
}

.row-selected { 
    background-color: #FFFFCC !important;
}

tr.selected > td {
    background-color: #FFFFCC !important;
}

.ajax-loading {
     background:url('images/ajax-loader.gif') no-repeat; 
     background-position: 50% 100px;
}

img.loading {
    content: url('images/ajax-loader.gif');
    top: 0px;
    
}

img.loading:after {
    content:url('images/ajax-loader.gif')
}


.row-selectable {
    cursor: pointer;
}

.change-page {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.dropdown-menu > .selected > a,
.dropdown-menu > .selected > a:hover,
.dropdown-menu > .selected > a:focus {
  color: #333333;
  text-decoration: none;
  background-color: #FFFFCC;
  background-image: -moz-linear-gradient(top, #FFFFCC, #FFFFCC);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFCC), to(#FFFFCC));
  background-image: -webkit-linear-gradient(top, #FFFFCC, #FFFFCC);
  background-image: -o-linear-gradient(top, #FFFFCC, #FFFFCC);
  background-image: linear-gradient(to bottom, #FFFFCC, #FFFFCC);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFCC', endColorstr='#FFFFCC', GradientType=0);
}

.tree {
    margin: 0px;
}

.tooltipanchor {
    padding-left: 5px;
    color: #333333;
}

.help-inline {
       padding-left: 0px;
}

.sortable-handle, .sortable-handle label {
    cursor: move;
}

.delete-item, .unlink-item {
    cursor: pointer;
}

.changeparent {
    cursor: pointer;
}

/* Larger Bootstrap Modals */

.large-modal .modal-body {

}

@media (min-width: 400px) {
    .large-modal .modal-dialog {
        width: 80%; /* respsonsive width */
    }
}

@media (min-width: 1200px) {
    .large-modal .modal-dialog {
    	width: 1100px; /* SET THE WIDTH OF THE MODAL */
    }
}

@media (min-width: 1400px) {
    .large-modal .modal-dialog {
        width: 1300px; /* SET THE WIDTH OF THE MODAL */
    }
}

@media (min-width: 1600px) {
    .large-modal .modal-dialog {
        width: 1500px; /* SET THE WIDTH OF THE MODAL */
    }
}

@media (min-width: 1800px) {
    .large-modal .modal-dialog {
        width: 1700px; /* SET THE WIDTH OF THE MODAL */
    }
}

table label {
    margin-bottom: 0px;
}

.tablePagination {
    text-align: center;
}

.navbar-header>.site-header {
    background-image: url(Images/header_logo.png); 
    background-repeat: no-repeat; 
    background-position: 0 50%; 
    height: 40px; 
    padding-left: 170px; 
    position: relative;
    background-size: contain;
}

.home-logo {
    background-image: url(Images/perenso_logo_300x85_transparent_lightbg.png); 
    background-position: center; 
    background-repeat: no-repeat; 
    height: 50px;
}

.save-button {
    float: right;
    margin-bottom: 10px;
}

.wizard a {
    padding: 10px 12px 10px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #007ACC;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #007ACC;
}

.mywizard li {
    position: relative;
    background: #f5f5f5;
    padding-right: 30px;
    padding-left: 5px;
}

.mywizard li a:after, .mywizard li a:before {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mywizard li a:after {
    border-color: rgba(245, 245, 245, 0);
    border-left-color: #f5f5f5;
    border-width: 20px;
    top: 50%;
    margin-top: -20px;
    margin-left: -30px;
}

.mywizard li a:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 30px;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
}
.mywizard li .badge {
    vertical-align: text-bottom;
    padding-top: 3px;
}

form#isDirty {
    margin: 0 0 0 0;
}

#source-data-table {  
    height: 100%;
    overflow-x: scroll;
 }

.remove-set {
    cursor: pointer;
}

/* Overwriting Well Styles */

.well {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.alert-neutral {
  color: #333333;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

.alert-blank {
  color: #555;
  background-color: #FFF;
  border-color: #FFF;
}


.accordion-heading > a{
   white-space:nowrap; 
    width:40em; 
    overflow:hidden;
    text-overflow:ellipsis;
    
}
.accordion-heading > span{
    margin-right:20px;
    margin-top:-28px;
}

.multiselect > span {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    text-align: left;
}

.ellipsis-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.download-pdf {
  list-style: none;
  margin: 0;
  padding: 0;
}

.download-pdf > li > a {
  padding: 17px 10px 17px 52px;
  display: inline-block;
  background: url("pdficon_large.png") no-repeat 10px 50%;
  font-size: 20px;
}

.download-doc {
    list-style: none;
    margin: 0;
    padding: 0;
}

.download-doc > li > a {
    padding: 17px 10px 17px 52px;
    display: inline-block;
    background: url("xlsx-icon.png") no-repeat 10px 50%;
    font-size: 20px;
}


.select2-add-choice input {
    background: none !important;
}

.uploadButtonHorizontal {
    margin-bottom: 10px;
    margin-top: 10px;
}

.container {
    max-width: 100%;
}


/* Sidebar */

.bs-sidebar.affix {
    position: static;
}
.bs-sidenav {
    background-color: #F5F5F5;
    border-radius: 5px 5px 5px 5px;
    padding-top: 10px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.bs-sidebar .nav > li > a {
    color: #716B7A;
    display: block;
    padding: 5px 20px;
}
.bs-sidebar .nav > li > a:hover, .bs-sidebar .nav > li > a:focus {
    background-color: #E5E3E9;
    border-right: 1px solid #DBD8E0;
    text-decoration: none;
}
.bs-sidebar .nav > .active > a, .bs-sidebar .nav > .active:hover > a, .bs-sidebar .nav > .active:focus > a {
    background-color: rgba(0, 0, 0, 0);
    /*border-right: 2px solid #5ac3f0;
    color: #5ac3f0;*/
    font-weight: bold;
}
.bs-sidebar .nav .nav {
    display: none;
    margin-bottom: 8px;
}
.bs-sidebar .nav .nav > li > a {
    font-size: 90%;
    padding-bottom: 3px;
    padding-left: 30px;
    padding-top: 3px;
}
@media screen and (min-width: 992px) {
.bs-sidebar .nav > .active > ul {
    display: block;
}
.bs-sidebar.affix, .bs-sidebar.affix-bottom {
    width: 213px;
}
.bs-sidebar.affix {
    position: fixed;
    top: 80px;
}
.bs-sidebar.affix-bottom {
    position: absolute;
}
.bs-sidebar.affix-bottom .bs-sidenav, .bs-sidebar.affix .bs-sidenav {
    margin-bottom: 0;
    margin-top: 0;
}
}
@media screen and (min-width: 1200px) {
.bs-sidebar.affix-bottom, .bs-sidebar.affix {
    width: 263px;
}
}

#sidebar ul {
    margin-bottom: 0;
}

.help-inline {
    color: #B94A48;
}

.pagination {
    margin-top: 0px;
    margin-bottom: 0px;
}

.hide {
    display: none;
}

.badge-warning{background-color:#b94a48;}

.tooltip {
    z-index: 2000 !important;
}

.row-bottom-spacing {
    padding-bottom: 15px;
}

.tradeshow-gradient {
    background-color: #323C48;
}

.navbar-nav > li > a > [class*="icon-"]:first-child {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin-right: 0;
    min-width: 30px;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 3px;
}

.navbar-nav > li > a {
    padding-bottom: 0px;

}

/* Overwriting ACE */

/*.btn.btn-white.active, .btn.btn-white:active, .btn.btn-white:focus, .btn.btn-white:hover, .open .btn.btn-white.dropdown-toggle {
    background-color: #FFFFFF !important;
    border: 1px solid #D5D5D5 !important;
    color: #858585 !important;
}*/

.btn-group > .btn > .caret {
    border-top-color: #858585;
    margin-top: 0;
}

.header.tradeshow-orange {
    border-bottom-color: #F16923;
}

.tradeshow-orange {
    color: #F16923 !important;
}


.sub-breadcrumb {
    margin-bottom: 20px;
    border-bottom: none;
    
}

.sub-breadcrumb a {
    color: #428BCA !important;
}

.select2-container .select2-choice .select2-arrow b:before {
    content:none !important;
}

.btn-white-tradeshow, .btn-white-tradeshow:focus {
    background-color: #FFFFFF !important;
    border-color: #A0A0A0;
    border-width: 1px;
    color: #393939 !important;
    height: 34px;
    text-shadow: none !important;
}

.btn-tradeshow, .btn-tradeshow:focus {
    background-color: #F16923 !important;
    border-color: #F16923;
    color: #FFF !important;
}

    .btn-tradeshow:hover {
        background-color: #d6520e !important;
        border-color: #F16923;
    }

.btn-success {
    background-color: #6F9D43 !important;
    border-color: #6F9D43 !important;
}

.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices {
    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #858585 !important;
}

.select2-chosen, .select2-choice > span:first-child, .select2-container .select2-choices .select2-search-field input{
    padding: 8px 5px !important;
}

.input-icon.input-icon-right > [class*="icon-"] {
    right: 5px;
    font-size: 20px;
    top: 5px;
}

.required-marker{
    color:red;
}
 
.checkbox-in-list{
    margin-bottom: 0px;
}

.btn.btn-black {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #FFF !important;
}

    .btn.btn-black[disabled] {
        background-color: #abbac3 !important;
        border-color: #abbac3 !important;
    }

/* Header Styles */


.navbar-header > .version-number {
    padding-left: 0; 
    color: #FAFAFA; 
    padding-top: 20px; 
    margin-bottom: 0; 
    white-space: nowrap; 
    float: left;
}

    .navbar-header > .version-number > h5 {
        border-radius: 25px;
        padding: 4px 12px;
        background-color: rgba(255, 255, 255, 0.09);
    }

.navbar-header > .slogan {
    padding-left: 10px; 
    color: #FAFAFA; 
    padding-top: 15px; 
    margin-bottom: 0; 
    white-space: nowrap; 
    float: left;
    font-style:italic;
}

.profile-info-box {
    padding-top: 13px; 
    padding-left: 10px; 
    margin-bottom: 0px; 
    padding-bottom: 0px; 
    display: block; 
    float: left; 
    text-align: right;
}

.logged-in-box {
     color: white !important; 
     text-decoration: none !important;
}

.logged-in-box-menu {
    font-size: 16px; 
    margin-left: 5px;
}

#avatar-picture{
    height: 50px;
    width: 50px;
    background-image: url(Images/perenso_icon_orange2.png);
    background-repeat:  no-repeat;
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    border-color: #555555;
    border-width: 2px;
    float: left;
}


.tooltip-inner {
    white-space:pre-wrap;
    text-align:left;
    width: 350px;
}

 .tooltip > p {
   text-align:left;
 }

 .table-nested {
 }

 .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.accordion-style1.panel-group .panel-heading .accordion-toggle {
    color: #478fca !important;
}

.minimum-pricing-label {
    text-align: right; 
    vertical-align: central; 
    padding-top: 12px; 
    padding-right: 5px; 
    color:#707070;
}

.dropdown-menu {
    min-width: 0;
}

.navbar .navbar-nav > li {
    border: none;
}


.navbar .navbar-brand {
    height: 45px !important;
    margin-top: 8px;
    margin-left: 16px;
    margin-right: 16px;
}

.page-header h1 {
color: #F16923;
}

.no-skin .nav-list li.active>a:after {
border-right-color: #F7EC28;
-moz-border-right-colors: #F7EC28;
}

.no-skin .nav-list>li.active:after {
border-color: #F7EC28;
}

.no-skin .navbar .navbar-toggle {
/*background-color: #5AC3F0;*/
margin-top: 14px;
}

.no-skin .navbar .navbar-toggle.display, .no-skin .navbar .navbar-toggle[data-toggle=collapse]:not(.collapsed) {
background-color: #F16923;
box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.25);
/*border-color: #5ac3f0;*/
}

.no-skin .navbar .navbar-toggle:hover {
/*background-color: #5AC3F0;*/
border-color: rgba(255,255,255,.1);
}

.no-skin .navbar .navbar-toggle:focus {
/*background-color: #5AC3F0;*/
border-color: transparent;
}

.navbar-container {
padding-left: 0px;
padding-right: 10px;
}

@media (max-width: 992px){
    .version-number{
        display: none;
    }
    .slogan{
        display: none;
    }
    .top-menu{
        display: none;
    }
}

.page-content > .row .col-lg-12, .page-content > .row .col-md-12, .page-content > .row .col-sm-12, .page-content > .row .col-xs-12 {
    float: none;
    max-width: none;
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover{
    color:#999;
}

::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;
}

:-ms-input-placeholder {  
   color: #999;
}

label.checkbox{
    padding-left: 20px;
}

/*.no-skin .nav-list>li.open>a {
    color: #5AC3F0;
}*/

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-top: 2px solid #F7EC28;
}

.nav-tabs li a.disabled {
    color: #999 !important;
    cursor: not-allowed !important;
    opacity: 0.65;
}

    .nav-tabs li a.disabled:hover {
        background-color: transparent !important;
        border-color: transparent !important;
    }

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    color: #6D6D6D;
}

.dropdown-menu>li>span.disabled {
font-size: 13px;
padding-left: 11px;
padding-right: 11px;
margin-bottom: 1px;
margin-top: 1px;
display: block;
padding-top: 3px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #999;
white-space: nowrap;
}

.fc-event {
    min-height: 20px;
    cursor: pointer;
}

.fc-event-container .popover{
    width: 300px;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    line-height: 1.42857143 !important  ;
}

/* Datatables */

.dataTables_wrapper .row:first-child {
    background-color: white;
    padding-top: 0;
}

.dataTables_wrapper .row:last-child {
    background-color: white;
    border-bottom: none;
}

.dataTable>thead>tr>th[class*=sort]:hover {
    color: #555;
}

.dataTable>thead>tr>th[class*=sorting_] {
    color: #555;
}

div.dataTables_info {
    padding-top: 8px;
}

.dataTables_info {
    font-size: 13px;
    font-weight: 400;
}

.bulk-file-container{
    padding-right: 80px;
}

.bulk-file-container.loading{
    background-image: url(Images/ajax-loader2.gif);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.bulk-file-container.alert-success{
    background-image: url(Images/tick2.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.bulk-file-container button.close{
    margin-right: -75px; 
    margin-top: -10px;
}

.bulk-file-container.loading button.close{
    display: none;
}

.bulk-file-container.error-has-occured p.error-has-occured{
    display: block !important;
}

.bulk-file-container.error-has-occured div.progress-bar{
    background-color: #ca5952;
}

.bulk-file-container.processing{
    min-height: 79px;
    background-image: url(Images/ajax-processing.gif);
    background-position: center center;
}

.email-template-images{
    height: 80px;
    margin-bottom: 10px;
}

.email-template-images div.image-container {
    width: 90px; 
    float: left; 
    height: 90px; 
    margin-left: -90px;
}

.email-template-images div.image-parent-container {
    padding-left: 90px;
}

 

div.image-container img {
    max-width: 80px; 
    max-height: 80px;
}

.email-template-images div.info {
    float: right; 
    height: 90px; 
    width: 100%;
}

.auto-selected-field{
    cursor: text !important;
}

.colpick {
    z-index: 10;
}

.indicator-button{
    min-width: 124px;
}

.dropdown-menu.dropdown-close {
    left: auto !important;
}


.tabs-left > .nav-tabs > li.active > a, .tabs-left > .nav-tabs > li.active > a:focus, .tabs-left > .nav-tabs > li.active > a:hover {
    border-left: 2px solid #F7EC28;
}


.btn.btn-grey {
    color: #000!important;
    text-shadow: none;
    background-color: #ccc !important;
    border-color: #ccc !important;
}

.btn-grey:hover, .btn-grey:active, .open>.btn-grey.dropdown-toggle {
background-color: #bbb!important;
border-color: #ccc !important;
}

.calc-button{
    height: 50px;
    font-size: 18px;
}

.calc-buttonV2 {
	height: 64px;
	font-size: 20px;
	font-weight: 600;
	border-bottom-width: 1px !important;
}

.nopadding {
   padding: 0px !important;
   margin: 2px !important;
}


/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

table.keypad {
    width: 100%;
}

table.keypad td{
    padding:2px;
}

.order-unit-button{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

input#OrderedQty{
    min-width: 100px;
}

.popover{
    max-width: none;
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../Content/fonts/open-sans-v13-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../Content/fonts/open-sans-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Content/fonts/open-sans-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Content/fonts/open-sans-v13-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../Content/fonts/open-sans-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Content/fonts/open-sans-v13-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../Content/fonts/open-sans-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans'), local('OpenSans'),
       url('../Content/fonts/open-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Content/fonts/open-sans-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Content/fonts/open-sans-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Content/fonts/open-sans-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Content/fonts/open-sans-v13-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

.infobox {
    min-width: 250px !important;
    max-width: 280px  !important;
    width: -moz-available; 
    width: -webkit-fill-available; 
    width: fill-available;
    white-space: nowrap;
}

.form-control::-webkit-input-placeholder { color: #CCC; }
.form-control:-moz-placeholder { color: #CCC; }
.form-control::-moz-placeholder { color: #CCC; }
.form-control:-ms-input-placeholder { color: #CCC; }


.version-number h5 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.modal-actions {
    text-align: right;
}


/** Ace Tabs Overrides */

@media only screen and (min-width: 992px) {
    .no-skin .sidebar.h-sidebar .nav-list > li.active, .no-skin .sidebar.h-sidebar .nav-list > li.active + li, .no-skin .sidebar.h-sidebar .nav-list > li:hover + li.active {
        border-left-color: #F16923;
    }

    .no-skin .sidebar.h-sidebar .nav-list > li.active:before {
        background-color: #F16923;
    }

    .sidebar.h-sidebar .nav-list {
        border-bottom: 2px solid #F16923;
    }

    .no-skin .sidebar.h-sidebar .nav-list > li.active:last-child {
        border-right-color: #F16923;
    }

    .no-skin .sidebar.h-sidebar .nav-list>li.active {
        border-color: #F16923;
    }
}

.no-skin .nav-list > li.active > a {
    color: #F16923;
}

.no-skin .nav-list > li:hover > a, .no-skin .nav-list > li:focus > a {
    color: #E66A39;
}

.nav-list >li:before{
    background-color: #E66A39;
}

.form-group.has-info input {
    border-width: 2px;
    font-weight: 800;
}

.form-group.has-success input {
    border-width: 2px;
    font-weight: 800;
}

.form-group.has-error input {
    border-width: 2px;
    /*font-weight: 800;
    border-color: #a94442;
    color: #a94442;*/
}

.form-group.has-error select {
    border-width: 2px;
    background-color: #f2dede;
    /*font-weight: 800;
    border-color: #a94442;
    color: #a94442;*/
}


.form-group.has-info span {
    background-color: #d9edf7;
}
div.deal-tier-container {
    border: 1px solid #ccc;
    padding: 10px 5px 10px 5px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}
div.deal-tier-container.earned {
    border-color: #69aa46;
}

div.deal-tier-container.unearned {
    border-color: #ccc;
    color:#999;
}

.well.faux-field {
    margin-bottom: 0px;
    background-color: #eee;
    border: solid 1px #d5d5d5
}

.legend span.example {
    display: inline-block; 
    margin-left: 10px; 
    margin-bottom: -10px; 
    height: 30px; 
    width: 30px; 
    margin-right: 5px; 
}

span.ordered-example {
    background-color: #428bca
}

span.not-ordered-example {
    background-color: #ccc
}

span.tentative-example {
    background-color: #555555 
}

span.mixed-example {
    background: linear-gradient(to left bottom, #428bca 50%, #555555  50%) !important
}

span.split-example {
    background-color: #ffb752 
}

.btn-dark-grey{
    background-color: #555555 !important;
    border-color: #555555 ;
    color: #fff;
}

.btn-dark-grey:hover {
    background-color: #303030 !important;
    border-color: #555555 ;
}

.btn-mixed-order {
    background: linear-gradient(to left bottom, #428bca 50%, #555555  50%) !important;
    border-bottom-color: #555555  !important; border-left-color: #555555  !important; 
    
    border-top-color: #428bca !important; border-right-color: #428bca !important; 
}

.btn-mixed-order:hover {
    background: linear-gradient(to left bottom, #1b6aaa 50%, #303030  50%) !important;
}

.open-order-entry-modal {
    min-width: 120px;
}

.open-product-lead-modal {
    min-width: 120px;
}

.tentative-indicator {
    height: 20px;
    width: 20px;
    display: inline-block;
}

.summary-type {
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-bottom: -3px;
}

.btn-tentative-conversion {
    animation-name: color_change;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: color_change 2s linear infinite alternate;
    -moz-animation: color_change 2s linear infinite alternate;
    -ms-animation: color_change 2s linear infinite alternate;
    -o-animation: color_change 2s linear infinite alternate;
    animation: color_change 2s linear infinite alternate;
}

span.tentative-conversion-example {
    animation-name: color_change;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: color_change 2s linear infinite alternate;
    -moz-animation: color_change 2s linear infinite alternate;
    -ms-animation: color_change 2s linear infinite alternate;
    -o-animation: color_change 2s linear infinite alternate;
    animation: color_change 2s linear infinite alternate;
}


@keyframes color_change {
    0% {
        background-color: #428bca;
        border-color: #428bca;
    }

    25% {
        background-color: #555;
        border-color: #555;
    }

    50% {
        background-color: #428bca;
        border-color: #428bca;
    }

    75% {
        background-color: #555;
        border-color: #555;
    }

    100% {
        background-color: #428bca;
        border-color: #428bca;
    }
}

#btn-show-summary {
    display: inline-block;
    width: 100px;
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    text-shadow: 0 -1px -1px rgba(0,0,0,.2) !important;
    border: none;
    border-radius: 12px;
    padding: 12px 0 8px;
    margin: 2px;
    line-height: 1.7;
    position: relative;
}

.btn-unsaved-changes {
    animation-name: color_change_unsaved;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: color_change_unsaved 2s linear infinite alternate;
    -moz-animation: color_change_unsaved 2s linear infinite alternate;
    -ms-animation: color_change_unsaved 2s linear infinite alternate;
    -o-animation: color_change_unsaved 2s linear infinite alternate;
    animation: color_change_unsaved 2s linear infinite alternate;
}

@keyframes color_change_unsaved {
    0% {
        background-color: #85b558;
        border-color: #85b558;
    }

    25% {
        background-color: #477318;
        border-color: #477318;
    }

    50% {
        background-color: #85b558;
        border-color: #85b558;
    }

    75% {
        background-color: #477318;
        border-color: #477318;
    }

    100% {
        background-color: #85b558;
        border-color: #85b558;
    }
}

.unsaved-changes {
    animation-name: color_change_unsaved;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: color_change_unsaved 2s linear infinite alternate;
    -moz-animation: color_change_unsaved 2s linear infinite alternate;
    -ms-animation: color_change_unsaved 2s linear infinite alternate;
    -o-animation: color_change_unsaved 2s linear infinite alternate;
    animation: color_change_unsaved 2s linear infinite alternate;
}

@keyframes color_change_unsaved {
    0% {
        background-color: #428BCA;
        border-color: #428BCA;
    }

    25% {
        background-color: #555;
        border-color: #555;
    }

    50% {
        background-color: #428BCA;
        border-color: #428BCA;
    }

    75% {
        background-color: #555;
        border-color: #555;
    }

    100% {
        background-color: #428BCA;
        border-color: #428BCA;
    }
}

#broadcast-message {
    padding: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 0px;
    text-align: center;
}

.container {
    padding-top: 50px;
}

.prices-button {
    margin-top: -10px;
    margin-bottom: -10px;
}

.light-grey {
     color: #ccc;
}

.popover>.arrow{
    display: none;
}

input[disabled]{
    color: #333 !important;
}

button.purchase-order{
    width: 200px;
    max-width: 200px;
    overflow: hidden;
}

button.purchase-order>span:first-child{
    float: left;
    max-width: 130px;
    overflow: hidden;
}
button.purchase-order>span:last-child{
    float: right;
    color: #999;
}

#new-purchase-order {
    margin-bottom: 10px;
}

label.error{
    color: #d16e6c;
    font-size: 13px!important;
}

#purchase-order-list{
    white-space: nowrap;
    margin-bottom: 10px;
}

.summary-value {
    color: #F16923 !important;
    font-weight: 600;
}

.summary-main-description{
    font-weight: 600;
}

td.date-header {
    font-weight: 600;
    font-size: 14px;
}

h4.purchase-order-summary-heading{
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}

table.po-summary tr td:nth-child(2) {
    padding-left: 5px;
}

.pack-size-info {
    font-size: 14px;
}



#sidebar>.site-header {
    background-image: url(Images/perenso_logo_300x85_transparent_lightbg.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    height: 30px;
    position: relative;
    background-size: contain;
    position: absolute;
    z-index: 100;
    right: 0;
    width: 120px;
    top: 18px;
}

.placeholder-label {
    background-color: #4B4B4B;
    color: #FFF;
    padding: 5px 11px;
    margin-left: 5px;
}

.back-to-og-button {
    line-height: 42px;
    margin-left: 10px;
}

#customer-summary tr.expand-dates:hover{
    cursor:pointer;    
}

#customer-summary tr.expand-products:hover{
    cursor:pointer;    
}

#customer-summary tr.p-expand-dates:hover{
    cursor:pointer;    
}

#customer-summary tr.p-expand-customers:hover{
    cursor:pointer;    
}

table.po-summary ul{
    list-style-type: none;
}

table.po-summary .summary-value {
    margin-right: 5px;
}

table.po-summary td {
    vertical-align: top;
}

.btn.btn-white.active, .btn.btn-white:active, .btn.btn-white:focus, .btn.btn-white:hover, .open .btn.btn-white.dropdown-toggle {
	/*background-color: #fff !important;*/
}

.drop-history-orders-button {
    margin-top: 5px;
}

.drop-prebook-orders-button {
    margin-top: 5px;
}

.label-inverse>a{
    color:white;
}

.attendee-list> tbody > tr > td:nth-child(1) {
    z-index: 1;
}

.attendee-list>thead>tr>th{
    z-index: 1;
}

.attendee-list .input-group{
    z-index: 0;
}

.label>a {
    color: #fff;
    text-decoration:underline !important;
}

tr.linked-group{
    border-left: 2px solid #64a6bc;
    border-right: 2px solid #64a6bc;
}

tr.linked-top{
    border-top: 2px solid #64a6bc;
}

tr.linked-bottom{
    border-bottom: 2px solid #64a6bc;
}

#order-unit-list>thead>tr>th {
    border-bottom-width: 0px;
}

div.order-info #btn-show-summary {
    float: right; 
    width: 100px;
}

div.order-info .order-info-details {
    float: right;
    font-size: 16px;
    text-align: right;
    padding-right: 10px;
}

div.order-info .order-info-details p {
    margin: 0 0 0 0;
}

div.summary-order-info #btn-show-summary {
    display: none;
}

div.summary-order-info {
    /*float: left;*/
    font-size: 16px;
    margin-bottom: 10px;
}

div.summary-order-info p {
    margin: 0 0 0 0;
}

.in-place-field.inplace-order-readonly {
    background-color: #e9ecef;
    opacity: 1;
}

/*Ordering portal Summary section Order page*/
.allocate-free-stock-info .alert {
    background-color: #E9E1EE !important;
    padding: 6px 15px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    color: #423564;
}
    .allocate-free-stock-info .alert .free-stock-message {
        display: flex;
        align-items: center;
        gap: 5px;
    }

.order-updated-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

    .order-updated-row #last-updated-by {
        padding: 8px 15px !important;
        margin: 0px !important;
    }

#summary-parent-section.sticky-mode {
    padding-top: 20px;
    box-shadow: 0px 3px 10px -2px rgba(85, 85, 85, 0.08), 0px 2px 20px 0px rgba(85, 85, 85, 0.06), 0px 2px 30px 0px rgba(85, 85, 85, 0.03);
}

#summary-section-wrapper {
    padding: 18px;
}

    #summary-section-wrapper #summary-heading-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        margin-bottom: 14px;
        font-size: 22px;
        width: 100%;
        cursor: pointer;
    }

        #summary-section-wrapper #summary-heading-section #summary-heading-label {
            font-weight: 700;
        }

        #summary-section-wrapper #summary-heading-section .unsaved-changes {
            padding: 6px 8px;
            border-radius: 12px;
            color: #fff;
            font-size: 14px;
        }

    #summary-section-wrapper #summary-section-expanded {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
    }

        #summary-section-wrapper #summary-section-expanded #summary-expanded-left-section {
            flex: 2;
            background-color: #FFF;
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
        }

            #summary-section-wrapper #summary-section-expanded #summary-expanded-left-section .summary-expanded-left-item {
                padding: 12px;
                margin: 5px 10px;
            }

                #summary-section-wrapper #summary-section-expanded #summary-expanded-left-section .summary-expanded-left-item .summary-left-item-wrapper {
                    display: flex;
                    gap: 64px;
                }

                #summary-section-wrapper #summary-section-expanded #summary-expanded-left-section .summary-expanded-left-item .free-stock-status-wrapper {
                    display: flex;
                    flex-direction: column;
                    flex: 1;
                }

        #summary-section-wrapper #summary-section-expanded .summary-expanded-label {
            font-size: 16px;
            font-weight: 600;
            color: #898989;
        }
            
        #summary-section-wrapper #summary-section-expanded .selected-free-stock-summary-section {
            border: 1px solid #C4C4C4;
            padding: 4px 16px;
            border-radius: 4px;
            display: flex;
            align-items: center;
            gap: 12px;
            min-height: 45px;
        }

        #summary-section-wrapper #summary-section-expanded .deal-status-badge {
            padding: 8px 12px;
            border-radius: 26px;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            font-weight: 700;
        }

        #summary-section-wrapper #summary-section-expanded #summary-expanded-right-section {
            flex: 1;
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            max-width: 100%;
        }

            #summary-section-wrapper #summary-section-expanded #summary-expanded-right-section .summary-expanded-right-item {
                padding: 12px;
                background-color: #FFF;
                border-radius: 12px;
                flex: 2;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            #summary-section-wrapper #summary-section-expanded #summary-expanded-right-section #summary-expanded-benefits-section {
                display: flex;
                justify-content: space-between;
            }

            #summary-section-wrapper #summary-section-expanded #summary-expanded-right-section .summary-buttons-section {
                display: flex;
                align-items: center;
                gap: 10px;
            }
            
            #summary-section-wrapper #summary-section-expanded #summary-expanded-right-section .summary-buttons-section .btn {
                flex: 1;
                border-radius: 5px;
                margin-top: 10px;
            }

    #summary-section-wrapper #summary-section-compact {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
        flex-wrap: wrap;
    }

        #summary-section-wrapper #summary-section-compact #summary-compact-wrapper {
            display: flex;
            justify-content: space-between;
            background-color: #FFF;
            flex: 1;
            padding: 8px 32px;
            border-radius: 4px;
        }

            #summary-section-wrapper #summary-section-compact #summary-compact-wrapper .summary-compact-label {
                color: #606060;
                font-weight: 600;
                font-size: 16px;
                margin-bottom: 0px;
            }

            #summary-section-wrapper #summary-section-compact .summary-buttons-section {
                display: flex;
                align-items: center;
                gap: 5px;
                flex-wrap: wrap;
            }

                #summary-section-wrapper #summary-section-compact .summary-buttons-section .btn {
                    border-radius: 5px;
                }



div.filter-panel ul {
    list-style: none;
    margin-left: 0px;
    margin-bottom: 20px;
    max-height: 175px;
    overflow-y: auto;
}

div.filter-panel h3 {
    font-size: 18px;
    /*margin-bottom: 20px;*/
}

div.filter-panel h4 {
    font-size: 16px;
}

div.filter-panel li {
    font-size: 13px;
}

div.filter-panel a:hover {
    color: #F16923
}

div.filter-panel span.selected-filter-option {
    color: #F16923;
    font-weight: 600;
}

span.selected-results-per-page {
    color: #F16923;
    font-weight: 600;
}

div.filter-panel span.selected-filter-option a {
    color: #F16923;
}

div.filter-panel span.selected-filter-option a:hover {
    color: #333;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

#chosen-deal-container {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    border: #9585bf 1px solid;
}

#chosen-deal-container h4 {
    color: #9585bf;
}

#chosen-deal-container h4 a {
    color: #9585bf;
    text-decoration: underline;
}

div.browse-filter-results ul {
    list-style: none;
    max-height: 600px;
    overflow-y: auto;
}

.btn-order-importer {
    min-width: 150px;
}

.scrolled-order-info {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
}

.vc-day-content:focus {
    background-color: transparent !important;
}

/*.vc-day-content:hover {
    background-color: transparent !important;
}*/

.bold {
    font-weight: 900;
}

.v-calendar-black{
    color: #000;
}
/*
.vc-font-medium {
    font-weight: 400;
}

.focus\:vc-font-bold:focus, .vc-font-bold {
    font-weight: inherit;
}*/

.selected-date {
    color: #428bca;
    font-weight: 600;
}

.vc-bg-yellow-600 {
    /*background-color: #e3e374 !important;*/
}

#order-details-modal .row-selected {
    font-weight: 600;
    color: #744210;
}

#order-details-modal .view-quantity-rule-btn {
    background-color: #9585bf !important;
    border-color: #9585bf !important;
}

    #order-details-modal .view-quantity-rule-btn:focus {
        background-color: #9585bf !important;
        border-color: #9585bf !important;
    }

    #order-details-modal .view-quantity-rule-btn:active, #order-details-modal .view-quantity-rule-btn:hover {
        background-color: #7461aa !important;
    }

.text-extra-muted {
	color: #ccc;
}

.row-highlighted {
	-webkit-animation: pulsate 1.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	/*opacity: 0.5;*/
	color: #393939;
}

@-webkit-keyframes pulsate {
	0% {
		color: #393939;
	}

	50% {
		color: #F16923;
	}

	100% {
		color: #393939;
	}
}

#move-date-section {
    min-width: 300px;
    padding-left: 0px;
    padding-right: 0px;
}

    #move-date-section .move-order-heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: -10px;
        margin-bottom: 5px;
        border-bottom: 1px solid #eee;
    }

        #move-date-section .move-order-heading div {
            margin-bottom: 2px;
            font-size: 12px;
            font-weight: 600;
        }

        #move-date-section .move-order-heading .move-order-buttons button {
            width: 28px;
        }

.move-order-popover {
    max-width: 300px;
}
    .move-order-popover #fixed-move-order-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .move-order-popover #fixed-move-order-header button {
            width: 28px;
            height: 28px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .move-order-popover .fixed-move-order-section {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }

.delivery-panel {
    border: 1px solid #cbd5e0;
    border-radius: 8px;
    min-height: 270px;
    max-height: 270px;
    padding: 13px;
    overflow: auto;
}

    .delivery-panel.move-order-panel {
        max-height: 400px;
        overflow: visible;
    }

.delivery-panel h3 {
	font-size: 18px;
	color: #2d3748;
	font-weight: 600;
	margin-top: 0px;
	font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.delivery-panel div.delivery-item {
	font-size: 14px;
	border-top: 1px solid #eee;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: -13px;
	padding-left: 13px;
	margin-right: -13px;
	padding-right: 13px;
}

.delivery-panel div.delivery-item.selectable:hover {
	cursor: pointer;
	background-color: rgba(204,214,224,0.3);
}

    .delivery-panel .delivery-option-row {
        padding: 10px 0px;
    }
    
    .delivery-panel .delivery-option-row .fa-icon {
        cursor: pointer;
        font-size: 18px;
    }

        .delivery-panel .delivery-option-row .fa-icon.disabled {
            cursor: auto;
            color: #ccc;
        }

.delivery-panel table tr {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #eee;
}

.delivery-panel table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #eee;
}

#order-input-section {
    max-width: 240px;
    padding-left: 0px;
    padding-right: 0px;
}

.alert-purple {
    color: #805AD5;
    background-color: #eee9f9;
    border-color: #d0c2f0;
    border-radius: 8px;
}

.my-popover-style {
	padding: 16px;
	z-index: 2000;
}

.ui-tooltip {
	font-size: 12px !important;
}

input[type=checkbox].ace + .lbl::before, input[type=radio].ace + .lbl::before {
	margin-right: 5px;
}

.allocation-button {
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: auto;
    cursor: pointer;
    margin-left: -12px;
}

.allocation-button:not(.option) {
    border-right: 1px solid #cbd5e0;
}

.allocation-button.active, .allocation-option.active {
    color: #fff;
    background-color: #428bca;
}

.allocation-button li {
    display: inline-block;
}

.allocation-button li:first-child {
    height: 100%;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}
.allocation-button li:last-child {
    height: 100%;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.allocation-button li:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.tippy-popper {
    margin-left: -12px;
}

.allocation-button.option {
    list-style: none;
    height: 100%;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: auto;
    cursor: pointer;
    margin-left: -2px;
    width: 238px;
    font-family: 'Open Sans' !important;
}

#allocation-inputs-section {
    display: flex;
    justify-content: space-evenly;
    margin-top: 6px;
}

.ui-menu.has-secondary-text {
    min-width: initial;
    max-width: none;
    width: auto !important;
}

.ui-menu-option:not(.is-divider) {
    font-size: inherit !important;
}

.input-group.has-error input {
    border-width: 1px;
    background-color: #faeeee;
    color: #a94442;
    /*font-weight: 800;
    border-color: #a94442;
    color: #a94442;*/
}

.popover {
    z-index: 1040 !important;
}


.popover.left {
    min-width: 200px !important;
}

.popover.left .popover-content {
    background: #f2dede;
    color: #a94442;
}

.popover.left > .arrow:after {
    border-right-color: #f2dede;
    -moz-border-right-colors: #f2dede;
}

.action-panel .action-keep-going {
    width: 100%;
    height: 38px;
    background-image: url('Images/action-keep-going.png');
    background-repeat: no-repeat;
    background-position: center;
}

.action-panel .action-finish {
    width: 100%;
    height: 38px;
    background-image: url('Images/action-finish.png');
    background-repeat: no-repeat;
    background-position: center;
}

.action-panel .action-finish-and-lock {
    width: 100%;
    height: 38px;
    background-image: url('Images/action-finish-and-lock.png');
    background-repeat: no-repeat;
    background-position: center;
}

.action-panel .name {
    font-weight: bold;
}

.action-panel .status {
    font-weight: lighter;
    font-size: 12px;
}

.action-panel {
    padding: 10px;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 3px;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #393939;
}

.fa-bigger-200 {
    font-size: 200% !important;
 }

.number-cell {
    text-align: right;
}

#adjustments-details-modal .has-changed, #multi-adjustments-details-modal .has-changed, #multi-adjustments-breakdown-modal .has-changed {
    color: #f16923; 
    padding: 0 5px 0 5px; 
    border: 1px solid #f16923; 
    border-radius: 3px; 
}

#adjustments-details-modal .has-changed, #multi-adjustments-details-modal .has-changed, #multi-adjustments-breakdown-modal h5.has-changed {
    padding: 6px !important;
}

.slide-enter-active {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.slide-leave-active {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to, .slide-leave {
    max-height: 100px;
    overflow: hidden;
}

.slide-enter, .slide-leave-to {
    overflow: hidden;
    max-height: 0;
}

#adjustments-details-modal .btn-toggle, #multi-adjustments-details-modal .btn-toggle {
    border-color: #F16923 !important;
    color: #F16923 !important;
    flex: 1;
    flex-basis: 50%;
    font-size: 13px;
}

#adjustments-details-modal .btn-selected, #multi-adjustments-details-modal .btn-selected {
    background-color: #F16923 !important;
    color: #fff !important;
}

#adjustments-details-modal .negotiated-quantity, #multi-adjustments-details-modal .negotiated-quantity {
    margin-top: 0px;
    width: 100%;
    height: 70px;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
}

#adjustments-details-modal .negotiated-label, #multi-adjustments-details-modal .negotiated-label {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

#adjustments-details-modal .original-quantity, #multi-adjustments-details-modal .original-quantity {
    margin-top: 0px;
    width: 100%;
    height: 70px;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
}

#adjustments-details-modal .original-label, #multi-adjustments-details-modal .original-label {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

#adjustments-details-modal .btn-danger, #multi-adjustments-details-modal .btn-danger {
    background-color: #FF4E4E !important;
    border-color: #FF4E4E !important;
}

    #adjustments-details-modal .btn-danger:hover, #multi-adjustments-details-modal .btn-danger:hover {
        background-color: #b74635 !important
    }


#adjustments-details-modal .floating-indicator, #multi-adjustments-details-modal .floating-indicator {
    position: absolute;
    bottom: 50%;
    left: 50%;
    height: 23px;
    width: 23px;
    margin-bottom: -11px;
    margin-left: -11px;
}

    #adjustments-details-modal .floating-indicator.change-to, #multi-adjustments-details-modal .floating-indicator.change-to {
        background-image: url('Images/arrow-right.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    #adjustments-details-modal .floating-indicator.increase-by, #multi-adjustments-details-modal .floating-indicator.increase-by {
        background-image: url('Images/plus-2.png');
        background-repeat: no-repeat;
        background-size: cover;
    }



#adjustments-details-modal .sale-price-per-unit-label, #multi-adjustments-details-modal .sale-price-per-unit-label {
    flex: 1;
    height: 34px;
    line-height: 34px;
    color: #6D6D6D;
    background-color: #f5f5f5 !important;
    border: solid 1px #c3c3c3;
    text-align: center;
}

#adjustments-details-modal .sale-price-per-unit-value, #multi-adjustments-details-modal .sale-price-per-unit-value {
    flex: 1;
    height: 34px;
    line-height: 34px;
    color: #6D6D6D;
    border: solid 1px #c3c3c3;
    text-align: center;
}

#adjustments-details-modal .pending-changes, #multi-adjustments-details-modal .pending-changes {
    animation: glowing 2000ms infinite;
    -webkit-animation: glowing 2000ms infinite;
    -moz-animation: glowing 2000ms infinite;
    -o-animation: glowing 2000ms infinite;
    animation: glowing 2000ms infinite;
}

    @-webkit-keyframes glowing {
        0% {
            background-color: #428BCA;
            border-color: #428BCA;
        }

        50% {
            background-color: #21c7ed;
            border-color: #21c7ed;
        }

        100% {
            background-color: #428BCA;
            border-color: #428BCA;
        }
    }

    @keyframes glowing {
        0% {
            background-color: #428BCA;
            border-color: #428BCA;
        }

        50% {
            background-color: #21c7ed;
            border-color: #21c7ed;
        }

        100% {
            background-color: #428BCA;
            border-color: #428BCA;
        }
    }

.free-stock-cell {
    font-size: 14px; 
    margin-top: 12px;
}

#ie-modal p {
    color: #000;
}

#ie-modal div.modal-body {
    padding: 50px;
}

#ie-modal div.modal-body p {
    font-size: 14px;
}


#ie-modal h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

#ie-modal i {
    font-size: 50px;
    margin-left: 30px;
    margin-right: 30px;
}

#ie-modal a {
    color: #f16923;
}

#ie-modal .unsupported p {
    color: #aaa;
    font-size: 11px !important;
}

#ie-modal .unsupported i {
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-img-top,
                .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-img-bottom,
                .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-img-top,
                .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-img-bottom,
                .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.nav-pills > li > a.active {
    color: #fff;
    background-color: #428bca;
}

#breakdown-po-modal .nav-pills {
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 0px;
}

#purchase-order-list div.divider {
    display: inline-block;
    width: 1px;
    height: 27px;
    background-color: #ABABAB;
    top: 4px;
    position: absolute;
}

#order-entry-select-po {
    position: absolute;
    top: -9px;
    right: 0px;
    font-size: 13px;
    background-color: #fff;
    border-color: #eee;
    border: #ccc 1px solid;
    line-height: 26px;
    padding-right: 25px;
    padding-left: 15px;
}

    #order-entry-select-po i {
        font-size: 10px;
        margin-top: -10px;
        padding-top: 7px;
        position: absolute;
        top: 13px;
        right: 5px;
    }

ul.select-po-list li {
    padding: 2px;
    padding-left: 10px;
    font-size: 14px;
}

    ul.select-po-list li:hover {
        background-color: #eee;
    }

    ul.select-po-list li.active {
        background-color: #428BCA;
        color: #fff;
    }

    ul.select-po-list li a {
        display: block;
    }

    ul.select-po-list li.active a {
        color: #fff;
    }

/* Product Leads  Modal*/
#productLeadsModal .modal-dialog {
    min-width: 850px;
}

#productLeadsModal .modal-content {
    padding: 29px;
    border-radius: 0px;
}

#productLeadsModal .modal-header {
    border: none;
    padding: 0px;
}

#productLeadsModal .modal-body {
    border: none;
}

#productLeadsModal .modal-footer {
    border: none;
    margin-top: 1em !important;
}

#productLeadsModal .heading {
    width: 100%;
}

    #productLeadsModal .heading h3 {
        font-size: 24px;
        color: #f26721;
        font-weight: bold;
        display: inline-block;
        margin: 0px;
        padding-left: 1em;
    }

#productLeadsModal .container {
    background-color: #FFFFFF;
}

#productLeadsModal .modal-body .imageContainer {
    background-color: #FFFFFF;
    height: 726px;
}

#productLeadsModal .product-lead-group {
    margin-bottom: 1em;
}

#productLeadsModal .card:first-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

#productLeadsModal ul {
    list-style-type: none !important;
    margin-left: 1em !important;
}

#productLeadsModal .product-lead-question {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 0.5em;
}

    #productLeadsModal .product-lead-question:last-of-type,
    #productLeadsModal .product-lead-question:only-of-type {
        border-bottom: 0 !important;
        margin-bottom: 0em !important;
    }

#productLeadsModal .question-label,
#productLeadsModal .group-link {
    font-weight: bold !important;
}

#productLeadsModal .single-pick,
#productLeadsModal .multi-pick {
    margin-top: 0.5em !important;
}

#productLeadsModal .single-pick-answer-label,
#productLeadsModal .multi-pick-answer-label {
    margin-left: 0.5em !important;
}


.available-stock-container {
    width: 100%;
    background: #EAEAEA;
    position: relative;
}

.available-stock-number {
    position: absolute;
    line-height: 30px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

    .available-stock-number.not-applicable {
        background: #EAEAEA;
    }

.available-stock-guage {
    height: 30px;
    background-color: #FFD600;
}

.nearing-sold-out {
    background-color: #ff0000;
}

.is-sold-out {
    background-color: #ff0000;
    color: #fff;
    animation-name: color_change_sold_out;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: color_change_sold_out 2s linear infinite alternate;
    -moz-animation: color_change_sold_out 2s linear infinite alternate;
    -ms-animation: color_change_sold_out 2s linear infinite alternate;
    -o-animation: color_change_sold_out 2s linear infinite alternate;
    animation: color_change_sold_out 2s linear infinite alternate;
}

@keyframes color_change_sold_out {
    0% {
        background-color: #EAEAEA;
        border-color: #EAEAEA;
    }

    25% {
        background-color: #FF0000;
        border-color: #FF0000;
    }

    50% {
        background-color: #EAEAEA;
        border-color: #EAEAEA;
    }

    75% {
        background-color: #FF0000;
        border-color: #FF0000;
    }

    100% {
        background-color: #EAEAEA;
        border-color: #EAEAEA;
    }
}

.is-sold-out-no-flash {
    background-color: #ff0000;
    color: #fff;
}

#breakdown-po-select-po {
    position: relative;
    font-size: 13px;
    background-color: #fff;
    border-color: #eee;
    border: #ccc 1px solid;
    line-height: 26px;
    padding-right: 25px;
    padding-left: 15px;
    width: 100%;
    height: 34px;
    margin-top: 0px;
    text-align: left;
}

    #breakdown-po-select-po i {
        font-size: 10px;
        margin-top: -10px;
        padding-top: 7px;
        position: absolute;
        top: 16px;
        right: 10px;
    }

.range-chip {
    color: #000 !important;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 14px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    display: inline-block;
    min-width: 100px;
    margin-left: 10px;
}

.range-chip a {
    color: #000 !important;
}

    .range-chip.teal {
        background-color: #b2f5ea;
    }

    .range-chip.orange {
        background-color: #feebc8;
    }

    .range-chip.pink {
        background-color: #fed7e2;
    }

    .range-chip.indigo {
        background-color: #c3dafe;
    }

    .range-chip.green {
        background-color: #c6f6d5;
    }

    .range-chip.purple {
        background-color: #e9d8fd;
    }


.range-chip i.fa-times-circle {
    margin-top: 10px;
}

.btn-orange, .btn-orange:focus {
    background-color: #F26721 !important;
    border-color: #F26721;
}

    .btn-orange, .btn-orange:hover, .btn-orange:active, btn-orange:focus {
        background-color: #F26721 !important;
        border-color: #F26721 !important;
        outline: none !important;
    }

.favorite-icon {
    cursor: pointer;
}

.favorite-icon.fa-heart {
    color: #CE5347;
}

.favorite-icon.fa-heart-o {
    color: #B5B5B5;
}

.ordering-prod-favorite.favorite-icon {
    font-size: 20px;
}

.favorite-icon.favorite-icon-unselected:hover {
    color: #CE5347;
}

#custom-freshchat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 60px;
    width: 60px;
    background-image: url('Images/freshchaticon2@4x.png');
    background-size: 100%;
    z-index: 99999999;
    cursor: pointer;
    border-radius: 34px 8px 34px 34px;
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.26);
    display: table;
    background-color: #f16923 !important;
    color: #ffffff !important;
    padding-top: 12px;
    padding-left: 20px;
    font-size: 24px;
}


#cartOutOfSyncModal .modal-header .confirm-update-cart {
    margin-top: -40px;
}

#cartOutOfSyncModal #collapse-all-sync, #cartOutOfSyncModal #expand-all-sync {
    color: #428BCA !important;
    background-color: #FFF;
    border: 1px solid #428BCA;
    text-shadow: none !important;
}

    #cartOutOfSyncModal #collapse-all-sync:hover, #cartOutOfSyncModal #expand-all-sync:hover {
        color: #FFF !important;
        background-color: #428BCA;
    }

#sync-cart-table .product-header-row {
    font-weight: 600;
    cursor: pointer;
}

#sync-cart-table .product-details-row {
    background-color: inherit;
}

    #sync-cart-table .product-details-row td {
        vertical-align: middle;
    }
    
    #sync-cart-table .product-details-row .fa-icon {
        font-size: 18px;
        vertical-align: middle;
    }

    #sync-cart-table .product-details-row .sync-cart-radio {
        vertical-align: middle;
        margin-right: 5px;
        margin-bottom: 3px;
    }

        #sync-cart-table .product-details-row .sync-cart-radio:not([disabled]) {
            cursor: pointer;
        }

    #sync-cart-table .product-details-row .disabled-table-cell {
        opacity: 0.65;
    }

    #sync-cart-table .product-details-row .current-order-inputs {
        width: 100px;
        margin-right: 5px;
        border: 1px solid #9A9A9A;
        cursor: pointer;
    }

#sync-cart-table .selected-table-cell {
    background-color: rgba(239, 220, 118, 0.3) !important;
}

#sync-cart-table .sync-prod-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

/*Terms and Condtions*/
#terms-list-container .terms-item-details {
    margin-bottom: 25px;
    border: 2px solid #EAEAEA;
    border-radius: 6px;
}

    #terms-list-container .terms-item-details .terms-item-header {
        height: 72px;
        padding: 24px;
        background-color: #F6F6F6;
        border-radius: 4px 4px 0px 0px;
        border-bottom: 1px solid #EAEAEA;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

        #terms-list-container .terms-item-details .terms-item-header .toggle-content-icon {
            width: 12px;
            cursor: pointer;
            margin-left: auto;
            color: #525252;
        }

    #terms-list-container .terms-item-details .terms-item-desc {
        color: #666666;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
    }

    #terms-list-container .terms-item-details .terms-item-content {
        max-height: 290px;
        overflow-y: auto;
        padding: 20px 25px;
        font-size: 14px;
    }

.label-orange {
    background-color: #F26721 !important;
}

/*Email Validations*/
.email-status-label {
    color: #FFF;
    width: 85px;
    height: 30px;
    border: none;
    border-radius: 5px;
    text-align: center;
    line-height: 2;
    margin: 2px 0 0 2px;
}

.email-valid {
    background-color: #4CAF50 !important;
}

.email-unvalidated {
    background-color: #1677D8 !important;
}

/* =====================================================
   Notification tray (alert bell)
   ===================================================== */

#alerts-container {
    float: right;
}

#show-alerts {
    color: #f26721;
    top: 10px;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 4px;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

#show-alerts span.badge {
    position: absolute;
    left: 24px;
    top: -5px;
    color: #fff;
    font-size: 11px;
}

#show-alerts span.badge-primary {
    background-color: #f26721 !important;
}

#event-history-dropdown {
    right: 20px;
    left: auto;
    box-shadow: 0 0 14px 10px rgba(0, 0, 0, 0.3);
    top: 66px;
    width: 350px;
    padding: 14px;
    font-size: 12px;
}

#event-history-dropdown div.heading {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#event-history-dropdown div.heading .heading-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

#event-history-dropdown div.heading .heading-toggle input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

#event-history-dropdown hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#event-history-dropdown div.time,
#event-history-dropdown div.event-time {
    color: #999;
    font-size: 11px;
    margin-top: 6px;
    margin-bottom: 8px;
}

#event-history-dropdown .event-item .event-divider {
    margin: 8px 0 0;
    border-color: #eee;
}

#event-history-dropdown .event-item .event-message {
    margin-bottom: 4px;
    line-height: 1.4;
}

#event-history-dropdown .event-item .event-message strong:first-child {
    display: block;
    margin-bottom: 3px;
}

#event-history-dropdown .event-item .event-actions {
    margin-top: 8px;
}

#event-history-dropdown div.loading {
    text-align: center;
    font-size: 30px;
}

#event-history-dropdown div.load-more {
    border-top: 1px solid #eee;
    margin-left: -14px;
    margin-right: -14px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: -4px;
    margin-top: 20px;
}

#event-history-dropdown div.load-more a {
    color: #999;
}

#event-history-dropdown .event-item {
    margin: 5px 0;
    padding: 10px;
    border: none;
    transition: background-color 0.3s ease;
}

#event-history-dropdown .event-item.unread {
    background-color: #fffdce;
}

.notification-toast-container {
    position: fixed;
    top: 60px;
    right: 20px;
    z-index: 9999;
    width: 400px;
}

.notification-toast-container .ui-alert {
    margin-bottom: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    font-size: 13px;
}

.notification-toast-container .ui-alert--type-info {
    background-color: #E3F2FD !important;
}

.notification-toast-container .ui-alert--type-success {
    background-color: #E8F5E9 !important;
}

.notification-toast-container .ui-alert--type-warning {
    background-color: #FFF3E0 !important;
}

.notification-toast-container .ui-alert--type-error {
    background-color: #FFEBEE !important;
}

.notification-toast-container .ui-alert__body {
    align-items: flex-start;
}

.notification-toast-container .ui-alert__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    padding-top: 2px;
}

.notification-toast-container .ui-alert__icon .ui-icon {
    width: 20px;
    height: 20px;
}

.notification-toast-container .ui-alert__icon svg {
    width: 20px;
    height: 20px;
}

.notification-toast-container .ui-alert--type-success .ui-alert__icon {
    color: #388E3C !important;
}

.notification-toast-container .ui-alert--type-success .ui-alert__icon svg {
    fill: #388E3C !important;
}

.notification-toast-container .signalr-alert {
    display: flex;
    flex-direction: column;
}

.notification-toast-container .signalr-alert__message {
    flex: 1;
}

.notification-toast-container .signalr-alert__actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 8px;
}


    margin: 5px 0;
    padding: 10px;
    border: 1px solid #eee;
    color: #fff;
    display: flex;
    flex-direction: column;
}

#event-history-dropdown .background-item.queued {
    background-color: #428bca;
}

#event-history-dropdown .background-item .background-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

#event-history-dropdown .background-item .background-item-header .title {
    font-weight: bold;
    font-size: 16px;
}

#event-history-dropdown .background-item .background-item-header .timestamp {
    opacity: 0.8;
}

#event-history-dropdown .background-item .background-item-header .close-icon {
    cursor: pointer;
    margin-left: auto;
}

#event-history-dropdown .background-item .background-item-body {
    margin-top: 10px;
}

#event-history-dropdown .background-item .background-item-btn {
    display: inline-block;
    margin-top: 16px;
    background-color: #428bca !important;
    color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
    align-self: flex-end;
}

.email-unsure {
    background-color: #FB8C00 !important;
}

.email-invalid {
    background-color: #E04655 !important;
}

.validation-loading {
    width: 25px;
    background-image: url('images/ajax-loader.gif') !important;
    background-size: 25px 25px !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}

/*Registration Embedded*/
.registration-button {
    color: inherit !important;
    text-shadow: none !important;
    width: 140px;
}

.open-perks-link {
    white-space: nowrap;
}

#perk-list-modal .perk-name {
    color: #428bca;
    margin-bottom: 0;
    font-weight: 700;
}

/*Reports*/
#toggle-filter-button {
    color: #393939 !important;
    background-color: #EAEAEA !important;
    border-color: #EAEAEA !important;
    margin-bottom: 10px;
}

#report-filter-panel {
    display: flex;
    flex-direction: column;
    max-height: 75vh;
}

#report-filter-panel .has-report-search {
    position: relative;
}

    #report-filter-panel .has-report-search .form-control-feedback {
        position: absolute;
        color: #CCCCCC;
        font-size: 16px;
        left: -2px;
        top: 8px;
    }

#report-filter-panel #report-search-keywords {
    padding-left: 28px;
    padding-right: 28px;
}

#report-filter-panel .has-report-search #clear-search-keywords {
    position: absolute;
    cursor: pointer;
    font-size: 16px;
    right: 8px;
    top: 8px;
    color: #000;
}

#report-filter-panel #report-search-button {
    margin-bottom: 10px;
}

    #report-filter-panel #report-cat-wrapper {
        margin-bottom: 20px;
        overflow-y: auto;
    }

#report-filter-panel .report-cat {
    display: flex;
    align-items: center;
    cursor: pointer;
    min-height: 35px;
    border-bottom: 1px solid #C8C8C8;
    font-size: 14px;
    margin: 10px 0;
    padding-bottom: 2px;
}

    #report-filter-panel .report-cat .report-cat-desc {
        color: #000;
    }

    #report-filter-panel .report-cat.selected-cat {
        cursor: default;
        background-color: #E2E2E2;
        border: none;
    }

        #report-filter-panel #all-cat-link i,
        #report-filter-panel .report-cat.selected-cat i,
        #report-filter-panel .report-cat.selected-cat .cat-report-count {
            color: #000;
        }

    #report-filter-panel .report-cat i {
        margin: auto 10px;
        color: #C9C9C9;
    }

    #report-filter-panel .report-cat .cat-report-count {
        margin-left: auto;
        margin-right: 10px;
        color: #878787;
    }

#report-filter-panel #all-cat-section {
    margin-bottom: 20px;
}

#report-filter-panel #all-cat-section, #all-cat-section .sub-cat {
    margin-left: 30px;
}

#report-list-panel {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    max-height: 75vh;
}

    #report-list-panel.col-md-12 {
        width: 100% !important;
    }

#report-breadcrumbs-section .breadcrumbs-section {
    display: flex;
}

#report-breadcrumbs-section {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 20px;
}

    #report-breadcrumbs-section #breadcrumbs-search, #report-breadcrumbs-section #breadcrumbs-saved {
        display: flex;
        align-items: center;
    }

        #report-breadcrumbs-section #breadcrumbs-search .fa-search {
            color: #CCCCCC;
            margin-right: 10px;
        }

        #report-breadcrumbs-section #breadcrumbs-search .fa-times {
            color: #000;
            margin-left: 10px;
            cursor: pointer;
            font-size: 20px;
        }

        #report-breadcrumbs-section #breadcrumbs-saved .fa-heart {
            margin-right: 10px;
        }

    #report-breadcrumbs-section #breadcrumbs-category #breadcrumbs-main-cat-desc.inactive {
        color: #393939 !important;
        cursor: default;
    }

        #report-breadcrumbs-section #breadcrumbs-category #breadcrumbs-main-cat-desc.inactive:hover,
        #report-breadcrumbs-section #breadcrumbs-category #breadcrumbs-main-cat-desc.inactive:focus {
            color: #393939 !important;
            text-decoration: none !important;
        }

#report-list {
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 10px 20px 20px 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow-y: auto;
}

    #report-list #report-search-info {
        margin: 10px auto;
        padding: 8px 12px;
        font-size: 18px;
        background-color: #F6F6F6;
    }

        #report-list #report-search-info .fa-search {
            margin-right: 5px;
            color: #C9C9C9;
        }

    #report-list .report-list-item {
        position: relative;
        display: block;
        padding: 15px 0px;
        background-color: #FFF;
        border-bottom: 1px solid #C8C8C8;
    }

        #report-list .report-list-item:hover {
            background-color: #F6F6F6;
        }

        #report-list .report-list-item .report-item-wrapper {
            display: flex;
            align-items: center;
            cursor: pointer;
        }

            #report-list .report-list-item .report-item-wrapper .report-favorite {
                display: flex;
                align-items: center;
                margin-left: 10px;
                margin-right: 10px;
            }

            #report-list .report-list-item .report-item-wrapper .view-report-info {
                margin-left: auto;
                margin-right: 10px;
                font-size: 20px;
                color: #9DACB1;
            }

            #report-list .report-list-item .report-item-wrapper .description-section {
                margin-left: 10px;
                margin-right: 10px;
                overflow: hidden;
            }

                #report-list .report-list-item .report-item-wrapper .description-section .report-link {
                    font-size: 18px;
                    line-height: 20px;
                }

                #report-list .report-list-item .report-item-wrapper .description-section .report-item-cat {
                    font-size: 13px;
                    color: #878787;
                    overflow: hidden;
                    white-space: nowrap;
                }

.favorite-icon.favorite-icon-md {
    font-size: 20px;
}

.favorite-icon.favorite-icon-lg {
    font-size: 26px;
}

.favorite-icon.favorite-icon-selected {
    color: #CE5347;
}

.favorite-icon.favorite-icon-unselected {
    color: #B5B5B5;
}

    .favorite-icon.favorite-icon-unselected:hover {
        color: #CE5347;
    }

.return-to-reports {
    border: 1px solid #08c;
    width: 100%;
    min-height: 50px;
    background: white !important;
    color: #08C !important;
    text-shadow: none !important;
    margin-bottom: 10px;
    padding: 14px 0px;
    white-space: normal;
}

    .return-to-reports:hover, .return-to-reports:active, .return-to-reports:focus {
        border: 1px solid #08c;
        background: white !important;
        color: #08C !important;
    }

#report-operations-container {
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

    #report-operations-container button {
        margin-bottom: 10px;
        width: 100%;
        white-space: normal;
    }

    #report-operations-container .caret {
        border-top-color: #FFF;
        margin-top: 8px;
    }

@media (max-width: 1440px) {
    #report-filter-panel {
        width: 25% !important;
        padding-right: 0;
        margin-right: 0;
    }

    #report-list-panel {
        width: 73% !important;
    }
}

@media (max-width: 995px) {
    #export-container {
        max-width: 100%;
    }
}

@media (max-width: 800px) {
    #report-filter-panel {
        width: 100% !important;
    }

    #report-list-panel {
        width: 100% !important;
    }
}

/* Customers table*/
#actions-bar-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 990;
    background-color: white;
}

#actions-bar {
    margin-bottom: 20px;
    margin-top: -20px;
}

    #actions-bar #action-buttons-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
    }

        #actions-bar #action-buttons-wrapper #action-bar-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

#actions-bar.sticky-mode {
    padding-top: 20px;
    padding-bottom: 15px;
    box-shadow: 0px 3px 10px -2px rgba(85, 85, 85, 0.08), 0px 2px 20px 0px rgba(85, 85, 85, 0.06), 0px 2px 30px 0px rgba(85, 85, 85, 0.03);
}

#entity-list .customer-totals-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    border: 1px solid #D5D5D5;
    background-color: #D5D5D5;
    border-radius: 20px;
    padding: 5px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    #entity-list .customer-totals-section.no-totals-value {
        opacity: 60%;
    }
    
    #entity-list .customer-totals-section .customer-total-item {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 5px;
    }

#entity-list .customer-last-submit-label {
    border-radius: 20px;
    padding: 4px 16px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
}

/*Order Product Search*/
#product-search-input-container {
    position: relative;
}
    #product-search-input-container #products-search-box {
        padding-right: 28px;
    }
    #product-search-input-container #clear-search-keywords {
        position: absolute;
        cursor: pointer;
        font-size: 20px;
        right: 13px;
        top: 13px;
    }
    #product-search-input-container #clear-search-keywords:hover {
        color: red;
    }

/*Primary Registration*/
.primary-reg-label-container .primary-reg-label {
    max-width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
    min-height: 30px;
    color: inherit;
    border-radius: 4px;
    padding: 6px 8px;
}

/*Embedded Reg modal*/
#embedded-reg-modal .modal-dialog {
    height: 100%;
    width: 60%;
    margin: 0 auto;
}

    #embedded-reg-modal .modal-dialog .modal-content {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

        #embedded-reg-modal .modal-dialog .modal-content .modal-body {
            padding: 0;
            flex: 1;
        }

    #embedded-reg-modal .modal-dialog .close {
        position: absolute;
        right: -55px;
        opacity: 1;
        color: #000;
        background-color: #FFF;
        border: 2px solid #000;
        border-radius: 50px;
        width: 54px;
        line-height: 50px;
        font-size: 35px;
    }

@media (max-width: 1024px) {
    #embedded-reg-modal .modal-dialog {
        width: 70%;
    }
}

@media (max-width: 768px) {
    #embedded-reg-modal .modal-dialog {
        width: 80%;
    }
}

/*Product Order Deals*/
#free-stocks-earned-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    #free-stocks-earned-list .free-stock-earned-item {
        display: flex;
        align-items: center;
        gap: 15px;
        border: 1px solid #CBCBCB;
        padding: 24px;
    }

        #free-stocks-earned-list .free-stock-earned-item .free-stock-earned-label {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

            #free-stocks-earned-list .free-stock-earned-item .free-stock-earned-label .free-stock-unallocated-qty {
                font-size: 13px;
                color: #D15B47;
                font-weight: 600;
            }

#free-stock-status-table .progress.deal-status-progress {
   margin-bottom: 5px;
   height: 15px;
}

#free-stock-status-table .deal-status-badge {
    border-radius: 26px;
    padding: 8px;
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

li#free-stock-tab a {
    color: #7461AA;
    font-weight: 600;
}

    li#free-stock-tab a.high-light-free-stock {
        animation-name: color_change_free_stock;
        animation-duration: 25s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        -webkit-animation: color_change_free_stock 2s linear infinite alternate;
        -moz-animation: color_change_free_stock 2s linear infinite alternate;
        -ms-animation: color_change_free_stock 2s linear infinite alternate;
        -o-animation: color_change_free_stock 2s linear infinite alternate;
        animation: color_change_free_stock 2s linear infinite alternate;
    }

@keyframes color_change_free_stock {
    0% {
        background-color: #E9E1EE;
        border-color: #ABBAC3;
        color: #6F61A6;
    }

    25% {
        background-color: #FFF;
        border-color: #C5D0DC;
        color: #7461AA;
    }

    50% {
        background-color: #E9E1EE;
        border-color: #ABBAC3;
        color: #6F61A6;
    }

    75% {
        background-color: #FFF;
        border-color: #C5D0DC;
        color: #7461AA;
    }

    100% {
        background-color: #E9E1EE;
        border-color: #ABBAC3;
        color: #6F61A6;
    }
}

/*Freestock tab*/
#free-stock-deals-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    #free-stock-deals-accordion .free-stock-deals-section {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

        #free-stock-deals-accordion .free-stock-deals-section .free-stock-deal-item {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 12px 16px;
            border: 1px solid #D4D4D4;
            border-radius: 8px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
        }

    #free-stock-deals-accordion #free-stock-customers-section {
        display: flex;
        align-items: stretch;
        gap: 10px;
        flex-wrap: wrap;
    }

        #free-stock-deals-accordion #free-stock-customers-section .free-stock-customer-item {
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding: 12px 16px;
            border: 1px solid #D4D4D4;
            font-size: 12px;
            font-weight: 700;
            width: 230px;
            overflow-wrap: anywhere;
        }

    #free-stock-deals-accordion .badge-dark {
        border: 1px solid #333 !important;
        background-color: #333 !important;
        color: #FFF !important;
    }

    #free-stock-deals-accordion .badge-success {
        border: 1px solid #E2F0D5 !important;
        background-color: #F6FFED !important;
        color: #404E37 !important;
    }

    #free-stock-deals-accordion .badge-warning {
        border: 1px solid #D4D4D4 !important;
        background-color: #FFFAEA !important;
        color: #4E472C !important;
    }

    #free-stock-deals-accordion .badge-danger {
        border: 1px solid #D4D4D4 !important;
        background-color: #FFF3F1 !important;
        color: #9D4343 !important;
    }

    #free-stock-deals-accordion .free-stock-deals-section .free-stock-deal-item.active {
        border: 1px solid #333 !important;
        background-color: #333 !important;
        color: #FFF !important;
    }

/* Order V3 Changes to Your Order modal */
#changes-to-order-modal #collapse-all-order-items, #changes-to-order-modal #expand-all-order-items {
    color: #428BCA !important;
    background-color: #FFF;
    border: 1px solid #428BCA;
    text-shadow: none !important;
}

    #changes-to-order-modal #collapse-all-order-items:hover, #changes-to-order-modal #expand-all-order-items:hover {
        color: #FFF !important;
        background-color: #428BCA;
    }

#order-items-table .item-parent-row {
    font-weight: 600;
    cursor: pointer;
}

#order-items-table .item-children-row {
    background-color: inherit;
}

    #order-items-table .item-children-row td {
        vertical-align: middle;
    }

    #order-items-table .item-children-row .fa-icon {
        font-size: 18px;
        vertical-align: middle;
    }

#order-items-table .order-prod-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

/* Order Importer Page */
.oi-preview-container {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 0;
}

.oi-preview-panels-row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

    .oi-preview-panels-row > div {
        display: flex;
    }

.oi-preview-panel {
    width: 100%;
    background-color: #fff;
}

    .oi-preview-panel .panel-body {
        height: 100%;
        padding: 20px;
    }

.oi-template-list {
    max-height: 280px;
    overflow-y: auto;
    margin-top: 8px;
}

.oi-template-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    background-color: #f5f5f5;
    border-radius: 3px;
    margin-bottom: 4px;
    gap: 10px;
}

    .oi-template-row:last-child {
        margin-bottom: 0;
    }

.oi-template-name {
    flex: 1;
    font-weight: 500;
}

.oi-template-badge {
    white-space: nowrap;
    flex-shrink: 0;
    padding-top: 3px;
}

.oi-template-download {
    flex-shrink: 0;
}

.oi-import-btn {
    margin: 15px 0;
    padding: 10px 25px;
    font-size: 16px;
}

.oi-import-support-text {
    margin-top: 10px;
}

.oi-custom-template-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    margin-top: 15px;
}

.oi-custom-template-desc {
    margin-top: 4px;
}

.oi-import-result-card {
    margin-bottom: 10px;
}

.oi-import-result-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.oi-import-result-info {
    min-width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.oi-import-result-date {
    font-size: 16px;
    margin-right: 8px;
}

.oi-import-status-badge {
    font-size: 12px;
    vertical-align: middle;
}

.oi-import-result-filename {
    margin-top: 4px;
}

.oi-import-result-stats {
    display: flex;
    flex: 1;
    gap: 0;
}

.oi-import-stat {
    flex: 1;
    text-align: center;
    padding: 4px 8px;
    border-left: 1px solid #e0e0e0;
}

    .oi-import-stat:first-child {
        border-left: none;
    }

.oi-import-stat-value {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.oi-import-stat-label {
    display: block;
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 2px;
}

#import-data-section {
    display: flex;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
}

    #import-data-section .oi-import-details-status-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        border: 1px solid #f5f5f5;
        border-radius: 4px;
        padding: 8px 16px;
    }
html, body {
    height: 100%;
}

body {
    padding-top: 0;
    padding-bottom: 0;
    background: url(../content/images/perenso_background.jpg) no-repeat center fixed;
    background-size: cover;
}

.noise {
    padding-top: 80px;
    padding-bottom: 80px;
}

    .noise #parent-container {
        border-radius: 16px;
        background-color: #FFF;
        padding: 48px;
        text-align: center;
    }

/*portal header bar*/
#portal-header-bar, #portal-header-bar-sm {
    width: 100%;
    min-height: 78px;
    padding: 12px 0px;
    border: 2px solid #F6F6F6;
    border-radius: 12px;
    box-shadow: 0px 2px 20px rgba(85, 85, 85, 0.03), 0px 3px 10px -2px rgba(85, 85, 85, 0.01);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 27px;
    white-space: nowrap;
    text-align: center;
}

    #portal-header-bar:hover, #portal-header-bar-sm:hover {
        background-color: rgba(37, 93, 134, 0.07);
    }

    #portal-header-bar .portal-icon-wrapper, #portal-header-bar-sm .portal-icon-wrapper {
        width: 54px;
        height: 54px;
        background: rgba(37, 93, 134, 0.07);
        border-radius: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #portal-header-bar #bar-left-panel {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px 12px;
        gap: 16px;
    }

    #portal-header-bar #bar-right-panel {
        height: 55px;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px 12px;
        margin-left: auto;
        gap: 16px;
        border-left: 1px solid rgba(37, 93, 134, 0.2);
    }

        #portal-header-bar #bar-right-panel #switch-portal-label {
            color: #959595;
            font-size: 16px;
            font-weight: 600;
        }
        
        #portal-header-bar:hover #bar-right-panel #switch-portal-label {
            color: #255D86;
        }

        #portal-header-bar #bar-right-panel .tooltip-inner {
            width: 140px;
            min-height: 50px;
            padding: 16px;
            text-align: center;
            border-radius: 3px;
            background-color: #333333;
        }

#portal-header-bar-sm {
    display: none;
}
    #portal-header-bar-sm #portal-dropdown-toggle {
        padding-left: 12px;
        padding-right: 12px;
        cursor: pointer;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 16px;
    }

    #portal-header-bar-sm #portal-dropdown-toggle .caret {
        margin-left: auto;
        color: #255D86;
        border-width: 8px;
    }

    #portal-header-bar-sm ul.dropdown-menu {
        width: 100%;
        padding: 0px;
        border: 2px solid #F6F6F6;
        border-radius: 12px;
        margin-top: 5px;
    }

        #portal-header-bar-sm ul.dropdown-menu a {
            width: 100%;
            padding: 12px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            gap: 16px;
        }

            #portal-header-bar-sm ul.dropdown-menu a:hover {
                background-color: rgba(37, 93, 134, 0.07);
            }

.portal-icon-wrapper .portal-icon {
    width: 24px;
    height: 24px;
    color: rgba(37, 93, 134, 0.3);
}

    .portal-icon-wrapper.hoverable:hover .portal-icon {
        color: #255D86;
    }

.portal-heading-text {
    color: #666666;
    font-size: 16px;
    font-weight: 600;
}

/*Other page settings*/
#logo {
    margin: 48px auto;
    max-width: 245px;
    height: auto;
}

.custom-login-logo {
    margin: 48px auto 40px auto;
    max-width: 245px;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.login-footer-logo {
    margin: 20px auto;
    max-width: 245px;
    height: auto;
}

.show-desc-header {
    margin: auto;
    padding: 8px 48px;
    background: #EAEAEA;
    border-radius: 37px;
    width: fit-content;
    max-width: 570px;
    min-height: 35px;
    text-align: center;
    color: #666666;
    font-weight: 600;
}

#login-header {
    color: #525252;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 30px auto 10px;
}

#login-methods-container {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

    #login-methods-container .login-method-wrapper {
        align-self: center;
        flex-grow: 1;
    }
    
        #login-methods-container .login-method-wrapper.wrapper-sm {
            max-width: 35%;
        }

    #login-methods-container #vertical-divider-wrapper {
        width: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

        #login-methods-container #vertical-divider-wrapper .vertical-divider {
            width: 105px;
            transform: rotate(90deg);
            height: 0px;
            border: 1px solid #E9E9E9;
        }

    #login-methods-container .divider-label {
        color: #959595;
        font-size: 16px;
        font-weight: 600;
    }

    #login-methods-container #horizontal-divider-wrapper {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #E9E9E9;
        text-align: center;
        height: 0px;
        line-height: 0px;
        display: none;
    }

        #login-methods-container #horizontal-divider-wrapper .divider-label {
            background-color: #FFF;
            padding: 20px;
        }

.form-login {
    max-width: 570px;
    padding: 15px 10px;
    margin: 15px auto;
}

    .form-login .form-login-heading,
    .form-login .checkbox {
        margin-bottom: 10px;
    }

    .form-login .login-form-label {
        color: #255D86;
        font-weight: 600;
        font-size: 16px;
        float: left;
    }

    .form-login input[type="text"],
    .form-login input[type="password"] {
        color: #525252;
        font-size: 14px;
        font-weight: 600;
        height: 52px;
        margin-bottom: 15px;
        padding: 16px;
        background-color: rgba(37, 93, 134, 0.07);
        border: 1px solid rgba(37, 93, 134, 0.14);
        border-radius: 4px !important;
    }

    .form-login input.dropdown-toggle-input {
        width: 100%;
    }

    .form-login .dropdown-menu {
        width: 100%;
        padding: 16px;
        border: 1px solid #F6F6F6;
        border-radius: 6px !important;
        box-shadow: 0px 2px 30px rgba(85, 85, 85, 0.03), 0px 2px 20px rgba(85, 85, 85, 0.06), 0px 3px 10px -2px rgba(85, 85, 85, 0.08);
        color: #525252;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        max-height: 230px;
        overflow-y: auto;
    }

    .form-login input#chosen-user-input {
        cursor: pointer;
    }
        
    .form-login .dropdown-menu .possible-user-option {
        cursor: pointer;
        padding: 8px 0px 8px 8px;
    }

        .form-login .dropdown-menu .possible-user-option:hover {
            background-color: rgba(37, 93, 134, 0.07);
        }

    .form-login .password-eye-icon {
        position: absolute;
        cursor: pointer;
        right: 4%;
        top: 60%;
        font-size: 1.2em;
        color: #949494;
    }

    .form-login .dropdown-toggle-icon {
        position: absolute;
        cursor: pointer;
        right: 4%;
        top: 55%;
        border-width: 6px;
        color: #949494;
    }

.login-form-button {
    width: 100%;
    height: 59px;
    background-color: #F26721 !important;
    border-color: #F26721;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}

.login-form-button:hover, .login-form-button:focus {
    background-color: #D04E33 !important;
    border-color: #D04E33;
}

.login-form-button:disabled {
    background-color: #F26721 !important;
    border-color: #F26721;
}

    .login-form-button:disabled:hover {
        background-color: #F26721 !important;
        border-color: #F26721;
    }

.login-list-item-wrapper {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .login-list-item-wrapper .login-list-item {
        background-color: rgba(37, 93, 134, 0.02);
        border-radius: 1px;
        padding: 24px;
        width: 100%;
        height: 75px;
        cursor: pointer;
    }
    
        .login-list-item-wrapper .login-list-item .login-list-item-label {
            color: #255D86;
            font-weight: 600;
            font-size: 20px;
        }

        .login-list-item-wrapper .login-list-item:hover {
            background-color: #255D86;
        }

            .login-list-item-wrapper .login-list-item:hover .login-list-item-label {
                color: #FFF;
            }

#exit-login-link {
    color: #333333;
    margin: 30px auto;
}

#login-footer{
    color: #000;
    text-align: center;
    font-size: 14px;
}

    #login-footer a {
        text-decoration: underline;
        color: #000;
    }

        #login-footer a:hover {
            color: #F26721;
        }

    #login-footer hr {
        max-width: 570px;
    }

.forgot-password {
    padding-top: 10px;
    padding-bottom: 10px;
}

.support-email {
    margin: 25px auto;
}

.privacy {
    padding-bottom: 10px;
}

.login-message {
    color: #fff; 
    font-size: larger; 
    padding-bottom: 20px;
}

.continue-button {
    margin-top: 5px;
}

#bottom-logo {
    margin: 0 auto 20px;
    width: 200px;
    height: 60px;
    background-image: url('images/login_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
}

/*Password Update*/
#password-rule-list {
    border: 1px solid #F6F6F6;
    border-radius: 4px;
    padding: 24px;
    margin: 20px auto;
    background-color: #FCFCFC;
    text-align: left;
}

    #password-rule-list #password-rule-heading {
        color: #525252;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    #password-rule-list .rule-item {
        margin: 10px auto; 
    }
    
        #password-rule-list .rule-item .rule-icon {
            font-size: 17px;
        }

            #password-rule-list .rule-item .rule-icon.fa-minus-circle {
                color: #D15B47;
            }
            #password-rule-list .rule-item .rule-icon.fa-check-circle {
                color: #6F9D43;
            }


/*Forgot Password Email Sent modal*/
#reset-password-sent-modal .modal-content {
    max-width: 509px;
    padding: 25px;
    border-radius: 12px;
    margin: 100px auto;
}

.login-modal-sm .modal-content {
    max-width: 509px;
    padding: 25px;
    border-radius: 12px;
}

.login-modal-sm .modal-body {
    padding: 0px;
    color: #525252;
}

    .login-modal-sm .modal-body h2 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 20px;
    }

    .login-modal-sm .modal-body .modal-body-text {
        font-size: 16px;
        text-align: left;
        margin: 25px auto;
    }

    .login-modal-sm .modal-body a.login-form-button {
        border-width: 8px;
    }

/*Email Subscription*/
#login-sub-header {
    color: #525252;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: -30px;
}

#subscription-header {
    max-width: 570px;
    background-color: #FAFAFA;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0 20px 0;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
}

#subscription-info {
    text-align: left;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    margin-top: 40px;
}

.subscription-section-heading {
    text-align: left;
}

.subscription-section {
    margin-bottom: 20px;
}

    .subscription-section .subscription-section-label {
        font-size: 22px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
    }
        .subscription-section .subscription-section-label .subscription-box {
            cursor: pointer;
            accent-color: #255D86;
            width: 20px;
            height: 20px;
        }

        .subscription-section .subscription-section-label .subscription-section-text {
            font-size: 14px;
            color: #000;
            margin-top: 2px;
        }


/*Validation*/
.form-group.has-error input, .form-group.has-error select, .form-group.has-error textarea {
    border: 1px solid #D15B47;
    background-color: rgba(209, 91, 71, 0.07);
}

.form-group.has-error label {
    color: #D15B47;
}

.form-group.error input, .form-group.error select, .form-group.error textarea {
    border-color: #D15B47;
}

.notify-container {
    width: 532px;
    max-width: 80%;
    min-height: 78px;
    border-radius: 4px;
    padding: 20px;
    color: #FFF;
    display: flex !important;
    align-items: center;
}

    .notify-container .notify-icon {
        font-size: 20px;
        margin-right: 16px;
    }

    .notify-container .notify-message {
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        max-width: 85%;
        word-break: break-word;
    }

    .notify-container .notify-close {
        position: initial !important;
        color: #E0E0E0;
        margin-left: auto;
        font-size: 25px;
        margin-bottom: 5px;
    }

    .notify-container.alert-danger {
        background-color: #D15B47;
        border: 1px solid #D15B47;
    }

@media only screen and (max-width: 600px) {
    #portal-header-bar {
        display: none;
    }
    
    #portal-header-bar-sm {
        display: flex;
    }

    .portal-icon-wrapper {
        width: 45px !important;
        height: 45px !important;
    }

        .portal-icon-wrapper .portal-icon {
            width: 21px;
            height: 21px;
        }

    #logo, .custom-login-logo, .login-footer-logo {
        max-width: 220px;
        height: auto;
        margin: 24px auto;
    }

    #login-methods-container {
        flex-direction: column;
    }

        #login-methods-container #vertical-divider-wrapper {
            display: none;
        }

        #login-methods-container #horizontal-divider-wrapper {
            display: block;
        }

        #login-methods-container .login-method-wrapper {
            align-self: normal;
        }

            #login-methods-container .login-method-wrapper.wrapper-sm {
                max-width: 100%;
            }
}

@media only screen and (max-width: 450px) {
    #logo, .custom-login-logo, .login-footer-logo {
        max-width: 165px;
        height: auto;
    }
}
