.asteriskField {
    display: none;
}

.submit-image-button {
    border: none;
    background: transparent;
    cursor: pointer;
}

body {
    padding-top: 70px;
    padding-bottom: 24px;
    min-width: 640px;
}

.leaflet-container {
    width: 100%;
    height: 100%;
}

.full-height-container {
    left: 0;
    right: 0;
    top: 50px;
    bottom: 24px;
    position: absolute;
}

.select2-container {
    width: 100%; !important;
}

.footer {
    font-weight: 500;
    position: fixed;
    overflow: hidden;
    z-index: 10000;
    background-color: #f5f5f5;
    border-top: 1px solid #e3e3e3;
    text-align: center;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    bottom: 0;
    left: 0;
    right: 0;
}

.center-right {
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
    top: 50%;
}

.alert-growl {
    border-radius: 10px;
    background-color: rgb(25, 25, 25);
    background-color: rgba(25, 25, 25, 0.9);
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.9);
    color: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(25, 25, 25, 0.8);
}

.alert-growl button.close {
    color: rgb(255, 255, 255);
    opacity: 1;
}

.alert-growl img {
    float: left;
    padding: 0 5px 0 0;
    width: 37px;
    height: 32px;
}

.select2-container .select2-choice,
.select2-container .select2-choices {
    min-height: 38px;
    height: auto;
}

.select2-container.form-control {
    height: auto;
}

.select2-chosen, .select2-choice > span:first-child {
    padding: 8px 12px;
}

.select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice div b {
    background-position: 0 5px;
}

.select2-results {
    max-height: 450px;
}

.select2-results li {
    float: left;
}

.select2-drop {
    margin-bottom: 60px;
}

.tool-button {
    padding-left: 3px;
    padding-right: 3px;
}

.tool-button:hover, .tool-button:focus {
    text-decoration: none; !important;
}

.modal {
    overflow-y: auto;
    cursor: pointer;
}

.modal-dialog {
    overflow-y: auto;
    cursor: auto;
}

.list-group-item .show-on-hover {
    display: none;
}

.list-group-item:hover .show-on-hover {
    display: initial;
}

.list-group-item .hide-on-hover {
    display: initial;
}

.list-group-item:hover .hide-on-hover {
    display: none;
}

.select2-choices .select2-search-choice div {
    padding: 3px;
}

.radio {
    cursor: pointer;
}

.text-crop {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-header-text {
    text-align: center;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #317eac;
}

.icon-close {
    background-image: url('/static/img/close_black.png');
    right: 40px;
    top: 60px;
    position: absolute;
    width: 17px;
    height: 17px;
    opacity: 0.3;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

.box-top {
    display: flex;
    width: 50px;
    height: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #e9e9e9;
}

.icon-time {
    position: absolute;
    top: 40%;
    left: 20px;
    color: #ffffff;
}

.box-top span {
    margin: auto;
    font-weight: bold;
}

.box-bottom {
    display: flex;
    width: 50px;
    height: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 2px;
}

.box-bottom span {
    color: #ffffff;
    margin: auto;
    font-weight: bold;
}

.correct {
    background: #7ba22c;
}

.no-correct {
    background: #b82020;
}

.inline {
    display: inline-block;
}

.correct-num {
    padding-top: 15px;
}

.relative {
    position: relative;
}

.param {
    float: left;
    padding: 3px 15px;
    border-right: 2px outset rgba(0, 0, 0, 0.1);
    border-bottom: 1px outset rgba(0, 0, 0, 0.1);
    height: 90px;
    position: relative;
}

.vertical-top {
    vertical-align: top;
}


.smart-view-item-icon {
    height: 32px;
    width: 32px;
}

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

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

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

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

.list-group-item-divider {
  position: relative;
  display: block;
  padding: 1px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.web_cam_layout_1 {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    float: left !important;
}

.web_cam_layout_4 {
    width: 50%;
    height: 50%;
    margin-bottom: 0;
    float: left !important;
}

.web_cam_layout_9 {
    width: 33%;
    height: 33%;
    margin-bottom: 0;
    float: left !important;
}

.text-overlay-container {
    position: relative;
}

.text-overlay {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.display-none {
    display: none;
}

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


#composite_layer_info_panel{
    width: 250px;
}

.composite_layer_controls {
    color: #fff !important;
}

#composite_layer_info_panel_controls_b{
    height: 40px;
    padding-top: 10px;
}

.composite_layer_info_panel_title{
    display: inline-block;
    margin: 5px 5px 0;
}

#div_id_redrawn_image{
    margin-bottom: 0;
}

#cell_original_image,
#cell_redrawn_image {
    max-width: 220px;
    max-height: 220px;
}