html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }

blockquote:before,
blockquote:after, q:before,
q:after {
  content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover,
a:focus,
a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
-------------------------

-------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

#myDiv {
  background-color: blue; }

body {
  font-size: 16px; }

.nav-menu li {
  padding-right: 5px; }

.select2-input {
  min-width: 250px; }

a:visited {
  color: blue; }

.metadata, #filestuff {
  margin-top: 20px;
  margin-bottom: 20px; }

.select2-container {
  width: 100% !important; }

.menu-item {
  margin-right: 15px;
  padding-right: 15px; }

.tab-content th {
  max-width: 200px; }

.edit-project select {
  background: yellow !important;
  color: #000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); }

.dt-buttons {
  margin-top: 20px; }

.dt-buttons a {
  margin-right: 20px; }

td.details-control {
  background: url("../cdo-da/img/da.details_open.png") no-repeat center center;
  cursor: pointer; }

tr.shown td.details-control {
  background: url("../cdo-da/img/da.details_close.png") no-repeat center center; }

tfoot input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box; }

tfoot {
  display: table-header-group; }

div#content div.container form {
  max-width: 600px;
  margin: auto; }

div#content div.container .form-horizontal {
  max-width: 800px;
  margin: auto; }

#projects tfoot th:nth-child(1) input, #projects tfoot th:nth-child(2) input {
  visibility: hidden; }

.second-view {
  border: 2px solid black;
  margin-top: 20px; }

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.heading {
  color: #235F91; }

/*project-view datatable formatting*/
.container .tab-content .row {
  margin-top: 15px; }

.container .tab-content .row .childrow {
  font-size: smaller; }

.container .tab-content .row .childrow .crowhead {
  padding: 4px 12px 4px 4px;
  margin-bottom: 8px;
  font-weight: bold;
  width: 80px;
  max-width: 80px;
  text-align: right; }

.childrow td {
  padding: 5px; }

.container .tab-content .row .input-sm {
  min-width: 200px; }

/*Management Docs Child Rows Table*/
#md_child_rows {
  width: 50%; }

#md_child_rows td {
  padding-right: 30px; }

#md_child_rows p {
  margin-bottom: 0em;
  margin: 0px; }

.select2 {
  min-width: 180px; }

body {
  margin: auto !important; }

#brandbar {
  height: 26px;
  background-color: #ACC8D7;
  background-image: url("../cdo-da/img/da.un-top-bg.jpg");
  background-repeat: repeat-x;
  overflow: hidden;
  color: #404040;
  font-size: 16px; }

#brandbar a, #brandbar a:visited, #brandbar a:hover, #brandbar a, #brandbar a:focus {
  color: #404040;
  outline: medium none;
  font-weight: 400; }

.unicon {
  /*margin-top: 2px;
    padding: 0px 2px;
    vertical-align:middle;
    border:none;*/ }

.welcome {
  /*font-family: "Source Sans Pro",Helvetica,sans-serif;*/ }

#bb_un {
  float: left; }

#bb_form {
  float: right; }

#bb_form input.btn {
  height: 22px;
  font-size: 0.8em !important;
  font-weight: bolder !important; }

.brandbar-center {
  padding: 2px;
  font-size: 0.8em; }

#topnav {
  height: 28px;
  background-color: #070050;
  line-height: 25px;
  color: #fff;
  padding-left: 4px; }

#topnav a {
  color: #fff; }

#masthead {
  background: none repeat scroll 0% 0% #235F91; }

