﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

#pageStatusBar {
    margin-left:20px;
    margin-right:20px;
}

.planZone {
    max-width: 1000px;
    font-size: medium;
}

.btn {
    min-width: 100px;
}

.planZone .badge {
    font-size: medium;
    min-width:60px;
}

.jstree {
        margin-left: 30px;
    }

    .jstree-wholerow-ul .hp-wholerow.jstree-wholerow {
        left: -30px;
    }



    .jstree-wholerow-clicked > .jstree-checkbox {
        background-position: -228px -4px !important;
    }



    .hp-wholerow > .jstree-checkbox {
        display: block !important;
    }

    .progressBar .outer {
        height: 2em;
        text-align: left;
        overflow: hidden;      
        border: 1px solid #aaaaaa;
        border-radius:4px;
        background: aliceblue;
    }

    .progressBar .inner {
        height:100%;
        background: #cccccc;
    }

    .progressBar .state {
        text-align: center;
    }

    .operationLog {
        height: 370px;
        overflow-y: scroll;
    }

    .homeZone {
        margin-bottom:40px;
        /*margin-top:10px;*/
    }

    .homeZone>h2 {
        /*padding-bottom:20px;*/
        padding-bottom: 10px;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 10px;
    }

    .licensingState {
        display:table;
        width:100%;
        padding-bottom:10px;
    }

    .licensingState > div {
        display:table-cell;
    }

    .list-group-item .chooserWrapper {
        display: table-cell;
        vertical-align: middle;
        padding-right: 10px;
    }

    .list-group-item .contentWrapper {
        display: table-cell;
    }

    a.list-group-item.disabled {
        background: inherit;
        cursor: default;
    }

    .list-group-item.disabled, .list-group-item.disabled h3 {
        color: #999999 !important;
    }

    .tab-pane .list-group-item:first-child {
        border-top-color: transparent;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    .nav-tabs > li {
        width: 50%;
        text-align: center;
    }

        .nav-tabs > li > a:last-child {
            margin-right: 0px;
        }

        /*.tab-pane .list-group-item:first-child {
        border-top-color: transparent;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }*/

    /*.nav-tabs > li > a:last-child {
        margin-right: 0px;
    }*/

    .tab-pane h2 {
        margin-top:10px;
        margin-bottom:10px;
    }

    #statistics .tab-content {
        border: 1px #dddddd solid;
        border-top-width: 0px;
        padding: 10px;
    }

    .dataTables_paginate {
        text-align:right;
    }

    .ddt_wrapper {
        min-height:425px;
    }

    .dataTables_wrapper .dataTables_filter input {
        margin-left: 0.5em;
    }

.copyButton {
     background-image: url("/content/copy16.gif");
     width: 16px;
     height: 16px;
}

.footer {
      /*position: fixed;*/
  /*bottom: 0;*/
  /* width: 100%; */
  /* background-color: #f5f5f5; */
  /*background-color: #0072c6;
  color: #fff;*/
  width: 100%;
  vertical-align: middle;
  padding: 5px;
  background:white;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.page-wrapper {
    min-height: 100%;
    margin-bottom: -48px;
}
* html .page-wrapper {
    height: 100%;
}
.page-buffer {
    height: 28px;
}

#sideNavBox {
    background-color:white;
  position: relative;
}
