body {
	font-family: 'Lato', 'Arial', 'Helvetica', 'sans-serif';
	background-color: #EEEEEE;
}
.login form input[type="text"], .login form input[type="password"] {
    width: 92%;
}
ul {
	margin: 0;
}

div#container-main {
	
}

header#header-main {
	font-family: 'Lato', 'Arial', 'Helvetica', 'sans-serif';
	background-color: #4682B4;
	font-size: 32px;
	vertical-align: middle;
	text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	color: #FFFFFF;
	padding: 30px 30px;
	margin-bottom: 10px;
}

nav#nav-main {
	float: left;
	margin: -11px 30px 0 30px;
	width: 300px;
	border: 1px solid #999999;
	padding: 0 0px;
	background-color: #FFFFFF;
	border-radius: 0 0 5px 5px;
}

nav#nav-main > ul {
	padding-left: 0;
}

section#section-main {
	float: left;
}

footer#footer-main {
	margin: 50px 0 20px 0;
	text-align: center;
}

div#trash,
div#support,
div#skills,
div#education,
div#work_history,
div#trs_history,
div#additional_info,
div#applicants,
div#open_job_orders,
div#filled_job_orders,
div#pay_rate,
div#job_shift_details,
div#post_details,
div.trs_history_notes_div,
div.locked_record_message {
	display: none;
}

td, th {
	padding: 5px;
}

.full_width {
	width: 100%;
}

tr.stripes {
	background-color: #E2E4FF;
}

div.trs_history_notes_div {
	-webkit-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.75);
	height: 300px;
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -250px;
	background-color: white;
	padding: 10px;
}

div.trs_history_notes_close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

td.locked_record {
	cursor: pointer;
}

div.locked_record_message {
	-webkit-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.75);
	height: 300px;
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -250px;
	background-color: white;
	padding: 10px;
}

div.locked_record_message_close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

li.menu_item {
	list-style-type: none;
	position:  static;
}

li.menu_item + li.menu_item {
	border-top: 1px solid #e2e2e2;
}

li.menu_item > a {
	display: block;
	background-color: #FFFFFF;
	text-align: center;
	padding: 20px 0 20px 0;
	font-weight: bold;
	position:  static;
	color: #000000;
	z-index:  -1;
	text-decoration: none;
	border-radius: 0;
	-webkit-font-smoothing: antialiased;
	transition:  background 0.1s ease;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

li.menu_item:last-child a {
	border: none;
}
li.menu_item {
	position: relative;
	z-index: 0;
	transition: background-color 0.6s cubic-bezier(0.37, 1.35, 0.03, 1.01), box-shadow 1.2s cubic-bezier(0.37, 1.35, 0.03, 1.01);
	box-shadow:  0px 0px 0px rgba(0,0,0,0);
}

li.menu_item:hover {
	background-color: #4682b4;
	color: #FFFFFF;
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
	z-index: 100;
	border-top-color: transparent!important;
}

li.menu_item:hover > a {
	background-color: #4682b4;
	color: #FFFFFF;
	/* box-shadow: 1px 0px 10px -2px #000; */
	z-index: 100;
	/* margin-left:  -5px; */
	/* margin-right:  -5px; */
	/* margin-bottom:  0px; */
	border-top-color: transparent!important;
	z-index:  1000;
}

ul.nav-tabs > li {
	margin-right: 5px;
	border-radius: 5px 5px 0 0;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}

ul.nav-tabs > li > a {
	background-color: #666666;
	color: #FFFFFF;
	margin: 0;
	z-index: 51;
	border-radius-top: 5px;
}

ul.nav-tabs > li > a:hover {
	background-color: #4682B4;
	color: #FFFFFF;
	border: 1px solid #4682B4;
}

div.tabbed_content {
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #999999;
	border-radius: 0 5px 5px 5px;
	margin-top: -1px;
	margin-bottom: 20px;
}

div.tabbed_content > h3 {
	margin: 0 0 20px 0;
}

div.non-tabbed_content {
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #999999;
	border-radius: 5px;
	margin-bottom: 20px;
}

div.non-tabbed_content > h3 {
	margin: 0 0 20px 0;
}

div.error {
	font-size: larger;
	font-weight: bold;
	color: red;
}

div.bottom-container {
	border-top: none;
	border-radius: 0 0 5px 5px;
	margin-top: -25px;
	padding-top: 10px;
}

.width_300 {
	width: 300px;
}



#section-main > .container {
    width: 100%;
}

