﻿/* Font Sizes
8px = 0.5714rem
9px = 0.6429rem
10px = 0.7143rem
11px = 0.7857rem
12px = 0.8571rem
13px = 0.9286rem
14px = 1rem (base)
15px = 1.071rem
16px = 1.143rem
18px = 1.286rem
20px = 1.429rem
22px = 1.571rem
24px = 1.714rem
26px = 1.857rem
28px = 2rem
30px = 2.143rem
32px = 2.286rem
34px = 2.429rem
36px = 2.571rem
38px = 2.714rem
40px = 2.857rem
*/
/* basic elements */
html {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.52857143;
    color: #515253;

}

header {
    background-color: #545d64;
    position: relative;
    height: 60px;
}
hr {
    height: 1px;
    color: #ccc;
    background-color: rgba(0,0,0,.15);
    border: none;
}

.navbar-brand {
    float: left;
    padding: 14px 16px;
    font-size: 18px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.sub-header {
    position: relative;
    position: relative;
    background: #f5f5f5;
    border-bottom: 1px solid #e1e6ef;
    line-height: 39px;
    display: block;
    z-index: 1;
}

.content-wrap {
    position: relative;
    display: block;
    height: 100%;
}

.content-wrap > .aside {
    position: absolute;
    height: auto;
    min-height: 100%;
    height: 100%;
    width: 250px;
    top: 0;
    left: 0;
}
.main-content-container {
    padding: 8px;
}

#wrapper.expanded .content-wrap > .aside {
    display: none;
}

.quick-search {
    display: block;
    float: left;
    padding: 10px 14px;
}

.quick-search i {
    color: #fff;
    padding: 8px;
    font-size: 18px;
}

.quick-search [type='text'] {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #cacaca;
    border-radius: 0;
    height: 2rem;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.quick-search select {
    display: inline-block;
    padding: 4px;
    height: 32px;
    background: #545d64;
    border: 1px solid #545d64;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
}

.panel-tools {
    float: right;
    display: block;
}

.panel-tools ul.tools-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.panel-tools ul.tools-list li {
    display: block;
    position: relative;
    float: left;
}

.panel-tools ul.tools-list li > a {
    padding: 18px;
    font-size: 18px;
    position: relative;
    max-height: 55px;
    min-height: 55px;
    text-align: center;
    color: #fff;
}

.panel-tools ul.tools-list li > a:hover {
    background: rgba(255,255,255,.2);
}

.panel-tools ul.tools-list li span.environment-name {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-right: 14px;
}

.panel-tools li.is-active .popdown-menu {
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
/* color picker */
.popdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 2px;
    transition: all 150ms linear;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    transform: translateY(-2px);
    color: #a5b5cb;
}

.dropdown.active a {
    background: rgba(255,255,255,.2);
}

.dropdown .popdown-menu {
    transition: all 150ms linear;
    margin-top: -20px;
    opacity: 0;
    visibility: hidden;
    display: block;
}

.popdown-menu.popdown-menu-right {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    top: 64px;
    right: 0;
}

.dropdown.active .popdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 1px;
    background: #fff;
    top: 45px;
}

.dropdown .popdown-menu.popdown-menu-lg-menu {
    min-width: 340px;
    max-width: 340px;
    height: auto;
}

.popdown-menu .popdown-menu-header {
    position: relative;
    margin-bottom: 10px;
    background-color: #fff;
    border-bottom: 1px solid #e4eaec;
    text-align: center;
}

.popdown-menu .popdown-menu-header h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.popdown-menu li {
    padding: 5px 8px;
    display: block;
    float: none !important;
}

.panel-tools li {
    display: block;
}

.color-container {
    background: #EEF5F9;
    height: 100%;
    padding: 20px;
    overflow-x: hidden;
}

.color-option-check > label > input[type=radio] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.color-option-check > label {
    display: block;
    position: relative;
    margin: 0 10px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    cursor: pointer;
}
.color-option-check > label > .icon-check {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -20px;
    margin-left: -10px;
    text-align: center;
    font-size: 1.33333333em;
    vertical-align: -15%;
    color: #fff;
    opacity: 0;
}
.color-option-check > label > .split {
    display: block;
}
.color-option-check > label > .split:after, .color-option-check > label > .split:before {
    content: " ";
    display: table;
}
.color-option-check > label > .split:after {
    clear: both;
}
.color-option-check > label > .split > .color {
    display: block;
    height: 37.5px;
}
.color-option-check > label > .split > .color:first-child {
    border-right: 1px solid rgba(0,0,0,.05);
    float: left;
    width: 25%;
}
.color-option-check > label > .split > .color:last-child {
    float: right;
    width: 73%;
}
.color-option-check > label > .color {
    display: block;
    height: 18px;
}
.bg-primary-theme-a {
    background: #545d64;
}
.bg-primary-theme-b {
    background: #082c50;
}
.bg-primary-theme-c {
    background: #23b7e5;
}
.bg-primary-theme-d {
    background: #5867C3;
}
.bg-shade-theme-a {
    background: #fff;
}
.bg-shade-theme-b {
    background: #fff;
}
.bg-shade-theme-c {
    background: #fff;
}
.bg-shade-theme-d {
    background: #fff;
}
.bg-menu-white {
    background: #e1e6ef;
}
/* quick search */
.quick-search .rci-link {
    color: #fff !important;
    text-decoration: none;
    margin-right: 8px;
}

.quick-search .rci-link:after {
    content: '|';
    color: #2D557C;
    padding-left: 6px;
    font-size: 18px;
}

.breadcrumb a, .breadcrumb li {
    font-size: .825rem;
    line-height: 40px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 4px;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb span.current-node li a {
    color: #999 !important;
}

.sor-nav-toggle {
    cursor: pointer;
    overflow: hidden;
    width: 50px;
    height: 40px;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    border: none;
    border-radius: 0;
    line-height: 50px;
    float: left;
    color: #3d4a5d;
    background: transparent;
    box-shadow: none;
}
.sub-header .sor-nav-toggle i {
    font-size: 24px;
    line-height: 2em;
    height: 50px;
    position: absolute;
    top: -4px;
    left: 15px;
    transition: all 150ms;
    -webkit-font-smoothing: antialiased;
}

#wrapper.expanded .sub-header .sor-nav-toggle i:before {
    transform: rotate(180deg);
}
/* Main Nav*/
#nav {
    width: 250px;
    margin-left: 8px;
}

#nav .treeview {
    margin: 15px 0
}

#nav .treeview ul:first-of-type {
    margin: 0 0 0;
    padding: 0;
    display: block;
}

#nav .treeview ul > li > ul > li {
    position: relative;
}

#nav .treeview li > div {
    padding: 0;
}

/*#region Layout*/
.site-map-list {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.site-map-form {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    margin-top: 20px;
}

#dMenu {
    position: relative;
    display: block;
    width: 190px;
    padding: 5px 15px 10px 10px;
}

#dContent {
    margin-left: 250px;
    padding-bottom: 20px;
    padding-left: 1rem;
}

#wrapper.expanded .content-wrap > .main-content-container {
    margin-left: 8px;
}

/*#endregion*/

/*#region General */
h1, h2, h3, h4, h5, h6 {
    color: #656565;
    font-weight: 700;
}

th {
    text-align: left;
    font-weight: bold;
}

