@charset "utf-8";

html, body {
    /*height: 100%;*/
    font-size: 1rem;
}

.container-fluid {
}

.shadow {
    box-shadow: 0 0 3px #000;
}

.cursor {
    cursor: pointer;
}

.thumb {
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.thumbnail {
    width: 150px;
    height: 150px;
    margin-right: 10px;
}

.down-arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.clearfix {
    clear: both;
}

input {
    outline: none;
}

a {
    text-decoration: none;
}

input.readonly {
    background: #f8f8f8 !important;
}

input.required {
    background: #fbeed5 !important;
}

.status-width {
    /*width: 60px;*/
    width: 100%;

}

.status-width-0 {
    color: #d0e5f2;
    /*color: #fff;*/
}

.status-width-1 {
    color: #8eb0e7;
    /*color: #fff;*/
}

.status-width-2 {
    color: #d0e9c6;
    /*color: #fff;*/
}

.status-width-3 {
    color: #25cff2;
    /*color: #fff;*/
}

.status-width-4 {
    color: #66afe9;
    /*color: #fff;*/
}

.status-width-5 {
    color: #0074cc;
    /*color: #fff;*/
}

.status-width-6 {
    color: #0099FF;
    /*color: #fff;*/
}


.status-width-7 {
    color: #f07878;
    /*color: #fff;*/
}

.status-width-8 {
    color: #c21a21;
    /*color: #fff;*/
}

.status-width-9 {
    color: #57a957;
    /*color: #fff;*/
}

.status-width-19 {
    color: #802420;
    /*color: #fff;*/
}


.correct:before {
    content: '\2713';
    color: #5bb75b;
    font-size: 14px;
    font-weight: bolder;
}

.incorrect:before {
    content: '\2718';
    color: #b20610;
    font-size: 14px;
    font-weight: bolder;
}

.btn:focus, .btn:active:focus,
.btn.active:focus, .btn.focus,
.btn:active.focus, .btn.active.focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}

/*#breadcrumb ul {background: rgb(250, 250, 251); height: 40px;line-height: 40px;}*/
#breadcrumb {
    z-index: 999999;
    background: rgb(250, 250, 251);
}

#breadcrumb .breadcrumb-line {
    color: #007bff;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0;
    width: 200px;
}

#breadcrumb .breadcrumb-menu {
    float: left;
    height: 40px;
    line-height: 40px;
}

.fixed-nav {
    position: fixed;
    height: 35px;
    top: 0;
    background: #fff;
}

.fixed-bd {
    margin-top: 35px;
}

table tbody tr td {
    vertical-align: middle !important;
}

.class-layer-demo-custom {
    background: #ff00ff;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #000;
    padding-right: 10px;
    border: 0;
}
