﻿.tours {
    background-color:#fbfefe;
}
.labelfont {
    font-size: 14px;
    font-family: initial;
}
.squareradius {    
    border-radius: 0;
}
.cell-paddingtop {
    padding-top: 5px;
}
.loginbtn {
    border-radius: 0;
    width:100%;
}
.zeropadding {
    padding: 0;
}
.guidedocument {
    background-color: #fbfefe;    
}
    .guidedocument h3 {
        margin: -1px;
        text-align: center;
    }
    .guidedocument h4 {
        margin: -1px;
        text-align: center;
    }
.guidetours {
    background-color: #fbfefe;    
}
    .guidetours h3 {
        margin: -1px;
        text-align: center;        
    }
    .guidetours h4 {
        margin: -1px;
        text-align: center;
    }
.udocument {
    background-color: #fbfefe;
    padding: 30px 0;
}
.uoption {
    background-color: #fbfefe;
    padding: 30px 0;
    padding-top: 10px;
}
.documents {
    background-color: #fbfefe;
    width: 100%;
}
.textfont {
    font-size: 14px;
    font-family: initial;
    font-style: normal;    
}
.option-size {
    width: 100%;
}
.panelheadingmarginsize {
    margin-top: -10px;
    margin-bottom: -30px;
    margin-left: -20px;
    margin-right: -20px;
}
.btnAgradient {
    background: #028C77; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#028C77, #025246); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#028C77, #025246); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#028C77, #025246); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#028C77, #025246); /* Standard syntax (must be last) */
    padding-top: 0px;
    padding-bottom: 0px;
}
    .btnAgradient:hover {
        background-position: 0 -4px;
        background: #028C77; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(#027362, #024036); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#027362, #024036); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#027362, #024036); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#027362, #024036); /* Standard syntax (must be last) */
    }
.btnBgradient {
    background: #025246; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#025246, #023D34); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#025246, #023D34); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#025246, #023D34); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#025246, #023D34); /* Standard syntax (must be last) */
}
    .btnBgradient:hover {
        background-position: 0 -4px;
    }
.panelbackground {
    background: #ffffff;
}
.fix-size {    
    word-break: break-all;
    width: 50%;
}
.uprocess {
    background-color: #fbfefe;
    padding: 30px 0;
}
.guideprocess {
    background-color: #fbfefe;
}
    .guideprocess h3 {
        margin: -1px;
        text-align: center;
    }
    .guideprocess h4 {
        margin: -1px;
        text-align: center;
    }
.utouroption {
    background-color: #fbfefe;    
}
body table .fix-fontsize {
    word-break: break-all;
}
body table tbody .fix-fontsize:hover {
    color: blue;
}
td.cell_option_name {
    width:200px;
}
td.cell_option_price {
    width:200px;
}
body table td{	
	padding-left:2px;
}
.uoption tr.fix-fontsize:nth-child(even) {
    background-color: #F8EFFB;
}
.uoption tr.fix-fontsize:nth-child(odd) {
    background-color: white;
}