@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: 3em 0;
    font-family: 'Open Sans', sans-serif !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;
}

.headerlink:hover {
    color: #ff0;
    text-decoration: none;
}

.leftcol {
    padding-left: 25px !important;
}

.rightcol {
    padding-right: 25px;
}

.pagetitle {
     font-size: 18px;
    font-weight: normal;
    color: #333 !important;
    display: block;
font-family: 'Hind', sans-serif  !important;
margin-top:10px;

}

.sectionheader {
    display: block;
    font-size: 16px;
    font-weight: 900;
    color: #333;
    padding: 10px 0px 5px 0px;
}

a {
	color:#014d8f;
	text-decoration:none;
}
a:hover {
	color:#014d8f;
	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%;
}

 

.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;
}
 
.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:5px;
	list-style:none;
}

.jobs:hover {
    background:#f5f5f5;
    cursor: pointer;
}

.jobs li {
	clear:both;
	padding:1px 0;
	border-bottom:1px dotted #e3e3e3;
	content: " ";
    display: table;
	width:100%;
}

.job {
	float:left;
	width: (50% - 25px);
	margin-right:5%;
	padding-left: 1.5px;
}

.jobtitle {
        font-size: 18px;
    font-weight: normal;
    color: #333 !important;
    display: block;
font-family: 'Hind', sans-serif  !important;
margin-top:10px;

}

.joblocation {
    font-size: 14px;
}

.department {
	float: right;
}

/* Actions */
.actions {
	margin:0;
	padding:0;
	list-style:none;
}
.actions li {
	display:inline-block;
	zoom:1;
	*display:inline;
}
.button {
	background:#6ec4e9;
	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-simple {
    clear: both;
    font-size: 16px;
    font-weight: normal;
    color: #333 !important;
    display: block;
    margin-top: 10px;
font-family: 'Hind', sans-serif  !important;
padding: 5px;

}

.listpagetext {
    margin: 10px 0px;
}

.gentext4 {
    margin: 10px 0px;
}

.btn-apply {
    min-width: 100px;
    background-color: #014d8f !important;
   border-color: #014d8f !important;
-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
color: #fff !important;

}

.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-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}


    .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;
    }
}

/* medium and larger screens */
@media only screen and (min-width: 992px) {
    .leftcol {
        position: fixed !important;
        top: 3em;
        left: 25px;
        width: 30% !important;
        max-width: 30% !important;
    }

    .rightcol {
        left: 33% !important;
        width: 66% !important;
        max-width: 66% !important;
    }
}


/* Overrides when running in an iFrame */

.rightcol.inframe {
    width: 100% !important;
    margin: 0px;
    margin-left: 0px;
    padding: 0px;
    position: inherit;
    top: 0px;
    left: 0px;
}

.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: 0px;
}

.headerlink.showinframe:hover {
    background-color: #888;
}

.alert-info,.alert-info >a {
    color: #fff !important;
    background-color: #fff !important;
    border-color: #fff !important;
}
