body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    background: #f5f5f5;
}

.page-width {
    min-width: 1004px;
    padding: 10px;
    margin: auto;
    position: relative;
    background: white;
}

#headPage {
    position: fixed;
    min-width: 1024px;
    z-index: 10;
    width: 100%;
    height: 40px;
    padding-left: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 560px;
    border-bottom: solid 1px #ddd;
    background: white;
}

#logo {
    padding: 5px 10px;
    width: 200px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
}


#wrapMenu {
    position: fixed;
    height: 100%;
    width: 220px;
    top: 0px;
    left: 0px;
    padding-top: 40px;
    border-right: solid 1px #ddd;
    overflow: auto;
    background: white;
}

#mainMenu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-top: solid 5px #f5f5f5;
}


    #mainMenu > li > a {
        color: #333;
        line-height: 33px;
        height: 33px;
        font-size: 14px;
        display: block;
    }

        #mainMenu > li > a.select {
            background: #ffb3b3;
            border-radius: 0 100px 100px 0;
            font-weight: bold;
            color: #c90000;
        }

        #mainMenu > li > a:hover {
            background: #ddd;
            border-radius: 0 100px 100px 0;
            font-weight: bold;
        }

        #mainMenu > li > a .glyphicon {
            line-height: 34px;
            height: 34px;
            width: 34px;
            text-align: center;
            margin-right: 10px;
        }

.form th, .form td {
    text-align: left;
    min-width: 100px;
    padding: 0 10px 10px 0;
    font-weight: normal;
}

.Button {
    min-width: 100px;
    background: white !important;
    color: #333 !important;
    outline-style: none;
    border: solid 1px #ddd;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #ddd;
}

    .Button:hover {
        background: #f5f5f5 !important;
        color: black !important;
    }

.title-page {
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: left;
}

.form {
    text-align: center;
}

    .form > table {
        display: inline-block;
    }

    .form a {
        color: Black;
    }

    .form .TextBox, .form .SelectBox {
        width: 300px;
        background: white;
        border-radius: 5px;
    }

a.Button {
    min-width: 75px;
    text-align: center;
    line-height: 34px;
    height: 34px;
    vertical-align: top;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #ddd;
    border: solid 1px #ddd;
}

    a.Button:hover {
        background: #f5f5f5 !important;
    }

.form .Button {
    margin-right: 10px;
}

.form-article .TextBox {
    width: 100%;
}

.sb-data-spin, .sb-data-link, .sb-data-spin-2 {
    height: 36px;
    line-height: 36px;
    vertical-align: top;
    margin-right: 10px;
    width: 180px !important;
}

.form-data-spin .TextArea, .form-data-spin .SelectBox, .form-data-spin .TextBox {
    width: 100%;
    padding: 0px;
}

.form-data-spin .TextArea {
    height: 330px;
}

.form-data-spin {
    width: 710px;
}

.btn-update-data {
    min-width: 30px !important;
}

.txt-spin-edit {
    width: 100%;
}

.form-login .TextArea {
    padding: 0px;
}

.center {
    text-align: center !important;
}

#footer {
    color: black;
    line-height: 30px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    display: none;
}

    #footer .glyphicon {
        display: inline-block;
        margin-right: 10px;
        width: 40px;
        height: 30px;
        text-align: center;
    }

.btn-sign-up {
    padding: 0px !important;
    background: white;
}

    .btn-sign-up a {
        color: Black !important;
        text-align: center;
        padding: 0 30px !important;
    }

.spin-quantity {
    width: 40px !important;
}

.spin-row .spinner-box {
    height: 34px;
    vertical-align: top;
    margin: 0px 10px 0 0px;
}

.spin-row span {
    line-height: 36px;
    display: inline-block;
}

.spin-row .spinner-box > * {
    height: 34px !important;
    line-height: 34px;
}

.task-bar {
    line-height: 36px;
    background-color: #DEDEDE;
    padding: 10px;
    border-radius: 5px;
}

    .task-bar .Button {
        float: right;
        margin-left: 10px;
    }

.spin-text {
    background-color: Yellow;
    cursor: pointer;
}

#contentPreview .bbcode-preview textarea {
    height: 400px;
    width: 100%;
    margin-top: 20px;
}

.SelectBox {
    height: 36px;
    vertical-align: top;
    background: white;
    border-radius: 5px;
    outline-style: none;
}

.TextBox, .IntBox {
    vertical-align: top;
    height: 34px;
    background: white;
    border-radius: 5px;
    outline-style: none;
}

