﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
textarea {
    width: 100%;
    min-height: 150px;
}
.menu {
    display: inline-flex;
}
.menu li {
    list-style: none;
    padding: 0 5px;
}
    .menu li a {
        color: #333;
    }
h1, h2, h3, h4, h5, th {
    color: #EE7400;
}
.r {
    text-align: right;
}
.edit {
    display: none;
    width: 30%;
    margin-left: 100px;
    border: 1px solid #333;
    border-radius: 3px;
    padding: 0px 18px;
    position: fixed;
    z-index: 1;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0px #EE7400;
}
table {
    width: 100%;
}

    table th, table td {
        padding: 3px 5px;
        margin: 0;
        overflow-x: hidden;
        text-overflow: ellipsis;
        max-width: 10vw;
        vertical-align: top;
    }

    table tr:nth-of-type(2n+1), .row:nth-of-type(2n+1) {
        background-color: #eee;
    }

th, .th {
    color: #EE7400;
    background-color: #777;
}


.footer {
    padding: 3px;
}

.ini span {
    margin: 1px;
    padding: 3px 7px;
    border: 1px solid #EE7400;
    border-radius: 5px;
    font-weight: bold;
    min-height: 26px;
    float: left;
    cursor: pointer;
    text-align: center;
}
.ini div {
    font-size: 8px;
    color: #fff;
    line-height: 8px;
    background-color: #777;
    width: 20px;
    margin: -2px -6px;
    text-align: center;
}
.ini .h {
    display: none;
}
.active {
    color: #EE7400;
    cursor: not-allowed;
}
