﻿body {
}

/* Main Design AdminLte Site Logo */
.main-header .logo .logo-lg {
    display: block;
    margin-left: -15px;
    margin-top: -2px;
    text-align: left;
}

.breadcrumb {
    padding: 15px 0 15px 0;
    background-color: transparent;
}
/* Main Design AdminLte Union Logo */
.main-sidebar, .left-side {
    /*padding-top: 100px; -- removed not needed in PRS */
}
    .check-box {
    margin-left: 0px !important;
}

a.btn-default:visited, a.btn-default:visited, a.btn-default:visited, a.btn-default:hover {
    color: black;
}

a.btn-block:hover {
    color: gainsboro;
}

a.btn-default.btn-block:hover {
    color: black;
}

a.btn-danger:visited, a.btn-primary:visited, a.btn-success:visited {
    color: white;
}

a.btn-danger, a.btn-primary, a.btn-success {
    color: white;
}

a.btn-danger:hover, a.btn-primary:hover, a.btn-success:hover {
    color: gainsboro;
}

.ml-5{
    margin-left:5px;
}

.main-header {
    margin-top: 0px;
}

.sidebar-menu {
    margin-top: -4px;
}

.main-header .spacing-top-sm {
    margin-top: 5px;
}

.pink{
    background-color: lavenderblush;
}

.spacing-top-sm
{
    margin-top: 5px;
}

.spacing-top-md
{
    margin-top: 10px;
}

.spacing-top-lg
{
    margin-top: 20px;
}

.panel-slide {
    border-color: #ebccd1;
    border-radius: 8px;
}

.panel-slide > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-slide > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-slide > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-slide > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.comment-text {
    margin-bottom: 20px;
}

.direct-chat-img {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 10px;
}

li:hover .tools {
    display: inline-block;
}

.redContentEditLink, .redContentEditLink:visited {
    color: red;
    margin-right: 5px;
}

.grayContentEditLink, .grayContentEditLink:visited {
    color: gray;
    margin-right: 1px;
}

/** LIGHTBOX MARKUP **/

.lightbox {
    /** Default lightbox to hidden */
    display: none;
    /** Position and style */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

.lightbox img {
    /** Pad the lightbox image */
    max-width: 90%;
    max-height: 80%;
    margin-top: 5%;
}

.lightbox:target {
    /** Remove default browser outline */
    outline: none;
    /** Unhide lightbox **/
    display: block;
}

.oll-image-thumb-right {
    width: 50px;
    height: 50px;
    float: right;
    margin-top: -20px;
}
    
.h1-large {
    font-family: "Helvetica";
    font-size: 48pt;
    color: #209a76;
    font-weight: 800;
    margin: 12px 0 12px 0;
}

/* added and used on create invoice */
.control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

td.well-sm {
    text-align: right;
    padding-right: 30px !important;
}

/* Sidebar Right Slide Out */

.img-circle-leftBar {
    width: 100%;
    max-width: 45px;
    height: auto;
    border-radius: 50%;
}

.control-sidebar-subheading {
    margin: 13px 10px 10px 15px;
}

.control-sidebar-menu .menu-info {
    margin-left: 58px;
    margin-top: 14px;
}

.control-sidebar-heading {
    background: #1a2226;
    padding: 15px 20px;
}

.control-sidebar > .tab-content {
    padding: 10px 0px;
}

.control-sidebar-subheading {
}

.control-sidebar-menu {
    margin: 10px 0px 0px 0px;
}

/*.navbar-brand {
    margin-top: -30px;
}*/

/* Header styles black */

.header-form .input-group {
    margin-top: 8px;
    margin-right: 1px;
}

.header-form input[type="text"] {
    color: white;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    box-shadow: none;
    background-color: #374850;
    border: 1px solid transparent;
    height: 35px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.header-form .btn {
    color: #999;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: none;
    background-color: #374850;
    border: 1px solid transparent;
    height: 35px;
    position: relative;
}