/*
#wpwrap, #adminmenuwrap {
    height: 100%;
}

.wp-submenu-wrap ul {
    margin: 0;
}
*/
.alert {
    font-size: 14px;
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    padding: 8px 14px 8px 14px;
    margin: 0 15px 15px 0;
    border-color: #fbeed5;
    background-color: #fcf8e3;
    color: #4b4b4b;
    /*color: #c09853;*/
}
.alert-info {
    border-color: #bce8f1;
    background-color: #d9edf7;
    /*color: #3a87ad;*/
}
.alert-success {
    border-color: #d6e9c6;
    background-color: #dff0d8;
    /*color: #468847;*/
}
.alert-error {
    border-color: #eed3d7;
    background-color: #f2dede;
    /*color: #b94a48;*/
}
#flash #type {
    text-transform: capitalize;
}

.btn-wide{
    font-family: 'Arial', Helvetica, Sans-Serif;
    font-size: 16px;
    font-weight: 100;
    display: inline-block;
    margin: 20px auto 0 auto;
    padding: 15px 40px;
    border: solid 1px #e4e4e4;

    background: #f9f9f9; /*Old browsers*/
    background: -moz-linear-gradient(top, #f9f9f9 0%, #eeeeee 100%); /*FF3.6+*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eeeeee)); /*Chrome,Safari4+*/
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#eeeeee 100%); /*Chrome10+,Safari5.1+*/
    background: -o-linear-gradient(top, #f9f9f9 0%,#eeeeee 100%); /*Opera 11.10+*/
    background: -ms-linear-gradient(top, #f9f9f9 0%,#eeeeee 100%); /*IE10+*/
    background: linear-gradient(to bottom, #f9f9f9 0%,#eeeeee 100%); /*W3C*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eeeeee',GradientType=0 ); /*IE6-9*/

    color: #7d7d7d;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
}

.btn-wide:hover{
    color: #7d7d7d;
    border: 1px solid #d0d0d0;
    -moz-box-shadow: 1px 1px 1px #ededed;
    -webkit-box-shadow: 1px 1px 1px #ededed;
    box-shadow: 1px 1px 1px #ededed;
    text-decoration: none;
}

.btn-wide:active{
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebebeb 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebebeb 0%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebebeb 0%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ebebeb 0%,#e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

.btn-wide.disabled,
.btn-wide.disabled:hover,
.btn-wide.disabled:active,
.btn-wide.disabled:focus {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  outline-offset: 0;
}

.motopress-title-page {
    margin: 0 40px;
}

.motopress-title-page #motopress-description {
    color: #606060;
    font-size: 16px;
    font-family: arial;
    line-height: 25px;
}


.motopress-title-page #motopress-logo {
    margin-top: 30px;
}

.motopress-title-page .btn-wide.disabled {
    display: none;
}

select {
    min-width: 150px;
}