p {
    margin-top: 0;
    text-align: justify;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

a:link, a:visited {
    color: #23b7e5;
}

a:hover, a:active {
    color: #4279dd;
}

input[type="button"], input[type="submit"], input[type="reset"], button {
    padding: 8px 10px;
    border-width: 1px;
    border-style: solid;
    position: relative;
    border-color: #b3b3b3;
    color: #333;
    border-radius: 3px;
    background-color: #e6e6e6;
    cursor: pointer;
}

input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], select {
    background-color: #fff;
    border: 1px solid #e5e6e7;
    border-radius: 0;
    color: #444;
    padding: 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
input[type="button"], input[type="submit"], input[type="reset"], button {
    padding: 4px 14px;
    margin-bottom: 0;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}
.jquery-link {
    color: #00156e;
    cursor: pointer;
}

acronym {
    border-bottom: none;
}

.error, .required {
    color: #D11333;
    font-weight: bold;
    font-size: 100%;
}

.negative-number {
    color: #D11333;
}

.note {
    font-size: smaller;
    color: #7D775C;
}

.note-highlighted {
    font-size: smaller;
    color: red;
}

.bold {
    font-weight: bold;
    font-size: 95%;
}

.textBold {
    font-weight: 700;
}

.AutoShrink {
    width: auto !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after {
    clear: both;
}

.defaultspacing {
    margin-left: 8px;
}

div.AutoShrink {
    float: left;
}

.box-content {
    padding: 8px;
}

.tab-content-block {
    padding: 14px;
}

.box-content span {
    font-weight: bold;
    font-size: 12px;
}

.box-content span.disable {
    color: #008000;
}

.box-content span.enable {
    color: #ff4500;
}

/*#endregion */

/*#region specific divs */
#container {
    background: #FFF url( '../images/bg.gif' );
    background-repeat: repeat-y;
    width: 1300px !important;
    width: /**/ 1300px !important; /* IE5/Win */
    border-bottom: 5px solid #FFF;
    position: relative;
    font-size: 110%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0;
    padding-bottom: 0;
}

#intro {
    min-width: 470px;
    padding-left: 20px;
    padding-top: 20px;
}

#preamble {
    clear: right;
    padding: 0px 10px 0 10px;
    height: 800px;
}

#pageHeader {
    padding-top: 30px;
    font-weight: bold;
}

#line {
    border-bottom: 1px dashed #C39C4E;
    width: 400px;
}

#footer {
    text-align: center;
    height: 200px;
}

.Calendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: #ffffff;
}

.Calendar .ajax__calendar_day {
    background-color: #e5ddbf;
    border: 1px solid;
    border-color: White;
}

.Calendar .ajax__calendar_body {
    border: 2px solid;
    border-color: White;
}

.Calendar .ajax__calendar_hover .ajax__calendar_day {
    background-color: #f9f7ea;
    color: #0066cc;
}

.Calendar .ajax__calendar_hover .ajax__calendar_month {
    background-color: #e5ddbf;
    color: #0066cc;
}

.Calendar .ajax__calendar_hover .ajax__calendar_year {
    background-color: #e5ddbf;
    color: #0066cc;
}

.Calendar .ajax__calendar_today {
    color: Red;
}

.question {
    font-size: 12px;
    padding-bottom: 4px;
    padding-top: 15px;
}

.infoheader {
    color: #003399;
    font-size: 14px;
    font-weight: bold;
    border-bottom: #CCCCCC 1px dotted;
    padding-bottom: 3px;
    padding-top: 15px;
    margin-bottom: 10px;
}

.largeRed {
    font-weight: bold;
    color: #ff0000;
    font-size: 16px;
}

.QuickSearch {
    position: absolute;
    left: 700px;
    top: 20px;
}

.application-environmentdisplay:before {
    content: attr(description) ": ";
}

.application-environmentdisplay:after {
    content: " - ";
}

.application-environmentdisplay {
    font-weight: 700;
    color: #0066cc;
    font-size: 1.5em;
}
/*#endregion*/

/*#region AJAX Control Toolkit */

/* Modal Popup */
.modalBackground {
    background-color: black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    padding: 4px;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: black; /* Add a border radius */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.modalPopupCloseButton {
    position: absolute;
    bottom: 4px;
    right: 2px;
}

.modalPopupCloseButtonView {
}
/* END Modal Popup */

/* AJAX Calendar */
.CalendarContainer table tr td {
    padding: 1px;
    margin: 0px;
}
/* END AJAX Calendar */

/* Textbox Watermark */
.watermark {
    background-color: #F0F8FF;
    color: gray;
}
/* END Textbox Watermark */

/*#endregion */

p.ResortPhoto {
    text-align: center;
}

div.ScrollingBox {
    padding: 5px;
    position: relative;
    overflow-x: auto;
    overflow-y: scroll;
}

ul.inline {
    margin-left: 0;
    padding-left: 0;
    display: inline;
}

ul.inline > li {
    margin-left: 0;
    padding: 3px 15px;
    border-left: 1px solid #000;
    list-style: none;
    display: inline;
}


ul.inline > li.first {
    margin-left: 0;
    border-left: none;
    list-style: none;
    display: inline;
}

p.FormSaveButtons {
    margin: 20px 0px 20px 20px;
}

fieldset > p > label, fieldset > div > p > label, fieldset > div > div > p > label, label.infolabel {
    display: block;
    float: left;
    width: 8em;
    text-align: right;
    margin-right: 5px;
    height: 1em;
    font-weight: 600
}

fieldset > p > input[type="text"], fieldset > div > p > input[type="text"], fieldset > p > input[type="text"], fieldset > div > div > p > input[type="text"] {
    width: 250px;
    border: solid 1px lightgrey;
}

label.infolabel-tall, label.infolabel-supertall {
    display: block;
    float: left;
    width: 8em;
    text-align: right;
    margin-right: 5px;
    height: 1em;
    height: 5em;
}

fieldset > p > label, fieldset > div > p > label, fieldset > div > div > p > label, label.infolabel-autoheight {
    display: block;
    float: left;
    width: 8em;
    text-align: right;
    margin-right: 5px;
    font-weight: 600;
}

label.infolabel-supertall {
    height: 10em;
}

fieldset {
    border: none !important;
    padding: 8px;
}

fieldset > legend {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 10px;
    width: 100%;
}

fieldset.inner-form > legend > a {
    float: right;
    display: block;
        font-size: .7857rem;
    margin-top: 18px;
}

fieldset.inputform {
    min-height: 350px;
    margin: 0px;
    border: none;
}

fieldset.inputform.inner-form {
    min-height: 0;
}

fieldset.inputform p label {
    min-width: 120px;
}

fieldset#fldMiniSite {
    min-width: 600px;
    max-width: 700px;
    margin-right: 20px;
}

fieldset.DisplayForm > p, fieldset.DisplayForm > div > p {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

.BlockMargin {
    margin-left: 14em;
    margin-right: 4em;
}

fieldset.DisplayForm {
    min-height: 500px;
    margin: 10px;
    padding: 0px;
    padding-bottom: 30px;
    font-size: .7857rem;
}

fieldset.DisplayForm > legend {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #7D775C;
    padding-bottom: 10px;
}

fieldset.DisplayForm > p > label, fieldset.DisplayForm > div > p > label, fieldset.DisplayForm > div > div > p > label {
        font-size: 0.7857rem;
    color: #999999;
    display: block;
    float: left;
    width: 12em;
    text-align: right;
    margin-right: 10px;
    height: 1em;
}


ul#PipeNav {
    margin-top: 0px;
    margin-bottom: 10px;
    display: block;
}

p#SaveUploadButtons {
    padding-right: 10px;
}

ul#PipeNav > li:hover {
    background-color: #D3D3D3;
    margin-bottom: 10px;
}

div#ExResortPhotosContainer {
    height: 335px;
    width: 360px;
}

fieldset#ExResortPhotos {
    width: 570px;
    padding: 10px;
}

fieldset#ReorderResortPhotos {
    float: left;
    width: 150px;
}

fieldset#ExResortUpload {
    width: 370px;
}

div.DebugContainer { /*background-color: red;
	color: White;
	border: solid 1px maroon;
	padding: 5px;
	margin-bottom: 10px;*/
    font-weight: bold;
    text-align: left;
    color: red;
}

div.messsage-container {
    margin: 1em 0;
}

div.PictureBoxRight {
    border: solid 1px gray;
    background-color: #F0F8FF;
    padding: 5px;
    overflow: hidden;
    margin-right: 10px;
}

div.PictureBoxRight > img {
    float: left;
    margin-right: 10px;
}

div.PictureBoxRight > p.Title {
    font-size: 14px;
    font-weight: bold;
    color: #003399;
    margin: 0px;
}

div.PictureBoxRight > ul {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 12px;
    list-style: none;
}

div.SelectionList-Item {
}

div.SelectionList-Item > p.SelectionList-Item-PrimaryContent {
    font-size: 10pt;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

div.SelectionList-Item > p.SelectionList-Item-SecondaryContent {
    margin: 0px;
    padding: 0px;
}

div#Content-InnerNav {
    left: 0px;
    top: 0px;
}

