/* 
    Document   : oasis_v
    Created on : 02-oct-2012, 17:17:56
    Author     : IMAC6
    Description:
        Purpose of the stylesheet follows.
*/

.nav-list .active a, .nav-list .active a:hover {
    background-color: green;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    background-color: green;
    background-image: none !important;
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    color: white !important;
    background-color: green !important;
    background-image: none !important;
}

textarea {
    resize: none;
}

#wzd-menu {
    padding: 7px 14px;
    margin: 0 0 18px;
    list-style: none;
    background-color: #FBFBFB;
    background-image: -moz-linear-gradient(top, white, whiteSmoke);
    background-image: -ms-linear-gradient(top, white, whiteSmoke);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(whiteSmoke));
    background-image: -webkit-linear-gradient(top, white, whiteSmoke);
    background-image: -o-linear-gradient(top, white, whiteSmoke);
    background-image: linear-gradient(top, white, whiteSmoke);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 white;
    text-align: center;
}

#wzd-menu li {
    display: inline-block;
    text-shadow: 0 1px 0 white;
    background: url("../images/arrow.png") right no-repeat;
    padding-right: 20px;
}

.wzd-last {
    background: none !important;
}

.wzd-active {
    text-decoration: underline;
    font-size: 15px;
    font-weight: bold;
}

.wzd-active a {
    color: green !important;
}

.special-text {
    font-family: 'Marko One';
    font-size: 30px;
    letter-spacing: 0px;
}

.summary {
    margin-right: 20px;
}

.dashboard h4 {
    text-align: center;
}

.dashboard li > div:hover {
    opacity: 0.8;
    border: 1px solid green;
}

.pagination {
    text-align: center;
}

.hasDatepicker {
    background: white url("../images/iconos/datepicker.png") right no-repeat !important;
    cursor: default !important;
}

.table tbody tr {
    background-color: white;
}

.ppal {
    margin-top: -30px;
}

.ppal ul li {
    margin-bottom: 0px;
}

#creditos img {
    height: 70px;
    margin-bottom: 10px;
}

.short_descr {
    overflow: hidden;
}

/*
 *	add this to your own css file,
 *	to overwrite the _chosen_ styling, to look more like bootstrap!
 *	
 *	note: for the error part to work, an .error class-name must be added
 *	to a wrapping DIV, to display the bootstrap error styling. I have
 *	just use the wrapping .control-group DIV
 *	
 *	credit: Rasmus Burkal, @rabu81
*/

ul.chzn-choices {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	   -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	     -o-transition: border linear 0.2s, box-shadow linear 0.2s;
	        transition: border linear 0.2s, box-shadow linear 0.2s;
}

div.error div.controls div.chzn-container ul.chzn-choices {
	border-color: #B94A48;
}

div.error div.controls div.chzn-container-active  ul.chzn-choices {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 74, 72, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 74, 72, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 74, 72, 0.6);
}

div.controls ul.chzn-choices {
	border-color: #ccc;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

div.chzn-container-active  ul.chzn-choices {
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* MENÚ SUPERIOR */
.navbar .brand {
    color: green;
}

.container {
    margin-top: -3px;
}

.nav-collapse .nav li {
    border: 1px solid green;
    border-radius: 5px;
    margin-left: -1px;
}

.nav-collapse .nav li a {
    color: green;
}

.nav-collapse .nav li a:hover {
    color: darkgreen;
}

.nav-collapse .nav .active {
    border: 0px;
}

.nav-collapse .nav .active a {
    background: #DFF0D8;
    color: green;
    font-weight: bold;
    border: 1px solid green;
    border-radius: 5px;
}

.nav-collapse .nav .active a:hover {
    background: #DFF0D8;
    color: green;
    font-weight: bold;
}

.nav-collapse .nav .dropdown {
    border: 0px;
}

.nav-collapse .nav .dropdown .dropdown-toggle {
    background-color: white;
    color: green;
    border: 1px solid green;
    border-radius: 5px;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: white;
    color: green;
}

.dropdown-menu li {
    border: 0px !important;
}

.dropdown-menu li a {
    border: 0px !important;
}

.dropdown-menu li a:hover {
    color: white !important;
}

.dropdown-menu .active a {
    border-radius: 0px !important;
}

#inmuebles-grid {
    padding-top: 30px !important;
}

#order-row a {
    cursor: pointer;
}

.cuarentena-row {
    background-color: #DDD !important;
}

.cuarentena-row td {
    background-color: #DDD !important;
}

.create-inmueble {
    border-bottom: 1px solid green;
}

.create-inmueble > .active > a {
    color: green;
    border: 1px solid green;
    border-bottom-color: transparent;
    background-color: #DFF0D8;
}

.create-inmueble > .active > a:hover {
    color: green;
    border: 1px solid green;
    border-bottom-color: transparent;
    background-color: #DFF0D8;
}

.create-inmueble > li > a:hover {
    border: 1px solid green;
}

.admin-search-form input, .admin-search-form select {
    margin-bottom: 0px;
}

.page-header {
    margin-bottom: 15px;
}

#propietarioLabel label {
    font-weight: bold;
}

#direccionLabel label {
    font-weight: bold;
}

.divider-vertical {
    border: 0px !important;
}

#videosUpload-grid table a.delete {
    background: none;
}

.bold_label label {
    font-weight: bold;
}

.color_label label {
    color: green;
}

#map_addresses img {
    max-width: none;
}

.detail-view th {
    text-align: left;
}

#descripcion, #descripcion p, #observaciones, #observaciones p {
    text-align: justify;
}

.precioInmueble {
    font-weight: bold;
}

.precio_column {
    min-width: 80px;
}

.search-mobile {
    display: none;
}