body {
    background: #f3f3f3;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    /*min-width: 768px;*/
}

/* ==========================================================================
Hide ng-cloak on page load, https://docs.angularjs.org/api/ng/directive/ngCloak
========================================================================== */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/* ==========================================================================
Development Ribbon
========================================================================== */
.ribbon {
    background-color: #a00;
    box-shadow: 0 0 10px #888;
    left: -3.5em;
    moz-box-shadow: 0 0 10px #888;
    moz-transform: rotate(-45deg);
    ms-transform: rotate(-45deg);
    o-transform: rotate(-45deg);
    overflow: hidden;
    position: absolute;
    top: 40px;
    transform: rotate(-45deg);
    webkit-box-shadow: 0 0 10px #888;
    webkit-transform: rotate(-45deg);
    white-space: nowrap;
    width: 15em;
    z-index: 9999;
    pointer-events: none;
}

.ribbon a {
    border: 1px solid #faa;
    color: #fff;
    display: block;
    font: bold 81.25% 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 1px 0;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 5px #444;
    pointer-events: none;
}

/* ==========================================================================
Version number in navbar
========================================================================== */
.navbar-version {
    font-size: 10px;
    color: #ccc
}

/* ==========================================================================
    伸缩侧边css代码
========================================================================== */
.sidebar-collapse .sidespan {
    display: none;
}

.sidebar-collapse .sidebar1 {
    width: 50px;
}

.sidebar-collapse .sidebar1 li {
    position: relative;
    z-index: 101;
    text-align: center;
}

.sidebar-collapse .sidebar1 li a {
    padding: 0 14px;
}

.sidebar-collapse .sidebar1 li:hover a {
    border-left: 2px solid #ff6c5f;
    background: #262626;
    text-decoration: none;
}

.sidebar-collapse .sidebar2 {
    left: 50px;
}

.sidebar-collapse .sidebar2-shrink {
    left: 150px;
}

.sidebar-collapse2 .sidebar2 {
    left: 20px;
}

.sidebar-collapse2 .sidebar2-shrink {
    left: 120px;
}

.sidebar-collapse3 .sidebar2 {
    left: 120px;
}

.sidebar-collapse3 .sidebar2-shrink {
    left: 111px;
}
.sidebar-collapse4 .sidebar2 {
    left: -50px;
}

.sidebar-collapse4 .sidebar2-shrink {
    left: 50px;
}

/* ==========================================================================
navbar in sidebar1,sidebar2
========================================================================== */
.side {
    display: block !important;
}

.sidebar1 {
    position: fixed;
    left: 0;
    top: 80px;
    bottom: 0;
    width: 190px;
    background: #fff;
    box-shadow: 3px 0 10px #e6e6e6;
    transition: all .5s ease;
    z-index: 105;
    overflow: auto;
}

/*.sidebar1 li a {*/
    /*display: block;*/
    /*color: #fff;*/
    /*font-size: 14px;*/
    /*border-left: 2px solid transparent;*/
    /*transition: .3s linear;*/
    /*padding: 0 10px 0 16px;*/
/*}*/

/*.sidebar1 > li > a > i {*/
    /*margin-right: 10px;*/
/*}*/

/*.sidebar1 .hover, .sidebar1 li a:hover {*/
    /*border-left: 2px solid #ff6c5f;*/
    /*background: #262626;*/
    /*text-decoration: none;*/
/*}*/

/*.sidebar1 li {*/
    /*height: 56px;*/
    /*line-height: 56px;*/
    /*white-space: nowrap;*/
/*}*/

.sidebar2 {
    position: fixed;
    left: 120px;
    top: 60px;
    bottom: 0;
    width: 100px;
    background-color: #fff;
    /*-webkit-overflow-scrolling: touch;*/
    /*-webkit-overflow-scrolling: -blackberry-touch;*/
    overflow-x: hidden;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 102;
}


.sidebar2-zIndex {
    z-index: 0;
}

.transition {
    transition: all .5s ease;
}

.sidebar1 ul, .sidebar2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sidebar2 ul {

}

.sidebar2 li {
}

/*.sidebar li span { color: #6d7983; }*/
.sidebar2 li .caret {
    margin-top: 9px;
}

.sidebar2 li i {
    /*margin-right: 15px;*/
}

.sidebar2 .nav-header {
    padding: 10px;
    background-color: #f5f5f5;
}

.sidebar2::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.arrows {
    z-index: 1001;
    position: absolute;
    right: 20px;
    border: 1px solid #c8c8c8;
    border-width: 1px 1px 0 0;
    display: inline-block;
    height: 8px;
    -moz-transform-origin: center center;
    -moz-transform: rotate(45deg);
    -moz-transition: all .3s ease-in .1s;
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -webkit-transition: all .3s ease-in .1s;
    -o-transform-origin: center center;
    -o-transform: rotate(45deg);
    -o-transition: all .3s ease-in .1s;
    -ms-transform-origin: center center;
    -ms-transform: rotate(45deg);
    -ms-transition: all .3s ease-in .1s;
    transform-origin: center center;
    transform: rotate(45deg);
    transition: all .3s ease-in .1s;
    width: 8px;
    margin-top: 6px;
}

