.action-button {
    margin: 2px;
}

.preview {
    overflow: scroll;
    border: 1px dotted #E1E2E4;
    padding: 0 10px;
}

#customizationArea td {
    vertical-align: top;
}

#customizationArea td.td-45 {
    width: 45%;
}

#customizationArea td.td-10 {
    width: 10%;
}

.asana-color-green {
    background-color: #37C597;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: 3px;
}

.asana-color-purple {
    background-color: #4F4DA7;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: 3px;
}

.asana-color-coral {
    background-color: #E63B3B;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: 3px;
}

.media {
    cursor: pointer;
}

.media a:hover {
    cursor: pointer;
}

#styleApplied {
    padding: 10px;
    width: 100%;
    border: 1px dotted #E1E2E4;
}

#loading {
    text-align: center;
    font-size: 20px;
}

#loading i {
    font-size: 30px;
    padding-bottom: 10px;
}

.top-pusher {
    height: 162px;
}

.success-area {
    font-size: 20px;
    text-align: center;
    margin: 40px 0;
}

#error-page.home {
    padding: 0 !important;
}

.home-tagline {
    font-style: italic;
}

.btn-error-orange {
    border: 3px solid #FD9A00;
}

.btn-error-orange:hover, .btn-error-orange:focus  {
    background-color: #FD9A00;
    border-color:#FD9A00;
}

html, body {
    height: 100%;
}

.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -217px;
}
.page-wrap:after {
    content: "";
    display: block;
}

.page-wrap:after {
    height: 217px;
}

#home-loading {
    display: inline-block;
}

#home-loading i {
    border: 0;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

#page-breadcrumb img {
    width: 200px;
}

#page-breadcrumb img.big {
    width: 300px;
}

#loading img {
    height: 35px;
    padding-right: 10px;
    position: relative;
    top: -4px;
}

h2.title {
    margin-top: 5px;
}

#page-breadcrumb {
    height: 85px;
    padding-top: 8px;
}

.alert.top-page {
    width: 500px;
    margin: auto;
    text-align: center;
}

.btn-cta {
    background: #4FCCCD;
    color: white;
}

.pricing .fa-check {
    font-size: 25px;
}

.pricing .fa-times {
    font-size: 25px;
}

.text-success {
    color: #5cb85c;
}

.single-table {
    padding-top: 0;
}

.form-section {
    padding-left: 10px;
}

.disabled {
    opacity: 0.6;
}

input {
    outline: none;
    border: 1px solid rgb(238,238,238);
}

.premium-only {
    color: #999;
    font-size: 12px;
    padding-left: 5px;
}

#adminTable {
    display: block;
    margin: auto;
    text-align: center;
}

#beforeAfter {
    width: 100%;
}

#beforeAfter span {
    font-weight: bold;
}

#beforeAfter img {
    width: 90%;
}

#beforeAfter i {
    border: 0;
    margin: 0;
    font-size: 28px;
    position: relative;
    top: 5px;
}

.divider {
    width: 100%;
    display: block;
    height:5px;
    border-bottom: 3px dashed #ccc;
}

.admin-button-container {
    padding-top: 12px;
}
