﻿/*
@whitesmoke
@border-light-color
@border-shadow-color
@dialog-background-color
@hover-color
@selected-color
@header-color
@focus-color
@frame-background-color
@frame-background-color-sunken
@pageheader-background-color
@font-color
*/


/*table[data-pagesection="GridViewTable"] .GVSRS td b, 
table[data-pagesection="GridViewTable"] .GridViewSelectedRowStyle td b, 
table[data-pagesection="GridViewTable"] .GVSARS td b, 
table[data-pagesection="GridViewTable"] .GridViewSelectedAlternatingRowStyle td b {
    color: white !important;
}*/

#ViewPortPerimeter.mobile .loginPageMainRight div > div > table {
    border-width: unset !important;
    border-style: none !important;
    border-radius: unset;
    box-shadow: none;
}

#ViewPortPerimeter.mobile file,
#ViewPortPerimeter.mobile input,
#ViewPortPerimeter.mobile select,
#ViewPortPerimeter.mobile textarea {
    box-sizing: border-box;
    max-width: 85vw !important;
}

.Select {
    user-select: text;
    -o-user-select: text;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
}

.Required {
    border-width: 1px;
    border-style: solid;
    border-left-color: #ccc;
    border-top-color: #ccc;
    border-bottom-color: gray;
    border-right-color: gray;
    background-color: #FAFAD2;
    padding: 1px;
    font-family: Courier New, Courier, Fixed, monospace;
    font-size: small;
}

.framediv {
    border-width: 2px;
    border-style: solid;
    border-left-color: #ccc;
    border-top-color: #ccc;
    border-bottom-color: gray;
    border-right-color: gray;
}

    .framediv:focus {
        border-width: 2px;
        border-style: solid;
        border-color: orange;
    }

.ScriptCode {
    border-width: 2px;
    border-style: solid;
    border-left-color: #ccc;
    border-top-color: #ccc;
    border-bottom-color: transparent;
    border-right-color: transparent;
    font-family: Courier New, Courier, Fixed, monospace;
    font-size: small;
}

input[type=text]::-ms-clear {
    display:none;
}

file:focus,
checkbox:focus,
input:focus,
radiobutton:focus,
select:focus,
textarea:focus {
    border-color: /*@focus-color:begin*/ #FF9A42 /*@focus-color:end*/;
    background-color: /*@whitesmoke:begin*/ #F5F5F5 /*@whitesmoke::end*/;
}

.GridViewToolBarSelectOption,
.GridViewToolBarSelectOptionMobile,
.GridViewToolBarSortOption,
.GridViewToolBarSortOptionMobile {
    border: solid;
    border-width: 1px;
    border-left-color: Transparent;
    border-top-color: Transparent;
    border-bottom-color: Transparent;
    border-right-color: Transparent;
}

.GridViewToolBarOption {
    background-color: Transparent;
    border: solid;
    border-width: 1px;
    border-color: Transparent;
    color: White;
    font-weight: bold;
    text-decoration: underline;
}

    .GridViewToolBarOption:focus {
        border-left-color: Yellow;
        border-top-color: Yellow;
        border-bottom-color: Orange;
        border-right-color: Orange;
        color: black;
        font-weight: bold;
        text-decoration: none;
    }

.GridViewToolBarSelectOption:focus,
.GridViewToolBarSelectOptionMobile:focus,
.GridViewToolBarSortOption:focus,
.GridViewToolBarSortOptionMobile:focus {
    border-left-color: Yellow;
    border-top-color: Yellow;
    border-bottom-color: Orange;
    border-right-color: Orange;
    background-color: Transparent;
}

.GridViewToolBarSortOption {
    background: url(../Images/GridViewSort.png);
    background-repeat: no-repeat;
    padding-left: 18px;
    height: 18px;
    width: 18px;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-appearance: none;
    -webkit-background-size: cover;
}

.GridViewToolBarSortOptionMobile {
    background: url(../Images/GridViewSort.png);
    background-repeat: no-repeat;
    padding-left: 18px;
    height: 32px;
    width: 32px;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-appearance: none;
    -webkit-background-size: cover;
}

.GridViewToolBarSelectOption {
    background: url(../Images/GridViewSelect.png);
    background-repeat: no-repeat;
    padding-left: 18px;
    height: 18px;
    width: 18px;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-appearance: none;
    -webkit-background-size: cover;
}

.GridViewToolBarSelectOptionMobile {
    background: url(../Images/GridViewSelect.png);
    background-repeat: no-repeat;
    padding-left: 18px;
    height: 32px;
    width: 32px;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-appearance: none;
    -webkit-background-size: cover;
}

iframe.shim:focus {
}

iframe:focus {
    border-width: 2px;
    border-style: solid;
    border-color: orange;
}

/* BUTTON STYLES */

.ButtonScrollLeft {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
    white-space: nowrap;
    min-width: 24px;
    padding: 4px 4px 4px 4px;
    background-color: Transparent;
}

.ButtonScrollRight {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
    white-space: nowrap;
    min-width: 24px;
    padding: 4px 4px 4px 4px;
    background-color: Transparent;
}

