/*  Copyright 2014 StressFree Sites  (info@stressfreesites.co.uk : alex@stressfreesites.co.uk)

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License, version 3, as 
    published by the Free Software Foundation.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/

/* Admin pages */
.smbw-admin-title {
    display: inline;
    margin-left: 10px;
}

.box {
    padding: 10px;
    text-align: center;
    background-color: #f0f0f0;
    border: 1px solid #CCCCCC;    
}

.box p {
    margin-top: 0px;
}

.box .left-side {
    float: left;
    width:  25%;
}

.box .left-side img {
    width: 85%;
    padding-right: 15%;
}

.box .right-side {
    float: left;
    width: 75%;
}

#smbw-header .box {
    float: right;
}

#smbw-footer .box {
    box-sizing: border-box;
    float: left;
    width: 25%;
}

#accordion label {
    float: left;
    display: block;
    margin: 20px 0px;
    font-weight: bold;
    width: 200px;
}

#accordion .ui-accordion-content h3 {
    font-size: 16px;
    text-decoration: underline;
    padding-left: 0px;
}

#accordion input,
#accordion select {
    margin: 15px 1px;
}

#accordion input[type='checkbox']{
    margin-top: 20px;
}

#accordion input,
#accordion textarea {
    float: left;
}

#accordion .label {
    margin: 0px 1px;
    padding: 20px 0px;
    font-size: 13px;
    font-style: italic;
}

.clear {
    clear: both;    
}

.wrap div.updated, .wrap div.error, .media-upload-form div.error {
    margin-right: 150px;
}

.links {
    padding-top: 17px;
}

img.icon {
    vertical-align: middle;
    margin-right: 15px;
}

span {
    font-weight: bold;
}

span.description {
    font-weight: normal;
}

span.ui-accordion-header-icon {
    visibility: hidden;
}