.content.system {
  padding-top: 1em;
  position: relative;
}
.content.system .title-system {
  font-size: 2em;
  color: #232f5f;
  font-weight: bold;
}
.content.system h2 {
  color: #1255a3;
  background: #e7eef6;
  width: 99.9%;
  padding: 1.8em;
  margin: 1px;
  font-weight: bold;
  font-size: 1.5em;
}
.content.system.no-padding {
  padding-top: 0em;
}
a:visited {
  color: #1F599A;
  text-decoration: none;
}
.header-buttons-sticky {
  position: relative;
  clear: both;
  padding-top: 2em;
}
.header-buttons-sticky ul {
  clear: both;
  width: 100%;
  list-style: none;
  padding-left: 0px;
}
.header-buttons-sticky ul li {
  float: left;
  margin-right: 0.2em;
}
.header-buttons-sticky ul .warning {
  background: url('../images/alert.png') 3% 40% no-repeat #fcf8e3;
  color: #333;
  padding: .65em 1.5em .65em 4em;
  border: 1px solid #cc6;
}
.header-buttons-sticky ul li.warning span:first-child {
  display: block;
  padding-bottom: 7px;
}
.header-buttons-sticky ul .img-delete {
  margin-right: 0.5em;
  margin-left: 1em;
}
.header-buttons-sticky.fixed {
  position: fixed;
  width: 1225px;
  background: #FFF;
  padding-bottom: 1em;
  z-index: 999;
  margin-top: -228px;
  padding-top: 1em;
}
.header-buttons-sticky.fixed ul {
  clear: both;
  list-style: none;
  float: right;
  width: 100%;
}
.content-accordion0 h2,
.content-accordion1 h2,
.content-accordion2 h2,
.content-accordion3 h2,
.content-accordion4 h2,
.content-accordion5 h2,
.content-accordion6 h2 {
  cursor: pointer;
  text-decoration: none;
}
.content-accordion0 h2 span span,
.content-accordion1 h2 span span,
.content-accordion2 h2 span span,
.content-accordion3 h2 span span,
.content-accordion4 h2 span span,
.content-accordion5 h2 span span,
.content-accordion6 h2 span span {
  background: url(../images/h2-down.png) 94% 1px no-repeat;
  padding-right: 2em;
}
.content-accordion0 h2:hover,
.content-accordion1 h2:hover,
.content-accordion2 h2:hover,
.content-accordion3 h2:hover,
.content-accordion4 h2:hover,
.content-accordion5 h2:hover,
.content-accordion6 h2:hover {
  cursor: pointer;
  text-decoration: underline;
}
.content-accordion5.open {
  padding-bottom: 4em!important;
}
.content-accordion0.open,
.content-accordion1.open,
.content-accordion2.open,
.content-accordion3.open,
.content-accordion4.open,
.content-accordion5.open,
.content-accordion6.open {
  border: 1px solid #232f5f;
  margin: 2px;
  padding-bottom: 2em;
}
.content-accordion0.open .h2-open,
.content-accordion1.open .h2-open,
.content-accordion2.open .h2-open,
.content-accordion3.open .h2-open,
.content-accordion4.open .h2-open,
.content-accordion5.open .h2-open,
.content-accordion6.open .h2-open {
  background: url(../images/edit-accor.png) 0% 0% no-repeat #ffffff;
  margin: 0;
  color: #232f5f;
  font-weight: bold;
  font-size: 1.5em;
  cursor: default;
  text-decoration: none;
}
.content-accordion0.open .h2-open span span,
.content-accordion1.open .h2-open span span,
.content-accordion2.open .h2-open span span,
.content-accordion3.open .h2-open span span,
.content-accordion4.open .h2-open span span,
.content-accordion5.open .h2-open span span,
.content-accordion6.open .h2-open span span {
  background: none;
}
.content-accordion0.open div,
.content-accordion1.open div,
.content-accordion2.open div,
.content-accordion3.open div,
.content-accordion4.open div,
.content-accordion5.open div,
.content-accordion6.open div {
  position: relative;
  background: #FFF;
}
.content-accordion0.open .edit,
.content-accordion1.open .edit,
.content-accordion2.open .edit,
.content-accordion3.open .edit,
.content-accordion4.open .edit,
.content-accordion5.open .edit,
.content-accordion6.open .edit {
  display: none;
}
.content-accordion6.open {
  padding-bottom: 4em!important;
}
.label-data.step6 span:first-child {
  height: 40px;
  display: block;
  float: left;
}
/* Style the tab content */
.tabcontent {
  /*jqGRID*/
}
.tabcontent input[type=password][disabled],
.tabcontent input[type=text][disabled],
.tabcontent input[type=file][disabled],
.tabcontent textarea[disabled],
.tabcontent select[disabled],
.tabcontent .sp-peoplepicker-topLevelDisabled,
.tabcontent .ms-inputBoxDisabled {
  border-color: #e1e1e1;
  background-color: #ebebe4!important;
  color: #444!important;
}
.tabcontent input {
  height: 34px;
  border: 1px solid #88aad1;
  padding-left: 1em;
  width: 222px;
  font-size: 12.8px;
  margin-bottom: 5px;
  color: #444;
}
.tabcontent select {
  height: 34px;
  border: 1px solid #88aad1;
  padding-left: 0.65em;
  font-size: 12.8px;
  width: 222px;
  margin-bottom: 5px;
  color: #444;
}
.tabcontent textarea {
  width: 225px;
  font-size: 12.8px;
  color: #444;
  border: 1px solid #88aad1;
  min-height: 70px;
  padding-left: 1em;
}
.tabcontent .operation {
  width: 101%;
}
.tabcontent textarea.fix-width {
  width: 1040px;
}
.tabcontent textarea.fix-padding {
  margin-top: 0.5em;
}
.tabcontent input[type="file"] {
  display: inline-block;
}
.tabcontent .big-textarea {
  width: 96%;
  margin-bottom: 1em;
}
.tabcontent .text-area-accordion {
  margin-left: 71px;
}
.tabcontent .acorddion-margin {
  margin-left: 30px;
}
.tabcontent .nm {
  width: 80px;
  float: left;
  margin-bottom: 0.5em;
}
.tabcontent span.nm-span {
  float: left;
  padding-top: 1em;
  padding-left: 1em;
}
.tabcontent span.nm-span-- {
  float: left;
  padding-top: 1em;
  padding-left: 1em;
}
.tabcontent .nm-select {
  float: left;
  margin-left: 1.3em;
  width: 80px;
}
.tabcontent .nm-1-select {
  float: left;
  margin-left: 1.3em;
  width: 80px;
}
.tabcontent .nm-2-select {
  float: left;
  margin-left: 1.3em;
  width: 80px;
}
.tabcontent input[type=button].add-grid {
  background: url('../images/plus.png') no-repeat 0px 0px #ffffff;
  width: 29px;
  min-width: 29px;
  height: 25px;
  border: 0px!important;
  cursor: pointer;
}
.tabcontent input[type=button].add-grid:hover {
  background: url('../images/plus.png') no-repeat 0px 0px #ffffff;
}
.tabcontent input[type=button].add-grid:focus {
  border: 0px!important;
  outline-color: #FFF!important;
}
.tabcontent input[type=checkbox] {
  width: 15px;
  margin-right: 1em;
}
.tabcontent select.select-grid {
  margin-left: 71px;
  margin-top: 0em;
  margin-bottom: 2em;
  float: left;
  margin-right: 5px;
}
.tabcontent #divgridEUMembers {
  padding-bottom: 1em;
}
.tabcontent select.select-grid-accordion {
  margin-left: 71px;
  margin-top: 0em;
  margin-bottom: 1em;
}
.tabcontent input.select-grid {
  margin-left: 71px;
  margin-top: 0em;
  margin-bottom: 1em;
}
.tabcontent .margin-left-data {
  padding-left: 71px;
  padding-top: 0em;
  padding-bottom: 0em;
}
.tabcontent .padding-top {
  padding-top: 1em;
}
.tabcontent .margin-left-27 {
  padding-left: 71px;
  padding-right: 71px;
}
.tabcontent .margin-left-27 textarea {
  width: 97%!important;
}
.tabcontent .left {
  float: left;
  margin-right: 5px;
}
.tabcontent .marging-top {
  margin-top: 1em;
}
.tabcontent span.date-time {
  float: left;
  margin-right: 0em;
  display: block;
}
.tabcontent .ui-widget-content {
  border: 0px!important;
}
.tabcontent .ui-widget-content,
.tabcontent .ui-jqgrid-view,
.tabcontent .ui-jqgrid-bdiv {
  width: 99.9%!important;
  margin-bottom: 0em!important;
}
.tabcontent #gridRejections {
  width: 594px!important;
  margin-left: 71px;
}
.tabcontent #gridAwards {
  width: 371px!important;
  margin-left: 71px;
}
.tabcontent #gridEquipmentsAwarded {
  width: 808px!important;
  margin-left: 71px;
}
.tabcontent #gridEUMembers,
.tabcontent #gridNonEUMembers {
  width: 459px!important;
  margin-left: 66px;
  margin-top: -10px;
}
.tabcontent #gridOffences {
  width: 989px!important;
  margin-left: 66px;
  margin-top: -10px;
}
.tabcontent #divgridLeaders {
  margin-left: 71px;
}
.tabcontent #divgridLeaders span {
  font-size: 12.8px;
}
.tabcontent #gridLeaders {
  width: 857px!important;
}
.tabcontent #gridJudicialLaw {
  margin-left: 71px;
  margin-top: -10px;
}
.tabcontent #gridJudicialLawNonEU {
  margin-left: 71px;
}
.tabcontent #InterpretationTranslation {
  margin-left: 71px;
}
.tabcontent #divgridMeetingActivity {
  margin-bottom: 1em;
  margin-left: 71px;
}
.tabcontent #TravelsAccommodations {
  margin-left: 71px;
}
.tabcontent .ui-jqgrid .ui-jqgrid-bdiv {
  overflow: hidden;
}
.tabcontent #gridInterpretations,
.tabcontent #gridTranslations {
  width: 881px!important;
  margin-top: -10px;
}
.tabcontent #gridEquipments {
  width: 1000px!important;
  margin-top: -10px;
}
.tabcontent #divgridTransfers,
.tabcontent #divgridEquipments {
  margin-left: 71px;
}
.tabcontent #gridTransfers {
  width: 846px!important;
  margin-top: -10px;
}
.tabcontent #gridTransfers .jqgfirstrow td:nth-child(2) {
  width: 180px!important;
}
.tabcontent #gridTransfers .jqgfirstrow td:nth-child(3) {
  width: 40px!important;
}
.tabcontent #gridTransfers .jqgfirstrow td:nth-child(7) {
  width: 65px!important;
}
.tabcontent #divgridAccommodations,
.tabcontent #divgridTranslations {
  margin-top: 1em;
}
.tabcontent #TravelAccomodation,
.tabcontent #InterpretationAndTranslation,
.tabcontent #Transfers,
.tabcontent #Equipments {
  padding-top: 1em;
}
.tabcontent .margin-tables-portal {
  padding-left: 20px;
}
.tabcontent .title-point {
  padding-top: 1em;
  display: block;
  font-size: 12.8px;
  font-weight: bold;
  color: #232f5f;
}
.tabcontent .sub-content-title {
  padding-left: 1em;
  padding-right: 2em;
}
.tabcontent #gridMeetingActivity {
  width: 1084px!important;
}
.tabcontent #gridAccommodations {
  width: 1060px!important;
  margin-top: -10px;
}
.tabcontent #gridAccommodations .jqgfirstrow td:nth-child(2) {
  width: 43px!important;
}
.tabcontent #gridAccommodations .jqgfirstrow td:nth-child(6) {
  width: 132px!important;
}
.tabcontent #gridAccommodations .jqgfirstrow td:nth-child(9) {
  width: 44px!important;
}
.tabcontent .my-scroll {
  position: relative;
  width: 990px;
  overflow: auto;
  margin-bottom: 1em;
}
.tabcontent #gridTravels {
  width: 1094px!important;
  margin-top: -10px;
}
.tabcontent .p-margin {
  margin-left: 44px;
}
.tabcontent .ui-widget-content {
  margin-left: 0em;
  /*hacer capa por encima*/
  margin-top: 0em;
}
.tabcontent .ui-state-hover {
  background: #FFF!important;
  color: #444!important;
}
.tabcontent .ui-state-highlight,
.tabcontent .ui-widget-content .ui-state-highlight {
  background: #FFF!important;
}
.tabcontent table.ui-jqgrid-btable {
  border-collapse: separate;
  border-spacing: 5px;
  margin-left: -5px;
}
.tabcontent table.ui-jqgrid-btable td {
  vertical-align: top;
  padding-top: 2px!important;
}
.tabcontent .ui-jqgrid tr.ui-row-ltr td {
  font-size: 12.8px;
  border: 1px solid #e3e5e6;
  background: #f1f2f3;
  padding-left: 1em;
  padding-right: 1em;
  white-space: pre-line;
  cursor: pointer;
}
.tabcontent .ui-jqgrid tr.ui-row-ltr td.buttons-grid {
  border: 0px solid #e3e5e6;
  background: transparent;
}
.tabcontent .ui-jqgrid tr.ui-row-ltr td input.editable {
  width: 92%!important;
  height: 28px;
  font-size: 12.8px;
  color: #444;
}
.tabcontent .ui-jqgrid tr.ui-row-ltr td select.editable {
  width: 92%!important;
  height: 28px;
  font-size: 12.8px;
  color: #444;
  margin-top: 5px;
}
.tabcontent .E-edit {
  background: url('../images/system-edit.png') no-repeat;
  height: 40px!important;
  width: 28px!important;
  border: 0px!important;
  float: left;
  min-width: 40px;
  cursor: pointer;
}
.tabcontent .E-edit:hover {
  background: url('../images/system-edit.png') no-repeat #ffffff;
}
.tabcontent .E-edit:focus {
  border: 0px!important;
  outline-color: #FFF!important;
}
.tabcontent .R-delete {
  background: url('../images/system-delete.png') no-repeat;
  height: 40px!important;
  width: 28px!important;
  border: 0px!important;
  float: left;
  min-width: 40px;
  cursor: pointer;
}
.tabcontent .R-delete:hover {
  background: url('../images/system-delete.png') no-repeat #ffffff;
}
.tabcontent .R-delete:focus {
  border: 0px!important;
  outline-color: #FFF!important;
}
.tabcontent .X-delete {
  background: url('../images/system-x-delete.png') no-repeat;
  height: 40px!important;
  width: 28px!important;
  border: 0px!important;
  float: left;
  min-width: 40px;
  cursor: pointer;
}
.tabcontent .X-delete:disabled {
  cursor: default;
}
.tabcontent .X-delete:hover {
  background: url('../images/system-x-delete.png') no-repeat transparent;
}
.tabcontent .X-delete:focus {
  border: 0px!important;
  outline-color: #FFF!important;
}
.tabcontent .grant {
  background: url('../images/grant-point.png') 0% 11% no-repeat #ffffff;
  font-weight: 700;
  display: block;
  width: 56.5%;
  float: left;
  padding-left: 1.5em;
  font-size: 14px;
  color: #232f5f;
  padding-right: 0em;
  padding-bottom: 1em;
  margin-right: 219px;
}
.tabcontent .please {
  color: #666c88;
  font-size: 11px;
  padding-left: 95px;
  padding-top: 1em;
  padding-bottom: 0.2em;
}
.tabcontent .more-margin {
  padding-left: 98px!important;
  padding-top: 0px!important;
}
.label-funding {
  color: #232f5f;
  font-weight: 700;
  padding: 1em 1em 0.5em 44px;
  display: block;
  clear: both;
  font-size: 14.8px;
}
.label-funding-no-margin {
  color: #232f5f;
  font-weight: 700;
  pading: 1em 1em 0 0;
  font-size: 14.8px;
}
.label-funding-title {
  border-bottom: 3px solid #CCC;
  padding-bottom: 0em;
  margin-right: 40px;
  padding-left: 0px;
  margin-bottom: 1em;
  display: block;
  color: #232f5f;
}
.label-data {
  width: 26%;
  padding-left: 71px;
  padding-right: 63px;
  padding-bottom: 0;
  vertical-align: middle;
  font-size: 14.4px;
}
.label-data.HelpText {
  padding-left: 93px;
  font-size: 14.4px;
  color: #666c88;
}
.HelpTextv2 {
  padding-left: 71px;
  font-size: 14.4px;
  color: #666c88;
  padding-top: 0.5em;
}
.HelpTextv3 {
  padding-left: 0px;
  font-size: 14.4px;
  color: #666c88;
  font-weight: normal;
}
.label-data.HelpTextOptions {
  padding-left: 115px;
}
.label-data.HelpTextOptions table {
  padding-left: 145px;
  margin-bottom: 2em;
}
.label-data.accordion {
  padding-left: 71px;
}
.only-padding {
  padding-left: 71px;
}
.header-tabs {
  height: 55px;
  padding-left: 10%;
  margin-bottom: 1em;
}
.header-tabs ul {
  float: left;
  height: 54px;
  background: #232f5f;
  color: #FFF;
  width: 95%;
  margin-top: 1px;
  font-weight: bold;
  list-style: none;
}
.header-tabs ul li {
  padding-top: 1.5em;
  padding-right: 2em;
  float: left;
  margin-right: 1em;
}
.header-tabs ul li a {
  color: #FFF;
  font-size: 1em;
  cursor: pointer;
}
.header-tabs ul li:first-child {
  background: transparent;
  text-indent: 0;
  padding-right: 1em;
  padding-left: 1em;
}
.header-tabs ul li a.active {
  border-bottom: 5px solid #FFF;
  padding-bottom: 1.25em;
  background: #FFF;
  color: #232f5f;
  padding: 4px 16px 8px 16px;
}
.active.no-underline a:hover {
  text-decoration: none!important;
  cursor: default;
}
#tab1 table tr td.label-funding {
  width: 20%;
  color: #232f5f;
  font-weight: 700;
  padding-left: 4.25em;
  padding-bottom: 1em;
  padding-right: 1em;
  font-size: 12.8px;
}
#tab1 table tr td table tr td:nth-child(3) {
  width: auto;
}
#tab1,
#tab2,
#tab3 {
  padding: 4em 1em 1em 1em;
  border: 1px solid #CCC;
}
a.accordion {
  display: block;
  padding-top: 10px;
  float: left;
  width: 96%;
  border: 1px solid #0d376b;
  height: 44px!important;
  color: #0d376b;
  text-decoration: none!important;
}
a.accordion span {
  padding-left: 1em;
  font-weight: bold;
}
a.accordion:hover {
  text-decoration: none!important;
}
a.accordion:before {
  content: '\02795';
  background: #0d376b;
  color: #FFF;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 13px;
  padding-right: 13px;
}
a.accordion.active:before {
  content: "\2796";
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 13px;
  padding-right: 13px;
}
div.panel {
  padding: 1em 1em 0 1em;
  background-color: #FFF;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
  clear: both;
  width: 96%;
}
div.panel.show {
  opacity: 1;
  max-height: 5000px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 1em;
  clear: both;
  width: 96%;
}
/*Grids*/
.DraftApplications {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: scroll;
  margin-bottom: 2em;
  font-size: 12px;
}
.DraftApplications .s4-ctx-show img {
  display: none!important;
}
.DraftApplications .noindex .ms-vb {
  padding: 1em;
}
.DraftApplications span.ms-core-menu-title {
  color: #FFF;
}
.DraftApplications .ms-core-menu-link:hover {
  text-decoration: none!important;
}
.DraftApplications .ms-vb-imgFirstCell.ms-vb-imgFirstCell.ms-vb-imgFirstCell {
  border-right-width: 0px!important;
  border: 0px!important;
}
.DraftApplications .s4-itm-selected > *,
.DraftApplications .s4-itm-selected:hover > * {
  border: 0px!important;
}
.DraftApplications .ms-itmHoverEnabled:hover > * {
  border: 0px!important;
}
.SubmmitedApplications {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 2em;
  min-height: 300px;
}
.SubmmitedApplications #js-listviewthead-WPQ4 > tr > th:nth-child(2) {
  width: 38px!important;
  padding-right: 0px!important;
}
.SubmmitedApplications #js-listviewthead-WPQ4 > tr > th:nth-child(2) div {
  width: 145px!important;
  text-align: left;
  padding-left: 6px;
  z-index: -9;
}
.SubmmitedApplications #js-listviewthead-WPQ4 > tr > th.ms-vh-icon {
  display: none;
}
.SubmmitedApplications .modal-table-save-ok table thead tr th a:hover {
  text-decoration: none!important;
  cursor: pointer;
}
.SubmmitedApplications .modal-table-save-ok table thead tr th:nth-child(2) {
  text-align: left;
  padding-left: 4px!important;
}
.SubmmitedApplications .modal-table-save-ok table tbody tr td:nth-child(2) {
  width: 40px!important;
  text-align: left;
  padding-left: 6px!important;
}
.SubmmitedApplications span.ms-core-menu-title {
  color: #FFF;
}
.SubmmitedApplications .ms-core-menu-link:hover {
  text-decoration: none!important;
}
.SubmmitedApplications .ms-vb-imgFirstCell.ms-vb-imgFirstCell.ms-vb-imgFirstCell {
  border-right-width: 0px!important;
  border: 0px!important;
}
.SubmmitedApplications .s4-itm-selected > *,
.SubmmitedApplications .s4-itm-selected:hover > * {
  border: 0px!important;
}
.SubmmitedApplications .ms-itmHoverEnabled:hover > * {
  border: 0px!important;
}
.rgMasterTable {
  font-size: 12px;
}
.DraftApplications .s4-itm-selected > *,
.SubmmitedApplications .s4-itm-selected > *,
.DraftApplications .s4-itm-selected:hover > *,
.SubmmitedApplications .s4-itm-selected:hover > * {
  background: transparent!important;
}
.DraftApplications .ms-itmHoverEnabled:hover > *,
.SubmmitedApplications .ms-itmHoverEnabled:hover > * {
  background: transparent!important;
}
.DraftApplications .rgHeader,
.SubmmitedApplications .rgHeader {
  background: #1f497d!important;
  color: #333333!important;
  font-weight: bold!important;
}
.DraftApplications .rgHeader a,
.SubmmitedApplications .rgHeader a {
  color: #FFF!important;
}
.DraftApplications .rgFilterRow,
.SubmmitedApplications .rgFilterRow {
  background: #ecf3fc!important;
  height: 50px;
  font-size: 12px;
}
.DraftApplications .rgFilterRow .RadInput_Default a,
.SubmmitedApplications .rgFilterRow .RadInput_Default a {
  width: 27px;
}
.DraftApplications .t-button.rgActionButton.rgFilter,
.SubmmitedApplications .t-button.rgActionButton.rgFilter {
  min-width: 10px!important;
}
.DraftApplications .RadGrid_Default,
.SubmmitedApplications .RadGrid_Default {
  border: 0px!important;
}
.DraftApplications .RadGrid_Default .rgRow > td,
.SubmmitedApplications .RadGrid_Default .rgRow > td,
.DraftApplications .RadGrid_Default .rgAltRow > td,
.SubmmitedApplications .RadGrid_Default .rgAltRow > td,
.DraftApplications .RadGrid_Default .rgEditRow > td,
.SubmmitedApplications .RadGrid_Default .rgEditRow > td,
.DraftApplications .RadGrid_Default .rgFooter > td,
.SubmmitedApplications .RadGrid_Default .rgFooter > td {
  border-width: 0px!important;
}
.DraftApplications .RadGrid_Default .rgHeader a,
.SubmmitedApplications .RadGrid_Default .rgHeader a {
  font-size: 12px;
}
.DraftApplications .rgRow td:nth-child(2) a,
.SubmmitedApplications .rgRow td:nth-child(2) a {
  display: block;
  background: #1f497d;
  padding: 0.3em 1em 0.3em 1em;
  color: #FFF!important;
}
.DraftApplications .rgAltRow td:nth-child(2) a,
.SubmmitedApplications .rgAltRow td:nth-child(2) a {
  display: block;
  background: #1f497d;
  padding: 0.3em 1em 0.3em 1em;
  color: #FFF!important;
}
.DraftApplications .rgRow td:nth-child(5) a,
.SubmmitedApplications .rgRow td:nth-child(5) a {
  display: block;
  background: #1f497d;
  padding: 0.3em 1em 0.3em 1em;
  color: #FFF!important;
  width: 74px!important;
}
.DraftApplications .rgAltRow td:nth-child(5) a,
.SubmmitedApplications .rgAltRow td:nth-child(5) a {
  display: block;
  background: #1f497d;
  padding: 0.3em 1em 0.3em 1em;
  color: #FFF!important;
  width: 74px!important;
}
.rgMasterTable .rgNoRecords td {
  padding: 1em;
  font-size: 12px;
}
.RadPicker {
  margin-right: 15px;
}
input[type=submit].button-blue-min.edit {
  float: right;
  margin-top: -3.6em;
  margin-right: 2em;
  min-width: 4em;
  height: 36px;
  font-weight: 500;
}
input[type=submit].button-blue-min {
  color: #1255a3;
  font-size: 1.2em;
  background: #d1deee;
  cursor: pointer;
  padding: 0 1em;
  height: 46px;
}
input[type=submit].button-start-new-funding-yellow {
  color: #232f5f;
  font-size: 1em;
  background: url('../images/start-new.png') 92% 50% no-repeat #fdc229;
  padding-left: 2em;
  padding-right: 4em;
  cursor: pointer;
  border: 0;
  font-weight: 700;
  margin-top: 2em;
  height: 40px;
}
.buttonRA {
  float: right;
  margin-top: -4em;
}
.buttonRA a {
  display: block;
}
span.button-access-restricted-area {
  background: #d1deee;
  color: #232f5f;
  font-size: 15px;
  cursor: pointer;
  border: 0;
  font-weight: 700;
  height: 40px;
  display: inherit!important;
  margin-left: 1em!important;
  padding-top: 0.5em !important;
  width: 248px !important;
}
/* 	CSS para el header de las tablas nuevas 
 	Importado de system para los titulos de columnas de las tablas
*/
.ui-jqgrid .ui-jqgrid-hdiv {
  overflow-x: visible!important;
}
.ui-jqgrid .ui-jqgrid-sortable {
  cursor: default!important;
}
.ui-state-default .ui-jqgrid-hdiv {
  overflow-x: visible!important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-state-hover,
.ui-widget-content .ui-state-hover {
  background: transparent!important;
  border: 0px!important;
  vertical-align: middle!important;
  color: #232f5f!important;
}
.ui-th-column,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  text-align: left!important;
}
#gbox_gridAwards .ui-jqgrid-htable {
  border-bottom: 3px solid #e9eaef;
  width: 220px!important;
}
#gbox_gridEquipmentsAwarded .ui-jqgrid-htable {
  border-bottom: 3px solid #e9eaef;
  width: 725px!important;
  margin-bottom: 10px;
}
#gbox_gridEquipmentsAwarded .ui-jqgrid-htable th:nth-child(2) {
  width: 226px!important;
  display: inline-block;
  float: left;
}
#gbox_gridEquipmentsAwarded .ui-jqgrid-htable th:nth-child(3) {
  width: 224px!important;
  display: block;
  float: left;
}
#gbox_gridEquipmentsAwarded .ui-jqgrid-htable th:nth-child(4) {
  width: 235px!important;
  display: block;
  float: left;
}
#gbox_gridRejections .ui-jqgrid-htable {
  border-bottom: 3px solid #e9eaef;
  width: 445px!important;
}
#gbox_gridRejections .ui-jqgrid-htable th:nth-child(3) {
  width: 225px!important;
  display: inline-block;
  float: left;
}
#gbox_gridRejections .ui-jqgrid-htable th:nth-child(4) {
  width: 140px!important;
  display: inline-block;
  float: left;
}
#gbox_gridLeaders .ui-jqgrid-htable {
  border-bottom: 3px solid #e9eaef;
  width: 847px!important;
  margin-top: 1em;
}
#gbox_gridLeaders .ui-jqgrid-htable th:nth-child(2) {
  width: 226px!important;
  display: inline-block;
  float: left;
}
#gbox_gridLeaders .ui-jqgrid-htable th:nth-child(3) {
  width: 174px!important;
  display: block;
  float: left;
}
#gbox_gridLeaders .ui-jqgrid-htable th:nth-child(4) {
  width: 227px!important;
  display: block;
  float: left;
}
#gbox_gridLeaders .ui-jqgrid-htable th:nth-child(6) {
  width: 169px!important;
  display: block;
  float: left;
}
#gbox_gridEUMembers .ui-jqgrid-htable {
  border-bottom: 3px solid #e9eaef;
  width: 449px!important;
  margin-top: 1em;
  margin-left: 71px;
  margin-bottom: 10px;
}
#gbox_gridEUMembers .ui-jqgrid-htable th:nth-child(3) {
  width: 224px!important;
  display: inline-block;
  float: left;
}
#gbox_gridEUMembers .ui-jqgrid-htable th:nth-child(4) {
  width: 190px!important;
  display: block;
  float: left;
  padding-left: 5px;
}
#gbox_gridEUMembers .ui-jqgrid-htable th:nth-child(5) {
  width: 1px!important;
  display: block;
  float: left;
  padding-left: 5px;
}
#gbox_gridNonEUMembers .ui-jqgrid-htable {
  border-bottom: 3px solid #e9eaef;
  width: 449px!important;
  margin-top: 1em;
  margin-left: 71px;
  margin-bottom: 10px;
}
#gbox_gridNonEUMembers .ui-jqgrid-htable th:nth-child(3) {
  width: 224px!important;
  display: inline-block;
  float: left;
}
#gbox_gridNonEUMembers .ui-jqgrid-htable th:nth-child(4) {
  width: 190px!important;
  display: block;
  float: left;
  padding-left: 5px;
}
#gbox_gridNonEUMembers .ui-jqgrid-htable th:nth-child(5) {
  width: 1px!important;
  display: block;
  float: left;
  padding-left: 5px;
}
#gbox_gridOffences .ui-jqgrid-htable {
  border-bottom: 3px solid #e9eaef;
  width: 980px!important;
  margin-top: 1em;
  margin-left: 71px;
  margin-bottom: 10px;
}
#gbox_gridOffences .ui-jqgrid-htable th:nth-child(3) {
  width: 863px!important;
  display: inline-block;
  float: left;
}
#gbox_gridOffences .ui-jqgrid-htable th:nth-child(4) {
  width: 105px!important;
  display: block;
  float: left;
  padding-left: 5px;
}
#gbox_gridOffences .ui-jqgrid-htable th:nth-child(5) {
  width: 150px!important;
  display: block;
  float: left;
  padding-left: 5px;
}
#gbox_gridMeetingActivity .ui-jqgrid-htable {
  border-bottom: 3px solid #e9eaef;
  width: 1073px!important;
  margin-top: 1em;
}
#gbox_gridMeetingActivity .ui-jqgrid-htable th:nth-child(2) {
  width: 530px!important;
  display: inline-block;
  float: left;
}
#gbox_gridMeetingActivity .ui-jqgrid-htable th:nth-child(3) {
  width: 230px!important;
  display: block;
  float: left;
  padding-left: 12px;
}
#gbox_gridInterpretations .ui-jqgrid-htable,
#gbox_gridTranslations .ui-jqgrid-htable {
  border-bottom: 3px solid #e9eaef;
  width: 871px!important;
  margin-top: 1em;
  margin-bottom: 10px;
}
#gbox_gridInterpretations .ui-jqgrid-htable th:nth-child(2),
#gbox_gridTranslations .ui-jqgrid-htable th:nth-child(2) {
  width: 221px!important;
  display: inline-block;
  float: left;
  height: 33px;
}
#gbox_gridInterpretations .ui-jqgrid-htable th:nth-child(2) div,
#gbox_gridTranslations .ui-jqgrid-htable th:nth-child(2) div {
  white-space: pre-wrap;
  overflow: visible;
}
#gbox_gridInterpretations .ui-jqgrid-htable th:nth-child(3),
#gbox_gridTranslations .ui-jqgrid-htable th:nth-child(3) {
  width: 230px!important;
  display: block;
  float: left;
  padding-left: 12px;
}
#gbox_gridInterpretations .ui-jqgrid-htable th:nth-child(4),
#gbox_gridTranslations .ui-jqgrid-htable th:nth-child(4) {
  width: 138px!important;
  display: block;
  float: left;
  padding-left: 12px;
}
#gbox_gridInterpretations .ui-jqgrid-htable th:nth-child(5),
#gbox_gridTranslations .ui-jqgrid-htable th:nth-child(5) {
  width: 138px!important;
  display: block;
  float: left;
  padding-left: 12px;
}
#gbox_gridInterpretations .ui-jqgrid-htable th:nth-child(6),
#gbox_gridTranslations .ui-jqgrid-htable th:nth-child(6) {
  width: 128px!important;
  display: block;
  float: left;
  padding-left: 12px;
}
#gbox_gridInterpretations .ui-jqgrid-htable th:nth-child(7),
#gbox_gridTranslations .ui-jqgrid-htable th:nth-child(7) {
  /*no visible*/
  width: 4px!important;
  display: block;
  float: left;
  padding-left: 12px;
}
#gbox_gridTransfers .ui-jqgrid-htable {
  border-bottom: 3px solid #e9eaef;
  width: 836px!important;
  margin-top: 1em;
  margin-bottom: 10px;
}
#gbox_gridTransfers .ui-jqgrid-htable th:nth-child(2) {
  width: 516px!important;
  display: block;
  float: left;
  padding-left: 2px;
}
#gbox_gridTransfers .ui-jqgrid-htable th:nth-child(3) {
  width: 133px!important;
  display: block;
  float: left;
  padding-left: 12px;
}
#gbox_gridTransfers .ui-jqgrid-htable th:nth-child(4) {
  width: 1px!important;
  display: block;
  float: left;
  padding-left: 12px;
}
#gbox_gridTransfers .ui-jqgrid-htable th:nth-child(7) {
  width: 182px!important;
  display: inline-block;
  float: left;
  height: 33px;
}
#gbox_gridTransfers .ui-jqgrid-htable th:nth-child(7) div {
  white-space: pre-wrap;
  overflow: visible;
}
#gbox_gridTransfers .ui-jqgrid-htable th:nth-child(10) {
  width: 151px!important;
  display: block;
  float: left;
  padding-left: 9px;
}
#gbox_gridEquipments .ui-jqgrid-htable {
  border-bottom: 3px solid #e9eaef;
  width: 990px!important;
  margin-top: 1em;
  margin-bottom: 10px;
}
#gbox_gridEquipments .ui-jqgrid-htable th:nth-child(1) {
  width: 1px!important;
  display: inline-block;
  float: left;
}
#gbox_gridEquipments .ui-jqgrid-htable th:nth-child(2) {
  width: 1px!important;
  display: inline-block;
  float: left;
}
#gbox_gridEquipments .ui-jqgrid-htable th:nth-child(3) {
  width: 121px!important;
  display: block;
  float: left;
  padding-left: 0px;
  height: 33px;
}
#gbox_gridEquipments .ui-jqgrid-htable th:nth-child(3) div {
  white-space: pre-wrap;
  overflow: visible;
}
#gbox_gridEquipments .ui-jqgrid-htable th:nth-child(4) {
  width: 116px!important;
  display: block;
  float: left;
  padding-left: 12px;
  height: 48px;
}
#gbox_gridEquipments .ui-jqgrid-htable th:nth-child(4) div {
  white-space: pre-wrap;
  overflow: visible;
}
#gbox_gridEquipments .ui-jqgrid-htable th:nth-child(5) {
  width: 312px!important;
  display: block;
  float: left;
  padding-left: 12px;
}
#gbox_gridEquipments .ui-jqgrid-htable th:nth-child(6) {
  width: 126px!important;
  display: block;
  float: left;
  padding-left: 17px;
  height: 48px;
}
#gbox_gridEquipments .ui-jqgrid-htable th:nth-child(6) div {
  white-space: pre-wrap;
  overflow: visible;
}
#gbox_gridEquipments .ui-jqgrid-htable th:nth-child(7) {
  width: 65px!important;
  display: block;
  float: left;
  padding-left: 5px;
}
#gbox_gridTravels .ui-jqgrid-bdiv {
  width: 1060px!important;
}
#gbox_gridTravels .ui-jqgrid-htable {
  border-bottom: 3px solid #e9eaef;
  width: 1050px!important;
  margin-top: 1em;
  margin-bottom: 10px;
}
#gbox_gridTravels .ui-jqgrid-htable th:nth-child(1) {
  width: 1px!important;
  display: block;
  float: left;
  padding-left: 0px;
}
#gbox_gridTravels .ui-jqgrid-htable th:nth-child(2) {
  width: 136px!important;
  display: inline-block;
  float: left;
}
#gbox_gridTravels .ui-jqgrid-htable th:nth-child(2) div {
  white-space: pre-wrap;
  overflow: visible;
}
#gbox_gridTravels .ui-jqgrid-htable th:nth-child(3) {
  width: 1px!important;
  display: block;
  float: left;
  padding-left: 0px;
}
#gbox_gridTravels .ui-jqgrid-htable th:nth-child(4) {
  width: 170px!important;
  display: block;
  float: left;
  padding-left: 12px;
}
#gbox_gridTravels .ui-jqgrid-htable th:nth-child(5) {
  width: 110px!important;
  display: block;
  float: left;
  padding-left: 12px;
}
#gbox_gridTravels .ui-jqgrid-htable th:nth-child(6) {
  width: 242px!important;
  display: block;
  float: left;
  padding-left: 17px;
}
#gbox_gridTravels .ui-jqgrid-htable th:nth-child(7) {
  width: 169px!important;
  display: block;
  float: left;
  padding-left: 12px;
}
#gbox_gridTravels .ui-jqgrid-htable th:nth-child(8) {
  width: 110px!important;
  display: block;
  float: left;
  padding-left: 12px;
}
#gbox_gridTravels .ui-jqgrid-htable th:nth-child(9) {
  width: 186px!important;
  display: block;
  float: left;
  padding-left: 14px;
}
#gbox_gridTravels .ui-jqgrid-htable th:nth-child(10) {
  width: 222px!important;
  display: block;
  float: left;
}
#gbox_gridTravels .ui-jqgrid-htable th:nth-child(11) {
  width: 152px!important;
  display: block;
  float: left;
  padding-left: 12px;
}
#gbox_gridTravels .ui-jqgrid-htable th:nth-child(12) {
  width: 116px!important;
  display: block;
  float: left;
  padding-left: 12px;
}
#gbox_gridTravels .ui-jqgrid-htable th:nth-child(13) {
  width: 139px!important;
  display: block;
  float: left;
  padding-left: 12px;
}
#gbox_gridTravels .ui-jqgrid-htable th:nth-child(14) {
  width: 128px!important;
  display: block;
  float: left;
  padding-left: 12px;
}
#gbox_gridAccommodations .ui-jqgrid-htable {
  border-bottom: 3px solid #e9eaef;
  width: 1050px!important;
  margin-top: 1em;
  margin-bottom: 10px;
}
#gbox_gridAccommodations .ui-jqgrid-htable th:nth-child(2) {
  width: 134px!important;
  display: inline-block;
  float: left;
}
#gbox_gridAccommodations .ui-jqgrid-htable th:nth-child(3) {
  width: 1px!important;
  display: block;
  float: left;
  padding-left: 0px;
}
#gbox_gridAccommodations .ui-jqgrid-htable th:nth-child(4) {
  width: 225px!important;
  display: block;
  float: left;
  padding-left: 9px;
}
#gbox_gridAccommodations .ui-jqgrid-htable th:nth-child(5) {
  width: 212px!important;
  display: block;
  float: left;
  padding-left: 12px;
}
#gbox_gridAccommodations .ui-jqgrid-htable th:nth-child(6) {
  width: 471px!important;
  display: block;
  float: left;
  padding-left: 22px;
}
#gbox_gridAccommodations .ui-jqgrid-htable th:nth-child(7) {
  width: 150px!important;
  display: block;
  float: left;
  padding-left: 12px;
}
#gbox_gridAccommodations .ui-jqgrid-htable th:nth-child(8) {
  width: 142px!important;
  display: block;
  float: left;
  padding-left: 4px;
}
#gbox_gridAccommodations .ui-jqgrid-htable th:nth-child(9) {
  width: 120px!important;
  display: block;
  float: left;
  padding-left: 4px;
}
.no-padding {
  padding-top: 0px!important;
}
.JITAgreement label {
  width: 480px!important;
  font-weight: normal!important;
}
.content-accordion6 {
  margin-bottom: 8em!important;
}
.content-accordion6 input[type=checkbox] {
  width: 15px!important;
  margin-right: 1em;
  border: 0px!important;
  outline-style: none;
}
.content-accordion2 input[type=checkbox] {
  width: 15px!important;
  margin-right: 1em;
  border: 0px!important;
  outline-style: none;
}
@media all and (-ms-high-contrast: none) {
  .content-accordion2 input[type=checkbox] {
    width: 30px!important;
  }
  /* IE10 */
  *::-ms-backdrop,
  .content-accordion2 input[type=checkbox] {
    width: 15px!important;
  }
  /* IE11 */
}
@media all and (-ms-high-contrast: none) {
  .content-accordion6 input[type=checkbox] {
    width: 25px!important;
  }
  /* IE10 */
  *::-ms-backdrop,
  .content-accordion6 input[type=checkbox] {
    width: 15px!important;
  }
  /* IE11 */
}
.content-accordion5 .margin-left-27 a {
  float: left !important;
  padding-right: 5px !important;
  clear: both;
}
.content-accordion5 .margin-left-27 .warning-attachment a {
  float: none!important;
  padding-right: 0px!important;
}
.content-accordion5 .margin-left-27 .X-delete {
  float: left;
  width: 10px!important;
  padding: 0;
  margin: 0;
  display: block;
}
.tabcontent .ui-jqgrid #gridEUMembers tr.ui-row-ltr td.buttons-grid {
  padding-left: 0px!important;
}
.tabcontent .ui-jqgrid #gridNonEUMembers tr.ui-row-ltr td.buttons-grid {
  padding-left: 0px!important;
}
#Attachments input {
  width: 350px;
}
/* Sharepoint layers */
#suiteBar {
  position: relative;
  display: block;
  margin-bottom: -2em;
  z-index: 9999999999999;
  height: 32px;
  background: #0e315b;
  width: 12%;
}
#suiteBarRight {
  background: #0e315b;
  color: #FFF;
  height: 32px;
}
#suiteBarRight a {
  color: #FFF;
}
.ms-welcome-hover,
.ms-siteactions-hover {
  background-color: transparent;
  border-right-color: transparent;
}
.ms-core-menu-list {
  background: #0e315b;
}
.ms-core-menu-box.ms-core-defaultFont.ms-shadow {
  margin-top: 0px;
  padding-top: 0px;
}
#s4-ribbonrow {
  /*height: 0px!important;*/
}
.fix-width-error {
  width: 100%!important;
}
.content.msg-error-portal {
  margin-top: 112px;
  min-height: auto;
}
.content.msg-error-portal.minor-padding {
  margin-top: 95px;
  min-height: auto;
}
.grid input,
select,
textarea {
  vertical-align: top;
}
.tabcontent .ui-jqgrid tr.ui-row-ltr td textarea.editable {
  width: 100%!important;
  height: auto!important;
}
.tabcontent .scroll-x {
  width: 845px!important;
  overflow-x: scroll;
  margin-bottom: 0.5em !important;
}
.ms-error-border {
  border: 1px solid red !important;
  outline: none !important;
  padding-bottom: 0em!important;
}
.integer,
.decimal {
  text-align: right;
  padding-right: 2px!important;
}
#Attachments input {
  padding: 0px!important;
}
.title-table-FundingApplications {
  color: #1f497d!important;
  font-size: 16px;
  font-weight: bold;
}
.ms-error-input-checkbox {
  padding-bottom: 0px;
  border: 0px !important;
}
.ms-error-input-checkbox input[type=checkbox] {
  outline: 1px solid #F00;
  height: 15px;
  padding-left: 0px!important;
}
.deleteTransfer {
  background: url('../images/system-x-delete.png') 0px 8px no-repeat !important;
  float: none!important;
}
.warning-attachment {
  background: #fcf8e3;
  color: #333;
  padding: .65em 1.5em .65em 1.5em;
  border: 1px solid #cc6;
  display: block;
  margin-bottom: 1em;
}
.warning-1-12 {
  background: #fcf8e3;
  color: #333;
  padding: .65em 1.5em .65em 1.5em;
  border: 1px solid #cc6;
  display: block;
  margin-bottom: 1em;
  width: 98%;
}
.warning-2-7 {
  background: #fcf8e3;
  color: #333;
  padding: .65em 1.5em .65em 1.5em;
  border: 1px solid #cc6;
  display: block;
  margin-bottom: 1em;
  width: 96.4%;
}
.ui-icon-plus {
  background: url('../images/plus.png') no-repeat 0px 0px #ffffff !important;
  width: 29px!important;
  height: 25px!important;
  border: 0px!important;
  cursor: pointer;
}
.ui-icon-pencil {
  background: url('../images/system-edit.png') no-repeat 5px !important;
  height: 40px!important;
  width: 28px!important;
  border: 0px!important;
  float: left;
  min-width: 40px;
  cursor: pointer;
}
.ui-icon-trash {
  background: url('../images/system-delete.png') no-repeat !important;
  height: 40px!important;
  width: 28px!important;
  border: 0px!important;
  float: left;
  min-width: 40px;
  cursor: pointer;
}
.ui-icon-disk {
  background: url('../images/btn-validated-popup.png') no-repeat 0px 0px #ffffff !important;
  width: 18px!important;
  height: 25px!important;
  border: 0px!important;
  cursor: pointer;
}
.ui-icon-close,
.ui-icon-closethick {
  background: url('../images/system-close.png') no-repeat 0px -3px #ffffff !important;
  width: 18px!important;
  height: 25px!important;
  border: 0px!important;
  cursor: pointer;
}
td.ui-pg-button.ui-state-disabled > span.ui-separator {
  display: none;
}
.ui-widget.ui-widget-content.ui-corner-all.ui-jqdialog .ui-jqdialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  background: #FFF;
  border: 0px;
  color: #1255a3;
  font-size: 16px;
}
.ui-widget.ui-widget-content.ui-corner-all.ui-jqdialog {
  z-index: 9999!important;
  max-width: 905px!important;
  min-width: 410px!important;
}
.ui-widget.ui-widget-content.ui-corner-all.ui-jqdialog td {
  padding-bottom: 10px!important;
}
.ui-widget.ui-widget-content.ui-corner-all.ui-jqdialog td:first-child {
  width: 34%!important;
  font-size: 14.4px!important;
}
.ui-widget.ui-widget-content.ui-corner-all.ui-jqdialog input {
  height: 30.6px!important;
  width: 98%;
}
.ui-widget.ui-widget-content.ui-corner-all.ui-jqdialog select {
  height: 30.6px!important;
  width: 98%;
}
.ui-widget.ui-widget-content.ui-corner-all.ui-jqdialog textarea {
  width: 98%;
}
.ui-jqdialog .ui-jqdialog-titlebar-close {
  padding: 0px!important;
}
#gridLeaderspager {
  height: 50px;
  margin-left: 745px!important;
}
#gridEUMemberspager,
#gridNonEUMemberspager {
  height: 40px;
  margin-left: 419px!important;
}
#gridJudicialLawpager,
#gridJudicialLawNonEUpager {
  height: 40px;
  margin-left: 765px!important;
  width: 100px!important;
}
#gridOffencespager {
  height: 50px;
  margin-left: 949px!important;
}
#gridMeetingActivitypager {
  height: 40px;
  margin-left: 973px!important;
  width: 125px!important;
}
#gridInterpretationspager {
  width: 232px!important;
  height: 40px;
  margin-left: 768px!important;
}
#gridTranslationspager {
  width: 280px!important;
  height: 40px;
  margin-left: 769px!important;
}
#gridTransferspager {
  height: 40px;
  margin-left: 734px!important;
}
#gridEquipmentspager {
  height: 50px;
  margin-left: 889px!important;
  width: 150px!important;
}
#gridTravelspager {
  width: 140px!important;
  height: 40px;
  margin-left: 948px!important;
}
#gridAccommodationspager {
  width: 115px!important;
  height: 40px;
  margin-left: 950px!important;
}
.ui-jqgrid .ui-pg-table td {
  padding: 0px!important;
}
.jqgrow.ui-state-highlight td {
  background: #feeb9a!important;
}
.contentRequiredField {
  margin-bottom: 20px;
  font-size: 12px;
}
.contentRequiredField.with-link {
  float: left;
}
.contentLinkGuide {
  float: right;
}
.contentLinkGuide a {
  font-size: 12px;
  padding-right: 2px;
}
#divstep0 {
  clear: both;
}
.DraftApplications .ms-listviewtable {
  font-size: 12px;
}
.DraftApplications .ms-listviewtable thead tr th a:hover {
  text-decoration: none!important;
}
.DraftApplications .ms-listviewtable thead tr:first-child {
  background: #1f497d!important;
}
.DraftApplications .ms-listviewtable tr:nth-child(even) {
  background: #ffffff;
}
.DraftApplications .ms-listviewtable tr:nth-child(odd) {
  background: #f2f2f2;
}
.DraftApplications .ms-listviewtable th:first-child {
  display: none;
}
.DraftApplications .ms-listviewtable th:nth-child(2) div {
  width: 231px!important;
  white-space: normal;
  z-index: -9;
}
.DraftApplications .ms-listviewtable th:nth-child(4) div {
  width: 98px!important;
  white-space: normal;
  z-index: -9;
}
.DraftApplications .ms-listviewtable th:nth-child(5) div {
  width: 140px!important;
  white-space: normal;
  z-index: -9;
}
.DraftApplications .ms-listviewtable th:nth-child(6) div {
  width: 125px!important;
  white-space: normal;
  z-index: -9;
}
.DraftApplications .ms-listviewtable th:nth-child(7) div {
  width: 116px!important;
  white-space: normal;
  z-index: -9;
}
.DraftApplications .ms-listviewtable th:nth-child(8) div {
  width: 130px!important;
  white-space: normal;
  z-index: -9;
}
.DraftApplications .ms-listviewtable th.ms-vh-icon {
  display: none;
}
.DraftApplications .ms-listviewtable th {
  padding: 10px!important;
  background: #1f497d!important;
  border: 0px;
  font-weight: bold!important;
  color: #FFF;
  font-size: 12px;
}
.DraftApplications .ms-listviewtable th a {
  color: #FFF;
  cursor: pointer;
}
.DraftApplications .ms-listviewtable th #msomenuid2 > tbody > tr > td:nth-child(2) {
  display: none!important;
}
.DraftApplications .ms-listviewtable th td.ms-menuimagecell {
  display: none!important;
}
.DraftApplications .ms-listviewtable td.ms-vb-itmcbx.ms-vb-firstCell {
  display: none;
}
.DraftApplications .ms-listviewtable td {
  padding: 10px!important;
  border: 0px solid transparent!important;
}
.DraftApplications .ms-listviewtable td img {
  display: none!important;
}
.DraftApplications .ms-listviewtable td a:hover {
  text-decoration: none!important;
}
.DraftApplications .ms-listviewtable td:first-child {
  display: none;
}
.DraftApplications .ms-listviewtable td:nth-child(3) {
  text-align: right;
  padding-right: 20px!important;
}
.DraftApplications .ms-listviewtable td:nth-child(4) {
  text-align: right;
  padding-right: 20px!important;
}
.DraftApplications .ms-listviewtable td:nth-child(5) {
  text-align: right;
  padding-right: 20px!important;
}
.DraftApplications .ms-listviewtable td:nth-child(6) {
  text-align: right;
  padding-right: 20px!important;
}
.DraftApplications .ms-listviewtable td:nth-child(7) {
  text-align: right;
  padding-right: 25px!important;
}
.DraftApplications .ms-listviewtable td:nth-child(8) {
  text-align: right;
  padding-right: 20px!important;
}
.DraftApplications .ms-listviewtable input[type=submit].button-blue {
  margin-left: 0px!important;
}
.DraftApplications .noindex td:nth-child(2) {
  padding: 0px!important;
  max-width: 300px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}