div#Content-Editor {
    left: 300px;
    right: 0px;
    top: 0px;
    position: absolute;
    height: 700px;
    padding: 0px;
}

div#EditorContainer {
    position: absolute;
    left: 220px;
    right: 0px;
    top: 94px;
}

div.QuickSelect-NoResults {
    border: solid 1px #D3D3D3;
    padding: 5px;
    margin-top: 3px;
    margin-right: 5px;
    margin-bottom: 10px;
    background-color: #F0F0F0;
}

div.QuickSelect-MultiCheck {
    margin-right: 10px;
}

p.QuickSelectItem-PrimaryContent {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

p.QuickSelectItem-SecondaryContent {
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
    color: Gray;
}

div.QuickSelect-Container {
    position: relative;
    width: 450px;
    display: block;
}

div.QuickSelect-Container > input[type="text"] {
    border: solid 1px #D3D3D3;
}

div.QuickSelect-Container > input[type="submit"] {
    border: solid 1px #D3D3D3;
    margin-left: 4px;
    height: 20px;
}

div.QuickSelect-Container > ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
}

div.QuickSelect-Container > ul > li {
    padding: 4px;
    margin: 0px;
    margin-bottom: 3px;
    font-size: 12px;
    padding-left: 5px;
    border-bottom: solid 1px #D3D3D3;
}

div.QuickSelect-Container > ul > li:hover {
    cursor: pointer;
    background-color: #F0F0F0;
}

a.Level1Nodes, .Level1Nodes {
    color: Gray;
    font-size: 11pt;
}

a.Level1Nodes:hover, .Level1Nodes:hover {
    text-decoration: underline;
}

a.Level2Nodes, .Level2Nodes,
a.Level3Nodes, .Level3Nodes {
    color: #4279dd;
    font-size: 11pt;
}

a.Level2Nodes :hover, .Level2Nodes :hover,
a.Level3Nodes :hover, .Level3Nodes :hover {
    text-decoration: underline;
}

a.SelectedNode, .SelectedNode {
    color: #4279dd;
    font-weight: bold;
    font-size: 12pt;
}

.ValErr {
    background-color: lemonchiffon;
    z-index: 999;
    position: inherit;
}

fieldset#Address {
    width: 280px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    border: 1px solid #C0C0C0;
}

fieldset#Address > legend, fieldset#Phone > legend, fieldset#PhoneList > legend, fieldset#AddressList > legend {
    font-size: 10pt;
}

input.Address-Line, input.Address-City, input.Address-State, input.Address-Zip, input.Address-Country, input.Address-FirstName, input.Address-LastName {
    border: solid 1px #D3D3D3;
}

input.Address-Line {
    width: 250px;
}

input.Address-City {
    width: 250px;
}

input.Address-FirstName {
    width: 100px;
}

input.Address-LastName {
    width: 141px;
    margin-left: 5px;
}

input.Address-State {
    width: 150px;
}

input.Address-Zip {
    width: 91px;
    margin-left: 5px;
}

input.Address-Country {
    width: 250px;
    margin-bottom: 5px;
}

span.Over, label.Over {
    margin-top: 5px;
    display: block;
}

.search-list-box {
    width: 350px;
}

div.SearchList-SearchOptions {
    padding: 2px;
    background-color: #F0F0F0;
    border-right: solid 1px #D3D3D3;
    border-top: solid 1px #D3D3D3;
    border-left: solid 1px #D3D3D3;
    position: relative;
}

div.SearchList-SearchOptions > input[type="text"] {
    width: 225px;
    border: solid 1px #D3D3D3;
    display: inline-block;
}

div.SearchList-Filter .searchList-filter-dropdown,
div.SearchList-Filter select {
    width: 260px;
}

div.SearchList-Filter {
    margin-top: 5px;
}

div.SearchList-Status {
    margin-top: 5px;
}

div.SearchList-SearchData {
    width: 325px;
    border: solid 1px #D3D3D3;
}

div.SearchList-Pager {
    padding: 6px;
    background-color: #F0F0F0;
    border-right: solid 1px #D3D3D3;
    border-bottom: solid 1px #D3D3D3;
    border-left: solid 1px #D3D3D3;
    text-align: center;
}

.settings-table-section-table {
    border-collapse: collapse;
}

.culture-table tr td {
    width: 275px;
    vertical-align: top;
    padding: .5rem;
}

.culture-table tr td select, 
.culture-table tr td label {
    display: block;
}

.culture-table tr td span.inline label {
    display: inline;
}

.culture-table tr td select {
    margin: 8px 0;
}

.vacationclub-theme-setting {
}

.vacationclub-theme-setting span {
    margin: 4px 0;
    display: block;
}

.vacationclub-theme-setting span.label {
    font-weight: 700;
}

.vacationclub-theme-setting select {
    padding: 4px;
}

.color-sample {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    vertical-align: middle;
    border-radius: 50%;
}

.settings-table-section-table td {
    vertical-align: middle;
}

.Grid-RowStyle {
    background-color: #F0F8FF;
}

.Grid-RowStyle-Alternate {
    background-color: #FFFFFF;
}

.Grid-RowStyle-RedText {
    font-weight: bold;
    color: red;
}

.Grid-RowStyle-RedBackground {
    background-color: #F2DEDE !important;
}

.Grid-RowStyle-PurpleBackground {
    background-color: #d2b5f0 !important;
}

.Grid-RowStyle-Highlight {
    font-weight: bold;
}

.Grid-RowStyle-RedBackground td,
.Grid-RowStyle-RedText td,
.Grid-RowStyle-PurpleBackground td,
.Grid-RowStyle-Highlight td {
    border-color: #D0D7E5;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: 7px;
}

.Grid-CellStyle-Passive {
    color: silver;
}

.Grid-CellStyle-highlight {
    font-weight: bold;
}

.NavGrid-RowStyle {
    background-color: #F0F8FF;
    cursor: pointer;
}

.NavGrid-RowStyle-Alternate {
    background-color: #FFFFFF;
    cursor: pointer;
}

.NavGrid-RowStyle, .NavGrid-RowStyle-Alternate, .NavGrid-SelectedRow {
    padding: 4px;
}

.NavGrid-RowStyle:hover, .NavGrid-RowStyle-Alternate:hover {
    background-color: #D3D3D3;
}

.NavGrid-SelectedRow {
    background-color: #4279dd;
    color: #FFFFFF;
}

.SearchList-SearchResults,
.search-list-box #ctl00_cContent_SearchList_gvList {
    width: 100%;
}

.SearchListItem-PrimaryContent {
    font-size: 13px;
    margin: 0;
    padding: 2px 6px;
    font-weight: 600
}

.SearchListItem-SecondaryContent {
    font-size: 12px;
    margin: 0;
    padding: 0 6px;
}

.ajax__tab_default .ajax__tab_header {
    white-space: normal !important;
}

a.ajax__tab_tab {
    color: #000;
}

.bigUpdateProgress {
    position: absolute;
    text-align: center;
    background-color: White;
    vertical-align: middle;
    position: absolute;
    top: 20%;
    left: 30%;
    font-size: x-small;
    z-index: 1;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border: solid 1px #D3D3D3;
}

div.Home-Image {
    position: absolute;
    top: 7px;
    left: 10px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

div.Home-Image:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

div.Home-Image img {
    border: none;
}

div#HideMenuButton {
    background-image: url(/images/MenuHide-0.png);
    height: 22px;
    width: 143px;
    position: absolute;
    left: 37px;
    bottom: 5px;
}

div#HideMenuButton:hover {
    background-image: url(/images/MenuHide-1.png);
}

.report-cell-action-button {
    text-align: right;
}

.report-inner-detail-table-default-value {
    background-color: #f47b2c;
    color: #fff;
    font-weight: bold;
    padding: 2px;
}

.report-inner-detail-table-default-value a {
    color: #fff !Important;
}

.report-inner-detail-table {
    width: 100%;
    border-collapse: collapse !important;
}

