﻿.jumbotron {
    height: 100%;
    width: 100%;
}

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 70vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.selected {
    background-color: lightyellow;
}

.grid {
    width: 500px;
    height: 400px;
}

.has-error {
    border: 2px solid #f00;
}

.error-ng-invalid {
    font-size: x-small;
    color: red;
}

.panel-heading-has-error {
    background-color: #B73333 !important;
}

ul li.sidebar-list.subitem a {
    padding-left: 20px;
}

.darkslategrey {
    background-color: darkslategrey;
}

#sidebar-wrapper ul li.sidebar-list a i.fa {
    margin-left: -35px;
}

.login-page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    text-align: center;
    padding: 3em;
    background-color: #30426a;
    color: #fff;
}

.user-avatar {
    background-color: #fff;
    padding: 2em;
    margin-left: -2em;
    border-radius: 6px;
}

.btn-white {
    color: #000000;
}

.text-white {
    color: lightyellow;
    font-weight: bold;
}

.login-page-admin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    text-align: center;
    padding: 3em;
    background-color: #087b08;
    color: #fff;
}

label.checkbox-inline {
    background-color: #efefef;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 10px !important;
    margin-right: 2%;
    margin-left: 0;
    padding: 10px 10px 10px 30px;
}

    label.checkbox-inline.checked {
        background-color: #266c8e;
        color: #fff !important;
        text-shadow: 1px 1px 2px #000 !important;
    }

.checkbox-inline + .checkbox-inline {
    margin-left: 0;
}

.columns label.checkbox-inline {
    min-width: 190px;
    vertical-align: top;
    width: 30%;
}

.modal-xl {
    width: 1200px;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.tr.selectedrow {
    background-color: red;
}

.warning-div {
    border-style: solid;
    border-color: #ff9900;
}

.normal-div {
    border-style: none;
}

.force_justify {
    font-weight: normal !important;
    white-space: -moz-pre-wrap !important;
    white-space: -webkit-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.selected {
    background-color: red;
}

.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;    
    font-family: Montserrat;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    background-color:#FFFFCC;
    padding: 4px 11px;
    cursor: pointer;
}

.radio-toolbar input[type="radio"]:checked + label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;    
    font-family: Montserrat;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #FFFF00;
    display: inline-block;
    padding: 4px 11px;
    cursor: pointer;

}

.panel-green {
  border-color: #5cb85c;
}
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green > a {
  color: #5cb85c;
}
.panel-green > a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}

.highlight {
    background-color: #F4AD52;
}

.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 100px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.simpleDemo ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
.simpleDemo ul[dnd-list] .dndDraggingSource {
    display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.simpleDemo ul[dnd-list] .dndPlaceholder {
    background-color: #f00;
    display: block;
    min-height: 42px;
}

.simpleDemo ul[dnd-list] li {
    background-color: #fff;
    border: 1px solid #f00;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}

.fa-2x {
  font-size: 2em !important;}
.fa-3x {
  font-size: 3em !important;}
.fa-4x {
  font-size: 4em !important;}
.fa-5x {
  font-size: 5em !important;}