.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 20px;
    /* line-height: 60px; */
    font-size: small;
    background-color: #f5f5f5;
}
html, body {
    height:100%;
}
.navbar-brand {
    color: #36b9cc !important ;
    font-size: 17pt;
}
.navbar-brand sup{
    color: #f6c23e !important ;
    font-size: 9pt;
    top: -0.75em !important  ;
}
.body-div {
    min-height: 100%;
}
.body-div:after {

}
/*.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #007bff;
    color: #ffffff;
    border-radius: 0;
}
.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 5px;
    display: list-item;
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 6px 5px;
}*/


/*Bootstrap Calendar*/
.datepicker {
    border-radius: 0;
    padding: 0;
}
.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 5px;
    display: list-item;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #007bff;
    color: #ffffff;
    border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    /* padding: 6px 7px; */
}
.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}
.datepicker td, .datepicker th {
    border-radius: 50%;
    padding: 0 6px;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #007bff;
    color: #ffffff;
    border-radius: 0;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
}
.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 27px;
    height: 27px;
}
.datepicker .prev:hover, .datepicker .next:hover {
    /* background: transparent;
    color: rgba(255, 255, 255, 0.99); */
    color: #007bff;
    background: #ffffff;
    font-size: 15px;
}
.datepicker .datepicker-switch {
    font-size: 15px;
    /*font-weight: 400;*/
    transition: 0.3s;
}
.datepicker .datepicker-switch:hover {
    /*color: rgba(255, 255, 255, 0.7);
    background: transparent;*/
    color: #007bff;
    background: #ffffff;
}
.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-color: #007bff;
  background-image: none;
}
.dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1);
}
.tooltip-inner {
    white-space:pre-wrap;
}

/* giving color to asteriskField */
.asteriskField{
    color:red;
}


/* wrapping table text */
.table td.table-text {
    max-width: 177px;
}
.table td.table-text span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}
.table td.table-text span:hover {
    cursor:pointer;
}
.table td.table-text-cursor span:hover {
    cursor:pointer;
}