﻿/*
[Contents]

	0- Global
	1- Header
	2- Main Container
	3- Main
	4- Sidebar
	5- Footer
*/

/* =0 Global
---------------------------------------------------------------------------------------------------------------------*/
#body-container{
    display: flexbox;
    flex-wrap:wrap;
    align-items:baseline;
	margin:0 auto;
    margin-top:-60px;
    overflow:hidden;
}

#body-header{
    width:100%;
    background-color:white;
    position:fixed;
    z-index:5;
    height:80px;
}

#body-container-header {
    background-image:url(images/hirebg1.jpg);
    background-color:white;
    /*height: 350px;*/
    background-size:cover;
    background-repeat:no-repeat;
    display:flex;
    overflow:hidden;
    border:solid 1px lightgrey;
}
    /* =1 Header
---------------------------------------------------------------------------------------------------------------------*/
    #header {
        position: relative;
        z-index: 3;
        margin: 0 auto;
        width: 90%;
        /*padding-right:5%;*/
        /*width:950px;*/
    }


/* =2 Main Container
---------------------------------------------------------------------------------------------------------------------*/
#main-container{
	/*background:url(images/main-bg.png) repeat-y 238px 0;*/
	padding:15px 0;
	position:relative;
	z-index:2;
    margin: auto 10px;
    /*height:800px;*/
    /*border-bottom:solid 1px white;*/
}
/* =3 Main Position
---------------------------------------------------------------------------------------------------------------------*/
.singlePos {
    height: 35px;
    border-bottom: 1px solid lightgrey;
    margin: 15px 0;
    /*box-shadow: 3px 5px 3px rgb(190,190,190);*/
    /*display: flex;*/
    /*border-radius:5px;*/
}

.singlePos_L {
    width: 75%;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: clip;
    height: 100%;
}

    .singlePos_L:hover {
        cursor: pointer;
        opacity: 0.5;
    }

.singlePos_R {
    width: 16%;
}

    .singlePos_R input {
        background-color: rgb(0,138,201);
        border: none;
        width: 100%;
        /*height: 50px;*/
        margin: 30px 5px;
        /*font-size: 18px;*/
        color: white;
    }

        .singlePos_R input:hover {
            cursor: pointer;
            opacity: 0.5;
        }
/* =4 Sidebar
---------------------------------------------------------------------------------------------------------------------*/
/*#sidebar{
	float:left;
    width:24%;*/
	/*width:223px;*/
/*}*/
/* =5 Footer
---------------------------------------------------------------------------------------------------------------------*/
