.hover-shadow:hover {
 box-shadow: 0 0 10px rgba(0, 123, 255, 0.7) !important;
 transition: box-shadow 0.3s ease-in-out;
}

/* Previous styles */
.Actions {text-align: center;}
.Content {
    margin: 0px auto;
}
.Title {
    //font-size: 16pt;
    margin: 8px 0px 0px 8px;
    font-weight: bold;
}
.Content .Title a{
    text-decoration: none;
}
.Content .Title a:visited {
    color: rgb(0, 0, 0);
}
.Content .Tabs {
    overflow: auto;
    position: relative;
    z-index: 2;
}
.Content .BigTab {
    margin: 0 10% 0 10%;
}
.Content .AdjustedTab {
    display: inline-block;
    margin: 2%;
}
.Content .Tab {
    position: relative;
    height: 100px;
}
.Wide {
    width: 95% !important;
    height: 50px !important;
}
.Window:hover {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
.TabTitle {
    font-size: 110%;
    position: relative;
    font-weight: bold;
    overflow: hidden;
}
.TabContent a{
    position: relative;
    z-index: 50;
}
.TabFooter {
    font-size: 80%;
    position: absolute;
    bottom: 3px;
    right: 10px;
}
.TabFooter a{
    position: relative;
    z-index: 50;
}

.Content .Tab a {text-decoration: none;
    color: rgb(100, 100, 100);
    font-weight: bold;
}
.Content .Tab ul {list-style: none;
    margin: 0;
}
.TabContent .counter {
    /*font-size: 80%;*/
    display: inline-block;
    width: auto;
    position: relative;
    font-weight: bold;
    color: rgb(100, 100, 100);
    text-align: center;
    z-index: auto;
    /*z-index: 110;*/
}
    /*231,206,191 pastel pink*/
.TabContent .Cofactors {
    background: rgb(206, 209, 138); /*Pastel yellow*/
}
.TabContent .Dynamics {
    background: rgb(196, 223, 155); /*Pastel green*/
}
.TabContent .PDBs {
    background: rgb(125, 167, 217); /*Pastel blue*/
    /*background: rgb(196, 223, 155); /!*Pastel green*!/*/
}
.TabContent .Running {
    background: url('../images/cog_go.png') no-repeat center center;
    color: rgb(0, 0, 0);
}
.Tabs .Filter {
    text-align: center;
    margin: 5px 0px 5px 0px;
}
.Filter * {
    text-decoration: none;
    color: rgb(0, 0, 0);
}
.Filter a:hover{
    font-weight: bold;
}
.Tabs .Paginator {
    text-align: center;
    font-weight: bold;
}
.error {
    background: rgb(255, 148, 148);
    font-weight: bold;
    display: inline;
    padding: 3px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.fr {float: right;
    //margin: 5px;
    //width: 25%;
}
.FloatingWindow {
    position: absolute;
    display: none;
    background-color: rgba(0,0,0,0);
    z-index: 101;
}
.FloatingWindow:target {
    display: block;
}
.Footer {bottom: 0;
    width: 80%;
    border-top: solid 2px rgb(100, 100, 100);
    margin: 10px auto;
    text-align: center;
}
.Footer div {display: inline;
    margin-left: 10px;
    margin-right: 10px;
}
.Footer div a {text-decoration: none;
    color: rgb(100, 100, 100);
}
.Info {
    position: absolute;
    top: 5%;
    right: 5%;
    margin: 1em;
    padding: 1ex;
}
.InfoFlash {
    padding: 1em;
    border-radius: 1px;
    margin: -3px;
}
.ModalWindow {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0,0,0,0.5);
    z-index: 101;
}
.Stretch {
    width: 60%;
}
.ModalWindow:target {
    display: block;
}
.ModalWindow .pusher{
    /*This div pushes the modal window down by x%*/
    height: 50%;
    margin-bottom: -15%; /*Half of the .content height negative*/
}
.ModalWindow .content {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    width: 50%;
    padding: 5px;
    z-index: 103;
    background-color: rgb(250,250,250);
    
}
.ModalWindow .Jmol{
    width: 500px;
    padding: 20px;
    margin: 0px auto;
}

.ModalWindow .Jalview{
    /*Jalview is a bit wider than regular modals*/
    width: 820px;
    height: 0.8;
    padding: 20px;
}
.ModalWindow .Title{
    font-weight: bold;
}
#ProgressImage {
    width: 100%; 
}
#ProgressImage img{
    width: 100%;
}
#ProgressImage meter{
    width: 100%;
}
.Window {
    border: solid 1px rgb(160,160,160);
    background-color: rgb(250,250,250);
    position: relative;
    padding: 2ex;
    margin: 1ex;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px; /* MAKE 1px round boxes are bad for responsive design*/
    -moz-box-shadow: 1px 1px 4px rgb(104,104,104);
    -webkit-box-shadow: 1px 1px 4px rgb(104,104,104);
    box-shadow: 1px 1px 4px rgb(104,104,104);
}
/*.HighlightProj {*/
    /*background-color: rgb(255, 208, 250); /!*Very subtle pastel orange*!/*/
/*}*/
.Highlight {
    background-color:  rgb(255, 248, 220); /*Very subtle pastel orange*/
}
a.link {text-decoration: underline;
}
a.link:hover {font-weight: bold;
    cursor: pointer;
}
body {font-family: helvetica, sans-serif, arial;
}
img.bottom {vertical-align: top;
}
/* Glowing input from css-tricks.com*/
input[type=text], input[type=password], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 5px;/* 0px 3px 3px;*/
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, input[type=password]:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);*/
    /*padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;*/
    border: 1px solid rgba(81, 203, 238, 1);
}

/* End of glowing*/
.highlight {background-color: #cccccc;
    padding: 2px;
}

span.clickable {/*This css makes a div fully link-able*/
    position:absolute; 
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 1;
    /*background-image: url('../media/images/empty.gif');*/
}
.sequence{
    font-family: courier;
    overflow-x: auto;
}
.strong {font-weight: bold;
}
.foot-text{
    position: relative;
}

/* To override all across the horrendous rounded borders.*/
* {
  border-radius: 0 !important;
}

.modal:nth-of-type(even) {
    z-index: 1052 !important;
}
.modal-backdrop.in:nth-of-type(even) {
    z-index: 1041 !important;
}
