html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}


junkcss {
    color: #F8DDCC;
}

body
{
    margin-top: 5px;
    margin-left: 5px;
    /*font-family: Tahoma;*/

font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;

    /*color: #2C3E50;
    font-size: 10pt;*/
    background-color: #e2e8f1; /* app background */

}

table, td
{
	font-family: Tahoma;
	font-size: 10pt;
}

.NewsListTable
{
}


.NewsTable {
    /*
    BORDER-RIGHT: 4px;
    BORDER-TOP: 4px;
    BORDER-LEFT: 4px;
    BORDER-BOTTOM: 4px;

    background-color: #fff;
    border-style: solid;
    border-width: thin;
    border-color: silver;
    */
    border-style: none solid solid solid;
    border-width: 1px 1px 2px 1px;
    border-color: silver;
    padding-top: 13px;
}

.HighlightedNewsText
{
    /*font-size: 10pt;*/
    color: #C71C22 !important;
    
    /*color: #eb4580;
        color: #53a248;*/
    /*font-family: Tahoma;*/
    background-color: transparent; /* #B8967C; */
}

.NewsHeaderBackground
{
    /*
    border-style: solid solid none solid;
    border-width: thin;
    border-color: #CCCCCC;
    */
    /*background-color: #73A839; *//*screen title*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(#88c149), color-stop(60%, #73A839), to(#699934));
  background-image: linear-gradient(#88c149, #73A839 60%, #699934);
  background-repeat: no-repeat;

    width: 531px; /*opacity: 0.85;*/
    border-radius: 0.5rem 0.5rem 0rem 0rem;


    /*
-webkit-border-top-left-radius: 0.5rem;
-webkit-border-bottom-left-radius: 0.5rem;
 -moz-border-radius-topleft: 0.5rem;
-moz-border-radius-topright: 0.5rem;
        */
}

.NewsHeaderText
{
    font-size: 24px;
    color: #ffffff;
    /*font-family: 'Bradley Hand ITC';*/
    text-align: center;
    /*font-weight: bold;*/
}

.NewsText
{
    font-size: 10pt;
    /*
    font-size: 10pt;
    font-family: Tahoma;
    */       
    color: #033C73 !important;
    background-color: transparent; /*background-color: #B8967C;*/
}

.Breadcrumb
{
    /*
    color: #808080;
    text-decoration: none;
    font-weight: bold;
    vertical-align: middle;
    line-height: 30px;
    padding-left: 5px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
    */
    display: -webkit-box;
    display: -ms-flexbox;
    border-width: thin;
    border-style: none none solid none;
    border-color: #CCCCCC;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.55rem 1rem;
    list-style: none;
    background-color: #e9ecef;
}

.LinkButton
{
    color: #2FA4E7;
    text-decoration: none;
    font-weight: bold;
    vertical-align: middle;
    font-size:15px;
}

.LinkButton:hover
{
    opacity: 0.8;
    cursor: pointer;
}

.Breadcrumb a
{
    /*
    color: #eb4580;
    text-decoration: none;
    */
    font-weight: bold;

  color: #2FA4E7;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;

}

.Breadcrumb a:hover
{
    /*
    text-decoration: underline;
    font-weight: bolder;
    color: #60b748;
    */
    color: #157ab5;
    text-decoration: underline;
}



.TransparentBackground
{
    background-color: transparent;
}

.WhiteBackground
{
    background-color: transparent;
}


.PopupTable
{
	padding: 0px;
	border: 2px solid black;
	/*width: 840px;*/
}

.PopupBody
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;    
	/*background-color: tan; *//* #92b6b8; tan; */
}


.ScreenTable
{
	padding: 0px;
	/*border: 2px solid black;*/
	width: 860px;

}

