﻿body {
    background-color: #f6f6f6;
}

h4 {
    border: solid 1px #e3e3e3;
    /*border-bottom:solid 1px #e3e3e3;*/
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    background-color: #f6f6f6;
}

label {
    font-weight: normal;
}

.is-header {
    background-color: #ede4ed;
}

.is-page-content {
    background-color: white;
    border: solid 1px #e3e3e3;
    border-radius: 10px;
}

select {
    height: 40px;
    padding: 0 10px;
    width: 100%;
}

input[type="text"] {
    height: 40px;
    padding: 0 10px;
    width: 100%;
}


.listImmobili tr {
    color: #666;
    font-size:13px;
}

    .listImmobili tr:hover {
        color: black;
    }

.listImmobili td {
    cursor: pointer;
}

.listImmobili i {
    color: darkred;
}

.modal-alert {
    background-color:#d43f3a!important;
    color:white;
}



#pubblicazione {
    min-height: 500px;
}

#ContentPlaceHolder1_ImagesManagerMain_TableMain {
    width: 100% !important;
}

    #ContentPlaceHolder1_ImagesManagerMain_TableMain input[type=file] {
        margin: 10px;
        width: 100%;
    }

    #ContentPlaceHolder1_ImagesManagerMain_TableMain input[type=submit] {
        margin: 10px;
    }


input[type=radio] {
    margin-left: 10px;
}

label {
    margin-left: 5px;
}

/* Radiobuttonlist per la definizione del listino prezzi nella scheda dettaglio dell'immobile */
.modal-body select {
    margin-left: 10px;
    width: 95% !important;
}

.listino {
    display: none;
}

.table-listino td {
    border: solid 1px #e3e3e3;
    
}

.table-listino th {
    border: solid 1px #e3e3e3;
}


.dark-red {
    color:darkred;
}

.immobysoft-btn-cerca {
    margin-top:28px;
}


/*buttom.close {
    margin-top:100px!important;
}*/