/* Minification failed. Returning unminified contents.
(29,35): run-time error CSS1046: Expect comma, found '0'
(29,39): run-time error CSS1046: Expect comma, found '/'
(37,35): run-time error CSS1046: Expect comma, found '0'
(37,39): run-time error CSS1046: Expect comma, found '/'
 */
.showDynamicInfo {
    display: none;
}

.btnShowMoreDynamicInfo {
}

    .btnShowMoreDynamicInfo button {
        border-radius: 24px;
    }

.form-control {
    border-color: #DDDDDD !important;
    color: #222 !important;
}
#div_img2 img {
    width: 100%;
    height: 100%;
}
.form_edit {
    padding: 0 30px 0 30px !important;
}

    .form_edit .form_edit_group {
        background-color: #fff !important;
        border-radius: 18px !important;
        padding: 30px;
        border: 1px solid #DDDDDD;
        box-shadow: 0 0 4px rgb(0 0 0 / 70%) !important;
    }

    .form_edit .form_display_group {
        background-color: #fff !important;
        border-radius: 18px !important;
        padding: 30px;
        border: 1px solid #DDDDDD;
        box-shadow: 0 0 4px rgb(0 0 0 / 70%) !important;
    }

        .form_edit .form_display_group a {
            color: #204384;
        }

.form-horizontal form_edit a {
    color: #204384;
}

.form_edit .form_edit_group_title {
    color: #222222;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 20px;
}

.form_edit .form_display_group label {
    font-weight: bold !important;
}
.m-checkbox > span {
    border: 1px solid #598ce9 !important;
}
#btnUploadSlideImage {
    background-color: #204384;
}
#btnUploadImage {
    background-color: #204384;
}
#tree .list-group-item {
    width: 100%;
    float: left;
}
.m-separator.m-separator--lg{
    margin:5px 0px;
}
.m-separator.m-separator--solid-yellow {
    border-bottom: 1px solid #EDB925;
}
.left-header-menu {
    background-color: #1B3B74 !important;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open {
    background-color: #204384;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
    background-color: #fff;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text {
    color: #EDB925 !important;
}

.left-menu {
    background-color: #204384 !important;
    color: #fff !important;
}
#btnCreate {
    background-color: #EB2A27;
    border: none;
    outline: none;
    border-radius: 10px;
}
#btnSearch {
    background-color: #204384;
    border: none;
    outline: none;
    border-radius: 10px;
    color:#fff;
}
.m-form .m-form__group.m-form__group--inline{
    width:100%!important;
}
.table-static_filter{
    padding-left:20px;
    padding-bottom:10px;
}
#m_ver_menu a {
    color: #fff !important;
}
#m_ver_menu li{
    color: #fff !important;
}
#m_ver_menu i {
    color: #fff !important;
}
#m_ver_menu span{
    color: #fff !important;
}
    #m_ver_menu span:hover, a:hover {
        color: #EDB925 !important;
    }

    #m_ver_menu span:hover, a:hover {
        color: #EDB925 !important;
    }

.header-logo a {
    color: #fff !important;
}

.dangnhapform {
    margin-top: 20px !important;
}

    .dangnhapform input {
        border-radius: 10px !important;
    }

    .dangnhapform #m_login_signin_submit {
        border-radius: 10px !important;
        width: 100%;
        background-color: #EB2A27;
        color: #fff;
        border: none;
        text-transform: uppercase;
    }

        .dangnhapform #m_login_signin_submit:hover {
            background-color: #EDB925;
        }

.margin-top-10 {
    margin-top: 10px !important;
}

#ServicePartial .list-group-item, #FunctionPartial .list-group-item {
    width: 85%;
}

.marginbuttom-10 {
    margin-bottom: 10px;
}

.file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 2px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

    .file-upload-btn:hover {
        background: #1AA059;
        color: #ffffff;
        transition: all .2s ease;
        cursor: pointer;
    }

    .file-upload-btn:active {
        border: 0;
        transition: all .2s ease;
    }

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    border: 2px dashed #1FB264;
    position: relative;
}

    .image-dropping,
    .image-upload-wrap:hover {
        background-color: #d6ddd9;
        border: 2px dashed #ffffff;
    }

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

    .drag-text h3 {
        font-weight: 100;
        /* text-transform: uppercase;*/
        color: #757e7a;
        padding: 60px 0;
    }
