/* app css stylesheet */

.nav, .pagination, .carousel, a, .subsubselect { cursor: pointer; } .nosubsubselect { cursor: not-allowed; }

.filter2 { cursor: pointer; }

#wrapper2 {
    margin: 0 auto;
    width: 500px;
    margin-top: 50px;
}

.table-striped tbody > tr > td.highlight {
    background-color: darkseagreen;
}

.link-table thead tr:first-child {
    background-color: #f9f9f9;
}

.link-table .center {
    text-align: center;
}

.country-flag-col {
    min-width: 55px;
}

.country-flag {
    width: 30px;
}

.quick-search form {
    margin: 0;
    padding: 5px;
}

.quick-search input {
    margin: 0;
}

.menu {
    text-align: center;
    list-style: none;
    padding: 0 0 0.5em;
    font-size: 15px;
    font-weight: bolder;
}

.menu:before {
    content: "[";
}

.menu:after {
    content: "]";
}

.menu > li {
    display: inline;
}

.menu > li:before {
    content: "|";
    padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
    content: "";
    padding: 0;
}

.gal2.img {
    cursor: pointer;
}
.gal2.nav {
    bottom: -4px;
    display: block;
    left: 0;
    margin: 0 auto;
    padding: 1em 0 0.8em;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 5;
}
.gal2.nav li {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin: 0 8px;
    position: relative;
}
.gal2.nav li.active {
    border: 1px solid #0088cc;
}
.gal2.nav li img {
}


#nav2-footer {
    margin: 23px 22px 0 44px;
    color: #999;
    font-size: 77%;
    line-height: 1.3;
}
#nav2-footer ul {
    margin: 0;
    list-style: none;
}
#nav2-footer li {
    float: left;
    padding: 0 5px 0 6px;
    background: url("../images/divider-footer.gif") no-repeat left center;
}
#nav2-footer li.first {
    padding-left: 0;
    background-image: none;
}
#nav2-footer li a {
    color: #999;
    text-decoration: none;
}
#nav2-footer li.relevant,
#nav2-footer li.relevant a {
    color: #333;
}
#nav2-footer li.relevant a:hover,
#nav2-footer li.relevant a:active,
#nav2-footer li.relevant a:focus {
    color: #900;
}

#nav2-footer li .dash {
    display: none;
}

.isremoved {
    text-decoration: line-through;
    color: grey;
}

.isselected {
    cursor: not-allowed;
    font-weight:bold;
}

.removecursor {
   cursor: url(../images/trash_cur.png), pointer;
   font-weight:bold;
}


.notremoved {}

.minHeight { height: 5px;}

.well2 {
  min-height: 20px;
  padding: 19px;
  margin: 12px 0 0;

    border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);

  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}


.dropbox {
    width: 15em;
    height: 3em;
    border: 2px solid #DDD;
    border-radius: 3px;
    background-color: #FEFFEC;
    text-align: center;
    color: #BBB;
    font-size: 2em;
    font-family: Arial, sans-serif;
    margin-top: 1em;
    margin-bottom: 1em;
}
.dropbox span {
    margin-top: 0.9em;
    margin-bottom: 2em;
    display: block;
}
.dropbox.not-available {
    background-color: #F88;
}
.dropbox.over {
    background-color: #bfb;
}
.progressInfo {
    width: 30em;
    border: 2px solid #DDD;
    border-radius: 3px;
    font-family: Arial, sans-serif;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 3px;
}

.progessPercent {
    text-align: center;
}


#personal {
    position: absolute;
    top: 0;
    left: 0;
    width: 975px;
}
#personal ul {
    float: right;
    margin: 0;
    list-style: none;
    font-size: 85%;
    line-height: 1.28;
}
#personal li {
    float: left;
}

#personal a {
    display: block;
    margin: 3px 0 0 20px;
    padding: 2px 0 2px 10px;
    color: #FFF;
    text-decoration: none;
    background: url("../images/icon_head.png") no-repeat left 7px;
    text-indent: 3px;
}
#personal a:hover,
#personal a:active,
#personal a:focus {
    color: #000000;
    background-image: url("../images/icon_head_dark.png");
}

#personal a:focus > b {
    border-top: 4px solid #000000;
    border: 1px solid;
}


#personal .user {
    background-color: transparent;
    border: 1px;
    padding-left: 15px;
}

#personal .carpe {
    border-top: 4px solid #ffffff;
}

#personal .carpe:hover {
    border-top: 4px solid #000000;
}


#d3js path.slice {
    stroke-width:2px;
}

#d3js polyline {
    opacity: .3;
    stroke: black;
    stroke-width: 2px;
    fill: none;
}



#d3js .node {
  cursor: pointer;
}

#d3js .node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 1.5px;
}

#d3js .node text {
  font: 10px sans-serif;
}

#d3js .link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px;
}


#d3js .axis path {
    fill: none;
    stroke:#b6b6b6;
    shape-rendering: crispEdges;
}

#d3js .axis line {
    fill: #fff;
    stroke:#b6b6b6;
    shape-rendering: crispEdges;
}

/*#d3js .tick line {fill:none;stroke:none;}*/

#d3js .tick text {
    fill:#999;
}

#d3js g.journal.active {
    cursor:pointer;
}

#d3js text.label {
    font-size:12px;
    font-weight:bold;
    cursor:pointer;
}

#d3js text.value {
    font-size:12px;
    font-weight:bold;
}




#d3js div.tooltip {
  position: absolute;
  text-align: center;
  width: 60px;
  height: 28px;
  padding: 2px;
  font: 12px sans-serif;
  background: lightsteelblue;
  border: 0px;
  border-radius: 8px;
  pointer-events: none;
}

.bold {
    font-weight: bolder;
}

.bi {
    font-weight: bolder;
    font-style: italic;
}


/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(249,249,249); /* Black fallback color */
    /* background-color: rgba(0,0,0, 0.9);*/ /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}


/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

table.table > thead > tr > th > button.dropdown-toggle {
    float: right;
}

table.table-release tbody tr th {
    width: 20%
}

table.table-release thead a.badge {
    margin: 2px 10px;
}

table.table-modal th {
    background-color: #f9f9f9;
    width: 20%;
}

.modal-fixer {
    width: 100%;
    overflow: hidden;
    font-size: 90%;
}

.reference-link {
    padding-right: 10px;
}

.row-title {
    font-style: italic;
}


.inline-ul ul {
    margin: 0;
}

.inline-ul span {
    vertical-align: middle;
    display: inline-block;
}

.inline-hr {
    margin: 10px 0;

}
