html {
    height: 100%;
}

body {
    height: 100%;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.fullMaxWidth {
    max-width: 100%;
}

.fullMaxHeight {
    max-height: 100%;
}

.displayNone {
    display: none;
}

.top-margin-10 {
    margin-top: 10px;
}

.top-margin-20 {
    margin-top: 20px;
}

.top-margin-30 {
    margin-top: 30px;
}

.bottom-margin-10 {
    margin-bottom: 10px;
}

.bottom-margin-20 {
    margin-bottom: 20px;
}

.bottom-margin-30 {
    margin-bottom: 30px;
}

.left-margin-10 {
    margin-left: 10px;
}

.left-margin-20 {
    margin-left: 20px;
}

.margin-none {
    margin: 0;
}

.padding-none {
    padding: 0;
}

.left-align {
    text-align: left;
}

.inline-block {
    display: inline-block;
}

#wrapper {
    background-color: #F1F1F1;
    height: 100%;
}

#wrapper .navbar {
    margin-bottom: 0;
}

#wrapper .navbar a {
    color: #000000;
}

#wrapper.bigbait .navbar a.logo {
    color: white;
    background: url('/img/logo-bb.png') no-repeat;
    background-size: 50px;
}

#wrapper.soldatenspiel .navbar a.logo {
    color: white;
    background: url('/img/logo-ss.png') no-repeat;
    background-size: 50px;
}

#wrapper.admin .navbar a.logo {
    color: white;
    background: url('/img/logo-admin.png') no-repeat;
    background-size: 50px;
}

#wrapper .navbar a.logo {
    padding-left: 60px;
    line-height: 50px;
}

#wrapper.admin .navbar {
    background: #D9534F;
}

#wrapper.bigbait .navbar {
    background: #337AB7;
}

#wrapper.soldatenspiel .navbar {
    background: url(//dz1k1c4zagxz7.cloudfront.net/soldatenspiel/img/background.jpg) no-repeat center center;
}

#wrapper.soldatenspiel .navbar-top-links a.dropdown-toggle i {
    color: white;
}

#wrapper.soldatenspiel .navbar-top-links .active.open a.dropdown-toggle i {
    color: black;
}

#wrapper.soldatenspiel .navbar-top-links a.dropdown-toggle:hover i {
    color: black;
}

.admin-user-right span {
    display: inline-block;
    min-width: 100px;
}

.checkbox-align {
    vertical-align: -2px;
}

.pointer {
    cursor: pointer;
}

/*disable menu animation*/
/*#side-menu .nav-second-level.collapsing {*/
/*transition: none;*/
/*}*/
.navbar-brand {
    padding: 0;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
    text-align: center;
}

#page-wrapper {
    padding: 10px 30px;
}

.clickable-row-js:hover {
    cursor: pointer;
}

#calendar .popover-cal {
    display: none;
    position: absolute;
    z-index: 99;
    background: white;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
    padding: 10px;
    width: 330px;
}

.submit-wrapper {
    width: 100%;
    text-align: center;
}

.delete-wrapper {
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
}

.popover-cal-field-left {
    width: 120px;
    float: left;
}

.popover-cal-field-middle {
    width: 70px;
    float: left;
}

.popover-cal-field-right {
    width: 120px;
    float: right;
}

.popover-cal-field-value {
    width: 120px;
    text-align: right;
}

.response-success {
    background: none repeat scroll 0 0 #9CD159;
    color: white;
    border: none;
}

.response-failed {
    background: #FF5757;
    color: white;
    border: none;
}

p.note {
    color: #555;
    font-style: italic;
}

.basic-event {
    padding-bottom: 4px;
    cursor: pointer;

    /*CSS für wann Event Letztes mal Gestartet wurde*/
    display: inline-block;
    width: 85%;
}

.basic-event-eventtyp {
    background-color: #ddd;
    padding: 4px;
    margin-bottom: 10px;
}

.basic-events .difference {
    font-weight: bold;
    display: inline-block;
    width: 10%;
    text-align: right;
}

.basic-events .difference.red {
    color: red;
}

.basic-events .difference.future {
    color: green;
}

.basic-events .difference.yellow {
    color: #ff9800;
}

#history .message .time {
    font-weight: bold;
}

#history .message .sender {
    font-weight: bold;
    color: #337ab7;
}

#history {
    max-height: 300px;
    background: #F8F8F8;
    padding: 10px;
}

.red {
    color: red;
}

.green {
    color: green;
}

.orange {
    color: orange;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.table-row-red {
    background-color: #FFA2B9 !important;

}

.table-row-green {
    background-color: #81C683;
}

.chat-silence {
    background-color: #F9cccc;
    border-radius: 5px;
}

.chat-silence:hover {
    background-color: #ffa3a3 !important;
}

.sidebar ul li a.active {
    background-color: #5faff5;
    /*background-color: #337ab7;*/
}

.bold {
    font-weight: bold;
}

.Flag_Table table, th, td {
    padding-right: 20px;
    padding-bottom: 2px;
    font-family: Arial;
    font-size: small;
    font-weight: bold;
}

.selectGame_img {
    position: relative;
    height: 338px;
    width: 606px;
    max-width: 100%;
}

.selectGame_button {
    position: absolute;
    bottom: 0;
    right: 0;
}

.form-control.width100px {
    width: 100px;
}

.form-control.width200px {
    width: 200px;
}

.width20Percent {
    width: 20%;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
}

.warning-message {
    width: 290px;
    height: 35px;
}

.switch-case {
    border: 2px solid #333333;
    border-radius: 50px;
    background-color: white;
    width: 40px;
    height: 22px;
    cursor: pointer;
    padding: 1px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    display: inline-block;
}

.switch-button {
    border-radius: 50px;
    height: 16px;
    width: 16px;
    background-color: #337ab7;
    display: inline-block;
}

.panel-heading {
    display: flex;
    align-items: center;
}

.screenshot {
    width: 400px;

}

.drop-zone {
    width: 100%;
    padding: 25px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 4px dashed #cccccc;
    border-radius: 10px;
}

.screenshot .button-wrapper {
    text-align: center;
    margin-top: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none !important;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}
