/* Custom CSS - The CSS properties in this stylesheet will over-write any original template styles if the same class names are used in addition to custom styles which can also be added. */

.photo_left {
    float: left;
    padding-right: 20px;
}

a {
    color: #165ac2;
}

a:focus {
    color: #003588;
    text-decoration: underline;
}

/* override styles for devexpress grid */
.dxgvFocusedRow
{
    color:#000000;
    background-color:#cdcdcd;
}
.dxgvControl a
{
    color:#0d49ba;
}

.table_grey{
	width:750px;
	padding:10px;
	/*border:1px solid black;
	margin:75px;*/
	margin-top:15px;
	margin-bottom:15px;
}

table.table_grey
{
   	border-collapse: collapse;
    /*border: 1px solid black;*/
}


table.table_grey td
{
	/*background-color:#F0F8FF;
    padding: 2px;
	border-width: 1px ;
	border-style: solid;
	border-color: #235666;*/
	border:1px solid white;
	padding: 10px 0 10px 2px;
	color:black;
}
table.table_grey th
{
	background-color:white;
	color:black;
	padding: 10px 0 0px 2px;
	text-align:left;
	border-bottom:3px solid #245353;
    font-size: .867em;
    /*background-color: #235666;
    font-weight: bolder;
	color:white;*/
}
table.table_grey tr
{
	background-color:#F0F8FF;
}
table.table_grey tr:hover
{
	background-color:#B0C4DE;
}

#paginationDiv ul{
    list-style-type: none;
}

#paginationDiv ul li {
    display: inline;
    margin-left: 6px;
}

.decisionsTable td, .contractDecisionsGrid td, .delegationsGrid td, .activitiesGrid td {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.pagination-centered {
    width: 100%;
    text-align: center;
    vertical-align: top;
}

.pagination-centered ul {
    margin-top: 10px;
}



.submit_title{
    text-align:center;
}
.submit_content{
    margin-top: 15px;
	color:black;
    font-size: .8em;
    padding-left: 35px;
}
.submit_button{

}
.submit_box{
    background-color: #EDEDED;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color: #d2d2d2;
    border-width: 5px;
    box-shadow: 0 1px 0 #cfcfcf;
    width:250px;
}
.submit_content label{
	/*display:block;
	float:left;
	width:5em;
	margin-right: .5em;
	padding-top:4px;
	text-align:right;*/
}
.submit_content input{
	width:8em;
}


.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  /*color: #777;*/
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.offscreen {
    position: absolute;
    left: -500px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Styles for Modal */
.modal-header{
      background-color: #194949;
}
.modal-content {
    overflow:hidden;
}
.modal {
    color: #333;
    text-align: left;
}
.modal-title {
    border-bottom: none;
    color: #fff;
}
.modal-header button.close {
    background-color: rgb(240, 240, 240);
    padding: 3px 8px 1px 8px;
    opacity:.6;
}

/*.global-footer {
    padding-top: 0;
}*/

.global-footer .btn{
    margin-bottom: 10px;
}

.global-footer .modal-body ul {
    padding-left: 40px;
    list-style: disc;
}
.global-footer .modal-body ul > li {
    display: list-item;
    padding-left: 0px;
}

.global-footer ul li a {
    background: rgba(255,255,255,0.1)
}

@media (min-width: 768px) {
    #translate{
        position:absolute;
        top:55px;
        right:10px;
        z-index:99999;
    }
    
}

#translate .btn-primary {
    background-color: transparent;
    border-color: transparent;
}

.dxgvTable caption {
    color:black;
}

.gscb_a{
	color:black !important;
}

h1, .h1 {
    color:#B85C00;
}


body {
    color:#000;
}

.main-content a:not(.btn), .global-footer .copyright a:not(.btn) { /* WCAG: Link identified only by color */
    text-decoration: underline;
    text-decoration-thickness: from-font;
}

#skip-to-content a {
    width: 0;
    height: 0;
    text-align: center;
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    clip: unset;
    background-color: white;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    overflow: hidden;
}

    #skip-to-content a:focus {
        width: 160px;
        height: 27px;
	z-index: 1000;
    }

body #skip-to-content {
    position: inherit;
    width: inherit;
    height: inherit;
    margin: inherit;
    padding: inherit;
    overflow: inherit;
    clip: inherit;
    border: inherit;
}