@import url("superfish-menu-custom.css");

/* Background pattern from subtlepatterns.com */

/* SKIN Styles*/
* {
    font-family: 'Open Sans', sans-serif;
}
body {
  line-height: 18px;
  overflow-y: scroll;
  min-height:100%;
  background-color:#E6E8EA;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.wrapper
{
  max-width:1250px;
  min-width: 1150px;
  margin:0 auto;
}

.contentPaneDiv {
  background-color:#F4F6F7;
  border-top:3px solid #1C416F;
  padding:12px;
  min-height:500px;
  box-shadow:0px 5px 8px;
}

.leftPaneDiv {
  width:80%;
  border-right: 2px solid grey;
}
.rightPaneDiv {
  background-color:#F4F6F7;
  padding: 0px 20px 20px 20px;
  width:20%;
}

#divLogin {
  visibility:hidden;
}

.loginButton {
  background-color:transparent;
  border:none !important;
  color: white !important;
  padding:7px 20px;
  cursor:pointer;
  text-decoration:none;
  position:absolute;
  margin-left:-80px;
}
#menu
{
  border-top-right-radius:3px !important;
  opacity:1;
  text-align:left;
}
#Header {
  text-align:center;
  border-bottom: 3px solid rgba(28,65,111, 1);
  padding-top:20px;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.5, rgba(39, 90, 157, 0.8)),color-stop(1, rgba(28, 65, 111, 0.8)));
  background-image: -o-linear-gradient(bottom, rgba(39, 90, 157, 0.8), rgba(28, 65, 111, 0.8) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(39, 90, 157, 0.8), rgba(28, 65, 111, 0.8) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(39, 90, 157, 0.8), rgba(28, 65, 111, 0.8) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(39, 90, 157, 0.8), rgba(28, 65, 111, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(39, 90, 157, 0.8), rgba(28, 65, 111, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#275A9D', endColorstr='#275A9D');/*For IE7-8-9*/ 
}
.districtTitle {
  text-shadow:1px 1px 2px #000;
  color:white;
  font-size:36px;
  font-family: Constantia !important;
}

#menu ul li {
  text-transform: uppercase;
  font-size: 18px;
  height: 100%;
}

#DisclaimerContainer {
    box-shadow:0px 5px 8px;
    padding:0px;
}

#Disclaimer {
 text-align:center;
 padding:20px;
 text-shadow:1px 1px 1px #000;
 background-color:#333336;
}
.disclaimerText {
  text-align:justify;
  font-size:11px;
  color:white;
  width:100% !important;
}
.disclaimerTitle {
  font-size: 13px;
  color:#E2751A;
  margin-bottom:10px;
}
.propertysearchbox {
  margin-top:12px;
  margin-bottom:12px;
  padding:15px;
  border-collapse:collapse;
  border: 1px solid #1C416F;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.5, rgba(39, 90, 157, 0.8)),color-stop(1, rgba(28, 65, 111, 0.8)));
  background-image: -o-linear-gradient(bottom, rgba(39, 90, 157, 0.8), rgba(28, 65, 111, 0.8) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(39, 90, 157, 0.8), rgba(28, 65, 111, 0.8) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(39, 90, 157, 0.8), rgba(28, 65, 111, 0.8) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(39, 90, 157, 0.8), rgba(28, 65, 111, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(39, 90, 157, 0.8), rgba(28, 65, 111, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#275A9D', endColorstr='#275A9D');/*For IE7-8-9*/ 
}

.title {
  color:#E2751A;
  text-transform:uppercase;
  border-bottom: 1px solid #1C416F;
  border-left:5px solid #1C416F;
  padding:8px 10px;
  font-size:20px;
  height:15px;
}

.fieldLabel {
  text-align:right;
  font-size:13px;
  color:#7D7D7D;
  width:230px;
  padding-top:10px;
  vertical-align:top;
}

.fieldData {
  padding-left: 20px;
  text-wrap:avoid;
  font-weight:bold;
  color: #545A5f;
  font-size:13px;
  padding-top:10px;
}

.links {
    text-decoration:none;
    color:#417BAD !important;
}

.links:hover {
    text-decoration:underline;
    text-decoration-style:dotted;
}

hr { 
  border: 0; 
  height: 1px;
  background: #333; 
  background-image: -webkit-linear-gradient(left, #DDD, #B3B8BC, #DDD); 
  background-image: -moz-linear-gradient(left, #DDD, #B3B8BC, #DDD); 
  background-image: -ms-linear-gradient(left, #DDD, #B3B8BC, #DDD); 
  background-image: -o-linear-gradient(left, #DDD, #B3B8BC, #DDD); 
}

.imgBorder {
  border:1px solid #B3B6B8;
  background: white;  
  padding:4px;
}

.loadinggif {
 background: url('/DesktopModules/TylerTechnologies/PropertySearch/Content/images/loading.gif') no-repeat right transparent;
}

.button {
    padding:6px;
    color:#417bad;
    font-size:12px;
    border:1px solid #545A5F;
    text-decoration:none;
    cursor:pointer;
    background: rgb(242,245,246); /* Old browsers */ 
    background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 0%, rgba(200,215,220,1) 100%); /* FF3.6+ */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(0%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */ 
    background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 0%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */ 
    background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 0%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */ 
    background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 0%,rgba(200,215,220,1) 100%); /* IE10+ */ 
    background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 0%,rgba(200,215,220,1) 100%); /* W3C */ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
}

.discreetButton {
    background-color:transparent;
    border: 1px solid transparent;
    color: #417BAD !important;
    padding:7px 20px;
    cursor:pointer;
    text-decoration:none;
}

.normalButton {
    background-color:#23528E;
    border: 1px solid #1C416F;
    color: white !important;
    padding:7px 15px;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(66,129,208,1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(66,129,208,1);
    box-shadow: inset 0px 1px 0px 0px rgba(66,129,208,1);
    cursor:pointer;
    text-decoration:none;
}

.normalButton:hover:enabled {
   background-color:#3166AA;
}

.discreetButton:hover:enabled {
    text-decoration:underline;
}

.normalButton:disabled {
    background-color:grey;
    cursor:default;
    border:none;
    box-shadow:none;
}

h2 {
    display:none !important;
}

#divShoppingCartIcon {
  color: white;
  cursor: pointer;
  font-size: 18px;
  border-top: 1px solid #1C416F;
  border-right: 1px solid #1C416F;
  border-left: 1px solid #1C416F;
  display: none;
  width: fit-content;
}
#divNoOfPropertiesInCart {
    background-color:#E2751A;
    box-shadow:0 1px 0 0 #F8A25B inset;
    font-size:16px;
    padding:7.5px;
    float:right;
    text-align:center;
    max-width:45px;
}
.fa-shopping-cart {
    background-color: #275B9D !important;
    padding: 10px 18px !important;
    box-shadow:0 1px 0 0 #4281D0 inset !important;
}

.custom-toggler {
  box-shadow: none !important;
  background: rgb(28, 65, 111);
}

.divSeal {
  height: 100px;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .districtTitle {
    font-size: 24px;
  }
}

@media print {
  #divMainContent{
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
}





