﻿.new-preview-container {
    margin-top: 2rem !important;
}

.current-preview-list {
    list-style: none;
    margin-top: 0.5rem;
}

.current-preview-list > li {
    padding: 0.4rem;
}

.catalogues {
    list-style: none;
    margin-top: 0.5rem;
}

.catalogues > li {
    padding: 0.4rem;
}

.catalogues > li.selected {
    background-color: #f60;
    color: white;
}

.catalogues > li:hover {
    background-color: #acacac;
    cursor: pointer;
}


/* Global Dashboard Styles */
.top-links {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.top-link-container {
    margin: 0.625rem 0;
    text-align: center;
    padding: 0 1.25rem;
    border-right: 1px solid #757575;
}
.top-link-container:last-child {
    border-right: none;
}
.row .top-link-container a {
    margin: 0.625rem 0;
    text-align: center;
    padding: 0 1.25rem;
    color: #000;
    font-family: franklin-gothic-compressed, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}
.top-link-container a:hover {
    color: #F60;
}

/* Model Preview Side Nav */
.side-nav.current-preview-list li a:not(.button) {
    padding: 0;
    color: #000;
    display: inline;
}
.side-nav.current-preview-list li a:not(.button):hover {
    color: #FFF;
}
.side-nav.current-preview-list li a.delete-preview {
    float: right;
}
.side-nav.current-preview-list li a.delete-preview {
    float: right;
    top: 5px;
    position: relative
}
.side-nav.current-preview-list li i.fas {
    margin-left: 10px;
}


/* Manage Users */
#Dealers, #Users {
    max-height: 400px;
    overflow: scroll;
}
#Dealers li.selected, #Users li.selected {
    background: #F60;
}


/* Hangars Calculations */
.calculations-container ul {
    list-style: none;
    margin: 0;
    border: 1px solid #CCC;
}
.calculations-container ul li {
    padding: 0.8rem 0.5rem;
    border-bottom: 1px solid #CCC;
}
.calculations-container ul li:last-of-type {
    border-bottom: 0 solid #CCC;
}
.calculations-container ul li span.value {
    float: right;
    font-weight: bold;
}

/* Global fitted options */
/* Fitted Options */
.fitted-options-container {
	margin-top: 1rem;
	padding-top: 1rem;
	text-align: center;
	/* border-top: 1px solid #f1f1f1; */
}
.fitted-options-container h4 {
	margin-bottom: 1rem;
}
.fitted-option-filter {
    background: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    transition: background-color 0.3s ease;
	text-align: center;
}
.fitted-option-filter:hover {
    background-color: #F60;
	color: white;
    cursor: pointer;
}
.fitted-option-filter.selected {
	color: white;
    background-color: #F60;
}
.fitted-option-filter img{
}

/* Global Finance QUote Styles */
select#WarrantyOption {
	font-size: 11px;
} 

/* Global Finance Enqual Height Table Styles */
.equal-height {
  display: flex;
  flex-wrap: wrap;
}
.equal-height > .columns {
  display: flex;
  flex-direction: column;
  /* flex: 1;
  padding: 10px;
  box-sizing: border-box;
  background: #f9f9f9; */
}
.table-header {
  display: flex;
  flex-direction: column;
  justify-content: start;
  /* flex-grow: 1; 
  background: #e3e3e3;
  padding: 10px; */
  box-sizing: border-box;
  min-height: 260px;
}

.table-content {
  background: #fff;
  padding: 10px;
  margin-top: 10px;
  box-sizing: border-box;
}

/* Global Overlay message on finance tables */
.column-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.overlay-message-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 3rem 1rem;
    z-index: 10;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    height: 100%;
    text-align: center;
    border: 1px solid #CCC;
}