#section-main > .container div#awaiting {
    padding:  20px;
    width:  100%;
}

nav#nav-main {
    width: 18%!important;
}

section#section-main {
    float: left;
    width: 75%;
}


a.togglemenu {
    position:  absolute;
    top: 50%;
    right: 40px;
    margin-top:  -20px;
    box-shadow:  none;
    display: none;
    z-index:  999;
    text-shadow: 0px 2px 6px #305677;
    color: #FFF;
}

header#header-main {
    position:  relative;
    text-shadow: 0px 2px 6px #305677;
}


@media (max-width: 855px) {
    #section-main > .container {
        width: 100%;
    }

    a.togglemenu {
        display: block;
    }

    #section-main > .container div#awaiting {
        padding:  20px;
        width:  100%;
    }

    body nav#nav-main {
        width: 90%!important;
        position: absolute;
        z-index: 100;
        opacity: 0;
        transition: all 0.2s cubic-bezier(0.27, 0.77, 0.24, 1.11);
    }
    
    body.open-nav nav#nav-main {
        opacity: 1;
    }

    section#section-main {
        float: left;
        width: 100%;
    }
}


table.dataTable {
	clear: both;
	margin: 0 auto;
	width: 100%;
}

table.dataTable thead th {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: 1px solid #6E6E6E;
	border-radius: 5px;
	cursor: hand;
	font-weight: 700;
	padding: 3px 18px 3px 10px;
}

table.dataTable tfoot th {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #6E6E6E;
	font-weight: 700;
	padding: 3px 18px 3px 10px;
}

table.dataTable td {
	padding: 3px 10px;
}

table.dataTable td.center,table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable tr.odd {
	background-color: #E2E4FF;
}

table.dataTable tr.even {
	background-color: #FFF;
}

table.dataTable tr.odd td.sorting_1 {
	background-color: #D3D6FF;
}

table.dataTable tr.odd td.sorting_2 {
	background-color: #DADCFF;
}

table.dataTable tr.odd td.sorting_3 {
	background-color: #E0E2FF;
}

table.dataTable tr.even td.sorting_1 {
	background-color: #EAEBFF;
}

table.dataTable tr.even td.sorting_2 {
	background-color: #F2F3FF;
}

table.dataTable tr.even td.sorting_3 {
	background-color: #F9F9FF;
}

.dataTables_wrapper {
	clear: both;
	position: relative;
	zoom: 1;
}

.dataTables_length {
	float: left;
}

.dataTables_info {
	clear: both;
	text-align: left;
}

.paginate_disabled_previous,.paginate_enabled_previous,.paginate_disabled_next,.paginate_enabled_next {
	color: #111!important;
	cursor: hand;
	float: left;
	height: 19px;
}

.paginate_disabled_previous:hover,.paginate_enabled_previous:hover,.paginate_disabled_next:hover,.paginate_enabled_next:hover {
	text-decoration: none!important;
}

.paginate_disabled_previous,.paginate_disabled_next {
	color: #666!important;
}

.paginate_disabled_previous,.paginate_enabled_previous {
	padding-left: 23px;
}

.paginate_disabled_next,.paginate_enabled_next {
	margin-left: 10px;
	padding-right: 23px;
}

