/*html{
  overflow: hidden;
  height: 100%;
}*/

body {
  font-size:14px;
  position:relative;
  overflow:auto !important;
  height: 100%;
  padding:0px !important;
  min-width: 1200px;
}

body::after {
  content: "";
  background-attachment: fixed;
  background-image: url("../images/body_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

body.chrome {
  background-image:none;
  background-color:#aaa;
}

.container {
  width:100%;
  padding:0;
  background-color: transparent;
  position:relative;
}

.content {
  background-color:rgba(221,221,221,0.9);
  margin: 0 auto;
  /*min-height: 650px;*/
  position: relative;
  width: 1024px;
  clear:both;
}

.header {
  background-color:#005b8a;
  position:relative;
}

.header {
  height:auto;
}


.header .header-content {
  margin:0 auto;
  width:1024px;
  position:relative;
}

.header-text-ct h4 {
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 1px 1px #000000;
}

.header-text-ct h3 {
  color: #ffffff;
  font-size: 16pt;
  font-weight: bold;
  text-shadow: 1px 1px #000000;
  text-transform: uppercase;
}

.header .welcome-ct {
  background-color: rgba(95, 135, 147, 0.5);
  border-radius: 5px;
  color: white;
  float: right;
  font-size: 10pt;
  opacity: 0.85;
  padding: 10px 15px;
  position: absolute;
  right: 5px;
  top: 10px;
  max-width:300px;
}

.header a {
  color:#f9f9f9;
}

.footer {
  padding: 20px 0 0 0;
  width: 100%;
  background-color:#043b57;
  background-image: url("../images/footer.jpg");
  background-repeat: no-repeat;
  background-position: right;
  height: 117px

}

.footer-content {
  font-size: 10pt;
  line-height: 1.5em;
  margin: 0 auto;
  text-align: left;
  width:1024px;
}

.footer .copyright
,.footer a
,.footer {
  color:#D4D4D4;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.logo-ct {
  padding-right:10px;
  display:inline-block;
  vertical-align:top;
  height:100%;
}

.logo-ct a {
  display:block;
  margin-left:10px;
  margin-top:10px;
}

.header-text-ct {
  display:inline-block;
  vertical-align:bottom;
  margin-top:5px;
}
.header-text {
  font-size: 15pt;
}
.header-subtext {
  font-size: 20pt;
}

@media print {
  .no_print
  ,div.footer
  ,div.header
  ,img.helpTipIcon {
    display:none;
  }
  body {
    font-size:12pt;
    overflow: visible !important;
  }
  body::after {
    background-image:none;
  }
  div.content{
    background-color: #fff;
    width: 100%;
  }
}

/* BOOTSTRAP OVERRIDES */
.panel-heading {
  padding:0;
}

a[data-toggle='collapse'] {
  text-decoration:none;
  display:block;
  width:100%;
  height:100%;
  padding:10px 15px;
}

a[data-toggle='collapse']:after {
  content:"\e114";
  float:right;
  font-family:"Glyphicons Halflings";
}

a.collapsed[data-toggle='collapse']:after {
  content:"\e080";
  float:right;
  font-family:"Glyphicons Halflings";
}

.header .nav-wrapper {
  background-color: #073d59;
  position:relative;
  /*z-index:2;*/
  height:37px;
}

ul.header-nav {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width:1024px;
}
ul.header-nav.signed-in {
  width:1200px;
}

ul.header-nav li
,ul.header-nav li ul {
  float: left;
  list-style-type: none;
}

ul.header-nav li a
,ul.header-nav .dropbtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 8.5px 16px;
  text-decoration: none;
}

ul.header-nav li a:hover
,ul.header-nav li.active
,ul.header-nav .dropdown:hover .dropbtn {
  background-color: #fbad23;
}

ul.header-nav li.active > a
,ul.header-nav > li:hover > a {
  text-shadow: 0 0 5px #000;
}

ul.header-nav li.dropdown {
  /*display: inline-block;*/
  z-index: 1000;
}

ul.header-nav .dropdown-content {
  /*display: none;*/
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

ul.header-nav .dropdown-content > li {
  /*display: block;*/
  margin-bottom: 5px;
}
ul.header-nav .dropdown-content span {
  padding: 12px 16px;
  font-weight: bold;
}
ul.header-nav .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  min-width:260px;
}
ul.header-nav .dropdown-content .sub-list a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 35px;
}

ul.header-nav .dropdown-content a:hover {
  background-color: #f1f1f1;
}

ul.header-nav .dropdown:hover .dropdown-content {
  display: block;
}

