#app_menu {
    width: 100%;
    min-width: 1000px;
    height: 45px;
    background-color: rgb(26,131,134);
}

#app_menu_content{
    height: 100%;
    margin: 0 auto;
}
#app_menu_content a{
    float: left;
    height: 45px;
    line-height: 45px;
    color: white;
    //width: 130px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    text-align: center;
    cursor: pointer; 
    cursor: hand;
    text-decoration: none;
}

#app_menu_content a:hover{
    color: rgb(160, 220, 220);
}

#app_menu_content a.selected{
    color: #7CC2C4;
}

#app_menu_content a.selected:hover{
    color: rgb(160, 220, 220);
}

.breadcrumbs{
    height: 28px;
    width: 960px;
    margin: 0 auto;
}

.breadcrumbs a{
    color: #299796;
    text-decoration: none;
    line-height: 28px;
    //font-weight: bold;
    font-size: 12px;
}

.breadcrumbs a[href="#"]{
    color: black;
    text-decoration: none;
    cursor: default;
}

#app_option_bar{
    height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 960px;
    margin: 0 auto;
    background-color: #f9f9f9;
}

#app_option_bar .button{
    height: 24px;
    width: 90px;
    margin-left: 10px;
    margin-right: 10px;
    float: right;
    line-height: 24px;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#app_option_bar .button.back{
    float: left;
}

#app_searchbox{
    float: left;
    margin-left: 65px;
    width: 240px;
    height: 28px;
    border: 1px solid rgb(13,96,100);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: white;
}

#app_searchbox input[type=text]{
    float: left;
    width: 190px;
    height: 24px;
    margin-top: 1px;
    margin-bottom: 1px;
    border: 0px;
    color: rgb(91,164,170);
}

#app_searchbox input[type=submit]{
    float: right;
    margin-right: 3px;
    height: 28px;
    width: 28px;
    border: 0px;
    background-image: url('../images/glass.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.app_option_button{
    float: right;
    margin-right: 20px;
    width: 28px;
    height: 28px;   
    cursor: pointer;
    cursor: hand;
    background-size: cover;
    background-repeat: no-repeat;
}

.schedule_state{
    width: 7px;
    height: 7px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 5px;
    float: left;
}

.scheduled{background-color: lightgray;}
.waiting{background-color: #f6a937;}
.onoffice{background-color: #57ab53;}
.miss{background-color: #d6474b;}
.over{background-color: #0070b4;}
.canceled{background-color: #850A20;}

.message_box_state{
    width: 7px;
    height: 7px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 5px;
    float: left;
}
.regular{background-color: lightgray;}
.urgent{background-color: #d6474b;}


#time_sheet_title{
    float: left; 
    width: 100%; 
    height: 25px; 
    margin-bottom: 22px; 
    line-height: 25px; 
    color: rgb(25,131,131); 
    text-align: center; 
    font-weight: bold; 
    font-size: 24px;
}

#time_sheet_content{
    float: left; 
    width: 280px; 
    height: 425px;
    background-color: rgb(251, 249,250); 
    padding: 35px 10px 0px 10px;
    color: #198383; 
    text-align: center;
}

#time_sheet_content_title{
    width: 100%;
}


.time_sheet_label{
    float: left; 
    width: 90px; 
    height: 25px; 
    margin-bottom: 15px; 
    line-height: 25px; 
    background-color:rgb(25,131,131); 
    color: white; 
    text-align: center; 
    font-weight: bold; 
    font-size: 12px;
    border-color: rgb(25,131,131);
}

input[type=text].time_sheet_box{
    float: left;
    width: 143px;
    height: 25px;
    margin-bottom: 15px;
    text-align: center;
    color: rgb(25,131,131);
    border-color: rgb(25,131,131);
    background-color: white;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-weight: bold;
    margin-right: 10px;
}

#time_sheet_content img{
    float: left;
    width: 25px;
    height: 25px;
    margin-bottom: 15px;
    cursor: hand;
    cursor: pointer;
}

#time_sheet_week_day{
    float: left;
    width: 278px;
    border: 1px solid rgb(25,131,131);
    height: 50px;
    margin-bottom: 20px;
}

.time_sheet_week_day_label{
    float: left;
    width: 31px;
    height: 14px;
    margin-top: 6px;
    color: rgb(25,131,131);;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
}

#time_sheet_week_day input[type=checkbox]{
    float: left;
    margin-left: 10px;
    margin-top: 6px;
    height: 14px;
    width: 15px;
}



