html {
    --main-primary-color: rgba(239, 48, 84, 1);
    --main-text-color: white;
    --main-text-primary-color: rgba(239, 48, 84, 1);
    /*color: white;*/
}



body {
    /*overflow:hidden;*/
    width:100%;
    height:100%;
    background-size:100px 60px;
    font-family: 'Muli',sans-serif;
    margin: 0 0 0 0;
    /*overflow:hidden;*/
    min-width: 320px;
    min-height:480px;
}

button.Google.signin-asset {
    background-image: url(../img/Icons/WagTapLogo.svg);
    color: green;
    height: 50px;
    width: 200px;
}

.ControlPanelButton {
  background-image: url("../img/Icons/close_trash_location.png");
  width: 45px;
  height: 45px;
  display: inline-block;
  /* margin-left: 14px; */
  cursor: pointer;
}

.ControlPanelPausePanelButton {
  background-position: -405px 0;
}

.ControlPanelPausePanelButton:hover {
  background-position: -405px -44px;
}

.ControlPanelResumePanelButton {
  background-position: -450px 0;
}

.ControlPanelResumePanelButton:hover {
  background-position: -450px -44px;
}

.ReviseScheduleButton {
    background-position: -637px 0;
}
  
.ReviseScheduleButton:hover {
    background-position: -637px -44px;
}


.ControlPanelButton.SomethingNew{
    background-position: -360px 1px;
}

.ControlPanelButton.SomethingNew:hover{
    background-position: -360px -44px;
}
#SomethingNew {
    width: 45px;
    display: inline-block;
}
.ControlPanelButton:first-child { margin-left: 0; }


#BigBackGroundText {
    position: absolute;
    height: 80%;
    width: 100%;
    text-align: center;
    font-size: 55px;
    font-weight: 400;
    font-stretch: normal;
    color: black;
    text-decoration: underline;
}

.radiantBgrnd 
{
    background-image:url(../img/RegBgrnd.png);
    background-size: 100% 100%;
    background-repeat:no-repeat;
}


