
/* ---- Dashboard CSS File ---- */

.highcharts-figure, .highcharts-data-table table {
    width: 95%;
    margin: 1em auto;
    display: block;
}

.highcharts-point {
    width: 34px !important;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-drilldown-axis-label {
    text-decoration: none !important;
}

text {
    text-decoration: none !important; 
} 

.job_title_dropdown {
    float: left; 
    margin-left: 12%;
}

#apply_now_btn {
    background-color: green !important;
    color:white !important;
    border-radius: 5px !important;
    margin: 4px 4px 0px 0px;
}

#view_job_detail_btn {
    background-color: #0892D0 !important;
    color:white !important;
    border-color: #0892D0 !important;
    border-radius: 5px !important;
    margin: 4px 4px 0px 0px;
}

.modal-title {
    color: #428bca;
    margin-left: 10px;
}
.modal-body {
    margin-left: 8px;
}
#ok_btn {
    width: 100px;
}

#job_detail_dialog {
   /* width: 700px;*/
}

.color_label {
    font-weight: bold;
    color: #428bca;
}

.apply_now_btn {
    width: 130px;
}
.view_job_detail_btn {
    margin-top: 20px; 
    width: 130px;
}