h1 {
    margin: 0px;
    padding-top : 10px;
    font-size: 22px;
    float: left;
}

h3 {
    margin: 0px;
    font-size: 16px;
    float: left;
}

h4 {
    margin: 0px;
    font-size: 14px;
    float: left;
    color:#4d627b;
}

.h4_approval{
    border-bottom-color: #4d627b;
    border-bottom: #4d627b;
    border-width: 2px;
    border-bottom-style: solid;
}

.full_header_width {
    width: 100%;
    margin-bottom: 20px;
}
.half_header_width {
    width: 50%;
}
#info_panel h1{
    font-size: 16px;
}
body { 
    background: url("/hiring/img/background.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#alert_icon, #success_icon, #warning_icon, #error_icon{
    font-size: 50px;
    margin-top: -30px;
}
.btn-cancel{
    background-color: #f55145;
    border-color: #f44336;
    color: #fff;
}
.hr_time{
    clear: both;
}
.hr_approved{
border:#000000
}
button {
    margin: 1px;
}
form{
    width: 100%;
}
.user-icon-left, .project-icon-left{
    float: left;
    margin-right: 20px;
}
#content {
    padding-top: 120px;
    padding-bottom: 50px;
}
#pr_info1, #pr_info2{
    padding: 0px;
}
#pr_info1 hr, #pr_info2 hr{
    padding: 0px;
    margin: 0px;
}
#container {
    background-color: transparent;
}
#main_nav{
    margin-right: 30px;
}
#standard_menu_0 nav{
    background-color: transparent;
}
#standard_menu_2{
    height: 0%;
}
#standard_menu_2 ul{
    margin-top: 0px;
}
#panel {
    background-color: transparent;
}
.panel {
    background: rgba(255, 255, 255, 0.7);
    float: left;
    width: 100%;
}
#success_alert{
    width: 100%;
}
.panel-heading{
    padding: 5px;
    background-color: #e4004c !important;
    border-color: #e4004c !important;
    color: white;
}
.job_main_menu{
    background-color: #005c22;
    color: white;
}
.job_main_menu:hover{
    background-color: #39744e !important;
    color: white;
}
.job_panel .panel-heading{
    padding: 5px;
    background-color: transparent !important;
    border-color: transparent !important;
    color: white;
}
.panel-heading-job{
    background: url(/hiring/img/job_panel.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    width: 100%;
}
.panel-heading-job, .panel-heading-job h1{
    
    text-shadow: 2px 2px 5px black !important;
    color: white !important;
    
}
.panel-heading::after{
    border-bottom: none !important;
}
#login .panel-heading{
    padding: 5px;
    background-color: #cccccc !important;
    border-color: #cccccc !important;
}
.panel-heading h1{
    color: white;
}
.btn-red {
    background-color: #e4004c !important;
    border-color: #e4004c !important;
    color: white;
}

.in_form_title{
    color: #125c44;
    margin: 10px;
}
.in_form_hr {
    width: 100%;
    float: left;
}

.btn {
    margin-bottom: 20px;
}
#login {
    padding: 0px;
    margin: 100px auto;
}
li .dropdown-toggle{
    background-color: #e4004c !important;
}

#error_div {
    margin: 50px auto;
    padding: 30px;
}
#success_div {
    margin: 50px auto;
    padding: 30px;
}
#warning_div {
    margin: 50px auto;
    padding: 30px;
}
.login_alert{
    margin: 100px auto -90px !important;
    width: 350px;
}
.half-table {
    width: 50%;
    margin: 0 auto;
}
.job_panel table{
    background-color: #f5ffed;
}
.job_panel table.dataTable tbody tr{
    background-color: #f5ffed;
}
.job_panel {
    /*background: url(/hiring/img/job_panel.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    width: 100%;
    
    width: 100vw;
    height: 60vh; 
    */
}
input[type="checkbox"], input[type="radio"]{
    height: 20px !important;
}
.row_red_color {
    color: red;
}
.row_blue_color {
    color: rgb(0, 149, 255);
}
.row_pink_color {
    color: rgb(225, 0, 255);
}
.row_green_dark_color {
    color: rgb(4, 117, 79);
}
.row_green_color {
    color: rgb(1, 171, 40);
}
.row_orange_color {
    color: #FFA500;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #cc0000; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  
 .table caption{
    text-align: center;
    font-size: 2em;
    color: #125c44;
}