﻿.btn-margin{
    margin-left: 5px;
    margin-right: 5px;
}

.btn-margin-all {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.cat-heading{
    margin-bottom: 5px;
}

.section-margin{
    margin-top: 10px;
    margin-bottom: 5px;
}

.item-row{
    margin-bottom: 2px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 2px;
    padding-top: 2px;
}

.item-row:last-child {
    border-bottom: 0;
}

.item-row .col-xs-6{
    margin-bottom: 2px;
}

.item-row:last-child .col-xs-6 {
    margin-bottom: 0px;
}

.msg-btn {
    margin-top: 20px;
}

.validation-summary-errors{
    color: red;
}

.validation-summary-errors ul{
    list-style-type: none;
}

#checklist-button {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.over {
    border-top: 5px solid black;
}
.drag-target {
    color: white;
    margin: 0;
    width: 100%;
}

.panel{
    margin-bottom: 5px;
}

.drop-invisible {
    visibility:hidden;
}

.sub-menu {
    background-color: #862633;
    list-style-type: none;
    width: 200px;
    display: none;    
}

.sub-menu li {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #CCC;
}

.sub-menu a {
    color: #CCC;
    text-decoration: none;
}

.sub-menu a:hover {
     color: #FFF;
}

@media screen and (min-width: 768px) {
    .menu-show:hover .sub-menu {
        display: block;
        position: absolute;
    }
}

@media screen and (max-width: 767px) {
    .sub-menu {
        display: block;
    }
}

.cust-group-dd{
    max-width: 300px;
}

.red {
    color: red;
}

.green {
    color: green;
}

.hide-na {
    display: none;
}

.align-helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.logo-image {
    max-width: 200px;
    max-height: 44px;
    vertical-align: middle;
}

.logo-li{
    height: 50px; /*same as menu height (todo variable)*/
}

ul.logo {
    margin-right: 0px;
    margin-left: 10px;
}