#ViewPortPerimeter.desktop .ButtonShort {
    text-decoration: none;
    border-top-color: lightgray;
    border-left-color: lightgray;
    border-bottom-color: black;
    border-right-color: black;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    font-weight: bold;
    white-space: nowrap;
    padding: 0px 4px 0px 4px;
    background-color: /*@dialog-background-color:begin*/ #d9d9d9 /*@dialog-background-color:end*/;
}

#ViewPortPerimeter.mobile .ButtonShort {
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    padding: 0px 4px 0px 4px;
}

#ViewPortPerimeter.desktop .ButtonShortDisabled {
    color: Gray;
    text-decoration: none;
    border-top-color: lightgray;
    border-left-color: lightgray;
    border-bottom-color: gray;
    border-right-color: gray;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    font-weight: bold;
    white-space: nowrap;
    padding: 0px 4px 0px 4px;
    background-color: /*@dialog-background-color:begin*/ #d9d9d9 /*@dialog-background-color:end*/;
}

#ViewPortPerimeter.mobile .ButtonShortDisabled {
    color: Gray;
    font-weight: bold;
    white-space: nowrap;
    padding: 0px 4px 0px 4px;
}

.ButtonDefault {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-top-color: gray;
    border-left-color: gray;
    border-bottom-color: black;
    border-right-color: black;
    border-top-width: 2px;
    border-left-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-style: solid;
    font-weight: bold;
    white-space: nowrap;
    min-width: 70px;
    padding: 5px 3px 5px 3px;
    background-color: /*@dialog-background-color:begin*/ #d9d9d9 /*@dialog-background-color:end*/;
}

    .Button a:hover,
    .ButtonDefault a:hover {
        border-left-color: orange;
        border-top-color: orange;
    }

/* MENU STYLES */
.MainMenu_Root {
    background-color: /*@dialog-background-color:begin*/ #d9d9d9 /*@dialog-background-color:end*/;
    font-weight: bold;
    white-space: nowrap;
    /*padding: 2px 4px 2px 4px;*/
    padding: 6px 4px 6px 4px;
}

.MainMenu_Item {
    background-color: /*@whitesmoke:begin*/ #F5F5F5 /*@whitesmoke::end*/;
    white-space: nowrap;
    /*padding: 2px 4px 2px 4px;*/
    padding: 6px 4px 6px 4px;
}

.MainMenu_subMenu {
    border-top-color: /*@border-light-color:begin*/ white /*@border-light-color:end*/;
    border-left-color: /*@border-light-color:begin*/ white /*@border-light-color:end*/;
    border-bottom-color: /*@border-shadow-color:begin*/ gray /*@border-shadow-color:end*/;
    border-right-color: /*@border-shadow-color:begin*/ gray /*@border-shadow-color:end*/;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    z-index: 100; /* IE8 Compatibility patch */
}

.MainMenu_ItemSelected,
.MainMenu_ItemSelected a:hover {
    background-color: /*@hover-color:begin*/ #ffffcc /*yellow*/ /*@hover-color:end*/;
}

.MainMenu_PlaceHolder td,
.MainMenu_PlaceHolder table {
    border-color: /*@whitesmoke:begin*/ #F5F5F5 /*@whitesmoke::end*/;
    background-color: /*@whitesmoke:begin*/ #F5F5F5 /*@whitesmoke::end*/;
}

/* TOOLBAR STYLES */
.ToolbarBorder {
    border-style: none;
    background-color: Transparent;
}

.ToolbarButton {
    background-color: /*@dialog-background-color:begin*/ #d9d9d9 /*@dialog-background-color:end*/;
    text-decoration: none;
    border-top-color: /*@border-light-color:begin*/ white /*@border-light-color:end*/;
    border-left-color: /*@border-light-color:begin*/ white /*@border-light-color:end*/;
    border-bottom-color: /*@border-shadow-color:begin*/ gray /*@border-shadow-color:end*/;
    border-right-color: /*@border-shadow-color:begin*/ gray /*@border-shadow-color:end*/;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    font-weight: bold;
    white-space: nowrap;
    /*padding: 2px 4px 2px 4px;*/
    padding: 6px 4px 6px 4px;
}

    .ToolbarButton a:hover,
    .ToolbarButton td:hover {
        border-top-color: orange;
        border-left-color: orange;
    }

.ToolbarGridViewTdEnabled:hover {
    border-color: yellow;
}

