/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.bg-light-gray {
    background: rgb(240, 240, 240);
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
    height: 450px
}

/* Set gray background color and 100% height */
.sidenav {
    padding: 1px;
    background-color: #fff;
    height: 100%;

    /*overflow: auto;*/
}

/* Set black background color, white text and some padding */
footer {
    background-color: rgb(213, 209, 199);
    color: white;
    padding: 15px;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
    }

    .row.content {
        height: auto;
    }

    .collapse {
        display: block !important;
    }

    .panel {
        margin: 0 !important;
    }
}

.fm-main {
    background: rgb(253, 253, 241);
    margin: 0;
    padding: 0;
}

.row {
    padding: 0 15px;
}

body {
    background: rgb(213, 209, 199);
}

#myNavbar {
    background: #e4e1da;
    margin: 4px;
}

#navbarCollaps {
    padding-left: 0;
    padding-right: 0;
}

#navbarCollaps li, .fm-set li {
    background: #e4e1da;
    border: 1px solid #afaca6;
    border-radius: 6px;
    margin: 2px;
}

.fm-set {
    margin: 0 !important;
    border-radius: 0;
    /*background: rgb(221, 217, 209);*/
}

.fm-set a {
    color: #9d9d9d;
}


.panel-primary > .panel-heading {
    border-bottom: 1px solid #726a5c;
    /*background: #e4e1da;*/
}

.panel {
    border: 1px solid #726a5c;
    /*background: #ddd9d1;*/
    margin: 0;
    /*width:auto;*/
}

/*.nav-item a{*/
/*    padding: 10px!important;*/
/*    color: black!important;*/
/*}*/

.fm-brown {
    color: #462b22;
}

.panel-body li a:hover {
    background-color: transparent;
    text-decoration: none;
}
.laminatLayerOption{
    margin: 5px 0;

}
.laminatLayerOption:hover{
    cursor: pointer;
    opacity: .5;
}

.dropdown {
    border: 1px solid #6f6758;
    margin: 2px 3px;
    padding: 1px !important;
}

.dropdown a {
    margin: 1px;
    color: #9d9d9d;
}

.panel-body {
    display: flex;
    padding: 0;
    /*width: 100%;*/
}

.fm-blue {
    color: #00f;
    border: .5px solid white;
    padding: -2px;
}

.fm-icon {
    background-color: rgba(0, 0, 255, 0.58);
    color: #0000aa;
}

table {
    margin: 1px;
}

tr, td {
    border: 0.5px solid #a1a1a1 !important;

}

.fm-empty:empty {
    height: 330px;
}

.fm-table th {
    /*width: auto !important;*/
}

.table tr.active{
    border: 4.5px solid #337ab787 !important;
    padding: 0;
    margin: 0;
}

.table tr.active th:first-child{
    background: #8cb2d2;
}
.table tr.active th:first-child::before{
    content: "\003e";
}

.fm-table td input {
    width: 100%;
    min-width: 75px;
    border: none;
    margin: 0;
}

.fm-m {
    margin: 0 !important;
    padding: 0 !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 1px !important;
    text-align: center;
}
#leftDetailsShowArea{
    max-height: 500px;
}
.dropdown a:hover {
    background-color: transparent;
    text-decoration: none;
}

.dropdown .dropdown-menu a:hover {
    background-color: #afaca6;
    text-decoration: none;
}

.ul {
    height: auto;
    width: 150px;
    border: 1px #000 solid;
}

a#submit {
    z-index: 1;
}

/*Custom Styles*/
html,
body {
    height: 100%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 0;
    margin: 0;
}


/* horizontal panel*/

/*table.table-dark{*/
/*    background-color: #f0f0f0;*/
/*}*/
tbody td input {
    padding: 5px;
}

.panel-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    height: 78vh;
    border: 1px solid silver;
    /*overflow: hidden;*/
}

.panel-left {
    flex: 0 0 auto;
    min-height: 200px;
    min-width: 35%;
    width: 35%;
    white-space: nowrap;
    color: #58572c;
    max-width: 50%;
    overflow: hidden;
}
.open>.dropdown-menu{
    padding: 15px!important;
}
.splitter {
    flex: 0 0 auto;
    width: 5px;
    background: url(https://raw.githubusercontent.com/RickStrahl/jquery-resizable/master/assets/vsizegrip.png) center center no-repeat #535353;
    min-height: 200px;
    cursor: col-resize;
}
.dropdown-menu.inpListConfig {
    left: -160px!important;
}
.panel-right {
    flex: 1 1 auto;
    width: 50%;
    /* resizable */
    min-height: 200px;
    min-width: 200px;
    background: #ffffff;
}

label {
    font-size: 1.2em;
    display: block;
    font-weight: bold;
    margin: 30px 0 10px;
}

pre {
    margin: 20px;
    padding: 10px;
    background: #eee;
    border: 1px solid silver;
    border-radius: 4px;
    overflow: auto;
}
.dropdown-menu a:focus{
    border: 1px solid black;
}