/*request sample----------------------------*/

.innerpage .container {
    padding-top: 15px !important;
}
.whitebox{
    background:#ffffff;
    padding: 10px 15px;
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
}
.whitebox h1{
    font-size: 24px !important;
    font-weight: 700;
    color:#112a46;
    margin-bottom: 20px;	
}
.whitebox2{
    background:#ffffff;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: -32px;
    box-shadow: none;
}
.whitebox2 p{
    margin-bottom: 5px;
}
.request-pdf {
    margin: 0 10px 0 0;
    font-size: 14px;
    padding: 22px 0;
}
.buybtn {
    display: block;
    margin: 0 5px 0 9px;}

.choose {
    margin: 0 5px;}

.buybox select {
    margin: 0 5px;
}
.reportbook{
    float: right;
    margin-right: 20px;
}
.marquee{
    font-size:14px;
    color:#ffffff;

}
.requestsample marquee{
    margin-top: 5px;
    font-size:14px;
    color:#ffffff;
}
.requestsampleform{
    background: url("../img/sample-request-bg.png") no-repeat left top;
    padding: 30px 0;
}
.formbox{
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1)
}
.formbox .form-control{
    border: none;
    border-bottom:2px solid #cccccc;
    border-radius: 0;
    padding: 2px 0;
}
.formbox .form-control:focus {
    color: #102843;
    background-color: #fff;
    border-color: #102843;
    outline: 0;
    box-shadow: none;
}
.formbox .form-group {
    margin-bottom:0;
}
.formbox .form-group>label {
    bottom: 34px;
    left: 0;
    position: relative;
    font-size: 16px;
    transition: 0.2s;
    pointer-events: none;
    color:#999999;
}

.formbox .form-control:focus~label {
    bottom: 55px;
    left:0;
    font-size: 12px;
    color:#999999;
}
.formbox .form-control:valid~label {
    bottom: 55px;
    left:0;
    font-size: 16px;
    color:#999999;
}
.button{
    background: #028aca;
    border:2px solid #028aca;
    border-radius: 5px;
    padding: 7px 20px;
    color:#ffffff;
    text-transform: uppercase;
    font-size:14px;
}
.button:hover{
    background: #ffffff;
    color: #102843;
    border:2px solid #028aca;
}


.bluebox{
    background: #f2f2f2;
    color: #000;
    padding: 20px 25px;
}

.direct{
    padding:25px 0;
    border-top: 1px solid #4aa9d6;
    margin-top: 20px;
    display: block;
}

.direct label {
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
}
.direct label span {
    display: inline-block;
    float: right;
    padding: 2px 15px;
    border:2px solid #ffffff;
    border-radius: 5px;
}

.leftpanel h2{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
}
.captcha{
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    background-image: url(../img/catp.png);
    font-size: 18px;
    font-weight: bold;
}

/* The colour of the indicators */
.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;

}
.blog .carousel-indicators{
    height:5px !important;
}
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;

    width: 20px !important;
    height: 0 !important;
    padding: 0;

}

.blog .carousel-indicators .active {
    background: #707070;
}

.bluebox a{
    color: #000;
}
.bluebox a:hover {
    color: #028aca;
} 