.report-inner-detail-table th,
.report-inner-detail-table .header-cell {
    background-color: #f47b2c;
    color: #fff;
    font-weight: bold;
    border: 1px solid #f47b2c !important;
}

.report-inner-detail-table td {
    border: 1px solid #f47b2c;
    border: 1px solid #f47b2c !important;
    padding: 2px !important;
}

.report-inner-detail-table td.no-border-cell {
    border: none !important;
    font-weight: bold;
    text-align: right;
}

.report-inner-detail-table .highlight td {
    font-weight: bold;
    background-color: #fddeca;
}

.report-inner-detail-table .icon-ok {
    display: inline-block;
    width: 18px;
    height: 17px;
    background: transparent url('/images/icon-ok.png') no-repeat;
}

/*#region Reorder List */
.reorderlist li {
    margin-bottom: 5px;
    list-style-type: none;
}

.reorderlistitem {
    margin-left: 10px;
    font-size: 14px;
    text-align: left;
}

.reordercue {
    border: dashed thin black;
    width: 100%;
    height: 25px;
}

.draghandle {
    width: 15px;
    height: 15px;
    background-color: Blue;
    cursor: move;
    border: outset thin white;
}
/*#endregion */

ul.QuickLinks-List {
    list-style: none;
    margin: 0px 0px 0px 5px;
    padding: 0px;
    font-family: Sans-Serif;
    font-size: 10pt;
}

ul.QuickLinks-List > li {
    padding-bottom: 3px;
}

ul.QuickLinks-List > li > a:link, ul.QuickLinks-List > li > a:visited, ul.QuickLinks-List > li > a:active {
    text-decoration: none;
}

ul.QuickLinks-List > li > a:hover {
    text-decoration: underline;
}

div#RCIInfo > div, div#RCIInfo > div > div {
    margin-bottom: 50px;
    font-size: 11pt;
}

div#RCIInfo > div > p:first-child, div#RCIInfo > div > div > p:first-child {
    margin-bottom: 10px;
    padding-bottom: 0px;
}

div#RCIInfo > div > p > label, div#RCIInfo > div > div > p > label {
    font-size: 10pt;
    color: #999999;
    display: block;
    float: left;
    width: 9em;
    text-align: right;
    margin-right: 5px;
    height: 1em;
}

.adminlogin {
    line-height: 18px;
    margin-bottom: 10px;
    border: solid 1px gray;
    background-color: #F0F0F0;
    padding: 0px 0px 10px 0px;
    width: 300px;
}

.adminlogin-Name {
    font-size: 10pt;
    font-weight: bold;
    background-color: Gray;
    color: White;
    padding: 3px;
    margin: 0px;
    display: block;
    height: 18px;
    margin-bottom: -15px;
}

.adminlogin-Phone {
    font-size: 10pt;
    margin-left: 5px;
    color: Gray;
}

.adminlogin-Title {
    font-size: 10pt;
    color: Gray;
    font-style: italic;
    margin-left: 5px;
}

.adminlogin-Email {
    font-size: 10pt;
    color: Gray;
    margin-left: 5px;
}

.adminlogin-Description {
    font-size: 8pt;
    margin-left: 10px;
}

.popuplist {
    border: solid 1px #000;
    background-color: #fff;
}

.popup-page {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .2);
    border-collapse: collapse;
    margin: 15px;
    padding: 10px;
}

.popup-page table > tbody > tr > td {
    padding: 5px;
}

.popup-page table > tbody > tr > td td td {
    padding: 2px 5px;
}

.divider-cell {
    width: 10px;
    border-right: 1px solid #CCCCCC;
}


.MyImageButton {
    cursor: pointer;
}

.TOCLink {
    text-decoration: none;
}

.TOCLink:link {
    color: #4279dd;
}

.TOCLink:hover {
    text-decoration: underline;
}

.TOCLink-Inactive:link {
    text-decoration: none;
}

.TOCLink-Inactive:link {
    color: Gray;
}

.TOCLink-Inactive:hover {
    text-decoration: underline;
}

.TOCLinkLarge {
    font-size: 14px;
}


.ContentBox {
    padding: 5px 5px 8px 6px;
    margin-bottom: 0;
    background: #EDF2F9 url(/images/bubbletop.png) repeat-x;
    border-top: solid 1px #D8DDE5;
    border-left: solid 1px #D8DDE5;
    border-right: solid 1px #D8DDE5;
    color: #333;
}

div.LegArrowLeft {
    background: url('/images/LeftIcon-2.png');
    background-repeat: no-repeat;
    height: 90px;
    width: 180px;
    padding-left: 90px;
    position: absolute;
    top: 160px;
    padding-top: 20px;
    color: lightgrey;
}

div.LegArrowLeft:hover {
    background: url('/images/LeftIcon.png');
    background-repeat: no-repeat;
    color: Black;
    cursor: pointer;
}

