/**
 * TechVisions Solar Energy Yield Calculator stylesheet
 *
 * @package TechVisions.SolarEnergyYieldCalculator
 * @license This module is licensed by TechVisions.gr all rights reserved Copyright 2012
 */

.solar_energy_calculator {
    width: 100%;
}

.sol_input, .sol_submit {
    border: 1px dotted #ccc;
}

.sol_input input[type="text"] {
    width: 5em;
    border-radius: 5px;
    border: 1px solid #cccccc;
}

.sol_input select {
    width: 220px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.sol_input select:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.sol_input input[type="text"]:focus {
    border-color: rgba(249, 148, 34, 0.8);
    outline: 0;
    outline: thin dotted 9; /* IE6-9 */

-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(249, 148, 34, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(249, 148, 34, 0.6);
}

.sol_submit input[type="submit"] {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
    vertical-align: middle;
    cursor: pointer;
    background-color: #007e32;

:    -image background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/*.sol_submit {
    width: 70%;
    margin: 0 auto;
}:
*/
.sol_submit input[type="submit"]:hover {
    color: #333333;
    text-decoration: none;
    /*background-color: #e6e6e6;*/
    background-color: #83b93c;
    background-position: 0 -15px;
}


.sol_submit input[type="submit"]:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.sol_input, .sol_submit {
    padding: 5px;
}

.sol_input label, .sol_submit label, .sol_select {
    display: inline-block;
}

.sol_input label, .sol_submit label {
    width: 10em;
    padding-right: 1em;
    text-align: right;
    vertical-align: middle;
}

.sol_table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.sol_table td {
    display: table-cell;
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
    padding-bottom: 2px!important;
}

.sol_table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.sol_table tr:nth-child(odd) td {
    background-color: #ffe7bc;
}

.sol_table tr:last-child td {
    border-bottom: 1px solid #dddddd;
}


.sol_header {
    vertical-align: middle;
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    background-color: #f78c1e;
    padding: 1em;
}
