
@import url("theme1.css");

@import url("no_wrapper.css");
@import url("adaptive.css");

@import url("burgundy.css");
@import url("berkeley.css");


body, html {
    overflow: auto !important;
    font-size: 14px !important;
}

input, select {
     font-size: 14px;
}

.ACA_SmButton a, .ACA_SmButtonForRight a, .ACA_SmButtonDisable a, .ACA_LgButton a, .ACA_LgButtonForRight a {
  background: #180456 !important;
}

.font11px {
  font-size: 14px;
}
font {
  font-size: 14px !important;
}
p {
  font-size: 14px;
}

.ACA_Form input[type=text], .ACA_Form input[type=password], .ACA_Form select {
  border: 1px solid;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.ACA_Control_Display {
  padding-left: 50px;
}

#ctl00_PlaceHolderMain_BreadCrumpToolBar {
  margin-top: 15px;
}
.record-detail .dropdown-menu {
	border-bottom: solid 2px #520000;
}

#divctl00_hlSkipNavigation {
	height: 0px !important;
}
#divctl00_hlSkipToolBar {
	height: 0px !important;
}

/* AirBNB stuff */
#ctl00_PlaceHolderMain_PermitList_gdvPermitList_gdvPermitListtop4btnAddCollection {
	display: none;
}
.ACA_Title_Bar, .ACA_InfoTitle {
    padding: 14px;
}
#ctl00_HeaderNavigation_divNavigation {
	display: none;
}
.ACA_Welcome_Block {
	display: none;
}

#ctl00_PlaceHolderMain_divWelcomeText {
    margin: 12px 0px 0px 0px;
    padding: 10px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.16), 0 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0px rgba(0,0,0,0);
    background: #FFFFFF;
}

#standardText {
	display: none;
}

#airText h1 {
    text-align: center;
    font-size: 44px;
}
#airText p {
    text-align: center;
    font-size: 22px;
    padding: 20px;
}
#airChoices {
    text-align: center;
    margin: auto;
}
.choice {
    width: 50%;
    max-width: 400px;
    display: inline-block;
    margin: 20px;
}
.choice h2 {
     font-size: 30px;
}
.choice i {
     font-size: 150px;
     color: #00ADA7;
}
.choice .choiceContent {
     font-size: 20px;
     margin: 20px;
}

.choice a {
    font-weight: normal !important;
    box-shadow: 0 2px 0 0 #1B4775;
    border-color: #1B4775;
    border-radius: 3px !important;
    color: #fff !important;
    text-transform: none !important;
    background-color: #1B4775;
    display: inline-block;
    width: auto;
    height: auto;
    border-width: 0;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    font-size: 16px;
    padding: 13px 50px;
}

/* Civic Insight Stuff */

#civicInsight {
	position: absolute;
    left: 50%;
    top: 50%; 
    margin-left: -400px;
    margin-top: -300px;
	width: 800px;
	height: 600px;
	overflow: hidden;
}
#insightIframe {
	position: relative;
    top: -61px;
	overflow:hidden;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.7);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay .closebtn:hover, .overlay .closebtn:focus {
    color: #f1f1f1;
}

.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important;
}

.header .container .right {
 float:right;
}

@media screen and (min-width: 1400px) {
	#civicInsight {
    margin-left: -500px;
    margin-top: -450px;
	width: 1200px;
	height: 900px;
	}
}

@media screen and (max-width: 450px) {
  .overlay{z-index: 9999;}
  .overlay a {font-size: 20px}
  .closebtn {
    font-size: 40px !important;
    top: 15px;
    right: 35px;
  }
  #civicInsight {
	position: absolute;
    left: 0%;
    top: 78px; 
	overflow: hidden;
	margin-left: 0px;
    margin-top: 0px;
	width: 100%;
	height: 100%;
	max-height: 800px;
}
.right {
   display: none;
}

}