html {
  position: relative;
  min-height: 100%;
}

textarea{
  max-width: 594px;
}


.document_list_thumbnail_stamp{
position: absolute;
margin-left: -101px;
margin-top: 15px;
}

.persistant_table_header{
  position: fixed;
  z-index: 100;
}

.table-header-fixed{
  position: fixed;
top: 121px;
z-index: 1;
}

legend{
  border:0px;
  /*margin-left:37%;*/
  background-color:#239FE5;
  text-align: center;
  color: white;
padding: 5px;
  font-size: 20px;
}

body{
  padding-top: 130px;
  margin-bottom: 60px;
}


.iframe-content{
  margin-top: -130px;
  margin-bottom: -60px;
}

@media (max-width: 1004px) {
  body {
    padding-top: 183px;
  }
}

h2{
  margin-bottom: 27px;
}

fieldset{
  margin-bottom: 50px;
}

a{
text-align: left;
margin-bottom: 0;
padding-top: 9px; 

}

.dl-horizontal dd{
  margin-left: 0px !important;
}

dd{
  margin-left: 0;
float: left;
width: 50%;
}
.data-align{
  padding-top: 8px;
  /*padding-left: 12px;*/
}

.image_container{
  height: 283px;
}


.alert-success, .alert-info, .alert-warning, .alert-danger{
margin-top: 15px !important;
/* margin-left: 33px !important;
margin-right: 33px !important;
padding: 11px !important; */
/*padding-left: 46px !important;*/
}


/*Style for Upload Fields*/


.show_on_upload_submit{
  background-color: #2DA3ED;
  color: white;
  padding: 4px;
}
.document_upload_row{
margin-top: 20px;
margin-bottom: 10px;
padding-bottom: 4px;
padding-top: 4px;
}

.alert-link{
margin-top: -9px;
}
.alert-link:hover{
  text-decoration: underline;
}
.notification_icon{
margin-left: 5px;
margin-right: 15px;
font-size: 20px;
vertical-align: bottom;
}
.bottom-buttons{
  margin-top: 25px;
  text-align: right;
}
dd img{
  height: 60px;
}
.close{
  line-height: 0 !important;
}

#confirm_content{
  margin-top: 10px;
}

.floatingHeader {
  position: fixed;
  top: 0;
  visibility: hidden;
}

.datepicker{
  z-index: 10000 !important;
}

.label-content-padding{
text-align: left;
margin-bottom: 0;
padding-top: 9px;  
}


.highcharts-container{
  margin-bottom: 50px;
}

.panel-heading{
border: 0px;
/* margin-left: 37%; */
background-color: #239FE5;
text-align: center;
color: white;
font-size: 20px;
padding: 5px;
border-radius: 0px;
}


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


@media (max-width: 1004px) {
  .content {
  padding-left: 0px;
  padding-right: 0px;
}
  }
}


/*.this{
  visibility: hidden;

}*/

.test{
text-align: right;
}

.nav-tabs{
  margin-bottom: 10px;
}

.content-item-view-fields{
padding-top: 10px;
}

.content-item-view-fields dl dt{
text-align: left;
}

.content-item-view{
  border:1px solid #DDDDDD;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
}

#btnSubmit{
/*  margin-bottom: 5px;*/
margin-right: 5px;
}
.btn-primary{
/*  margin-bottom: 5px;*/
margin-right: 5px;
}

.navbar-fixed-top{
min-height: 121px;
}

.dl-horizontal dd{
  word-wrap:break-word;
}

.dl-horizontal dt{
overflow: none; 
/*text-overflow: none;*/
width: 318px;
margin-right: 20px;
}


@media (max-width: 766px) {
.file_upload_info_item{
      text-align: left;
  }
}

.file_upload_info{
background-color: #E1E1E1;
margin-top: 10px;
color: #4AB0EA;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
padding-top: 5px;
padding-bottom: 5px;
 word-wrap:break-word;
}


.upload_info_container{
  border: 1px solid #E1E1E1;
background-color: #F9F9F9;
border-radius: 5px;
}

.upload_document_header{
background-color: #209EEB;
color: white;
padding: 10px;
margin-bottom: 10px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.help-block{
  width: 100%;
  text-align: center;
}


#upload_documents_big_button h2{
  background-color: #C21722;
  border: 1px solid #C21722;
  text-align: center;
}

#document_review_big_button h2{
background-color: #209EEB;
  border: 1px solid #209EEB;
  text-align: center;
}

#document_graphs_big_button h2{
  background-color: #EDAE3B;
  border: 1px solid #EDAE3B;
  text-align: center;
}

#document_search_big_button h2{
 background-color: #ADDF5A;
  border: 1px solid #ADDF5A;
  text-align: center;
}

.dataTables_length{
  position: absolute;
  padding-top: 3px;
}

