ol, ul {
    list-style: none;
    padding: 0;
}

input, select {
    outline: none;
}

.clear {
    clear: both;
}

.p0 {
    padding: 0px !important;
}

.m0 {
    margin: 0px !important;
}

.fr {
    float: right !important;
}

.fl {
    float: left !important;
}

.tr {
    text-align: right !important;
}

.tl {
    text-align: left !important;
}

body {
    background: url(../images/openrecruitments-bg.jpg) no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 0 118px;
    margin: 0;
    color: #211464
    /*background: url(../images/openrecruitments-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
    /*background-image: url(/Images/slider-img.jpg);*/
    /*background-image: url(../images/openrecruitments-bg.jpg);
  background-repeat: no-repeat;
    background-position: 100px 5px;*/
    /*background-position: 100px 5px; 
  
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #fff;
  color: #fff;*/
}

.nav-control {
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
}

    .nav-control > ul > li {
        float: left;
        width: 50%;
        display: inline-block;
    }

        .nav-control > ul > li > a {
            background: #ecf0f1;
            padding: 10px;
            display: block;
            text-align: center;
            color: #000000;
            text-decoration: none;
        }

            .nav-control > ul > li > a:hover {
                background: #3498db;
                color: #ffffff;
            }

            .nav-control > ul > li > a.active {
                background: #2980b9;
                color: #ffffff;
            }

.form-container {
    /*background: linear-gradient(135deg, rgba(37, 18, 117, 0.7) 0%, rgba(100, 95, 203, 0.7) 50%, rgba(19, 14, 101, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55085c', endColorstr='#af3467',GradientType=1 );*/
    padding: 20px;
    margin-top: -50px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    /*background-image: url(bg.jpg);*/
    -ms-border-radius: 2px;
    border-radius: 2px;
}

    .form-container p {
        color: white;
    }

    .form-container #uploader span {
        color: black;
    }

.plupload_filelist {
    color: black !important;
}

body > .container {
    width: 960px;
    padding-top: 5%;
    margin: 0 auto;
}

/** Customizing the EM Select **/
.jquery-em-interactive-container {
    color: #3498db;
}

/** Make a smooth display with Story Box, we're going to add this **/
[data-sb] {
    opacity: 0;
}

/** The Sliding Container can have a few quirks, it is suggested we always use a width for each div **/
.uff-form-sliding > div.sliding-container > div {
    width: 583px;
}

.pager > li > a {
    cursor: pointer;
}

.pager > li.right {
    float: right;
    display: block;
}


.pager > li.left {
    float: left;
    display: block;
}