.entry-title a, .site-header .home-link {
  color: #404040; }

.site-header .home-link {
  display: block;
  min-height: 230px;
  padding: 0px 20px;
  text-decoration: none;
  width: 100%; }

.site-title, .site-description {
  margin-left: 72px;
  margin-bottom: 0px;
  color: #dadada;
  text-decoration: none; }

.site-title {
  font-size: 24px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1; }

.site-description {
  font-size: 16px;
  font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
  margin-top: 0px; }

.home-link {
  background: url("../cdo-da/img/da.un-logo.png") no-repeat scroll 0% 0% transparent;
  display: inline-block !important;
  outline: medium none;
  width: 100px;
  height: 100px;
  border: 0px none;
  text-decoration: none;
  min-height: 100px !important; }

.ajax-progress {
  background: url("../cdo-da/img/da.loader.gif");
  width: 100px;
  height: 100px; }

button.reset {
  margin-right: 36px; }

tr.group,
tr.group:hover {
  background-color: #ddd !important; }

/** Responsive menu **/
/*Strip the ul of padding and list styling*/
/*neeed a menu id*/
ul.responsivemenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  font-size: 14px;
  z-index: 999; }

/*Create a horizontal list with spacing*/
ul.responsivemenu li {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px; }

/*Style for menu links*/
ul.responsivemenu li a {
  min-width: 140px;
  text-align: center;
  line-height: 50px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #235F91;
  text-transform: uppercase;
  font-weight: bolder;
  border-right: 1px solid #235F91;
  display: block;
  padding: 0px 15px !important;
  margin: 0px; }

/*Hover state for top level links*/
ul.responsivemenu li:hover a {
  background: #235F91;
  color: #fff; }

/*Style for dropdown links*/
ul.responsivemenu li:hover ul a {
  background: #235F91;
  color: #fff; }

/*Hover state for dropdown links*/
ul.responsivemenu li:hover ul a:hover {
  background: #ACC8D7;
  color: #235F91; }

/*Hide dropdown links until they are needed*/
ul.responsivemenu li ul {
  display: none;
  padding: 0px;
  margin: 0px; }

/*Make dropdown links vertical*/
ul.responsivemenu li ul li {
  display: block;
  float: none;
  margin-left: -1px;
  border-bottom: 1px solid white; }

/*Prevent text wrapping*/
ul.responsivemenu li ul li a {
  width: auto;
  min-width: 140px;
  padding: 0 20px;
  border-right: 0px;
  text-transform: none; }

/*Display the dropdown on hover*/
ul.responsivemenu li a:hover + .sub-menu, .sub-menu:hover {
  display: inline-block; }

/*Style 'show menu' label button and hide it by default*/
.show-menu {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #235F91;
  background: #ACC8D7;
  text-align: center;
  padding: 10px 0;
  display: none;
  cursor: pointer; }

input[type=checkbox]#show-menu {
  display: none; }

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .rmenudiv .responsivemenu {
  display: block; }

input[type=checkbox].view-checkbox {
  display: inline-block; }

.rmenudiv {
  display: block;
  background-color: #ACC8D7;
  height: 50px;
  width: 100%; }

.table_documents {
  width: 70%; }

.table_documents th, .table_documents td {
  border: 1px solid #235F91;
  padding: 4px;
  text-align: center; }

.table_documents th {
  font-weight: bold; }

.table_documents tr td:nth-child(2) {
  text-align: left; }

.alert {
  margin-top: 5px;
  padding: 5px 15px; }

.site-footer {
  border-top: 6px solid #235F91;
  background-color: #f4f6f8;
  font-size: 14px;
  padding: 4px; }

#foot-nav {
  text-align: center; }

div.toggleColumnDisplay {
  background-color: #f4f6f8;
  display: none;
  margin-bottom: 4px; }

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.childrow td.crowhead {
  width: 160px;
  max-width: 160px;
  padding-right: 12px;
  text-align: right; }

.container {
  font-size: 12px; }

#ajaxoverlay {
  display: none;
  position: absolute;
  background: #fff; }

#ajaxloader {
  position: absolute; }

ul.email_list {
  margin-left: 0px;
  padding-left: 0px; }

ul.email_list li {
  list-style: none;
  margin-bottom: 12px;
  background-color: #f4f6f8;
  font-size: 11px;
  height: 200px;
  max-height: 200px;
  overflow: scroll; }

.email_body {
  height: 200px;
  max-height: 200px;
  overflow: scroll;
  margin-top: 4px;
  border-top: 1px solid #ccc;
  word-break: break-word; }

.pd-final {
  border-left: 4px solid #ff0000 !important; }

.annex-list {
  font-size: smaller; }

.annex-list ol {
  padding: 0px; }

.is_incoming_in {
  display: inline-block;
  background: #EA8181;
  padding: 6px; }

.downloadme {
  display: inline-block;
  background: #f4f6f8;
  padding: 4px; }

.is_incoming_out {
  display: inline-block;
  background: #55D076;
  padding: 6px; }

/*
div.dataTables_wrapper {
    font-size: 11px;
}
*/
/*
div.dataTables_wrapper {
        width: 800px;
        margin: 0 auto;
    }
*/
/*Responsive Styles*/
@media screen and (max-width: 760px) {
  /*Make dropdown links appear inline*/
  ul.responsivemenu, ul.responsivemenu li ul {
    position: static;
    display: none; }
  /*Create vertical spacing*/
  ul.responsivemenu li {
    background-color: #ACC8D7;
    border-bottom: 1px solid white; }
  ul.responsivemenu li a, ul.responsivemenu li ul li a {
    text-align: left; }
  ul.responsivemenu li ul li a:before {
    content: " \00a0\00a0\00a0\00a0\00a0\00a0\00a0 ";
    text-decoration: line-through;
    padding-right: 4px; }
  /*Make all menu links full width*/
  ul.responsivemenu, ul.responsivemenu li, ul.responsivemenu li ul, ul.responsivemenu li ul li, ul.responsivemenu li ul li a {
    width: 100%;
    margin: 0px; }
  /*Display 'show menu' link*/
  .show-menu {
    display: block; }
  #bb_form {
    display: none; }
  .site-title {
    font-size: 24px; }
  .site-description {
    font-size: 16px; }
  .rmenudiv {
    height: 0px; } }

hr.pme-hr {
  border: 0px solid;
  padding: 0px;
  margin: 0px;
  border-top-width: 1px;
  height: 1px; }

table.pme-main {
  border: #004d9c 1px solid;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%; }

table.pme-navigation {
  border: #004d9c 0px solid;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%; }

td.pme-navigation-0, td.pme-navigation-1 {
  white-space: nowrap; }

th.pme-header {
  border: #004d9c 1px solid;
  padding: 4px;
  background: #add8e6; }

td.pme-key-0, td.pme-value-0, td.pme-help-0, td.pme-navigation-0, td.pme-cell-0,
td.pme-key-1, td.pme-value-1, td.pme-help-0, td.pme-navigation-1, td.pme-cell-1,
td.pme-sortinfo, td.pme-filter {
  border: #004d9c 1px solid;
  padding: 3px; }

td.pme-buttons {
  text-align: left; }

td.pme-message {
  text-align: center; }

td.pme-stats {
  text-align: right; }

/*Styles for da-page-project-data-view.php*************************************/
.top-padding-25 {
  padding-top: 25px; }

.top-padding-10 {
  padding-top: 10px; }

.top-margin-10 {
  margin-top: 10px; }

.inline-div {
  display: inline-block; }

.right-padding {
  padding-right: 10px; }

.left-padding {
  padding-left: 15px; }

.admin_mode {
  padding: 10px;
  background: red; }

.agency_mode {
  padding: 10px;
  background: blue;
  color: white; }

.site-footer img {
  width: 16px;
  height: 16px; }

/******************************************************************************/
/*Styles for home page************************************************/
#googlemaps {
  height: 300px;
  width: 100%;
  overflow: hidden;
  top: 0px;
  height: 400px;
  max-height: 400px;
  width: 100%; }

#mapWrapper {
  position: relative; }

#mapWrapper .welcomeMsg {
  color: #fff;
  position: absolute;
  top: 0;
  z-index: 3;
  opacity: 0.95;
  background: #3C76B1;
  width: 100%;
  padding: 12px 0px; }

#mapWrapper .welcomeMsg h3 {
  margin: auto;
  padding-left: 12px; }