.panel-primary{
  border:none;
}

.upload-form{
  text-align: center;
}

.qq-upload-button{
  margin: 0 auto;
  margin-top: -37px;
}

.panel-container{
  /*padding-top: 40px;*/
}

.panel-content{
  /*margin-bottom: 30px;*/
  background-color: #F9F9F9;
  padding: 30px;
  border-radius: 5px;
  /*padding-bottom: 0px;*/
  margin-bottom: 20px;
}

.dataTables_scrollHead{
  background-color: #40ABE9;
}

/* RJVR: this selelector to color table headers should be better defined...*/
thead{
  background-color: #40ABE9;
}

.table_header_text{
  color: white;
  font-weight: 400;
}

.table_header{
  color: white;
}

.login_input_field{
  appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
  width: 70%;
  height: 47px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color:#999999;
  font-weight: 300;
  margin-top: 20px;
  border-radius: 5px;
  -webkit-transition: 0.25s;
}

.upload-form{
  padding: 10px;
}

.login_input_field:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.login_input_field:focus {
  background-color: white;
  width: 80%;
  color: black;
  -webkit-transition: 0.70s;
  -moz-transition: box-shadow 0.70s;
  -o-transition: box-shadow 0.70s;
  -ms-transition: box-shadow 0.70s;
}

.img-align{
  /*margin: 0 auto !important;*/
  text-align: center;
  /*margin-top: 60px;*/

}

.big_button{
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  margin-top: 20px;
}

.login-header{
  background-color: #239FE5;
  text-align: center;
  color: white;
  margin-top: 0;
  padding: 10px;
}

.login_form{
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 40px;
  text-align: center;
}

.login-logo{
  width: 400px;
  padding-left: 30px;
  margin-bottom: 30px;
}

.big_button .caption{
  padding-bottom: 10px;
  text-decoration: none;
  background-color:  #239FE5;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  padding-top: 10px;
  color: white;
  font-size: 20px;
  margin-top: 0px;
  border: 2px solid #239FE5;

}

.big_button a:hover{
  color:#9A999A;
  text-decoration: none !important;
}

.big_button:hover{
  -moz-box-shadow:    7px 7px 30px 4px #ccc;
  -webkit-box-shadow: 7px 7px 30px 4px #ccc;
  box-shadow:         7px 7px 30px 4px #ccc;
}

.big_button .description{
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #E5E5E5;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
}

.big_button section{
  text-align: center;
}

.fixed{
  top: 0;
  background-color: white;
  height: 73px;
}

@media (max-width: 1342px) {
  .fixed {
    height: 123px;
  }
}

.field{
  padding-top: 9px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#address{
  max-width: 100%;
}

.freepage-logo{
  width: 400px;
  padding-left: 30px;
  margin-bottom: 30px;
  margin-left: -15px;
}

.free-page{
  margin-top: -150px;
}


.free-page .panel-container{
  margin-top: -35px;
  margin-bottom: -10px;
}

.free-page .panel-content{
  margin-bottom: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
}

.free-page button{
  margin: 0 auto;
/* width: 100%; */
margin-bottom: 20px;
/* height: 47px; */
font-weight: 300;
/* font-size: 18px; */
}
.free-page .bottom-buttons{
  text-align: right;
}

