.help-tip:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-top-color: #343a40;
    left: 10px;
    bottom: -14px;
}
.btn-white {
    color: #5c6269;
    background: #fff !important;
    border-color: rgba(134, 142, 150, 0.8);
}
.jumbotron {
    background-color: #67A754;
    background-image: url(images/radial_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#B3ECFF), to(#7EDEFF));
    /* Safari 4-5, Chrome 1-9 */
    /* Can't specify a percentage size? Laaaaaame. */
    background: -webkit-radial-gradient(circle, #B3ECFF, #7EDEFF);
    /* Safari 5.1+, Chrome 10+ */
    background: -moz-radial-gradient(circle, #B3ECFF, #7EDEFF);
    /* Firefox 3.6+ */
    background: -ms-radial-gradient(circle, #B3ECFF, #7EDEFF);
    /* IE 10 */
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2) inset, 0 -3px 7px rgba(0, 0, 0, 0.2) inset;
    color: #FFFFFF;
    padding: 40px 0;
    position: relative;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.4), 0 0 30px rgba(255, 255, 255, 0.075);
}

.jumbotron h1 {
    font-family: 'Roboto', sans-serif!important;
    font-size: 45px;
    font-weight: 300;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 20px;
}

.jumbotron h1 span {
    color: rgba(0, 0, 0, 0.4);
}

.jumbotron p {
    font-family: 'Roboto', sans-serif!important;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.25;
    color: #444;
}

.jumbotron .container {
    position: relative;
    z-index: 2;
}

.jumbotron:after {
    background: url("../images/pattern.png") repeat scroll center center transparent;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
}

.jumbotron:after {
    background-size: 400px 400px;
}

.masthead {
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 30px 0 10px;
}

h2.demo-text {
    font-family: 'Roboto', sans-serif!important;
    font-size: 45px;
    font-weight: 300;
    color: #51D2FF;
    text-align: center;
    margin: 20px 0;
    line-height: 40px;
}

.features {
    padding: 20px 0 10px 0;
    background: #EEE;
    font-family: 'Roboto', sans-serif!important;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    font-weight: 300;
}

.footer {
    border-top: 1px solid #DDD;
    margin: 20px 0 10px 0;
    padding-top: 10px;
    font-size: 12px;
}

.Editor-container {
    margin: 0 auto;
    position: relative;
    margin-top: 0px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.kx_editor_menu_bar_div a:hover {
    color: #0077B3;
}

.kx_editor_menu_bar_div,.editor_menu_bar_all,
#statusbar {
     background-color: #fff;
     border-bottom: 1px solid rgba(159, 166, 172, 0.28);;
    
}

.kx_editor_menu_bar_div {
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    min-height: 25px;
    padding: 5px 0;
    z-index: 100;
    box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
    
    .container > .m-a-1 {
        margin: 0 !important;
    }
     
}

.kx_editor_menu_bar_div div:first-child {}

.kx_editor_menu_bar_div .dropdown {
    float: left;
}

.kx_editor_menu_bar_div .dropdown-toggle {
    font-size: 12px;
}

.kx_editor_menu_bar_div .dropdown-toggle .caret {
    margin-left: 5px;
    border-top-color: #999;
}

.kx_editor_menu_bar_div a.btn {
    position: relative;
    margin-bottom: 3px;
}
.editor_menu_bar_all {
    display: -webkit-box;   /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;      /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;   /* 混合版本语法: IE 10 */ 
    display: -webkit-flex;  /* 新版本语法: Chrome 21+ */
    display: flex;          /* 新版本语法: Opera 12.1, Firefox 22+ */
    flex-wrap: nowrap;
}
.palette_cntr {}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    height: auto;
    margin-bottom: 10px;
}

.kx_ed_imgset,
.kx_model_url_input,
.kanxue_md_input_url,
.kanxue_md_input_text,
.kx_ed_linkset {
    width: 100%!important;
}

#statusbar {
    min-height: 30px;
    border-radius: 0 0 3px 3px;
    border-top: none;
    line-height: 30px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

#statusbar .label {
    float: right;
    margin: 6px 10px 0 0;
    background: #BBB;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    padding: 2px 4px;
    font-size: 11.844px;
    line-height: 14px;
}

.kx_source_box_class,
.kx_html_editor_box {
    line-height: 1.7;
    font-size: 0.9rem;
    color: #0b151d;
    outline: none;
    min-height: 508px;
    /*padding:1%;*/
    /*border:1px solid #EEE;*/
    border-radius: 0;
    word-wrap: break-word;
    position: relative;
    /* margin-top: 88px; */
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
}

@media only screen and (max-width:1600px) {
    .kx_html_editor_box {
        min-height: 345px!important;
    }
}

.kx_html_editor_box a {
    /*color: #08599E;*/
    /*text-decoration: underline;*/
}

.kx_html_editor_box img {
    box-shadow: none!important;
    margin: 0!important;

    cursor: pointer;
    max-width: 100%;
    vertical-align: inherit;
}

.kx_html_editor_box pre {
    cursor: pointer;
    margin-bottom: 0.2rem;
    background: #ececec;
    padding: 5px;
    box-shadow: 0 0 5px 1px #d0d0d0;
    border-radius: 5px;
}

.palette_cntr ul {
    width: 145px;
    float: left;
    z-index: 999;
    margin: 0 10px;
}

