.signup-alert {
    margin: 2px 0 0 0;
}

#all-posts_filter input {
    width: 200px;
}

#all-transaction_filter input {
    width: 200px;
}

.email-tmpl-menu {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    width: 100%;
}

.email-tmpl-menu li a {
    width: 100%;
    background: #F1F1F1;
    float: left;
    padding: 8px 10px;
}

.email-tmpl-menu .active a {
    background: #E1E1E1;
}

.email-tmpl-menu a:hover {
    background: #1A8FBF;
    color: #fff;
}

#sortable1,
#sortable2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 10px;
    background: #eee;
    padding: 5px;
    width: 90%;
    border: 1px dotted #000;
}

#position-instruction .modal-dialog {
    width: 90%;
}


/* Start: Dashboard */

.tile-board1 {
    background-color: #ff7f50;
}

.big-board1 {
    margin: 20px 0px 0px 0px;
    font-size: 20px !important;
}

.expired {
    margin: 8px 0px 0px 0px;
    text-align: center !important;
}

.board1-text-align {
    text-align: center !important;
}


/* End: Dashboard */

#all-posts {
    table-layout: fixed;
}

#all-posts td {
    word-wrap: break-word
}

#all-posts .serial {
    width: 30px;
}

#all-posts .photo {
    width: 70px;
}

#all-posts .status {
    width: 60px;
}

#all-posts .days-left {
    width: 60px;
}

#all-posts .featured-status {
    width: 80px;
}

#all-posts .actions {
    width: 100px;
}

.fw-bold {
    font-weight: bold !important;
}

.mt10 {
    margin-top: 10px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.pr0 {
    padding-right: 0px !important;
}

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

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

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.border-trbl {
    border: 2px solid #ddd !important;
}

.border-left-0px {
    border-left: 0px solid #efefef !important;
}

.btn-red {
    color: #FFFFFF;
    background-color: #e81d24;
}

.btn-red:hover {
    color: #e81d24;
    background-color: white;
}

.tab-border-right {
    border-right: 1px solid #CCC !important;
}

/* 01 july start*/

/* Start: login page */
@media screen and (min-width: 1024px) {
    .two {
        width: 45% !important;
    }
}

@media screen and (max-width: 768px) {
    .two {
        width: 70% !important;
    }
}

@media screen and (max-width: 425px) {
    .two {
        width: 100% !important;
    }
}
/* End: login page */