body 
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color:#5A5A5A;
    background:#F9F9F9;
}

h1
{
    font-size:28px;
    font-weight: bold;
}

h2
{
    font-size:24px;
    font-weight: bold;
}

h3
{
    font-size:20px;
    font-weight: bold;
}

h4
{
    font-size:16px;
    font-weight: bold;
}

h5
{
    font-size: 14px;
    font-weight: bold;
}

.hidden
{
    display: none;
}

.pseudolink
{
    cursor: pointer;
}

#hidden-container
{
    display: none;
}

#current-viewport
{
    /* background:#f00; */
    width:calc(100% - 160px);
    height:100%;
    position: absolute;
    right:0px;
    overflow-y: hidden;
}

#current-viewport.fullWidth
{
    width:100%;
}

#menu-container
{
    width:160px;
    height:100%;
    float:left;
    background-color: #313131;
    color:#FFFFFF;
}

#add-filter-dialog-container
{
    display: none;
    width:calc(100% + 15px);
    background-color: #313131;
    color:#FFFFFF;
    bottom:0px;
    height:50px;
    padding-top:15px;
    position: absolute;
    left:0px;
    bottom:88px;
}

#add-filter-dialog-container .col-2,
#add-filter-dialog-container .col-5
{
    border-right: 1px solid lightgray;
    top:-13px;
    height:calc(100% + 13px);
    padding-top:17px;
    font-size:12px;

}

#add-filter-dialog-container .col-2
{
    padding-left:22px;
}

/* #add-filter-dialog-container .col-5:nth-of-type(2)
{
    padding-top:13px;
} */

#add-filter-dialog-container .col-5
{
    text-align:center;
    cursor: pointer;
    padding-left:0px;
    padding-right:0px;
}

#content-container
{
    width:calc(100% - 15px);
    height:100%;
    float:right;
    margin-left:15px;
    margin-top:25px;
}

.submenu-item,
.menu-item
{
    padding:15px 0px 15px 15px;
}

.menu-item-container
{
    margin-top: 10px;
    display: none;
    height: 0px;
}

.menu-item
{
    border-bottom: 1px solid lightgray;
}

.submenu-item a,
.menu-item a
{
    color: #FFFFFF;
}

.submenu-item a:hover,
.menu-item a:hover
{
    color: lightgray;
}

.submenu-item.active,
.menu-item.active
{
    background:#374a52;
}

.submenu-item .fas,
.submenu-item .far,
.menu-item .fas,
.menu-item .far
{
    padding-right:12px;
    padding-top:4px;
}

.clickable-menu-item
{
    cursor: pointer;
}
.clickable-menu-item:hover
{
    color: #AFD0DC;
}

.unclickable-menu-item
{
    opacity: 0.2;
    cursor: not-allowed;
}

.menu-title
{
    cursor: default;
}

#data-header
{
    background-color:lightgray;
    padding-top:15px;
    padding-bottom: 7px;
    margin-top:-25px;
    height:63px;
}

#data-header h5
{
    margin-top: 8px;
}

#data-header h5 .admin-title
{
    font-weight: 100;
    font-size:22px;
    line-height:22px;
}

#data-content-row
{
    width:100%;
    margin: 25px;
    margin-left:0px;
    margin-right:0px;
    overflow-y:hidden;
    height:calc(100% - 90px);
}

#data-header-row.row
{
    margin-right:0px;
}

.specs-column,
.options-column
{
    height: 100%;
    border-right: 1px solid lightgray;
    overflow-x:auto;
    padding-bottom:100px;
    padding-top:15px;
}

.specs-column .meta-key .meta-key-value
{
    display: none;
}

.spec-card,
.option-card,
.cancel-card
{
    width:100%;
    background:#0077A1;
    /* border:1px solid lightgray; */
    border-radius: 5px;
    margin-bottom:9px;
    padding:6px;
    color:white;
    cursor: pointer;
    box-shadow: 1px 1px 3px #CECECE;
    
}

.exclusion-content .spec-card
{
    margin-left:15px;
    float:left;
}



.cancel-card,
.option-card.cancel-card
{
    background: #960000;
}

