
/* Stylsheet Modal*/

/*MODALE Ricerca indirizzi*/

#list_address_searched_modal .modal-dialog {
	width:650px;
	margin:30px auto;
}

#list_address_searched_modal .bkg_gradient {
    background: rgba(0, 0, 0, 0) linear-gradient(20deg, #7358a8 1%, #3cc5f1 100%) repeat scroll 0 0;
    color: #fff;
    min-height: 500px !important;
}

#list_address_searched_modal .modal-header {
    border-bottom: medium none !important;
    min-height: 16.43px;
    padding: 15px;
}

#list_address_searched_modal .close {
    background-image: url("../../siaeboot/img/close-modal-icon-white.png") !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    height: 49px;
    margin-right: 0;
    margin-top: 0;
    opacity: 1;
    outline: medium none;
    text-indent: -10000px;
    width: 49px;
}

/*FINE MODALE Ricerca indirizzi*/

#address_company_modal_form .modal-body {
	left: 9%;
    padding: 15px;
    position: relative;
    text-align: center;
    width: 750px;
}
#address_company_modal_form .input, .sol_select {
    float: left !important;
    height: 55px !important;
    margin-bottom: 13px !important;
    margin-right: 20px !important;
    margin-top: 0 !important;
}
#address_company_modal_form .bkg_gradient {
    background: rgba(0, 0, 0, 0) linear-gradient(20deg, #7358a8 1%, #3cc5f1 100%) repeat scroll 0 0;
    color: #fff;
    min-height: 500px !important;
}


#contact_company_modal_form .modal-dialog {
	width:900px;
	height: 550px;
	margin:30px auto;
}
#contact_company_modal_form .modal-body {
	left: 9%;
    padding: 15px;
    position: relative;
    text-align: center;
    width: 750px;
}
#contact_company_modal_form .input, .sol_select {
    float: left !important;
    height: 55px !important;
    margin-bottom: 13px !important;
    margin-right: 20px !important;
    margin-top: 0 !important;
}

#address_company_modal_form .modal-dialog {
    height: 550px;
    margin: 30px auto;
    width: 900px;
}
#modalContentRec .input, .sol_select {
    float: left !important;
    height: 55px !important;
    margin-bottom: 13px !important;
    margin-right: 20px !important;
    margin-top: 0 !important;
	width:100% !important;
}


#contact_company_modal_form .bkg_gradient {
    background: rgba(0, 0, 0, 0) linear-gradient(20deg, #7358a8 1%, #3cc5f1 100%) repeat scroll 0 0;
    color: #fff;
    min-height: 500px !important;
}


#address_company_modal_form #modal_bottom {
  background: #fff none repeat scroll 0 0;
height: 120px;
    position: absolute;
    top: 440px;
    width: 100% !important;
}

#contact_company_modal_form #modal_bottom {
  background: #fff none repeat scroll 0 0;
height: 120px;
    position: absolute;
    top: 474px;
    width: 100% !important;
}


#modalContentRec .btn-mod-conf {
margin-top: 60px;
}

#modalContentRec .btn-primary:hover, .btn-primary:focus {
    background-color: #00b4f9;
    border-color: #00b4f9;
    color: #fff;
}
#modalContentRec .btn-primary.active {
    background-color: #00b4f9;
    border-color: #00b4f9;
    color: #fff;
}

#modalContentRec .btn-mod-add {
    margin-top: 265px;
}

#modalContentRec .btn-mod-add-address {
    margin-top: 89px;
}


#modalContentRec .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: #00b4f9;
    border-color: #00b4f9;
    color: #FFF;
}

#address_company_modal_form .position-button{
    position: fixed;
    bottom: 0;
    text-align: center;
}

