﻿/*
 ----------------------------------- Changes --------------------------------------------------
 Date     |  PCR  |  NAME       |   Description
-----------------------------------------------------------------------------------------------
07/12/2012| 57754 | T THORP     |  Added TABLE.TableHeader classes to display table holding
                                |  "Show All Text Checkbox on Service Request Activity Page
-----------------------------------------------------------------------------------------------
08/27/2012| 57944 | T THORP     |  Added classes to support the new tag comments design
          |       |             |  And reformatted page by accident.
-----------------------------------------------------------------------------------------------
09/13/2012| 55070 | T THORP     |  Added classes to support color coded tags
-----------------------------------------------------------------------------------------------
09/13/2012| 58493 | T THORP     |  Countdown timer when user is about to time out
                                |  css classes were added during 57944 debug while
                                |  debugging a proof of concept version of this pcr.
-----------------------------------------------------------------------------------------------
11/13/2012| 59000 | T THORP     |  Announcements
-----------------------------------------------------------------------------------------------
08/30/2013| 62856 | T THORP     |  Participation Period Background colors
----------------------------------------------------------------------------------------------- 
09/30/2015|       |Johrdin H    |  IE 11 Upgrade changes
-----------------------------------------------------------------------------------------------
02/23/2018|       | Tim Larson  |  YoungStar migration fix display issues
----------------------------------------------------------------------------------------------- 
Color Scheme:
        Red B7481D
        Orange FBAA23
        Beige FFF9BB
*/

/*PCR 57944: jqueryui overrides */
.ui-widget { font-size: small; }

/* added to fix problem with FF & chrome in displaying the tab headers correctly
   Problem was that when the tab was selected, there would still be a line under it,
   rather than connecting with body of tags.  Makes it hard to ensure it is selected.
*/

.tabsFixup { top: 1px !important; }

.ui-tabs .ui-tabs-nav li {
    border-bottom-color: #eee !important;
    margin-left: 8px;
    text-align: center;
    text-decoration: none;
    width: 18%;
}

.TabsOverallContainer .ui-tabs-nav .ui-widget-header .ui-state-active, .TabsOverallContainer .ui-tabs-nav .ui-widget-header .ui-state-default { background-image: none; }

.ui-tabs .ui-tabs-nav li a {
    background-image: none;
    border-bottom-width: 1px;
    border-color: #eee;
    display: inline-block;
    float: none;
    padding: 5px 0px 5px 0px;
    width: 100%;
}

.ui-widget-content { color: black; }

/* End jqueryui overrides */

/* CWA Overrides */

#MainContentWrapper [type=checkbox] ~ label,
#MainContentWrapper [type=radio] ~ label { font-weight: normal; }

#MainContentWrapper .DefaultInputCss, #MainContentWrapper .DefaultViewCss,
#MainContentWrapper .DefaultInputCss .rcbInputCell .rcbInput,
#MainContentWrapper .DefaultInputCss .rlbGroup .rlbList .rlbItem,
#MainContentWrapper .DefaultInputCss .riTextBox { font-weight: normal; }

#MainContentWrapper .DefaultViewCss { font-size: inherit !important; }

.rlbItem { min-height: 16px; }


/* End CWA Overrides */

html {
    height: 100%;
    margin: 0px;
}

body {
    font-family: Arial;
    font-size: small;
    height: 100%;
    margin: 0px;
}

.Bold { font-weight: bold; }

.HortzCenter { text-align: center; }

/* H1 should only be used after a page divider so it is small */

H1 {
    font-size: small;
    font-weight: bold;
}

/* Add a little clearance to the right of a radiobutton's label */


/* Layout Classes */

TABLE.Layout {
    margin: 0px;
    padding: 3px;
}

TABLE.Layout TD { padding: 15px; }


/* PCR 57754 - Added */

TABLE.TableHeader { width: 100%; }

/* PCR 57754 - Added */

TABLE.TableHeader TD {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 15px;
    padding-top: 0px;
}

/* PCR 57754 - Added */

TABLE.TableHeader h1 { margin: 0px; }

/* Master Page Sections */

DIV.AfterHours {
    background-color: #FFCCCC;
    border: thin solid #FF0000;
    left: 360px;
    position: absolute;
    top: 0px;
}

