﻿.content {
    padding: 15px;
    border-bottom: 1px solid #e7e7e7;
}

#login {
    padding-top: 50px;
    padding-bottom: 20px;
}

.bold {
    font-weight: bold;
}

.buffer-bottom {
    margin-bottom: 15px !important;
}

.buffer-bottom-large {
    margin-bottom: 30px !important;
}

.buffer-bottom-large2 {
    margin-bottom: 60px !important;
}

.buffer-top {
    margin-top: 15px !important;
}

.buffer-top-large {
    margin-top: 30px !important;
}

.buffer-top-large2 {
    margin-top: 60px !important;
}

[ng-click],
[data-ng-click],
[x-ng-click] {
    cursor: pointer;
}

.greybox {
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    text-align: center;
}

.greybox-field {
    color: #2f89f9;
    font-weight: bold;
}

.padding-right-small {
    padding-right: 5px;
}

.padding-right-medium {
    padding-right: 10px;
}

.center-table td 
{
    text-align:center !important;
}

.center-table th 
{
    text-align:center !important;
}

#corelogocontainer {
    position: absolute;
    left: 60px;
    bottom: 10px;
}

#corelogo {
    max-width: 125px;
}

.title {
    display: inline;
    text-align: right;
    color: #005581;
    font-weight: bold;
    
    padding-top: 5px;
    border-top: 1px solid #005581;

    padding-bottom: 5px;
    border-bottom: 1px solid #005581;

    float: right;
}

.sidebar ul li {
    border-bottom: 1px #005581 solid;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sidebar .nav-second-level li {
    border-bottom: 1px #005581 solid !important;
}

.sidebar .nav-second-level li:last-child {
    border-bottom: 0 !important;
}

