/************** --------------- **************/
/************** NEWSLETTER EDIT **************/
/************** --------------- **************/
.layout-newsletter-edit ul#blocks {
    width: 100%;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    list-style-type: none;
    margin: 1em 0;
}

.layout-newsletter-edit .clone-block-dialog ul {
    list-style-type: none;
    margin: 1em 0 0;
}

.layout-newsletter-edit .clone-block-dialog ul li {
    margin-bottom: 1em;
}

.layout-newsletter-edit ul#blocks li.block textarea {
    width: 100%;
    height: 100%;
}

.layout-newsletter-edit ul#blocks li.block {
    border: 1px solid black;
    border-radius: 5px;
    margin: 1em;
    padding: 1em;
    cursor: move;
    background: #c4e3f3;
}

.layout-newsletter-edit ul#blocks li.block table.provider {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    background: white;
}

.layout-newsletter-edit ul#blocks li.block table.provider tr.provider td.provider {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: .8em 1em .8em 1em;
}

.layout-newsletter-edit ul#blocks li.ui-state-highlight {
    height: 50px;
}

.layout-newsletter-edit ul#blocks li.helper {
    border: 1px solid green;
    border-radius: 5px;
    background: #7aba7b;
}

.layout-newsletter-edit div.block-delete-droppable {
    position: fixed;
    top: 30%;
    right: 1em;
    width: 100px;
    height: 100px;
    border: 1px dashed #cd0a0a;
    border-radius: 5px;
    background: #ffd5d5;
}

.layout-newsletter-edit div.block-delete-droppable.hover {
    border: 1px solid red;
    background: #eed3d7;
}

/************** -------------- **************/
/************** STATISTIC SHOW **************/
/************** -------------- **************/
.layout-statistic-show #read-pie-chart,
.layout-statistic-show #job-pie-chart,
.layout-statistic-show #job-line-chart {
    height: 300px;
    width: 450px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.layout-statistic-show #job-line-chart {
    float: none;
    margin: 0;
    width: 910px;
}

/************** --------------------- **************/
/************** NEWSLETTER SUBSCRIBER **************/
/************** --------------------- **************/
.layout-newsletter-subscriber select {
    width: 100%;
    min-height: 500px;
}

/************** ------------- **************/
/************** DESIGN CREATE **************/
/************** ------------- **************/
.layout-design-create textarea {
    width: 80%;
    height: 200px;
}

/************** ----------- **************/
/************** DESIGN EDIT **************/
/************** ----------- **************/
.layout-design-edit textarea {
    width: 80%;
    height: 200px;
}

/************** ------------------ **************/
/************** NEWSLETTER SUMMARY **************/
/************** ------------------ **************/
.layout-newsletter-summary .newsletter-overview {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: .5em;
    display: inline-block;
}

/************** ----------- **************/
/************** DESIGN EDIT **************/
/************** ----------- **************/
.layout-design-edit textarea.tinymce {
    width: 925px;
    height: 300px;
}