.arrowsTop {
    z-index: 1001;
    position: absolute;
    right: -16px;
    top: 8px;
    border: 1px solid #c8c8c8;
    border-width: 1px 1px 0 0;
    display: inline-block;
    height: 8px;
    -moz-transform-origin: center center;
    -moz-transform: rotate(135deg);
    -moz-transition: all .3s ease-in .1s;
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(135deg);
    -webkit-transition: all .3s ease-in .1s;
    -o-transform-origin: center center;
    -o-transform: rotate(135deg);
    -o-transition: all .3s ease-in .1s;
    -ms-transform-origin: center center;
    -ms-transform: rotate(135deg);
    -ms-transition: all .3s ease-in .1s;
    transform-origin: center center;
    transform: rotate(135deg);
    transition: all .3s ease-in .1s;
    width: 8px;
    /*margin-top: 6px;*/
}

.arrowHover:hover b {
    -moz-transform: rotate(-5deg);
    -moz-transition: all .2s ease-in .1s;
    -webkit-transform: rotate(-45deg);
    -webkit-transition: all .2s ease-in .1s;
    -o-transform: rotate(-45deg);
    -o-transition: all .2s ease-in .1s;
    -ms-transform: rotate(-45deg);
    -ms-transition: all .2s ease-in .1s;
    transform: rotate(-45deg);
    transition: all .2s ease-in .1s;
    top: 12px;
}

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
Logo styles
========================================================================== */
.navbar {
    padding: 0;
    margin: 0;
    border: none;
}

.navbar-top {
    background: #fff;
    line-height: 28px;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    outline: none;
    z-index: 1000;
}

.navbar-logo {
    outline: none;
    float: left;
    width: 120px;
    height: 80px;
    padding: 24px 0;
    background: #3b3b3b url("../images/logo.png") no-repeat 5px center;
}

.sidebar1-shrink {
    height: 20px;
    text-align: center;
    background: #262626;
    margin-bottom: 2px;
}

.logo-text {
    color: #fff;
    font-size: 28px;
    margin-left: 33px;
    outline: none;
}

#account-menu {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 50px;
    width: 110px;
    line-height: 48px;
    text-align: center;

}

.navbar-setting {
    float: right;
    margin-right: 20px;
    display: block !important;
    height: 60px !important;
}

.navbar-user {
    float: right;
    margin-top: 5px;
}

.users {
    display: block;
    margin-top: -18px;
    width: 48px;
    text-align: center;
}

.users-a {
    text-align: center;
    font-size: 12px;
    color: #3e3e3e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70px;
    /*display: inline-block;*/
}

.users-a:hover {
    color: #ff6c5f;
}

.arrows-icon {
    width: 8px;
    height: 8px;
    padding: 8px;
    background: url("../images/icon/arrow.png") no-repeat center;
}

.user {
    display: block;
    background: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.navbar-language {
    float: right;
    margin-left: 20px;
}

.glyphicons {
    background: url("../images/model-icon.png") no-repeat center;
    display: inline-block;
    width: 14px;
    height: 14px;
    padding-left: 40px;
}

.glyphicons-sj {
    background: url("../images/icon/数据.png") no-repeat center;
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-right: 10px;
}

.hide-sm {
    color: #c8c8c8;
}

.hide-sm:focus {
    color: #ff6c5f;
}

.navbar-title:hover {
    background-color: #464c54 !important;
    color: #fff;
}

.menu1 {
    background: #fff;
    display: none;
}

.menu2 {
    /*margin: 0 6px 6px;*/
    /*border-left: 4px solid #313840;*/
    /*border-right: 4px solid #313840;*/
    outline: none;
    text-align: left;
    padding-left: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu2-text {
    color: #3e3e3e;
    font-size: 12px;
    line-height: 55px;
    padding: 0;
}

.menu2:hover, .active {
    background: #fff2f1 !important;
    text-decoration: none;

}

.menu2:hover .menu2-text, .active .menu2-text {
    color: #ff6c5f !important;
    text-decoration: none !important;
}

/* ==========================================================================
Main page styles
========================================================================== */
.hero-unit {
    margin: 50px auto 0 auto;
    width: 300px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    background-color: #eee;
    border-radius: 6px;
    padding: 60px;
}

.hero-unit h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
}

.hipster {
    display: inline-block;
    width: 347px;
    height: 497px;
    background: url("../images/hipster.png") no-repeat center top;
    background-size: contain;
}

/* wait autoprefixer update to allow simple generation of high pixel density media query */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (   min--moz-device-pixel-ratio: 2), only screen and (     -o-min-device-pixel-ratio: 2/1), only screen and (        min-device-pixel-ratio: 2), only screen and (                min-resolution: 192dpi), only screen and (                min-resolution: 2dppx) {
    .hipster {
        background: url("../images/hipster2x.png") no-repeat center top;
        background-size: contain;
    }
}

/* ==========================================================================
Generic styles
========================================================================== */
.error {
    color: white;
    background-color: red;
}

.pad {
    padding: 10px;
}

.break {
    white-space: normal;
    word-break: break-all;
}

.voffset {
    margin-top: 2px;
}

.voffset1 {
    margin-top: 5px;
}

.voffset2 {
    margin-top: 10px;
}

.voffset3 {
    margin-top: 15px;
}

.voffset4 {
    margin-top: 30px;
}

.voffset5 {
    margin-top: 40px;
}

.voffset6 {
    margin-top: 60px;
}

.voffset7 {
    margin-top: 80px;
}

.voffset8 {
    margin-top: 100px;
}

.voffset9 {
    margin-top: 150px;
}

.readonly {
    background-color: #eee;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter:alpha(opacity=100);
}

/* ==========================================================================
make sure browsers use the pointer cursor for anchors, even with no href
========================================================================== */
a:hover {
    cursor: pointer;
}

.hand {
    cursor: pointer;
}

/* ==========================================================================
Metrics and Health styles
========================================================================== */
#threadDump .popover, #healthCheck .popover {
    top: inherit;
    display: block;
    font-size: 10px;
    max-width: 1024px;
}

