﻿

  /**** BASE ****/
body {
    color: #888;   
}
a {
    color: #03a1d1;
    text-decoration: none!important;
}

/**** LAYOUT ****/
.list-inline>li {
    padding: 0 10px 0 0;
}
.container-pad {
    padding: 10px 5px;
}


/**** MODULE ****/
.bgc-fff {
    background-color: #fff!important;
}
.box-shad {
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
.brdr {
    border: 1px solid #ededed;
}

/* Font changes */
.fnt-smaller {
    font-size: .9em;
}
.fnt-lighter {
    color: #bbb;
}

/* Padding - Margins */
.pad-10 {
    padding: 10px!important;
}
.mrg-0 {
    margin: 0!important;
}
.btm-mrg-10 {
    margin-bottom: 10px!important;
}
.btm-mrg-20 {
    margin-bottom: 20px!important;
}

/* Color  */
.clr-535353 {
    color: #535353;
}




/**** MEDIA QUERIES ****/
@media only screen and (max-width: 991px) {
    #property-listings .property-listing {
        padding: 5px!important;
    }
    #property-listings .property-listing a {
        margin: 0;
    }
    #property-listings .property-listing .media-body {
        padding: 10px;
    }
}

@media only screen and (min-width: 992px) {
    #property-listings .property-listing img {
        max-width: 180px;
    }
}




.ui-widget-content {
    background:white !important;
}


 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
            {
                /*background: #333 url("images/ui-bg_dots-small_20_333333_2x2.png") repeat scroll 50% 50%;*/
                background: darkGreen none repeat scroll 0 0;
                border: 1px solid #333;
                color: #fff;
                font-weight: bold;
               /* cursor:not-allowed*/
            }
    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 0.8;
}

   .ui-widget-header {
	border: 1px solid #95beff;
	background: #95beff 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
           
            .my_class
            {
              /*  color: Green !important;
                background-color: Green !important;*/
              /*  background: Green none repeat scroll 0 0 !important;*/
               /* border: 0px solid Green !important;
                color: Green !important;
                font-weight: bold !important;
                background-image: none !important;
                opacity: 1 !important;*/
            }            
            .my_class .ui-state-default
            {
                  background: lightBlue none repeat scroll 0 0 !important;
                  cursor:pointer;
            }

            .my_classSelected .ui-state-default
            {
                  background: Green none repeat scroll 0 0 !important;
                  cursor:pointer;
            }







            label {
    min-width: 100px;
}