.course-preview-img {
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid #f5f2f2;
}
.m-form .form-control-feedback{
    color:red!important;
}
#addMoreAddress select{
    margin-bottom:10px;
    width:48%;
}
.course-preview-img .c-remove-preview-img {
    float: left;
    width: 10%;
    position: absolute;
    top: -20px;
    left: 97%
}
.preview-img {
    width: 90%;
    float: left;
    position: relative;
}

.remove-preview-img {
    float: left;
    width: 10%;
    position: absolute;
    top: -10px;
    left: 95%
}

.file-upload-image {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

    .remove-image:hover {
        background: #c13b2a;
        color: #ffffff;
        transition: all .2s ease;
        cursor: pointer;
    }

    .remove-image:active {
        border: 0;
        transition: all .2s ease;
    }

li.action {
    list-style: none outside;
    float: left;
    width: 15%;
    background-color: #fff;
    border: 1px solid #428bca;
    padding: 5px 0;
    display: block;
    border-left: 0;
    border-bottom: 0;
    text-align: center;
}

    li.action:last-child {
        border-bottom: 1px solid #428bca;
    }

.m-form--fit {
    padding: 15px !important;
}

#tree .list-group-item:first-child {
    border-top-right-radius: 0px;
}

#tree li.action:nth-child(2) {
    border-top-right-radius: 4px;
}

#treeService li.node-treeService:hover, .treeview li.node-tree:hover {
    background: #428bca;
    color: #fff;
}

#FunctionPartial .list-group-item, #ServicePartial .list-group-item, #treeService .list-group-item {
    font-size: 14px;
    padding: 5px 10px;
}

#FunctionPartial li.action, #ServicePartial li.action {
    padding: 2px 0 3px;
}

#FunctionPartial .btn-circle, #ServicePartial .btn-circle {
    width: 25px;
    height: 25px;
    padding: 0px 0px 0px 0px;
}

#contextProduct, #contextFunction {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
}

#treeServiceModal .modal-body, #treeProductModal .modal-body, #treeFunctionModal .modal-body, #myModal .modal-body {
    max-height: 480px;
    overflow-y: scroll;
    height: auto;
}



/* Circle Buttons */
.btn-circle {
    border-radius: 25px !important;
    margin: 0 3px;
}

    .btn-circle i.fa {
        font-size: inherit !important;
        margin-right: 0 !important;
    }

.btn-circle-right {
    border-radius: 0 25px 25px 0 !important;
}

.btn-circle-left {
    border-radius: 25px 0 0 25px !important;
}

.btn-circle-bottom {
    border-radius: 0 0 25px 25px !important;
}

.btn-circle-top {
    border-radius: 25px 25px 0 0 !important;
}

.btn-icon-only {
    height: 34px;
    width: 34px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

    .btn-icon-only > [class^="icon-"],
    .btn-icon-only > i {
        text-align: center;
        margin-top: 2px;
    }

.btn-sm > [class^="glyphicon-"],
.btn-sm > [class*=" glyphicon-"],
.btn-sm > i {
    font-size: 13px;
}

.btn-xs > [class^="glyphicon-"],
.btn-xs > [class*=" glyphicon-"],
.btn-xs > i {
    font-size: 11px;
}

.btn-group.btn-group-circle > .btn:first-child {
    border-radius: 25px 0 0 25px !important;
}

.btn-group.btn-group-circle > .btn:last-child {
    border-radius: 0 25px 25px 0 !important;
}

.btn-group.btn-group-devided > .btn {
    margin-right: 5px;
}

    .btn-group.btn-group-devided > .btn:last-child {
        margin-right: 0;
    }

.btn-group-vertical.btn-group-vertical-circle > .btn:first-child {
    border-radius: 25px 25px 0 0 !important;
}

.btn-group-vertical.btn-group-vertical-circle > .btn:last-child {
    border-radius: 0 0 25px 25px !important;
}

.required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}



.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .dd-handle:hover {
        color: #2ea8e5;
        background: #fff;
    }

.dd-item > button {
    display: block;
    position: absolute;
    left: -25px;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}
/*.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }*/

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
        box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
    }


.nestable-lists {
    display: block;
    clear: both;
    padding: 0;
    width: 100%;
    border: 0;
    /*border-top: 2px solid #ddd; border-bottom: 2px solid #ddd;*/
}