div.LegArrowRight {
    background: url('/images/RightIcon-2.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 90px;
    width: 180px;
    text-align: right;
    padding-right: 90px;
    padding-top: 40px;
    position: absolute;
    right: 15px;
    top: 130px;
    vertical-align: middle;
    color: lightgrey;
}

div.LegArrowRight:hover {
    background: url('/images/RightIcon.png');
    background-repeat: no-repeat;
    background-position: right;
    color: Black;
    cursor: pointer;
}

/*#region MAPS */
.usmap {
    position: absolute;
    top: 500px;
    left: 0px;
}

.canadamap {
    position: absolute;
    top: 500px;
    left: 700px;
}

.bookinglocations {
    position: absolute;
    top: 1000px;
    left: 0px;
}

.usmapalabama, .usmapalaska, .usmaparizona, .usmaparkansas, .usmapcalifornia, .usmapcolorado, .usmapconnecticut, .usmapdelaware, .usmapwashingtondc,
.usmapflorida, .usmapgeorgia, .usmaphawaii, .usmapidaho, .usmapillinois, .usmapindiana, .usmapiowa, .usmapkansas, .usmapkentucky, .usmaplouisiana,
.usmapmaine, .usmapmaryland, .usmapmassachusetts, .usmapmichigan, .usmapminnesota, .usmapmississippi, .usmapmissouri, .usmapmontana,
.usmapnebraska, .usmapnevada, .usmapnewhampshire, .usmapnewjersey, .usmapnewmexico, .usmapnewyork, .usmapnorthcarolina, .usmapnorthdakota,
.usmapohio, .usmapoklahoma, .usmaporegon, .usmappennsylvania, .usmaprhodeisland, .usmapsouthcarolina, .usmapsouthdakota, .usmaptennessee, .usmaptexas,
.usmaputah, .usmapvermont, .usmapvirginia, .usmapwashington, .usmapwestvirginia, .usmapwisconsin, .usmapwyoming,
.canadamapalberta, .canadamapbritishcolumbia,
.canadamaplabrador, .canadamapmanitoba, .canadamapnewbrunswick, .canadamapnewfoundland, .canadamapnorthwestterritories, .canadamapnovascotia,
.canadamapnunavut, .canadamapontario, .canadamapprinceedwardisland, .canadamapquebec, .canadamapsaskatchewan, .canadamapyukon {
    position: absolute;
    color: #F37736;
    font-weight: bold;
}

.maptopstate {
    color: red;
}

.usmapalabama {
    top: 770px;
    left: 445px;
}

.usmapalaska {
    top: 810px;
    left: 65px;
}

.usmaparizona {
    top: 770px;
    left: 135px;
}

.usmaparkansas {
    top: 770px;
    left: 375px;
}

.usmapcalifornia {
    top: 720px;
    left: 70px;
}

.usmapcolorado {
    top: 705px;
    left: 220px;
}

.usmapconnecticut {
    top: 636px;
    left: 630px;
}

.usmapdelaware {
    top: 665px;
    left: 610px;
}

.usmapwashingtondc {
    top: 698px;
    left: 610px;
}

.usmapflorida {
    top: 855px;
    left: 523px;
}

.usmapgeorgia {
    top: 765px;
    left: 475px;
}

.usmaphawaii {
    top: 905px;
    left: 200px;
}

.usmapidaho {
    top: 617px;
    left: 140px;
}

.usmapillinois {
    top: 660px;
    left: 400px;
}

.usmapindiana {
    top: 657px;
    left: 437px;
}

.usmapiowa {
    top: 660px;
    left: 357px;
}

.usmapkansas {
    top: 715px;
    left: 300px;
}

.usmapkentucky {
    top: 715px;
    left: 435px;
}

.usmaplouisiana {
    top: 800px;
    left: 370px;
}

.usmapmaine {
    top: 550px;
    left: 645px;
}

.usmapmaryland {
    top: 681px;
    left: 610px;
}

.usmapmassachusetts {
    top: 602px;
    left: 650px;
}

.usmapmichigan {
    top: 610px;
    left: 445px;
}

.usmapminnesota {
    top: 610px;
    left: 345px;
}

.usmapmississippi {
    top: 767px;
    left: 408px;
}

.usmapmissouri {
    top: 690px;
    left: 365px;
}

.usmapmontana {
    top: 575px;
    left: 190px;
}

.usmapnebraska {
    top: 670px;
    left: 290px;
}

.usmapnevada {
    top: 645px;
    left: 95px;
}

.usmapnewhampshire {
    top: 533px;
    left: 570px;
}

.usmapnewjersey {
    top: 650px;
    left: 615px;
}

.usmapnewmexico {
    top: 775px;
    left: 205px;
}

.usmapnewyork {
    top: 595px;
    left: 550px;
}

.usmapnorthcarolina {
    top: 730px;
    left: 580px;
}

.usmapnorthdakota {
    top: 575px;
    left: 285px;
}

.usmapohio {
    top: 677px;
    left: 470px;
}

.usmapoklahoma {
    top: 760px;
    left: 310px;
}

.usmaporegon {
    top: 598px;
    left: 70px;
}

.usmappennsylvania {
    top: 634px;
    left: 538px;
}

.usmaprhodeisland {
    top: 622px;
    left: 640px;
}

.usmapsouthcarolina {
    top: 770px;
    left: 550px;
}

.usmapsouthdakota {
    top: 597px;
    left: 283px;
}

.usmaptennessee {
    top: 733px;
    left: 459px;
}

.usmaptexas {
    top: 825px;
    left: 288px;
}

.usmaputah {
    top: 690px;
    left: 150px;
}

.usmapvermont {
    top: 550px;
    left: 545px;
}

.usmapvirginia {
    top: 707px;
    left: 515px;
}

.usmapwashington {
    top: 520px;
    left: 85px;
}

.usmapwestvirginia {
    top: 680px;
    left: 505px;
}

.usmapwisconsin {
    top: 592px;
    left: 390px;
}

.usmapwyoming {
    top: 610px;
    left: 202px;
}

.canadamapalberta {
    top: 730px;
    left: 785px;
}

.canadamapbritishcolumbia {
    top: 720px;
    left: 730px;
}

.canadamaplabrador {
    top: 700px;
    left: 1075px;
}

.canadamapmanitoba {
    top: 750px;
    left: 877px;
}

.canadamapnewbrunswick {
    top: 775px;
    left: 1125px;
}

.canadamapnewfoundland {
    top: 710px;
    left: 1125px;
}

.canadamapnorthwestterritories {
    top: 667px;
    left: 820px;
}

.canadamapnovascotia {
    top: 793px;
    left: 1120px;
}

.canadamapnunavut {
    top: 595px;
    left: 990px;
}

.canadamapontario {
    top: 780px;
    left: 963px;
}

.canadamapprinceedwardisland {
    top: 763px;
    left: 1125px;
}

.canadamapquebec {
    top: 780px;
    left: 1015px;
}

.canadamapsaskatchewan {
    top: 750px;
    left: 835px;
}

.canadamapyukon {
    top: 665px;
    left: 720px;
}
/*#endregion */

/*#region SYSTEM ALERTS */
#systemalerts {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 400px;
    background: #E9F0F8;
    padding: 0 7px 5px 7px;
    border: 1px solid #CCCCCC;
}

#systemalerts legend {
    padding: 0;
}

#systemalerts #systemalertslist .systemalertslistitem {
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #000;
}

#systemalerts #systemalertslist .systemalertslistitem .systemalertslistitemdate {
    font-weight: bold;
}

#systemalerts #systemalertslist .systemalertslistitem .systemalertslistitemclear {
    float: right;
}

table#noticecategory {
    border-width: 2px;
    border-style: solid; /* Add a border radius */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; /* Add a box shadow */
    box-shadow: 3px 3px 3px #888;
    -moz-box-shadow: 3px 3px 3px #888;
    -webkit-box-shadow: 3px 3px 3px #888;
}

table#noticecategory th {
    padding: 2px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.noticeheader {
    font-size: 18px;
}

.nonoticesmessage {
    padding-top: 8px;
    padding-bottom: 8px;
}
/*#endregion */

/*#region AJAX Control Toolkit */
.watermarked {
    color: Gray;
    background-color: #F0F8FF;
}

.tabcontainer, .tabcontainer fieldset {
    padding: 5px;
}

.revisionchanges {
    margin: 15px 0px;
    border-collapse: collapse;
}

.revisionchanges, .revisionchanges td, .revisionchanges th {
    border: solid 1px #000;
}

.revisionchanges th {
    color: #fff;
    background-color: #15628f;
    font-weight: bold;
}

.revisionchanges .changed, .revisionphotoschanged {
    background-color: #F7F7DE;
}

.ui-progressbar-value {
    background-image: url(/images/progressbaranimated.gif);
}

#amenitysummary {
    width: 200px;
    margin-left: 10px;
    padding: 10px;
    float: right;
}
/*#endregion */

/*#region General Table*/
.date-span-table-cell {
    min-width: 385px;
}
/*#endregion*/

/*#region override telerik*/
.gridData table {
    border-collapse: collapse !Important;
    border-style: none !Important;
    padding: 0px !Important;
    margin: 0px !Important;
}

.gridData td {
    margin: 0px !Important;
    padding: 0px !Important;
    border: none !Important;
    vertical-align: top !Important;
    font-size: 10px !Important;
}

.radgrid-daterange-filter-push-block {
    display: inline-block;
    width: 20px;
}

.rgExpCSV {
    background-position: 0 0 !important;
}

.ForceWordBreak {
    -ms-word-break: break-all;
    word-break: break-all; /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.rlbCheckAllItemsCheckBox {
    background-color: #4279dd;
    font-weight: bold;
}

.GridItemDropIndicator_Office2007 {
    z-index: 3005 !important;
}

.surpressedRow {
    color: #a0a0a0 !important;
}

.surpressedButHighlightedRow {
    color: #a0a0a0 !important;
}

.emphasizedRow {
    font-weight: bold !important;
}

.vipRow {
    background-color: #6CBB3C !important;
}

.weDoNotProvideCustomerServiceRow {
    background-color: #F75D59 !important;
}

.weDoNotProvideCustomerServiceRow {
    background-color: #F75D59 !important;
}

.Grid-RowStyle-RedText,
.Grid-RowStyle-RedText > td {
    font-weight: bold;
    color: red;
}

.Grid-RowStyle-RedBackground,
.Grid-RowStyle-RedBackground > td {
    background-color: #F2DEDE !important;
}

.Grid-RowStyle-PurpleBackground,
.Grid-RowStyle-PurpleBackground > td {
    background-color: #d2b5f0 !important;
}

.Grid-RowStyle-Highlight {
    font-weight: bold;
}

.Grid-RowStyle-RedBackground td,
.Grid-RowStyle-RedText td,
.Grid-RowStyle-PurpleBackground td,
.Grid-RowStyle-Highlight td {
    border-color: #D0D7E5;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: 7px;
}

.RadCalendarTimeView td {
    font: 14px "Segoe UI",Arial,Helvetica,sans-serif;
}

.vertical-scroll-only-grid .rgDataDiv {
    overflow-x: hidden !important;
}
/*#endregion*/

/*#region Search Box*/
.search-panel {
    margin-bottom: 20px;
    border: 1px solid silver;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
}

.search-panel table {
}

.search-panel > table > tbody > tr > td {
    padding: 8px;
}

.search-panel .button {
    margin-bottom: 5px;
}

.search-panel .boxed-header {
    background-color: #4279DD;
    padding: 4px;
    text-align: center;
    color: #fff;
    font-size: larger;
    border: 1px solid #4279DD;
}

.search-panel .boxed-left {
    border-left: 1px dashed #4279DD;
}

.search-panel .boxed-right {
    border-right: 1px dashed #4279DD;
}

.search-panel .boxed-bottom {
    border-bottom: 1px dashed #4279DD;
}
/*#endregion*/

/*#region Floated Panel*/
.control-panel {
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .2);
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    float: left;
}

