.with-errors {
    display: none;
    font-weight: bold;
}

.has-error .with-errors {
    display: block;

}

.with-success {
    display: none;
    font-weight: bold;
}

.has-success .with-success {
    display: block;

}

.notify-contener {
    width: 400px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 3000;
}


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

.breadcrumb {
    margin: 0;
}

.navbar {
    margin-bottom: 0;
}

.well-info {
    position: relative;
    background-color: #fff;
}

.well-info .close {
    position: absolute;
    top: 19px;
    right: 19px;
    z-index: 1000;
}


.load-mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.5);
}

.load-mask .icon-load-mask {
    position: relative;
    display: block;
    max-width: 512px;
    width: 30%;

    top: 50%;
    margin: -15% auto 0 auto;
}

.meta-info {
    display: none;
}

.stack-group {
    border: 1px solid #ddd;
    padding: 0;
}

.stack-label {
    font-weight: bold;
    background-color: #f9f9f9;
    padding: 5px;
}

.stack-value {
    padding: 5px;
}

/* table list*/
.treegrid-indent {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
}

.treegrid-expander {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.treegrid-expander-expanded {
    background-image: url(../img/collapse.png);
}

.treegrid-expander-collapsed {
    background-image: url(../img/expand.png);
}


/*confirm*/
.bootbox {
    background-color: rgba(0, 0, 0, 0.5);
}


.panel-body {
    overflow: auto;
}


.input-group .input-group-addon.prefix {
    padding: 0px;
    border: 0px;
}

.input-group .input-group-addon.prefix > * {
    width: 50px;
    padding-right: 0;
}

.panel-toogle .panel-heading {
    cursor: pointer;
}


.sort {
    cursor: pointer;
}


.form-pagination {
    display: inline-block;
    width: 70px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-pagination:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-pagination::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.form-pagination:-ms-input-placeholder {
    color: #777;
}

.form-pagination::-webkit-input-placeholder {
    color: #777;
}


.warning {
    color: red;
    font-weight: bold;
}

.badge-red {
    background-color: #ff0000;
}

.btn {
    margin-bottom: 5px;
}


.edited {
    background-color: #00b500;
}