@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    /*background-color: #0378b5;*/    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
}
img {
    border: none;
}
.header_container {
    height: 109px;
    margin: 0 auto;
    width: 980px;
}
.logo {
    float: left;
    height: auto;
    width: auto;
    margin: 8px 0px;
}
a.logout {
    font-size: 12px;
    color: #000;
    font-weight: normal;
    padding: 5px 15px;
    border-radius: 8px;
    background-color: #0365a7;
    border: 1px solid #012946;
    margin-left: 10px;
}
#nav {
    width: 1300px;
    height: 44px;
    margin: auto;
    clear: both;
}
#nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#nav ul li {
    display: inline-block;
    float: left;
    height: 46px;
    border-left: 1px solid #B1921E;
}
#nav ul li:hover {
    background-color: #B1921E;
}
#nav ul li a {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    height: 37px;
    padding: 9px 7px 0px 7px;
}
#nav ul li a:hover,
#nav ul li.active_link a {
    display: block;
    padding: 9px 7px 0px 7px;
    color: #000;
}
li.messageLog {
    background: url(../images/message-logo.png) no-repeat !important;
    background-position: 49px 3px !important;
}
li.messageLog a:hover {
    background: url(../images/message-logo.png) no-repeat !important;
    background-position: 48px 3px !important;
}
.cwidth { width: 1060px !important; }
#middle {
    /*background-color: #0378B5;*/
    /*background-image: url("../images/content_container.gif");*/
    
    background-repeat: repeat-x;
    float: left;
    min-height: 383px;
    width: 100%;
}
.content_container {
    height: auto;
    margin: 0 auto;
    width: 1002px;
}
#bottom {
    background-image: url("../images/footer.gif");
    background-repeat: repeat-x;
    float: left;
    height: 44px;
    width: 100%;
}
.footer {
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    height: 44px;
    line-height: 3.2em;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 1px 0 #333333;
    width: 980px;
}
.first_box {
    width: 470px;
    height: 345px;
    background: #fff;
    border: #0261A1 solid 2px;
    float: left;
    margin-top: 24px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #000000;
    padding: 5px;
    font-size: 11px;
}
strong{ color: #000; }
.first_box table tr td {
    font-size: 11px;
}
.first_box h1 {
    font-size: 15px;
    color: #015D9B;
    float: left;
}
.txt_blue {
    font-weight: bold;
    color: #015D9B;
}
.project_box {
    width: 970px;
    float: left;
    margin-top: 15px;
}
.project_box h1 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
.sort_box {
    width: 330px;
    height: 25px;
    float: left;
    margin: 10px 0 0 140px;
}
.input_box {
    width: 113px;
    height: 17px;
    border: #0261A1 solid 1px;
}
.bg_blue {
    background-image: url(../images/project_top_bar.png);
    background-repeat: repeat-x;
    height: 44px;
    padding-left: 7px;
    color: #000;
    font-weight: bold;
    border-right: #E5E5E5 solid 1px;
}
.pad_left {
    padding-left: 7px;
    border-right: #E5E5E5 solid 1px;
    border-bottom: #E5E5E5 solid 1px;
}
.tab_bottom {
    webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}
.pagination {
    float: right;
    width: 264px;
    height: 28px;
    margin: 10px 10px 0 0;
}
.page_active {
    background-image: url(../images/grey.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 22px;
    color: #000;
    display: block;
    float: left;
    text-align: center;
    margin: 0 0px 0 5px;
    padding-top: 2px;
    text-decoration: none;
}
.page_deactive {
    background-image: url(../images/blue.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 22px;
    color: #000;
    display: block;
    float: left;
    text-align: center;
    margin: 0 0 0 5px;
    padding-top: 2px;
    text-decoration: none;
}
.proj_menu {
    position: absolute;
    top: 155px;
    left: 320px;
    background-color: #032F4B;
    width: 220px;
    height: 100px;
    display: none;
}
.proj_menu a {
    color: #000;
}
.welcome {
    width: 280px;
    height: 22px;
    float: right;
    margin: 35px 0 0 0;
    font-weight: bold;
    padding-top: 8px;
    font-size: 16px;
}
/*Add by GS*/

#leftNavigation {
    float: left;
    width: 240px;
}
#leftNavigation #nav {
    width: 260px;
    height: 100%;
    min-height: 725px;
    margin: auto;
    clear: both;
}
#leftNavigation #nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#leftNavigation #nav ul li {
    display: inline-block;
    float: left;
    height: 142px;
}
#leftNavigation #nav ul li a {
    background-color: transparent !important;
}
.button1 {
    background-image: url(../images/i_My-Profile.png);
    width: 237px;
    height: 137px !important;
    background-repeat: no-repeat;
    background-position: 7px 11px;
}
a.button1:hover {
    background-image: url(../images/i_My-Profile-Active.png);
    width: 237px;
    height: 137px !important;
    background-repeat: no-repeat;
    background-position: 7px 11px;
}
.button1active {
    background-image: url(../images/i_My-Profile-Active.png);
    width: 237px;
    height: 137px !important;
    background-repeat: no-repeat;
    background-position: 7px 11px;
}
.button2 {
    background-image: url(../images/i_My-Projects.png);
    width: 237px;
    height: 137px !important;
    background-repeat: no-repeat;
    background-position: 7px 11px;
}
a.button2:hover {
    background-image: url(../images/i_My-Projects-Active.png);
    width: 237px;
    height: 137px !important;
    background-repeat: no-repeat;
    background-position: 7px 11px;
}
.button2active {
    background-image: url(../images/i_My-Projects-Active.png);
    width: 237px;
    height: 137px !important;
    background-repeat: no-repeat;
    background-position: 7px 11px;
}
.button3 {
    background-image: url(../images/i_Inspections.png);
    width: 237px;
    height: 137px !important;
    background-repeat: no-repeat;
    background-position: 7px 11px;
}
a.button3:hover {
    background-image: url(../images/i_Inspections-Active.png);
    width: 237px;
    height: 137px !important;
    background-repeat: no-repeat;
    background-position: 7px 11px;
}
.button3active {
    background-image: url(../images/i_Inspections-Active.png);
    width: 237px;
    height: 137px !important;
    background-repeat: no-repeat;
    background-position: 7px 11px;
}
.button4 {
    background-image: url(../images/i_reports.png);
    width: 237px;
    height: 137px !important;
    background-repeat: no-repeat;
    background-position: 7px 11px;
}
a.button4:hover {
    background-image: url(../images/i_Reports-Active.png);
    width: 237px;
    height: 137px !important;
    background-repeat: no-repeat;
    background-position: 7px 11px;
}
.button4active {
    background-image: url(../images/i_Reports-Active.png);
    width: 237px;
    height: 137px !important;
    background-repeat: no-repeat;
    background-position: 7px 11px;
}
.button5 {
    background-image: url(../images/i_progress_monitor.png);
    width: 237px;
    height: 137px !important;
    background-repeat: no-repeat;
    background-position: 7px 11px;
}
a.button5:hover {
    background-image: url(../images/i_progress_monitor_active.png);
    width: 237px;
    height: 137px !important;
    background-repeat: no-repeat;
    background-position: 7px 11px;
}
.button5active {
    background-image: url(../images/i_progress_monitor_active.png);
    width: 237px;
    height: 137px !important;
    background-repeat: no-repeat;
    background-position: 7px 11px;
}
.button_qualityControl {
    /*background-image: url(../images/qc_reports.png);*/
    
    width: 150px;
    height: 53px !important;
    background-repeat: no-repeat;
    margin-left: 15px;
}
.button_qualityControl:hover {
    /*background-image: url(../images/qc_reports.png);
    background-position: 0 -53px;*/
    
    width: 150px;
    height: 53px !important;
    background-repeat: no-repeat;
    margin-left: 15px;
}
.button_qualityControlActive,
.buttoon_checklistActive,
.buttoon_qrcodeActive,
.buttoon_qataskActive,
.buttoon_non_conformanceActive {
    /*background-image: url(../images/qc_reports.png);
    background-position: 0 -53px;*/
    
    width: 150px;
    height: 53px !important;
    background-repeat: no-repeat;
    margin-left: 15px;
    background-color: #FFF;
    color: #000;
    font-size: 15px;
    border: 1px solid #000;
    font-family: 'Conv_Myriad_Pro-Semibold_It';
    font-weight: bold;
    border-radius: 6px;
    margin-right: 6px;
    padding: 3px 10px;
}
.buttoon_progressMonitoring {
    background-image: url(../images/pm_reports.png);
    width: 150px;
    height: 53px !important;
    background-repeat: no-repeat;
    margin-left: 15px;
}
.buttoon_progressMonitoring:hover {
    background-image: url(../images/pm_reports.png);
    background-position: 0 -53px;
    width: 150px;
    height: 53px !important;
    background-repeat: no-repeat;
    margin-left: 15px;
}
.buttoon_progressMonitoringActive {
    background-image: url(../images/pm_reports.png);
    background-position: 0 -53px;
    width: 150px;
    height: 53px !important;
    background-repeat: no-repeat;
    margin-left: 15px;
}
.buttoon_qatask {
    /*background-image: url(../images/qa_reports.png);*/
    width: 150px;
    height: 53px !important;
    background-repeat: no-repeat;
    margin-left: 15px;
}
.buttoon_qatask:hover {
    /*background-image: url(../images/qa_reports.png);*/
    background-position: 0 -53px;
    width: 150px;
    height: 53px !important;
    background-repeat: no-repeat;
    margin-left: 15px;
}
/*.buttoon_qataskActive {
    background-image: url(../images/qa_reports.png);
    background-position: 0 -53px;
    width: 156px;
    height: 53px !important;
    background-repeat: no-repeat;
    margin-left: 15px;
}*/
.buttoon_checklist {
    /*background-image: url(../images/checlist_report.png);*/
    
    width: 150px;
    height: 53px !important;
    background-repeat: no-repeat;
    margin-left: 15px;
}
/*.buttoon_checklist:hover {
    background-image: url(../images/checlist_report.png);
    background-position: 0 -53px;
    width: 156px;
    height: 53px !important;
    background-repeat: no-repeat;
    margin-left: 15px;
}
.buttoon_checklistActive {
    background-image: url(../images/checlist_report.png);
    background-position: 0 -53px;
    width: 156px;
    height: 53px !important;
    background-repeat: no-repeat;
    margin-left: 15px;
}*/

