﻿div.DatePickerDivs
{
    background-color: #EFEFEF;
    height:330px;
    width:70%;
    margin: 10px auto;
    -webkit-border-radius: 5px;
    border:2px solid #AAAAAA;
}

#StartDate
{
    margin-top: -5px;
    text-align:right;
    -webkit-border-radius:4px;
}

#EndDate
{
    margin-top: -5px;
    text-align:right;
    -webkit-border-radius:4px;
}

#ShutDownDescriptionInput
{
    text-align:right;
    width: 80%;
    height: 53px;
    font-family: Tahoma;
    -webkit-border-radius:4px;
    resize:none;
}

div.MachineDatePicker
{
    margin: 10px auto;
}

div.MachineEditMode
{
    margin:30px auto;
}

#innerStripe
{
    position:relative;
    z-index:100;
    left:0px;
    background-color:Transparent;
    height:50%;
    border-bottom:1px solid #AAAAAA;
}

span.days
{
    margin:0px auto;
}

.ui-tooltip {
    max-width: 250px;
  }

div.StoppageCheckBox
{
    margin-left:60px;
    border:1px solid #EFEFEF;
}

#PlanContent
{
    background-color: #EFEFEF;
    overflow-x:scroll;
    overflow-y:hidden;
}

#PlanStripe
{
    border-top:1px solid #AAAAAA;
    height:400px;
}

div.HoursSscale
{
    height:10px;
    border-right:1px solid black;
    margin-bottom:0px;
    float:left;
}

label.details
{
    position:relative;
    left:0px;
    top:0px;
    z-index:1500;
    height:50px;
    width:100px;
}

#BottomPlanArea
{
    height:150px;
    width:150px;
    position:relative;
    z-index:100;
    border:1px solid black;
}

div.inner
{
    margin-top:25px;
    height: 150px;
    float:left;
    font-size:50px;
    font-family:Tahoma;
    text-align:center;
}

div.innerFirst
{
    margin-top:25px;
    height: 150px;
    float:left;
    font-size:50px;
    font-family:Tahoma;
    text-align:center;
}

#daysDiv
{
    height:20px;
}

#BottomPlanStripe
{
    border-bottom:1px solid #AAAAAA;
    height:20px;
}

div.daysDivs
{
    border-left:1px solid black;
    border-right:1px solid black;
    height:19px;
    float:left;
}

#MachineNameText
{
    margin-top:10px;
    float:left;
    margin-left: 10px;
    font-family:Tahoma;
    font-size:large;
    direction:rtl;
}

input.ConfirmFaultButton
{
    border-radius:5px;
    width:20%;
    height:25px;
    background-image: -moz-linear-gradient(top, #B5B5B5, #EFEFEF);
    background-image: -ms-linear-gradient(top, #B5B5B5, #EFEFEF);
    background-image: -o-linear-gradient(top, #B5B5B5, #EFEFEF);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#B5B5B5), to(#EFEFEF));
    background-image: -webkit-linear-gradient(top, #B5B5B5, #EFEFEF);
    background-image: linear-gradient(top, #B5B5B5, #EFEFEF);
}