@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');

html,
button,
input,
select,
textarea {
    color: #000;
    font-family: ‘Open Sans', sans-serif !important;
}

body {
    padding: 25px;
    font-family: ‘Open Sans', sans-serif !important;
    font-size: 14px !important;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.toprow {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 2em;
    min-width: 100%;
    background-color: #333;
    color: #fff;
    padding: 3px 15px;
    margin: 0px 0px 10px 0px !important;
    z-index: 999999;
}

.headerlink {
    color: #fff;
    text-decoration: none;
}

.form-control {
    display: block;
    width: 200px;
    height: auto;
    padding: 1px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
 }

.headerlink:hover {
    color: #ff0;
    text-decoration: none;
}

.leftcol {
    padding-left: 25px !important;
}

#rightcol {
     width: 100%;
}

.rightcol {
    padding-right: 25px;
}

.pagetitle {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sectionheader {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 10px 0px 5px 0px;
}

a {
color:#0079c1;
text-decoration:none;
}
a:hover {
color:#0079c1;
text-decoration:underline;
}


.wrapper {
}

.header-container,
.footer-container {
text-align: center;
    vertical-align: middle;
}

.footer-container {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #333;
    margin-top: 15px;
    height: 2em;
    padding-top: 0.3em;
    vertical-align: middle;
}

.footertext, 
.footertext > a {
    font-size: 14px;
    color: #ccc;
}

.footertext > a, 
.footertext > a:focus {
    color: #fff;
    text-decoration: none;
}

.footertext > a:hover {
    color: #ff0;
    text-decoration: none;
}

.footer-container footer {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 3em;
    padding: 0px;
    margin-top: 20px;
    background-color: #666;
    width: 100%;
}

.main aside {
    background: #333333;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

.main {
    padding: 0 0;
}

.main aside {
    color: white;
    padding: 10px 5%;
}

.ie7 .title {
    padding-top: 20px;
}

#logo {
padding-bottom:10px;
border-bottom:0px solid #e3e3e3;
}

/* Jobs */

.JobsFilter {
    padding: 10px 0px;
    max-width: 350px;
}

.jobs {
margin:0;
padding-left:2px;
list-style:none;
}

.jobs:hover {
    background:#f5f5f5;
    cursor: pointer;
}

.jobs li {
clear:both;
padding:5px 0;
border-bottom:1px dotted #e3e3e3;
content: " ";
    display: table;
width:100%;
}

.jobtitle {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 500;
    display: block;
}

.joblocation {
    font-size: 16px;
}

.department {
float: right;
}

/* Actions */
.actions {
margin:0;
padding:0;
list-style:none;
}
.actions li {
display:inline-block;
zoom:1;
*display:inline;
}
.button {
background:#005261;
padding:7px 14px;
color:#ffffff;
font-weight:900;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
text-decoration:none;
}
.button:hover {
background:#749E2E;
color:#ffffff;
}
.groupbyname {
    font-size: 18px;
    font-weight: normal;
    color: #005261 !important;
    border-bottom: 0px solid #aaa;
    display: block;
    margin-top: 10px;
}

.groupbyname-simple {
    clear: both;
    font-size: 16px;
    font-weight: normal;
    color: #000 !important;
    display: block;
    margin-top: 10px;
}

.listpagetext {
    margin: 10px 0px;
}

.gentext4 {
    margin: 10px 0px;
}

.btn-apply {
    min-width: 200px;
    background-color: #3299cc !important;
   border-color: #3299cc !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;

}

.referjoblink {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.sharejob {
    float: right; 
    text-align: right; 
}

#ReferJob_dlgRefer > .modal-dialog {
    position: fixed;
    bottom: 0;
    right: 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* x-small screens */
@media only screen and (max-width: 767px) {
    .leftcol {
        margin: 0px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .rightcol {
        margin: 0px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .applybuttonlink {
        width: 100%;
        display: block;
        text-align: center;
    }

    .apply-button-block {
        display: block !important;
        width: 100% !important;
    }

    .referjoblink {
        display: block;
        width: 100%;
        text-align: center;
        float: inherit;
    }

    .actions {
        text-align: center;
        display: inline-block;
    }

    .btn-apply {
        float: inherit;
        min-width: 250px;
    }

    .sharejob {
        float: inherit;
        margin-top: 10px;
    }
}

/* xx-small and x-small screens */
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .actions {
        text-align: inherit;
        display: inline-block;
        width: 100%;
    }

    .btn-apply {
        float: left;
        min-width: 250px;
    }

    .sharejob {
        float: right;
        margin-top: 5px;
    }
}

/* small screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .leftcol {
        position: fixed !important;
        top: 3em;
        left: 25px;
        width: 40% !important;
        max-width: 40% !important;
    }

    .rightcol {
        left: 45% !important;
        width: 53% !important;
        max-width: 53% !important;
    }

    .actions {
        width: 100%;
        text-align: inherit;
        display: inline-block;
    }

    .btn-apply {
        float: left;
        min-width: 180px;
        max-width: 200px;
    }

    .sharejob {
        float: right;
        margin-top: 5px;
    }
}

/* Overrides when running in an iFrame */

.container-fluid.inframe  .rightcol {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px;
    margin-left: 0px;
    padding: 0px;
    position: inherit;
    top: 0px;
    left: 0px !important;
}

.container-fluid.inframe {
    padding: 0px;
}

body.inframe {
    padding: 0px 10px 0px 0px;
}

.headerlink.showinframe {
    display: none; /* hidden by default, will be shown by master page if running in frame */
    float: right;
    font-size: 14px;
    border: 1px solid #666;
    background-color: #333;
    color: #fff !important;
    padding: 4px 6px;
    border-radius: 4px;
}

.headerlink.showinframe:hover {
    background-color: #888;
}

.alert-info,.alert-info >a {
    color: #fff !important;
    background-color: #3299cc !important;
    border-color: #3299cc !important;
}

@media only screen and (max-width: 991px) {
  .job {
      width: 45%;
  }
  .department {
     width: 45%;
     text-align: right;
  }
}

.JobsFilter, .JobsFilter > .form-control, .jobsfiltergroup, .jobsfiltergroup > .form-control {
    display: inline-block;
}

.JobsFilter > .form-control, .jobsfiltergroup > .form-control {
    margin-right: 10px;
}

.JobsFilter, .jobsfiltergroup {
    padding: 0 0 10px 0;
}

.jobsfiltergroup > input[type=submit] {
    padding: 1px 12px;
}

@media only screen and (min-width: 951px) {
    margin-left: -5px;
}
