﻿/* CSS com_paleo front */

/* View: Skills */
.com_paleo.view_skills {
	min-height: 300px;
}
.com_paleo.view_skills .skillgroup {
	cursor: pointer;
}
.com_paleo.view_skills .skillgroup:hover {
	opacity: 0.8;
}
.com_paleo.view_skills .skillswrapper {
	margin-left: 10px;
	margin-top: -5px;
	margin-bottom: 10px;
}
.com_paleo.view_skills .skill:hover {
	opacity: 0.8;
}
.com_paleo.view_skills .skill.acquired i {
	color: green;
	margin-right: 6px; 
	margin-left: 0;
}
.com_paleo.view_skills .skill.not_acquired i {
	margin-right: 10px; 
	margin-left: 2px;
	color: red;
}
.com_paleo.view_skills h4 {
    display: inline-block;
}

/* View: Documents */
.com_paleo.view_documents form#adminForm {
    margin-top: 30px;
    margin-bottom: 30px;
}
.com_paleo.view_documents form#adminForm .input-append {
	margin-right: 45px;
}
.com_paleo.view_documents form#adminForm .input-append #filter_search {
    padding-bottom: 0.45rem;
    padding-top: 0.40rem;
	margin-left: 1px;
}
.com_paleo.view_documents form#adminForm .input-append button {
	margin-left: 1px;
}
.com_paleo.view_documents form#adminForm button {
	border-radius: 0;
}
.com_paleo.view-documents #documentList th {
	text-align: left;
	vertical-align: middle;
}
.com_paleo.view-documents #documentList th.pages,
.com_paleo.view-documents #documentList th.actions {
	text-align: center;
}
.com_paleo.view-documents #documentList td {
	text-align: left;
	vertical-align: middle;
}
.com_paleo.view-documents #documentList td.docthumbnail,
.com_paleo.view-documents #documentList td.pages,
.com_paleo.view-documents #documentList td.actions {
	text-align: center;
	min-width: 50px;
}
.com_paleo.view-documents #documentList td.actions {
	white-space: nowrap;
}
.com_paleo.view-documents #documentList td.actions a.not_first {
	display: none;
}
.com_paleo.view-documents #documentList a > i[class^="icon-"] {
	cursor: pointer;
	font-size: 1.5rem;
	width: 25px;
	margin: 5px 0;
}
.com_paleo.view-documents #documentList a > i.icon-eye {
	margin-right: 2px;
}
.com_paleo.view-documents #documentList a > i.icon-search {
	margin-left: 2px;
}

/* View: Document */
.com_paleo.view_document .not_authorized {
	color: red;
	font-weight: bold;
	margin: 50px;
	font-size: 20px;
	text-align: center;
	font-family: sans-serif;
}
.com_paleo.view_document .docthumbnail {
	float: left;
	margin: 0 20px 20px 0; 
	vertical-align: middle;
}
.com_paleo.view_document .links {
	clear: both;
	margin: 20px 1px 20px;
}
.com_paleo.view_document .link_to_transcriptions {
	margin: 0;
}
.com_paleo.view_document .link_to_transcriptions i {
	margin-right: 10px;
	font-size: 200%;
	vertical-align: middle;
}

