/**
 * WP Backitup Admin Control Panel Stylesheets
 * 
 * @version 1.4.0
 * @since 1.0.1
 */

/* Global */

 .error { color: #ff0000;}
 .warning { color: #FEEFB3;}

.isa_info, .isa_success, .isa_warning, .isa_error {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;-moz-border-radius:.5em;
-webkit-border-radius:.5em;
border-radius:.5em;
 
}
.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}
.isa_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}

p {line-height: 1.4em;}

td {padding: 0;}

h3 {
	margin: 0;
	padding: 0 0 0 0;
    border-bottom: 1px solid #eee;
}

iframe {
	height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	z-index: -1;
}

.submit { padding: 0; }


/* Content */
#content {
	float: left;
	width: 65%;
}

#content input[type="text"], #content input[type="file"] {padding: 0;}

.status-icon {
	display: inline;
	height: 16px;
	position: relative;
	top: 3px;
	left: 5px;
	visibility: hidden;
	width: 16px;
}

/** Status Reporting **/
.backup-status, .backup-status span, .backup-errors, .backup-errors span, .restore-status, .restore-status span, .restore-errors, .restore-errors div, .restore-success, .restore-success div, .upload-status, .upload-status span {
	display: none;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 30%;
}

.widget {
    padding: 1em;
    background-color: white;
    margin: 20px;       
}
