/* Minification failed. Returning unminified contents.
(929,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(933,21): run-time error CSS1039: Token not allowed after unary operator: '-font-normal'
(958,28): run-time error CSS1039: Token not allowed after unary operator: '-info'
 */
body, input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;

    -webkit-text-size-adjust: 100%;
}
input, textarea {
/*
    Removes the default webkit design stuff from the design
*/
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
body {
/*
    Because of the complex width control, never set any margin or padding!
*/
    margin: 0px;
    padding: 0px;
}
a {
    color: #7f7f7f;
    text-decoration: none;
}
a:link, a:visited {
}
a:hover, a:active {
    text-decoration: underline;
}

#MainHeading {
    font-size: 1.5em;
    margin-top: 0px;
}
#SuppliedBy 
{
    text-align: right;
    padding-top: 10px;
}
.TermsLinkContainer:after {
    content: ' | ';
}
body[dir=rtl] #SuppliedBy {
    text-align: left;
}


#TotalContainer.NoTabsVisible {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.HintObject {
	background: #ffffff;
	background: rgba(255,255,255,0.70);
	border: 1px solid #333333;
	border-radius: 5px;
	padding: 10px;
	color: #333333;
	box-shadow: 2px 2px 5px 0px #9d9d9d;
    
	text-shadow:1px 1px #fff;
	text-shadow:1px 1px #fff,-1px -1px #fff;
}

#Main {
/*
    Because of the complex width control only set width related settings here
*/
    width: 100%;
    max-width: 500px;
    min-width: 180px;

    padding-top: 10px; 
    padding-bottom: 10px; 
    margin: 0 auto 0 auto;
}

/*** Standard Euroland Controls ***/
.euButton {
    background-color: #319DDD;
	border: 0px;
    color: #ffffff;
    padding: 3px 10px 3px 10px;

    cursor: pointer;
}

#ButtonsContainer {
    text-align: right;
}
body[dir=rtl] #ButtonsContainer {
    text-align: left;
}
#SearchFilter {
    display: inline-block;
    *zoom: 1.0;
    *display: inline;

    vertical-align: top;
}

#ButtonsContainer.NoTabsVisible {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/*** Start of: Tab Controls ***/
.tab-wrapper {
    position: relative;
    
}

.tab-wrapper .btn-subscription{
    /*position: absolute;
    right: 0;
    top: 5px;*/
}

#Tabs {
    padding-bottom: 10px;
    padding-top: 10px;
}

.Tabs {
    margin: 0px;
    padding: 0px;
    
    list-style-type: none;
    display: block;

    border-bottom: 1px solid #e1e1e1;
}
.Tabs-Tab {
    display: inline-block;
    zoom: 1;
    *display: inline;

    /*word-spacing: -5px;*/

    margin-right: 5px;
    position: relative;
    top: 1px;
}
body[dir=rtl] .Tabs-Tab {
    margin-right: 0px;
    margin-left: 5px;
}
.Tabs-Tab-Container {
    display: block;

    border: 1px solid #e1e1e1;
    padding: 5px 28px 5px 28px;
	line-height: 1.5em;

    background: #fafafa;
    color: #7f7f7f;
    text-decoration: none;
}
.Tabs-Tab-Container.selected {
    color: #333333;
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    cursor: default;
    font-weight: bold;

    text-decoration: none;
}

/*** End of: Tab Controls | Start of: SearchContainer ***/

#SearchContainer {
    padding: 7px 0px 7px 0px;
}
.InputBox {
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    padding: 5px;
    margin: 3px 0px 3px 0px;
}
.DateSelection {
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;

    display: inline-block;
    zoom: 1;
    *display: inline;
}

.DateSelection-InputBox {
    width: 80px;
    cursor: pointer;
    margin: 0px;
}

#SearchBox {
    width: 130px;
}

.DateSelection-Icon {
     margin-left: 3px;
}
body[dir=rtl] .DateSelection-Icon {
    margin-left: 0px;
    margin-right: 3px;
}

#SearchButton {
    cursor: default;
}

#SearchButton.ActiveButton,
#SearchButton.ActivePeriodButton {
    cursor: pointer;
}

.InactiveInputBox {
    color: #7f7f7f;
}

.NewsColumn-Container .PressRelease-Attachment {
    float: left!important;
    padding-right: 5px;
    padding-top: 0px;
}
.PressRelease-AttachmentClearer {
    clear: both;
}
.NoChange-NewsColumn {
    display: block;
}

.PressRelease-NewsDate {
    white-space: nowrap;
}