.control-panel table {
}

.control-panel > table > tbody > tr > td {
    padding: 8px;
}

.control-panel .button {
    margin-bottom: 5px;
}

.control-panel .boxed-header {
    background-color: #4279DD;
    padding: 4px;
    text-align: center;
    color: #fff;
    font-size: larger;
    border: 1px solid #4279DD;
}

.control-panel .boxed-left {
    border-left: 1px dashed #4279DD;
}

.control-panel .boxed-right {
    border-right: 1px dashed #4279DD;
}

.control-panel .boxed-bottom {
    border-bottom: 1px dashed #4279DD;
}
/*#endregion*/

/*#region JQUERY CONTROLS */
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -99999999px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

#ui-datepicker-div {
    display: none;
}

.ui-datepicker {
    z-index: 11;
    width: 200px;
    padding: 10px 10px 10px 10px;
    color: #3D6DB6;
}

.ui-widget-content {
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
    background-image: none;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled .ui-state-default {
    color: #E0E0E0;
}

.ui-state-disabled .ui-icon {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0px;
    margin-bottom: 10px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 13px;
    margin: 1px 0;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
    margin-left: 0px;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    margin-left: 8px;
}

.ui-datepicker table {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    border-collapse: collapse;
    margin: 0px 0px 0px 0px;
}

.ui-datepicker th {
    border: 1px solid #3D6DB6;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    border: 0;
    background-color: #3D6DB6;
    color: #fff;
}

.ui-datepicker td {
    border: 0;
    padding: 0px;
    border: 1px solid #CCCCCC;
    height: 20px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    line-height: 22px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: #ffffff;
    font-weight: bold;
    color: #3D6DB6;
    outline: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    background-color: #3D6DB6;
    font-weight: bold;
    color: #ffffff;
    outline: none;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 0px;
    background-color: transparent;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0px;
}

.ui-datepicker .ui-datepicker-next {
    right: 0px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    top: 0px;
    cursor: pointer;
}

.ui-datepicker .ui-state-disabled span, .ui-datepicker .ui-state-disabled span {
    cursor: default;
}

.ui-datepicker .ui-datepicker-prev span {
    left: 0px;
}

.ui-datepicker .ui-datepicker-next span {
    right: 0px;
}

.ui-datepicker .ui-icon {
    width: 27px;
    height: 22px;
    background-image: url(/images/spritesmall.png);
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 3px;
    width: 27px;
    height: 22px;
}

.ui-datepicker .ui-widget-header .ui-icon {
    background-color: transparent;
    background-image: url(/images/spritesmall.png);
    background-repeat: no-repeat;
}

.ui-icon-circle-triangle-w, .ui-icon-circle-triangle-e {
    display: block;
}

.ui-icon-circle-triangle-w {
    background-position: -121px -154px;
}

.ui-icon-circle-triangle-e {
    background-position: -121px -176px;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    font-weight: bold;
    color: #fff;
    background-color: #3D6DB6;
    outline: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #000000;
    outline: none;
    text-decoration: none;
}

.ui-widget-content .ui-datepicker-today {
    background-color: #D7E4F3;
}

.ui-widget-content .ui-datepicker-today .ui-state-default {
    background-color: #D7E4F3;
    color: #333;
}

.ui-widget-overlay {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: #000;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.ui-autocomplete {
    cursor: default;
    z-index: 200 !important;
    max-width: 300px !important;
    position: absolute !important;
    padding: 0;
}

.ui-menu {
    list-style: none outside none;
}

.ui-menu .ui-menu-item {
    margin: 0;
}

.ui-menu .ui-menu-item a {
    display: block;
    line-height: 20px;
    padding: 3px;
    text-decoration: none;
    color: #000;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-focus {
    color: #fff;
}

.ui-menu .ui-menu-item .ui-corner-all {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.ui-menu .ui-menu-item .ui-state-hover,
.ui-menu .ui-menu-item .ui-state-focus {
    font-weight: normal;
}
/*#endregion*/

/*#region messaging*/
.alert {
    background-color: #FCF8E3;
    border: 1px solid #f25c2a;
    border-radius: 4px 4px 4px 4px;
    color: #f25c2a;
    margin-bottom: 18px;
    padding: 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-danger,
.alert-error {
    background-color: #F2DEDE;
    border-color: #B94A48;
    color: #B94A48;
}

.alert-success {
    background-color: #DFF0D8;
    border-color: #468847;
    color: #468847;
}

.alert-info {
    background-color: #D9EDF7;
    border-color: #3A87AD;
    color: #3A87AD;
}

.statistical-info {
    color: #D11333;
    font-weight: bold;
    margin-bottom: 20px;
}
/*#endregion*/

/*#region Buttons*/
.jump-to-section {
    margin-bottom: 20px;
}

.jump-to-section.bottom {
    margin-top: 20px;
}

.button-larger {
    font: 16px Arial;
    padding: 10px;
}

span.css-button,
a.css-button {
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    padding: 5px 9px;
}

span.css-button,
a.css-button:hover {
    color: #222;
    background: #ddd; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}

span.link-button {
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    color: Blue;
    text-decoration: underline;
}

h1 .link-button,
h3 .link-button {
    display: inline-block;
    font-size: 12px;
    color: #4279dd;
    margin-left: 30px;
    cursor: pointer;
}

.collapsed {
    display: none;
}

.rgCommandCell .link-button {
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    padding: 5px 9px;
}

.rgCommandCell .link-button:hover {
    color: #222;
    background: #ddd; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
/*#endregion*/

/*#region Icons */
[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 20px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("/Images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.icon-glass {
    background-position: 0 0;
}

.icon-music {
    background-position: -24px 0;
}

.icon-search {
    background-position: -48px 0;
}

.icon-envelope {
    background-position: -72px 0;
}

.icon-heart {
    background-position: -96px 0;
}

.icon-star {
    background-position: -120px 0;
}

.icon-star-empty {
    background-position: -144px 0;
}

.icon-user {
    background-position: -168px 0;
}

.icon-film {
    background-position: -192px 0;
}

.icon-th-large {
    background-position: -216px 0;
}

.icon-th {
    background-position: -240px 0;
}

.icon-th-list {
    background-position: -264px 0;
}

.icon-ok {
    background-position: -288px 0;
}

.icon-remove {
    background-position: -312px 0;
}

.icon-zoom-in {
    background-position: -336px 0;
}

.icon-zoom-out {
    background-position: -360px 0;
}

.icon-off {
    background-position: -384px 0;
}

.icon-signal {
    background-position: -408px 0;
}

.icon-cog {
    background-position: -432px 0;
}

.icon-trash {
    background-position: -456px 0;
}

.icon-home {
    background-position: 0 -24px;
}

.icon-file {
    background-position: -24px -24px;
}

.icon-time {
    background-position: -48px -24px;
}

.icon-road {
    background-position: -72px -24px;
}

.icon-download-alt {
    background-position: -96px -24px;
}

.icon-download {
    background-position: -120px -24px;
}

.icon-upload {
    background-position: -144px -24px;
}

.icon-inbox {
    background-position: -168px -24px;
}

.icon-play-circle {
    background-position: -192px -24px;
}

.icon-repeat {
    background-position: -216px -24px;
}

.icon-refresh {
    background-position: -240px -24px;
}

.icon-list-alt {
    background-position: -264px -24px;
}

.icon-lock {
    background-position: -287px -24px;
}

.icon-flag {
    background-position: -312px -24px;
}

.icon-headphones {
    background-position: -336px -24px;
}

.icon-volume-off {
    background-position: -360px -24px;
}

.icon-volume-down {
    background-position: -384px -24px;
}

.icon-volume-up {
    background-position: -408px -24px;
}

.icon-qrcode {
    background-position: -432px -24px;
}

.icon-barcode {
    background-position: -456px -24px;
}

.icon-tag {
    background-position: 0 -48px;
}

.icon-tags {
    background-position: -25px -48px;
}

.icon-book {
    background-position: -48px -48px;
}

.icon-bookmark {
    background-position: -72px -48px;
}

.icon-print {
    background-position: -96px -48px;
}

.icon-camera {
    background-position: -120px -48px;
}

.icon-font {
    background-position: -144px -48px;
}

.icon-bold {
    background-position: -167px -48px;
}

.icon-italic {
    background-position: -192px -48px;
}

.icon-text-height {
    background-position: -216px -48px;
}

.icon-text-width {
    background-position: -240px -48px;
}

.icon-align-left {
    background-position: -264px -48px;
}

.icon-align-center {
    background-position: -288px -48px;
}

.icon-align-right {
    background-position: -312px -48px;
}

.icon-align-justify {
    background-position: -336px -48px;
}

.icon-list {
    background-position: -360px -48px;
}

.icon-indent-left {
    background-position: -384px -48px;
}

.icon-indent-right {
    background-position: -408px -48px;
}

.icon-facetime-video {
    background-position: -432px -48px;
}

.icon-picture {
    background-position: -456px -48px;
}

.icon-pencil {
    background-position: 0 -72px;
}

.icon-map-marker {
    background-position: -24px -72px;
}

.icon-adjust {
    background-position: -48px -72px;
}

.icon-tint {
    background-position: -72px -72px;
}

.icon-edit {
    background-position: -96px -72px;
}

.icon-share {
    background-position: -120px -72px;
}

.icon-check {
    background-position: -144px -72px;
}

.icon-move {
    background-position: -168px -72px;
}

.icon-step-backward {
    background-position: -192px -72px;
}

.icon-fast-backward {
    background-position: -216px -72px;
}

.icon-backward {
    background-position: -240px -72px;
}

.icon-play {
    background-position: -264px -72px;
}

.icon-pause {
    background-position: -288px -72px;
}

.icon-stop {
    background-position: -312px -72px;
}

.icon-forward {
    background-position: -336px -72px;
}

.icon-fast-forward {
    background-position: -360px -72px;
}

.icon-step-forward {
    background-position: -384px -72px;
}

.icon-eject {
    background-position: -408px -72px;
}

.icon-chevron-left {
    background-position: -432px -72px;
}

.icon-chevron-right {
    background-position: -456px -72px;
}

.icon-plus-sign {
    background-position: 0 -96px;
}

.icon-minus-sign {
    background-position: -24px -96px;
}

.icon-remove-sign {
    background-position: -48px -96px;
}

.icon-ok-sign {
    background-position: -72px -96px;
}

.icon-question-sign {
    background-position: -96px -96px;
}

.icon-info-sign {
    background-position: -120px -96px;
}

.icon-screenshot {
    background-position: -144px -96px;
}

.icon-remove-circle {
    background-position: -168px -96px;
}

.icon-ok-circle {
    background-position: -192px -96px;
}

.icon-ban-circle {
    background-position: -216px -96px;
}

.icon-arrow-left {
    background-position: -240px -96px;
}

.icon-arrow-right {
    background-position: -264px -96px;
}

.icon-arrow-up {
    background-position: -289px -96px;
}

.icon-arrow-down {
    background-position: -312px -96px;
}

.icon-share-alt {
    background-position: -336px -96px;
}

.icon-resize-full {
    background-position: -360px -96px;
}

.icon-resize-small {
    background-position: -384px -96px;
}

.icon-plus {
    background-position: -408px -96px;
}

.icon-minus {
    background-position: -433px -96px;
}

.icon-asterisk {
    background-position: -456px -96px;
}

.icon-exclamation-sign {
    background-position: 0 -120px;
}

.icon-gift {
    background-position: -24px -120px;
}

.icon-leaf {
    background-position: -48px -120px;
}

.icon-fire {
    background-position: -72px -120px;
}

.icon-eye-open {
    background-position: -96px -120px;
}

.icon-eye-close {
    background-position: -120px -120px;
}

.icon-warning-sign {
    background-position: -144px -120px;
}

.icon-plane {
    background-position: -168px -120px;
}

.icon-calendar {
    background-position: -192px -120px;
}

.icon-random {
    background-position: -216px -120px;
}

.icon-comment {
    background-position: -240px -120px;
}

.icon-magnet {
    background-position: -264px -120px;
}

.icon-chevron-up {
    background-position: -288px -120px;
}

.icon-chevron-down {
    background-position: -313px -119px;
}

.icon-retweet {
    background-position: -336px -120px;
}

.icon-shopping-cart {
    background-position: -360px -120px;
}

.icon-folder-close {
    background-position: -384px -120px;
}

.icon-folder-open {
    background-position: -408px -120px;
}

.icon-resize-vertical {
    background-position: -432px -119px;
}

.icon-resize-horizontal {
    background-position: -456px -118px;
}

.icon-hdd {
    background-position: 0 -144px;
}

.icon-bullhorn {
    background-position: -24px -144px;
}

.icon-bell {
    background-position: -48px -144px;
}

.icon-certificate {
    background-position: -72px -144px;
}

.icon-thumbs-up {
    background-position: -96px -144px;
}

.icon-thumbs-down {
    background-position: -120px -144px;
}

.icon-hand-right {
    background-position: -144px -144px;
}

.icon-hand-left {
    background-position: -168px -144px;
}

.icon-hand-up {
    background-position: -192px -144px;
}

.icon-hand-down {
    background-position: -216px -144px;
}

.icon-circle-arrow-right {
    background-position: -240px -144px;
}

.icon-circle-arrow-left {
    background-position: -264px -144px;
}

.icon-circle-arrow-up {
    background-position: -288px -144px;
}

.icon-circle-arrow-down {
    background-position: -312px -144px;
}

.icon-globe {
    background-position: -336px -144px;
}

.icon-wrench {
    background-position: -360px -144px;
}

.icon-tasks {
    background-position: -384px -144px;
}

.icon-filter {
    background-position: -408px -144px;
}

.icon-briefcase {
    background-position: -432px -144px;
}
/*#endregion*/

/*#region GroupTravelRequest*/
.Toggle {
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
    color: #4279dd;
}
/*#endregion*/

/*#region VacationClubClient*/
#VacationClubClientCheckboxList {
    height: 325px;
    overflow-y: scroll;
    margin-right: 20px;
}

.VerticalScrollBar {
    float: left;
    height: 325px;
    width: 200px;
    overflow-y: scroll;
    margin: 7px;
    margin-right: 20px;
}

#VacationClubClientClubList ul {
    padding-left: 20px;
}

#VacationClubClientSaveButton {
    margin: 7px;
}

.wvnleadtypeindicator {
    font-weight: bold !important;
    color: #363636;
    padding: 6px;
}

span.callnowindicatorYes {
    font-weight: bold;
    color: #ff4500;
}

.RadGrid_Office2007 .rgGroupHeader {
    padding: 4px !important;
}

.RadGrid_Office2007 .rgGroupItem {
    padding: 4px !important;
}

.RadGrid_Office2007 .rgGroupHeader td {
    padding: 4px 0 8px 4px !important;
}

.notes-panel {
    padding: 8px;
}

.rdpWrap .RadInput,
.rdpWrap .rdpPagerButton,
.rdpWrap .rdpPagerLabel {
    float: left;
}

.itemDiv,
.selectedDiv {
    margin-left: 11px;
}

.selectedDiv {
    color: #58954D;
}

.pagerStyle {
    margin-bottom: 10px;
}

.RadForm a.rfdSkinnedButton, .RadForm a.rfdSkinnedButton * {
    cursor: default;
    font: 12px "Segoe UI",Arial,Helvetica,sans-serif !important;
    text-align: center;
    white-space: nowrap;
}

.notes-panel table {
    width: 100%;
}

.RadForm_Office2007.rfdTextarea textarea {
    width: 100%;
}

.notes-panel-text {
    height: 150px;
    width: 425px;
}
/*#endregion*/

/*#region Savings */
.savingscontainer {
    display: inline-block;
    margin: 20px 0 0 20px;
    padding: 10px;
    border: solid 1px #d8dde5;
    font-size: 26px;
    text-align: center;
}

.savingscontainer span {
    display: block;
    margin-top: 10px;
    font-size: 80px;
}
/*#endregion*/

/*#region Promos*/
.current-promo,
.current-promo td {
    background-color: #E1F5A9;
    padding: 5px 2px;
    border-bottom: 1px solid #9eb6ce;
}

.past-promo,
.past-promo td {
    background-color: #E6E6E6;
    color: gray;
    padding: 5px 2px;
    border-bottom: 1px solid #9eb6ce;
}

.future-promo,
.future-promo td {
    background-color: #F2F5A9;
    color: gray;
    padding: 5px 2px;
    border-bottom: 1px solid #9eb6ce;
}

.inactive,
.inactive td {
    background-color: #E6E6E6;
    color: gray;
    padding: 5px 2px;
    border-bottom: 1px solid #9eb6ce;
}

.discount-type-options label {
    margin-right: 5px;
    text-decoration: underline;
}

.discount-type-options label:last-child {
    margin-right: 0px;
}

#discount-tag {
    display: inline-block;
    width: 100px;
}
/*#endregion*/

/*#region Inline Validation Messaging*/
.inline-validation {
    background-color: #FCF8E3;
    /*border: 1px solid #FBEED5;*/
    border: 1px solid #f25c2a;
    border-radius: 4px 4px 4px 4px;
    color: #f25c2a;
    padding: 3px 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    display: inline-block;
}

.inline-validation-warning {
    background-color: #F2DEDE;
    /*border-color: #EED3D7;*/
    border-color: #B94A48;
    color: #B94A48;
}

.inline-validation-success {
    background-color: #DFF0D8;
    /*border-color: #D6E9C6;*/
    border-color: #468847;
    color: #468847;
}
/*#endregion*/


/*#region Theme Management*/
.theme-edit-container {
    padding: 8px;
}

.theme-edit-container h2 {
    padding: 8px;
}

.theme-edit-container table.edit-table {
    padding: 8px;
}

.theme-edit-container table.edit-table td {
    padding: 8px;
}

.theme-edit-container table.edit-table tr.button-container td {
    text-align: right;
}
/*#region Co-Marketing*/
.co-marketing-edit-container span.error[style*="inline"] {
    display: block !Important;
    margin: 4px 0;
}

.co-marketing.add-new {
    padding: 20px 0;
}

.co-marketing-edit-container {
    padding: 20px;
}

.co-marketing-edit-container .edit-table td {
    padding: 8px;
}

.co-marketing-edit-container .thumbnail {
    border: solid 4px #fefefe;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow 200ms ease-out;
    border-radius: 0;
    margin-bottom: 1rem;
}

.thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}



div.qsf-right-content .qsf-col-wrap {
    position: static;
}

.rgEditForm {
    width: auto !important;
}

* + html .rgEditForm.popUpEditForm {
    width: 800px !important;
}

.rgEditForm > div + div,
.RadGrid .rgEditForm {
    height: auto !important;
}

.rgEditForm > div > table {
    height: 100%;
}

.rgEditForm > div > table > tbody > tr > td {
    padding: 4px 10px;
}

.rfdSelectBoxDropDown {
    z-index: 100011;
}
/*#endregion */

/*#region Vendor Search Counts*/

.blacklistedcard-edit-container {
    min-width: 600px;
    min-height: 200px;
    padding: 8px 20px;
}

.blacklistedcard-edit-container .edit-header h1 {
    color: #5f5f5f;
    font-size: 14px;
    margin: 8px 0;
    padding: 8px 20px;
}

.blacklistedcard-edit-container .edit-details-container {
    padding: 8px 20px;
}

.blacklistedcard-edit-container .edit-footer {
    padding: 8px 20px;
    text-align: right;
}

.grid-message-container {
    padding: 8px;
}

.grid-message-container .grid-message-text {
    font-size: 14px;
    font-weight: 700;
    padding: 8px;
}
/*#endregion */

/*#region Vendor Search Counts*/
.rsvc-search-counts h2 {
    margin-top: 0;
}

.rsvc-search-counts .count-total {
    font-size: 2rem;
}
/*#endregion */

/* #region CacheManagement */

.default-nodata p {
    font-weight: 700;
    padding: 1rem;
}

.cachedatatable {
}

.datatable-message ,.cachedatatable-message {
    padding: 1rem 0;
    font-weight: 700;
}

.cachedatatable tbody tr td {
    padding: .5rem !important;
}
/*#endregion */

/* #region CSS Tables */
.css-table {
    display: table;
}

.css-table > div {
    display: table-row;
}

.css-table > div > div {
    display: table-cell;
    padding: 3px;
}
/*#endregion */

.reservation-totals {
    margin: 1rem 0;
}

.reservation-totals-content div span {
    padding: 0 4px;
}

.text-centered {
    text-align: center;
}

.filter-table {
    width: 100%;
}

.filter-table td {
    padding: 8px;
}


/* #region Club Members Report */

#MemberAlertSection .MemberAlert {
    height: 600px;
    width: 639px;
    background-image: url(/images/MemberAlert.png);
    background-repeat: no-repeat;
    position: relative;
}