input:disabled, textarea:disabled {
    background: #ddd !important;
    border: solid 1px #999;
}

.spinner-box .IntBox {
    height: 30px;
    border-radius: 0px !important;
}

.spinner-box .spinner-sub {
    border-radius: 5px 0 0 5px;
}

.spinner-box .spinner-add {
    border-radius: 0 5px 5px 0;
}

.mr10 {
    margin-right: 10px;
}

#boxCaptchaGoogle a {
    color: #c90000;
    font-weight: bold;
}

#boxLoginMoz a {
    color: #c90000;
    font-weight: bold;
}

#boxLoginMoz {
    max-width: 360px;
}

.intro-box {
    background-color: white;
    line-height: 30px;
}

.title-box {
    background-color: #ddd;
    color: black;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    border-right: solid 1px white;
}

.content-box {
    padding: 10px;
    height: 50px;
}

.box-item {
    float: left;
    height: 185px;
    width: 50%;
}

.btn-guide {
    position: relative;
    left: 10px;
}


.form-auto-post th {
    min-width: 0px;
}

.form-auto-post .t-minute {
    display: none;
}

.form-auto-post .SelectDate .t-group2 {
    font-size: 0px;
    background: white;
    border-radius: 5px;
}

.form-auto-post .SelectDate .t-group1 {
    background: white;
    border-radius: 10px;
}

.SelectDate input {
    height: 20px;
    border-radius: 5px;
    background: #f5f5f5;
}

.SelectDate .s-cal, .SelectDate .t-group2 .s-time {
    top: 7px;
}

.form-auto-post .TextBox {
    width: 228px;
}

.form-auto-post .SelectBox {
    width: 230px;
}

.leech-category .tree-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 180px;
}

.sep5 {
    padding: 5px;
}

.position-keyword.glyphicon-arrow-down {
    color: #c90000;
}

.position-keyword.glyphicon-arrow-up {
    color: Green;
}

.group-facebook-tab {
    vertical-align: top;
    text-align: center;
}

.title-preview {
    padding: 10px 0;
}

    .title-preview .TextBox {
        width: 100%;
    }

.tip {
    line-height: 36px;
}

.TabBox .tabbox-name .TabName.tab-active {
    background: #ddd;
    color: black !important;
}

.TabBox .tabbox-name .TabName {
    border-radius: 5px 5px 0 0;
}

.dialog-header {
    background: #ddd;
    color: black;
}

d .dialog-close {
    color: black;
}

.btn-payment {
    height: 28px !important;
    line-height: 28px !important;
    color: black !important;
    background: white !important;
}

.btn-visible-password {
    position: absolute;
    right: 3px;
    top: 3px;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    background: #B5B5B5;
    color: white;
    border-radius: 6px;
}

.sep20 {
    height: 20px;
}

#tipMessage {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1000000000;
}

.msg-tip {
    width: 260px;
    padding: 10px 30px 10px 10px;
    background: #FFE0E2;
    border-radius: 5px;
    color: #FF6B73;
    position: relative;
}

    .msg-tip.success {
        background: #dff0d8;
        color: #387e00;
    }

        .msg-tip.success .close {
            color: #387e00;
        }

    .msg-tip .close {
        color: #FF6B73;
        position: absolute;
        top: 10px;
        right: 10px;
        line-height: 20px;
    }

.btn-guide-1 {
    background: #c90000 !important;
    color: white !important;
}

.fuExcelData {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    height: 40px;
    overflow: hidden;
}

.bn-right {
    position: absolute;
    left: 0px;
    top: 410px;
    width: 100%;
    border-top: solid 1px #ddd;
}

    .bn-right .title {
        text-align: right;
        line-height: 20px;
        font-size: 10px;
        color: #666;
        padding-right: 10px;
    }

    .bn-right a {
        display: none;
    }


