.form-actions .btn {
    margin-top: 10px;
}

.adv-query-unit {
    margin-left: 5px;
}

@media screen and (min-width: 768px) {
    .push-right {
        display: flex;
        justify-content: right;
    }

    .push-right div {
        margin-left: 5px;
    }
}



.audio-popup {
    z-index: 9999;
    position: absolute;
    bottom: 30px;
    left: 15px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    background-color: #fff
}



/*  TABLE SECTION   */

.table {
    table-layout: fixed;
    word-wrap:break-word;
}

.table-container thead  {
    font-size: 0.9em;
    background-color: #43A047;
    color: #fff;
}

.table-container thead th {
    border-color: #388E3C;
    border-bottom: none;
    border-top: none;
}

.table-container tbody {
    font-size: 0.9em;
}


.table-container input,
.table-container td {
    min-width: 120px;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 0;
    margin-bottom:0;
}

.table-container .long-content {
    min-width: 200px;
}

.table-container td .show-long-content:hover,
.table-container td .show-long-content {
    display: block;
    margin-top: 0;
    font-size: 0.8em;
    text-decoration: underline;
    cursor: pointer
}

.table-container .new-data input {
    border: none;
    padding: 10px 0;
}

.table-container .delete-record-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}

.table-container .new-tr {
    box-shadow: 0px 1px 4px green;
}


.form-container .query-container .input-group-sm {
    margin: 5px 0;
}

@media screen and (max-width: 640px) {
    .form-container .form-order-by,
    .form-container .form-actions,
    .form-container .form-date {
        margin-top: 15px;
    }

    .form-container .card-body {
        padding-top: 0;
        margin-top: 0;
    }
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before {
    display:none;
}


table.dataTable thead .sorting {
    background-image: url(../img/sort_both.png);
    background-repeat: no-repeat;
    background-position: center right;
}

table.dataTable thead .sorting_asc {
    background-image: url(../img/sort_asc.png);
    background-repeat: no-repeat;
    background-position: center right;
}

table.dataTable thead .sorting_desc {
    background-image: url(../img/sort_desc.png);
    background-repeat: no-repeat;
    background-position: center right;
}


.multiselect-container label {
    color: #333;
    font-size: 0.9em;
    width: 250px;
}

.multiselect-container input {
    margin-right: 5px;
}

.table input {
    max-width: 70px;
}

#modalVideo .modal-content {
    background-color:rgba(0,0,0,0) !important;
    border: none;
}


/*     END TABLE    */







/*  MAP SECTION     */

.sidebar-panel-title {
    font-size: 1.7em;
}

.card-title,
.wms-title {
    font-size: 1.2em;
}


.wms-wrapper .card-header:hover {
    cursor: pointer
}

.hide-image-overlay,
.show-image-overlay,
.remove-image-overlay,
.wms-remove,
.wms-show,
.wms-hide {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
}

.show-image-overlay,
.hide-image-overlay,
.wms-show,
.wms-hide {
    margin-right: 40px;
}

.wms-date-wrapper {
    padding: 0px 20px;
    margin-bottom: 20px;
}

.wms-date-wrapper .row:first-child {
    display: flex;
    justify-content: center;
}

.wms-date-wrapper .row:last-child {
    margin-top: 10px;
    display: flex;
}

.wms-date-wrapper .wms-date-label {
    flex: 1;
    text-align: center;
    margin-top: 7px;
    font-size: 1.2em;
    font-weight: bold;
}

.spinner-wms .spinner {
    height: 50px !important;
    width: 50px !important;
}

.ext-legesnds {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.legends-list {
    padding: 0 20px;
    margin-top: 20px;
    bottom: 30px;
}


.query-wrapper-map {
    margin-bottom: 10px;
}

.query-wrapper-map .card-header:hover {
    cursor: pointer;
}

.query-wrapper-map .card-header p {
    margin: 0;
}

.query-wrapper-map .card-header p {
    padding: 5px 10px;
}

.query-wrapper-map .card-header {
    padding: 0;
    margin: 0;
    font-size: 1.2em;
}

.query-wrapper-map .time-slider-map-wrapper {
    margin-bottom: 20px;
    height: 20px;
}

.time-slider-map-wrapper {
    padding: 0 23px;
}

.query-wrapper-map .slider {
    background: none;
    width: 100%;
}

.query-wrapper-map .slider::before {
    background: none;
}

.time-slider-map-label-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    margin-top: 20px;
    height: 20px;
    font-size: 1.2em;
    font-weight: bold;
}



.map-mic-list .btn-media {
    margin-top: 5px;
}

.real-time-box {
    display: flex;
    justify-content: right;
}

.real-time-wrapper .card-body {
    padding: 0 0 15px 15px
}


.spinner-add-xform {
    margin: 0 !important;
    margin-bottom: 50px !important;
}

.spinner-add-xform .spinner {
    height: 50px !important;
    width: 50px !important;
}


.xform-map-popup {
    width: 300px;
}

.xform-map-img {
    max-width: 260px;
    margin-top: 10px;
}


#protractor-wrapper {
    width: 250px;
    height: 250px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}

#protractor-wrapper img {
    max-width: 250px;
}

.leaflet-control-boxzoom {
    width: 32px;
    height: 32px;
}

.current-arrow-0,
.current-arrow-0\.1 {
    width: 20px;
    height: 30px;
}

/*.utc-local-toggle-wrapper {*/
/*margin-top: 10px;*/
/*}*/

.dataset-tree-wrapper .card-body {
    padding: 5px 0;
}

.dataset-tree .list-group-item div span {
    padding: 2px 0 !important;
}

.dataset-tree {
    max-height: 60vh;
    overflow-y: auto;
    border: none;
}

.import-for-wind-rib .card-header {
    background-color: #81C784;
    font-size: 1.1em;
}

.import-for-wind-tp .card-header {
    background-color: #90CAF9;
    font-size: 1.1em;
}

.csv-file-stats {
    margin-top: 20px;
    padding-left: 5px;
    font-size: 1.1em;
}

.csv-file-stats ul {
    list-style-type: circle;
    margin-top: -10px;
}

/*  END MAP     */











/*   LOADING SPINNER     */

.spinner-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
}

.spinner {
    font-size: 10px;
    border: 1px solid #eee;
    border-left: 2px solid lightgreen;
    /*border-left: .8em solid rgba(58, 166, 165, 1);*/
    animation: spin 0.5s infinite linear;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}





