.main{
    padding-top: 0px !important;
    background: url("/images/texture.min.png") repeat scroll 0 0 #eee;
}

h1{
    font-size: 28px;
}

/* Agent Header Start */
.agent-header{
    width: 920px;
    overflow: auto;
    padding: 40px 20px;
    background-color: white;
}

span.img-span{
    width: 175px;
    float: left
}

img.agent-photo{
    float: left;
    max-width: 160px;
    -webkit-box-shadow: 0 1px 5px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 5px rgba(34, 25, 25, 0.4);
    box-shadow: 0 1px 5px rgba(34, 25, 25, 0.4);
    margin-bottom: 10px;
}

div.agent-company{
    width: 490px;
    padding-right: 15px;
    padding-bottom: 20px;
}

div.agent-reco{
    width: 240px;
}

div.agent-reco a{
    text-decoration: none;
    color: #444;
    display: inline-block;
    float: right;
    background-color: white;
}

div.agent-reco a.up{
    border:1px solid green;
}

div.agent-reco a.down{
    border:1px solid red;
}

div.agent-reco a.none{
    border:1px solid #ccc;
}

.up-bg{
    background-color: green;
}

.down-bg{
    background-color: red;
}

.none-bg{
    background-color: #ccc;
}

div.agent-location{
    padding-top: 2px;
    color: #888;
}

div.feedback-up{
    font-size: 14px;
    color: green;
}

div.feedback-up span{
    font-size: 20px;
    color: green;
}

div.feedback-down{
    font-size: 14px;
    color: red;
}

div.feedback-down span{
    font-size: 20px;
    color: red;
}

div.feedback-none{
    font-size: 14px;
    color: #444;
    padding: 16px;
}

div.num-reviews{
    font-size: 11px;
    color:#888;
}

div.num-reviews span{
    font-size: 11px;
    color: #888;
}

p.agent-desc,
p.agent-desc-short{
    padding-top: 10px;
    line-height: 1.5 !important;
    font-size: 14px;
}
/* Agent Header End */

/* Reviews Start */
#reviews {
    float: right;
    width: 630px;
    padding: 20px;
    background-color: white;
    margin-left: 10px;
    margin-bottom: 40px;
}

.review-item{
    border-top: 1px solid #DDD;
    margin-top: 20px;
    padding-top: 20px;
}

