@CHARSET "UTF-8";

body > header .row .subnav {
    background: #0e477a none repeat scroll 0 0;
}
body > header .subnav .nav-pills a {
    color: #fff;
}
.nav-pills a.active {
    background-color: #0065a2;
    color: #fff;
}
a {
    color: #0e477a;
}

.container::before, .container::after {
    content: "";
    display: table;
    line-height: 0;
}
.container::after {
    clear: both;
}
.container::before, .container::after {
    content: "";
    display: table;
    line-height: 0;
}
#main{
    width:900px;
}

.cefSlogan h1 {
    margin-top: 45px;
    font-size: 20px;
    color: #0065a2;
    padding-left: 120px;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-weight: bold;
	text-shadow: 0 3px 3px #c8c8c8;
}

#imageBanner {
	height:auto;
	width: 235px;
    background-color: #e6e6e6;
    float: left;
    padding: 23px 25px;
}

.cefPicture {
    background: url("/static/img/flags_0.jpg");
    padding-top: 50px;
    padding-bottom: 150px;
}

.cefPicture h1, .cefPicture h1 small {
    color: white;
    text-shadow: 1px 1px #000;
    font-size: 48px;
}

.cefPicture h1::before {
    background-color: #ffd500;
    content : "";
    height: 5px;
    margin-bottom: 20px;
    display: block;
    width: 100px;
}

.cefSlogan {
	margin-left: 235px;
	margin-top: 30px;
	width: 665px;
	
}
.cefPicture div a img {
	padding: 6px;
}

#cefLogo {
    height:75px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

img.captcha-refresh{
	width: 20px;
}

.form-group.required .control-label:after { 
   content:"*";
   color:red;
}
.help-block {
    background: #f5f5f5 none repeat scroll 0 0;
    display: table-cell;
}
.form-group .row {
    margin: 0;
}
.cef-group-span-filestyle {
    margin-left: 0;
    padding-right: 10px;
}
.btn-default {
	padding: 1px 6px;
}
.AddAnotherFile {
	display: block;
}
.pagination ul li {
    background-color: #fff!important;
}
label.required::after {
	color: red;
    content: "*";
}
.urgencyNoHurry {
	background-color: #dff0d8!important;
}
.urgencyOverDue {
	background-color: #f2dede!important;
}
.urgencyDueToday {
	background-color: #fcf8e3!important;
}
.urgencyInprogress {
	background-color: #14abc4!important;
}
.urgencyNA {
	background-color: #fff!important;
}
mark, .mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
p {
	font-size: 15px;
    line-height: 25px;
    margin: 0;
    padding: 5px 0;
}
ul.cefUL {
	list-style-type: disc!important;
	list-style-position: inside!important;
}
ul.cefUL li {
	list-style-type: disc!important;
	list-style-position: inside!important;
	font-size: 15px;
    line-height: 25px;
    margin: 0.4em;
    padding: 5px 0;
}
.col-md-9 .btn {
	margin-right: 1em;
	margin-top: -2em;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

.footer, .push {
    height: 4em;
    text-align: center;
}

.source-navbar-inner {
    background-image: none;
    -moz-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.065);
    -webkit-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.065);
    box-shadow: 0 3px 0px rgba(0, 0, 0, 0.065);
    border: none;
    background-color: #fff;
}

.navbar .source-nav > li > a {
    color: #000;
    font-weight: bold;
    padding-bottom: 3px;
}

.navbar .source-nav > li > a:focus,
.navbar .source-nav > li > a:hover {
    color: #058dbe;
    border-bottom: 2px solid #058dbe;
}
