/*######## modal for pdf form #######*/

#pdf-form {
    padding-right: 15px;
}

#pdf-form .modal-body {
    padding: 0;
    background-color: #f2f2f2;
}

#pdf-form .modal-dialog {
    width: 460px;
    height: 500px;
}

#pdf-form .modal-content {
    border-radius: 0;
}

/*header*/
#pdf-form .window .window-head {
    color: #4d4d4d;
    font-family: Roboto, sans-serif;
    height: 100px;
    background-color: #ffffff;
    font-weight: 400;
    line-height: 16px;
    padding: 10px 20px 0 30px;
}

#pdf-form .window .window-head .title{
    color: #4d4d4d;
    font-size: 20px;
    width: 320px;
    margin-top: 37px;
}

#pdf-form .window .window-head .location{
    color: #0f1010;
    font-size: 15px;
    line-height: 12px;
}

#pdf-form .window .window-head .logo{
    height: 80px;
    width: 80px;
    position: absolute;
    right: 20px;
    top:10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}

/*body*/
#pdf-form .window .window-body {
    font-family: Roboto, sans-serif;
    padding: 35px 30px 0;
}

#pdf-form .window .window-body .form-group {
    margin-bottom: 10px
}

#pdf-form .window .window-body .help-block {
    font-size: 10px;
    margin: 3px 0 0;
    height: 10px
}

#pdf-form .window .window-body .form-control{
    width: 100%;
    height: 60px;
    padding: 6px 15px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    color: #0f1010;
    font-size: 16px;
}

#pdf-form input{outline: none;}

#pdf-form .window-head .close{
    position: absolute;
    border: 1px solid rgba(0,0,0,.2);
    width: 23px;
    height: 23px;
    border-radius: 50%;
    right: -8px;
    top: -8px;
    background-color: #f2f2f2;
    font-size: 16px;
    line-height: 0;
    color: #ccc;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 -2px 8px -1px rgba(0,0,0,.5);
    padding-left: 1px;
}

#pdf-form .window .window-body button {
    height: 60px;
    width: 100%;
    background-color: #b08526;
    border: none;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
}

#pdf-form .window .window-body button span{
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 35px;
    height: 34px;
    font-size: 18px;
    padding-top: 5px;
    margin-left: 10px;
}

#pdf-form .window .window-body button span.glyphicon-download-alt:before {
    margin-left: -1px;
}
/* Agency message - response */
#message-agency .modal-content{
    min-height: 438px;
}

#message-agency .success-message{
    color: #3e3434;
    font-size: 22px;
    font-weight: bold;
}

#message-agency .recommendation{
    color: #3e3434;
    font-size: 20px;
    margin-bottom: 30px;
}

#message-agency .r-prop {
    margin: 0;
    padding: 20px;
    background-color: #eeeeee;
    padding: 20px 20px 10px;
}

#message-agency .r-prop .prop-wrap{
    width: 167px;
    min-height: 268px;
    background-color: #fff;
    display: inline-block;
    margin: 0 7px;
    vertical-align: top;
    border: 1px solid #eeeeee;
}

#message-agency .preview {
    height: 125px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#message-agency .suburb {
    font-size: 16px;
    color: #2245cc;
    margin-top: 17px;
    height: 36px;
    line-height: 17px;
    padding: 0 2px;
}
#message-agency .contract-type {
    font-size: 13px;
    color: #4c4c4c;
    font-weight: bold;
}

#message-agency .contract-description {
    font-size: 13px;
    color: #4c4c4c;
    height: 30px;
    padding: 0 2px;
    line-height: 13px;
}

#message-agency  a.property-view{
    background-color: #584f50;
    color: #f6f0f0;
    font-size: 13px;
    height: 30px;
    width: 125px;
    margin-top: 3px;
    text-decoration: none;
}

#message-agency  a.property-view:hover{
    background-color: #41393a;
    color: #fff;
}

#message-agency .owl-carousel .owl-controls .owl-prev, #message-agency .owl-carousel .owl-controls .owl-next{
    width: 31px;
    height: 31px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    border-radius: 50%;
    bottom: 65%;

}

#message-agency .owl-carousel .owl-controls .owl-prev{
    background-image: url("/assets/production/img/left-arrow-in-circle-outline.png");
    left: 15px;
}

#message-agency .owl-carousel .owl-controls .owl-next{
    background-image: url("/assets/production/img/right-arrow-in-circle-outline.png");
    right: 15px;
}