.review-item:first-of-type{
    border-top: none !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.thumbs{
    width: 60px;
}

.review-container{
    width: 570px;
}

div.review-title{
    color: #FF7403;
    padding-bottom: 2px;
    font-size: 16px;
}

.review-posted-on,
.review-posted-on span{
    color: #888;
    font-size: 12px;
}

.review-person-location{
    color: #888;
    font-size: 12px;
}

.review-destinations{
    padding-top: 2px;
    color: #888;
}

.review-text{
    padding-top: 10px;
}

.reviews-load-more-container,
.packages-load-more-container{
    overflow: auto;
    width: 100%;
}

.reviews-load-more-container a,
.packages-load-more-container a{
    display: block;
    padding: 15px 0px;
    text-align: center;
    text-decoration: none;
    color: #2074be;
    font-size: 22px;
    border: 1px solid #ddd;
    margin-top: 40px;
}

.reviews-load-more-container a:hover,
.packages-load-more-container a:hover{
    color: #ff7403;
    background-color: #f8f8f8;
}
/* Reviews End */

/* Review Replies Start */
.review-reply-container{
    margin-top: 30px;
    margin-bottom: 5px;
}

.review-reply-button{
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background-color: #2074be;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 12px;
    border: none;
}

.review-reply-cancel{
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background-color: #444;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 12px;
    border: none;
}

.review-reply-textarea{
    border: 1px solid #DDD;
    width: 540px;
    padding: 4px;
    margin: 0;
    font-size: 13px;
    height: 60px;
    font-family: arial;
}

.review-reply-header{
    color: #2074BE;
    font-weight: bold;
}

.under-review{
    color: #ff7403;
    padding-left: 5px;
    font-size: 12px;
}

.reply-text{
    background-color: #EEE;
    padding:10px;
    width: 560px;
}
/* Review Replies End */

/* Agent Info Box Start */
.agent-info-box{
    float: left;
    width: 270px;
    background-color: #fff;
    margin-right: 10px;
}

.agent-info-header{
    padding: 15px;
    overflow: auto;
    color: #444;
    font-size: 16px;
}

.agent-info-details{
    padding: 0px 15px;
    overflow: auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    color: #666;
    line-height: 1.5;
}

.agent-info-details span{
    color: #666;
    line-height: 1.5;
}

.agent-info-services,
.agent-info-affiliations{
    padding-bottom: 15px !important;
}

.agent-info-services img{
    max-height: 24px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.agent-info-affiliations img{
    max-height: 48px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.ui-tooltip{
    -webkit-box-shadow: 0 1px 5px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 5px rgba(34, 25, 25, 0.4);
    box-shadow: 0 1px 5px rgba(34, 25, 25, 0.4);
    padding: 5px;
}
/* Agent Info Box End */

/* Tour Packages Start */
.tour-packages-container{
    float: right;
    width: 630px;
    padding: 20px;
    background-color: white;
    margin-left: 10px;
    margin-bottom: 40px;
}

.tour-package-item{
    border-top: 1px solid #DDD;
    margin-top: 20px;
    padding-top: 20px;
    float: left;
    width: 100%;
}

.tour-package-item:first-of-type{
    border-top: none !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.package-name{
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.package-name a {
    color: #2074BE;
    font-size: 18px;
    text-decoration: none;
}

.package-name a:hover{
    color: #ff7403;
}

.package-photo {
    float: left;
    width: 80px;
    padding-right: 20px;
}

.package-photo img {
    max-width: 80px;
}

.package-info{
    float: left;
    width: 360px;
    padding-right: 20px;
}

.package-destinations {
    float: left;
    width: 360px;
}

.package-duration {
    float: left;
    padding-bottom: 10px;
    font-size: 12px;
    width: 100%;
}

.package-destination {
    float: left;
    font-size: 12px;
    padding-bottom: 10px;
    width: 100%;
    line-height: 1.5;
}

.package-services {
    float: left;
    width: 100%;
}

.package-includes {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
}

.package-services img{
    max-height: 24px;
    margin-right: 15px;
}

.package-pricing {
    float: right;
    width: 150px;
}

.package-from {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #666;
}

.package-price {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 24px;
    color: #000;
    padding-bottom: 15px;
}

.view-package {
    float: left;
    width: 100%;
    text-align: right;
}

.view-package a {
    padding: 8px 14px;
    font-size: 14px;
    text-align: center;
}
/* Tour Packages Start */

/* Actions Container Start */
.agent-actions-container{
    overflow: auto;
    padding: 10px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
}

.agent-actions-container a.action-link{
    text-decoration: none;
    display: inline-block;
    color: #444;
    font-size: 16px;
    padding: 8px 0px;
    margin: 0px 10px;
}

.agent-actions-container a.action-link:hover{
    color: #FF7403;
}

.agent-actions-container a.tc-orange-button{
    padding: 8px 16px;
    font-size: 16px;
}
/* Actions Container End */

/* Contact Agent Popup Start */
.contact-agent-table{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 100%;
}

.contact-agent-table td.label-td{
    padding: 20px;
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    text-align: right;
}

.contact-agent-table td.label-td label{
    font-weight: bold;
    font-size: 13px;
}
.contact-agent-table td.input-td{
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

.contact-agent-table td.input-td input.tc-input{
    border: 1px solid #ddd;
    padding: 9px;
    font-size: 13px;
    width: 280px;
}

.contact-agent-table td.input-td textarea.tc-textarea{
    border: 1px solid #ddd;
    padding: 9px;
    font-size: 13px;
    width: 280px;
    height: 80px;
}

#contact-agent-popup input.tc-orange-button{
    font-size: 16px;
    padding: 8px 16px;
}

#message-sent-dialog{
    min-height: auto !important;
}

#message-sent-dialog .tc-grey-button {
    color: white !important;
    font-size: 14px !important;
    padding: 7px 14px !important;
}
/* Contact Agent Popup End */