DIV.LoginStatus {
    position: absolute;
    right: 15px;
    top: 15px;
}

@media print {
    DIV.LoginStatus { display: none; }
}

DIV.TopMenu {
    background-color: #B7481D;
    color: White;
    padding: 5px;
}

DIV.TopMenu A {
    color: White;
    font-weight: bold;
    text-decoration: none;
}

DIV.TopMenu A:hover { text-decoration: underline; }

/* Error Handling */

SPAN.ErrorFieldName {
    color: Red;
    font-weight: bold;
}

INPUT.Error, SELECT.Error, SPAN.Error SELECT, TEXTAREA.Error {
    background-color: #ffe9e8;
    border-bottom: #ff0066 double;
    border-left: #ff0066 double;
    border-right: #ff0066 double;
    border-top: #ff0066 double;
}

SPAN.Error TABLE.Error {
    background-color: #ffe9e8;
    border-bottom: #ff0066 thin solid;
    border-left: #ff0066 thin solid;
    border-right: #ff0066 thin solid;
    border-top: #ff0066 thin solid;
    float: left;
    margin-right: 5px;
}



TABLE.Caution {
    background-color: white;
    border-bottom: black thin solid;
    border-left: black thin solid;
    border-right: black thin solid;
    border-top: black thin solid;
    font-size: small;
    margin-left: 50px;
    margin-top: 20px;
    padding: 0px;
    width: 85%;
}

TH.CautionHeader {
    background-color: #FFF9BB;
    border-bottom: black thin solid;
    font-size: small;
}

TD.Caution { padding-left: 200px; }

/* Page Divider */

DIV.PageDivider {
    font-size: medium;
    margin-left: 15px;
    margin-top: 5px;
}

DIV.PageDividerHeader {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 2px 0px;
    text-align: left;
    vertical-align: bottom;
    width: 95%;
}

DIV.PageDividerBody { margin-left: 25px; }


/* Content Box and Body */

DIV.ContentBox, DIV.Body { margin: 5px; }

DIV.ContentBox {
    background-color: White;
    margin: 0px;
    margin-bottom: 1px;
    width: 100%; /*Original - 98%;*/
}

DIV.ContentBoxHeader {
    background-color: #FBAA23;
    border: solid 1px black;
    font-weight: bold;
    padding: 2px;
    text-indent: 15px;
}

DIV.ContentBoxBody {
    border-bottom: solid 1px black;
    border-collapse: collapse;
    border-left: solid 1px black;
    border-right: solid 1px black;
    padding: 5px;
}

/* Home Page */

Table.HomePageNavigation {
    text-align: center;
    width: 50%;
}

Table.HomePageNavigation TH { text-align: right; }

Table.HomePageNavigation TD { text-align: left; }


/* Grids */

TABLE.Grid, TABLE.SearchGrid {
    border: 1px black solid;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0px;
    padding: 4px;
}

TABLE.SearchGrid { width: 90%; }

TABLE.Grid TH, TABLE.SearchGrid TH {
    background-color: #B7481D;
    border: 1px solid #666666;
    color: White;
    font-size: small;
    padding: 2px;
}

TABLE.Grid TD, TABLE.SearchGrid TD {
    border: 1px solid #666666;
    font-size: small;
    padding: 2px;
    vertical-align: top;
}

.GridDateColumn {
    text-align: center;
    width: 80px;
}



/* Buttons */

A.BigButtonLink { font-size: medium; }

A.SmallButtonLink { }

/* Input Forms */

TABLE.InputForm { }

TABLE.InputForm TH {
    font-size: small;
    font-weight: bold;
    min-width: 150px;
    text-align: right;
    vertical-align: top;
    width: 150px;
}

TABLE.InputForm TD {
    font-size: small;
    padding-left: 15px;
}

/* Footer */

DIV.Footer { }

/* Banner */

IMG.BannerLogoImage { float: left; }

IMG.BannerRotatingImage { }


/* Horizontal Item Detail Tables */

TABLE.DetailsTable {
    margin: 0px;
    margin-left: 20px;
    padding: 3px;
}

TABLE.DetailsTable TD {
    font-size: small;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-top: 5px;
}

