/**---------------------------*/

body.disable-scroll {
    overflow: hidden;
}

.form-sheet-overlay{
    display: none;
    z-index: 11;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: black;
    opacity: 0.2;
}

.form-sheet-overlay-2 {
    z-index: 21;
}

.form-sheet-holder{
    display: none;
    z-index: 20;
    /*width: 950px;*/
    float: left;
    overflow: scroll;
    background: #eee;
    top: 0;
    position: absolute;
    right: 0;
    height: 100%;
    box-shadow: 0 0 10px -5px rgba(0,0,0,0.2), 0 0 24px 2px rgba(0,0,0,0.14), 0 0 30px 5px rgba(0,0,0,0.12);
    width: 100%;
}

.form-sheet-holder-nav{
    display: none;
    z-index: 20;
    /*width: 950px;*/
    float: left;
    overflow: hidden;
    background: #eee;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    box-shadow: 0 0 10px -5px rgba(0,0,0,0.2), 0 0 24px 2px rgba(0,0,0,0.14), 0 0 30px 5px rgba(0,0,0,0.12);
    width: 100%;
}

.form-sheet-holder-2 {
    width: calc(99% - 60px);
    z-index: 30;
}

.form-sheet {
    padding: 0px;
    z-index: 40;
    height: 100%;
    width: 100%;
    background: #fff;
}

.form-sheet-header {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    background: #fff;
    border-bottom-color: #e1e1e1;
    position: absolute;
    background-color: #fff;
    height: 50px;
    width: inherit;
    z-index: 999;
    padding-left: 10px;
}

.form-sheet-header_old {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    background: #fff;
    border-bottom-color: #e1e1e1;
    position: relative;
    background-color: #fff;
    height: 50px;
}

    .form-sheet-header .row {
        line-height: 48px;
        font-size: 1.5em;
        padding: 10px 0 0 14px;
    }

    .form-sheet-header .icon-close {
        top: 13px;
        padding-left: 13px;
        position: absolute;
        color: #999;
    }
    .form-sheet-nav .form-sheet-header .icon-close {
        top: 2px;
        padding: 0 13px 0 0;
        position:relative;
        color: #999;
    }

    .form-sheet-header .btn {
        position: relative;
        right: 20px;
    }

.form-sheet-body.sheet-padding {
    margin: 0 auto;
    padding: 10px 0;
    height: -webkit-fill-available;
    overflow: auto;
    padding-bottom: 100px;
}

.form-sheet .container{
    overflow-x: hidden;
    position: relative;
    top: 50px;
    width: inherit;
}
.form-sheet-body {
    font-size: 1.1em;
    line-height: 1.5em;
    font-style: italic;
}
.form-sheet-body img {
    height: auto;
    max-height: 40vh;
}
.form-sheet-body .description {
    line-height: 2em;
    overflow:auto;
    font-style:normal;
}

.form-sheet-header-title {
    min-width: 75px;
    /*border-bottom: 1px dotted #777;*/
    display: flex;
    height: 35px;
    line-height: .9em;
    color: #999;
    line-height: 1.7em;
}
.form-sheet-header-title .fa-bars {
    padding-right: .5em;
}
    /**---------------------------*/