.buttoon_qrcode {
    /*background-image: url(../images/qrcode_report.png);*/
    
    width: 150px;
    height: 53px !important;
    background-repeat: no-repeat;
    margin-left: 15px;
}
.buttoon_non_conformance {
    /*background-image: url(../images/qrcode_report.png);*/
    
    width: 150px;
    height: 53px !important;
    background-repeat: no-repeat;
    margin-left: 15px;
}
/*.buttoon_qrcode:hover {
    background-image: url(../images/qrcode_report.png);
    background-position: 0 -53px;
    width: 156px;
    height: 53px !important;
    background-repeat: no-repeat;
    margin-left: 15px;
}
.buttoon_qrcodeActive {
    background-image: url(../images/qrcode_report.png);
    background-position: 0 -53px;
    width: 156px;
    height: 53px !important;
    background-repeat: no-repeat;
    margin-left: 15px;
}*/

.left_btn1 {
    width: 232px;
    height: 72px;
    background-image: url(../images/construction_calendar_btn.png);
    background-repeat: no-repeat;
    display: table;
}
a.left_btn1:hover {
    width: 232px;
    background-image: url(../images/construction_calendar_btn_active.png);
    background-repeat: no-repeat;
    display: table;
}
.left_btn1active {
    width: 232px;
    background-image: url(../images/construction_calendar_btn_active.png);
    height: 72px !important;
    background-repeat: no-repeat;
    display: table;
}
.left_btn2 {
    width: 232px;
    height: 72px;
    background-image: url(../images/locations_btn.png);
    background-repeat: no-repeat;
    display: table;
}
a.left_btn2:hover {
    width: 232px;
    background-image: url(../images/locations_btn.png);
    background-repeat: no-repeat;
    background-position: bottom;
    display: table;
}
a.left_btn2 i,
.left_btn2active i {
    background: url(../images/map.png) no-repeat;
}
a.left_btn3 i,
.left_btn3active i {
    background: url(../images/issuedto.png) no-repeat;
}
a.left_btn4 i,
.left_btn4active i {
    background: url(../images/standard_defectlist.png) no-repeat;
}
a.left_btn5 i,
.left_btn5active i {
    background: url(../images/tasks.png) no-repeat;
}
a.left_btn6 i,
.left_btn6active i {
    background: url(../images/team.png) no-repeat;
}
a.left_btn7 i,
.left_btn7active i {
    background: url(../images/permissions.png) no-repeat;
}
a.left_btn8 i, .left_btn8active i {
    background: url(../images/quality_assurance.png) no-repeat;
}
a.left_btn9 i, .left_btn9active i {
    background: url(../images/sync.png) no-repeat;
}
a.left_btn10 i,
.left_btn10active i {
    background: url(../images/drawing.png) no-repeat;
}
a.left_btn11 i,
.left_btn11active i {
    background: url(../images/chrone_shedule.png) no-repeat;
}
a.left_btn13 i,
.left_btn13active i {
    background: url(../images/watch_calendar.png) no-repeat;
}
a.left_btn14 i,
.left_btn14active i {
    background: url(../images/chrone_shedule.png) no-repeat;
}
a.left_btn21 i,
.left_btn21active i {
    background: url(../images/tasks.png) no-repeat;
}
a.left_btn15 i,
.left_btn15active i {
    background: url(../images/chrone_shedule.png) no-repeat;
}
a.left_btn16 i,
.left_btn16active i {
    background: url(../images/quality_assurance.png) no-repeat;
}
.left_btn2active,
.left_btn3active,
.left_btn4active,
.left_btn5active,
.left_btn6active,
.left_btn7active,
.left_btn8active,
.left_btn9active,
.left_btn10active,
.left_btn11active,
.left_btn13active,
.left_btn14active,
.left_btn6active,
.left_btn21active,
.left_btn15active,
.left_btn16active {
    background: #689704;
    border-radius: 10px;
    border: 1px solid #5f5f5f;
    vertical-align: middle;
    display: table;
    color: #000;
    font-family: 'Conv_MyriadPro-BoldIt';
    text-shadow: 1px 1px 2px rgb(101, 101, 101);
    font-size: 22px;
    width: 232px;
    height: 72px;
    letter-spacing: normal;
    margin-bottom: 10px;
}
.left_btn3 {
    width: 232px;
    height: 72px;
    /*background-image: url(../images/Issued_btn.png);*/
    
    background-repeat: no-repeat;
    display: table;
}
a.left_btn3:hover {
    width: 232px;
    /*background-image: url(../images/Issued_btn.png);*/
    
    background-repeat: no-repeat;
    background-position: bottom;
    display: table;
}
.left_btn3active {
    width: 232px;
    /*background-image: url(../images/Issued_btn.png);*/
    
    height: 72px !important;
    background-repeat: no-repeat;
    background-position: bottom;
    display: table;
}
.left_btn4 {
    width: 232px;
    height: 72px;
    /*background-image: url(../images/standard_defect_list_btn.png);*/
    
    background-repeat: no-repeat;
    display: table;
}
a.left_btn4:hover {
    /*background-image: url(../images/standard_defect_list_btn.png);*/
    
    background-repeat: no-repeat;
    background-position: bottom;
    display: table;
}
.left_btn4active {
    /*background-image: url(../images/standard_defect_list_btn.png);*/
    
    height: 72px !important;
    background-repeat: no-repeat;
    background-position: bottom;
    display: table;
}
.left_btn5 {
    width: 232px;
    height: 72px;
    /*background-image: url(../images/progress_task_btn.png);*/
    
    background-repeat: no-repeat;
    display: table;
}
a.left_btn5:hover {
    width: 232px;
    /*background-image: url(../images/progress_task_btn.png);*/
    
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn5active {
    width: 232px;
    /* background-image: url(../images/progress_task_btn.png);*/
    
    height: 72px !important;
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn6 {
    width: 232px;
    height: 72px;
    /*background-image: url(../images/associate_user_btn.png);*/
    
    background-repeat: no-repeat;
    display: table;
}
a.left_btn6:hover {
    width: 232px;
    /*background-image: url(../images/associate_user_btn.png);*/
    
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn6active {
    width: 232px;
    /* background-image: url(../images/associate_user_btn.png);*/
    
    height: 72px !important;
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn7 {
    width: 232px;
    height: 72px;
    /*background-image: url(../images/user_permission_btn.png);*/
    
    background-repeat: no-repeat;
    display: table;
}
a.left_btn7:hover {
    width: 232px;
    /*background-image: url(../images/user_permission_btn.png);*/
    
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn7active {
    width: 232px;
    /* background-image: url(../images/user_permission_btn.png);*/
    
    height: 72px !important;
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn8 {
    width: 232px;
    height: 72px;
    /*background-image: url(../images/checklist_btn.png);*/
    
    background-repeat: no-repeat;
    display: table;
}
a.left_btn8:hover {
    width: 232px;
    /*background-image: url(../images/checklist_btn.png);*/
    
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn8active {
    width: 232px;
    /* background-image: url(../images/checklist_btn.png);*/
    
    height: 72px !important;
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn9 {
    width: 232px;
    height: 72px;
    /*background-image: url(../images/syncronisation_permission.png);*/
    
    background-repeat: no-repeat;
    display: table;
}
a.left_btn9:hover {
    width: 232px;
    /*background-image: url(../images/syncronisation_permission.png);*/
    
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn9active {
    width: 232px;
    /* background-image: url(../images/syncronisation_permission.png);*/
    
    height: 72px !important;
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn10 {
    width: 232px;
    height: 72px;
    /*background-image: url(../images/drawing_management.png);*/
    
    background-repeat: no-repeat;
    display: table;
}
a.left_btn10:hover {
    width: 232px;
    /* background-image: url(../images/drawing_management.png);*/
    
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn10active {
    width: 232px;
    /*background-image: url(../images/drawing_management.png);*/
    
    height: 72px !important;
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn11 {
    width: 232px;
    height: 72px;
    /* background-image: url(../images/QA_progress_monitoring.png);*/
    
    background-repeat: no-repeat;
    display: table;
}
a.left_btn11:hover {
    width: 232px;
    /*background-image: url(../images/QA_progress_monitoring.png);*/
    
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn11active {
    width: 232px;
    /*background-image: url(../images/QA_progress_monitoring.png);*/
    
    height: 72px !important;
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.manual_btn {
    width: 232px;
    height: 72px;
    background-image: url(../images/o_m_manual.png);
    background-repeat: no-repeat;
    display: table;
}
a.manual_btn:hover {
    width: 232px;
    background-image: url(../images/o_m_manual.png);
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.manual_btnactive {
    width: 232px;
    /*background-image: url(../images/o_m_manual.png);*/
    
    height: 72px !important;
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.manual_btn1 {
    width: 232px;
    height: 72px;
    background-image: url(../images/om_manual_search.png);
    background-repeat: no-repeat;
    display: table;
}
a.manual_btn1:hover {
    width: 232px;
    background-image: url(../images/om_manual_search.png);
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.manual_btn1active {
    width: 232px;
    /*background-image: url(../images/om_manual_search.png);*/
    
    height: 72px !important;
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn12 {
    width: 232px;
    height: 72px;
    /*background-image: url(../images/levelwise_location.png);*/
    
    background-repeat: no-repeat;
    display: block;
}
a.left_btn12:hover {
    width: 232px;
    /*background-image: url(../images/levelwise_location.png);*/
    
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn12active {
    width: 232px;
    /*background-image: url(../images/levelwise_location.png);*/
    
    height: 72px !important;
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn13 {
    width: 232px;
    height: 72px;
    /*background-image: url(../images/construction_calendar_btn.png);*/
    
    background-repeat: no-repeat;
    display: table;
}
a.left_btn13:hover {
    width: 232px;
    /*background-image: url(../images/construction_calendar_btn.png);*/
    
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn13active {
    width: 232px;
    /*background-image: url(../images/construction_calendar_btn.png);*/
    
    height: 72px !important;
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn14 {
    width: 232px;
    height: 72px;
    /*background-image: url(../images/cron_schedule.png);*/
    
    background-repeat: no-repeat;
    display: table;
}
a.left_btn14:hover {
    width: 232px;
    /*background-image: url(../images/cron_schedule.png);*/
    
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn14active {
    width: 232px;
    /*background-image: url(../images/cron_schedule.png);*/
    
    height: 72px !important;
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn15 {
    width: 232px;
    height: 72px;
    /*background-image: url(../images/cron_schedule.png);*/
    
    background-repeat: no-repeat;
    display: table;
}
a.left_btn15:hover {
    width: 232px;
    /*background-image: url(../images/cron_schedule.png);*/
    
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn15active {
    width: 232px;
    /*background-image: url(../images/cron_schedule.png);*/
    
    height: 72px !important;
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn16 {
    width: 232px;
    height: 72px;
    /*background-image: url(../images/cron_schedule.png);*/
    
    background-repeat: no-repeat;
    display: table;
}
a.left_btn16:hover {
    width: 232px;
    /*background-image: url(../images/cron_schedule.png);*/
    
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn16active {
    width: 232px;
    /*background-image: url(../images/cron_schedule.png);*/
    
    height: 72px !important;
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn21 {
    width: 232px;
    height: 72px;
    /*background-image: url(../images/cron_schedule.png);*/
    
    background-repeat: no-repeat;
    display: table;
}
a.left_btn21:hover {
    width: 232px;
    /*background-image: url(../images/cron_schedule.png);*/
    
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
.left_btn21active {
    width: 232px;
    /*background-image: url(../images/cron_schedule.png);*/
    
    height: 72px !important;
    background-repeat: no-repeat;
    display: table;
    background-position: bottom;
}
/*Left Buttons*/

a.left_button {
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #025994;
    vertical-align: middle;
    display: table;
    color: #015d9b;
    font-family: 'Conv_MyriadPro-BoldIt';
    text-shadow: 2px 2px 0px rgba(253, 253, 253, 1);
    font-size: 20px;
    width: 232px;
    height: 72px;
    letter-spacing: normal;
    margin-bottom: 10px;
	color:#000000;
}

a.left_button_menu span {
    visibility: hidden;
}

a.left_button i,
.left_btn2active i,
.left_btn3active i,
.left_btn4active i,
.left_btn5active i,
.left_btn6active i,
.left_btn7active i,
.left_btn8active i,
.left_btn9active i,
.left_btn10active i,
.left_btn11active i,
.left_btn13active i,
.left_btn14active i,
.left_btn21active i,
.left_btn15active,
.left_btn16active {
    float: left;
    margin-top: 13px;
    margin-left: 10px;
    margin-right: 12px;
    width: 50px;
    height: 50px;
    display: table-cell;
}
/*a.left_button span,*/
a.left_btn2active span,
a.left_btn3active span,
a.left_btn4active span,
a.left_btn5active span,
a.left_btn6active span,
a.left_btn7active span,
a.left_btn8active span,
a.left_btn9active span,
a.left_btn10active span,
a.left_btn11active span,
a.left_btn14active span,
a.left_btn13active span,
a.left_btn21active span,
a.left_btn15active span,
a.left_btn16active span {
	color:#ffffff;
    vertical-align: middle;
    line-height: 20px;
    display: table-cell;
    width: 100%;
}
a.left_button:hover {
    background: #689704;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px rgb(101, 101, 101);
    border-color: #5f5f5f;
}
a.left_button span{
 	vertical-align: middle;
    line-height: 20px;
    display: table-cell;
    width: 100%;	
}
/*End Left Buttons*/
.spacer {
	height: 1px;
	margin-bottom: 20px;
}