@media (min-width: 0px) and (max-width: 465px) {
/*
    465px is the point at with, by the default design, the "To" and "From" Calendars must go at separate lines
*/
    .DateSelection {
        margin-left: 0px;
    }
    #FromCalendarContrainer {
        display: block;
    }
}

#ErrorContainer {
    color: #c3585d;
    font-size: 1.0em;
}
#ErrorMessageCloseButton  {
    margin-right: 5px;
}

/*** End of: Search Controls | Start of: Paging Controls ***/

#PagesContainer {
    text-align: center;
}
.Pages {
    width: 100%;
}
.Pages-ArrowContainer {
    width: 40px;
}
.Pages-PageMarker {
    margin: 0px 3px 0px 3px;
    cursor: pointer;

    display: inline-block;
    *zoom: 1.0;
    *display: inline;
}
.Pages-PageMarker-Text {
    margin-left: 0.15em;
    margin-right: 0.15em;
}
.Pages-SelectedPageMarker {
    color: #7f7f7f;
    text-decoration: underline;
    cursor: default;
}
.Pages-Arrow {
    cursor: pointer;
}

/*** End of: Paging Controls | Start of: Periods ***/

#Periods {
    width: 100%;
    border-collapse: collapse;
    border: 0px;
}
#YearPeriodsContainer {
    text-align: right;
}
body[dir=rtl] #YearPeriodsContainer {
    text-align: left;
}
#CurrentPeriodContainer {
    font-weight: bold;
    font-size: 1.16em;
}

/*** End of: Periods | Start of: Types ***/

#Types {
    padding-bottom: 10px;
}
.Type {
    border-radius: 5px;
    padding: 3px 10px 3px 10px;
	background: #ededed;
	border: 1px solid #e3e3e3;
	color: #8d8d8d;
	margin: 5px;
    cursor: pointer;
}
.TypeSelected {
    background: #bbbbbb;
	border-color: #ebebeb;
    color: #333333;
}

/*** End of: Types | Start of: Column Structure ***/

#SortingContainer {
    /*word-spacing: -5px;*/
    font-size: 1.16em;
    color: #7f7f7f;
    padding-bottom: 3px;
}
.SortingArrowIcon {
    border: 0px;
}

.ColumnLayoutColumn {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}
.Change-Column {
    text-align: right;
}
body[dir=rtl] .ChangeColumn-Container,
body[dir=rtl] .ChangeColumn-Container {
    text-align: left;
}
.PressRelease-Message {
    padding-top: 5px;
}
.PressRelease-Attachment {
    text-align: left;
    padding-top: 3px;
}
/*
div.PressRelease div.Attachment a.Attachment {
    margin-right: 0px;
}
*/
.PressRelease-ReadMore {
    text-align: right;
    text-transform: capitalize;
}
.PressRelease-NewsDate {
    font-size: 1.16em;
}
.PressRelease-NewsType {
    font-size: 1.16em;
    color: #7f7f7f;
    margin-left: 10px;
}
.PressRelease-NewsTitle {
    font-size: 1.16em;
    font-weight: bold;
    color: #333333;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
    color: #333333;
}
.PressRelease-Change,
.PressRelease-NewsColumn {
    padding-top: 7px;
}
.PressReleaseOdd {
    
}
.PressReleaseEven {
}

.PressRelease-Change {
    font-size: 1.16em;
    font-weight: bold;
    color: #7f7f7f;
}
.Change-Positive {
    color: #22b14c;
}
.Change-Negative {
    color: #ed1c24;
}

.PressRelease-SingleLine-DataRow .PressRelease-NewsType {
    margin: 0px;
}
.HeadingColomnContainer,
.PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
    display: inline-block;
    vertical-align: top;
}


/**************** Start of: Dimensions Control ***************/
/*
    This section is meant for controlling the widths and still maintaining the stable table structure, while retaining the possibility of a flowing design, 
    where the content and the size of the tool force the content on multible lines.

    In normal cases you should simply leave it as is and simply set the "max-width" attribute for the #Main in order to control the width of the tool.
*/

/***************** Separated Columns ****************/
/*
    By default we assume that the min width can be 500px (The @media overwrites this, but if the browser does not understand @media, then the default remains.)
*/

