﻿.mouse-pointer {
    cursor: pointer !important;
}

.mvc-button {
    cursor: pointer !important;
    width: 70px !important;
    height: 20px !important;
    border-width: 0 !important;
    
    background-size: 100% 100% !important;
    background-position: center;
}

.mvc-button-small {
    width: 50px !important;
    height: 14px !important;
}

.mvc-modal-content {
    max-height: 500px;
    overflow-y: auto !important;
}

.bg-white {
    background-color: white !important;
    background-image: none !important;
}

/* make jQuery modal work with old styles */
.ui-widget-overlay {
    position: fixed;
}

.ui-dialog.ui-widget-content {
    border: 0 !important;
    background: none !important;
}

.ui-dialog.ui-widget-content a {
    text-decoration: none;
    color: #005a84;
}

.ui-dialog.ui-widget-content a:hover {
    text-decoration: none;
    color: #ff9100;
}

.ui-dialog.ui-widget-content a:active {
    outline-style: none;
}

.ui-dialog .ui-dialog-content {
    border: 0;
    padding: 0 0 !important;
    background: none;
    overflow: hidden;
    zoom: 1;
}
/* make jQuery modal work with old styles */

/* jQuery DatePicker */
.ui-datepicker.ui-widget {
    font-size: 0.8em !important;
}

.ui-state-hover {
    background: none !important;
}

.ui-datepicker-calendar a.ui-state-default.ui-state-highlight {
    background-color: rgb(238, 249, 227) !important;
    border-color: rgb(238, 249, 227) !important;
}

.ui-datepicker-calendar a.ui-state-default.ui-state-active {
    background-color: rgb(223, 244, 253) !important;
    border-color: rgb(223, 244, 253) !important;
}

.ui-datepicker-calendar a.ui-state-default.ui-state-hover {
    background-color: rgb(12, 163, 224) !important;
    border-color: rgb(12, 163, 224) !important;
}

.ui-datepicker-calendar a.ui-state-default {
    background-color: rgb(245, 248, 250) !important;
    background-image: none;
}

.ui-datepicker-header {
    background-color: rgb(245, 248, 250) !important;
    background-image: none !important;
    border-radius: 0;
}

.ui-datepicker {
    z-index: 9999 !important;
}

#ui-datepicker-div {
    display: none;
}

/* jQuery DatePicker */
/* make old styles work with jQuery */
.modalPopup .header-wrap {
    cursor: default !important;
}

li.AspNet-Menu-Leaf {
    list-style-type: none !important;
}

.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Leaf a.AspNet-Menu-Link:hover:not(.AspNet-Menu-Selected) {
    border-bottom: 4px solid #334bff;
    color: #1c0d0d;
    padding-bottom:5px;
}

body {
    height: 100% !important;
    min-height: 100% !important;
}
/* make old styles work with jQuery */