#MemberAlertSection .MemberAlert .MemberAlertHeader {
    width: 300px;
    color: red;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    left: 300px;
    top: 140px;
    display: inline-block;
    position: absolute;
    text-transform: uppercase;
}

#MemberAlertSection .MemberAlert .MemberAlertContent {
    left: 0px;
    top: 425px;
    display: inline-block;
    position: absolute;
    width: 639px;
    text-align: center;
    line-height: 40px;
}

#MemberAlertSection .MemberAlert .MemberAlertContentTitle {
    font-size: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid orangered;
}

#MemberAlertSection .MemberAlert .MemberAlertContentMessage {
    font-size: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#MemberAlertSection .MemberAlert .MemberAlertContentMessage .MemberAlertContentMessageExtension {
    color: red;
}


#MemberAlertSection .MemberAlert .MemberAlertContentButton {
    padding-top: 20px;
    padding-bottom: 20px;
}


/*#endregion */



a.buttons_largered {
    font-size: 24px;
    background-color: red;
    border-color: red;
    color: white !important;
    border: 0px;
    font-weight: normal;
    padding: 6px 16px 7px 16px;
    text-decoration: none;
    text-align: center;
}

a.buttons_largered.disabled {
    background-color: red;
    border: 1px solid red;
}

.vendorColumn {
    min-width: 300px !important;
    width: 300px !important;
}