.SortingContainer-NewsColumn,
.SortingContainer-InstrumentChangeColumn {
/*
    The .SortingContainer-NewsColumn and .SortingContainer-InstrumentChangeColumn needs to be half of the remaining percentage of .ComparisonChangeColumn.
    This is because the "Share Price" phrases is translated and needs the extra space in order to not go on extra lines.
*/
    min-width: 41.5%;
    max-width: 100%;
}
.NewsColumn {
/*
    The div.NewsColumn under the div.PressRelease must be 100% - (.InstrumentChangeColumn width)- (.ComparisonChangeColumn width)
*/
    width: 68%;
}
.InstrumentChangeColumn {
/*
    The width here can be quite a bit smaller because the .SortingContainer-InstrumentChangeColumn is qute a bit more wide and so they are not linked.
*/    
    width: 15%;
    min-width: 75px;
    max-width: 100%;
}
.ComparisonChangeColumn,
.SortingContainer-ComparisonChangeColumn {
/*
    The comparison Column's width needs to be the same in both the div#SortingContainer as well as the div.PressRelease
    This is to keep the illusion of a table.
*/
    width: 17%;
    min-width: 85px;
    max-width: 100%;
    *margin-left: -2px;
}


@media (min-width: 350px) and (max-width: 520px) {
/*
    When the width is lowwer than 500px on with the default settings are done, this section goes down to 350px
*/
    .SortingContainer-NewsColumn,
    .SortingContainer-InstrumentChangeColumn {
    /*
        The div#SortingContainer's div.NewsColumn and div.ChangeColumn needs to be half of the remaining percentage of div.ComparisonChangeColumn.
        This is because the "Share Price" phrases is translated and needs the extra space in order to not go on extra lines.
    */
        min-width: 37.8%;
        max-width: 100%;
    }
    .NewsColumn {
    /*
        The div.NewsColumn under the div.PressRelease must be 100% - (.InstrumentChangeColumn width)- (.ComparisonChangeColumn width)
    */
        width: 53.6%;
    }
    .InstrumentChangeColumn {
    /*
        The width here can be quite a bit smaller because the .SortingContainer-InstrumentChangeColumn is qute a bit more wide and so they are not linked.
    */   
        width: 22%;
        min-width: 75px;
        max-width: 100%;
    }
    .ComparisonChangeColumn,
    .SortingContainer-ComparisonChangeColumn {
    /*
        The comparison Column's width needs to be the same in both the div#SortingContainer as well as the div.PressRelease
        This is to keep the illusion of a table.
    */
        width: 24.4%;
        min-width: 85px;
        max-width: 100%;
    }
}
@media (min-width: 0px) and (max-width: 370px) {
/*
    When the width is lower then 350px then this is invoked.
    In the two separate column version, the News own item is set on a separate line and the changes are in a 50% columns on the next line 
    i.e. the changes still retain their column structure only on the next line.
*/
    .NewsColumn,
    .SortingContainer-NewsColumn {
        display: block;
        width: 100%;
        text-align: left;
    }
    .InstrumentChangeColumn,
    .ComparisonChangeColumn,
    .SortingContainer-InstrumentChangeColumn,
    .SortingContainer-ComparisonChangeColumn {
        width: 50%;
        text-align: left;
    }
}

/***************** Single Individual Column ****************/
/*
    By default we assume that the column structure will be retained untill 350px.
*/

.SortingContainer-SingleChangeColumn-NewsColumn,
.SortingContainer-SingleChangeColumn-InstrumentChangeColumn,
.SortingContainer-SingleChangeColumn-ComparisonChangeColumn {
/*
    The SingleChangeColumn's headings are 50% each in order to allow for translations widths.
    This is because the SortingHeading phrases are translated and variable and needs the extra space in order to not go on extra lines.
*/
    width: 50%;
    min-width: 175px;
    max-width: 100%;
}

.SingleChangeColumn-NewsColumn {
/*
    The div.NewsColumn under the div.PressRelease must be 100% - (.SingleChangeColumn-InstrumentChangeColumn width or .SingleChangeColumn-ComparisonChangeColumn width)
*/
    width: 80%;
}
.SingleChangeColumn-InstrumentChangeColumn,
.SingleChangeColumn-ComparisonChangeColumn {
/*
    The width here can be quite a bit smaller because the div#SortingContainer's change columns is qute a bit more wide and so they are not linked.
*/    
    width: 20%;
    min-width: 70px;
    max-width: 100%;
}

.SingleChangeColumn-InstrumentChangeColumn,
.SingleChangeColumn-ComparisonChangeColumn,
.SortingContainer-SingleChangeColumn-InstrumentChangeColumn,
.SortingContainer-SingleChangeColumn-ComparisonChangeColumn {
/*
    This is required so that in IE7- the columns would remain stable
*/
    *margin-left: -2px;
}


