/*
 * dadifb-settings.css
 * 
 * Style css for DadiFB Box admin panel
 * 
 * @version 	2.2 2016/12/31
 * @package 	DadiFB Box
 * @copyright	Copyright 2016 DAVIDE MURA  (email: muradavi@gmail.com)
 * @license		GNU General Public License GPLv2
 * @since Since Release 1.0
 * 
 **********************************************************************/
 
.dadifb-preform {
	float: left;
	width: 50.5%;
}

.dadifb-preform .description {
	background-color: #91B980;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.dadifb-preform h2 {
	font-size: 20px;
}

.dadifb-preform table .description {
	background-color: #8092B9;
	width: auto;
}

.dadifb-preform table .description a {
	color: yellow;
}

.dadifb-table-form {
	background-color: #F1F6FF;
}

.dadifb-table-form,
.dadifb-table-form td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 10px;
}

.dadifb-table-form .description {
	display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.dadifb-table-form .input-label {
	display: block;
    margin-left: 1px;
}

.dadifb-table-form .checkbox-label,
.dadifb-table-form .radio-label {
	display: inline-block;
	margin-right: 10px;
}

.dadifb-table-form input[type="text"] {
    padding: 10px;
    width: 99%;
    border-radius: 4px;
}

.dadifb-table-form input[type="number"] {
    height: 42px;
    border-radius: 4px;
    padding: 0 10px;
}

.dadifb-credits {
    background: #FFFDC4;
    float: right;
    width: 44%;
    padding: 15px;
    margin-top: 58px;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid #DCD868;
}

.reset {
	clear: both;
	padding-top: 10px;
}

.dadifb-warning {
    display: block;
    color: red;
    font-weight: bold;
}