#nestable-output,
#nestable2-output {
    width: 100%;
    height: 7em;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: Consolas, monospace;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background: linear-gradient(top, #bbb 0%, #999 100%);
}

    #nestable2 .dd-handle:hover {
        background: #bbb;
    }

#nestable2 .dd-item > button:before {
    color: #fff;
}

@media only screen and (min-width: 700px) {

    .dd {
        float: left;
        width: 100%;
        padding-bottom: 20px;
    }

        .dd + .dd {
            margin-left: 2%;
        }

    .nestable-lists {
        width: 80%;
        margin: 0 auto;
    }
}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}


.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dd3-content:hover {
        color: #2ea8e5;
        background: #fff;
    }

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 30px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    .dd3-handle:before {
        content: '≡';
        display: block;
        position: absolute;
        left: 0;
        top: 3px;
        width: 100%;
        text-align: center;
        text-indent: 0;
        color: #fff;
        font-size: 20px;
        font-weight: normal;
    }

    .dd3-handle:hover {
        background: #ddd;
    }



#table-static_wrapper a.dt-button i {
    color: #1992cf;
}

#table-static_wrapper a.dt-button {
    color: #00245A;
}

#table-static_wrapper button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled) {
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%) !important;
}


#table-static tr th, #table-static tr td, #table-static-detail tr th, #table-static-detail tr td {
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    padding: 3px 5px;
    border: 1px solid #848484;
}
.m-body .m-content{
    padding:15px 15px;
}
.modal-body{
    padding:0px;
}
.modal-header{
    padding:0px 0px 15px 0px
}
.m-form .m-form__group{
    padding-bottom:10px;
}
.m-portlet .m-portlet__body {
    padding: 0px 15px;
}
#table-static tr th, #table-static-detail tr th, #dataTable tr th {
    white-space: normal;
    background-color: #204384;
    color: #fff;
}
#exampleModalLongTitle {
    font-size: 24px;
    text-transform: uppercase;
    color: #204384;
}
.alert.m-alert--default {
    background-color: #FCFAF6;
}
#table-static_wrapper a.dt-button i, #table-static-detail_wrapper a.dt-button i {
    color: #1992cf;
}

#table-static_wrapper a.dt-button, #table-static-detail_wrapper a.dt-button {
    color: #00245A;
}

#table-static_wrapper button.dt-button:hover:not(.disabled),
#table-static-detail_wrapper button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled) {
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%) !important;
}


/***
Customized Bootstrap Pagination
***/
.pagination {
    margin: 10px 0;
}

    .pagination.pagination-circle > li:first-child > a {
        border-radius: 25px 0 0 25px !important;
    }

    .pagination.pagination-circle > li:last-child > a {
        border-radius: 0 25px 25px 0 !important;
    }

    .pagination .active > a,
    .pagination .active > a:hover {
        background: #eee;
        border-color: #dddddd;
        color: #333;
    }



.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.input-icon {
    position: relative;
}

    .input-icon > .form-control {
        padding-left: 33px;
    }

    .input-icon > i {
        color: #ccc;
        display: block;
        position: absolute;
        margin: 9px 5px 4px 10px;
        z-index: 3;
        width: 16px;
        height: 16px;
        font-size: 16px;
        text-align: center;
    }

.modal .input-icon > i {
    z-index: 10055;
}

.has-success .input-icon > i {
    color: #45b6af;
}

.has-warning .input-icon > i {
    color: #dfba49;
}

.has-info .input-icon > i {
    color: #89c4f4;
}

.has-error .input-icon > i {
    color: #f3565d;
}

.input-icon.right > .form-control {
    padding-right: 33px;
    padding-left: 12px;
}

.input-icon.right > i {
    right: 8px;
    float: right;
}

.modal-header1 {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fcae19;
}

.profile {
    border-radius: 50%;
}

.modal-success {
    padding: 10px;
    color: white;
    border: 1px solid #e5e5e5;
    background-color: #5cb85c;
}

.modal-message {
    padding: 10px;
    color: white;
    border: 1px solid #e5e5e5;
    background-color: #5cb85c;
}

.modal-error {
    padding: 10px;
    color: white;
    border: 1px solid #e5e5e5;
    background-color: #f84742;
}