.paging_full_numbers {
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,.paging_full_numbers a.paginate_active {
	margin: 0 3px;
	padding: 2px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ffF;
	border: 1px solid #6E6E6E;
	border-radius: 5px;
	box-shadow: 1px 1px 0 #6E6E6E;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	outline: 0;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #4682b4;
	color: #FFF;
}

.paging_full_numbers a.paginate_button:focus {
	background-color: #666;
	box-shadow: 0 #6E6E6E;
	color: #FFF;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}

.dataTables_processing {
	background-color: #FFF;
	border: 1px solid #ddd;
	color: #999;
	height: 30px;
	left: 50%;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 250px;
}
#section-main > .container > .row > .col-md-12 h1 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-family:  Lato;
    font-weight: 300;
    text-align:  center;
}
.sorting {
	background: url(../images/datatables/sort_both.png) no-repeat center right;
}

.sorting_asc {
	background: url(../images/datatables/sort_asc.png) no-repeat center right;
}

.sorting_desc {
	background: url(../images/datatables/sort_desc.png) no-repeat center right;
}

.sorting_asc_disabled {
	background: url(../images/datatables/sort_asc_disabled.png) no-repeat center right;
}

.sorting_desc_disabled {
	background: url(../images/datatables/sort_desc_disabled.png) no-repeat center right;
}

.dataTables_scroll {
	clear: both;
	min-height: 300px;
}

.dataTables_filter,.dataTables_paginate {
	float: right;
	text-align: right;
}

.paginate_disabled_previous:active,.paginate_enabled_previous:active,.paginate_disabled_next:active,.paginate_enabled_next:active,.paging_full_numbers a:active,table.dataTable thead th:active,table.dataTable thead td:active {
	outline: none;
}
.modal-header .close {
    margin-top: -15px!important;
    font-size: 25px;
    margin-right: -8px!important;
}

.modal-header {
    border-bottom-color: #efefef;
    background: #fbfbfb;
    border-top-left-radius:  10px;
    border-top-right-radius: 10px;
}


.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .5rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    padding-top: 13px;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width:800px
    }
}


.modal-content *, .modal-content *:hover, .modal-content *:active {
    outline:  none!important;
}

.modal-body label {
    position: relative;
}

.modal-body label, .modal-body span {
    display:  block;
    padding: 0 4px 4px 4px;
    font-size: 12px;
    font-weight: 300;
}

.modal-body span {
    pointer-events: none;
    position: absolute;
    top: 8px;
    left: 10px;
    color: #b1b1b1;
    transition: all 0.2s linear;
}

.modal-body label input {
    width: 100%;
    border: 1px solid rgba(184, 184, 184, 0.65);
    border-radius: 3px;
    font-size: 14px;
    max-width: 100000px;
    box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.1);
    padding-left: 6px;
    padding: 5px 6px;
    font-weight: 300;
    transition: all 0.3s ease;
}

.modal-body label textarea {
    width: 100%;
    border: 1px solid rgba(184, 184, 184, 0.65);
    height: 100px;
    padding:  6px;
    line-height: 20px!important;
    border-radius: 3px;
    text-indent: 58px;
    font-size: 12px!important;
    box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-body label textarea:focus, .modal-body label input:focus {
	box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.3), 0px 4px 8px -5px rgba(0, 0, 0, 0.16), 0px 3px 8px 3px rgba(0, 0, 0, 0.14);
	border: 1px solid rgba(113, 113, 113, 0.65);
}

.attachment_pdf {
    padding: 4px 10px 10px 10px;
}

.modal-body .attachment_pdf span {
    position: relative;
    display:  inline-block;
    color: #666;
    margin-right: 0px;
    margin-top: -9px;
    top: -1px;
    left: -2px;
}


.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
    opacity: 0.2;
    transition: opacity 0.2s linear;
    font-weight: 300;
    font-size: 12px;
    padding: 7px 10px;
}

.btn-outline-dark:hover {
    color: #585858;
    background-color: #ffdddd1f;
    border-color: #351c1257;
    opacity: 1;
}

