﻿a {
    text-decoration: none;
}

.loader-page {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-top: 0;
    background: rgba( 255, 255, 255, .8 );
}


.loader-page .loader-body {
    margin: 15% auto 0;
    width: 30%;
    min-height: 100px;
    min-width: 300px;
}

.loader-page .loader-content {
    margin: 0 auto 50px;
    min-height: 100px;
}

    .loader-page .loader-content img {
        max-width: 100%;
        height: auto;
    }

.loader-page .loader-content-2 {
    margin: 0 auto;
    min-height: 170px;
}

.loader-page .loader-txt p {
    text-align: center;
    font-weight: 500;
}

.loader-page .loader-txt p.lt-1 {
    color: #1B4298;
    font-size: 1.3em;
    line-height: 1.2em;
}

.loader-page .loader-txt p.lt-1 strong {
    font-weight: 700;
}

.loader-page .loader-txt p.lt-2 {
    color: #6cace4;
    font-size: 1em;
}

body.loading .loader-page {
    overflow: hidden;
}

body.loading .loader-page {
    display: block;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-datepicker table {
    font-size: .85em !important;
}

.ui-datepicker {
    z-index: 999 !important;
}

.ui-widget-content {
    color: #707070 !important;
}

.ui-widget-header {
    border: 1px solid #ff6a24;
    background: #ff6a24;
    color: #fff;
}

.ui-widget-header .ui-state-focus {
    border: 1px solid #e45c1c !important;
    background: #e45c1c url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x !important;
    color: #fff !important;
}

.ui-widget-header .ui-state-hover {
    border: 1px solid #e45c1c !important;
    background: #e45c1c url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x !important;
    color: #fff !important;
}

.ui-datepicker-prev.ui-corner-all:hover {
    margin-top: 2px;
}

.ui-datepicker-next.ui-corner-all:hover {
    margin-top: 2px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #e5e5e5;
    background: #f6f6f6;
    color: #707070;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    color: #2b2b2b;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #ffd0ba;
    background: #ffd0ba;
    color: #707070;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #ff6a24;
    background: #ff6a24;
    color: #ffffff;
}