TABLE.DetailsTable TH {
    font-size: small;
    padding-top: 10px;
    text-align: left;
}

TABLE.Header { width: 100%; }

TABLE.Header TD {
    font-size: small;
    padding-right: 15px;
    vertical-align: top;
    white-space: nowrap;
}

TABLE.Header TH {
    font-size: small;
    padding-right: 5px;
    text-align: right;
    vertical-align: top;
}

TABLE.Header TH.CategoryHeader { text-align: left; }



/* Facility Header - Accreditation & address */

TABLE.FacilityHeaderAddress { width: 100%; }

TD.FacilityHeaderAccreditation { width: 60%; }

TH.FacilityHeaderAddressHeader {
    text-align: left !important;
    vertical-align: top;
    width: 15%;
}

TD.FacilityHeaderAddress {
    vertical-align: top;
    width: 25%;
}



TD.AccreditationAndAddress H1 { margin: 0px; }


/* Facility Header - Accreditation Logo */

IMG.AccreditationLogo { margin-right: 15px; }

/* SPA */

DIV.SPAPanel {
    position: absolute;
    right: 400px;
    top: 15px;
}

/* Main Content Area */

DIV.Body { }


/* Footer */

DIV.Footer, DIV.FooterAlign { margin-top: 50px; }

#MainContentWrapper { }

/* Exception Page */

.ExceptionTimestampLabel {
    color: #CC3333;
    font-family: "Lucida Console";
    font-size: small;
    font-weight: bold;
}


/* Menu Styles */

/* - Survey Navigator Menu Style */

DIV.SurveyNavigatorBorder {
    background-color: #FBAA23;
    border: solid 1px black;
    padding: 15px;
    width: 95%;
}

DIV.SurveyNavigatorContent {
    background-color: White;
    border: solid 1px black;
}

TD.SurveyNavigatorNextButton { }

TD.SurveyNavigatorPreviousButton { }

TD.SurveyNavigatorPreviousCaption, TD.SurveyNavigatorNextCaption { width: 50%; }

TD.SurveyNavigatorPreviousLabel, TD.SurveyNavigatorNextLabel { font-weight: bold; }

TD.SurveyNavigatorNextCaption, TD.SurveyNavigatorNextLabel { text-align: right; }

/* - Provider Menu Style */

.ProviderMenu {
    margin-top: -1px !important;
    width: 100%;
}

.ProviderMenuItemLevel1 {
    background-color: #E0E0E0;
    border-bottom: 1px black solid;
    border-collapse: collapse;
    color: Black;
    font-weight: bold;
    padding-left: 5px;
}

.ProviderMenuItemLevel2 {
    border-bottom: 1px black solid;
    border-collapse: collapse;
    margin: 0px !important;
    padding-left: 15px;
}



DIV.ProviderMenuContentBox {
    background-color: White;
    border: medium double #000000;
    border-collapse: collapse;
    width: 100%;
}

DIV.ProviderMenuContentBoxHeader {
    background-color: #B7481D;
    border-bottom: solid 1px black;
    border-collapse: collapse;
    color: White;
    font-weight: bold;
    padding: 2px;
    text-indent: 15px;
}

DIV.ProviderMenuContentBoxBody {
    border-collapse: collapse;
    margin-bottom: -1px;
}

/* Menu Rendering - For Pages that contain a menu, we use CSS and the Server Controls WrappedPageMenuSection and
    WrappedPageContentSection to achieve a 2 column layout */

DIV.MenuWrapper_ContentWrapper {
    float: left;
    width: 100%;
}

DIV.MenuWrapper_ContentColumn {
    margin-left: 200px; /* Must be the same as MenuWrapper_LeftColumn Width */
}

DIV.MenuWrapper_Section {
    margin: 5px; /* In case any specified formatting/padding for both sections of content are required, put here */
    vertical-align: top;
}

DIV.MenuWrapper_LeftColumn {
    float: left;
    margin-left: -100%;
    vertical-align: top;
    width: 200px; /* Must match MenuWrapper_ContentColumn margin-left */
}

Table.SurveyMenu {
    border: double black;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
}

