﻿div.ModalBlockUI
{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 500;
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

div.ModalPopup {
    background-color: lightgray;
    padding: 3px;
    border-radius: 3px;
    z-index: 501;
    position: absolute;
    top: -190px;
    left: 30%;
    min-width: 500px;
    max-width: 800px;
    border: solid black 1px;
}

div.ModalPopupOneClick {
    background-color: lightgray;
    padding: 3px;
    border-radius: 3px;
    z-index: 501;
    top:-100px;
    position: absolute;
    min-width: 1200px;
    max-width: 1200px;
    border: solid black 1px;
}

div.UploadContent{
    width:90%;
    margin-left:5%;
    padding-top:20px;
    padding-bottom:20px;
}

.OneClickForm{
    width: 75%
}

.red {
    color: #a51f27;
}

.green {
    color: #5d8100;
}

.OneClickFormHeader{
    margin-top:10px;
}

@media (max-width: 1200px) 
{
    div.ModalPopupOneClick
    { 
        min-width: 90%;
    }
}

@media (max-width: 800px) 
{
    div.ModalPopupOneClick
    {       
         left: 5%;
    }
}

@media (max-width: 1200px) 
{
    div.ModalPopup
    { 
        min-width: 90%;
    }
}

@media (max-width: 800px) 
{
    div.ModalPopup 
    {       
         left: 5%;
    }
}

div.BlockAll
{
    z-index: 300;
}

div.ModalAll
{
    z-index: 301;
}

div.ModalContent {
    max-width: 900px;
    padding: 10px;
    background-color: lightgray;
}
div.ModalHeader {
    padding: 10px;
    background-color: lightgray;
    font-weight: bold;
}
div.ModalFooter {
    padding: 10px;
    background-color: lightgray;
}

div.ModalContent .form-group
{
    margin-right: 0px;
    margin-left: 0px;
}

div.Loading {
    font-size: 1.1em;
    font-weight: bold;
}

hr.DarkGray{
    border-color: darkgray;
}

span.CalendarModal {
    background-color: lightgray;
    z-index: 201;
    position: fixed;
    text-align: center;
    border: solid black 1px;
}

.modal-pad{
    padding: 30px;
}

.no-border
{
    border: 0 !important;
    box-shadow: none !important;
}

.form-checkbox label
{
    display: inline;
}

/**COMMUNITY CALENDAR STYLING**/
.EventCalendar
{
    width: 100%;
    height: 100px !important;
}

.EventDay,.EventSelectedDay,.EventOtherMonthDay,.EventTodayDay,.EventWeekendDay
{
    vertical-align: top;
    padding: 10px;
    border: solid 1px silver;
}

.EventDayHeader
{
    text-align: center;
    vertical-align: top;
}

.EventNextPrev
{
    padding: 10px;
}

.EventOtherMonthDay
{
    background-color: lightgray;
    color: darkgray !important;
}

.EventOtherMonthDay a
{
    color: darkgray !important;
}

.EventSelectedDay
{
    background-color: green !important;
}

.EventSelector
{
}

.EventTitle
{
    font-weight: bold;
    height: 30px;
}

.EventTodayDay
{
    background-color: lightblue;
}

.EventWeekendDay
{
    background-color: aliceblue !important;
}
.EventWeekendDay a
{
    color: black !important;
}

.EventDayButton
{
    width: inherit;
    height: inherit;
    background-color: green;
    position: relative;
    z-index: 101;
}
.EventNewButton
{
    display: none;
}

.EventAvailableButton
{
    font-size: .8em;
    position: relative;
    bottom: -15px;
}

.EventAvailableButton a::after
{
    content:"\a";
    white-space: pre;
}
/********************************/

.EventImage
{
    min-width: 200px;
    max-width: 300px;
}
.EventRenderImage
{
    max-width: 100%;
}

.EventArea
{
    margin: 10px;
    border: 1px solid black;
    padding-bottom: 10px;
}

.DateArea
{
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 1px black;
    background-color: silver;
}

.IconBox
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.CalToolTip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.CalToolTip .CalToolTipText {
    visibility: hidden;
    width: 300px;
    background-color: silver;
    color: #000;
    text-align: center;
    padding: 10px 10px;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
     z-index: 1;
    top: -5px;
    left: 110%;
}

.CalToolTip .CalToolTipText::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 100%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent silver transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.CalToolTip:hover .CalToolTipText {
    visibility: visible;
}

/* EVENT LIST STYLES*/
.EventListRow
{
    border: dotted 1px silver;
    margin: 3px;
}
.EventListArea
{
    margin-top: 10px;
    margin-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
}
.EventListImageArea
{
    text-align: center;
    padding-top: 3px;
    padding-left: 2px;
    padding-right: 2px;
}
.EventListDataArea
{
    display: inline-block;
    padding-left: 10px;
    padding-right: 2px;
}
.EventListDate
{
}
.EventListTitle
{
    font-weight: bold;
}
.EventListImage
{
    max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto; 
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

/* FEATURED EVENT STYLES*/
.FeaturedRow
{
    border: dotted 1px silver;
    margin: 3px;
}
.FeaturedEventArea
{
    display: table-cell;
    vertical-align: middle;
}
.FeaturedImageArea
{
    padding-top: 3px;
    padding-left: 2px;
    padding-right: 2px;
    max-width: 100px;
}
.FeaturedDataArea
{
    display: inline-block;
    padding-left: 10px;
    padding-right: 2px;
}
.FeaturedDate
{
}
.FeaturedTitle
{
    font-weight: bold;
}

.form-control-modal {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    margin-top:3px;
    margin-bottom:3px;
    line-height: 1.4285;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.OneClickForm{
    width: 75%
}

.OneClickFormHeader{
    margin-top:10px;
}

.OrSeparator{
    margin-top:110px;
    margin-left:20px;
}

/* Dealer Portal Styles */
.DocumentUploadTable{
    margin-left:50px;
}

.DocumentUploadRow{
    height: 40px;
}

.DocumentUploadHeader{
    width: 150px;
}

.DocumentUploadData{
    width: 300px;
}

.DocumentUploadControl{
    width: 80%;
}

div.DealerInformation{
    border-style: solid;
    border-radius: 10px;
    height: 200px;
    margin-top:40px;
}

table.DealerInformation{
    display: block;
    padding-top: 25px;
    width:100%;
}

div.ApplicationWrapper{
    overflow-y: auto;
    height: 500px;
}

div.ApplicationInformation{
    border-style: solid;
    border-radius: 10px;
    height: 430px;
}

table.ApplicationInformation{
    display: block;
    padding-top: 15px;
    width:95%;
}

.ApplicationInformationSelected{
    background-color: paleturquoise;
}

td.AppInfoHeader {
    width: 220px;
}

td.AppInfoData{
    width: 150px;
}

/*table.DealerPortal tr:hover{
    background-color: azure;
}*/

.DealerPortalLoginControl {
    height: 25px;
    width: 200px;
}

td.DealerPortalLoginHeader {
    width: 100px;
}

td.DealerPortalLoginData{
    width: 150px;
}

table.DealerPortal{
    width:95%;
}

table.DealerPortal tr:nth-child(even){
    background-color: lightgray;
}

table.DealerPortal th{
    border-bottom: 1px solid black;
    padding: 2px;
}

table.DealerPortal td{
    border-bottom: 1px solid darkgray;
    padding: 2px;
}

div.ModalPopupDealerPortal {
    background-color: white;
    padding: 3px;
    border-radius: 3px;
    z-index: 251;
    left:30%;
    top:35%;
    position: fixed;
    min-width: 500px;
    max-width: 700px;
    border: solid black 1px;
}

div.ModalHeaderDealerPortal{
    padding: 10px;
    background-color: white;
}

div.ModalContentDealerPortal{
    padding: 10px;
    background-color: white;
}

div.ModalBlockUIRenew
{
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 250;
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

div.ModalPopupRenew {
    background-color: white;
    padding: 3px;
    border-radius: 3px;
    z-index: 252;
    position: fixed;
    top: 35%;
    left: 30%;
    width: 500px;
    border: solid black 1px;
}

div.smart-stack-radio {
    Display: inline-block;
}

button.QuickSwitchAdded {
    background-color: lightgreen;
    
}

button.QuickSwitchAdded:hover{
    background-color: lightcoral;
}

button.QuickSwitchRemoved {

}

@media (min-width: 768px) 
{
    div.ModalPopupDealerPortal
    { 
        left: 30%;
    }
}

@media (max-width: 768px) 
{
    div.ModalPopupDealerPortal
    {       
        min-width: 200px;
        left: 5%;
    }
}