.spec-card.disabled,
.option-card.disabled
{
    opacity: 0.5;
}

.spec-card.unclickable,
.option-card.unclickable
{
    cursor: not-allowed;
}

.spec-card .delete-dot,
.spec-card .save-icon
{
    width: 25px;
    height:25px;
    border-radius: 50%;
    background-color: #CE2C08B0;
    position: absolute;
    margin-top: -100px;
    right:6px;
    font-size:18px;
    font-weight: 900;
    padding-left:2px;
    line-height: 25px;
    display: none;
}

.spec-card .delete-dot
{
    margin-top: -95px;
}

.spec-card .save-icon
{
    width:30px;
    height: 30px;
    padding-top:5px;
    background-color: #38B549;
}

.spec-card .save-icon .fa-save
{
    padding-left: 3px;
}

.delete-dot.option-dot {
    /* margin-top:-107px; */
    padding-left: 2px;
}

/* .spec-card
{
    min-height: 57px;
} */

body div.filter-subitem
{
    font-size: 11px;
}

.hidden-container
{
    height:0px !important;
    display:none !important;
}

.final-column.center-spinner
{
    text-align:center;
}

.final-column-placeholder
{
    font-size: 68px;
    margin-top:15px;
}

.text-align-right
{
    text-align: right;
}
.text-align-left
{
    text-align: left;
}
.text-align-center
{
    text-align: center;
}

#totals-container
{
    width:100%;
}

.spec-card.normal-mouse,
.option-card.normal-mouse 
{
    cursor: default !important;
}

#search-specs
{
    display: none;
}

.loginForm
{
    text-align: center;
}

input[type=text], input[type=password], textarea, select
{
	border-radius: 5px;
	border: 1px solid #777;
}

input[type=text], input[type=password]
{
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
    width: 300px;
    line-height: 30px;
    padding-bottom: 15px;
}

input[type=text].fullWidth, 
input[type=password].fullWidth
{
    width: 100%;
}

input[type=text].timeInput
{
	width: 40px;
}

input[type=text].loginInput, input[type=password].loginInput
{
	height: 40px;
	padding-left: 5px;
    padding-right: 5px;
    padding-top: 12px;
	width: 400px;
}

input[type=text].loginTop
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

input[type=password].loginBottom
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top:-16px;
}

form.modal input[type=password].loginBottom
{
    margin-top:-4px;
    width:100%;
}

form.modal input[type=password].loginTop
{
    width:100%;
}

.nextLine
{
	padding-top:15px;
	clear:both;
}

.nextLineNoPadding
{
	padding-top:0px;
}

.loginForm
{
	width:100%;
}

.loginFormElement
{
	margin-left:auto;
	margin-right:auto;
}

.loginFormLogo
{
	width:120px;
}

.loginFormTitle
{
	font-size: 38px;
	width: 375px;
}

.loginFormContent
{
	width: 400px;
}

.pseudoButton 
{ 
	color:#fff;
	width:175px;
	height:40px;
	border-radius:7px;
	text-align:center;
	border:0px;
	margin-top:45px;
	padding-top:10px;
	letter-spacing:2px;
    cursor:pointer;
    font-weight: 600;
}

.pseudoLink
{
	color:#0077A1;
	text-decoration:none;
	cursor:pointer;
}

.pseudoLink:hover
{
	text-decoration:underline;
}

.pseudoLink.no-underline:hover
{
    text-decoration:none;
    opacity: 0.7;
}

.greenBg 
{ 
	background-color: #38b549; 
}
.blueBg 
{ 
	background-color: #0077A1;
}
.redBg 
{
	background-color: #BE0006; 
}

.forgotLoginLink
{
	color: #30A940;
	font-size: 12px;
	text-align:center;
}

.error
{
	color:#BE0006;
}

.hide
{
	display:none;
}

.show
{
	display:inline-block;
}

.fullWidth
{
    width:100%;
}

#formError
{
    margin-top: -10px;
    margin-bottom: 20px;
}

#admin-menu-container
{
    width: 100%;
    padding-right: 15px;
    /* height: calc(100% + 150px); */
}

table.datatable thead th.no-sort 
{
    background: none;
    pointer-events: none;
}