.ScreenTitle
{
    /*
    border-style: solid solid none solid;
    border-width: thin;
    border-color: #CCCCCC;
    */
    padding-right: 30px;
    padding-left: 3px;    
    /*font-weight: bold;*/
    padding-bottom: 6px;
    color: #DFEAFF;
    padding-top: 5px; /* background-color: maroon; */
    text-align: center;
    font-size: 22px; /*font-family: Castellar;*/
    font-variant: normal;
    text-transform: none;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#033C73), color-stop(60%, #0b235e), to(#01103e));
    background-image: linear-gradient(#033C73, #0b235e 60%, #01103e);


    /*
    background-image: -webkit-gradient(linear, left top, left bottom, from(#04519b), color-stop(60%, #033C73), to(#02325f));
    background-image: linear-gradient(#04519b, #033C73 60%, #02325f);
        
        */

    background-repeat: no-repeat; /*background-color: #2FA4E7; 
        background-image: linear-gradient(#004A8A, #003662);
        
        */ /*screen title*/
    height: 40px;
    border-radius: 0.5rem 0.5rem 0rem 0rem;
    border-right: thick;
}

.ScreenBody
{
    background-color: #ffffff; /*screen body*/ 
    border-width: thin;    
    padding-bottom: 3px;
    border-color: #C0C0C0;
    border-radius: 0rem 0rem 0.3rem 0.3rem;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;

    /*
        padding-left: 3px;
    padding-right: 3px;
        padding-top: 3px;*/
    /*
    border-style: none solid solid solid;
    border-width: 1px 3px 3px 1px;
    border-color: #C0C0C0;
    */
}

.ValidationSummary li
{
    padding-bottom: 1px;
}

.CopyrightTable
{
	padding: 0px;
	border: 0px;
	width: 860px;
}

.CopyrightText
{
	font-size: 8pt;
	text-align: center;
}

input[type="checkbox"]
{
    border-radius: 0.25rem;
    background-color: #2FA4E7;
    padding-left: 3px;
}

input[type="checkbox"]:focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(47, 164, 231, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(47, 164, 231, 0.25);
}

input[type="checkbox"]:active
{
      color: #fff;
      background-color: #cfeaf9;
}

.NavigationTableFooter
{
    width:845px;        
    padding-left:10px;
    padding-bottom: 5px;
}

.PagingLeft
{
    padding-left: 10px;
    padding-top:6px;
}

.PagingRight
{
    padding-right: 10px;
    padding-top:6px;
}

.NavigationTable
{
    /*width:845px;*/
    border-collapse:collapse;
    width:97%;
    margin:auto;
    /*
    padding-left:10px;
    padding-bottom: 5px;
	
        width:860px;
        width: 100%;*/
}

.col-form-label-xsm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-xsm {
  height: calc(8px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;  /*
  height: calc(1.8125rem + 2px);
  width:25px;
  float:left;
    */
}

.ListTable
{
    padding: 0px;
    width:97%;
    margin:auto;
    border: 1px solid silver;
    /*width: 100%;*/
    height:500px;
    background-color: #ffffff;    
}

.ListTableLeftAlign
{
    padding: 0px;
    width:97%;
    border: 1px solid silver;
    /*width: 100%;*/
    height:500px;
    background-color: #ffffff;    
}


.ListTableAnyHeight
{
    padding: 0px;
    width:97%;
    margin:auto;
    border: 1px solid silver;
    /*width: 100%;*/
    background-color: #ffffff;    
}


.ListHeading /*, div.RadGrid_Simple th.rgHeader, th.rgResizeCol */
{
    border-right: silver 1px solid;
    padding-right: 2px;
    border-top: silver 1px solid;
    padding-left: 2px;
    font-weight: bold;
    padding-bottom: 2px;
    border-left: silver 1px solid;
    color: #666869;
    padding-top: 2px;
    border-bottom: silver 1px solid;
    background-color: #e2eaf1;
    vertical-align: bottom;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    border-width: thin;
}

div.RadGrid_Simple th.rgHeader, th.rgResizeCol {
    border-right: silver 1px solid;
    padding-right: 2px;
    border-top: silver 1px solid;
    padding-left: 2px;
    font-weight: bold;
    padding-bottom: 2px;
    border-left: silver 1px solid;
    color: #666869;
    padding-top: 2px;
    border-bottom: silver 1px solid;
    background-color: #e2eaf1;
    vertical-align: bottom;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    border-width: thin;
    border-collapse: collapse;
    display: none;
}

.GridNoRecords {
    color:maroon;
    height:28px;
    padding-top:12px;
}

div.RadGrid_Simple {
    border-style:solid;
}

div.RadGrid_Simple .rgMasterTable td {
    /*border:none;*/
}

.NumericTextBox {
    border-radius: 3px;
}


    div.RadGrid .rgSelectedRow
    {
         background: None;
         color:Black !important;
   
    }
    div.RadGrid .rgAltRow
    {
       background: #f4f4f5; /* #F2F2F2; */
        color:Black !important;
     
    }
    .RadGrid_Simple .rgSelectedRow td, .RadGrid_Default .rgSelectedRow td.rgSorted
    {
         /*border-bottom-color:White !important;*/
    }


.MySpinUpCssClass {
    background-color:blue;
    border:solid;
}

.ListHeading a
{

    text-decoration: none;
}

.ListFooter
{
    border-right: gray 1px solid;
    padding-right: 2px;
    border-top: gray 1px solid;
    padding-left: 2px;
    font-weight: bold;
    padding-bottom: 2px;
    border-left: gray 1px solid;
    color: #666869;
    padding-top: 2px;
    border-bottom: gray 1px solid;
    background-color: #e2eaf1;
    vertical-align: middle;
    height: 50px;
    vertical-align: middle;
    border-color: #C0C0C0;
}

.ListText
{
    padding: 2px 2px 2px 7px;
    border: 1px solid silver;
    cursor: pointer;
    height: 35px;
}

.ListTextPadBoth {
    padding: 2px 7px 2px 7px;
    border: 1px solid silver;
    cursor: pointer;
    height: 35px;
}

.ListTextAlternating
{
    height: 25px;
    padding: 2px 2px 2px 7px;
    border: 1px solid silver;
    background-color: #f4f4f5;
}

.ListTextNoPointer
{
    padding: 2px 2px 2px 7px;
    border: 1px solid silver;
    height: 35px;
}

.ListTextAlternatingNoPointer
{
    height: 35px;
    padding: 2px 2px 2px 7px;
    border: 1px solid silver;
    background-color: #f4f4f5;
}

.ListTextNoLink
{
    padding: 2px 2px 2px 7px;
	border: 1px solid silver;
}

.ListTextHighlight
{
    padding: 2px 2px 2px 7px;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	cursor: pointer;
	border-bottom: silver 1px solid;
	background-color: #c9e3eb;
}

.TextBoxTall
{
    height:136px;
}

.HeaderTable {
    /*border-color: #C0C0C0;
  background-image: linear-gradient(#CDD6E2, #C0C0C0);
  background-image: linear-gradient(#e9ecef, #C0C0C0);
  background-image: linear-gradient(#FEFEFE, #E3E6EA);
    background-image: linear-gradient(#FEFEFE, #A9B8CD);
        002B55
        */
    border-color: #C0C0C0 #999999 #999999 #C0C0C0;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    width: 860px;
    border-radius: 10px;
    color: #DFEAFF;
    background-image: url("images/banner.png");
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman' , serif;
    
}

.HideHeaderTable {
    display:none;    
}

.HeaderTableAnimated {
    /*border-color: #C0C0C0;
  background-image: linear-gradient(#CDD6E2, #C0C0C0);
  background-image: linear-gradient(#e9ecef, #C0C0C0);
  background-image: linear-gradient(#FEFEFE, #E3E6EA);
    background-image: linear-gradient(#FEFEFE, #A9B8CD);
        002B55
        */
    border-color: #C0C0C0 #999999 #999999 #C0C0C0;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    width: 860px;
    border-radius: 10px;
    color: #DFEAFF;
    background-image: url("images/burn-in.gif");
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman' , serif;
}

.HeaderTableTesting {
    border-color: #C0C0C0 #999999 #999999 #C0C0C0;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    width: 860px;
    border-radius: 10px;
    color: #DFEAFF;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman' , serif;
}

.HeaderTitle
{
    /*background-image: url('Images/ClientLogo.jpg');*/
    /*padding-left: 90px;*/
/*
    font-weight: bold;
    font-size: 18pt;
    vertical-align: middle;
    text-align: left;
    background-repeat: no-repeat;
    height:80px;
*/
    font-weight: bold;
    font-size: 18pt;
    vertical-align: middle;
    text-align: left;
    background-repeat: no-repeat;
    height: 80px;
    font-family: Arial;
    color: #DFEAFF;
}


.HeaderTitleStatic
{
/*    background-image: url('/Media/Logo_0.png'); */
    background-image: url('/Media/Logo_0b.png');
    font-weight: bold;
    font-size: 18pt;
    vertical-align: middle;
    text-align: left;
    background-repeat: no-repeat;
    padding-left: 150px;
    height: 80px;
    font-family: Arial;
    color: #DFEAFF;
    /*
    font-weight: bold;
    font-size: 18pt;
    vertical-align: middle;
    text-align: left;
    background-repeat: no-repeat;
    padding-left: 150px;
    height:80px;
    */
}

.HeaderStats
{
	font-size: 8pt;
	color: #DFEAFF; /*  #DFEAFF; #2C3E50;  #0099ff;  */
	text-align: right;
}

.DetailTable
{
	padding: 0px;
	width: 100%;
}

.TScoreMessage
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	color: red;
	border-bottom: black thin solid;
	background-color: gainsboro;
}

.DetailSubTotal
{
	background-color: lightsteelblue;
	text-align: left;
}

.DetailTotal
{
	background-color: aliceblue;
	text-align: left;
	font-weight: bold;
}

.DetailHeading
{
	padding: 2px;
	font-weight: bold;
	width: 90px;
	vertical-align: top;
}

.DetailHeadingWide
{
	padding: 2px;
	font-weight: bold;
	width: 250px;
	vertical-align: top;
}

.DetailHeadingExtraWide
{
    padding: 2px 2px 2px 30px;
    font-weight: bold;
    width: 225px;
    vertical-align: top;
}

.DetailHeadingReportFilter
{
    padding: 2px 2px 2px 30px;
    font-weight: bold;
    width: 175px;
    vertical-align: top;
}

.DetailHeadingAnyWidth, .DetailHeadingMedium
{
	padding: 2px;
	font-weight: bold;
	vertical-align: top;
}

.DetailHeadingMedium
{
    width: 120px;
}

.DetailText
{
	padding: 2px;
}

.DefaultAlternatingItemStyle
{
	background-color: lightsteelblue;
}


.SearchTable
{
	padding: 0px;
}

.SearchHeading
{
	padding: 2px;
	font-weight: bold;
}

.ItemTable
{
	padding: 0px;
}

.ItemHeading
{
	padding: 2px;
	font-weight: bold;
}

.Message {
    /*color: Red;*/
    color: #CE0000;
    font-weight: bold;
}

.SmallMessage
{
	color: Red;
	font-weight: bold;
	font-size: 8pt;
}

.EditLink
{
    /*background-image:url(Images/MediumButton.gif);*/
	font-size: 8pt;
	padding: 2px;
	border: 1px solid silver;
}

.EditLinkHeader
{
	width: 50px;
}

.PageNumber
{
    font-weight: bold;
    color: #73A839;
}

.CurriculumTable
{
	padding: 3px;
	border: none;
}

.CurriculumTable td
{
	border: none;
}

.QuestionHeading
{
	padding: 2px;
	font-weight: bold;
	vertical-align: top;
}

.CorrectAnswer
{
	font-weight: bold;
	color: Blue;
}

.TableTitle
{
	TEXT-ALIGN: center; 
	WIDTH:100%; 
	FONT-WEIGHT: bold;  
	FONT-VARIANT: small-caps;
}

.DateTable
{
    background-color: #e9ecef;
    border: 1px solid silver;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 250px;
}

.SQLDataTable, .SQLDataTable td
{
	font-family: Tahoma;
	font-size: 8pt;
}

.SQLHeader
{
	color: White;
	font-weight: bold;
	background-color: #000084;
}

.SQLData
{
	color: Black;
	background-color: #EEEEEE;
}

.SQLDataAlternate
{
	color: Black;
	background-color: #DCDCDC;
}

.MenuButton
{
    width: 250px;

  color: #fff;
  /*background-color: #2FA4E7;*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(#54b4eb), color-stop(60%, #2FA4E7), to(#1d9ce5));
  background-image: linear-gradient(#54b4eb, #2FA4E7 60%, #1d9ce5);
/*
  background-image: -webkit-gradient(linear, left top, left bottom, from(#54b4eb), color-stop(60%, #2FA4E7), to(#1d9ce5));
  background-image: linear-gradient(#54b4eb, #2FA4E7 60%, #1d9ce5);
*/
  background-repeat: no-repeat;


  border-color: #2FA4E7;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.05rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    /*color: #e3eef9;*/  /* MenuButton foreground */
   /* background-color: #35a9de !important; */ /* MenuButton background */
    /*padding-left: 4em;*/

    /*
    border: medium hidden #000000;
    text-align: left;
    height: 35px;
    font-weight: bold;
    border-radius: 10px;

background:    #35a9de;
background:    -webkit-linear-gradient(#35a9de, #073763);
background:    linear-gradient(#35a9de, #073763);
border:        1px solid #556699;
box-shadow:    1px 1px #444444;
padding:       1px 7px;
color:         #ffffff;
display:       inline-block;
text-align:    center;
text-shadow:   1px 1px #000000;
        */
}

.MenuButton:hover, .GenericButton:hover, .GenericMediumButton:hover, .GenericLargeButton:hover, .PagingButton:hover, .GenericSmallButton:hover
{
    /*box-shadow: 0 0 4px black;*/
    opacity: 0.8;
    cursor: pointer;
    /*color: #F8D201;*/

}


.PagingButton
{/*
    background:    #3d85c6;
    background:    -webkit-linear-gradient(#3d85c6, #073763);
    background:    linear-gradient(#3d85c6, #073763);
    border:        1px solid #556699;
    border-radius: 10px;
    box-shadow:    2px 2px #444444;
    padding:       1px 7px;
    color:         #ffffff;
    display:       inline-block;
    font:          normal 700 22px/1 "Calibri", sans-serif;
    text-align:    center;
    text-shadow:   1px 1px #000000;

  background-image: -webkit-gradient(linear, left top, left bottom, from(#88c149), color-stop(60%, #73A839), to(#699934));
  background-image: linear-gradient(#88c149, #73A839 60%, #699934);
  background-repeat: no-repeat;

     */
 
}

#NoRowsMessage
{
    margin:auto;
    width: 97%;
}

.NoRowsMessage
{
    margin:auto;
    width: 97%;
}

.Telerik.RadEditor
{
    border-radius:0.25em;
}

.MenuButton:disabled, .GenericButton:disabled, .GenericMediumButton:disabled, .GenericLargeButton:disabled, .PagingButton:disabled, .GenericSmallButton:disabled, .GlyphButton:disabled, .WarningButton:disabled
{
    opacity: 0.8;
    cursor: default;
    color: #999999;
}


.PadRight
{
    margin-right: 2px;
}


/*
    html .RadUpload .ruButton {
          color: #fff;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#54b4eb), color-stop(60%, #2FA4E7), to(#1d9ce5));
          background-image: linear-gradient(#54b4eb, #2FA4E7 60%, #1d9ce5);
          background-repeat: no-repeat;

          border-color: #2FA4E7;
          display: inline-block;
          font-weight: 400;
          text-align: center;
          white-space: nowrap;
          vertical-align: middle;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          border: 1px solid transparent;
          padding: 0.375rem 0.75rem;
          font-size: 0.875rem;
          line-height: 1.5;
          border-radius: 0.2rem;
          -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
          transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
          transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
          transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;    

    }
 
        html .RadUpload .ruButton.ruButtonFocus,
        html .RadUpload .ruButton.ruButtonFocus.ruButtonHover {
            opacity: 0.8;
            cursor: pointer;
            color: #F8D201;
        }
*/

.GenericButton, .GenericMediumButton, .GenericLargeButton, .GenericSmallButton, .WarningButton
{
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#54b4eb), color-stop(60%, #2FA4E7), to(#1d9ce5));
  background-image: linear-gradient(#54b4eb, #2FA4E7 60%, #1d9ce5);
  background-repeat: no-repeat;
  display: inline-block;
  border-color: #2FA4E7;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  background-color: #2FA4E7;
}


.GenericMediumButtonTEST {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#54b4eb), color-stop(60%, #2FA4E7), to(#1d9ce5));
  background-image: linear-gradient(#54b4eb, #2FA4E7 60%, #1d9ce5);
  background-repeat: no-repeat;
  display: inline-block;
  border-color: #2FA4E7;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  background-color: #2FA4E7;
}

.GlyphButton
{
    display: inline-block;
    font-size: 20px;
    color:#73A839;/*  #0A2661;*/
    padding-left:2px;
    padding-right:2px;
}

.GlyphButton:hover
{
    opacity: 0.8;
    cursor: pointer;
    /*color: #F8D201;*/
}


.GenericMediumButton
{
    text-align:center;
    /*width:117px;
    height:25px;
    border-radius: 10px;*/
}

.GenericSmallButton
{
    text-align:center;
    width:85px;
    /*height:25px;
    border-radius: 10px;*/
}

.GenericExtraSmallButton
{
    text-align:center;
    width:80px;
    height:28px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /*height:25px;
    border-radius: 10px;*/
}

.RadButton_Default.rbButton {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.GenericLargeButton
{
    width:250px;
    /*border-radius: 10px;*/
}

.ItemMatchTextBox
{
    width:176px;
}

.NotesTextBox
{
    width:200px;
}


.MenuRow:after
{
    content: "";
    display: table;
    clear: both;
}

.MenuColumn
{
    float:left;   
}


.MenuLeftColumn
{
    padding-top: 0;
    background-color:transparent; /* tan;*/
    padding-left:14px;
    width: 31%;
}

.MenuRightColumn
{
    background-color:transparent; /* tan;*/
    padding-left:11px;
    align-content:center;
}

.RootContainer
{
    display:inline-block;
    text-align:left;
    /*
    position:relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        */
}

.RootParent
{
    text-align:center;
}

.OrigRootContainer
{
    position:fixed;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.AdminLabel
{
    width:200px;
    color:#590000; 
    font-weight: bold;
}

.ControlBackground
{
    /*border: 1px solid #000;
    padding: 0px;
    margin: 0px;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 21px;
    padding: 0px;
    margin: 0px;
}

.SmallCalendar
{
    width:245px;
}

.Calendar
{
    width:250px;
}


.logoImage
{
    opacity: 0.4;
    
    position:absolute;
    bottom: -5px;
    left: 15px;
    
}


.tab-container {
    /*background: url('Images/background_image.png') 0 20px no-repeat;*/
    width: 815px;
    /*padding: 25px 20px 0 20px;*/
    margin:auto;
    /*height: 500px;*/
}

.tab-page
{
    border-style: none solid solid solid; 
    border-width: thin; 
    border-color: #868686; 
    background-color: #ECECEC; 
    padding-left: 5px;
}

.calendarDays
{
    text-decoration: none;
    color: #0000CC;
    font-family: sans-serif;
}

.calendarTitle
{
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
}

.calendarTitle a
{
    text-decoration: none;
}

.calendarDays a
{
  text-decoration: none;
}

.calendarDayHeader
{
    color: #A6C4E1;
    background-color: white;
    font-weight:lighter;
}

.cardFullScreen
{
    max-width: 50.5rem;
    margin:auto;
}

.hAlignCenter
{
    margin:auto;
}

.demo-container {
    background: transparent url("Images/shadow.png") no-repeat scroll 100% 100%;
    padding: 0 5px 6px 0;
    width:260px;
    border:none;
}

.rcEvent
{
    color: white;
    border-radius: 3px;

  background-image: -webkit-gradient(linear, left top, left bottom, from(#54b4eb), color-stop(60%, #2FA4E7), to(#1d9ce5));
  background-image: linear-gradient(#54b4eb, #2FA4E7 60%, #1d9ce5);
  background-repeat: no-repeat;
  border-color: #2FA4E7;

}

.RadTreeNode
{
    display:inline-block !important;
}

.TreeNodeLabel
{
    float:left;
    vertical-align:bottom;
    display:block;
    /*padding-top:6px;*/
}

#RadTree div
{
white-space: normal;
}

.PadLeft
{
    padding-left: 12px;
}


.DashboardBackground
{
  background-image: -webkit-gradient(linear, left top, left bottom, from(#88c149), color-stop(60%, #73A839), to(#699934));
  background-image: linear-gradient(#88c149, #73A839 60%, #699934);
  background-repeat: no-repeat;
  color: white;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
 
}

.TreeNodeIcon {
    border: 0px;
    background-color:transparent;
    cursor:pointer;    
    margin:0px;
    padding:0px;
}

.TreeNodeIcon:hover
{
    opacity: 0.8;
    cursor: pointer;
}



.CurriculumIcon {
    color: #6918b4;
   /* 
        color: #6610f2;
       color: #6f42c1;
       
        */
}

.SubCurriculumIcon {
    color: #FFD700; /* #e6c300; */
}

.ObjectiveIcon {
    color: #FF0000; /* #C71C22; */
    /*color: #DD5600;*/
}

.ItemIcon {
    color: #4169E1; /*  #0000e6; */
   /* 
    color: #033C73;
       color: #73A839;
    color: #73A839;*/
}

.CurriculumIconHeading {
    background-color:whitesmoke;
}


/* remove main borders */
.borderLessDialog.RadWindow
{
    border: none;
    padding: 0;
}

/* both selectors below can be replaced with setting VisibleTitlebar="false" */
/* remove the titlebar widening */
.borderLessDialog.RadWindow .rwTitleBar
{
    margin: 0;
}

/* remove the titlebar */
.borderLessDialog .rwTitleBar
{
    display: none;
}

/* the selector below can be replaced with setting VisibleStatusbar="false" */
/* remove the statusbar */
.borderLessDialog .rwStatusBar
{
    display: none;
}

/* remove the border around the content */
.borderLessDialog.RadWindow .rwContent
{
    border: none;
}

.radWindowCustom.RadWindow {
    margin-top: 5px;
    margin-left: 5px;
    /*font-family: Tahoma;*/

font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;

    /*color: #2C3E50;
    font-size: 10pt;*/
    background-color: #e2e8f1; /* app background */
}

.radWindowCustom.RadWindowHidden {
    margin-top: 5px;
    margin-left: 5px;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;

    display:none;
    background-color: #e2e8f1; /* app background */
}

div.RadToolTip {
    background-color: aliceblue;
}

.greenNote {
    color: #73A839;
}

.yellowNote {
    color: #FFD700;
}

.hoursTextBox {
}

.RadGrid .rgHoveredRow {
    padding: 2px 2px 2px 7px;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	cursor: pointer;
	border-bottom: silver 1px solid;
	background-color: #c9e3eb !important;

    /*background-color: blue !important;*/
}
/*
div.RadGrid_Simple th.rgHeader, th.rgResizeCol {
     border-right: silver 1px solid;
    padding-right: 2px;
    border-top: silver 1px solid;
    padding-left: 2px;
    font-weight: bold;
    padding-bottom: 2px;
    border-left: silver 1px solid;
    color: #666869;
    padding-top: 2px;
    border-bottom: silver 1px solid;
    background-color: #e2eaf1;
    vertical-align: bottom;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    border-width: thin;
}
    */


.multiline {
    height:400px;
}


.xsLayoutColumn {
    margin:auto;
}

.responsiveContentColumn {
    width: 100%;
    margin: auto;
}

.loginBox {
    max-width: 20rem;
    min-width:20rem !important;
    margin:auto;
    align-content:center;
    left:0px
}

.FloatLeft {
    float:left;
    margin-left:12px;
}

.FloatRight {
    float:right;
    margin-right:12px;
}

.FloatRightMiddle {
    float:right;
    margin-right:4px;
}


.ToolTip {
    color: #2fa4e7;
}
.rtRelativeWrapper {
    background-color: #D8E7C8;
}


.ColorPrimary {
    color: #2fa4e7;
}
.ColorSecondary {
    color: #e9ecef;
}
.ColorSuccess {
    color: #73a839;
}
.ColorInfo {
    color: #033c73;
}
.ColorWarning {
    color: #dd5600;
}
.ColorDanger {
    color: #c71c22;
}

.RequiredField {
    background-color: #FFFCE1;
}

.required-label
{
    /*color: #c71c22;*/
}

.required-label:after
{
    /*color: #c71c22;*/
    content: " *";
}


.btn-custom-warning:hover {
  color: #fff;
  background-color: #b74700;
  border-color: #aa4200;
}

.btn-custom-warning:focus, .btn-custom-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 86, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221, 86, 0, 0.5);
}

.btn-custom-warning.disabled, .btn-custom-warning:disabled {
  color: #fff;
  background-color: #DD5600;
  border-color: #DD5600;
}

.btn-custom-warning:not(:disabled):not(.disabled):active, .btn-custom-warning:not(:disabled):not(.disabled).active,
.show > .btn-custom-warning.dropdown-toggle {
  color: #fff;
  background-color: #aa4200;
  border-color: #9d3d00;
}

.btn-custom-warning:not(:disabled):not(.disabled):active:focus, .btn-custom-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 86, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221, 86, 0, 0.5);
}


.btn-custom-warning {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CE5000), color-stop(60%, #DD7309), to(#DD7309));
  background-image: linear-gradient(#DD7309, #CE5000 60%, #CE5000);
  background-repeat: no-repeat;
}

.inactiveItemHeading {
    color: #CCCCCC;
}

.hideControl {
    visibility:hidden;
    display:none;
    border:none;
    color:transparent;
    background-color:transparent;
    width:0px;
    height:0px;
}