﻿
/* Paging */
#searchResults .pagination { 
width: 100%;
justify-content: center;
border-top:2px solid #f2f2f2;
padding-top:1rem;
margin-top:1rem;
}

#searchResults .pagination .page-items {padding:0.3rem 1rem; align-self:center;}
#searchResults .pagination .page-items > span a {padding:0.3rem; border:1px solid #ededed; border-radius:3px;}
#searchResults .pagination .page-items > span a:hover { background:#ededed;}
#searchResults .pagination .page-items > span a:active { background:#ededed;}

/* ------------------------- */
/* Pop up window */
.smodmap {position:relative;}

.smodpop {
    display: none;
    z-index: 2;
    width: auto;
    max-width: 500px;
    position: fixed;
    top: 20vh;
    left: 10vw;
    right: 10vw;
    margin:auto;
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.2);
    border: 1px solid #777777;
    border-radius: 5px;
    background: #ededed;
    padding: 10px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 18%, #e8e8da 100%);
    background: -webkit-linear-gradient(top, #ffffff 18%,#e8e8da 100%);
    background: linear-gradient(to bottom, #ffffff 18%,#e8e8da 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8da',GradientType=0 );
}


.smodpopclose {
    color: red;
    font-size: 1.5em;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.sGrid {
    width:100%;
}
.sGrid th, .wGrid td {
    padding: 5px;
}

.flLeft {
    float:left;
}

#dialog-confirm {

}
body .ui-widget-overlay {
    opacity: 0.8;
    background-color: #000000;
}
body .ui-datepicker select.ui-datepicker-month, body .ui-datepicker select.ui-datepicker-year {
    width: auto;
    height: auto;
    display: inline-block;
}


.required:after {
    content: " *";
    color: red;
}
.ui-dialog {
    max-width:90%;
}
#sortSearch .noListingsCategory a {
    color: #bbbbbb;
}
#sortSearch .inActiveCategory a, #sortSearch .inActiveBusiness {
    color: #ff0000;
}
#dialog-confirm fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

.twoColumn {
	display:flex;
}
.twoColumn > div:nth-child(1) {
	width:49%;
	margin-right:2%;
}
.twoColumn > div:nth-child(2) {
	width:49%;
}
.stdForm {
	min-width: 450px;
}
.stdForm > div {
	display:flex;
}
.stdForm > div > span {
	flex-basis: 30%;	
}
.stdForm > div > span:nth-child(1) {
	font-weight: 600;
}
.stdForm > div > span:nth-child(2) {
	flex-basis: 70%;
}
.formLine {
    display:flex;
}
.formLine input, .formLine select, .formLine textarea {
    width: 100%;
}
.formLine select{
    padding:4px;
}
.formLine .rdoList input {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 10px;
}
.formLine .rdoList label {
    font-weight: normal;
}
.formLine .required.finalAgree {
    vertical-align:super;
}
.formLine .finalAgree input {
    vertical-align:super;
}
.formLine .finalAgree label {
    font-weight: bold;
    width:90%;
    margin-left:10px
}
.formGroup {
    margin-right: 15px;
    margin-bottom: 15px;
}
.formLabel {

}
.formInput {

}
.fb10 { flex-basis: calc(10% - 15px); }
.fb25 { flex-basis: calc(25% - 15px); }
.fb33 { flex-basis: calc(33% - 15px); }
.fb50 { flex-basis: calc(50% - 15px); }
::placeholder { color: #bbbbbb;font-weight:600;padding-left:7px; }

@media only screen and (max-width: 768px) {
    .formLine {
        display: block;
    }
}