.icon-spacer
{
    width: 15px;
}

.option-container .fas
{
    font-size: 22px;
}

#add-user-control .pseudolink,
#add-dealer-control .pseudolink,
#add-grouping-control .pseudolink
{
    font-size:40px;
    color: #38b549;
}

form.modal
{
    overflow: visible;
}

#config-form-title
{
    font-size: 20px;
    font-weight: 100;
    line-height: 40px;
    margin-top: -12px;
    background-color: #ccccd6;
    margin-bottom: 15px;
    color: black;
    margin-left: -26px;
    border-top-left-radius: 5px;
    padding-left: 15px;
    margin-right: -26px;
}

.no-click
{
    opacity: 0.2;
    pointer-events: none;
    cursor: not-allowed;
}

.exclusion-header
{
    background-color: #DCE3E6;
    padding: 15px;
    margin-bottom: 15px;
}

.exclusion-header h6
{
    margin-bottom: 0px;
    margin-top:5px;
}

#exclusions-right
{
    border-left: 1px solid #BAC0C3;
}

.exclusion-content .spec-card.col-12
{
    flex: 0 0 86%;
    max-width: 86%;
}

.exclusion-content .spec-card
{
    /* cursor: move; */
    z-index:100;
    overflow:hidden;
    text-overflow: ellipsis;
    height: 42px !important;
    white-space: nowrap;
}

#exclusions-container.row
{
    margin-right: 0px;
}

/* Bootstrap "md" */
@media (min-width: 768px)
{
    .exclusion-content .spec-card.col-md-6
    {
        flex: 0 0 45%;
        max-width: 45%;
    }
}

/* Bootstrap "lg" */
@media (min-width: 992px)
{
    .exclusion-content .spec-card.col-lg-4
    {
        flex: 0 0 28%;
        max-width: 28%;
    }
}

#primary-chart-container
{
    display: block;
    position:absolute;
    background-color:#686868;;
    right: 10px;
    top: calc(50% - 175px);
    border: 1px solid lightgray;
    width: 0px;
    height: 0px;
}

#user-dealer-list
{
    height:0px;
    display:none;
}

#topComparisonFrame,
#bottomComparisonFrame
{
    border: 3px solid #B7B7B7;
}

.dealerListToggle
{
    cursor: pointer;
    font-weight: 900;
}

.gross-direction,
.instock-direction
{
    margin-left:5px;
    font-size: 24px;
    vertical-align: sub;
}

.gross-direction.fa-caret-down,
.instock-direction.fa-caret-up
{
    color:#FF6565;
}

.gross-direction.fa-caret-up,
.instock-direction.fa-caret-down
{
    color: #38b549;
}

/* .instock-direction
{
    display: none !important;
} */

.yellow-arrow
{
    color: #E2DF12 !important;
}

.days-count-value
{
    line-height: 28px;
}

/* .instock-direction.fa-caret-down,
.instock-direction.fa-caret-up
{
    margin-bottom: 7px;
} */

#dialog-confirm
{
    display: none;
}

.card-row .col-4,
.card-row .col-8
{
    padding:0px;
    float: left;
    text-align: left;
}

.card-row .col-8
{
    padding-left:10px;
    margin-top:-6px;;
}

.card-row .col-4
{
    text-align:right;
}

.card-row .col-8.no-top-margin 
{
    margin-top: 0px;
}

.spec-card
{
    text-align: center;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.spec-card .spec-card-title
{
    /* font-size: 18px; The commented options look nicer, but take more space. */
    font-size: 15px;
    /* font-weight: lighter; */
    font-weight: bold;
    margin-bottom: 3px;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label .ui-icon
{
    display: none;
}

.multibutton-container
{
    width:100%;
    text-align: center;
}

.ui-visual-focus
{
    box-shadow: none;
}

.buttonset label,
.buttonset label:hover
{
    padding: 10px 25px 10px 25px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: lighter !important;
}

.choice-count
{
    margin-bottom:6px;
    margin-top: -3px;
}

.profit-value
{
    float:left;
    margin-top: 6px;
}

.days-count-value
{
    float:left;
}

.forced-top-margin-3
{
    margin-top: 3px;
}