.fm-table.bg-light-gray::-webkit-scrollbar{
    display:none;
}
.fm-table.bg-light-gray{
    max-height: 69vh;
    overflow: auto;
}
body, html {
    background: #ddd;
    height: 100%;
}

/*body{*/
/*position: relative;*/
/*}*/
.d-inline-flex{
    display: inline-flex;
}
.rowOfActions{
    background-color: #f0f0f0;
    border: 1px solid silver;
}
.btn-simple-l{
    width: 220px;
    margin: 5px!important;
}
.btn-simple{
    padding: 5px;
    background-color: #efefef!important;
    color: #000;
    border: 2px solid lightgray!important;
    text-align: center;
    font-weight: 400;
    height: 35px;
    min-width: 50px;
}
.btn-simple.disabled{
    opacity: .5;
    color: gray;
}

.paintingDiv {
    position: absolute;
    z-index: 11;
    font-size: 2rem!important;
    font-family: fantasy;
    text-align: center;
    border: 1px solid gray;
}
.listTableOptions{
    padding: 0!important;
    background-color: #f0f0f0!important;
    color: #000000;
}
.listTableOptions .dropdown-menu{
    overflow-y: auto;
    max-height: 250px;
}
.icon{
    height: 20px;
}

.panel-heading{
    text-align: center!important;
    background-color: #f0f0f0!important;
    color: #000;
    padding: 0!important;
    border: 1px solid silver!important;
}
.table{
    margin: 0!important;
}

.area {
    margin-left: 15px;
}

.layer-type {
    height: 35px;
}
.dropdown-menu{
    width: max-content!important;
}
.bin {
    width: 75%;
    height: 80%;
    margin-left: 35px;
    position: relative;
    display: inline-block;
    background-position: center;
    background-size: cover;
}

.detail-sizes {
    position: absolute;
}

.detail-height {
    bottom: 5px;
    left: 0;
    transform: rotate(270deg);
}

.detail-width {
    top: 0;
    right: 3px;
}

.detail-id {
    top: 40%;
}

.item {
    background: transparent;
    position: absolute;
    cursor: grab;
    transition: 0.3s;
}
.item:hover{
    cursor: pointer;
    opacity: .5;
    transition: 0.3s;
}
.item:active{
    transition: 0.3s;
    cursor: grabbing;
}
.blockToPrint {
    background: white!important;
    border: 1px solid black!important;
}
.detailToPrint{
    border: 1px solid black!important;
    color: black!important;
}
.innerItem{
    position: absolute;
    color: white;
    text-align: center;
    font-size: 10px;
    border: 1px solid white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.pvc{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#importDiagram{
    margin: 0;
    background: #efefef;
}
#alertMessage{
    position: absolute;
    top: 15px;
    right: 15px;
}
#absolutMenu{
    position:absolute;
    display:none;
}
#absolutMenuList{
    display:block;
}
.params {
    margin: 5px 0;
}

.params.added input {
    margin-right: 4px;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.new-section {
    background-color: grey;
}


.container {
    width: 600px;
}

.d-flex {
    display: flex;
}

.j-content-f-s {
    justify-content: flex-start;
}

.main-inputs-container {
    display: flex;
    justify-content: flex-start;
    margin-bottom: -25px;
}

.add, .redraw {
    margin: 40px 10px;
}

.actions {
    padding: 10px;
    background: #7ab893;
    color: #fff;
    border: 0;
    border-radius: 0;
}

.remove {
    margin: 16px 10px;
}

.actions:hover {
    cursor: pointer;
    background: #fff;
    color: #000;
    border-style: none;
}

.actions:active {
    opacity: 0.4;
    /*border: 0;*/
    border-style: none;
}

/*inputs*/
.balloon {
    display: inline-block;
    width: 215px;
    padding: 10px 0 10px 15px;
    font-weight: 400;
    color: #377D6A;
    background: #efefef;
    border: 0;
    border-radius: 0;
    outline: 0;
    text-indent: 60px;
    transition: all .3s ease-in-out;
}

.balloon::-webkit-input-placeholder {
    color: #efefef;
    text-indent: 0;
    font-weight: 300;
}

.balloon + label {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    bottom: 8px;
    padding: 5px 15px;
    color: #032429;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(19, 74, 70, 0);
    transition: all .3s ease-in-out;
    border-radius: 3px;
    background: rgba(122, 184, 147, 0);
}

.balloon + label:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    margin-left: -3px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid rgba(122, 184, 147, 0);
    transition: all .3s ease-in-out;
}

