﻿
.right-blade {
    height: 100%;
    width: 0px;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 1032; /* one above the nav action bar footer */
    background-color: #fff;
    overflow: hidden;
    transition: 0.3s;
    display: none;
    -webkit-box-shadow: -5px 3px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: -5px 3px 5px 0px rgba(0,0,0,0.05);
    box-shadow: -5px 3px 5px 0px rgba(0,0,0,0.05);
}

.right-blade-content {
    padding: 15px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 120px);
}

.right-blade.no-footer .right-blade-content {
    height: calc(100vh - 142px);
}

.right-blade-header {
    padding: .6rem 15px;
    position: relative;
}

.right-blade-header .btn {
    margin-left: 7px;
}

.right-blade-footer {
    padding: .6rem 15px;
    text-align: center;
    background-color: #f2f2f2;
}

.right-blade-detail-footer {
    padding: 30px;
    margin: 0px 25px 100px 25px;
    background-color: #f2f2f2;
    position: fixed;
    bottom: 0px !important;
    height: 400px !important;
    width: 730px;
}

.form-control.blade-control { 
    margin-bottom:10px;
}