.select-tree {
    width: 258px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

    .select-tree > li {
        border: solid 1px #DDD;
        position: relative;
        height: 34px;
    }

        .select-tree > li > .tree-item {
            line-height: 34px;
            float: none;
            padding-left: 10px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .select-tree > li > .tree-icon:before {
            content: "\e114";
            position: absolute;
            right: 10px;
            top: 10px;
        }

        .select-tree > li > .tree-icon {
            position: absolute;
            top: 0px;
            bottom: 0px;
            right: 10px;
            float: none;
            width: 100%;
            margin: 0px;
            left: 0px;
            height: auto;
            background-position-x: 10px !important;
            display: block !important;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .select-tree .tree-icon {
        margin-right: 10px;
        background: none !important;
        display: none;
    }

    .select-tree > li > ul {
        position: absolute;
        top: 100%;
        left: 0px;
        z-index: 1;
        border: solid 1px #ddd;
        background: white;
        width: 245px;
        padding: 10px;
    }


.project-item .name {
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    font-weight: normal;
    color: #374b5e;
}

    .project-item .name:hover {
        font-weight: bold;
    }

.project-item .add-child {
    width: 20px;
    display: inline-block;
    float: right;
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    color: white;
    background: #374b5e;
    border-radius: 5px;
    font-size: 18px;
    position: relative;
    top: 2px;
}


    .project-item .add-child:hover {
        background: black;
    }

.select-tree ul ul ul .add-child {
    display: none !important;
}

.select-tree ul ul .add-child {
    background: #ddd;
    color: black;
}

.select-tree ul ul li {
    padding-top: 3px;
    border-top: solid 1px #ddd;
}

.select-tree ul ul .project-item .name {
    width: 200px;
}

.Tree .selected > .tree-item > .project-item .name {
    font-weight: bold;
    color: black;
}


.select-tree ul ul {
    display: block !important;
    padding-left: 20px;
}

.select-tree .selected > .tree-item {
    color: black;
}

.select-tree > li > .clear {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    z-index: 1;
    display: none;
}

.select-tree > li.open > .clear {
    display: block;
}


.select-tree > li > ul > li {
    border-bottom: solid 1px #ddd;
    padding-top: 3px;
}

.text-notice {
    vertical-align: top;
    line-height: 40px;
    height: 40px;
    color: #c90000;
}


body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ul.sortable li.placeholder {
    position: relative;
    /** More li styles **/
}

    ul.sortable li.placeholder:before {
        position: absolute;
        /** Define arrowhead **/
    }

ul.sortable .tree-icon {
    display: none;
}


ul.sortable ul {
    display: block;
    padding-left: 20px;
}

ul.sortable i {
    display: inline-block;
    padding: 0 4px;
    cursor: move;
}

ul.sortable li.placeholder {
    position: relative;
}

    ul.sortable li.placeholder:before {
        position: absolute;
        content: "\e072";
        width: 0px;
        height: 0px;
        margin-top: -5px;
        left: -5px;
        top: -4px;
        color: #c90000;
        font-family: 'Glyphicons Halflings';
        font-size: 12px;
    }

ul.sortable li {
    border: solid 1px #ddd;
    margin-bottom: 5px;
    cursor: move;
    border-radius: 5px;
}

    ul.sortable li:hover {
        background: #f5f5f5;
    }

.Tree .tree-item {
    line-height: 30px;
}


.popup-custom {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
    overflow: auto;
}

.popup-custom-content {
    display: inline-block;
    text-align: left;
    width: 400px;
    background: white;
    padding: 10px;
    padding-top: 50px;
    position: relative;
}

.popup-custom-title {
    background: #ddd;
    position: absolute;
    top: 0px;
    height: 40px;
    line-height: 40px;
    left: 0px;
    width: 100%;
    top: 0px;
    color: black;
    text-indent: 10px;
}

.popup-custom-close {
    position: absolute;
    right: 10px;
    top: 0px;
    line-height: 40px;
    color: black;
}

.txtSelectProject {
    cursor: pointer !important;
    width: 250px !important;
    background: white !important;
    opacity: 1 !important;
}

.copy-keyword {
    float: left;
    opacity: 0.6;
}

    .copy-keyword img {
        height: 20px;
        display: block;
    }

.cboSelectDomain li {
    position: relative;
}

.cboSelectDomain .glyphicon-link {
    position: absolute;
    top: 8px;
    right: 7px;
}

.paging a {
    font-weight: bold;
    text-transform: capitalize;
    margin: 0 2px;
    width: 30px;
    height: 20px;
    display: inline-block;
    text-align: center;
    background: white;
    line-height: 20px;
    color: #333;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.wrap-menu-head {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 560px;
    text-align: right;
}

    .wrap-menu-head .Button {
        height: 26px !important;
        line-height: 26px !important;
        margin-right: 10px;
        box-shadow: none;
    }

@keyframes zoom {
    0% {
        transform: scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes lucidgenzalo {
    0% to {
        transform: rotate(-25deg)
    }

    50% {
        transform: rotate(25deg)
    }
}

.jscroll-to-top {
    bottom: 100px
}

.fcta-zalo-ben-trong-nut svg path {
    fill: #fff
}

.fcta-zalo-vi-tri-nut {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}


.fcta-facebook-vi-tri-nut {
    position: fixed;
    bottom: 10px;
    right: 70px;
    z-index: 999;
}

    .fcta-facebook-vi-tri-nut .fcta-zalo-ben-trong-nut {
        left: 14px;
        bottom: 21px;
    }

.fcta-zalo-nen-nut, div.fcta-zalo-mess {
    box-shadow: 0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16)
}

.fcta-zalo-nen-nut {
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #0068ff;
    border-radius: 50%;
    position: relative
}

    .fcta-zalo-nen-nut::after, .fcta-zalo-nen-nut::before {
        content: "";
        position: absolute;
        border: 1px solid #0068ff;
        background: #0068ff80;
        z-index: -1;
        left: -20px;
        right: -20px;
        top: -20px;
        bottom: -20px;
        border-radius: 50%;
        display: none;
        /*animation: zoom 1.9s linear infinite*/
    }

    .fcta-zalo-nen-nut::after {
        animation-delay: .4s
    }

.fcta-zalo-ben-trong-nut, .fcta-zalo-ben-trong-nut i {
    transition: all 1s
}

.fcta-zalo-ben-trong-nut {
    position: absolute;
    text-align: center;
    width: 60%;
    height: 60%;
    left: 10px;
    bottom: 25px;
    line-height: 70px;
    font-size: 25px;
    opacity: 1
}

    .fcta-zalo-ben-trong-nut i {
        animation: lucidgenzalo 1s linear infinite
    }

.fcta-zalo-nen-nut:hover .fcta-zalo-ben-trong-nut, .fcta-zalo-text {
    opacity: 0
}

.fcta-zalo-nen-nut:hover i {
    transform: scale(.5);
    transition: all .5s ease-in
}

.fcta-zalo-text a {
    text-decoration: none;
    color: #fff
}

.fcta-zalo-text {
    position: absolute;
    top: 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    transform: scaleX(-1);
    transition: all .5s;
    line-height: 1.5
}

.fcta-zalo-nen-nut:hover .fcta-zalo-text {
    transform: scaleX(1);
    opacity: 1
}

div.fcta-zalo-mess {
    position: fixed;
    bottom: 29px;
    right: 58px;
    z-index: 99;
    background: #fff;
    padding: 7px 25px 7px 15px;
    color: #0068ff;
    border-radius: 50px 0 0 50px;
    font-weight: 700;
    font-size: 15px
}

.fcta-zalo-mess span {
    color: #0068ff !important
}

span#fcta-zalo-tracking {
    font-family: Roboto;
    line-height: 1.5
}

.fcta-zalo-text {
    font-family: Roboto
}

.TabBox .tabbox-name .TabName {
    font-weight: normal;
}

.menu-action {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
}

    .menu-action ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0px;
        list-style: none;
        margin: 0px;
        padding: 0px;
        background: white;
        min-width: 220px;
    }

        .menu-action ul li {
            border: solid 1px #ddd;
            margin-top: -1px;
            padding: 10px;
        }

    .menu-action > .Button i {
        margin-right: 10px;
    }

    .menu-action:hover ul {
        display: block;
    }

    .menu-action ul .Button {
        width: 100%;
        border: none;
        box-shadow: none;
    }

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.Button:disabled {
    background: #e9e9e9 !important;
}

.form-auto-write th {
    font-weight: bold;
    margin-top: 10px;
}

.form-auto-write .TextBox {
    width: 100%;
}

.form-auto-write .RadioButton li {
    margin-bottom: 5px;
}

.wrap-menu-settup {
    position: relative;
    display: inline-block;
}

    .wrap-menu-settup .btn-settup {
        min-width: 50px;
        margin-left: 10px;
    }

.menu-settup {
    position: absolute;
    bottom: 100%;
    right: 0px;
    width: 200px;
    background: white;
    border-radius: 5px;
    border: solid 1px #ddd;
    display: none;
    padding: 10px;
}

.wrap-menu-settup.show {
    z-index: 999;
}

    .wrap-menu-settup.show .menu-settup {
        display: block;
    }

.field-item {
    display: block;
    margin-bottom: 10px;
}

    .field-item span {
        font-weight: 600;
        margin-bottom: 5px;
        display: block;
    }
