/*
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 : 05-Feb-2015, 10:53:41
    Author     : sofiam
*/
/*CRO CALCULATOR*/
.cro-calculator {
    background: none repeat #73B5C6;  
    border: 2px solid #4a7b83;
    border-radius: 6px;
    display: block;
    font-size: 12px;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
}
.cro-calculator > .row{
    background: none repeat #5a9cad;
    color: #fff;
    margin: 0;
}
.cro-calculator > .row .span12{
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0 10px 15px;  
}
.cro-calculator .form{
    background: none repeat #73B5C6;
    color: #fff;
    display: table-cell;
    font-weight: bold;
    margin-left:0;
    padding-bottom: 27px;
    padding-left: 20px;  
}
.cro-calculator .form input{
    background: none repeat #fff;
	border-radius: 6px;
}
.cro-calculator .form .col:nth-child(4) {
    margin: 10px 0 10px 5px;  
    text-align: right;
}
.cro-calculator .form .cal-type1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
}
.cro-calculator .results .row{
    display: block;
}
.cro-calculator .results .row:nth-child(2n) {
    background: none repeat scroll 0 0 #e2edf0;
}
.cro-calculator .results .row:nth-child(odd) {
    background: none repeat scroll 0 0 #fff;
}
.cro-calculator .results .cal-section-head, .cro-calculator .results .cal-power-wicked {
    font-weight: bold;
}
.cro-calculator .results .row span{
    padding: 10px 0 10px 10px;
}
.cro-calculator .form .col{
    display: inline-table;
    padding: 0 10px;
    width: 94%;  
}
.cro-calculator .form .col .cal-type1, .form row input{
    display:table-row;
}  
/* CRO Results */

.cro-calculator .results{
    display: table-cell;
    margin-left:0;
    padding: 0;  
    vertical-align: top;
}              
.cro-calculator .results .row{
    display: table-row;
}            
.cro-calculator .results .row span{
    display: table-cell;
    width: 20%;
} 

.cro-calculator .button {
    background: none repeat scroll 0 0 #ff315a;
    border: 1px solid #ff315a;
    border-radius: 9px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
	margin: 10px 0 0 5px;  
    padding: 11px 20px;
}
.cro-calculator .button:hover{
	cursor: pointer;
}
