.list-group-item {
    border: none;
}

.row {
    margin-right: 5px;
    margin-left: 5px;
}

.inspection-table > thead > tr > th {
    border-bottom: 1px solid var(--sky-400);
}

.inspection-table > :not(caption) > * > * {
    border-bottom: 1px solid var(--sky-400);
}

.m-20 {
    margin-top: 20px;
}

.plans-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.plan-wrapper {
    border: var(--rz-input-border);
}

th {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: middle;
    text-align: center;
}

.box .clearfix button {
    margin: 0.25rem 0.125rem;
}

    .box .clearfix button:first-of-type {
        margin-left: 0px;
    }

    .box .clearfix button:last-of-type {
        margin-right: 0px;
    }

.inspection-plan {
    font-size: 14px;
    background-color: #0dcaf0;
    border: solid 1px var(--gray-300);
}

.popover {
    /* Max Width of the popover (depending on the container!) */
    max-width: 800px;
    min-width: 350px;
}

#context_menu {
    position: absolute;
    width: 200px;
    z-index: 2;
    top: -10px;
    background-color: var(--rz-input-background-color);
}

    #context_menu .list-group-controller {
        position: absolute;
        left: 100%;
        top: -1px;
        padding: 0px;
        border: 1px solid rgba(0,0,0,.15);
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-left: solid 1px rgba(0,0,0,0);
    }

        #context_menu .list-group-controller .list-group-item:first-child {
            border-top-left-radius: 0px;
        }

        #context_menu .list-group-controller .list-group-item:last-child {
            border-bottom-left-radius: 0px;
        }

        #context_menu .list-group-controller .list-group-item:hover {
            cursor: pointer;
        }

    #context_menu .context-form-box .list-group-item i {
        float: right;
        color: #bdbdbd;
    }

    #context_menu .context-form-box .list-group-item:hover i {
        color: #928f8f;
    }

    #context_menu .context-form-box > a:first-child:hover {
        border-top-right-radius: 0px;
    }

    #context_menu .focused {
        border-top-right-radius: 0px;
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

    #context_menu .context-form-box .list-group-controller {
        display: none;
    }

    #context_menu .context-form-box:hover .list-group-controller {
        display: block;
    }


/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}


/*Hide/rearrange for smaller screens*/
@media screen and (max-width: 767px) {
    .carousel-caption {
        display: none;
    }
}


/* ---------------------------------------------------
    Home Index
----------------------------------------------------- */
.index-container {
    /*from sidebar*/
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    align-content: stretch;
    height: 100%;
}

.index-header {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.index-subcontainer {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-content: stretch;
    align-content: stretch;
    overflow: hidden;
    margin: 0px;
}

.index-left {
    /*flex-basis: 250px;*/
    width: 250px;
    overflow-y: auto;
}

.index-right {
    flex: 1;
    /*border: 2px solid orange;*/
    overflow: auto;
}

@media (max-width: 768px) {
    .index-left.active {
        width: 100px;
    }

    .index-left {
        width: 0px;
    }
}



.mainIndexContainer {
    height: 100%;
    width: 100%;
    transition: all 0.3s;
    margin-right: 20px;
    margin: auto !important;
}

.sideBarToggle {
    margin-left: 0px;
    /*background-color:darkorchid;*/
}



/*.sideBarToggle > a.active {
    background-color: red;
    margin-left: 110px;
}*/

.NavTabBody {
    background-color: white;
    border: dotted;
    border-top: none;
    border-bottom: none;
    border-width: 1px;
    width: auto;
    padding: 10px;
    height: 100%;
}

.pageContent {
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}


.complexItemBorder {
    border: solid;
    border-color: lightgray;
    border-radius: 5px;
    border-width: 3px;
    margin: auto;
}


.MeteoTable {
    max-width: 1000px;
}

.bigPhoto {
    /*height: 100%;*/
    /*height: auto;*/
    /*margin: auto;*/
    /*max-width: 90%;*/
    /*background-color:yellow;*/
}



/* ---------------------------------------------------
    Account Login
----------------------------------------------------- */

.form-wrapper {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    background: #fff;
    padding: 10px;
    border: solid;
    border-color: lightgray;
    border-radius: 5px;
    border-width: 3px;
}

/* ---------------------------------------------------
    badge
----------------------------------------------------- */
.badge {
    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

    .badge:hover {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

.badge-error {
    background-color: #b94a48;
}

    .badge-error:hover {
        background-color: #953b39;
    }

.badge-danger {
    background-color: #ba6967;
}

    .badge-danger:hover {
        background-color: #a94442;
    }

.badge-warning {
    background-color: #f89406;
}

    .badge-warning:hover {
        background-color: #c67605;
    }

.badge-success {
    background-color: #468847;
}

    .badge-success:hover {
        background-color: #356635;
    }

.badge-info {
    background-color: #3a87ad;
}

    .badge-info:hover {
        background-color: #2d6987;
    }

.badge-inverse {
    background-color: #333333;
}

    .badge-inverse:hover {
        background-color: #1a1a1a;
    }

.version-info {
    font-size: 10px;
    color: #f89406;
}

#backToParentModule {
    margin-left: 5px;
    margin-top: 12px;
    margin-bottom: 10px;
    display: none;
}

    #backToParentModule .btn {
        font-size: 18px;
    }



#central_ {
    min-height: 90vh;
}