.palette_cntr li {
    cursor: pointer;
    display: block;
    height: 16px;
    float: left;
    margin: 0;
    padding: 0;
    width: 16px;
    margin: 1px;
}

.palette_cntr li div {
    text-align: left;
    margin: 0;
    font-size: 12px;
}

div.activeColour {
    position: absolute;
    display: inline;
    left: 0;
    top: 30px;
    background: #E8E8E8;
    padding-bottom: 10px;
    z-index: 10000;
}

.colorpellete,
.bg_colorpellete {
    float: left;
}

.bg_activeColour {
    position: absolute;
    display: inline;
    float: left;
}

.specialCntr {
    background-color: #E8E8E8!important;
    display: inline;
    position: absolute;
    width: 176px;
    top: 30px;
    left: 0;
}

.specialCntr ul {
    float: left;
    margin: 10px;
    white-space: normal;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}

.specialCntr ul li {
    list-style: none;
    float: left;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background: #FFF;
    margin: 3px;
    color: #333;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.specialCntr ul li:hover {
    background: #666;
    color: #FFF;
}

pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

.on {
    display: block;
    position: relative;
}

.fullscreen {
    position: fixed;
    background: #FFF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    margin: 0;
}

.fullscreen #statusbar {
    position: fixed;
    bottom: 0;
    border-top: 1px solid #DDD;
}

.fullscreen #contentarea {
    border: none;
}

.tabs-below>.nav-pills,
.tabs-right>.nav-pills,
.tabs-left>.nav-pills {
    border-bottom: 0;
}

.tabs-left ul {
    -webkit-padding-start: 0px;
}

.tabs-left>.nav-pills>li,
.tabs-right>.nav-pills>li {
    float: none;
}

.tabs-left>.nav-pills>li>a,
.tabs-right>.nav-pills>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left>.nav-pills {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left>.nav-pills>li>a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-pills>li>a:hover,
.tabs-left>.nav-pills>li>a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
    outline: none;
}

.tabs-left>.nav-pills a.active,
.tabs-left>.nav-pills a.active:hover,
.tabs-left>.nav-pills a.active:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
    color: rgb(0, 176, 245) !important;
    outline: none;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    border-color: #337ab7;
}

.thumbnail>img,
.thumbnail a>img {
    margin-right: auto;
    margin-left: auto;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}


/*a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
    outline: 0;
    color: #23527c;
    text-decoration: underline;
}*/


/**form control width**/

@-moz-document url-prefix() {
    .form-control {
        padding: 6px 12px 10px 12px;
    }
}

.form-control-width {
    width: 100px;
}

.form-control-link {
    width: 204px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}

.form-control-button-right {
    width: 85px;
}

.inline-form-control {
    display: inline!important;
}

.btn-group+.btn-group {
    margin-left: 5px;
}

.activeColour ul {
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}


/*h1{
	margin-top: 10px;
	line-height: 40px;
}*/

.col-lg-6 nth:child(1) {
    margin-left: 0px;
}

.nopadding {
    padding: 0px;
}

.nopadding-right {
    padding-right: 0px;
}

.modal {
    overflow-y: auto;
}

.padding-top {
    padding-top: 10px;
}


/***下拉菜单***/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #08c, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #08c, #0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu>li>a {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.kx_editor_stop_ed_dom {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
    background: #eee;
}

.add_font_color {
    color: #128CF5;
}


/*图片缩放*/

.kx_border_img_stretch {
    position: absolute;
    top: 0;
    display: none;
    box-sizing: border-box;
    border: 2px solid #1883D0;
}


/*角*/

.kx_border_img_stretch .br {
    width: 10px;
    height: 10px;
    position: absolute;
    background: #E09120;
    z-index: 2;
    cursor: nwse-resize;
}

.kx_border_img_stretch .br {
    right: -5px;
    bottom: -5px;
}


/*上传文件*/

a.kx_md_upload_enclosure:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.kx_md_upload_enclosure_msg,
.kx_md_upload_enclosure_msg1 {
    display: none;
}

.kx_html_editor_box {
    background: #fff
}


/*a  upload */

.a-upload {
    padding: 4px 10px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.a-upload input {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.a-upload:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}


/**/

.kx_editor_save_state {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.2rem!important;
    opacity: 0.5;
    font-size: 12px;
}


/* 全屏 */

.kx_full_screen {
    border: 0px solid rgb(204, 204, 204)!important;
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    z-index: 1039!important;
    background: #fff!important;
}

.kx_editor_menu_bars {
/*     width: 100%!important;
    position: fixed!important;
    top: 0!important; */
}

/* .kx_html_editor_box_pull_screen,
.kx_source_box_ {
    padding-top: 53px!important;
} */

.kx_html_editor_markdown_button {
    display: none;
}


/*加载中*/

.kx_editor_img_loding_logo {
    display: none;
}
@media only screen and (max-width: 992px) {
    .kx_editor_menu_bar_div div[title="fonteffects"],
    .kx_editor_menu_bar_div div[title="texteffects"],
    .kx_editor_menu_bar_div div[title="aligneffect"],
    .kx_editor_menu_bar_div div[title="textformats"],
    .kx_editor_menu_bar_div div[title="actions"],
    .kx_editor_menu_bar_div div[title="advancedoptions"],
    .kx_editor_menu_bar_div button[title="插入超链接"],
    .kx_editor_menu_bar_div button[title="插入表格"] {
        display: none;
    }
     
}


