#engagebaywrapper {
    padding-top: 20px;
    text-align: left;
}

.engagebay-forms-board-pad-text {
    line-height: 1.5em;
    font-size: 20px;
    font-weight: 400;
    opacity: 0.75;
    margin-bottom: 8px;
}

.text-center {
    text-align: center;
}

#dashboard-widgets a {
    box-shadow: none;
    outline: none;
}
#dashboard-widgets .inside .box {
    transition: background-color 200ms linear;
}
#dashboard-widgets .inside .box:hover {
    background-color: #f1f1f1;
}

.engagebay-forms-btn {
    color: #fff;
    background-color: #fd7656;
    font-weight: 400;
    text-transform: none;
    font-size: 13px;
    border: 1px solid #fd7656;
    padding: 0 17px;
    line-height: 32px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    height: auto;
}
.engagebay-forms-btn:hover {
    color: #fff;
    background-color: #df5636;
    border-color: #df5636;
    box-shadow: none;
}

.engagebay-forms-btn-success {
    color: #fff;
    background-color: #f2603e;
    border-color: #f2603e;
}

.engagebay-forms-be-login .engagebay-forms-splash-container {
    max-width: 380px;
    margin: 80px auto;
    position : relative;
    z-index: 16776;
}
.engagebay-forms-be-login .splash-inner-container {
    max-width: 900px;
    margin: 80px auto;
}

.engagebay-forms-panel {
    background-color: #fff;
    margin-bottom: 25px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.04);
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 12px 24px 24px;
}

.engagebay-forms-splash-container .engagebay-forms-panel .engagebay-forms-panel-heading {
    text-align: center;
    margin-bottom: 20px;
}

.engagebay-forms-panel-heading {
    font-size: 18px;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
    margin: 0 20px;
    border-bottom-width: 0;
    border-radius: 3px 3px 0 0;
}

.engagebay-forms-form-group {
    margin-bottom: 20px;
}
.engagebay-forms-form-control {
    color: #33475b;
    display: block;
    line-height: 1.375rem;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    border-width: 1px;
    box-shadow: none;
    padding: 8px 12px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #fff;
    background-image: none;
    height: 40px;
    font-size: 13px;
    border-radius: 4px;
}

#engagebay-forms-logo {
    margin: 10px 10px 0 !important;
    width: 175px;
}

.engagebay-forms-box {
    background: #fff;
    /* color: #333; */
    padding: 30px 20px;
    width: 220px;
    clear: both;
    display: inline-block;
    position: relative;
    margin: 20px 10px 0px 0px;
    text-align: center;
    border-radius: 6px;
    /*cursor: pointer;*/
    transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
    -webkit-box-shadow: 0 2px 25px -10px rgba(102, 69, 142, 1);
    -moz-box-shadow: 0 2px 25px -10px rgba(102, 69, 142, 1);
    box-shadow: 0 2px 25px -10px rgba(102, 69, 142, 1);
}

.engagebay-forms-box img {
    width: 60px;
    max-height: 75px;
}

.engagebay-forms-box:hover {
    box-shadow: rgb(203, 214, 226) 0px 10px 20px -5px;
    -webkit-box-shadow: rgb(203, 214, 226) 0px 10px 20px -5px;
    -moz-box-shadow: rgb(203, 214, 226) 0px 10px 20px -5px;
    transform: translateY(-0.2em);
}

.engagebay-forms-box h4 {
    min-height: 40px;
}
.engagebay-forms-box h2 {
    font-weight: 500;
    line-height: 1.4em;
    color: #666;
}
.engagebay-forms-header img {
    width: 60px;
    max-height: 75px;
}

.engagebay-forms-heading{
    margin-top: 14px !important;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
}

#boxm {text-decoration: none;color: #444;}

#engagebay-forms-features .engagebay-forms-box p {
    min-height: 50px;
}

#engagebay-forms-features .right{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
#engagebay-forms-features {
    /*margin-left: 100px;*/
    text-align: center;
}

.account-engagebay-label {
    font-size: 16px;
    color: #33475b;
    padding-bottom: 20px;
    padding-top: 15px;
}

#error_message{
    color: red;text-align:center;margin-top: 15px;
}
#success_message{
    color: green;text-align:center;margin-top: 15px;
}

.account-engagebay-label a {
    font-size : 13px;
}

.engagebay-forms-display-bg {
    background-size: contain;
    min-height: 110px;
    min-width: 170px;
    background: url(../images/padcontent/email.svg) no-repeat top;
}

.engagebay-forms-display-bg .forms {
    background-image: url(../images/padcontent/forms.svg);
}

.engagebay-forms-display-bg.lead-grabbers {
    background-image: url(../images/padcontent/leads.svg);
}
.engagebay-forms-display-bg.landingpage{
    background-image: url(../images/padcontent/landing-pages.svg);
}

.engagebay-forms-pad-text {
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.75;
    margin-bottom: 20px;
}

.engagebay-forms-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.engagebay-forms-alert {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    z-index: 16776;
}

.engagebay-forms-main-left-box {
    width: 70%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
.engagebay-forms-main-right-box {
    width: 27%;
    float: left;
    margin-top: 9px;
}
.engagebay-forms-postbox {
    min-width: 255px;
    border: 1px solid #e5e5e5;
    background: #fff;
    margin-bottom: 20px;
}

.engagebay-forms-postbox .inside, .stuffbox .inside {
    padding: 0 12px 12px;
    line-height: 1.4em;
    font-size: 13px;
}

.engagebay-forms-postbox h3 {
    border-bottom: 1px solid #eee;
}
.engagebay-forms-postbox>h3, .stuffbox>h3 {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
}

.engagebay-forms-splash-footer {
    text-align: center;
}

.engagebay-forms-flex{
    display: flex;
}
.engagebay-forms-float-l{
    float: left;
    font-size: 16px;
}

.engagebay-forms-wrap h1.wp-heading-inline{
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a{
    text-decoration: none !important;
    box-shadow: none !important;
}

.engagebay-forms-video-trigger p{
    text-align: justify;
}

.engagebay-forms-table-view {
    display : table;
    width : 100%;
    -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
}
.engagebay-forms-table-view .table-row {
    display : table-row;
    background: #fff;
    color: #a2aabb;
}
.engagebay-forms-table-view .table-row > div {
    display : table-cell;
    border-bottom : 1px solid #f1f1f1;
    text-align: left;
    padding: 0 16px 8px 16px;
}
.engagebay-forms-table-view .table-row > div:last-child {
    text-align: right;
    vertical-align: middle;
}
.engagebay-forms-table-view .table-row > div a {
    padding-left : 12px;
    opacity: 0.75;
}
.engagebay-forms-table-view .table-row .heading{
    font-weight: 400;
    color : #43506a;
    font-size : 14px;
    margin: 0px 0px 5px;
}
.engagebay-forms-table-view .table-row .header{
    width: 60px;
    padding-right: 0;
}
.anchor {
    color: #0073aa;
}
.anchor:active, anchor:hover {
    color: #00a0d2;
}
.page-refresh img{
    width: 24px;
}
.page-refresh {
    margin-left: 10px;
}
.hard-hide {
    display: none !important;
}
.right p {
    color: black;
}
.engagebay-forms-board-pad-display {
    margin-top: 60px;
    border: 1px solid grey;
    padding: 16px;
    box-shadow: 0 0 2px 1px grey;
}