@media (min-width: 250px) and (max-width: 370px) {
/*
    This will be invoked, when the width goes lower that the default assumed minimum width of 350px
*/
    .SortingContainer-SingleChangeColumn-NewsColumn,
    .SortingContainer-SingleChangeColumn-InstrumentChangeColumn,
    .SortingContainer-SingleChangeColumn-ComparisonChangeColumn {
    /*
        The SingleChangeColumn's headings are 50% each in order to allow for translations widths.
        This is because the SortingHeading phrases are translated and variable and needs the extra space in order to not go on extra lines.
    */
        width: 50%;
        min-width: 125px;
        max-width: 100%;
    }
    .SingleChangeColumn-NewsColumn {
    /*
        The div.NewsColumn under the div.PressRelease must be 100% - (.SingleChangeColumn-InstrumentChangeColumn width or .SingleChangeColumn-ComparisonChangeColumn width)
    */
        width: 70%;
    }
    .SingleChangeColumn-InstrumentChangeColumn,
    .SingleChangeColumn-ComparisonChangeColumn {
    /*
        The width here can be quite a bit smaller because the div#SortingContainer's change columns is qute a bit more wide and so they are not linked.
    */      
        width: 30%;
        min-width: 75px;
        max-width: 100%;
    }
}
@media (min-width: 0px) and (max-width: 270px) {

    .SingleChangeColumn-InstrumentChangeColumn,
    .SingleChangeColumn-ComparisonChangeColumn,
    .SingleChangeColumn-NewsColumn,
    .SortingContainer-SingleChangeColumn-NewsColumn,
    .SortingContainer-SingleChangeColumn-InstrumentChangeColumn,
    .SortingContainer-SingleChangeColumn-ComparisonChangeColumn {

        width: 100%;
        display: block;
        text-align: left;
    }
}

/***************** Single Combined Column ****************/
/*
    By default we assume that the min width can be 400px (The @media overwrites this, but if the browser does not understand @media, then the default remains.)
*/

.SortingContainer-CombinedChange-NewsColumn,
.SortingContainer-CombinedChangeColumn {
/*
    The heading's are 50% each in order to allow for translations widths.
    This is because the SortingHeading phrases are translated and variable and needs the extra space in order to not go on extra lines.
*/
    width: 50%;
    min-width: 200px;
    max-width: 100%;
    
}
.SortingContainer-CombinedChangeColumn,
.CombinedChangeColumn {
/*
    This is required so that in IE7- the columns would remain stable
*/
    *margin-left: -2px;
}
.CombinedChange-NewsColumn {
/*
    The div.NewsColumn under the div.PressRelease must be 100% - (.CombinedChangeColumn width)
*/
    width: 69%;
}
.CombinedChangeColumn {
/*
    The width here can be quite a bit smaller because the #SortingContainer's change column is qute a bit more wide and so they are not linked.
*/    
    width: 31%;
    min-width: 124px;
    max-width: 100%;
}

@media (min-width: 300px) and (max-width: 420px) {
/*
    This is invoked when the width is lower than 400px, goes down to 300px
*/ 
    .SortingContainer-CombinedChange-NewsColumn,
    .SortingContainer-CombinedChangeColumn {
    /*
        The heading's are 50% each in order to allow for translations widths.
        This is because the SortingHeading phrases are translated and variable and needs the extra space in order to not go on extra lines.
    */
        width: 50%;
        min-width: 150px;
        max-width: 100%;
    
    }
    .CombinedChange-NewsColumn {
    /*
        The div.NewsColumn under the div.PressRelease must be 100% - (.CombinedChangeColumn width)
    */
        width: 58%;
    }
    .CombinedChangeColumn {
    /*
        The width here can be quite a bit smaller because the #SortingContainer's change column is qute a bit more wide and so they are not linked.
    */   
        width: 42%;
        min-width: 124px;
        max-width: 100%;
    }
}
@media (min-width: 0px) and (max-width: 320px) {
/*
    This is invoked when the width is lowwer than 300px
*/
    .SortingContainer-CombinedChange-NewsColumn,
    .SortingContainer-CombinedChangeColumn, 
    .CombinedChange-NewsColumn, 
    .CombinedChangeColumn {
    /*
        Because there are only 2 columns anyway, then, when the change column goes to the second line then all of the settings can be applied to all the object at once.
    */
        width: 100%;
        display: block;
    }
    .SortingContainer-CombinedChangeColumn,
    .CombinedChangeColumn {
        text-align: left;
    }
}

/**************** End of: Dimensions Control ***************/

.NoChange-NewsColumn {
    display: block;
}

.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.easySelect {
    font-size: 0.8rem !important;
    cursor: default;
    display: block;
    /*make dropdown width */
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    color: #414c52;
    border: 1px solid #cbcbcb !important;
    border-radius: 3px;
    height: 33px;
}