.ToolbarGridViewImgLocked {
    filter: grayscale(75%);
    -moz-filter: grayscale(75%);
    -ms-filter: grayscale(75%);
    -o-filter: grayscale(75%);
    -webkit-filter: grayscale(75%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.ToolbarGridView table,
.ToolbarGridViewTdEnabled {
    background-color: transparent;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    min-width: 30px;
    min-height: 30px;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
    white-space: nowrap;
}

.ToolbarGridViewTdDisabled {
    background-color: transparent;
    border-color: #DCDCDC; /* Gainsboro */
    border-style: solid;
    border-width: 1px;
    min-width: 30px;
    min-height: 30px;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
    white-space: nowrap;
}

.ToolbarLabel {
    text-decoration: none;
    display: inline-block;
    border-top-color: Transparent;
    border-left-color: /*@border-light-color:begin*/ white /*@border-light-color:end*/;
    border-bottom-color: Transparent;
    border-right-color: Transparent;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    color: /*@font-color:begin*/ #333333; /*@font-color:end*/
    font-weight: bold;
    height: 24px;
    white-space: nowrap;
    background-color: Transparent;
}

.resWToolbarLabel {
    text-decoration: none;
    display: inline-block;
    border-top-color: Transparent;
    border-left-color: Transparent;
    border-bottom-color: Transparent;
    border-right-color: Transparent;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    color: /*@font-color:begin*/ #333333; /*@font-color:end*/
    font-weight: bold;
    white-space: nowrap;
    /*padding: 2px 4px 2px 4px;*/
    padding: 4px 0px 4px 0px;
    background-color: Transparent;
}


.ToolbarMenu {
    margin: 0px, 0px, 0px, 0px;
    background-color: Transparent;
}

.ToolbarMenu_Root,
.ToolbarMenu_Root a:hover {
    margin: 0px, 0px, 0px, 0px;
    font-weight: bold;
    background-color: /*@dialog-background-color:begin*/ #d9d9d9 /*@dialog-background-color:end*/;
    white-space: nowrap;
    /*padding: 2px 4px 2px 4px;*/
    padding: 6px 4px 6px 4px;
}

.ToolbarMenu_Item,
.ToolbarMenu_item a:hover {
    white-space: nowrap;
    /*padding: 1px 4px 1px 4px;*/
    padding: 6px 4px 6px 4px;
    background-color: /*@whitesmoke:begin*/ #F5F5F5 /*@whitesmoke::end*/;
}

.ToolbarMenu_subMenu {
    border-top-color: /*@border-light-color:begin*/ white /*@border-light-color:end*/;
    border-left-color: /*@border-light-color:begin*/ white /*@border-light-color:end*/;
    border-bottom-color: /*@border-shadow-color:begin*/ gray /*@border-shadow-color:end*/;
    border-right-color: /*@border-shadow-color:begin*/ gray /*@border-shadow-color:end*/;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    z-index: 100; /* IE8 Compatibility patch */
}

.ToolbarMenu_ItemSelected,
.ToolbarMenu_ItemSelected a:hover {
    background-color: /*@hover-color:begin*/ #ffffcc /*yellow*/ /*@hover-color:end*/;
}

.CrystalReportViewer {
    border-style: none;
    background-color: White;
}

/* DIALOG STYLES */
.Dialog.nowrap,
.Dialog.wrap {
    position: fixed;
    z-index: 9999;
}

.Dialog.nowrap .nowrap {
    padding: 10px;
    white-space: nowrap;
}

.Dialog.wrap .nowrap {
    padding: 10px;
    white-space: normal;
}

div[id$='SFPI'][overlayid$='FOI'] {
    top: unset !important;
    left: unset !important;
    bottom: 0 !important;
    right: 0 !important;
    height: 100% !important;
    box-shadow: -5px 0 5px #5a5959;
}

div[id$='SFPI'][overlayid$='FOI'] div[id$='RDI'] {
    border-width: 0 !important;
}

div[id$='SFPI'][overlayid$='FOI'] .Dialog {
    height: 100%;
    border-radius: 0 !important;
    display: block;
    overflow-x: auto;
}

div[id$='SFPI'][overlayid$='FOI'] .Dialog div[id$='SDI'] {
    height: 100% !important;
}

#ViewPortPerimeter.desktop.classic .Dialog {
    border-style: solid;
    border-width: 3px;
    border-bottom-color: /*@border-shadow-color:begin*/ black /*@border-shadow-color:end*/;
    border-right-color: /*@border-shadow-color:begin*/ black /*@border-shadow-color:end*/;
    border-left-color: /*@border-light-color:begin*/ gray /*@border-light-color:end*/;
    border-top-color: /*@border-light-color:begin*/ gray /*@border-light-color:end*/;
    background-color: /*@whitesmoke:begin*/ #F5F5F5 /*@whitesmoke::end*/;
}
#ViewPortPerimeter.mobile.classic .Dialog {
    border-style: solid;
    border-width: 1px !important;
    border-radius: 6px;
    border-bottom-color: /*@border-shadow-color:begin*/ black /*@border-shadow-color:end*/;
    border-right-color: /*@border-shadow-color:begin*/ black /*@border-shadow-color:end*/;
    border-left-color: /*@border-light-color:begin*/ gray /*@border-light-color:end*/;
    border-top-color: /*@border-light-color:begin*/ gray /*@border-light-color:end*/;
    background-color: /*@brightwhite:begin*/ #FDFEFF /*@brihtwhite::end*/ !important;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

#ViewPortPerimeter .DialogTitle {
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
}
#ViewPortPerimeter.desktop.classic .DialogTitle {
    color: white;
    background-color: /*@frame-background-color:begin*/ #91a7b4 /*@frame-background-color:end*/;
}

#ViewPortPerimeter.mobile.classic .DialogTitle {
    color: black;
    background-color: /*@brightwhite:begin*/ #FDFEFF /*@brihtwhite::end*/;
}