#main_ {
    margin-top: 2%;
    width: 100vw;
}

a.logo {
    cursor: pointer;
}

.content {
    min-height: 250px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
    width: 20px;
}

.box {
    background-color: var(--rz-base-700);
}

.box-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 24px);
    padding-top: 3px;
    padding-left: 7px;
}

.box-header > .box-tools {
    float: left;
    margin-top: -3px;
    margin-bottom: -5px;
}

.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: middle;
    text-align: center;
}


.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

.modal {
    background: rgba(0, 0, 0, 0.3);
}

/*Override adminLTE for desktop*/

.treeview-menu > li > a {
    padding: 5px;
    display: block;
    font-size: 14px;
}

.sidebar-menu .active > .treeview-menu {
    display: inline-block;
}

.sidebar-menu li > a > * {
    vertical-align: middle;
}

.sidebar-menu li > a > .pull-right-container {
    right: 0;
    position: relative;
}

.sidebar-menu li.menu-open > a > span > i {
    padding-top: .6em !important;
}

.sidebar-menu li > a > span > i {
    padding-top: .3em !important;
}

.sidebar-menu li > a > span.name-desktop {
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.sidebar-menu li.active > a > span.name-desktop {
    width: 136px;
}

.sidebar-collapse .sidebar-menu li > a > span.name-desktop {
    width: 148px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.sidebar-collapse .sidebar-menu li.active > a > span.name-desktop {
    width: 88px;
}

.sidebar-menu li > a > span.name-module {
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.sidebar-collapse .sidebar-menu li > a > span.name-module {
    width: 148px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.unactive-desktop {
    cursor: default;
}

    .unactive-desktop > span {
        color: #8aa4af;
    }

    .unactive-desktop > i {
        color: #8aa4af;
    }

.bg-container-display-table-row {
    padding-top: 15px !important;
}

.bg-add-transparent-display-table-row {
    display: table-row;
}

.bg-add-transparent,
.bg-save-transparent,
.bg-delete-transparent {
    padding-top: .6em;
    background-color: transparent !important;
}

    .bg-add-transparent:hover,
    .bg-save-transparent:hover,
    .bg-delete-transparent:hover {
        color: lightgray;
        background-color: transparent !important;
    }

.coordinate-input {
    display: flex;
    gap: 5px;
}

.coordinate-marker {
    border: none;
    background-color: transparent;
}

    .coordinate-marker:hover {
        transform: scale(1.2);
    }

.modules-info-list-hide {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s max-height linear;
    transition: .4s opacity linear;
}

.modules-info-list-show {
    max-height: 2000px;
    opacity: 1;
    transition: .3s max-height linear;
    transition: .4s opacity linear;
}
