body {}
input[class*="span"], select[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid .uneditable-input[class*="span"] {height: 30px;}
#content{margin-top: 60px; position: relative;}
.cke_skin_kama {margin-bottom: 20px;}
.btn-summernote {height: 25px;}
.btn {margin-right: 10px;}

.table-td-va-middle table tr td {
    vertical-align: middle;
}

.templates-table tr:nth-child(even) td {
    background-color: #fff;
}

.templates-table tr:nth-child(odd) td {
    background-color: #fafafa;
}

.templates-table td {
    padding: 20px;
}

.templates-table .html-preview {
    width: 250px;
    height: 250px;
    backface-visibility: hidden;
    box-shadow: 1px 1px 12px #888;
}

.templates-table .html-preview iframe {
    overflow: auto;
    transform-origin: 0 0;
    border: 0;
    width: 300%;
    height: 300%;
    transform: scale(0.33);
    user-select: none;
}

.templates-table tr td a:hover {
    text-decoration: none;
}

.text-danger {
    color: red !important;
}

.table td[align=left] {
    text-align: left !important;
}

.table td[align=center] {
    text-align: center !important;
}

.table td[align=right] {
    text-align: right !important;
}