.free-page button:hover{
  background: -webkit-linear-gradient(180deg, #178ACC, #239FE6); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(180deg, #178ACC, #239FE6); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(180deg, #178ACC, #239FE6); /* For Firefox 3.6 to 15 */
  background: linear-gradient(180deg, #178ACC, #239FE6); /* Standard syntax (must be last) */
  color: white;
}

.iframe-content .buttons{
  padding-top: 10px;
  padding-right: 45px;
}

#login > button{
  margin: 0 auto;
  width: 70%;
  margin-bottom: 20px;
  height: 47px;
  font-weight: 300;
  font-size: 18px;
}

#login > button:hover{  
  background: -webkit-linear-gradient(180deg, #178ACC, #239FE6); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(180deg, #178ACC, #239FE6); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(180deg, #178ACC, #239FE6); /* For Firefox 3.6 to 15 */
  background: linear-gradient(180deg, #178ACC, #239FE6); /* Standard syntax (must be last) */
  color:white;
}

.dataTables_scroll{
  border:1px solid #D8D8DA;
  border-radius: 5px;
}



.header{
  /*background-color: white; F5F5F5*/
  /*border-bottom-right-radius: 5px;*/
 /*border-bottom-left-radius: 5px;*/
  /*border-bottom:1px solid #ECECEC;*/
  border-bottom:2px solid #AFAEAF;
  /*-moz-box-shadow:    1px 0px 20px 0px #ccc;*/
  /*-webkit-box-shadow: 1px 0px 20px 0px #ccc;*/
  /*box-shadow:         1px 0px 20px 0px #ccc;*/
  background: -webkit-linear-gradient(180deg, white, #ECECEC); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(180deg, white, #ECECEC); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(180deg, white, #ECECEC); /* For Firefox 3.6 to 15 */
  background: linear-gradient(180deg, white, #ECECEC); /* Standard syntax (must be last) */
 
}

.navbar{
  margin-bottom: 10px;
}

.button-bar{
  padding-bottom: 10px;
}

.button-bar > .btn, .btn-group {
	margin-left: 5px;
}

form > .btn, .btn-group {
	margin-right: 5px;
}

#navbar > ul > li > a > span.glyphicon {
	padding-right: 5px;
}

.footer {

  position: fixed;
  bottom: 0;
  width: 100%;
  margin-top: 20px;
  height: 40px;
  z-index: 14;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #f5f5f5;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom:1px solid #ECECEC;
  -moz-box-shadow:    1px 0px 20px 0px #ccc;
  -webkit-box-shadow: 1px 0px 20px 0px #ccc;
  box-shadow:         1px 0px 20px 0px #ccc;
}

body.login-page {
  padding-top: 40px;
  padding-bottom: 40px;
}

#topmenu{
/*border-bottom-left-radius: 20px;*/
/*padding-top: 10px;
padding-bottom: 10px;*/
border-bottom-right-radius: 0;
border-top-right-radius: 0;
margin-top: 10px;
}

.logo-col{
  padding: 0;
}
.nav-col{
  padding: 0;
}
.logo_container{
  /*position: fixed;*/
  left:0;
  /*top:0;*/
  background-color: white;
  width: 100%;
  height: 72px;
  z-index: -2;
}

.logo-top{
  max-width: 445px !important ;
  max-height: 110px;
  padding: 10px;
}

@media (max-width: 987px) {
  .logo-top {
    width: 300px;
  }
}

@media (max-width: 765px) {
  .logo-top {
    margin: 0 auto;
  }
}
.upload_img{
  margin: 0 auto;
}
.container{
  width: 100%;
  position: fixed;
  z-index: 1000;
}
.navbar-brand{
  position: fixed;
  left:0;
  top:0;
  padding-left: 40px;
  margin-top: -26px;
  /*background-color: white;
  width: 100%;
  height: 71px;*/
  
}

.navbar-toggle{
  margin-left:15px;
}

.bubbles{
  /*position: fixed;
  clear: both;
  margin: 80px;*/
  z-index: -1;
}

.status_stamp_image{
position: absolute;
z-index: 12;
}

.document_list_flagged_thumbnail_stamp{
width: 25px;
position: absolute;
margin-left: -28px;
margin-top: 112px;
}

.upload-success{
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.upload-info{
text-align: left;
}
.upload-info-heading{
margin-bottom: 0px;
font-weight: bold;
text-align: left;
}
#login_container{
  background-color:#eee;
  padding-bottom: 40px;
  padding: 0;
  border-radius: 10px;
  margin-top: 80px;
  overflow: hidden;
  z-index: 100;
  -moz-box-shadow:    7px 7px 30px 4px #ccc;
  -webkit-box-shadow: 7px 7px 30px 4px #ccc;
  box-shadow:         7px 7px 30px 4px #ccc;
}

input[type=checkbox] {
	width: 34px;
}

input[type=color]  {
	width: 45px;
}

.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(4, 190, 240, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;

}

.bg-bubbles li:nth-child(1) {
  left: 10%;
  background-color: rgba(147, 202, 42, 0.2);
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-transform:scale(1.6);
}

.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 27s;
          animation-duration: 27s;
}

.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(3em,0);
  -moz-transform: translate(3em,0);
  -o-transform: translate(3em,0);
  -ms-transform: translate(3em,0);
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-color: rgba(194, 27, 26, 0.25);
}

.bg-bubbles li:nth-child(5) {
  left: 70%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
  background-color: rgba(194, 27, 26, 0.25);
}

.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(147, 202, 42, 0.2);
}

.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
           background-color: rgba(240, 179, 4, 0.3);
}

.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 30px;
  height: 30px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  background-color: rgba(240, 179, 4, 0.3);
}

 .bold {
    font-weight: bold ;
  }

.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
  @-webkit-keyframes square {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
  }

  100% {
      -webkit-transform: translateY(-700px) rotate(600deg) scale(0.001,0.001) skew(2deg,2deg);
              transform: translateY(-700px) rotate(600deg) scale(0.001,0.001) skew(2deg,2deg);

  }
}

@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-700px) rotate(600deg) scale(0.001,0.001) skew(2deg,2deg);
            transform: translateY(-700px) rotate(600deg) scale(0.001,0.001) skew(2deg,2deg);
  }

 