#mapWrapper .welcomeMsg .button {
  font-size: 80%;
  background-color: white;
  margin: 2px;
  padding: 0px 10px 0px 10px;
  border-radius: 4px;
  border-color: white; }

#mapWrapper .tipContentWrapper {
  margin: 0 auto;
  position: relative;
  width: 95%;
  z-index: 3; }

#mapWrapper .tipContentWrapper .tipContent {
  color: #fff;
  position: absolute;
  left: 45%;
  top: 80px;
  z-index: 4;
  font-weight: bolder;
  font-size: 120%;
  border: 1px solid #fff;
  border-radius: 4px;
  align-content: center;
  background: #235F91;
  opacity: 0.75;
  padding: 4px;
  margin: auto; }

#mapWrapper .overCast {
  opacity: 0.25;
  position: absolute;
  background: #235F91;
  height: 300px;
  width: 100%;
  z-index: 1;
  top: 0px; }

#mapWrapper .overCast {
  background: #d7e5f1;
  height: 400px;
  width: 95%; }

#mapWrapper .tipContentWrapper .tipContentFooter {
  color: #fff;
  position: absolute;
  left: 20px;
  top: 330px;
  z-index: 4;
  font-weight: bolder;
  font-size: 120%;
  /*   border: 1px solid #fff;
        border-radius: 4px;*/
  align-content: center;
  background: #235F91;
  opacity: 0.75;
  padding: 4px;
  margin: auto;
  font-style: italic; }