.styledSelect {
    border-radius: 0.2rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding-left: 8px;
    padding-top: 9px;
    font-weight: 400 !important;
    color: #414c52;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 15%;
    text-align:left;
}

.clearSelectfromDiv {
    float: right;
    margin-right: 35px;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    top: -2px;
    z-index: 4;
    color: #414c52;
    display:none !important;
}

    .clearSelectfromDiv:hover {
        color: rgba(65, 76, 82, 0.76);
    }

.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #414c52 transparent transparent transparent;
    position: absolute;
    top: 15px;
    right: 8px;
}

.styledSelect:active,
.styledSelect.active {
    background-color: #fafafa;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 3px 0;
    padding: 3px 0 0 0px;
    list-style: none;
    border: 1px solid #cbcbcb !important;
    background-color: white;
    border-radius: 0.2rem;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    width: 100%
}

.scrolableDiv {
    overflow: auto
}

.divSearcheasySelect {
    border-bottom: 1px solid #cbcbcb !important;
}

.options li {
    margin: auto;
    max-width: 100% !important;
    font-size: 0.6rem !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    overflow: hidden
}

    .options li:hover {
        background-color: #f1f1fc;
    }

.container-item {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0px;
    width: auto !important;
    cursor: pointer;
    font-size: 0.8rem;
    padding: 0.25rem 0px 0.25rem 33px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .container-item > input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    margin-left: 3px;
    left: 5px;
    width: 1rem;
    height: 1rem;
    /*background-color: white;
    border-radius: 3px;
    border: #adb5bd solid 1px;*/
}

.container input:checked ~ .checkmark {
    background-color: white;
    border-color: #3490dc;
}


.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-item input:checked ~ .checkmark:after {
    display: block;
}

.container-item .checkmark:after {
    left: 5px;
    top: 1px;
    width: 4.5px;
    height: 10px;
    border: 2px solid #10b3b8;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
   
}

.divSearcheasySelect {
    padding-right: 12px;
    padding-left: 7px;
    padding-top: 4px;
    padding-bottom: 7px;
    overflow: hidden;
    text-align: center;
}

.optionRow {
    margin:  0px;
    border-radius: 3px;
    font-size: 11.5px;
    text-align: left;
    font-weight: 600;
    color: #414c52;
    display: block ruby;
}

#clearAlleasySelect {
    margin-right: 20px
}

#selectAlleasySelect {
    margin-right: 57px;
    cursor:pointer;
}

.optionRow:hover {
    color: rgba(65, 76, 82, 0.81);
}

.optionRow .alleasySelect {
    font-size: 13px;
    margin: 2px auto auto 4px;
}

.divSearcheasySelect .searchInputeasySelect {
    width: 100%;
    margin-right: auto;
    color: var(--primary-color);
    border: 1px solid #ced4da;
    height: 30px;
    background-color: white !important;
    font-size: var(--font-normal);
    text-indent: 8px;
    border-radius: 0.2rem;
}
#clearAlleasySelect {
    display: none !important;
}
.searchInputeasySelect  {
    display: none !important;
}
.divSearcheasySelect .searchInputeasySelect::-ms-input-placeholder {
    color: #6c757d !important;
}

    .divSearcheasySelect .searchInputeasySelect::-moz-placeholder {
        color: #6c757d !important;
    }

    .divSearcheasySelect .searchInputeasySelect::placeholder {
        color: #6c757d !important;
    }

    .divSearcheasySelect .searchInputeasySelect:focus {
        color: #495057;
        background-color: #fff;
        border-color: var(--info) !important;
        outline: 0;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
    }

.divOptionsesySelect > p {
    display: inline-block
}

.messageMaxallowedSelections {
    padding: 0px !important;
    font-size: 12px;
    font-weight: bold;
    margin: auto;
    color: #838383
}

.hiddenLieasySelect {
    text-align: center;
    padding: 4px 4px 6px 0px;
    background-color: #f3f6f9;
}

li.hiddenLieasySelect {
    font-size: 12px !important;
    font-weight: 600
}

.options > .hiddenLieasySelect:hover {
    background: none !important;
    cursor: context-menu;
}

li.no_results {
    padding: 6px;
    font-size: 12px !important;
    font-weight: 600
}
.LieasySelect
{
    display:none !important;
}
.HintObject {
	background: #ffffff;
	background: rgba(255,255,255,0.70);
	border: 1px solid #333333;
	border-radius: 5px;
	padding: 10px;
	color: #333333;
	box-shadow: 2px 2px 5px 0px #9d9d9d;
    
	text-shadow: 1px 1px #fff;
	text-shadow: 1px 1px #fff,-1px -1px #fff;
}

@media print
{
    .HintObject {
        display: none;
    }
}
