/**
 * Plugin Admin Stylesheet
 * License: Licensed under the MIT license.
 */
/*************************************************************************/
/*************************** SPECIAL STYLES *******************************/
/*************************************************************************/
div.envato-toolkit-error {
    margin: 0 0 0 -20px;
    display: block;
    overflow: hidden;
    padding: 0;
}
/*************************************************************************/
/*************************** GLOBAL STYLES *******************************/
/*************************************************************************/
.envato-toolkit-wrapper {
    text-align: center;
    margin: 0 0 0 -20px;
    display: block;
    overflow: hidden;
    padding: 0;
}
.envato-toolkit-wrapper h1 {
    margin: 20px;
}
.envato-toolkit-wrapper div.content {
    text-align: center;
    margin: 0 auto;
    max-width: 840px;
}
.clear {
    display:block;
    clear:both;
}
.info-message {
    margin: 20px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid black;
    line-height: 31px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 9px;
    background-color: #424B58;
    font-weight: normal;
    font-size: 20px;
    color: white;
}
.error-message {
    color: red;
}
.okay-message {

}

/*************************************************************************/
/*************************** INPUT STYLES ********************************/
/*************************************************************************/
.envato-form {
    text-align: left;
    margin: 20px;
    padding: 10px 20px 10px 20px;
    border-radius: 13px 13px 13px 13px;
    -moz-border-radius: 13px 13px 13px 13px;
    -webkit-border-radius: 13px 13px 13px 13px;
    border: 1px solid #000000;
    background-color: #e9e7d0;
}
.envato-form p em {
    font-size: 12px;
    color: gray;
}
.envato-form input[type="text"] {
    width: 300px;
    padding: 5px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.envato-form input[type="submit"] {
    height: 40px;
    text-align: center;
    min-width: 200px;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    cursor: pointer;
}
.envato-form input[type="submit"]:hover {
    background-color: #8ab16f;
}
.envato-form div.submit-buttons {
    text-align: center;
    margin-top: 50px;
}

/*************************************************************************/
/************************** RESULTS STYLES *******************************/
/*************************************************************************/
.results-box {
    text-align: left;
    margin: 20px;
    padding: 10px 20px 10px 20px;
    border-radius: 13px 13px 13px 13px;
    -moz-border-radius: 13px 13px 13px 13px;
    -webkit-border-radius: 13px 13px 13px 13px;
    border: 1px solid #000000;
    background-color: #e9e7d0;
}
.results-box p em {
    font-size: 12px;
    color: gray;
}
.results-box .action-buttons button {
    height: 40px;
    text-align: center;
    min-width: 200px;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    cursor: pointer;
}
.results-box .action-buttons button:hover {
    background-color: #8ab16f;
}
.results-box div.action-buttons {
    text-align: center;
    margin-top: 50px;
}