﻿#leftPane {
    width: 60%;
    float: left;
}

#stage .scan {
    width: 200px;
}

#stage .loading {
    position: absolute;
    left: 10px;
    top: 10px;
}

#stage .jcarousel {
    width: 205px;
    height: 340px;
}

#navigation .scan {
    width: 60px;
    border: 5px solid #FFFFFF;
    image-orientation:initial;
}

#navigation .loading {
    position: absolute;
    left: 0px;
    top: 0px;
}

#navigation .jcarousel {
    width: 250px;
    height: 85px;
}

#navigation .active .scan {
    border-color: #CCCCCC;
}

.imageDisplay {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

    .imageDisplay a {
        position: absolute;
        height: 100%;
        text-decoration: none;
    }

        .imageDisplay a.inactive {
            display: none;
        }

.stagePageDisplay {
    position: absolute;
    font-size: 25px;
    bottom: 10px;
    width: 100%;
    opacity: 0.5;
}

.navPageDisplay {
    position: absolute;
    font-size: 20px;
    width: 100%;
    opacity: 0.5;
    top: 50%;
}

.prev-stage {
    left: 25px;
}

.next-stage {
    right: 25px;
}

.prev-nav {
    left: 25px;
}

.next-nav {
    right: 25px;
}

    .prev-stage span,
    .next-stage span,
    .prev-nav span,
    .next-nav span {
        background: none repeat scroll 0 0 #4E443C;
        height: 30px;
        width: 30px;
        border-radius: 30px;
        box-shadow: 0 0 2px #999999;
        color: #FFFFFF;
        font: 24px/27px Arial,sans-serif;
        text-align: center;
        text-decoration: none;
        text-shadow: 0 0 1px #000000;
        display: block;
        top: 40%;
        position: relative;
    }

.jcarousel {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    border: 10px solid #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 0 2px #999999;
}

    .jcarousel ul {
        width: 20000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .jcarousel li {
        float: left;
        background: none;
        line-height: normal;
        list-style-image: none;
        list-style-position: initial;
        list-style-type: none;
        padding-left: 0;
        position: relative;
    }

#rightPane {
    width: 40%;
    float: left;
}

    #rightPane .label {
        font-weight: bold;
    }

    #rightPane .actionButtons {
        text-align: center;
    }

    #rightPane .linkedDocuments {
        color: navy;
    }

    #rightPane textarea {
        resize: none;
        font-family: Arial;
        font-size: 100%;
        background: transparent;
        line-height: 150%;
        border-style: none;
        color: #333;
        padding: 0;
    }

#mailSendStatus img {
    float: left;
}

#mailSendStatus p {
    margin-left: 40px;
    padding-top: 8px;
}

#imageClass {
    -webkit-user-select: none;
    /*cursor: zoom-in;*/
}

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

#label{
	color: #333;
    padding: 0.2em 0.5em;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
    text-align:left;
    margin-top: 2px;
      margin-bottom: 2px;
    
}

#metadatoTN{ 
   border: 2px solid #165480; 
   width: 320px; 
       border-radius: 10px;
      text-align: center;
       font: 12px Arial, Helvetica, sans-serif;

} 
.box {
  /*height: 100%;*/
  width: 100%;
}

.transform {
  -webkit-transition: all 2s ease;  
  -moz-transition: all 2s ease;  
  -o-transition: all 2s ease;  
  -ms-transition: all 2s ease;  
  transition: all 2s ease;
}

.transform-active {
   /*height: 200%;*/
  width: 50%;
}



/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
/*@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}*/