.Detail {
    border-width: 0px;
}

    .Detail table,
    .Detail td,
    .DetailLabel td,
    .DetailControl td {
        border-width: 0px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 4px;
        padding-right: 4px;
        border: none;
        white-space: nowrap;
        background-color: Transparent;
    }

.DetailLabel {
    white-space: nowrap;
    vertical-align: top;
}

.DetailControl {
}

.DetailControl select {
    margin-left: 0em;
}

.DetailLabel1 {
    vertical-align: top;
    width: 1%;
    white-space: nowrap;
}

.DetailControl1 {
    width: 99%;
}

.DetailLabel2 {
    vertical-align: top;
    width: 1%;
    white-space: nowrap;
}

.DetailControl2 {
    width: 48%;
}

.TabDetail {
    background-color: /*@frame-background-color-sunken:begin*/ #D9DCD3 /*@frame-background-color-sunken:end*/;
    border-width: 1px;
    border-style: solid;
    border-top-color: /*@border-light-color:begin*/ white /*@border-light-color:end*/;
    border-left-color: /*@border-light-color:begin*/ white /*@border-light-color:end*/;
    border-bottom-color: /*@border-shadow-color:begin*/ gray /*@border-shadow-color:end*/;
    border-right-color: /*@border-shadow-color:begin*/ gray /*@border-shadow-color:end*/;
}

.TabDetailLabel {
    white-space: nowrap;
    background-color: Transparent;
}

.TabDetailControl {
    white-space: normal;
    background-color: /*@whitesmoke:begin*/ #F5F5F5 /*@whitesmoke::end*/;
}

.TabDetailLabel1 {
    width: 1%;
    white-space: nowrap;
    background-color: Transparent;
}

.TabDetailControl1 {
    width: 99%;
    white-space: normal;
    background-color: /*@whitesmoke:begin*/ #F5F5F5 /*@whitesmoke::end*/;
}

.TabDetailLabel2 {
    width: 1%;
    white-space: nowrap;
    background-color: Transparent;
}

.TabDetailControl2 {
    width: 49%;
    white-space: normal;
    background-color: /*@whitesmoke:begin*/ #F5F5F5 /*@whitesmoke::end*/;
}

.ValidatorTd {
    background-color: #E6E6E6;
    border-bottom-color: gray;
    border-left-color: gray;
    border-right-color: transparent;
    border-top-color: transparent;
    border-width: 1px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}

#ViewPortPerimeter.mobile .InformationMessage,
#ViewPortPerimeter.mobile .ValidationSummary td,
#ViewPortPerimeter.mobile .ValidationSummary tr {
    padding: 0px 0px 0px 0px !important;
    height: 4px !important;
}

.ValidationSummary {
    color: Red;
    font-weight: bold;
}

.InformationMessage {
    text-align: left;
    white-space: nowrap;
    height: 20px;
    color: Blue;
}

.ValidationSummary td,
.ValidationSummary tr {
    text-align: left;
    white-space: nowrap;
    padding: 6px 4px 6px 4px;
    height: 20px;
}

.NoRecordFoundInformation {
    text-align: center;
    vertical-align: middle;
    color: red;
}

/* CALENDAR STYLES */

.cpOverlay {
    background-color: #000;
    filter: alpha(opacity=10);
    opacity: 0.1;
    display: none;
    height: 100%;
    left: 0px;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1998;
}

#ViewPortPerimeter.mobile .cpContainer {
    background-color: /*@white:begin*/ #F5F5F5 /*@white::end*/;
    border-radius: 3px;
    border-width:1px;
}

#ViewPortPerimeter.desktop .cpContainer {
    background-image: url(banner.png);
    background-position: top;
    background-repeat: repeat-x;
    background-color: /*@whitesmoke:begin*/ #F5F5F5 /*@whitesmoke::end*/;
}

.cpContainer {
    position: absolute;
    border-style: solid;
    border-width: 2px;
    border-color: Orange;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1999;
}

.cpYearNavigation,
.cpMonthNavigation {
    text-align: center;
    text-decoration: none;
}

.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText {
    margin: 4px;
}

TD.cpDayColumnHeader {
    width: 30px;
    color: White;
    font-weight: bold;
    background-color: /*@frame-background-color:begin*/ #91a7b4 /*@frame-background-color:end*/;
    text-align: center;
    vertical-align: middle;
    border-top: solid 1px white;
    border-left: solid 1px white;
    border-bottom: solid 1px gray;
    border-right: solid 1px gray;
}

.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate {
    text-align: right;
    text-decoration: none;
}

.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled {
    text-align: right;
    text-decoration: line-through;
}

.cpCurrentMonthDate {
}

.cpCurrentDate {
}

TD.cpOtherMonthDate {
    width: 30px;
    background-color: /*@dialog-background-color:begin*/ #d9d9d9 /*@dialog-background-color:end*/;
    border-top: solid 1px white;
    border-left: solid 1px white;
    border-bottom: solid 1px white;
    border-right: solid 1px white;
    font-weight: lighter;
}

TD.cpCurrentDate {
    width: 30px;
    background-color: #FAFAD2;
    border-top: solid 1px gray;
    border-left: solid 1px gray;
    border-bottom: solid 1px gray;
    border-right: solid 1px gray;
}

