/*
 * eGreen Web Meter - WordPress Plugin
 *
 * [Only loaded on Admin side]
 */

.egreen-img {
    width: 40px;
    height: 40px;
}
.egreen-title {
    vertical-align: super;
}
.egreen-link {
    color: #72A94E;
}
.egreen-link:hover {
    color: #4F7139;
}
.egreen-form {
    margin: 0;
    outline: 0;
    color: #666;
    position: relative;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}
.egreen-form header {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    color: #232323;
    margin: 10px 14px 0;
    font-size: 16px;
}
.egreen-form *, .egreen-form :after, .egreen-form :before {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.egreen-form section {
    margin-bottom: 15px;
    position: relative;
}
.egreen-form .checkbox i, .egreen-form .input input, .egreen-form .radio i, .egreen-form .select select, .egreen-form .textarea textarea, .egreen-form .toggle i {
    border-color: #BDBDBD;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}
.egreen-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 400;
    font-size: 13px;
    color: #333;
    text-align: left;
    white-space: normal;
}
.egreen-form .input input, .egreen-form .select select, .egreen-form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 5px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.egreen-form footer {
    display: block;
    padding: 7px 14px 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
    height: 50px;
}
.egreen-form footer .btn {
    float: right;
    height: 31px;
    margin: 10px 0 0 5px;
    padding: 0 22px;
    font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
    cursor: pointer;
}
.egreen-form .btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.egreen-form .btn {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}
.egreen-form .btn, a:link, button {
    -webkit-tap-highlight-color: rgba(169,3,41,.5);
}
.egreen-form .btn-green {
    color: #fff;
    background-color: #72a94e;
    border-color: #69924E;
}
.egreen-form .btn-green:hover {
    color: #fff;
    background-color: #5B7B45;
    border-color: #5B7B45;
}
.egreen-form .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.egreen-form .btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.egreen-form fieldset+fieldset {
    border-top: 1px solid rgba(0,0,0,.1);
}
.egreen-form fieldset {
    display: block;
    padding: 25px 14px 5px;
    border: none;
    background: rgba(255,255,255,.9);
    position: relative;
}
.egreen-box {
    float: left;
    width: 100%;
    position: relative;
    font-size: 13px;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border-width: 1px 1px 2px;
    border-style: solid;
    border-color: #CCC!important;
    overflow: visible;
    background-color: #fff!important;
}

.egreen-half {
    width: 50%;
    float: left;
}

@media screen and (max-width: 768px) {
    .egreen-half {
        width: 100%;
    }    
}