.WagTapLogo 
{
    background-image:url(../img/Icons/WagTapLogo.svg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
}

.GoogleSearchIcon, .GoogleIcon
{
    background-image:url(../img/Icons/googleSearchIcon.png);
    background-size: 100% 100%;
    background-repeat:no-repeat;
}

#CalBodyContainer 
{
    /*width:768px;
    height:1280px;*/
    display: block;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
}



.DividerDark /*media*/
{
    position: absolute;
    transition:left 0s;
    width:100%;
    height:5px;
    background-color:rgb(127,127,127);
    box-shadow:rgba(0,0,0,.6) 0px 4px 4px;
}
.DividerLight /*media*/
{
    position: absolute;
    transition:left 0s;
    width:100%;
    height:5px;
    background-color:rgb(64,64,64);
    box-shadow:rgba(0,0,0,.6);
}


.EventSectionLight 
{
    position: absolute;
    background-color:rgba(250,250,250,.9);
    color:rgba(191,191,191,1);
}

.EventSectionDark
{
    position: absolute;
    background-color:rgba(38,38,38,1);
    color:rgba(191,191,191,1);
}


.RigidEventPin
{
    position: absolute;
    width:30px;
    height:30px;
    background-image:url(../img/Icons/RigidPin.png);
}

.ProcrastinateIcon
{
    background-image:url(../img/Icons/ProcrastinateIcon.svg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
}


.ProcrastinateAllIcon
{
    background-image:url(../img/Icons/ProcrastinateAllIcon.svg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
}


.CompleteIcon
{
    background-image:url(../img/Icons/CompleteIcon.svg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
}
.SilentIcon
{
    position: absolute;
    width:243px;
    height:243px;
    background-image:url(../img/Icons/silent.jpg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
}

.LockedIcon 
{
    position: relative;
    background-image:url(../img/Icons/locked2.svg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
}


.TardyIcon {
    background-image: url(../img/Icons/TardyIcon.svg);
    display: inline-block;
    cursor: pointer;
}

.TardyIconListIcon {
    background-size: 14px 14px;
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
    display: inline-block;
}

.EventDeadlineColorImage
{
    position: relative;
    width: 10px;
    height: 10px;
    margin-right: 0;
    padding-right: 0;
    left: 3px;
    border-radius: 5px;
    /* top: -10px; */
}

.PastDeadline.EventDeadlineColorImage {
    background-color: rgb(40,40,40);
}

.OneDay.EventDeadlineColorImage {
    background-color: rgb(200, 10, 10);
}

.ThreeDay.EventDeadlineColorImage {
    background-color: darkorange;
}

.MoreThanThreeDay.EventDeadlineColorImage {
    background-color: rgb(10, 200, 10);
}

.ActiveEventProcrastination /*media*/
{
    position: absolute;
    left: 20%;
    width: 60%;
    height: 100%;
    background-color: rgba(220,220,220,.8);
    border-left: 1px solid rgb(89,89,89);
    border-right: 1px solid rgb(89,89,89);
}

.DirectionsIcon
{
    position: absolute;
    width:243px;
    height:243px;
    background-image:url(../img/Icons/directionsIcon.svg);
    background-size: 100% 100%;
     background-repeat:no-repeat;
}


.CheckIcon
{
    position: absolute;
    width:243px;
    height:243px;
    background-image:url(../img/Icons/CheckButton.svg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
}

.BackIcon /*media*/
{
    position: absolute;
    width:50px;
    height:50px;
    background-image:url(../img/Icons/backButton.svg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
}


.MoreIcon
{
    position: absolute;
    width:243px;
    height:243px;
    background-image:url(../img/Icons/moreOptionIcon.svg);
    background-size: 100% 100%;
     background-repeat:no-repeat;
}

.Exclamation
{
    position: absolute;
    width:72px;
    height:72px;
    background-image:url(../img/Icons/exclamation.png);
    background-size: 100% 100%;
     background-repeat:no-repeat;
}

.DeleteIcon {
        position: absolute;
    width:243px;
    height:243px;
    background-image:url(../img/Icons/DeleteButton.svg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
}


.NowIcon {
    position: absolute;
    background-image:url(../img/Icons/NowButton.svg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
}

.ImgIcon
{
    width:243px;
    height:243px;

}
.AddButtonLight
{
    position: relative;
    width:50px;
    height:50px;
    background-image:url(../img/Icons/AddButtonLight.svg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
    transition:all .3s;
}

.AddButtonDark
{
    position: relative;
    width:50px;
    height:50px;
    background-image:url(../img/Icons/AddButtonDark.svg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
    transition:all .3s;
}

.ShuffleButton {
    position: relative;
}

.SearchIconDark 
{
    position: absolute;
    width:30px;
    height:30px;
    background-image:url(../img/Icons/SearchButtonDark.svg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
    transition:all .3s;
}


.SearchIconLight /*media*/
{
    position: absolute;
    width:30px;
    height:30px;
    background-image:url(../img/Icons/SearchButtonLight.svg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
    transition:all .3s;
}


.rotateToDelete
{   
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg); 
}

.rotateToAdd
{
    transform:rotate(0deg);
}

.TopSlider 
{
    position:absolute;
    left:10%;
    width:80%;
    height:115px;
    overflow:hidden;
    text-overflow:ellipsis;
    border-radius: 0px,0px,3px,3px;
    transition:ease-in all linear 1s;
}

.RadialBackGroundDark
{
    background: rgba(62,62,63,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(62,62,63,1) 0%, rgba(41,38,39,1) 35%, rgba(23,19,20,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(62,62,63,1) 0%, rgba(41,38,39,1) 35%, rgba(23,19,20,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(62,62,63,1) 0%, rgba(41,38,39,1) 35%, rgba(23,19,20,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(62,62,63,1) 0%, rgba(41,38,39,1) 35%, rgba(23,19,20,1) 100%);
    background: radial-gradient(ellipse at center, rgba(62,62,63,1) 0%, rgba(41,38,39,1) 35%, rgba(23,19,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3f', endColorstr='#171314', GradientType=1 );
}

.RadialBackGroundLight
{
    /*
    background: rgba(199,199,199,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(199,199,199,1) 0%, rgba(209,209,209,1) 35%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, , color-stop(0%, rgba(199,199,199,1)), color-stop(35%, rgba(209,209,209,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(199,199,199,1) 0%, rgba(209,209,209,1) 35%, rgba(255,255,255,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(199,199,199,1) 0%, rgba(209,209,209,1) 35%, rgba(255,255,255,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(199,199,199,1) 0%, rgba(209,209,209,1) 35%, rgba(255,255,255,1) 100%);
background: radial-gradient(ellipse at center, rgba(199,199,199,1) 0%, rgba(209,209,209,1) 35%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#ffffff', GradientType=1 );*/
}

.EventLineColorDark
{
    background-color:rgb(200,200,200);
    height:2px;
}

.AlternateEventLineColorDark
{
    background-color:rgb(89,89,89);
    height:2px;
}

.EventLineColorLight
{
    background-color:rgb(89,89,89);
    height:2px;
}

.AlternateEventLineColorLight
{
    background-color:rgb(200,200,200);
    height:2px;
}

.BorderDark 
{
    position:absolute;
    border:3px solid rgb(168,168,168);
}

.AlternateBorderDark 
{
    position:absolute;
    border:3px solid rgba(25,25,25,1);
}


.BorderLight
{
    position:absolute;
    border:3px solid rgba(25,25,25,1);
    
}

.AlternateBorderLight
{
    position:absolute;
    border:3px solid rgb(168,168,168);
}

.ContentSectionDark 
{
    position:absolute;
    background-color:rgba(35,31,32,1);
}



.AlternateContentSectionDark 
{
    position:absolute;
    background-color:rgb(220,224,223);
    
}

.ContentSectionLight 
{
    position:absolute;
    background-color:rgb(200,200,200);
    
}
.AlternateContentSectionLight
{
    position:absolute;
    background-color:rgba(25,25,25,1);
    
}


.TextColorDark 
{
    color:rgb(250,250,250);
}

.TextColorLight 
{
    color:rgb(50,50,50);
}

.AlternateTextColorDark 
{
    color:rgb(50,50,50);
}

.AlternateTextColorLight
{
    color:rgb(250,250,250);
}


.TextOverFlowEllipsis 
{
    overflow:hidden;
    text-overflow:ellipsis;
}

.BorderColorDark 
{
    border-color:rgb(250,250,250);
}

.BorderColorLight
{
    border-color:rgb(40,40,40);
}

.AlternateBorderColorDark 
{
    border-color:rgb(200,200,200);
}

.AlternateBorderColorLight
{
    border-color:rgb(50,50,50);
}


.CentreAlignedName /*Note:Parent element has to have the "display: table" set*/
{
    
    display: table-cell; 
    vertical-align: middle; 
    text-align: center; 
    overflow:hidden;
    text-overflow:ellipsis;
    margin:0 auto;
}

.ButtonFont 
{
    font-family: 'Gafata', sans-serif;
    font-size:40px;
}



.ScreenContainer 
{
    
}


/*Dial Section Start*/

.DialContainer
{
    position:absolute;
    width:100%;
    height:100%;
    overflow:hidden;
    z-index:1;
}

.SelectedDialButtonContainer 
{
    position:absolute;
    background-color:rgba(250,250,250,1) !important;
    transition: width 2s;
    height:10%;
    width:100%;
}


.DialInputContainer /*media*/
{
    position: absolute;
    width: 90%;
    top: 10%;
    height: 80%;
    left: 5%;
    text-align: center;
    font-size: 13px;
}

input[type="text"]:focus, input[type="password"],
textarea:focus, select:focus 
{
  font-size: 16px;
}



.DialInput /*media*/
{
    position:absolute;
    width:30%;
    height:100%;
    border:1px solid rgba(250,250,250,0.1);
    border-radius: 8px;
    text-align:center;
    background-color:white;
    font-family: 'Gafata', sans-serif;
}


.DialDayInput 
{
    left:0%;
}

.DialHourInput 
{
    left:50%;
    margin-left:-15%;
}

.DialMinInput 
{
    left:100%;
    margin-left:-30%;
}

.SelectedDialButton
{
    border:2px solid rgb(40,40,40);
}

/*Dial Section End*/

/*AutoSuggest Start*/
.InputBarAndContentContainer 
{
    position:absolute;
    width:100%;
    height:100%;
    z-index:99;
}

.InputBar{
    font-size:1em;
}

/*AutoSuggest End*/

/*Loading screen Panel start*/
#LoadingScreenPanel 
{
    padding:0;
    width:100%;
    height:100%;
    position:absolute;
    z-index:100;
    transition:all .5s;
    display:none;
    background-color:rgba(15,15,15,.9);
    color:white;
    background-image:url(../img/Icons/WagTapLogo.svg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    top:0;
}

.LoadingScreenPanelImage 
{
    
}

#LoadingScreenPanelMessageContainer
{
    position:absolute;
    width:100%;
    height:100%;
}

.LoadScreenImageAndTextContainer 
{
    position:absolute;
    width:200px;
    height:300px;
    top:50%;
    margin-top:-120px;
    left:50%;
    margin-left:-100px;
}


/*Loading screen Panel End*/
/*Loading Image*/
/**you need to place at 50% without margin modification because loading image is always at top left*/
.LoadingImage
 {
    position:absolute;
    top:40%;
    left:50%;
}

.LoadScreenMessage 
{
    position:absolute;
    transform:translate(0,-100%);
    width:100%;
    padding:0 0 0 0;
    top:100%;
    text-align:center;
}

.LoadingImageLight {
    height:100%;
    width:100%;
}

.LoadingImageDark {
    height:100%;
    width:100%;
}

.blurAll> div {
    text-shadow: 0px 0px 20px #000;
    box-shadow:0 0 50px #000;
    font-weight:100 !important;
}

.blurAll> span {
    text-shadow: 0px 0px 20px #000;
    box-shadow:0 0 50px #000;
    font-weight:100 !important;
}


div.ui-page 
{
    text-shadow:none;
}

input 
{
    background-color:rgba(255,255,255,.01);
}

.Ticker 
{
    position:absolute;
    background-image:url(../img/Icons/ticker.png);
    width:18px;
    height:25px;
}

#DayTicker 
{
    position:absolute;
    top:0;
    transition:.8s all;
    margin-left: 1.6%;
    transform: translateX(-50%);
}

#MonthArrayContainer 
{
    overflow:hidden;
}

#MonthYearContainer 
{
    height:100%;
    background:white;
}


#SelectColorButton 
{
    position:absolute;
    left:100%;
    top:25%;
    transform:translateX(-200%);
    width:25px;
    height:25px;
    border-radius:12.5px;
}

#DarkOverlay 
{
    position:absolute;
    background-color:rgba(4,4,4,0.7);
    width:100%;
    height:100%;
}


#ColorPickerContainer 
{
    position:absolute;
    width:300px;
    height:300px;
    /*top:50%;
    transform:translate(-50%,-50%);*/
    /*left:50%;*/
    
}

.ColorPicker 
{
    position:absolute;
    border-radius:50%;
    
    width:33%;
    height:33%;
    box-sizing:border-box;
}

.innerColor 
{
    position:absolute;
    top:10%;
    left:10%;
    height:80%;
    width:80%;
    border-radius:50%;
    box-sizing:border-box;
}

.OuterBlackColor 
{
    position:absolute;
    top:2.5%;
    left:2.5%;
    height:95%;
    border-radius:50%;
    width:95%;
    fill:transparent;
    box-sizing:border-box;
}

.addCircleAround {
    border:3px solid white;
}

.removeCircleAround {
    border:none;
}

.defaultColorOrb,
.SideBar.defaultColorOrb {
    background-color: var(--main-primary-color);
}
.redOrb,
.SideBar.redOrb {
    background-color: #ff4731;
}
.greenOrb,
.SideBar.greenOrb {
    background-color: #3de66b;
}
.purpleOrb,
.SideBar.purpleOrb {
    background-color: #d24fd2;
}
.skeleOrb,
.SideBar.skeleOrb {
    background-color: #9149f5;
}
.mariOrb,
.SideBar.mariOrb {
    background-color: #ff80e7;
}
.ldonBoysOrb,
.SideBar.ldonBoysOrb {
    background-color: #ff6338;
}
.storyOrb,
.SideBar.storyOrb {
    background-color: #6ec9ff;
}

.oriOrb,
.SideBar.oriOrb {
    background-color: #87FFDD;
}

.subEventColor{

}

.ListElementContainerCurrentSubevent .subEventColor {
    background-color: unset;
    box-shadow: none;
    border-radius: unset;
}

.ListElementContainerCurrentSubevent.FullColorAugmentation {
    background-image: none;
    background-color: var(--main-primary-color);
}


.EnableButtonOn {
    left: 50%;
    position: absolute;
}
.EnableButtonOff {
    left:0%;
    position:absolute;
}

.EnableButtonChoiceText {
    position:absolute;
    width:50%;
    height:100%;
}

.EnableButtonChoiceYeaText {
    left:0;
    background-color: #fff;
}

.EnableButtonChoiceNayText {
    left:50%;
    background-color: #fff;
}

.EnableButtonContainer /*media*/
{
    width:50px;
    height:25px;
    position:absolute;
    background-color: #C2C1C1;
    border: 5px solid #C2C1c1;
    overflow:hidden;
    
}
.EnableButtonContainer:focus {
  background-color: var(--main-primary-color);
  border: 5px solid var(--main-primary-color);
  outline: none;
}
.EnableButtonContainer:focus .EnableButton {
  background-color: var(--main-primary-color);
}
.EnableButton 
{
    width:50%;
    height:100%;
    background-color: #C2C1c1;
    position:absolute;
    transition: left .7s;
}


.TimeInput 
{
    width:5em !important;
}

.setAsDisplayNone 
{
    display:none !important;
}

.setAsVisibilityHidden
{
    visibility:hidden;
}

.GoogleSearchSymbolContainer
{
    width: 20px;
    height: 95%;
    left: 100%;
    position: absolute;
    margin-left: -20px !important;
    z-index: 1;
    top: 2.5%;
    background-color:transparent !important;
}


.GoogleSearchSymbol
{
width: 20px;
  height: 20px;
  top: 100%;
  margin-top: -25px !important;
  position: absolute;
  left: 100%;
  margin-left: -25px !important;
  background-color:transparent !important;
}

#UndoPanelContainer
{
    background-color: var(--main-primary-color);
    width: auto;
    position: absolute;
    z-index: 999;
    height: auto;
    left: 50%;
    border: solid 1px rgb(50,50,50);
    box-shadow: rgba(5,5,5,.5) 0 0 2px 2px;
    transform: translateX(-50%);
    padding: 7px;
    cursor: pointer;
    border-radius: 5px;
}


.inline-block {
    display: inline-block;
}

.ListElementContainerCurrentSubevent {
    left: 0px;
    background-image: linear-gradient(var(--main-primary-color), var(--main-primary-color));
    padding-top: 8px;
    padding-right: 8px;
    border-radius: 10px;
    box-shadow: rgba(10,10,10,0.2) 0px 2px 3px;
    margin-bottom: 5px;
    border: solid 1px rgb(220, 220, 220);
    padding-bottom: 8px;
    color: white
}

.ListElementContainerNextSubevent {
    left: 0px;
    background-color: rgba(225,225,225, 1);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    border-right: none;
    border-radius: 10px;
}

.ListElementContainerCurrentSubevent .ListElementColorContainer {
    box-shadow: none;
}

#InlineDayPreviewContainer {
    display: inline-flex;
    max-width: 540px;
    top: 0px;
    position: relative;
    overflow: auto;
    height: 465px;
    padding-right: 80px;
}

#ProcrastinateAllPreviewInline {
    display: inline-flex;
    max-width: 540px;
    top: 0px;
    position: relative;
    overflow: auto;
    height: 465px;
    padding-right: 80px;
}
#ProcrastinateAllPreviewTitle {
    top: 15px;
    position: relative;
    margin-left: 25px;
    font-weight: bolder;
    font-size: 25px;
}


#ProcrastinateAllPreviewContainer {
    background: white;
    width: fit-content;
    position: relative;
    border: solid 1px gray;
    min-width: 380px;
    right: 101%;
    bottom: 101%;
}

.preview-day-whole-container {
    width: 215px;
    margin: 50px 25px 0 25px;
    border-radius: 10px;
    text-align: center;
    background: #FFFF00;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 285px;
}

.preview-day-of-week-text-container {

}

.preview-day-of-week-text {
    position: absolute;
    background-color: var(--main-primary-color);
    padding: 0 5px 5px;
    border-radius: 5px;
    width: 205px;
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.day-preview-sleep-container {
    /* height: 50px;
    display: table-cell;
    vertical-align: bottom; */
}

.day-preview-sleep-container {
    vertical-align: middle;
    height: 44px;
    width: 44px;
    border-radius: 22px;
    right: 0;
    position: relative;
    left: 100%;
    margin-left: -20px;
    margin-top: -20px;
    box-shadow: rgba(0,0,0,.6) 2px 2px 2px;
    box-sizing: border-box;
    background-color: var(--main-primary-color);
}

.day-preview-sleep-container.hidden {
    visibility: hidden;
}

.PreviewTitleContainer{
    top: 15px;
    position: relative;
    margin-left: 25px;
    font-weight: bolder;
    font-size: 25px;
}

.day-preview-sleep-container.good-sleep {
    border: solid 5px rgb(99, 255, 99);
}

.day-preview-sleep-container.need-more-sleep {
    border: solid 5px #FF8A00;
}

.day-preview-sleep-container.bad-sleep {
    border: solid 5px rgb(255, 85, 93);
}

.day-preview-sleep-color-container  {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
}

.day-preview-sleep-text-container {
    position: relative;
    bottom: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
}

.day-preview-conflict-container {
    min-height: 115px;
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid gray;
}

.day-preview-conflict-icon-container {

}

.day-preview-conflict-text-container {
    margin-top: 30px;
}

.day-preview-conflict-text {
    font-size: 30px;
}

.day-preview-tardy-container {
    text-align: center;
    margin-bottom: 10PX;
    margin-top: 10px;
    display: inline-flex;
}

.day-preview-tardy-count {
    font-size: 50px;
}

.day-preview-tardy-desc {
    font-size: 25px;
}

.day-preview-tardy-icon {
    background-image: url(../img/Icons/TardyIcon.svg);
    width: 67px;
    height: 67px;
    display: inline-block;
    /* margin-left: 14px; */
    cursor: pointer;
}


.day-preview-tardy-icon.is-tardy {
    filter: invert(53%) sepia(64%) saturate(4615%) hue-rotate(326deg) brightness(101%) contrast(98%);
}

.day-preview-tardy-icon-container {

}

.on-time .day-preview-tardy-icon-container{
    
}

.not-on-time .day-preview-tardy-icon-container {
    margin-top: 25px;
}

.day-preview-tardy-container.on-time {
    margin-top: 35px;
    margin-bottom: 25px;
}

.on-time .day-preview-tardy-text-container {
    
}

.day-preview-tardy-text {
    padding: 0 0 0 20px;
}

.on-time .day-preview-tardy-text {
    padding: 10px 0px 0 5px;
}

#PreviewLoading,
.slide-loading-bar-container {
    width: 90%;
    height: 5px;
    top: 5px;
    position: absolute;
    display: none;
    left: 5%;
    overflow: hidden;
}

#PreviewLoading.active,
.slide-loading-bar-container.active {
    display: block;
}

#PreviewSliderLoadingBar,
.loading-bar-slider
 {
    border-top: 5px solid rgb(100, 100, 100);
    width: 30%;
    height: 5px;
    -webkit-animation: slidingLoadingPreviewBar 2s linear infinite;
    animation: slidingLoadingPreviewBar 2s linear infinite;
}

.day-preview-conflict-text-extra-container span{
    padding: 2px 10px;
    border-radius: 5px;
    color: white;
}

.day-preview-conflict-text-extra-container .degrade{
    background-color: rgb(255, 85, 93);
}

.day-preview-conflict-text-extra-container .upgrade{
    background-color: rgb(140, 250, 62);
    color: black;
}

.day-preview-attribute-wrapper {
    width: 215px;
}

@keyframes slidingLoadingPreviewBar {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(350%); }
  }

  