body {
    margin-bottom: 20px;
    background-color: #fafafa;
}

.row-margin {
    margin-bottom: 1em;
}

html {
    min-height: 100%;
    position: relative;
}

.basic-content-container {
    padding-top: 60px;
}

.main-content-container {
    margin-left: 225px;
}

.content {
    margin-left: auto;
    margin-right: auto;
}

* {
    box-sizing: border-box;
}

.footer {
    bottom: 0;
    height: 20px;
    left: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    text-align: right;
}

.footer-version {
    border: medium none;
    display: inline;
    font-size: 0.7em;
    height: 7px;
    line-height: 0.8em;
    margin: 0;
    padding: 0;
    position: relative;
}

.header-logo {
    position: relative;
    top: 18px;
    width: auto;
    height: 30px;
    margin-right: 5px;
}

.button_table {
    margin-left: 0.4em;
    margin-right: 0.4em;
}

.detail-tabs {
    margin-bottom: 15px;
}

.form-control > button {
    text-transform: none;
}

.panel-heading .chevron:after {
    content: "\f078";
    cursor: default;
}

.panel-heading.collapsed .chevron:after {
    content: "\f054";
    cursor: default;
}

.filter-form-group {
    margin-bottom: 0.3em;
}

.login-align {
    margin-top: 5em;
}

.breadcrumb {
    margin: 7px 0 0 0;
    border: none
}

.breadcrumb > ol {
    margin: 0
}

.progress {
    position: relative;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
}

.progress-bar {
    transition: width 0.05s ease 0s;
}

table.dataTable td, table.dataTable th {
    color: #000;
}

.referenceTable .form-input-table {
    padding: 12px;
    height: auto;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.notResizing {
    resize: none;
}

.m-1px {
    margin: 1px;
}

.mx-5px {
    margin-left: 5px;
    margin-right: 5px;
}

.mt-5px{
    margin-top: 5px;
}

.actions , .wizard > .actions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(left, #C6C6C6 0%, #C6C6C6 225px, #EDEDED 225px, #EDEDED 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(left, #C6C6C6 0%, #C6C6C6 225px, #EDEDED 225px, #EDEDED 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(left, #C6C6C6 0%, #C6C6C6 225px, #EDEDED 225px, #EDEDED 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #C6C6C6), color-stop(0.5, #C6C6C6), color-stop(0.75, #EDEDED), color-stop(1, #EDEDED));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(left, #C6C6C6 0%, #C6C6C6 225px, #EDEDED 225px, #EDEDED 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to right, #C6C6C6 0%, #C6C6C6 225px, #EDEDED 225px, #EDEDED 100%);

    z-index: 100;
}

.wizard > .actions ul {
    margin: 15px 15px 15px 0;
}

.wizard > .content {
    margin-bottom: 4.5em;
}

.wizard .master .panel-heading .selected-lecture-name .label{
    display:block;
    float:left;
} 

.invalid {
    border-color: red;
}

.breakLabel {
    display: block;
    margin-bottom: 0px;
    margin-top: 3px;
}

.p-10 {
    padding: 10px;
}

.p-5 {
    padding: 10px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-2px {
    padding-left: 2px;
    padding-right: 2px;
}

.mx-2px {
    margin-left: 2px;
    margin-right: 2px;
}

.h-200 {
    height: 200px;
}

.h-450 {
    height: 450px;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.w-25 {
    width: 25%;
}

.w-33 {
    width: 33%;
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.tab-content-panel {
    border-color: #eeeeee;
    border-width: 1px;
    border-style: solid;
    border-top-width: 0px;
    padding: 10px;
}

.width-dialog > .modal-dialog {
    width: 90%;
}

.rendered-tree{
    overflow: auto;
}

.overflowContainer{
    overflow: auto;
}

.overflowContainer-y {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 650px;
}
.overflow-visible {
    position: relative;
    overflow: visible;
    z-index: 2;
}

.centered {
    display: block;
    margin: auto;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.ajaxloader {
    border-left: 10px dotted #e85429;
    border-top: 10px dotted #7fb719;
    border-right: 10px dotted #faba17;
    border-bottom: 10px dotted #3b6681;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 25%;
    z-index: 1;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

div.value-one > label:after, div.value-two > label:after {
    display:inline-block;
    font-weight: bold;
    padding: 3px;
    font-size: 10px;
    margin-left: 5px;
    background-color: #555;
    color: #fff;
    border-radius:8px;
    line-height:8 px;
}

div.value-one > label:after{
    content:"1";
}

div.value-two > label:after{
    content:"2";
}