.SubmmitedApplications #scriptWPQ4 table {
  width: 1200px;
}
.SubmmitedApplications #scriptWPQ4 table th:first-child {
  display: none;
}
.SubmmitedApplications #scriptWPQ4 table td.ms-vb-itmcbx.ms-vb-imgFirstCell {
  display: none;
}
.SubmmitedApplications #scriptWPQ4 table td {
  padding: 10px!important;
  border: 0px solid transparent!important;
}
.SubmmitedApplications #scriptWPQ4 table .s4-ctx-show img {
  display: none!important;
}
.DraftApplications #empty-WPQ3 td {
  color: #444!important;
  padding: 1em!important;
  font-size: 12px!important;
  font-family: arial!important;
}
.SubmmitedApplications #empty-WPQ4 td {
  color: #444;
  padding: 1em;
  font-size: 12px;
  font-family: arial!important;
}
.align-right {
  text-align: right;
}
/*#tr_Offence .CaptionTD {
  width: 80px!important;
}*/
#TblGrid_gridOffences .CaptionTD {
  width: 150px!important;
}
#bottomPagingCellWPQ3 {
  text-align: left;
  padding-left: 5px;
}
.button-blue.create {
  width: 226px;
}
.bold {
  font-weight: bold;
}
.ActionsConcernedTextarea textarea {
  width: 222px;
  margin-bottom: 5px;
}
.h2-portal {
  font-size: 24px;
  color: #232f5f;
  font-weight: bold;
  margin-top: 0px;
}
#FrmGrid_gridEquipments #TypeEquipment,
#FrmGrid_gridEquipments #NumberNewItems,
#FrmGrid_gridEquipments #NumberItemsRenewed {
  width: 112px!important;
}
#TblGrid_gridEquipments #tr_TypeEquipment > td:nth-child(2),
#TblGrid_gridEquipments #tr_NumberNewItems > td:nth-child(2),
#TblGrid_gridEquipments #tr_NumberItemsRenewed > td:nth-child(2) {
  width: 140px!important;
  vertical-align: middle;
}
#TblGrid_gridEquipments #tr_TypeEquipment > td:nth-child(3),
#TblGrid_gridEquipments #tr_NumberNewItems > td:nth-child(3),
#TblGrid_gridEquipments #tr_NumberItemsRenewed > td:nth-child(3) {
  width: 75px!important;
  vertical-align: middle;
}
#editmodgridOffences {
  max-width: 1100px!important;
  width: 1100px!important;
}
.ms-vb a.ms-listlink {
  color: #1F599A!important;
  text-decoration: underline!important;
}
.ms-vb a.ms-listlink:hover {
  text-decoration: none!important;
}
.input-portal-files input {
  width: 100%!important;
}
/* Delete Sharepoint Layers */
#sideNavBox,
#DeltaPlaceHolderPageTitleInTitleArea,
#DeltaPlaceHolderSearchArea,
#DeltaPlaceHolderPageDescription,
#suiteBarLeft,
.ms-webpart-chrome-title {
  display: none!important;
}
/* Pop ups Edit*/
#editmodgridLeaders {
  width: 535px!important;
}
#editmodgridLeaders #Leader {
  width: 73px;
}
#editmodgridEUMembers {
  width: 480px!important;
}
#editmodgridEUMembers #tr_Date > td.CaptionTD {
  white-space: pre-wrap;
  width: 14%!important;
}
#editmodgridEUMembers #tr_Date > td.DataTD {
  vertical-align: middle;
}
#editmodgridEUMembers #Date {
  width: 85px!important;
}
#editmodgridNonEUMembers {
  width: 535px!important;
}
#editmodgridNonEUMembers #tr_Date > td.CaptionTD {
  white-space: pre-wrap;
  width: 14%!important;
}
#editmodgridNonEUMembers #tr_Date > td.DataTD {
  vertical-align: middle;
}
#editmodgridNonEUMembers #Date {
  width: 85px!important;
}
#editmodgridMeetingActivity #tr_Operational > td.CaptionTD {
  width: 265px!important;
  white-space: pre-wrap;
}
#editmodgridMeetingActivity #tr_Operational > td.DataTD {
  vertical-align: middle;
}
#editmodgridAccommodations #Participants,
#editmodgridAccommodations #Nights {
  width: 33px!important;
}
#editmodgridTravels #Participants,
#editmodgridTravels #Mode {
  width: 88px!important;
}
#edithdgridAccommodations #Participants,
#edithdgridAccommodations #Nights {
  width: 88px!important;
}
#editmodgridInterpretations #tr_Purpose > td.CaptionTD {
  width: 200px!important;
  white-space: pre-wrap;
}
#editmodgridInterpretations #tr_Purpose > td.CaptionTD {
  width: 200px!important;
  white-space: pre-wrap;
}
#editmodgridInterpretations #NumberUnits,
#editmodgridInterpretations #UnitRate {
  width: 88px!important;
}
#editmodgridTranslations #tr_Purpose > td.CaptionTD {
  width: 200px!important;
  white-space: pre-wrap;
}
#editmodgridTranslations #NumberUnits,
#editmodgridTranslations #UnitRate {
  width: 88px!important;
}
#editmodgridTransfers #tr_Purpose > td.CaptionTD {
  width: 225px!important;
  white-space: pre-wrap;
}
#editmodgridTransfers #tr_AmountBased > td.CaptionTD {
  width: 225px!important;
  white-space: pre-wrap;
}
#editmodgridTransfers #Amount {
  width: 210px!important;
}
#editmodgridTransfers #AmountBased {
  width: 210px!important;
}
.content-btn-upload input {
  float: right;
  display: block;
  width: auto!important;
  margin-right: 71px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.size-1-12 {
  width: 703px!important;
}
.ui-jqgrid tr.jqgfirstrow td {
  border-right: 0px !important;
}
.ms-commandLink.ms-promlink-button.ms-promlink-button-enabled {
  border: 0px!important;
  padding-right: 2em;
  display: block;
  float: left;
}
.ms-paging {
  padding-top: 9px!important;
}
.DraftApplications .noindex td.ms-paging:nth-child(2) {
  padding-top: 9px!important;
}
#divstep1 input {
  width: 69%;
}
#divstep1 select {
  width: 69%;
}
.fix-width-step1 input {
  width: 70%!important;
}
.fix-width-step1 select {
  width: 70%!important;
}
#gview_gridJudicialLaw .ui-jqgrid-htable,
#gview_gridJudicialLawNonEU .ui-jqgrid-htable {
  border-bottom: 3px solid #e9eaef;
  width: 449px!important;
  margin-top: 1em;
  margin-left: 71px;
  margin-bottom: 10px;
}
.tabcontent #gridJudicialLaw,
.tabcontent #gridJudicialLawNonEU {
  width: 800px!important;
  margin-left: 71px;
  margin-top: -10px;
}
#gbox_gridJudicialLaw .ui-jqgrid-htable,
#gbox_gridJudicialLawNonEU .ui-jqgrid-htable {
  border-bottom: 3px solid #e9eaef;
  width: 791px!important;
  margin-left: 76px;
  margin-top: 1.5em;
  margin-bottom: 10px;
}
#gbox_gridJudicialLaw .ui-jqgrid-htable th:nth-child(2),
#gbox_gridJudicialLawNonEU .ui-jqgrid-htable th:nth-child(2) {
  width: 170px!important;
  display: block;
  float: left;
}
#gbox_gridJudicialLaw .ui-jqgrid-htable th:nth-child(3),
#gbox_gridJudicialLawNonEU .ui-jqgrid-htable th:nth-child(3) {
  width: 169px!important;
  display: block;
  float: left;
  height: 36px;
}
#gbox_gridJudicialLaw .ui-jqgrid-htable th:nth-child(3) div,
#gbox_gridJudicialLawNonEU .ui-jqgrid-htable th:nth-child(3) div {
  white-space: pre-wrap;
  overflow: visible;
}
#gbox_gridJudicialLaw .ui-jqgrid-htable th:nth-child(5),
#gbox_gridJudicialLawNonEU .ui-jqgrid-htable th:nth-child(5) {
  width: 164px!important;
  display: block;
  float: left;
  height: 36px;
}
#gbox_gridJudicialLaw .ui-jqgrid-htable th:nth-child(5) div,
#gbox_gridJudicialLawNonEU .ui-jqgrid-htable th:nth-child(5) div {
  white-space: pre-wrap;
  overflow: visible;
}
#gbox_gridJudicialLaw .ui-jqgrid-htable th:nth-child(6),
#gbox_gridJudicialLawNonEU .ui-jqgrid-htable th:nth-child(6) {
  width: 130px!important;
  display: block;
  float: left;
  padding-left: 4px;
}
/*Delete Sign In Anonymous*/
.ms-signInLink {
  display: none!important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius: 0!important;
}
.ui-jqdialog-content.ui-widget-content input {
  border: 1px solid #92c0e0!important;
}
.ui-jqdialog-content.ui-widget-content select {
  border: 1px solid #92c0e0!important;
}
.ui-jqdialog-content.ui-widget-content textarea {
  border: 1px solid #92c0e0!important;
}
.no-top {
  margin-top: 1em!important;
  max-width: 1135px!important;
}

::-webkit-input-placeholder {
    color: #999 !important;
}

:-moz-placeholder {
    color: #999 !important;
}

::-moz-placeholder {
    color: #999 !important;
}

:-ms-input-placeholder {
    color: #999 !important;
}