﻿.dashboard_header {
    height:50px;
    border:solid 1px #000;
    position:absolute;
    top:2PX;
    
}
.attendence_header {
    padding: 10px;
    background-color: #286090;
    font: bold 14px ;
    color: #fff;
    margin-top:5px;
}
.attendence {
    width:99%;
    height:110px;
    border:solid 1px #ccc;
    border-collapse:separate;
    border-style:dashed;
    margin-top:20px;
    background-color:#ffffff;
    color:#fff;
}
.attendence_graph {
    width:50%;
    border:solid 0px #ccc;
    float:left;
    margin-top:40px;
    font:normal 12px ;
       height: 100px; 
       margin: auto; 
}

.attendence_details {
    width:30%;
    border:solid 0px red;
    float:left;
    margin-top:30px;
    font:normal 10px ;
    padding:2px;
    margin-left:10px;
    
}
.vertical-text {
	/*transform: rotate(90deg);
	transform-origin: 10% 20%;*/
    margin-left:0px;
    width:30px;
    height:110px;
    float:left;
   
    font-size:11px;
    background:#286090;
    text-align:center;
    padding-top:0px;
    border:solid 1px #80baed;
}
.empty_chart {
    font:bold 14px ;
    padding:120px;
    margin:auto;
    border:solid 0px #80baed;
    text-align:center;
}
.dashboard_box_header {
    border: 0px solid #c5d9e8;
     height: 50px;
     margin-top:5px;
     padding:2px;
}
.dashboard_box1 {
    width:15.2%;
    border: 0px solid #286090;
    float:left;
    height: 49px;
    background:#0892CD;
    border-collapse:separate;
    margin-left:15px;

}
.dashboard_box1 #FeeDetails {
        height: 49px; 
        background-image: url(images/fees_tab.png);
        background-repeat: no-repeat;
        background-position: 10px center;
        border: 0px solid red;
        width:20%; 
        float:left;

}
.dashboard_box1 #Library {
    height: 49px; 
    background-image: url(images/library_tab.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 0px solid red;
    width:20%; 
    float:left;
}
.dashboard_box1 #Attendence {
    height: 49px; 
    background-image: url(images/notes_tab.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 0px solid red;
    width:20%; 
    float:left;
}
.dashboard_box1 #Examinations {
    height: 49px; 
    background-image: url(images/exam_tab.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 0px solid red;
    width:20%; 
    float:left;
}
.dashboard_box1 #Messages {
    height: 49px; 
    background-image: url(images/message_tab.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 0px solid red;
    width:20%; 
    float:left;
}
.dashboard_box1 #TimeTable {
    height: 49px; 
    background-image: url(images/timetable_tab.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 0px solid red;
    width:20%; 
    float:left;
}
.dashboard_box_text {
    font:normal 18px ;
    height: 49px;
    background:#ccc;
    float:left;
    width:80%;
    vertical-align:central;
    line-height:49px;
    color:rgba(204, 204, 204, 0.81)
    
}