.btn-outline-dark.focus,.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}


.modal-body label input:valid ~ span, .modal-body label input:focus ~ span  {
    opacity: 1;
    color: #666;
}

.modal-body label textarea:focus ~ span, .modal-body label textarea:valid ~ span {
    opacity: 1;
    color: #666;
}

.modal-body label input#subject {
    padding-left: 55px;
}


.modal-body label input#email_to {
    padding-left: 55px;
}

button#send_email_btn {padding: 6px 30px 5px 30px;}

.btn-primary {
    color: #fff;
    background-color: #6191b9;
    border-color: #7d95ab85;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #407bad;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.6);
    border-color: #458ac5;
    color: #e7f4ff;
}

.attachment_pdf i.fa.fa-file {
    margin-right:  3px;
    top: -1px;
    position:  relative;
}

span.cap-foot {
    position: absolute;
    left: -215px;
    color: #7a7a7a;
    font-size: 12px;
    font-weight:  300;
    font-family: Lato;
    letter-spacing: normal;
    bottom: -40px;
    top: auto;
    transition: left 1s cubic-bezier(0.46, 1.14, 0.18, 1.07);
}

.in span.cap-foot {
    left: 15px;
}

.login nav#nav-main {
    display:  none;
}

.login section#section-main {
    max-width: 350px;
    width: 100%;
    min-width: 330px;
    margin: 0 auto;
    display: block;
    float: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .5rem;
    outline: 0;
    margin-top: 2vh;
}

.login form h4 {
    font-size: 14px;
    position:  relative;
    margin-top:  -20px;
    margin-bottom: 20px;
    text-align:  center;
    color: #909090;
    font-weight:  300;
}

.login #section-main > .container {
    border: none;
    margin:  0;
    padding:  0;
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 3px 10px 0px rgba(0, 0, 0, 0.14), 0px 3px 14px 1px rgba(0, 0, 0, 0.12);
}

.login section#section-main h1 {
    top: -6px;
    position:  relative;
}

.login th,.login td {
    padding: 3px;
    font-size:  14px;
    -webkit-font-smoothing:  antialiased;
    padding-left: 0px;
}

button.btn.btn-dark-outline {
    border: 1px solid #aaa;
    color: #555;
    transition: all 0.3s cubic-bezier(0.16, 0.82, 0.58, 1), box-shadow 0.6s cubic-bezier(0.16, 0.82, 0.58, 1);
    position: relative;
    font-size: 15px;
    font-weight: 300;
    padding: 5px 15px 6px 15px;
    background: white;
    margin-right: 10px;
    outline: none!important;
}

button.btn.btn-dark-outline:hover {
    border: 1px solid #848484;
    color: #f9f9f9;
    background: #585858;
    box-shadow:  0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

button.btn.btn-dark-outline .glyphicon {margin-right: 8px; font-size: 14px}


div#sendMailBox.sending:before {
    content: "Processing Email Request...";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #f4f4f4 url('/app/img/loader.gif') no-repeat 50% 46%;
    z-index: 1000;
    opacity: 0.7;
    font-size: 22px;
    color: #2f2f2f;
    padding-top: 55vh;
    text-align: center;

}

#section-main > br:nth-child(1) {
    display:  none;
}

ul.side-nav.button-nav li a:hover {
    color:#305677 !important;
    background-color:white;
}

ul.side-nav.button-nav li {
    float: left;
}

ul.side-nav.button-nav li a {
    text-decoration: none;
    transition: all 0.5s ease;
    padding: 5px 10px;
    border: 1px solid #305677;
    margin: 0px 5px;
    background-color: #305677;
    color: white;
}
ul.side-nav.button-nav {
    list-style: none;
    float:right;
}

.full-width-table {
    width: 100%;
}

.full-width-table td, full-width-table th {
    padding:15px;
}

.full-width-table tr {
    border-bottom:1px solid;
}

.non-tabbed_content label {
    margin-right:5px;
}