﻿/*.home-bg {
    background-image: url(../Content/Images/B1.jpg);
    width: 100vw;
    height: 100vh !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}*/

/*Customised Styling*/

.navbar-default {
    background-color: rgb(52, 160, 188) !important;
}

.dropdown-menu {
    background-color: rgb(52, 160, 188) !important;
}

.panel-title-fd {
    font-size: 20px;
    font-weight: 700;
    color: rgb(52, 160, 188);
    letter-spacing: 1px;
}

.panel > .panel-heading {
    background-image: none;
    background-color: rgb(121, 193, 211);
    color: white;
    font-size: 15px;
}

#panelText
{
    color: white;
}

#splitter
{
    color: slategray;
}

#headerTitle
{ 
    color: darkslategray;
}

/*.alert-info {
    background-color: rgb(210, 188, 119) !important;
    border-color: rgb(210, 188, 119) !important;
    color: white;
}*/

th {
    background-color: lightslategrey;
    font-size: 14px;
    color: white;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: lightgray;
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: rgb(52, 160, 188) !important;
}

.btn-primary:hover {
    background-color: rgb(24, 192, 229) !important;
}

footer {
    height: 30px;
    text-align: center;
    color: white;
    background-color: rgb(52, 160, 188);
    padding: 5px;
}

.footerUrl {
    color: rgb(62, 64, 149) !important;
}

/*Default Styling*/

.panel-heading-fd {
    font-family: 'Open Sans', Helvetica, sans-serif;
    background: -moz-linear-gradient(top, #FFFFFF 20%, #D3D3D3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFFFFF), color-stop(100%, #D3D3D3));
    background: -webkit-linear-gradient(top, #FFFFFF 20%, #D3D3D3 50%);
    background: -o-linear-gradient(top, #FFFFFF 20%, #F8F8FF 100%);
    background: linear-gradient(to bottom, #FFFFFF 20%, #D3D3D3 100%);
    padding: 5px 10px 8px;
    overflow-y: auto;
    position: fixed;
    width: 100%;
    z-index: 1
}

.col-form-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
}

/*.control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
}*/

/*form label {
    color: #999999;
    font-weight: 400;
}*/

/*.form-group {    
    
    margin-right: -15px;
    margin-bottom: 0px;
}*/

body {    
    background: #f5f5f5;
}

html
{
    height: 100%;
}

html body
{
    height: 100%;
    overflow: hidden;
}

html body .container-fluid.body-content {
    position: absolute;
    top: 40px;
    bottom: 40px;
    right: 0;
    left: 0;
    overflow-y: auto;
}

#pageHelp {
    font-family: 'Courier New';
}

.fa-info-circle {
    vertical-align: middle;
}

.fa-warning {
    vertical-align: middle;
}

.nav.navbar-nav li a
{
    font-size: 16px;
    color: white;
}

.navbar-right {
    margin-right: 0px;
}

.dropdown-menu > li > a:hover
{    
    color: black;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: white;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.fa
{
    color: darkslategray;
}

/*.dataTables_filter {
    float: right;
    text-align: right;
}*/

/*.dataTables_paginate
{
    float: right;
    text-align: right;
    white-space: nowrap;
}*/

/*.dataTables_info {
    float: left;
    text-align: left;
    white-space: nowrap;
}*/

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: whitesmoke;
}

tr {    
    font-size: 13px;    
}

.pagination > li.active > a, .pagination > li.active > span
{
    background-color: rgb(52, 160, 188);
}

.pagination a:hover
{
    background-color: rgb(24, 192, 229) !important;
}

.reportViewer {
    height: 100% !important;
}

.well {
    font-size: 17px;
    /*font-weight:bold;*/
    background-color: rgba(255,255,255,0.70);
}

.card {
    font-size: 17px;
    background-color: rgba(255,255,255,0.70);
    border-radius: .25rem !important;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 1px;
}

html, body, .container {
    height: 100%;
}

.container {
    display: table;
    vertical-align: middle;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

/*Change background colour*/
.datepicker {
    background-color: #fff;
    color: #333;
}

/*Change the days colour*/
.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    color: black;
}

/*Hover state of days*/
datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background-color: lightgray;
    cursor: pointer;
}

/*Changing old days of previous month or days of next month*/
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: gray;
}

/*Current day*/
.datepicker table tr td.today {
    color: #000000;
    background-color: lightgray;
    border-color: lightgray;
}

/*Hover state of current day*/
.datepicker table tr td.today:hover {
    color: #FFFFFF;
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: white;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: lightgray;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table tr th {
    color: #000000;
}