/* 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: #2b5187;
}

/* 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;
}