TD.cpCurrentDateDisabled {
    width: 30px;
}

TD.cpTodayText,
TD.cpTodayTextDisabled {
    color: White;
    font-weight: bold;
    background-color: /*@frame-background-color:begin*/ #91a7b4 /*@frame-background-color:end*/;
    border-top: solid 1px white;
    border-left: solid 1px white;
    border-bottom: solid 1px gray;
    border-right: solid 1px gray;
}

A.cpTodayText,
SPAN.cpTodayTextDisabled {
    height: 20px;
}

A.cpTodayText {
    font-weight: bold;
    color: White;
}

SPAN.cpTodayTextDisabled {
    font-weight: lighter;
}

.cpBorder {
    padding: 4px;
    border: none;
}

#ViewPortPerimeter.desktop .Container {
    background-image: url(banner.png);
    background-position: top;
    background-repeat: repeat-x;
}

.Container {
    border-collapse: separate;
    padding: 1px 1px 1px 1px;
    margin: 0px;
}

#ViewPortPerimeter.desktop .ContainerOuter {
    background-image: url(banner.png);
    background-position: top;
    background-repeat: repeat-x;
}

.ContainerOuter {
    vertical-align: top;
    border-collapse: collapse;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.ContainerInner {
    margin: 0px;
    border-collapse: collapse;
    padding: 1px 1px 1px 1px;
    border-left: solid 1px gray;
    border-top: solid 1px gray;
    background-color: Transparent;
}

/* LOGIN */

.Login {
    padding: 4px;
    border-style: none;
}

#ViewPortPerimeter.desktop.classic .Login {
    background-color: /*@whitesmoke:begin*/ #F5F5F5 /*@whitesmoke::end*/;
}

#ViewPortPerimeter.mobile .Login {
    background-color: /*@brightwhite:begin*/ #FDFEFF /*@brihtwhite::end*/;
}

.LoginInstructions {
    text-align: left;
    padding: 10px;
}

.ui-resizable-helper {
    border: solid 2px orange;
}

    .ui-resizable-helper:hover {
        border: solid 2px gray;
    }

/* MENU STYLES */
.MBSDIV,
.MenuBarSeparatorDiv {
    background-color: /*@whitesmoke:begin*/ #F5F5F5 /*@whitesmoke::end*/;
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent lightgray transparent;
    padding: 6px 4px 6px 4px;
}

.MBCSMTABLE,
.MenuBarChildSubMenuTable {
    margin: 2px 2px 0px 2px;
    border-style: solid;
    border-width: 1px;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent /*lightgray*/;
    border-right-color: transparent;
}

.MBCSMTD,
.MenuBarChildSubMenuTd {
    margin: 0px;
    /*padding: 2px 4px 2px 4px;*/
    padding: 6px 4px 6px 4px;
    border-width: 1px;
    border-style: solid;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: lightgray;
}

.MBRSMTABLE,
.MenuBarRootSubMenuTable {
    border-collapse: collapse;
    border-width: 0px;
    margin: 0px;
    /*padding: 2px 4px 2px 4px;*/
    padding: 6px 4px 6px 4px;
}

.MBCID,
.MenuBarChildItemDisabled {
    color: lightgray;
    font-weight: lighter;
    text-decoration: none;
    /*padding: 2px 4px 2px 4px;*/
    padding: 6px 4px 6px 4px;
    white-space: nowrap;
    border-top-color: white;
}

.MBCI,
.MenuBarChildItem {
    font-weight: normal;
    text-decoration: none;
    /*padding: 2px 4px 2px 4px;*/
    padding: 6px 4px 6px 4px;
    white-space: nowrap;
    border-top-color: white;
}

.MBRID,
.MenuBarRootItemDisabled {
    color: gray;
    background-color: /*@dialog-background-color:begin*/ #d9d9d9 /*@dialog-background-color:end*/;
    border-bottom-color: /*@border-shadow-color:begin*/ gray /*@border-shadow-color:end*/;
    border-left-color: /*@border-light-color:begin*/ white /*@border-light-color:end*/;
    border-right-color: /*@border-shadow-color:begin*/ gray /*@border-shadow-color:end*/;
    border-top-color: /*@border-light-color:begin*/ white /*@border-light-color:end*/;
    border-style: solid;
    border-width: 1px;
    /*padding: 2px 4px 2px 4px;*/
    padding: 6px 4px 6px 4px;
    font-weight: lighter;
    text-decoration: none;
    white-space: nowrap;
}

