﻿html {
    height: 100%;
}

body {
    height: 100%;
    padding-top: 40px;
}

form {
    height: 100%;
}

.fill {
    min-height: 100%;
    height: 100%;
}

.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin input[type="text"],
    .form-signin input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
    }

.bs-docs-sidenav {
    width: 228px;
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

    .bs-docs-sidenav > li > a {
        display: block;
        width: 190px \9;
        margin: 0 0 -1px;
        padding: 8px 14px;
        border: 1px solid #e5e5e5;
    }

    .bs-docs-sidenav > li:first-child > a {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .bs-docs-sidenav > li:last-child > a {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

    .bs-docs-sidenav > .active > a {
        position: relative;
        z-index: 2;
        padding: 9px 15px;
        border: 0;
        text-shadow: 0 1px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    }
    /* Chevrons */
    .bs-docs-sidenav .icon-chevron-right {
        float: right;
        margin-top: 2px;
        margin-right: -6px;
        opacity: .25;
    }

    .bs-docs-sidenav > li > a:hover {
        background-color: #f5f5f5;
    }

    .bs-docs-sidenav a:hover .icon-chevron-right {
        opacity: .5;
    }

    .bs-docs-sidenav .active .icon-chevron-right,
    .bs-docs-sidenav .active a:hover .icon-chevron-right {
        background-image: url(/Assets/Bootstrap/img/glyphicons-halflings-white.png);
        opacity: 1;
    }

    .bs-docs-sidenav.affix {
        top: 40px;
    }

    .bs-docs-sidenav.affix-bottom {
        position: absolute;
        top: auto;
        bottom: 270px;
    }

.box {
    position: relative;
    width: 100%;
    margin: 0px;
    margin-bottom: 40px;
}

    .box > .box-header {
        padding: 10px 20px 10px 20px;
        border: 1px solid #CDCDCD;
        font-weight: 400;
        font-size: 1.2em;
        display: block;
    }

        .box > .box-header > .header-control {
            float: right;
            margin-right: -5px;
        }

            .box > .box-header > .header-control a,
            .box-tab > .box-header > .header-control a {
                cursor: pointer;
                margin-left: 5px;
                font-size: 14px;
            }

    .box > .box-body {
        display: block;
        border: 1px solid #CDCDCD;
        border-top: none;
        position: relative;
        padding: 10px 20px 10px 20px;
        background: #FFFFFF url('/Assets/Images/noise.png');
    }

        .box > .box-body form .form-actions {
            margin-left: -20px;
            margin-right: -20px;
            margin-bottom: -30px;
        }

        .box > .box-body .ace-editor {
            position: relative;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: -10px -10px -10px -20px;
            min-height: 480px;
        }

.box-tab {
    border: 1px solid #CDCDCD;
    padding: 5px;
    margin-bottom: 40px;
    background: #FFFFFF url('/Assets/Images/noise.png');
}

    .box-tab > .box-header .nav-pills {
        border-bottom: 1px solid #CDCDCD;
    }

    .box-tab > .box-header > .header-control {
        margin-right: 10px;
        margin-top: 5px;
    }

    .box-tab > .box-body .tab-content {
        margin-top: -10px;
    }

    .box-tab > .box-body .media {
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        .box-tab > .box-body .media:last-child {
            border-bottom: 0px solid #eee;
            padding-bottom: 20px;
        }

    .box-tab > .tabs-below {
        margin-bottom: -20px;
    }

        .box-tab > .tabs-below .nav-pills {
            border-top: 1px solid #CDCDCD;
            padding-top: 5px;
        }

.corner-all {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.corner-top {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}

.corner-tl {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}

.corner-tr {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}

.corner-bottom {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.corner-bl {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.corner-br {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.grd-white {
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
    border: 1px solid #fafafa;
}

.radioButtonListVertical > tbody > tr > td > label {
    display: inline;
    margin-right: 10px;
}

.radioButtonListVertical > tbody > tr > td > input[type="radio"] {
    margin-top: 0;
    margin-bottom: 4px;
    margin-right: 2px;
}

.radioButtonListVertical > tbody > tr > td > span > label {
    display: inline;
    margin-right: 10px;
}

.radioButtonListVertical > tbody > tr > td > span > input[type="radio"] {
    margin-top: 0;
    margin-bottom: 4px;
    margin-right: 2px;
}

.RadSplitter_Default {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
}

.aspNetHidden {
    display: none !important;
}


.documentItem {
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    background-color: #fff;
    border: 1px solid #ddd;    
}
.documentItem td.first {
    position: relative;
    padding-left: 10px;
}
.documentItem td {
    padding-top: 40px;
    padding-bottom: 20px;
}
.documentItem td.first:before {
    content: attr(data-tag);
    position: absolute;
    white-space: nowrap;
    top: -1px;
    left: -1px;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;        
}
