.clear {
    clear: both;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.no-border {
    border: 0px !important;
}
.company-logo {
    display: block;
}
.company-name {
    text-transform: uppercase;
}
.special-adjustments {
    margin-top: 5px;
}

.debug-mark {
    z-index: 1000;
    position: absolute;
    color: red;
    background: #FFF;
    font-size: 12px !important;
}

.file-inputs input {
    display: block;
    margin-top: 5px;
}
.control-label {
    font-weight: normal;
}
.form-control-feedback {
    right: -45px !important;
    color: inherit;
}
textarea {
    resize: vertical;
}

hr {
    margin-top: 5px;
    margin-bottom: 25px;
}
.hr-thin {
    margin-top: 5px;
    margin-bottom: 5px;
}

table td, table th {
    vertical-align: middle;
}

.menu ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}
.menu li {
    padding: 10px;
}
.menu li a {
    padding: 5px;
}
.menu li:first-child {
    margin-top: 0px;
}
.menu-primary li, .menu-primary li:first-child {
    float: left;
    margin-right: 20px;
    font-weight: bold;
}

.paging {
    padding: 20px 0px;
}
.paging a {
    display: block;
    float: left;
    margin-left: 10px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    outline: 1px solid #fff;
}
.paging a.selected {
    font-weight: bold;
    outline: 3px solid #fff;
}

.table .row-name {
    width: 35%;
}

.table-info-important td, .table-info-important th {
    border-width: 5px !important;
}

.file-block .name {
    font-weight: bold;
}

.glyphicon {
    vertical-align: text-bottom;
}

form > h5, form > h4, form > h3 {
    margin-top: 0px;
}

.form-group > h5, .form-group > h4, .form-group > h3 {
    margin-top: 0px;
}

a.btn {
    text-decoration: none;
}

#modal_dialog {
    width: 500px;
    border-radius: 5px;
    border: 2px #333 solid;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -50px;
    margin-left: -250px;
    display: none;
    opacity: 0;
    z-index: 15;
    padding: 20px 10px;
    text-align: center;
}
#modal_dialog #modal_message {
    padding: 10px;
    text-align: center;
}
#modal_dialog #modal_ok, #modal_dialog #modal_cancel {
    width: 150px;
    margin: 15px;
}
#modal_overlay {
    z-index: 13;
    position: fixed;
    background-color: #000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.grayscale {
    filter: grayscale(100%);
}

.grayscale-inv {
    filter: grayscale(100%) invert(87%);
}


.btn-light{
    color:#333;
    background-color:#fff;
    border-color:#ccc
}
.btn-light:hover{
    color:#333;
    background-color:#e6e6e6;
    border-color:#adadad
}
.btn-light.active,.btn-light:active{
    color:#333;
    background-color:#e6e6e6;
    border-color:#adadad
}
.btn-light.active.focus,.btn-light.active:focus,.btn-light.active:hover,.btn-light:active.focus,.btn-light:active:focus,.btn-light:active:hover{
    color:#333;
    background-color:#d4d4d4;
    border-color:#8c8c8c
}

.btn-dark{
    color:#fff;
    background-color:#000;
    border-color:#8c8c8c
}
.btn-dark:hover{
    color:#fff;
    background-color:#222;
    border-color:#adadad
}
.btn-dark.active,.btn-dark:active{
    color:#fff;
    background-color:#222;
    border-color:#adadad
}
.btn-dark.active.focus,.btn-dark.active:focus,.btn-dark.active:hover,.btn-dark:active.focus,.btn-dark:active:focus,.btn-dark:active:hover{
    color:#fff;
    background-color:#444;
    border-color:#ccc
}
