﻿body {
    padding-top: 60px;
    padding-bottom: 40px;
}

input#OnAirDatetime {
    font-weight: bold;
}

h3 > a.title, h6 > a.title {
    color: #000000;
}

a.table_header {
    display: block;
    text-decoration: none;
}

@@media (max-width: 980px) {
    .navbar-text.pull-right {
        float: none;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.title {
    word-wrap: break-word;
}

div.alert-saved {
    background-color: #99ff99;
}

.label-sp-code {
    margin-left: 10px;
    background-color: #7BA0AB;
}

label.role-chk {
    display: inline;
    margin-right: 20px;
}

td.inactive {
    text-decoration: line-through;
}

.vis-item.period {
    padding-top: 70px;
}

.qty-textbox {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

td.rule {
    width: 100px;
    padding: 2px;
    text-align: center;
}

    td.rule:hover {
        background-color: #aaaaaa !important;
    }

a.rule {
    color: #000000;
}

a.prc {
    margin-left: 10px;
    margin-right: 5px;
    font-size: smaller;
}

a.prc-ok {
    color: #46c443;
}

a.prc-regular {
    color: #999999;
}

a.prc-critical {
    color: #f52735;
}

a.prc-excessive {
    color: #3149f7;
}

.tooltip > .tooltip-inner {
    background-color: #aaaaaa;
    color: #FFFFFF;
    border: 1px solid grey;
    padding: 15px;
    font-size: 16px;
}

.tooltip.top > .tooltip-arrow {
    border-top: 5px solid grey;
}

.column-left {
    float: left;
    width: 50%;
}

.column-right {
    float: right;
    width: 10%;
}

.column-center {
    display: inline-block;
    width: 40%;
}

.hdd-info {
    display: flex;
    align-items: center;
}

.hdd-letter {
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
    width: 15px;
}

.storage {
    margin-right: 10px;
}

.badge-important {
    background-color: #b94a48;
}

/* 2.3.2 customization */


h2 {
    font-size: 24px;
    line-height: 36px;
}
h3 {
    line-height: 27px;
    font-size: 18px;
}
h4 {
    font-size: 14px;
}
h4, h5, h6 {
    line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
body {
    font-size: 13px;
}
h6 {
    font-size: 11px;
    color: #999999;
    text-transform: uppercase;
}
.label {
    font-size: 10.998px;
}
label, input, button, select, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}
.btn {
    font-size: 13px;
}
.btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px;
}

.btn-group>.btn, .btn-group>.dropdown-menu, .btn-group>.popover {
    font-size: 13px;
}

.inherit-channel-check {
    margin-left: 20px !important;
}

.input-error {
    color: #b94a48;
    border-color: #b94a48;
}