.balloon:focus,
.balloon:active {
    color: #377D6A;
    text-indent: 0;
    background: #fff;
}

.balloon:focus::-webkit-input-placeholder,
.balloon:active::-webkit-input-placeholder {
    color: #aaa;
}

.balloon:focus + label,
.balloon:active + label {
    color: #fff;
    text-shadow: 0 1px 0 rgba(19, 74, 70, 0.4);
    background: #7ab893;
    transform: translateY(-40px);
}

.balloon:focus + label:after,
.balloon:active + label:after {
    border-top: 4px solid #7ab893;
}

.inputs {
    max-width: 1200px;
    /*padding: 30px 5px;*/
    margin: 30px 5px;
    position: relative;
    z-index: 1;
}

.new-inputs {
    max-width: 1200px;
    padding: 6px 5px;
    position: relative;
    z-index: 1;
}

.inputs span {
    position: relative;
    display: inline-block;
    margin: 10px 10px;
}

.new-inputs span {
    position: relative;
    display: inline-block;
    margin: 10px 10px;
}

#layoutPlaceArea {
    background: #c1c1c1c2;
    min-height: 70vh;
    overflow: hidden;
    position: relative;
}

#layoutPlace {
    display: flex;
    flex-wrap: wrap;
}

.leftDetailsShowArea {
    overflow-y: auto;
    max-height: 225px;
}

.p-0 {
    padding: 0 !important;
}

.modalHeadOfDownload {
    padding: 15px;
}

.modalHeadOfDownload a {
    color: white;
    margin: 5px;
}

.ml-3 {
    margin-left: 10px;
}
.bottomAlign{
    vertical-align: bottom!important;
}

.tranparentBlock{
    height: 100%;
    width: 100%;
    background: transparent;
    position: relative;
}

input[type=number]:invalid, input[type=number]:out-of-range {
    border: none;
}

.float-right {
    float: right !important;
}

.bandSelection{
    padding-top: 3px;
}

/*/inputs*/
input.input-danger{
    border-color: red;
}

/*Sidebar*/
#statisticSidebar {
    margin-left: -250px;
    left: 0;
    width: 250px;
    position: absolute;
    background-color: #efefef;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
    transition: .5s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
    line-height: 50px;
    text-indent: 20px;
}

.sidebar-nav li a {
    color: #999999;
    display: block;
    text-decoration: none;
}

.sidebar-nav li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    transition: .5s;
}

#statisticSidebar.active {
    left: 250px;
    width: 250px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

/*End Sidebar*/

.addLayer{
    margin: 15px;
}

.inpListConfig input.edgeValue {
    width: 70px;
    margin: 0 auto;
    position: relative;
    color: rgba(94, 94, 94, 0.71);
}

.inpListConfig .selectAllDescription {
    white-space: pre-wrap;
    width: 180px;
    margin-left: 10px;
}
.inpListConfig .selectAllBlock {
    display: flex;
}

.inpListConfig .input-group {
    margin: 5px 0 20px;
    display: table-caption;
    height: 33px;
}
.inpListConfig select{
    padding: 5px;
    width: 150px;
}

/*Print Area Style*/
#printArea .bin{
    border: 1px solid black;
    /*background: transparent;*/
    display: inherit;
}
#printArea .item{
    border: 1px solid black;
    color: black;
}
#printArea .item.paintingDiv{
    background-color: dimgrey!important;
    color: #f8ffff;
}
.cutAreaSize{
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}
/*End Print Area Style*/

.usedBandsExamples{
    width: 100px;
    height: 5px;
    margin: 2px;
    display: inline-flex;
}