/* View: Transcriptions */
.com_paleo.view_transcriptions .errors {
	color: red;
	margin: 20px 0;
	font-weight: bold;
	font-size: 20px;
}
.com_paleo.view_transcriptions h2 {
	margin-top: 0; 
	margin-bottom: 10px; 
	line-height: 110%;
	margin-right: 180px;
}
.com_paleo.view_transcriptions .pagination {
	font-weight: bold;
	margin: 10px 0;
}
.com_paleo.view_transcriptions .pagination span {
	margin-right: 10px; 
}
.com_paleo.view_transcriptions .pagination .btn {
	color: #fff;
	margin-right: 5px;
	padding: 5px 15px;
	font-size: 14px;
}
.com_paleo.view_transcriptions .pagination .btn:hover,
.com_paleo.view_transcriptions .pagination .btn.current_page {
	background-color: #fff;
	color: #64c4ce;
	border: 2px solid #64c4ce;
}
.com_paleo.view_transcriptions .not_logged {
	font-weight: bold;
	color: red;
	margin: 0 0 20px;
}
.com_paleo.view_transcriptions .document {
	margin: 0 0 5px;
}
.com_paleo.view_transcriptions .document div {
	font-weight: bold;
}
.com_paleo.view_transcriptions .document > div {
	display: block;
}
.com_paleo.view_transcriptions .document > div > div {
	margin: 0 20px 5px 0;
	display: inline-block;
	vertical-align: top;
}
.com_paleo.view_transcriptions .document div > span {
	font-weight: normal;
}
.com_paleo.view_transcriptions .document .intro {
	margin: 0;
}
.com_paleo.view_transcriptions #canvas {
	border-radius: 15px;
	box-shadow: 0px 0px 5px #aaa;
}
.com_paleo.view_transcriptions .no_transcription {
	font-weight: bold;
	color: red;
	margin: 15px 0 30px;
}
#draggablebox {
    position: absolute;
    z-index: 9;
    background-color: #ffffff;
    border: 1px solid #008499;
    text-align: center;
    top: 170px;
    left: 60px;
    width: auto;
	min-width: 100px;
}
#draggableboxheader {
    padding: 0 5px;
    cursor: move;
    z-index: 10;
    background-color: #64c4ce;
    color: #fff;
    font-size: 15px;
    text-align: left;
}
#draggableboxheader i {
}
#draggableboxheader a {
    color: #fff;
    margin: 0 5px;
	float: right;
}
#draggableboxheader a:hover {
    opacity: 0.8;
}
#draggablebox .contents {
    padding: 10px 10px;
	font-size: 14px;
	text-align: left;
}
#draggablebox .contents .area {
    display: inline-block;
    width: calc(33% - 5px);
    text-align: left;
    font-weight: normal;
	margin-right: 5px;
	vertical-align: top;
}
#draggablebox .contents .area textarea {
    width: 100%;
    height: 75px;
	margin: 0;
	height: unset;
	line-height: 18px;
}
#draggablebox .nok {
    color: red;
}
#draggablebox .ok {
    color: green;
}
#draggablebox #solution {
    border: 2px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    min-height: 75px;
    padding: 0.375rem 0.375rem;
	color: #7f7f7f;
}
#draggablebox #solution .placeholder {
	color: #A6A6A6;
}
#draggablebox #solution .advice {
    font-style: italic;
}
#draggablebox #remarks {
    margin: 10px 0 0;
	text-align: center;
}
#draggablebox .annotation {
    border: 2px solid rgba(0, 0, 0, 0.1);
    min-height: 75px;
    padding: 0.375rem 0.375rem;
	color: #7f7f7f;
	line-height: 18px;
}
#draggablebox .actions {
	background-color: #64c4ce;
	border-top-style: groove;
	border-top-width: 3px;
	border-top-color: black;
	border-bottom-style: ridge;
	border-bottom-width: 3px;
	border-bottom-color: black;
	margin-bottom: -1px;
}
#draggablebox .actions button {
    margin: 5px 10px;
    background-color: transparent;
	font-size: 200%;
	border: none;
}
#draggablebox .actions #transcription_check {
	color: green;
	display: inline-block;
}
#draggablebox .actions #transcription_solve {
	color: #dc2626;
	display: inline-block;
}
#draggablebox .actions button#transcription_zoom,
#draggablebox .actions button#transcription_info,
#draggablebox .actions button#transcription_help {
	color: #727272;
}
#draggablebox .actions button#transcription_next,
#draggablebox .actions button#transcription_previous {
	color: #007E97;
}
#draggablebox .actions button#transcription_imagetools {
	color: #727272;
	border: 3px solid #727272;
	border-radius: 100%;
	padding: 5px 5px;
	font-size: 100%;
}
#draggablebox .actions > div {
	display: inline-block;
	text-align: center;
}
#draggablebox .actions > .g1 {
	width: 15%;
	text-align: left;
	padding-left: 1%;
}
#draggablebox .actions > .g2 {
	width: 20%;
}
#draggablebox .actions > .g3 {
	width: 25%;
}
#draggablebox .actions > .g4 {
	width: 25%;
}
#draggablebox .actions > .g5 {
	width: 15%;
	text-align: right;
	padding-right: 1%;
}

#draggablebox .actions button:hover,
#draggablebox .actions button:focus {
    opacity: 0.7;
}
#imagetools {
    position: fixed;
    z-index: 9;
    background-color: #ffffff;
    border: 1px solid #008499;
    text-align: center;
    top: 50px;
    right: 50px;
	width: 130px;
	display: none;
}
#imagetoolsheader {
    padding: 0 5px;
    cursor: move;
    z-index: 10;
    background-color: #64c4ce;
    color: #fff;
    font-size: 15px;
    text-align: left;
}
#imagetoolsheader > div {
	float: right;
}
#imagetools .tools {
    padding: 5px 5px;
	font-size: 14px;
	text-align: left;
}
#imagetools .tools > div {
    display: block;
    width: 100%;
    text-align: left;
}
#imagetools .tools > div:hover {
    opacity: 0.6;
	cursor: pointer;
}
#imagetools .tools i {
    margin-right: 5px;
}
.com_paleo.view_transcriptions #zoom {
   border:1px black solid;
   box-shadow: 5px 5px 10px #1e1e1e;
   width: 350px; 
   height: 350px;
   position:absolute; 
   top:-175px; 
   left:0; 
   display:none;
   border-radius: 100%;
}
.com_paleo.view_transcriptions #score {
    margin: 5px;
	position: fixed;
	top: 10px;
	right: 10px;
	display: none;
}
.com_paleo.view_transcriptions #score canvas {
	background-color: white;
	border-radius: 100%;
	box-shadow: 0px 0px 5px #111;
}
.com_paleo.view_transcriptions #score strong {
	position: relative;
	font-weight: normal;
	font-size: 37px;
	top: -48px;
	left: -90px;
}