.MBRI,
.MenuBarRootItem {
    background-color: /*@dialog-background-color:begin*/ #d9d9d9 /*@dialog-background-color:end*/;
    border-bottom-color: /*@border-shadow-color:begin*/ gray /*@border-shadow-color:end*/;
    border-left-color: /*@border-light-color:begin*/ white /*@border-light-color:end*/;
    border-right-color: /*@border-shadow-color:begin*/ gray /*@border-shadow-color:end*/;
    border-top-color: /*@border-light-color:begin*/ white /*@border-light-color:end*/;
    border-style: solid;
    border-width: 1px;
    /*padding: 2px 4px 2px 4px;*/
    padding: 6px 4px 6px 4px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

ul.MenuBar,
ul.MenuBar ul,
ul.MenuBarIE8,
ul.MenuBarIE8 ul {
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

    ul.MenuBar li,
    ul.MenuBarIE8 li {
        background-color: transparent;
        border-style: none;
        border-width: 0px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    ul.MenuBar > li,
    ul.MenuBarIE8 > li {
        float: left;
    }

        /* NOTE: use css instead of javascript to hide... optionbars behave kind of funny with javascript! */
        ul.MenuBar > li:hover > span:not(.MBRID) + div.sub,
        ul.MenuBar > li:hover > img + div.sub {
            left: auto;
        }

        ul.MenuBarIE8 > li:hover div.sub {
            left: auto;
        }

.MenuBar div.sub,
.MenuBarIE8 div.sub {
    background-color: /*@whitesmoke:begin*/ #F5F5F5 /*@whitesmoke::end*/;
    border-top-color: white;
    border-left-color: white;
    border-bottom-color: gray;
    border-right-color: gray;
    border-width: 1px;
    border-style: solid;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: auto;
    left: -999em;
    z-index: 997;
}

.MenuClosed {
    left: -327px;
    transition: 0.5s;
}

.MenuCloserOpened {
    left: 0px;
}

.MenuOpened {
    left: 48px;
    transition: 0.5s;
}

.MenuSubMenuClosed {
    height: 0px;
    left: 0px;
    display: none;
}

.MenuSubMenuOpened {
    left: auto;
    display: block;
}

/* HIDDEN */

.NWAC,
.NoWrapAlignCenter {
    text-align: center;
    white-space: nowrap;
}

.WAL,
.WrapAlignLeft {
    text-align: left;
    white-space: normal;
}

.NWAL,
.NoWrapAlignLeft {
    text-align: left;
    white-space: nowrap;
}

.NWAR,
.NoWrapAlignRight {
    text-align: right;
    white-space: nowrap;
}

.HIDE,
.GridViewHidden {
    display: none;
}

/* CALENDAR STYLES */
.CTS,
.CalendarTableStyle {
    border-collapse: collapse;
    border: #91a7b4 1px solid;
}

.CRS,
.CalendarRowStyle {
    vertical-align: top;
}

.CHS,
.CalendarHeaderStyle {
    background-position: top;
    background-repeat: repeat-x;
    background-color: /*@frame-background-color:begin*/ #91a7b4 /*@frame-background-color:end*/;
    text-align: left;
    white-space: nowrap;
}

    .CHS th,
    .CalendarHeaderStyle th {
    }

.CDTS,
.CalendarDayTodayStyle {
    background-color: #ffffcc; /*light goldenrod yellow */
}

.CDTSS,
.CalendarDayTodaySelectedStyle {
    background-color: yellow;
}

.CDS,
.CalendarDayStyle {
    background-color: transparent;
}

.CDSS,
.CalendarDaySelectedStyle {
    background-color: yellow;
}

.CDLS,
.CalendarDayLockedStyle {
    background-color: /*@dialog-background-color:begin*/ #d9d9d9 /*@dialog-background-color:end*/;
}

.CDBS,
.CalendarDayBoxStyle {
    border-left: transparent 1px solid;
    border-top: transparent 1px solid;
    border-right: #91a7b4 1px solid;
    border-bottom: #91a7b4 1px solid;
    display: inline-block;
    font-family: Courier New, Courier, Fixed, monospace;
    font-weight: bold;
    height: 1.25em;
    text-align: center;
    vertical-align: middle;
    width: 1.5em;
}

/* GRIDVIEW STYLES */

tr {
    display: table-row;
}

.GVHS,
.GridViewHeaderStyle {
    background-position: top;
    background-repeat: repeat-x;
    background-color: /*@frame-background-color:begin*/ #91a7b4 /*@frame-background-color:end*/;
    text-align: left;
    white-space: nowrap;
}

    .GVHS th,
    .GridViewHeaderStyle th {
        padding: 5px;
    }

    .GVHS a,
    .GridViewHeaderStyle a {
        text-decoration: none;
        display: block;
        text-align: left;
        font-weight: normal;
    }

.GVRS td,
.GridViewRowStyle td,
.GVNSRS td,
.GridViewNoSelectRowStyle td,
.GVSRS td,
.GridViewSelectedRowStyle td,
.GVARS td,
.GridViewAlternatingRowStyle td,
.GVNSARS td,
.GridViewNoSelectAlternatingRowStyle td,
.GVSARS td,
.GridViewSelectedAlternatingRowStyle td {
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

.GVRS td,
.GridViewRowStyle td,
.GVNSRS td,
.GridViewNoSelectRowStyle td {
    background-color: #E6E6E6; /*#E4E9E5;*/
}

.GVSRS td,
.GridViewSelectedRowStyle td {
    background-color: /*@selected-color:begin*/ #ffffcc /*yellow*/ /*@selected-color:end*/;
}

.GVARS td,
.GridViewAlternatingRowStyle td,
.GVNSARS td,
.GridViewNoSelectAlternatingRowStyle td {
    background-color: /*@border-light-color:begin*/ #F6F6F6 /*white*/ /*@border-light-color:end*/;
}

.GVSARS td,
.GridViewSelectedAlternatingRowStyle td {
    background-color: /*@selected-color:begin*/ #ffffcc /*yellow*/ /*@selected-color:end*/;
}

    .GVRS td:hover,
    .GridViewRowStyle td:hover,
    .GVSRS td:hover,
    .GridViewSelectedRowStyle td:hover,
    .GVARS td:hover,
    .GridViewAlternatingRowStyle td:hover,
    .GVSARS td:hover,
    .GridViewSelectedAlternatingRowStyle td:hover {
        cursor: pointer;
    }

.MovableRows .RowSelector,
.MovableRows .RS,
.NoSelect .RowSelector,
.NoSelect .RS,
.SingleSelect .RowSelector,
.SingleSelect .RS,
.UpdatableNoSelect .RowSelector,
.UpdatableNoSelect .RS {
    visibility: hidden;
}
/* JQUERY MENU */

div.TMS,
div.TabMenuScrollable {
    overflow: auto;
    white-space: nowrap;
}

div.RTMS,
div.resTabMenuScrollable {
    overflow: auto;
    white-space: nowrap;
}

div.RWTMS,
div.resWTabMenuScrollable {
    overflow: auto;
    white-space: nowrap;
}

table.TMS,
table.TabMenuScrollable {
    padding: 0px;
}

td.TMSS,
td.TabMenuScrollableSelected {
    font-weight: bold;
    border-top: solid 2px White;
    border-left: solid 2px White;
}

td.TMS,
td.TabMenuScrollable {
    background-color: /*@frame-background-color:begin*/ #91a7b4 /*@frame-background-color:end*/;
    border-top: solid 1px Gray;
    border-left: solid 1px Gray;
}

    td.TMS:hover,
    td.TabMenuScrollable:hover {
        border-top: solid 1px Orange;
        border-left: solid 1px Orange;
    }

td.TMSS:hover,
td.TabMenuScrollableSelected:hover {
    border-top: solid 2px Yellow;
    border-left: solid 2px Yellow;
}

a.TMSS,
a.TabMenuScrollableSelected {
    color: White;
    text-decoration: underline;
}

    a.TMS:hover,
    a.TabMenuScrollable:hover,
    a.TMSS:hover,
    a.TabMenuScrollableSelected:hover {
        text-decoration: underline;
    }

/* TOOLTIP */

.ToolTip {
    border-bottom: 1px dotted #000000;
    color: #000000;
    cursor: help;
    outline: none;
    position: relative;
    text-decoration: none;
    font-weight: normal;
}

    .ToolTip span {
        margin-left: -999em;
        position: absolute;
    }

    .ToolTip:hover span {
        border-radius: 5px 5px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
        left: 1em;
        margin-left: 0;
        position: absolute;
        top: 2em;
        width: 500px;
        z-index: 99;
        white-space: normal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    }

    .ToolTip:hover img {
        border: 0;
        float: left;
        margin: -10px 0 0 -55px;
        position: absolute;
    }

    .ToolTip:hover em {
        font-weight: bold;
        font-size: 1.2em;
        display: block;
        padding: 0.2em 0 0.6em 0;
    }

.ToolTipClassic {
    padding: 0.8em 1em;
}

.ToolTipCustom {
    padding: 0.5em 0.8em 0.8em 2em;
}

* html a:hover {
    background: transparent;
}

.ToolTipClassic {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}

.ToolTipCritical {
    background: #FFCCAA;
    border: 1px solid #FF3334;
}

.ToolTipHelp {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}

.ToolTipInfo {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}

.ToolTipWarning {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}

/* MOVE DIALOG LINE STYLES */
.MoveDialogOverlay {
    background-color: #000;
    cursor: move;
    filter: alpha(opacity=10);
    opacity: 0.1;
    display: none;
    height: 100%;
    left: 0px;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 998;
}

.MoveDialog {
    border: solid;
    border-width: 3px;
    border-top-color: orange;
    border-bottom-color: orange;
    border-right-color: orange;
    border-left-color: orange;
    background-color: transparent;
    cursor: move;
    display: none;
    height: 3px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    width: 1px;
    z-index: 999;
}

/* RESIZE LINE STYLES */

.ResizeOverlay {
    background-color: #000;
    filter: alpha(opacity=10);
    opacity: 0.1;
    display: none;
    height: 100%;
    left: 0px;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 998;
}

.ResizeNorthSouth {
    border: dotted;
    border-width: 1px;
    border-top-color: yellow;
    border-bottom-color: yellow;
    border-right-color: transparent;
    border-left-color: transparent;
    background-color: orange;
    cursor: n-resize;
    display: none;
    left: 0px;
    height: 1px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    width: 1px;
    z-index: 999;
}

.ResizeNorthSouthHandler {
    border: double;
    border-width: 1px;
    border-top-color: gray;
    border-bottom-color: gray;
    border-right-color: transparent;
    border-left-color: transparent;
    background-color: /*@frame-background-color:begin*/ #91a7b4 /*@frame-background-color:end*/;
    height: 2px;
    margin: 1px 0px 0px 0px;
    padding: 0px;
    text-align: left;
    vertical-align: top;
    width: 1px;
}

.ResizeEastWest {
    border: dotted;
    border-width: 1px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: yellow;
    border-left-color: yellow;
    background-color: orange;
    cursor: e-resize;
    display: none;
    height: 3px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    width: 1px;
    z-index: 999;
}

.ResizeEastWestHandler {
    border: double;
    border-width: 1px;
    border-left-color: gray;
    border-right-color: gray;
    border-top-color: transparent;
    border-bottom-color: transparent;
    background-color: /*@frame-background-color:begin*/ #91a7b4 /*@frame-background-color:end*/;
    height: 1px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    top: 0px;
    vertical-align: top;
    width: 2px;
}




/* SCROLLABLE RELATED STYLES */

.scrollregion-outer-container {
    overflow: hidden;
    position: relative;
    height: 20px;
    width: 100%;
    float: left;
}

.scrollregion-container {
    white-space: nowrap;
    position: absolute;
    display: inline-block;
}

.scrollregion-displaycell {
    width: 100%;
}

.scrollregion-nav {
    border: none;
    width: 20px;
}

.RowSelector,
.RS {
    padding-left: 3px;
    padding-right: 3px;
}

.HTMLRootMenuItemBegin,
.HRMIB {
    float: left;
    padding-left: 2px;
    padding-bottom: 2px;
}

.HTMLRootSubMenuBegin,
.HRSMB {
    font-size: medium;
    font-weight: bold;
    text-decoration: underline;
}

.HTMLRootSubMenuBeginOverlay,
.HRSMBO {
    display: none;
    height: 100%;
    left: 0px;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=20);
    opacity: 0.2;
    z-index: 9988;
}

.HTMLRootSubMenuBeginMenuCloser,
.HRSMBMC {
    margin: 0px;
    top: 0px;
    position: fixed;
    min-height: 100%;
    min-width: 24px;
    width: 48px;
    height: 100%;
    background-color: white;
    z-index: 9989;
    background-color: #F5F5F5;
    border-top-color: white;
    border-left-color: white;
    border-bottom-color: gray;
    border-right-color: gray;
    border-width: 1px;
    border-style: solid;
    border-width: 2px;
    display: table-cell;
    vertical-align: top;
    background-position: top;
    background-image: url(../Resources/Images/arrow-left.png);
    background-repeat: no-repeat;
    background-size: 24px;
    -moz-background-size: 24px;
    -o-background-size: 24px;
    -webkit-background-size: 24px;
}

.HTMLRootSubMenuBeginMenuImg,
.HRSMBMI {
    border: none;
}

.HTMLRootSubMenuBeginTableCell,
.HRSMBTC {
    display: table-cell;
    border-collapse: separate;
    background-color: #F5F5F5;
    border-bottom-color: gray;
    border-left-color: white;
    border-right-color: gray;
    border-style: solid;
    border-top-color: white;
    border-width: 3px;
    margin: 0px;
}

.HTMLChildSubMenuBegin,
.HCSMB {
    background-color: #e6e6e6;
    font-weight: bold;
}


.HTMLChildMenuItemEnd,
.HCMIE {
    background-color: #e6e6e6;
    font-weight: bold;
}

.HTMLMenuItemAnchor,
.HMIA {
    display: block;
    width: 100%;
    height: 100%;
}

.HTMLMenuItemUncheckedSpan,
.HMIUS {
    display: inline-block;
    width: 12px;
    height: 12px;
}

.openFieldLink:link {
    color: #0000EE;
    text-decoration: underline;
}

.dropzone {
    width: 100%;
    height: 100%;
    border: none !important;
    /*top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: auto;
    margin-left: auto;*/
}

.dropzone.dz-drag-hover {
    border-style: solid;
    background-color: #fafafa;
}

.dropzone.dz-drag-hover .dz-message {
    color: #0000EE;
}

.nontabulargrid {
    padding-top: .7em;
}



#imageGroupSelectDialogWrap {
    display: inline;
}

.dialogContent {
    background-color: #fafafa;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.dialogContent button.close {
    float: right;
    background-color: transparent;
    border: none;
}

.dialogTitle {
    background-color:#d1dbe0;
    min-height: 16px;
    padding: 15px;
    border-bottom: 1px solid #E5E5E5;
}

.dialogTitle h4 {
    margin: 0px;
    font-weight: 700;
    font-size: 16px;
}

.dialogBody {
    padding: 15px;
    border-bottom: 1px solid #E5E5E5;
}

.dialogFooter {
    padding: 15px;
    text-align: right;
}

.hidden {
    display:none;
}

#dialogOverlay {
    position:fixed;
    top:0px;
    left:0px;
    min-height:100%;
    min-width:100%;
    width:100%;
    height:100%;
    overflow:hidden;
    background-color:#000;
    filter:alpha(opacity=20);
    opacity:0.2;z-index:9990;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#dialogWrap label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.previewContent {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
}

.previewContent img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.previewContent video {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.previewContent embed {
    width: 100%;
    height: 100%;
}

.previewContent span {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: #333;
}

.selectedCHB {
    background-color: orange !important;
}
.selectedCHBItem {
    background-color: darkorange !important;
}

.FrameFilter {
    width:100%;
}