/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.select select, .textarea textarea, .input input {
    font: 13px/16px Arial, sans-serif !important;
    color: #404040;
}

.right {
    float: right;
}

.left {
    float: left;
}

.no-margins {
    margin: 0 0 !important;
}

.text-bold {
    font-weight: bold;
}

.superbox-current-img {
    max-width: 60% !important;
}

.padding_bottom-10 {
    padding-bottom: 10px !important;
}

.padding_bottom-5 {
    padding-bottom: 5px !important;
}

.margin_bottom-10 {
    margin-bottom: 10px !important;
}

.margin_bottom-5 {
    margin-bottom: 5px !important;
}

.padding_left-10 {
    padding-left: 10px !important;
}

.padding_left-5 {
    padding-left: 5px !important;
}

.admin-media-delete-btn {
    position: absolute;
    width: 16px;
    height: 20px;
    font-size: 10px;
    text-align: center;
    right: 10px;
    top: 10px;
    color: #EE162D;
    cursor: pointer;
    text-shadow: 0px 0px 5px #000;
}

.admin-media-btn-up {
    position: absolute;
    width: 18px;
    height: 20px;
    font-size: 10px;
    text-align: center;
    left: 10px;
    bottom: 10px;
    color: #FFF;
    cursor: pointer;
    text-shadow: 0px 0px 5px #000;
}

.admin-media-btn-down {
    position: absolute;
    width: 18px;
    height: 20px;
    font-size: 10px;
    text-align: center;
    right: 10px;
    bottom: 10px;
    color: #FFF;
    cursor: pointer;
    text-shadow: 0px 0px 5px #000;
}

.admin-media-btn-select, .admin-media-btn-single-select {
    position: absolute;
    width: 25%;
    height: 25%;
    font-size: 20px;
    text-align: center;
    left: 40%;
    bottom: 25%;
    text-shadow: 0px 0px 5px #000;
    color: #FFF;
    cursor: pointer;
}

.admin-media-btn-selected {
    position: absolute;
    width: 40%;
    height: 40%;
    font-size: 220%;
    text-align: center;
    left: 30%;
    bottom: 30%;
    text-shadow: 0px 0px 10px #000;
    color: #15A200;
}

.superbox-img {
    box-shadow: 2px 2px 5px #999 !important;
}

#admin_title_image_container .superbox-list {
    width: 100% !important;
}

.superbox_media_name {
    position: absolute;
    font-size: 9px;
    text-align: center;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 2px;
    color: #FFF;
}


.separator {
    display: block;
    padding: 2px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    margin: 0 1px 15px 0;
}

.sorting-list > tbody > tr.sorting-row{
    transform: scale(1.01);
    box-shadow: 0 2px 5px #aaa;
    z-index: 10;
}

.sorting-list > tbody > tr > td.sorter {
    cursor: move;
}

.sorting-list > tbody > tr > td.sorter i{
    font-size: 2rem;
    pointer-events: none;
}

.sorting-list > tbody > tr.fix-limit td {
    border: none;
    border-top: 1px solid #ddd;
    background: #ccc;
}

.sorting-list > tbody > tr > td.fix-move{
    position: relative;
}

.sorting-list > tbody > tr > td.fix-move i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sorting-list > tbody > tr > td.fix-article {
    position: relative;
    cursor: pointer;
    color: #ccc;
}

.sorting-list > tbody > tr > td.fixed {
    background: green;
    color: #fff;
}

.sorting-list > tbody > tr > td.fix-article i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sorting-row {
    background: rgba(14, 108, 209, 0.5);
}