.header-nav,
.header-nav .dropdown-content {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-nav > .dropdown {
  float: left;
}

.header-nav > .dropdown > a {
  display: block;
}

.header-nav .dropdown-content {
  display: none;
}

.header-nav .dropdown-content > li > a {
  display: block;
} 

.actionmenu::before {
/*  content: "\e234";
  font-size:21px;
  font-family: "Glyphicons Halflings";
  padding:0;
  color:#416b81;*/
  content: url('../images/more.png');
}
.actionmenu {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-right: -2px;
}

.btn.goback:before
,.btn.continue:after {
  font-family: "Glyphicons Halflings";
}

.btn.goback:before {
  content: "\e079";
}

.btn.continue:after {
  content: "\e080";
}

.required:before {
  font-family:"Glyphicons Halflings";
  font-size:8pt;
}
.SignIn {
  background-color: #008568;
  border: 2px solid #008568;
  border-top-left-radius: 0.8em;
  border-top-right-radius: 0.8em;
  color: #fff;
  font-weight: bold;
  margin-top: 44px;
  padding: 35px 10px 5px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 260px;
  z-index: 1001;
}

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

.SignInCopy {
  font-size: 12px;
  color:#444;
  font-weight: bold;
  margin-top: 30px;
}

.signin-btn {
  background-color: #fbad23;
  text-shadow: 0 0 3px #000;
}

.signin-btn:hover {
  background-color: #EB9705;
}

label[for='rememberMeField']{
  font-size: 10pt;
}

.circle::before {
  background-color: #0D873E;
  border: 5px solid #fff;
  border-radius: 50px;
  box-shadow: 0 0 5px #000;
  color: #fff;
  display: block;
  font-size: 30px;
  padding: 20px;
  text-decoration: none;
  width: 100px;
}

.circle:hover::before {
  background-color:#fbad24;
  text-shadow: 0 0 4px #000;
}

.mr-20 {
  margin-right:20px;
}

.mr-30 {
  margin-right:30px;
}

.mr-40 {
  margin-right:40px;
}

.mr-50 {
  margin-right:50px;
}

.SignIn form > p {
  display:none;
}

/*,.SignIn form
.SignIn:hover form {
  display:block;
}*/
.SignInFull {
  width: 225px;
  background-color: #008a6b;
  padding: 0px 10px 5px 0px;
  float: right;
  height: 55px;
  margin-top: 0px;
  border: 2px solid #008a6b;
  border-top-right-radius: .8em;
  border-top-left-radius: .8em;
  color:#fff;
  font-weight: bold;
}

table.dataTable {
  border-bottom: #ccc solid 1px;
  font-size:9pt;
}

table.dataTable * {
  font-size:9pt;
}

table.dataTable thead tr th {
  /*vertical-align: bottom;*/
  background-color: #444;
  color: #fff;
}

table.dataTable tbody tr td {
  /*vertical-align:top;*/
}

table.dataTable, table.dataTable th, table.dataTable td {
  box-sizing: border-box;
}

.dataTable.no-info~.dataTables_info {
  display:none;
}
.btn-primary1 {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}

.btn-warning1 {
  background-image: -webkit-linear-gradient(top, #ff8400 0, #ff8400 100%);
  background-image: -o-linear-gradient(top, #ff8400 0, #ff8400 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff8400), to(#ff8400));
  background-image: linear-gradient(to bottom, #ff8400 0, #ff8400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff8400', endColorstr='#ffff8400', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #ff8400;
  color: #fff;
}
.btn-warning1:hover  {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-info1 {
  background-color: #cccccc;
  border: 1px solid #cccccc;
  color: #444!important;
}
.btn-info1:hover {
  background-color: #ddd;
  border: 1px solid #ddd;
  color: #444!important;
}

.btn-alert1 {
  background-color: #ff8400;
  border: 1px solid #ff8400;
  border-radius: 10px;color: #fff;
}

.btn-alert1:hover {
  background-color: #fb901e;
  border: 1px solid #fb901e;
  color: #fff;
}

.gei-icon::before
,.gei-icon::after {
  display:inline-block;
  width:16px;
  height:16px;
}

.gei-check-white::before {
  content:"";
  background: url(../images/check.png) no-repeat;
  margin-right:4px;
}

.gei-check-white-right::after {
  content:"";
  background: url(../images/check.png) no-repeat;
  margin-left:4px;
}

.gei-uparrow-white::before {
  content:"";
  background: url(../images/uparrow.png) no-repeat;
  margin-right:4px;
}

.gei-uparrow-white-right::after {
  content:"";
  background: url(../images/uparrow.png) no-repeat;
  margin-left:4px;
}
.gei-print-black::before {
  content:"";
  background: url(../images/print.png) no-repeat;
  margin-right:4px;
}

.gei-print-black-right::after {
  content:"";
  background: url(../images/print.png) no-repeat;
  margin-left:4px;
}

.alert-info
,.alert-warning
,.alert-danger
,.alert-success
,.btn-primary
,.btn-secondary
,.btn-success
,.btn-info
,.btn-warning
,.btn-danger {
  background-image:none;
}

.text-shadow {
  text-shadow:0 0 5px #000;
}

.card {
  background-color: rgba(0, 0, 0, 0.125);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  display: block;
  margin-bottom: 0.75rem;
  position: relative;
}

.card-block::after {
  clear: both;
  content: "";
  display: table;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-text {
  margin-bottom: 1rem;
  margin-top: 0;
}

/*[action=comments]:after {
  font-family:"Glyphicons Halflings";
  content: "\e111";
  margin-left:5px;
}*/

.page-header {
  margin: 0 0 20px;
}

.subtitle {
   color: #444;
   font-size: 18px;
   padding: 0 5px 0 5px;
  }
.submitted {
   font-size: 13px;
   font-style: italic;
   color: #666;
  }
 .rejected {
   font-size: 13px;
   font-style: italic;
   color: #666;
  }
 .draft {
   font-size: 13px;
   font-style: italic;
   color: #666;
  }
.page-header {
   border-bottom: solid 1px #ddd;
}

#signin-toggle {
  background: none;
  border: currentColor;
  border-image: none;
  width: 100%;
  font-weight: bold;
  left: 0px;
  position: absolute;
  color: #fff;
  height: 41px;
  text-align: left;
  top: 0px;
}

.menu{
  height: inherit;
}

[data-toggle='popover'] {
  display:inline-block;
  padding:0 5px;
}

.linkStyle a{
  color:#005B8A;
  font-weight: bold;
}

.dataTable thead tr th {
  padding: 10px !important;
  text-align: left;
}

.dataTable tbody tr td ul {
  padding-left: 10px;
}

div#commlog-dt-dialog
,div#internalnote-dt-dialog{
  z-index: 100;
}
div#commLogView label
,div#internalNoteLogView label{
  display: block;
  font-weight: normal;
}
#radiosFs label{
  width:30px !important;
  padding:0;
  margin: 5px;
}
#radiosFs > div{
  display: flex;
}
#radiosFs input{
  margin: 0;
  padding: 0;
  width:25px !important;
}
#radiosFs .fieldCt {
  margin-right: 40px;
}
#radiosFs legend{
  font-size: 12pt;
  font-weight: bold;
}
.ui-widget-header {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  margin-left: 15px !important;
  margin-right: 20px !important;
}
.white{
  color: #fff !important;
}

