﻿body
{
    padding-top: 60px;
    padding-bottom: 84px;
}

.sub-header
{
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.pagination
{
    margin-top: 0;
    margin-bottom: 0;
}

.required
{
    color: Red;
}

.row
{
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.clickable
{
    cursor: pointer;
}

.no-record-found
{
    color: Red;
    text-align: center;
}

.tab-content > .tab-pane
{
    margin-top: 15px;
}

.btn-link-2
{
    padding-left: 0px;
    padding-top: 0px;
    white-space: normal;
}

.my-col
{
    padding: 0px;
}

.my-col-border
{
    padding: 0px;
    border: 1px solid black;
}

.my-col .date
{
    padding: 5px 0px 0px 5px;
}

.my-today
{
    padding: 0px;
    border: 1px solid black;
    background-color: #DCDCDC;
}

.my-prev-month
{
    padding: 0px;
    border: 1px solid black;
    background-color: #A9A9A9;
}

.my-col .content
{
    min-height: 125px;
}

.my-col .content .line
{
    padding: 0px 0px 0px 5px;
}

.my-col .content .line a
{
    color: #333;
}

.my-tooltip
{
    position: relative;
    display: inline-block;
}

.my-tooltip .my-tooltiptext
{
    visibility: hidden;
    width: 250px;
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 100%;
    padding: 5px;
    background-color: #DCDCDC;
    border: 1px solid black;
}

.my-tooltip:hover .my-tooltiptext
{
    visibility: visible;
}

.tiny-mce {
    height: 200px !important;
    overflow-y: scroll;
}