
/*To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.

 
    Created on : Jul 26, 2014, 4:12:30 PM
    Author     : Linh*/

.modal-footer {
    text-align: center !important;
    background-color:white !important;
}
#row {
    line-height: 47px  !important;
}
.span2, .span4 {
   margin-top:  15px;
}
#jform_vote {
    position: relative;
    padding: 0;
    direction: rtl;
}
#jform_vote input[type="radio"]{
    position: absolute;
    width:20%;
    top: 0;
    margin: 0;
}
#testimonialForm {
	padding:0 20px;
}
.formsubmit {
    float:right !important;
}
#jform_vote0, #jform_vote1, #jform_vote2, #jform_vote3, #jform_vote4, #jform_vote5 {
    display: none;
}
#jform_vote label{
    display: inline-block;
    width:20%;
    text-align: center;
    color: transparent;
    font-size: 20px;
}
.intro {
    font-family: "FontAwesome";
    content: "\f005";
    color: red;
    width: 7%;
    font-size: 20px;
    
}
 
.vote1.fa-star:before ,.vote2.fa-star:before,.vote3.fa-star:before,.vote4.fa-star:before,.vote5.fa-star:before{
    color: rgb(192, 187, 187);
    font-size:20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.intro.fa-star:before {
    color: #fdc418;
    font-size: 20px;
    
}

#jform_vote > .fa-star:hover:before,
#jform_vote > .fa-star:hover ~ .fa-star:before {
   color: #fdc418;
}
.modal-body {
    padding:0!important;
}
form#testimonialForm {
    position: relative;
}
form#testimonialForm .formsubmit {
    position: absolute;
    top: 17px;
}
.pagination-list {
    float: right;
}
.pagination-list li {
    list-style: none !important;
    display: inline-block;
}
.pagination-list a {
    margin-left: 10px;
}
#jform_name,#jform_email,#jform_company,#jform_site_url,#jform_position,#jform_location,#jform_title,#jform_captcha {
    height:30px !important;
    max-width: 100% !important;
    width: 100% !important;
}
.inputbox {
     height:37px !important;
    max-width: 100% !important;
}
#jform_testimonial {
    height:65px;
    width: 100%;
}
#jform_name-lbl,#jform_email-lbl,#jform_vote-lbl,#jform_company-lbl,#jform_site_url-lbl,#jform_position-lbl,#jform_location-lbl,#jform_title-lbl,.inputbox,#jform_testimonial-lbl,#jform_captcha-lbl {
    font-weight: normal;
    font-size: 13px;
}
h4.modal-title {
    font-weight: bold;
}
span .star {
    color: red;
}
.star {
    color:red !important;
}
.formsubmit {
    color: #fff;
    font-size: 13px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
    background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
    background-repeat: repeat-x;
}
.formsubmit:hover {
    background-color: #2f96b4 !important;
}
.submit:hover {
    background-color: #2f96b4 !important;
}
@media screen and (max-width: 767px){
        body{
            background: #000;
        }
    }
