.float_R {
    float: right;
}

.pdL0 {
    padding-left: 0 !important;
}

.nav-sm .main_container .right_col {
    min-height: 892px !important;
}

.ln_solid {
    margin: 5px 0 !important;
}

.panel_toolbox.item1 {
    min-width: 22px !important;
}

.area_search {
    float: right;
    margin-top: 10px;
}

    .area_search .btn {
        margin-right: 0 !important;
    }

.area_listbtn {
    float: right;
    margin-top: -10px;
}

    .area_listbtn .btn {
        margin-right: 0 !important;
    }

.area_insertbtn {
    float: right;
    margin-top: 10px;
}

    .area_insertbtn .btn {
        margin-right: 0 !important;
    }

.well {
    border: 1px solid #d8dae1;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
}

.option .btn, .option .input-group {
    margin-bottom: 0 !important;
}

.option .form-control[disabled],
.option .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.form-control-feedback.left {
    left: 3px;
}

.well.code {
    background: #f7f7f7;
}

.code code {
    background: none;
    color: #1d1e23;
}

.x_panel h2 {
    font-size: 16px;
    color: #7b7b7b;
}

.x_title_right {
    float: right;
}

    .x_title_right .dataTables_info {
        width: 100%;
        margin: 5px 0 6px;
    }

.required {
    color: #e30613;
}
/*.x_panel .form-control[readonly]{background:#fff; border:none; border-bottom:1px solid #eee; padding-left:10px!important;}*/
.detail_label {
    padding-left: 8px;
    margin-bottom: 0;
    color: #000;
    background: url(../../../../StaticContent/images/icn_label.png) left 6px no-repeat;
}

.detail_data {
    border-bottom: 1px solid #eee;
    padding: 5px 12px 5px 10px !important;
    display: block;
    min-height: 24px;
    font-size: 14px;
    font-weight: normal;
    color: #555;
    margin-bottom: 25px;
    word-wrap: break-word;
}

.detail.diverder-dashed {
    border-color: #FC6;
    margin: 15px 0 !important;
}

.check_td {
    width: 55px;
}

.pagination {
    margin: -10px 0 0 0;
}

    .pagination > li > a,
    .pagination > li > span {
        color: #1d1e23;
        background-color: #fff;
        border: 1px solid #dcdcdc !important;
        margin-left: -1px;
        min-width: 34px;
        text-align: center;
    }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #1d1e23;
            background-color: #d3d1d1;
            border-color: #d3d1d1;
        }

    .pagination > li.active > a,
    .pagination > li.active > a:focus,
    .pagination > li.active > a:hover,
    .pagination > li.active > span,
    .pagination > li.active > span:focus,
    .pagination > li.active > span:hover {
        background: #e30613 !important;
        border: 1px solid #e30613 !important;
        color: #fff;
    }

    .pagination .next a, .pagination .previous a {
        width: 75px;
        text-align: center;
    }

.table > thead > tr > th {
    border-bottom-width: 1px;
    background: #ededee;
}

.table {
    border-collapse: collapse;
}

    .table a {
        text-decoration: underline;
    }

        .table a:hover {
            color: #5b338b;
        }

    .table th {
        color: #1d1e23;
    }

    .table > thead > tr > th.warning {
        background: #ccc6c1 /*#bdbebf*/;
    }

.btn {
    min-width: 65px;
}

.btn-default {
    border-color: #d3d1d1;
    background: #f0f0f0;
    color: #1d1e23;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:visited {
        border-color: #706f6f !important;
        background: #f0f0f0 !important;
        color: #1d1e23 !important;
    }

.btn-primary {
    border-color: #706f6f;
    background: #706f6f;
    color: #fff;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited {
        border-color: #000000 !important;
        background: #000000 !important;
        color: #fff !important;
    }

.btn-success {
    background: #e30613;
    border: 1px solid #c60510
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background: #c60510 !important;
        border: 1px solid #c60510 !important;
        box-shadow: none !important;
    }

.btn-danger {
    border-color: #6d6e70;
    background: #fff;
    color: #1d1e23;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:visited {
        border-color: #e30613 !important;
        background: #fff !important;
        color: #e30613 !important;
    }

.btn-search {
    border-color: #d3d1d1;
    background: #fff;
    color: #1d1e23;
}

    .btn-search:hover, .btn-search:focus, .btn-search:active, .btn-search:visited {
        border-color: #d3d1d1 !important;
        background: #eee !important;
        color: #1d1e23 !important;
    }

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.btn-fileupload {
    margin-top: 23px;
}

.table-responsive .btn {
    margin: 0 !important;
}

.form-horizontal .input-group {
    margin-bottom: 0 !important;
}

input, .form-control {
    box-shadow: none;
}

.site_title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 0px;
    width: 100%;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 59px;
    display: block;
    height: 55px;
    margin: 0;
    /*padding-left: 10px*/
    background: url(../../../../StaticContent/images/asiana.png) no-repeat;
}

.nav-sm .site_title {
    background: url(../../../../StaticContent/images/asiana2.png) 10px 8px no-repeat !important;
}

.modal-header {
    background: #948476;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    padding: 15px 15px 5px 15px;
}

.modal-title {
    color: #fff;
}

.modal-content {
    border: none;
}

.close {
    opacity: .3;
    color: #000;
    font-weight: normal;
    font-size: 28px;
    text-shadow: none;
}

    .close:hover {
        opacity: 1;
        color: #fff;
        text-shadow: none;
    }

.login_content .btn-default:hover {
    border-collapse: #333 !important;
    background: #333 !important;
    color: #fff !important;
}

@media (max-width: 767px) {
    .area_listbtn, .pagination {
        margin-top: 5px;
    }

    .btn-fileupload {
        margin-top: 5px;
        margin-left: 0;
    }
}

.detail_view {
    border: 1px solid #eee;
    border-collapse: collapse;
    width: 100%;
}

    .detail_view th {
        padding: 12px 16px;
        font-weight: bold;
        text-align: left;
        border: 1px solid #ddd;
        background: #f7f7f7;
    }

    .detail_view td {
        padding: 12px 16px;
        font-weight: normal;
        text-align: left;
        border: 1px solid #ddd;
    }

.border_right {
    border-right: 1px solid #ddd;
}

.txt_red {
    color: #e30613 !important;
}

.txt_blue {
    color: #2c00d2 !important;
}

.table {
    table-layout: fixed;
}

 .table td {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
 }

.login_content {
    width: 600px !important;
}

.title {
    width: 350px;
}

.login_content h1 {
    width: 100% !important;
}

    .login_content h1:after {
        background: none !important;
        background: none !important;
        right: 0
    }

    .login_content h1:before {
        background: none !important;
        background: none !important;
        left: 0
    }

.login_content .title h1:before, .login_content .title h1:after {
    height: 1px;
    position: absolute;
    top: 10px;
    width: 33%
}

.login_content form input[type="text"], .login_content form input[type="password"] {
    width: 350px !important;
    float: left;
}

.a_login .alert.a_alert {
    clear: both;
    width: 350px !important;
}

.a_login .item.form-group.bad .a_form, .a_btnarea, .separator {
    width: 350px !important;
}

.multi_select {
    border: 1px solid #d8dae1;
    padding: 10px;
}

.aria_hidden {
    width: 1px !important;
    height: 1px !important;
    border: 1px solid #ffffff !important;
}