.widget-title {
  font-style: normal;
  background: #235F91;
  opacity: 0.75;
  border: 4px;
  padding: 5px;
  text-align: center;
  border-radius: 2px;
  color: #fff; }

.home-feature {
  background: #f4f6f8;
  margin-bottom: 12px; }

.home-feature .widget-title {
  border-radius: 8px 8px 0px 0px; }

.home-feature .read-more {
  clear: both;
  height: 40px;
  display: block;
  background: #3C76B1;
  border: 2px white solid;
  border-radius: 10px;
  color: white !important;
  font-style: normal;
  vertical-align: bottom;
  margin: 4px;
  padding: 8px 24px 8px 24px;
  opacity: 1.0;
  font-weight: bold !important;
  text-align: center;
  text-decoration: none;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto; }

.home-main .widget {
  height: 260px;
  max-height: 260px;
  overflow: hidden;
  text-align: justify; }

.home header h1.entry-title {
  display: none; }

.home-da-text {
  background-color: #f4f6f8;
  font-size: 18px;
  padding: 32px; }

.home-da-img {
  background-color: #f4f6f8;
  padding: 24px; }

.home-da-img img {
  border: 1px solid #235F91;
  padding: 1px; }

.home-map-widget {
 background-color: #f4f6f8;
}  

#footer-sidebar p {
  padding: 12px; }

/*Styles for Management Documents************************************************/
.guidance-documents a, .steering-comittee a, .official_documents a, .static_tranches a {
  color: royalblue; }

.guidance-documents ul li a {
  display: inline;
  padding-right: 25px; }

.guidance-documents div a {
  display: block; }

.pdficon {
  background: url("https://www.un.org/development/desa/da/wp-content/uploads/sites/52/2016/07/pdficon_small.gif") no-repeat;
  padding-left: 20px; }

.wordicon {
  background: url("http://www.un.org/development/desa/da/wp-content/uploads/sites/52/2016/07/wordicon_small.gif") no-repeat;
  padding-left: 20px; }

.ppticon {
  background: url("http://www.un.org/development/desa/da/wp-content/uploads/sites/52/2016/07/wordicon_small.gif") no-repeat;
  padding-left: 20px; }

.excelicon {
  background: url("http://www.un.org/development/desa/da/wp-content/uploads/sites/52/2016/07/wordicon_small.gif") no-repeat;
  padding-left: 20px; }

.steering-comittee .heading, .static_tranches .heading {
  font-weight: bold; }

.steering-comittee ul li {
  text-align: justify; }

.official_documents .table > thead:first-child > tr:first-child > th:first-child {
  min-width: 140px; }

.official_documents .table > thead:first-child > tr:first-child > th:first-child {
  min-width: 140px;
  width: 140px;
  max-width: 140px; }

.official_documents .table > thead:first-child > tr:first-child > th:nth-child(3) {
  min-width: 100px;
  width: 100px; }

.official_documents .table > thead:first-child > tr:first-child > th:nth-child(4) {
  min-width: 60px;
  width: 60px; }

.static_tranches ul, .official_documents ul, .steering-comittee ul, .guidance-documents ul {
  list-style-type: none;
  margin: 0; }

.width-30 {
  min-width: 30%;
  width: 30%; }

.hide-meta {
  display: none; }

.management-meta textarea.form-control {
  min-width: 400px;
  min-height: 200px; }

.management-meta input.form-control {
  min-width: 400px; }

  .project-status-proposed {
  min-height:400px;
  height:400px;
  }
  