@CHARSET "UTF-8";

form .required {
    color: red;
    font-weight: bold;
}

.inline-block {
    display: inline-block;
}

.map-box {
    width: 100%;
    height: 450px;
}

.contact-form .account-info {
    display: none;
}

img.thumb {
    max-width: 100px;
    max-height: 100px;
}

.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;
    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: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

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

.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;
}

.form-group.required-field .control-label:after {
    color: red;
    content: "*";
    margin-left: 3px;
}

.table>tbody>tr.odd>td,
.table>tbody>tr.odd>th {
    background-color: #A7CDC9;
}

.table img.icon-inspect {
    width: 24px
}

.text-right ul.pagination {
    margin-top: 0px;
}

ul.pagination li input {
    border: 1px solid #ddd;
    height: 34px;
    margin-left: 5px;
    width: 60px;
    padding-left: 3px;
}

ul.pagination li button {
    color: #337ab7;
    height: 34px;
    border-radius: 0px;
    border: 1px solid #ddd;
    padding: 5px 5px;
    margin-top: -3px;
    background-color: #fff;
}

.photo-caption-editable {
    position: relative;
}

.photo-caption-editable:hover {
    outline: solid 1px #CCC;
}

.photo-caption-editable a.caption-editable-link {
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    display: none;
    background: #CCC;
    padding: 3px 5px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    color: #337ab7;
    text-decoration: underline;
    margin: 0;
}

.photo-caption-editable:hover a.caption-editable-link {
    display: block;
}

.photo-caption-editable textarea {
    width: 100%;
}

.photo-caption-editable .photo-caption {
    min-height: 60px;
    white-space: pre-wrap;
}

.drag-row {
    background-color: #A7CDC9;
}

.drag-row td {
    background-color: #A7CDC9;
}

.rating-bg-,
.rating-bg- select {
    background-color: #ffffff;
}

.rating-bg-good,
.rating-bg-good select {
    background-color: #99cc00;
}

.rating-bg-satisfactory,
.rating-bg-satisfactory select {
    background-color: #00cc99;
}

.rating-bg-fair,
.rating-bg-fair select {
    background-color: #ffff00;
}

.rating-bg-poor,
.rating-bg-poor select {
    background-color: #ff9933;
}

.rating-bg-serious,
.rating-bg-serious select {
    background-color: #ff5050;
}

.rating-bg-critical,
.rating-bg-critical select {
    background-color: #ff0000;
}

.table.table-fixed tbody {
    display: block;
    max-height: 400px;
    overflow-y: scroll;
}

.table.table-fixed tbody::-webkit-scrollbar {
    display: none;
}

.table.table-fixed thead,
table.table-fixed tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.divider {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #333;
}

.mb10 {
    margin-bottom: 10px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr50 {
    margin-right: 50px
}

.task-bg-pending {}

.task-bg-running {
    background-color: yellow
}

.task-bg-succeed {
    background-color: green
}

.task-bg-failed {
    background-color: red
}

.field-editable {
    position: relative;
}

// .field-editable:hover { outline: solid 1px #CCC; }
.field-editable a.field-editable-link {
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    display: none;
    background: #CCC;
    padding: 3px 5px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    color: #337ab7;
    text-decoration: underline;
    margin: 0;
}

.field-editable:hover a.field-editable-link {
    display: block;
}

.field-editable input {
    width: 100%;
}

.field-editable .field-text {
    min-height: 30px;
}

.preview {
    white-space: pre-wrap;
}