﻿.bootstrap-switch-handle-off {
    font-size: 12px
}

bootstrap-switch-default {
    font-size: 12px
}

.nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.nav-tabs {
    text-align: center;
}

tr {
    white-space: nowrap;
    /*font-size: 6px*/
}

.table th {
    font-size: 12px !important;
}

.table td {
    font-size: 11px !important;
}

.dataTables_filter,
.dataTables_info,
.dataTables_length {
    display: none;
}

table.dataTable thead > tr > th.sorting {
    padding-right: 10px;
    padding-left: 5px;
}

.noUi-tooltip {
    margin-top: 20px
}

spinner {
    display: block;
    color: red;
    background-color: red;
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    width: 4em;
    height: 4em;
    padding: 7px;
    /*        border: 1px solid #ccc;*/
    border-radius: 50%;
    border-bottom-color: transparent;
    border-color: transparent;
    transform: scale(.7);
}

.medium {
    transform: scale(1.1)
}

.large {
    margin-top: 4em;
    transform: scale(1.5)
}

.spinner-wrapper {
    position: relative;
    width: 4em;
    height: 4em;
    border-radius: 100%;
    left: calc(50% - 2em);
}

    .spinner-wrapper::after {
        content: "";
        background: #fff;
        border-radius: 50%;
        width: 3em;
        height: 3em;
        position: absolute;
        top: 0.5em;
        left: 0.5em;
    }

.rotator {
    position: relative;
    width: 4em;
    border-radius: 4em;
    overflow: hidden;
    animation: rotate 2000ms infinite linear;
    color: transparent;
    background-color: transparent;
}

    .rotator:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #3F51B5;
        border: 3px solid #fff;
        border-radius: 100%;
    }

.inner-spin {
    background: #fff;
    height: 4em;
    width: 2em;
}

.inner-spin {
    animation: rotate-left 2500ms infinite cubic-bezier(0.445, 0.050, 0.550, 0.950);
    border-radius: 2em 0 0 2em;
    transform-origin: 2em 2em;
}

    .inner-spin:last-child {
        animation: rotate-right 2500ms infinite cubic-bezier(0.445, 0.050, 0.550, 0.950);
        margin-top: -4em;
        border-radius: 0 2em 2em 0;
        float: right;
        transform-origin: 0 50%;
    }

.form-md-line-input {
    margin-bottom: 5px
}

.compsButton {
    width: 10px;
}

.form-horizontal .form-group.form-md-line-input > label {
    font-size: 11.5px;
    /*        color: #d9d9d9;*/
    padding-top: 10px;
    display: block;
    text-align: center;
}

.form-group.form-md-line-input .form-control {
    font-size: 11.5px;
    /*        color: #d9d9d9*/
}

.form-horizontal .form-group.form-md-line-input {
    padding-top: 0px;
    margin: 0 -15px 10px;
}


.verticalButton {
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -o-transform: rotate(90deg); /* Opera */
}

#polygonContainer {
    background-color: rgba(0,0,0, 0.5);
    display: none;
    border: thin solid black;
    z-index: 500;
    border-radius: 5px;
    /*min-height:100px;*/
    width: 150px;
    position: absolute;
    left: 0;
    bottom: 200px;
}
#updateBoundaryContainer {
    border-radius: 5px;
    /*min-height:100px;*/
    position: absolute;
    left: 0;
    bottom: 80px;
}
.drawBoundaries {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index:4;
}
.updateBoundary {
    position: absolute;
    bottom: 30px;
    z-index:4;
    font-size: 0.9em;
    width: 150px;
}
.confirmUpdateBoundary {
    position: absolute;
    bottom: 30px;
    z-index:3;
    font-size: 0.9em;
    width: 150px;
}
.btn-map {
    background-color: rgba(0,0,0, 0.5);
    color: white;
    border: thin solid black;
}
.btn-map:hover {
    color: #c3bec2;
}
#legendContainer {
    background-color: rgba(0,0,0, 0.5);
    /*background-color: white;*/
    position: absolute;
    border: thin solid black;
    z-index: 500;
    border-radius: 5px;
    left: 40%;
    bottom: 30px;
    margin-left:2px;
}
#legendContainer > ul > li {
    color: white;
    display: inline;
}
#legendContainer > ul > li {
    color: #bbbbbb;
}
.legendStatus {
    cursor: pointer;
}
.legendStatusSelected {
    color: #ffffff !important;
    cursor: pointer;
}
.flexPanelCommandBar {
    position: absolute;
    right: 0;
    top:0;
    opacity: .8;
    z-index: 100;
}

#panel_Flex2 {
    height: calc(35vh);
    overflow-y: auto;
    position: relative;
}
#container_MessageBoard {
    height: calc(65vh);
    overflow: hidden auto;
    padding-left: 0px;
    padding-right: 0px;
}


