body {
  background-color: #707692;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 14px;
}

h1 {
  color: #707692;
  font-size: 18px;
}

header {
  
}

th {
  background-color: #d7e6f5;
}


#content-area {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  width: 90%;
}

#dd_menu li {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  list-style-type: none;
}

#dd_menu li a {
  color: white;
}

#menu li {
  padding-left: 5px;
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

#bookmarks-list li {
  display: block;
}

/* begin bookmark slide-in */
#fade-in {
  opacity: 0;
  width: 0;
  height: 0;
  transition: all .75s ease;
  position: relative;
  z-index: -1;
}

#fade-in.show {
  position: relative;
  z-index: 1;
  margin-left: 5px;
  padding: 10px;
  height: 150px;
  width: 1px;
  opacity: 1;
  height: auto;
  width: 300px;  
  color: black;
  transition: width 2s, height 2s, background-color 2s, transform 2s, opacity 2s;
}

#fade-in.show a {
  color: black;
}

.box {
  display: block;  
  background: lightblue;
  margin-bottom: 1em;
}

/* end bookmark slide-in */


.bookmark-options, .shared-file-options {
  font-size: 12px;
}




#message {
  background-color: #d7e6f5;
  font-style: italic;
  padding: 5px;
  width: 25%;
}

#pagination li {
  display: inline;
  padding-left: 5px;
  list-style-type: none;
}

#ssn-iframe {
  color: white;
}

.bookmark-add-button-container, .client-user-add-button-container {
  margin-top: 20px;
}

#add-new-bookmark, .mcm-button {
  color: black;
  display: inline-block; 
  background-color: #ccc; 
  padding: 3px 10px 3px 10px;
  text-decoration: none;
}


.error, .errors {
  color: red;
  font-weight: bold;
}

.notice {
  display: inline-block;
  background-color: #ffffcc;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
}

.logo-container {
  color: white;
  padding: 20px;
  font-size: 21px;
}

.odd {
  background-color: #707692;
  color: white !important;
}

.odd a, .odd a:hover, .odd a:active. .odd a:visited, .odd td a, .odd td a:hover, .odd td a:active, .odd td a:visited {
  color: white !important;
}

#exports {
  float: right;
}
b
#shared-folder-files-list {
  margin-top: 20px;
}

a {
  text-decoration: none;
}

#client-login-report td, #client-login-report th, .accesses-detail td, .accesses-detail th {
  padding: 5px;
}

/* DANIEL's UPDATES */
.logo-container {font-weight:bold;font-size:32px;margin-left:25px;}
#fade-in.show {top:15px;}
.field-group label {margin-bottom:10px;}
.bigbutton {font-size:30px;}
#report-type-table, #claims, #shared-folder-files-list {width:100%;}
#shared-folder-files-list td {padding:10px;}
#content-area {box-shadow: 0 0 5px #000;}
.odd {background-color:#ddd;color:#000 !important;}
tr {background-color:#eee;}
#report-type-table td, #claims td, #shared-folder-files-list td, #report-type-table th, #claims th, #shared-folder-files-list th {padding:5px;