Table.SurveyMenu TH {
    background-color: #B7481D;
    color: White;
    margin: 0px;
    padding: 0px;
}

Table.SurveyMenu TD {
    border-top: solid 1px black;
    margin: 0px;
    padding: 2px;
}

Table.SurveyMenu TD:hover { background-color: Yellow; }

Table.SurveyMenu TD A { text-decoration: none; }

Table.SurveyMenu TD A:hover { text-decoration: underline; }

Table.SurveyMenu TD.Active { background-color: #FBAA23 !important; }


Table.SurveyMenu TR {
    border: 1px;
    margin: 0px;
    padding: 0px;
}


/* Special formatting instruction to force a table cell onto one line */

TD.OneLineOnly { white-space: nowrap; }

/* PCR 68977 - Added  class  FAM */

.FAM .ui-button-text, .TagColor6 .ui-button-text { color: #873280 !important; }

.TabsContainer ul .ui-state-active .FAM, .TabsContainer ul .ui-state-active .TagColor6 {
    background-color: #eee;
    color: #873280;
}

.TabsContainer ul .FAM, .TabsContainer ul .TagColor6 {
    background-color: #873280;
    color: White;
}

table .TdTags .FAM-selected, table .TdTags .TagColor6-selected { color: #873280; }

TD.OneLineOnly { white-space: nowrap; }


/* PCR 57070 - Added  classes starting with RES, NED, LEC, BPP and HWS*/

.RES .ui-button-text, .TagColor5 .ui-button-text { color: green !important; }

.TabsContainer ul .ui-state-active .RES, .TabsContainer ul .ui-state-active .TagColor5 {
    background-color: #eee;
    color: green;
}

.TabsContainer ul .RES, .TabsContainer ul .TagColor5 {
    background-color: green;
    color: White;
}

table .TdTags .RES-selected, table .TdTags .TagColor5-selected { color: green; }

TD.OneLineOnly { white-space: nowrap; }

/* this is the default light blue text from jquery ui theme */

.EDU .ui-button-text, .TagColor2 .ui-button-text { color: #1C94C4; }

.TabsContainer ul .ui-state-active .EDU, .TabsContainer ul .ui-state-active .TagColor2 {
    background-color: #eee;
    color: #1C94C4;
}

.TabsContainer ul .EDU, .TabsContainer ul .TagColor2 {
    background-color: #1C94C4;
    color: White;
}

table .TdTags .EDU-selected, table .TdTags .TagColor2-selected { color: #1C94C4; }

/* Color is generated using LAB Color space by adjusting the NED color darker 
    with lightness chanel value = 26 */

.LEC .ui-button-text, .TagColor4 .ui-button-text { color: #004671; }

.TabsContainer ul .ui-state-active .LEC, .TabsContainer ul .ui-state-active .TagColor4 {
    background-color: #eee;
    color: #004671;
}

.TabsContainer ul .LEC, .TabsContainer ul .TagColor4 {
    background-color: #004671;
    color: White;
}

table .TdTags .LEC-selected, table .TdTags .TagColor4-selected { color: #004671; }

/* this is the default light orange text from jquery ui theme */

.BPP .ui-button-text, .TagColor1 .ui-button-text { color: #6738E8 !important; }

.TabsContainer ul .ui-state-active .BPP, .TabsContainer ul .ui-state-active .TagColor1 {
    background-color: #eee;
    border-bottom-color: #eee;
    color: #6738E8;
}

.TabsContainer ul .ui-state-active .BPP a, .TabsContainer ul .ui-state-active .TagColor1 a { border-bottom-color: #eee; }

.TabsContainer ul .BPP, .TabsContainer ul .TagColor1 {
    background-color: #6738E8;
    background-image: none;
    color: White;
}

table .TdTags .BPP-selected, table .TdTags .TagColor1-selected { color: #6738E8; }


/* Color is generated using LAB Color space by adjusting the BPP color darker  */

.HAW .ui-button-text, .TagColor3 .ui-button-text { color: #7B5511; }

.TabsContainer ul .ui-state-active .HAW, .TabsContainer ul .ui-state-active .TagColor3 {
    background-color: #eee;
    color: #7B5511;
}

.TabsContainer ul .HAW, .TabsContainer ul .TagColor3 {
    background-color: #7B5511;
    color: White;
}

table .TdTags .HAW-selected, table .TdTags .TagColor3-selected { color: #7B5511; }

.TabsContainer ul li a {
    text-align: center;
    white-space: normal;
}

/* PCR 57070 - End adds */

/* PCR 57944 Comments with tags */

/* remove default margins from h3 because
    with the multiple tag sections, there is
    too much whitespace*/

.Grid h3, .Grid ul {
    margin-bottom: 0.3em;
    margin-top: 0em;
}


.DropAndDragSource .ui-state-default, .DropAndDragSource .ui-widget-content .ui-state-default, .DropAndDragSource .ui-widget-header .ui-state-default { font-size: 90%; }

.CommentsContainerSection { width: 100%; }

.CommentsContainerSection .ui-icon { background-image: url(images/ui-icons_000000_256x240.png); }

.CommentsContainerSection ul {
    margin: 0;
    padding: 0;
}

.CommentsContainerSection .TdTextArea {
    padding: 0;
    vertical-align: top;
    width: 60%;
}

.CommentsContainerSection .TdTextArea textarea {
    overflow: auto;
    padding: 0px;
    width: 98%;
}

.CommentsContainerSection .TdTags {
    padding: 3px;
    vertical-align: top;
    width: 40%;
}

.CommentsContainerSection .TdTags div {
    background-color: White;
    background-image: none;
    margin-top: 2px;
    min-height: 20em;
    padding: 2px;
}

.CommentsContainerSection .placeholder {
    font-size: larger;
    font-weight: bold;
}

.CommentsContainerSectionHeader div { display: inline-block; }


.TdTextAreaViewOnly div {
    background-color: white;
    max-height: 21em;
    overflow-y: auto;
}

.TdTextAreaViewOnly1Cmt div {
    background-color: white;
    max-height: 25em;
    overflow-y: auto;
}

.TdTextArea textarea { height: 19em; }

.TabsContainer li {
    display: inline-block;
    font-weight: bold; /*required when just displaying titles in view mode to get vertical spacing correct*/
    list-style-type: none;
    margin-bottom: 10px;
}

.TagsFormatGridview {
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 2px;
}

.TagsFormatGridview td { padding: 0px !important; }

table .TdTags .TagsError {
    background-color: #d0d0d0;
    border-color: #FF0000;
    color: #cc0000;
}

table .TdTags .TagsErrorCleared {
    background-color: #f6f6f6;
    border-color: #ccc;
    color: inherit;
}

.TabsContainer li a {
    padding: 3px;
    text-decoration: none;
}

.TdTags .ui-state-default { background-image: none; }

.HideMe { display: none; }

/* end PCR 57944 Comments with tags */

/* pcr 58493  Countdown timer */

.WhiteText { color: white }

.CountDownTimerWarning {
    background-color: #000 !important;
    background-image: none;
    color: #fff;
}

/* background color is web safe color "olivedrab" */

.CountDownTimerWarningStart {
    background-color: #6b8e23 !important;
    background-image: none;
    color: #fff;
}

.CountDownTimerIcons span {
    background-image: url(../../../Images/timerImages.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 21px;
    width: 16px;
}

.CountDownTimerIcons .Digit0 { background-position: 0px -0px; }

.CountDownTimerIcons .Digit1 { background-position: -0px -31px; }

.CountDownTimerIcons .Digit2 { background-position: -0px -62px; }

.CountDownTimerIcons .Digit3 { background-position: -0px -93px; }

.CountDownTimerIcons .Digit4 { background-position: -0px -124px; }

.CountDownTimerIcons .Digit5 { background-position: -0px -155px; }

.CountDownTimerIcons .Digit6 { background-position: -0px -186px; }

.CountDownTimerIcons .Digit7 { background-position: -0px -217px; }

.CountDownTimerIcons .Digit8 { background-position: -0px -248px; }

.CountDownTimerIcons .Digit9 { background-position: -0px -279px; }

.CountDownTimerIcons .DigitBlank { background-position: -0px -310px; }

.CountDownTimerIcons .DigitColon {
    background-position: -0px -341px;
    width: 8px;
}

.CountDownTimerIcons .Background {
    background-image: url(../../../Images/timerImages.png);
    background-position: 0px -372px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 40px;
    text-align: center;
    width: 120px;
}

.CountDownTimerIcons .CenterBackground {
    margin-left: auto;
    margin-right: auto;
    width: 120px;
}

/* PCR 58121: Highlight Case Managment items that are too old */

.CaseManagementAlert { background-color: #ffffbb; }

.CaseManagementWarning { background-color: pink; }

/* PCR 59000:  Announcments for Youngstar */

.AnnouncementsGrid { }

.AnnouncementsGridHeader DIV.ContentBoxHeader {
    background-color: #B7481D;
    border: solid 1px black;
    color: White;
}

.AnnouncementsGrid .ui-icon { background-image: url(images/ui-icons_000000_256x240.png); }

.AnnouncementsGrid .AnnouncementHeader {
    background-color: #FBAA23;
    background-image: none;
    border: 1px solid #666666;
    color: Black;
    font-size: small;
    font-weight: bold;
}

.AnnouncementsGrid .AnnouncementHeader div { display: inline-block; }

.AnnouncementsGrid .AnnouncementFullText {
    vertical-align: top;
    width: 600px;
}

.AnnouncementsEditGrid td { vertical-align: middle; }

/* PCR 59000:  Announcments for Youngstar END*/

/* PCR 62856  Participation Period Background colors */

.partPeriodFuture { background-color: #DBFFDB; }

.partPeriodPast { background-color: #FFFFD6; }

/* PCR 62856  Participation Period Background colors END*/


/* PCR 60320 */

.CollapsibleSection { width: 100%; }

.CollapsibleSection .ui-icon { background-image: url(images/ui-icons_ffffff_256x240.png); }

.CollapsibleSectionHeader div { display: inline-block; }

/* Facility Detail Layout Classes */

.FacilityLayout {
    border: 1px solid black;
    margin: 0px;
    padding: 0px;
    width: 99.8%;
}

.FacilityLayout .InnerTable { width: 100%; }

.FacilityLayout .InnerTable td {
    padding-left: 2px;
    padding-right: 2px;
}

.FacilityLayout .IndentedTable { padding-left: 20px; }

.FacilityLayout .PaddedCells td {
    padding-left: 5px;
    padding-right: 5px;
}


.FacilityLayout td.LeftColunm {
    text-align: left;
    vertical-align: top !important;
    width: 175px !important;
}

.FacilityLayout .LeftColunm a img { margin-right: 5px; }

.FacilityLayout .BoldText { font-weight: bold; }

.FacilityLayout .TitleBar {
    background-color: #B7481D;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.FacilityLayout .HeaderSection, .FacilityLayout .HeaderSection a {
    background-color: #FEDA9E;
    border-bottom: 1px solid black;
    color: black;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 2px;
}

/* This is to override TABLE.Layout layout issue in Chrome/FF
   where the Location comments table is indented too far and
   looks "odd" when looking at left edges of the grids */

.FacilityLayout TABLE.Layout {
    margin: 0px;
    padding: 0px;
}

.FacilityLayout .HeaderSection .ui-icon { background-image: url(images/ui-icons_000000_256x240.png); }



TD.FormGrid { }

TD.FormTasks { }

TD.ComplianceDetails { }

TD.ComplianceTasks { }

.ShowAllCommentsCB {
    font-size: small;
    font-weight: bold;
    text-align: right;
}

@media print {
    .FacilityLayout .LeftColunm { display: none; }


    .PrntHideGridCol, .PrntHideMe { display: none !important; }

    .PrntShowMe { display: block !important; }

    .ShowAllCommentsCB { display: none; }

    table { page-break-inside: auto; }

    tr {
        page-break-after: auto;
        page-break-inside: avoid;
    }
}

/*  end PCR 60320*/

/* ! fix on gender radio button */

.inlineblock {
    display: inline-block;
    vertical-align: middle;
}

/*IE11 upgrade */

.RadComboBox[id*=SkinChooser] { display: none; }

.DefaultTimeInputCss input { font-weight: normal !important; }

/*Fix YoungStar migration display issues */

.RadInputMultiline { min-width: 40em; }