#healthCheck .popover {
    margin-left: -50px;
}

.health-details {
    min-width: 400px;
}

/* ==========================================================================
start Password strength bar style
========================================================================== */
ul#strengthBar {
    display: inline;
    list-style: none;
    margin: 0;
    margin-left: 15px;
    padding: 0;
    vertical-align: 2px;
}

.point:last {
    margin: 0 !important;
}

.point {
    background: #DDD;
    border-radius: 2px;
    display: inline-block;
    height: 5px;
    margin-right: 1px;
    width: 20px;
}

/* ==========================================================================
Custom alerts for notification
========================================================================== */
.alerts .alert {
    text-overflow: ellipsis;
}

.alert pre {
    background: none;
    border: none;
    font: inherit;
    color: inherit;
    padding: 0;
    margin: 0;
}

.alert .popover pre {
    font-size: 10px;
}

.alerts .toast {
    position: fixed;
    width: 100%;
}

.alerts .toast.left {
    left: 5px;
}

.alerts .toast.right {
    right: 5px;
}

.alerts .toast.top {
    top: 55px;
}

.alerts .toast.bottom {
    bottom: 55px;
}

@media screen and (min-width: 480px) {
    .alerts .toast {
        width: 50%;
    }
}

/* ==========================================================================
entity tables helpers
========================================================================== */
/* Remove Bootstrap padding from the element
   http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

/* bootstrap 3 input-group 100% width
   http://stackoverflow.com/questions/23436430/bootstrap-3-input-group-100-width */
.width-min {
    width: 1% !important;
}

/* Makes toolbar not wrap on smaller screens
 http://www.sketchingwithcss.com/samplechapter/cheatsheet.html#right */
.flex-btn-group-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.jh-table > tbody > tr > td {
    /* Align text in td vertically (top aligned by Bootstrap) */
    vertical-align: middle;
}

.jh-table > thead > tr > th > .glyphicon-sort, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes-alt {
    /* less visible sorting icons */
    opacity: 0.5;
    -ms-filter: alpha(opacity=50);
    filter:alpha(opacity=50);
}

.jh-table > thead > tr > th > .glyphicon-sort:hover, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes:hover, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes-alt:hover {
    /* full visible sorting icons and pointer when mouse is over them */
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter:alpha(opacity=100);
    cursor: pointer;
}

/* ==========================================================================
entity detail page css
========================================================================== */
.dl-horizontal.jh-entity-details > dd {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .dl-horizontal.jh-entity-details > dt {
        margin-bottom: 15px;
    }

    .dl-horizontal.jh-entity-details > dd {
        border-bottom: 1px solid #eee;
        padding-left: 180px;
        margin-left: 0;
    }
}

/* ==========================================================================
ui bootstrap tweaks
========================================================================== */
.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

.datetime-picker-dropdown > li.date-picker-menu div > table .btn-default,
.uib-datepicker-popup > li > div.uib-datepicker > table .btn-default {
    border: 0;
}

.datetime-picker-dropdown > li.date-picker-menu div > table:focus,
.uib-datepicker-popup > li > div.uib-datepicker > table:focus {
    outline: none;
}

/* jhipster-needle-css-add-main JHipster will add new css style */
