.ef-admin-dashboard{
    height: auto;
    margin: 0;
    width: 100%;
}

.ef-admin-dashboard h1 {
    text-align: center;
}

.ef-admin-dashboard-container{
    padding: 50px;
    margin: 50px 0 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.ef-admin-dashboard-item {
    cursor: pointer;
    background: #ffffff;
    padding: 50px 25px;
    max-width: 250px;
    width: 100%;
    height: 100px;
    margin: 10px;
    color: white;
    font-weight: bold;
    text-align: center;
    border: 1px solid #dae0e2;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.03);
    -webkit-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}

.ef-admin-dashboard-item:hover {
    border-color: #8ac9e8;
    background: #f8fcfe;
}

.ef-admin-dashboard-item a {
    text-decoration: none;
}

.ef-admin-dashboard-item h3 {
    color: #1a8dba;
    font-size: 1.14286em;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 0.5em;
}

.ef-admin-dashboard-item p {
    color: #686f72;
    font-size: 0.85714em;
    margin: 0;
}





/*
 * modal
 */
@media (max-width: 900px) {
    .modal {
        margin-left: 36px;
        padding-left: 0;
    }
}
@media (max-width: 782px) {
    .modal {
        margin-left: 0;
    }
}

.modal {
    background: #fff;
    position: fixed;
    top: 52px;
    bottom: 20px;
    right: 20px;
    left: 20px;
    margin-left: 160px;
    display: none;
    box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
    z-index: 500;
}
.modal .close {
    position: absolute;
    top: 0;
    right: 0;
    font: 300 1.71429em "genericons" !important;
    color: #777;
    content: '\f405';
    display: inline-block;
    padding: 0.28571em 0.71429em 0.42857em;
    z-index: 5;
}
.modal .close:hover {
    background: #eee;
    opacity: 0.8;
}
.modal .close:active {
    background: #eee;
    opacity: 0.4;
}
.modal #jp-post-flair {
    display: none;
}
.modal .content-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 2.14286em;
}
.modal .content {
    margin: 0 auto;
    max-width: 900px;
    text-align: left;
}
.modal h2 {
    text-align: left;
    margin-top: 0;
    color: #5d6d74;
    font: 300 32px "proxima-nova", "Open Sans", Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 1px #fff;
}
@media (max-width: 530px) {
    .modal h2 {
        font-size: 26px;
    }
}
.modal p {
    font-size: 1.23077em;
}
.modal footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 0px;
    border-top: 1px solid #ddd;
    background: #fff;
    text-align: right;
}
.modal footer ul {
    margin: 0 20px;
}
.modal footer li {
    display: inline-block;
    margin: 0;
}
.modal .button-secondary,
.modal .button-primary:active {
    vertical-align: baseline;
}
@media (max-width: 900px) {
    .modal {
        bottom: 5%;
        margin-left: 36px;
        font-size: 80%;
    }
    .modal .content {
        top: 38px;
    }
}
@media (max-width: 782px) {
    .modal {
        top: 66px;
        margin-left: 0;
    }
    .tl-sync-info {
        min-height: 135px;
    }
}
@media (max-width: 600px) {
    .modal {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    .tl-sync-info {
        min-height: 135px;
    }
}

.modal input[type='text'] {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid;
    border-style: none none groove;
    width: 100%;
    max-width: 350px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}

.modal label {
    display: inline-block;
    max-width: 250px;
    width: 100%;
}