﻿.next-element {
    margin-right: 15px;
}

.checkbox label {
    padding-left: 10px !important;
}

.checkbox, .radio {
    padding-left: 20px !important;
    margin-bottom: 12px !important;
}

@media (min-width: 992px) {
    .table-responsive {
        overflow: auto;
    }

    .card-content.table-full-width {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.table-select > table > tbody > tr > td {
    line-height: 30px;
    cursor: pointer;
}

.bg-bright-yellow {
    background: #FFD700 !important;
}

table.valign-center tbody td, table.valign-center thead th {
    vertical-align: middle;
}

.no-pad-bottom {
    padding-bottom: 0px !important;
}

.no-pad-left {
    padding-left: 0px;
}

.no-pad-right {
    padding-right: 0px;
}

.no-pad {
    padding: 0px !important;
}

.vertical-text {
    display: inline-block;
    overflow: hidden;
    width: 1.5em;
}

.vertical-text__inner {
    display: inline-block;
    white-space: nowrap;
    line-height: 1.5;
    transform: translate(0,100%) rotate(-90deg);
    transform-origin: 0 0;
}
    /* This element stretches the parent to be square
   by using the mechanics of vertical margins  */
    .vertical-text__inner:after {
        content: "";
        display: block;
        margin: -1.5em 0 100%;
    }

.th-center {
    text-align: center;
    vertical-align: middle;
}

.td-center {
    text-align: center;
    vertical-align: middle;
}

td.details-control {
    background: url('/img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.details td.details-control {
    background: url('/img/details_close.png') no-repeat center center;
}

.validation-text, .field-validation-error {
    color: red;
}

.required:after {
    content: "*";
    color: #f00;
}

.btn-tablecell {
    display: inline;
}

.btn-group-tableheader {
    display: inline-flex;
}

.font-italic {
    font-style: italic;
}

.font-weight-normal {
    font-weight: normal;
}

.input-validation-error {
    border-color: red;
    outline: 1px solid red;
    box-shadow: 0 0 2pt 1pt red;
}

select.input-validation-error.select2-hidden-accessible + .select2 .select2-selection {
    border-color: #f00;
    outline: 1px solid red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, .6);
}

@media (min-width: 1999px) {
    .topCorner {
        position: absolute;
        top: 0px;
        right: -450px;
    }
}

div.dataTables_wrapper div.dataTables_length select{
    width: auto !important;
}

div.dataTables_wrapper div.dataTables_info {
    white-space: normal;
}

@media (max-width: 992px) {
    .main-panel > .content {
        padding-top: 15px;
    }
}

.weather-icon {
    height: 42.85px;
    padding: 5px 0;
}

textarea.form-control {
    resize: vertical;
}

.bg-red, .bg-red td, .bg-red th {
    background-color: #f2b8bd !important;
}

.bg-orange, .bg-orange td, .bg-orange th {
    background-color: #ffd2a3 !important;
}

.bg-yellow, .bg-yellow td, .bg-yellow th {
    background-color: #fff2a8 !important;
}

.bg-green, .bg-green td, .bg-green th {
    background-color: #cfe9cc !important;
}

.bg-white, .bg-white td, .bg-white th {
    background-color: #ffffff !important;
}

.dropdown-menu > li:first-child > a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.dropdown-menu > li > a:hover > span.text-danger, .dropdown-menu > li > a:hover > span.text-warning {
    color: rgba(255, 255, 255, 0.85);
}