﻿.mt-element-ribbon {
    position: relative;
    margin-bottom: 30px;
    min-height: 200px;
}

.system_message {
    color:cornflowerblue;
    font-weight:bold;
}

.logo-default {
    margin-top:5px !important;
}
#repeatTable a .fa {
    color:#3598dc;
}
.icon-plus, .fa-arrow-up {
    color: red;
}
.icon-check, .fa-arrow-down {
    color: green;
}
.uploader {
background: #FAFAFA; padding: 30px 20px; text-align: center; border: dashed 2px #E9E9E9; border-radius: 6px;}
    .uploader label {
    display: block; margin-top: 10px;}

ul.pagination li.active a {
    background-color: #333 !important;
    border-color: #333 !important;
    color:#fff !important
}
ul.pagination li.active a:hover {
    color: #fff !important;
}
ul.pagination li a, ul.pagination li a:hover {
    color: #333 !important;
}

table.dataTable.dtr-column>tbody>tr.parent td.control:before, table.dataTable.dtr-column>tbody>tr.parent th.control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before
{
  background-color: #E12330;
}

table.dataTable.dtr-column>tbody>tr>td.control:before, table.dataTable.dtr-column>tbody>tr>th.control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before
{
    background-color: #EC6B57;
}

.row .order {
    padding-top:5px;
}

input.error, div.error {
    border-color: #dc3545;
}
div.mce-widget.mce-notification.mce-notification-warning, .mce-notification-error {
    display: none !important;
}

button.fa-close {
    font-size: 18px;
    width: 20px !important;
    height: 20px !important;
    margin-top: -7px;
    margin-right: -7px;
}