.RadGrid_Default th.rgHeader {
    border-right: 1px solid #bfbfbf;
}

.info-iconForClubLevel {
    font-size: 18px;
    margin-left: 8px;
    cursor: pointer;
    color: #007bff;
    right: 6%;
    top: 5px;
}
.listWithScrollHiddencitesResort {
    max-height: 420px;
    overflow-y: scroll;
    border: 1px solid #c1bdbd;
    padding: 5px;
    margin-top: 10px;
}

.addresourtGroupParent {
    display: flex;
    justify-content: space-between;

    /* parent rule properties */
    .serachResourtgroup{
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    }
}
.tooltip-container {
    position: relative;
    display: inline-block;
}

    .tooltip-container:hover .tooltip-text {
        visibility: visible;
        opacity: 1;
    }

.tooltip-text {
    visibility: hidden;
    width: 180px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    /* Positioning */
    position: absolute;
    bottom: 125%; /* Place the tooltip above the div */
    left: 50%;
    margin-left: -90px; /* Half of tooltip width to center it */
    /* Tooltip arrow */
    opacity: 0;
    transition: opacity 0.3s;
    width: 300px;
}

.tooltip-container .tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%; /* Bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.info-icon {
    font-size: 18px;
    margin-left: 8px;
    cursor: pointer;
    color: #007bff;
    right: 14%;
    top: 5px;
}

.fileuploadfield {
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.imageViewDeleteOption {
    position: relative;
    top: -10px;
}

.radwindow-custom {
    top: 800px !important; /* Apply positioning */
}