div#notmaterialchangedialog .modal-dialog{
  width:850px;
}

label[for="agreementField"]{
  font-style: italic;
}

div#mygsas_wrapper table#mygsas
,div.content span.local-gsa-name
,div.content #gsa-title
,div.content div.title
,div.content div#gsa-log-tb_wrapper
{
  overflow-wrap: break-word;
}
table.dataTable > tbody > tr > td:first-child{
  /*word-break:break-all;*/
}

.relative {
  position:relative;
}

.text-right {
  text-align:right;
}

.mb-10 {
  margin-bottom:10px;
}

.danger {
  color: #a94442;
}

.popover-content{
    cursor: default;
}

.glyphicon-question-sign{
    cursor: default;
}
.small-text{
  font-size: 15px;
  font-family: inherit;
}

.smallest {
  font-size:70%;
}

.breadcrumb {
  background-color:transparent;
  padding:0;
}
.breadcrumb > li + li::before {
  color:#999;
}

.breadcrumb > li a {
  text-decoration:none;
  color:#444;
}

.breadcrumb > li a:hover {
  text-decoration: underline;
}

.GSP .content
,.wide.content {
  width: 1240px;
  /*background-color:#f9f9f9;*/
}

.GSP .breadcrumb {
  position:relative;
  top:-25px;
}
.GSP .breadcrumb a {
  text-decoration:none;
}

.GSP .page-header {
  margin-bottom: 40px;
  border-bottom: none;
}

.mb-20 {
  margin-bottom:20px;
}

.push-right {
  margin-left:15px;
}

pre.print {
  display: inline;
  white-space: pre-wrap;
  word-break: inherit;
  word-wrap: inherit;
  font-family: arial;
  border: none;
  background: inherit;
  padding: 0;
}

.glyphicon.glyphicon-only:before {
  margin-right:0;
}

.dataTable pre {
  border: none;
  background: none;
  font-family: inherit;
  padding: 0;
  margin: 0;
  display: inline-block;
  white-space: pre-wrap;
  word-break: normal;
  word-wrap: normal;
}


.mr-5 {
  margin-right:5px;
}

.mt-50 {
  margin-top:50px;
}

.underconstructions {
  padding:50px;
  background-color:#444;
  opacity:0.5;
  border-radius:5px;
  text-align:center;
  color:#fff;
  font-size:30px;
}

.tiny {
  font-size:7pt !important;
}

.text-normal {
  font-weight:normal;
}

.pt-20
,.p-20 {
  padding-top:20px;
}

.pr-20
,.p-20 {
  padding-right:20px;
}

.pb-20
,.p-20 {
  padding-bottom:20px;
}

.pl-20
,.p-20 {
  padding-left:20px;
}

.block {
  display:block;
}

.modal-body {
  word-break: break-word;
}

.mt-20 {
  margin-top: 20px;
}