﻿@font-face {
    font-family: 'myriad-pro';
    src: url('../../../Content/skins/dalata/font/MyriadPro-Regular.ttf') format('truetype');
}

body {
    font-family: 'myriad-pro', sans-serif;
    font-size: 1.6em;
    color: #6c7273;
    margin: 0px;
    margin-bottom: 16px;
    line-height: 1.6em;
    padding: 15px;
}

p {
    font-size: 1em;
    color: #6c7273;
    line-height: 1.4em;
}

h1 {
    color: rgba(100, 23, 37, .9);
    font-weight: 400;
    margin: 0px;
    margin-bottom: 12px;
    padding: 0px;
}

h2 {
    color: rgba(100, 23, 37, .9);
    font-weight: 400;
    text-decoration: none;
}

h3 {
    color: rgba(100, 23, 37, .9);
    font-size: 1em;
    font-weight: 400;
}

strong {
    color: rgba(100, 23, 37, .9);
    /*font-size: 1em;*/
    /*font-weight: 800;*/
}

a, a:hover {
    color: rgba(100, 23, 37, .9);
    ;
}

.btn-link, .btn-link:hover {
    /*display: inline-block;*/
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: rgba(100, 23, 37, .9);
    border-color: rgba(100, 23, 37, .9);
    color: #ffffff;
    text-decoration: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    /*font-size: 14px;*/
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}

    .form-control:focus, input[type=text]:focus, textarea:focus, input[type="password"]:focus {
        border-color: #66AFE9;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(136, 136, 136,0.6);
        -moz-box-shadow: 0px 0px 5px 0px rgba(136, 136, 136,0.6);
        box-shadow: 0px 0px 5px 0px rgba(136, 136, 136,0.6);
        color: #333;
    }

.alert {
    border-color: rgba(100, 23, 37, .9);
    background-color: white;
}



.btn-primary {
    /*display: inline-block;*/
    padding: 6px 12px;
    margin-bottom: 10px;
    /*font-size: 14px;*/
    /*font-weight: 400;*/
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f37600;
    border-color: #f37600;
    color: #ffffff;
}

    .btn-primary:hover {
        /*display: inline-block;*/
        padding: 6px 12px;
        margin-bottom: 10px;
        /*font-size: 14px;*/
        /*font-weight: 400;*/
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        background-color: #fb8a1f;
        border-color: #fb8a1f;
        color: #ffffff;
    }

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    background-color: #f37600;
    border-color: #f37600;
}

    input[type=submit].btn-block:hover, input[type=reset].btn-block:hover, input[type=button].btn-block:hover {
        background-color: #fb8a1f;
        border-color: #fb8a1f;
    }

.jobViewListing ul {
    list-style: none;
}

.jobListing {
    border-bottom: 1px solid rgba(136, 136, 136,0.6);
    padding-bottom: 5px;
}

    .jobListing ul {
        list-style: none;
        padding-left: 0px;
        /*line-height: 25px;*/
    }

.jobListing {
    list-style: none;
    padding: 15px;
    margin-bottom: 20px;
}

.jobViewListing {
    list-style: none;
    padding: 20px;
    margin-bottom: 20px;
}

    .jobViewListing ul {
        list-style: none;
        padding-left: 4px;
        /*line-height: 30px;*/
    }

/*.panel-default {
    color: rgba(100, 23, 37, .9);
    font-weight: 400;
    margin: 0px;
    margin-bottom: 12px;
    padding: 0px;
}

.panel .panel-default {
    color: rgba(100, 23, 37, .9);
    font-weight: 400;
    margin: 0px;
    margin-bottom: 12px;
    padding: 0px;
}*/

/*.input-group-btn .btn-primary:hover {
    background: none;
    background-color: #3FB8AF;
    border: 1px solid #3FB8AF;
    border-color: #3FB8AF;
    color: #000;
}*/



.primary-nav__list > .nav__menu__item .nav__menu__item__text {
    font-size: 2.0em;
    font-weight: 900;
}



.wrapper .container {
    background-color: #ffffff;
}

/*.container.main {
    background-color: #fff;
    padding-top: 65px;
}


.navbar .navbar-fixed-top {
    padding-top: 150px;
}

.main-header {
    background-color: #fff;
    border-bottom: 1px solid #e62742;
}

h2, .h2 {
    font-size: 2.5em;
    color: #e62742;
    text-align: left;
    font-weight: 900;
    background: none;
    height: inherit;
    text-indent: 0;
    margin-bottom: 0.2em;
}

select {
    height: 32px;
}

a {
    color: #515151;
    text-decoration: none;
}

a:hover {
    color: #515151;
    text-decoration: none;
}

.btn-apply {
    margin-top: 25px;
}

.border-b {
    border-bottom: #6572c5;
}

.page-header-row {
    background-color: #6572c5;
}





.table.table-generic a {
    color: #6572c5;
}

.white-popup h3 {
    border-bottom: 1px solid #9ba8fb;
}

.footer-nav {
    background-color:white;
}


}*/

.panel-body {
    padding: 15px;
    padding-bottom: 0;
}
