/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 /**
  * Client notices
  */

 div.social-app-notice {
     width: 50%;
     margin-left: 18px;
     background-color: white;
     border-radius: 5px;
     box-shadow: 7px 3px 38px -9px #000000;
     padding: 15px
 }

 p.client-notice {
     font-weight: bold;
 }

  p.client-notice span{
      font-size: 14px;
  }

  span.blank {
      color: #dd584a;
  }

  span.finished {
      color: #52b85d;
  }

  span.later {
      color: #287bab;
  }

.wrap.ae-connect-admin{
    margin: 20px 20px 0 2px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #fff;
    padding: 20px;
    background: #f9f9f9;
}

.wrap.ae-connect-admin p .button{
    margin-right: 10px;
}

.wrap.ae-connect-admin form h2{
    margin: 3em 0 1em 0
}

.wrap.ae-connect-admin form label{
    display: block;
}

.wrap.ae-connect-admin .intro{
    padding: 20px;
    background-color: cornsilk;
    font-size: 1.3em;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

.wrap.ae-connect-admin .help-link{
    display: block;
    background-color: #eee;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    padding: 15px 20px;
    font-size: 1.1em;
}

.wrap.ae-connect-admin .help-link:hover{
    background-color: #fff;
}

.wrap.ae-connect-admin .help-link span.dashicons-before:before{
    font-size: 2em;
    width: 34px;
    top: -4px;
    position: relative;
}

.required{
    display: none;
}

.ae-plan-restrictions{
    color: black;
    font-weight: bold;
    border: 1px solid #33BEFF;
    border-width: 5px;
    text-align: center;
    width: 60%;
}

.ae-connect-admin-error-msg{
    color: black;
    border-width: 5px;
    font-weight: bold;
    border: 5px solid red;
    text-align: center;
}
.ae-connect-admin-success{
    color: black;
    border-width: 5px;
    font-weight: bold;
    border: 5px solid #21CD33;
    text-align: center;
    width: 60%;
}
.ae-connect-admin-status{
    color: black;
    font-weight: bold;
    border: 5px solid blue;
    text-align: center;
}

label{
    /*color: rgb(72, 130, 199);*/
}

#settings-page-sales-pitch {
    margin: 50px;
    background-color: #7d494c;
    padding: 40px;
    border-radius: 20px;
}

#settings-page-sales-pitch h2 {
    color: white;
    font-size: 30px;
    line-height: 40px;
}

@media all and (max-width: 767px) {
    #settings-page-sales-pitch h2 {
        font-size: 12px;
        line-height: 18px;
    }

    #settings-page-sales-pitch {
        margin: 0;
    }

    #settings-page-sales-pitch .ae-logo-wrapper {
        width: 12%;
    }
}

#settings-page-sales-pitch h2 a {
    color: #d2b72d;
    text-decoration: none;
    word-wrap: break-word;
}

#settings-page-sales-pitch h2 a:hover {
    color: #d95347;
}

#settings-page-sales-pitch .ae-logo-wrapper{
    width: 7%;
    height: auto;
}

#settings-page-sales-pitch .ae-logo-wrapper img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.shortcode-help {
    width: 65%;
    margin-left: 15%;
    margin-right: 15%;
    background-color: white;
    padding-left: 10%;
    padding-top: 5%;
}

.shortcode-help h1{
    font-size: 40px;
    margin: 50px;
    margin-left: 0;
}

.shortcode-help p, ul {
    font-size: 16px;
    list-style-type: circle;
}

.shortcode-help p {
    width: 65%;
}

.shortcode-help ul {
    padding: 10px;
}

.shortcode-help li {
    padding: 15px;
}

.shortcode-help h4 {
    font-size: 23px;
}

.shortcode-help h5 {
    font-size: 18px;
    margin: 0
}

.shortcode-help h3 {
    margin-top: 70px;
    font-size: 34px;
}

/**
 * Styles for Shortcode Generator page
 */
.shortcode-generator-page-wrapper{
    justify-content: center;
}

#add-new-shortcodes {
    display: flex;
}

.shortcode-add {
    padding: 15px;
    margin: 10px;
    display: inline-flex;
    flex-wrap: wrap;
    background-color: #FFD133;
    border-radius: 6px;

    -moz-box-shadow: 4px 3px 13px 0px rgba(0,0,0,0.34);
    box-shadow: 4px 3px 13px 0px rgba(0,0,0,0.34);
}

.shortcode-add span {
    font-size: 24px;
    margin-top: 5px;
    padding-right: 5px;
    font-weight: lighter;
    color: #063B5D;
}

.shortcode-add button {
    font-size: 24px !important;
    background-color: #FF3333 !important;

    -moz-box-shadow: 4px 3px 13px 0px rgba(0,0,0,0.34) !important;
    box-shadow: 4px 3px 13px 0px rgba(0,0,0,0.34) !important;
    border: #FF3333 !important;
    border-radius: 50px !important;
    text-shadow: none !important;
    padding: 0px 10px 10px 10px !important;
}

.shortcode-config-area {
    width: 95%;
    height: 100%;
    padding: 25px;
    background-color: rgba(65, 174, 244, 0.5);
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
}

.shortcode-config {
    width: 400px;
    background-color: rgba(65, 174, 244, 0.5);
    padding: 25px;
    margin: 25px;
    border-radius: 20px;

    -moz-box-shadow: 4px 3px 13px 0px rgba(0,0,0,0.34);
    box-shadow: 4px 3px 13px 0px rgba(0,0,0,0.34);
}

.shortcode-rendered {
    font-size: 18px;
    background-color: white;
    padding: 10px;
    border: 2px solid #FFD133;
    border-radius: 5px;
}
