﻿.accordion
{
width: 1000px;
margin: auto;
border-radius: 5px;
moz-border-radius: 5px;
}
.accordionHeader
{
border-radius: 5px;
moz-border-radius: 5px;
background-color: #99999c;
font-weight: bold;
padding: 0px 0px 2px 0px;
}
.accordionHeaderSelected
{
border-top-right-radius: 5px;
border-top-left-radius: 5px;
moz-border-top-right-radius: 5px;
moz-border-top-left-radius: 5px;
border-bottom: 1px solid #606060;
background-color: #606060;
font-weight: bold;
color: #000000;
padding: 0px 0px 2px 0px;
}
.accordionContent
{
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
moz-border-bottom-right-radius: 5px;
moz-border-bottom-left-radius: 5px;
background-color: White;
}
.accordionHeaderText
{
    margin-top:5px;
    color:white;
}
.accordionHeaderRow {
    margin-right: 15px;
    margin-left: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height:30px;
}
div #changeRole
{
    position:absolute;
    float:right;
    right:30px;
    top:5px;
    width:500px;
}
/*.rbt
{
    list-style:none; 
    margin: 0; 
    padding: 0;
    border:1px solid  #99999c;
    display:block;
    width:auto;
}

.rbt table
{
    border-spacing:0px !important;
    border-collapse:collapse !important;
    vertical-align:top;
}
.rbt td
{
    vertical-align:top !important;
    margin-top:-10px;
    width:100px;
}*/


/* Styles the thumbnail */

a.lightbox img {
height: 150px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}

.upper 
{
    text-transform:uppercase;
}

/* Vacancy List Style*/
.grdVac
{
    width:80%;
    border:0;
}
.grdVac tr,.grdVac td
{
    background-color: #fff;
    border: solid 1px #ccc;
    min-width:800px;
    padding-top:20px;
    padding-left:0px;
}
.grdVac td:hover
{
     box-shadow: 0px 0px 3px 0px #4800ff ;
}
.grdVac .lblHead
{
    color: #c74237;
    font-weight: 800;
    margin-bottom: 15px;
    font-size:22px;
    font-family:Calibri !important;
}
.grdVac .lblSmall
{
    color: #222;
    margin-bottom: 5px;
    font-size:14px;
    font-family:Calibri !important; 
}
.grdVac .lblSmallHead
{
    color: #222;
    margin-bottom: 10px;
    margin-top:10px;
    font-size:16px;
    font-family:Calibri !important; 
    font-weight:800;
    text-transform:uppercase;

}
.grdVac .lblSmallTitle
{
    color: #222;
    margin-bottom: 5px;
    font-size:14px;
    font-family:Calibri !important;  
    font-weight:700; 
}
    
.grdVac .lblSmallBlack
{
    color: #000;
    font-weight: 800;
    margin-bottom: 5px;
    font-size:14px;
    font-family:Calibri !important;
}
.grdVac .footer
{
    height:50px;
    margin-left:0px;
    width:100%;
    background-color:#f3f2f2;
}  
.grdVac .bt
{
    border:1px solid #cd4237;
    border-radius:2px;
    background-color:#f3f2f2;
    color:#cd4237;
    float:right !important;
    height:30px !important;
    width:100px;
    margin:10px;
}   
.grdVac .bt:hover 
{
   
    background-color:#cd4237;
    color:white;
} 

.vacList .searchTxt
{
    width:800px;
    font-size:12px;
    padding:5px;
}
.vacList .list 
{
    width:800px;
    float:left;
}
.vacList .login 
{
    width:350px;
    float:right;
    margin-right:30px;
}
.vacList .main 
{
    width:100%;
    float:right;
    margin-top:50px;
}

.grdVac #txtJobDesc
{
    border:none;
    height:200px;
    width:1000px;
    background-color:white;
}
.grdVac .sectHead
{
    font-size:14px;
    color:black;
}
.grdVac #btApply
{
    margin-right:300px;
}
/* Vacancy List Style*/