﻿.persongroups li { padding: 3px 0 2px 16px; }
.persongroups span.folder, .persongroups span.file { padding: 1px 0 1px 16px; display: block;}
.persongroups span.folder { font-size:small;}
.persongroups li.expandable span.folder{  font-size:small;}
.persongroups span.everyone, .persongroups span.file { padding: 1px 0 1px 16px; display: block; }
.persongroups span.everyone { font-size:small;}
.persongroups span.persongroup, .persongroups span.file { padding: 1px 0 1px 16px; display: block; }
.persongroups span.persongroup { font-size:small; }

.personGroupBox
{
	height: 200px; 
	overflow: auto;
	border: solid 1px #EBF1F7;
	padding-top: 10px;
	padding-left: 10px;
	background: white;
}

.personBox
{
	width: 100%; 
	/*height: 500px; */
	max-height: 400px;
	overflow: scroll;
	border: solid 0px;
}

.personBoxSmall150 {
    width: 100%;
    max-height: 271px;
    overflow: scroll;
    border: solid 0px;
}

.personBoxMedium125 {
    width: 100%;
    max-height: 236px;
    overflow: scroll;
    border: solid 0px;
}

.personBoxMedium150 {
    width: 100%;
    max-height: 141px;
    overflow: scroll;
    border: solid 0px;
}

.personBoxLarge100 {
    width: 100%;
    max-height: 236px;
    overflow: scroll;
    border: solid 0px;
}

.personBoxLarge110 {
    width: 100%;
    max-height: 185px;
    overflow: scroll;
    border: solid 0px;
}

.personBoxLarge125 {
    width: 100%;
    max-height: 108px;
    overflow: scroll;
    border: solid 0px;
}

.tabDataBox
{
	width: 100%; 
	height: 300px; 
	overflow: auto;
	border: solid 0px;
}

.credentialTemplateList
{
	height: 350px; 
	overflow: auto;
	border: solid 1px #EBF1F7;
	padding-top: 10px;
	padding-left: 10px;
	background: white;
	overflow-y: scroll;
	overflow-x: hidden;
}



/******** Credential stuff *********/

.fieldset-container
{
    float: left;
    margin: 0 5px 0 5px;
    text-align: left;
}


div.block{
    overflow:hidden;
    margin-top: 5px;
}
div.block label{
    width:110px;
    display:block;
    float:left;
    text-align:left;
    margin-top: 4px;
    
}
div.block label.wide{
    width:440px;
}
div.block label.tab 
{
    width: 30px;
}

div.block .input .select{
    float:left;
}

div.blockw  label
{
    width: 150px;
}

div.blockww  label
{
    width: 200px;
}


div.blocks label
{
    width: 90px;   
}


div.footer
{
    bottom:0;
    right:0;
    padding: 0 8px 8px 0;
    position: absolute;
}

div.footer-center
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
     
     
fieldset.wide {   
    width: 795px; 
}

fieldset.standard {   
    width: 375px; 
    height: 160px;
}

fieldset.tall 
{
    height: 250px;
}

fieldset.tall2
{
    height: 210px;
}

fieldset.med 
{
    height: 120px;
}
fieldset.short
{
    height: 45px;
}


fieldset 
{
    -moz-border-radius:5px;  
    border-radius: 5px;  
    -webkit-border-radius: 5px;
    vertical-align: top; 
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

.credential-modal
{
    height: 650px;
    text-align: center;
    background: #FDFDFD;
}


.takepicture-modal
{
    height: 550px;
    text-align: center;
}


.menu-image
{
    padding-right: 5px;
}

.hoverImage
{
    position:relative;
    display:inline-block;
}

.hoverImage button, .hoverImage a
{
    position:absolute;
    top:70px;
    /*width:28px;
    height:28px;
    border:1px solid black;*/
    text-align:center;
    z-index:2;
    text-decoration:none;
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
}

.hoverImage button.hoverButton, a.hoverButton
{
    left:10px;    
}

img
{
    border:0;
}

.selectable .ui-selecting { background: #91B2D2; }
.selectable .ui-selected { background: #91B2D2; color: white; }
.selectable { list-style-type: none; margin: 0; padding: 0; width: 95%; }
.selectable li { margin: 3px; padding: 0.4em; height: 18px; cursor: pointer; cursor: hand; font-weight: bold; color: #696969; }




.customlist
{
    position:absolute; 

    display:none; 
    margin-top: -3px;
    margin-left: 5px;
    border: solid 1px #C0C0C0;
    background: #FFF;
    
    list-style-type: none;
    list-style-position:inside;
    padding:0;
}

.customliststandard { min-width: 225px; }
.customlistlong { min-width: 525px; }

.customlist li:hover
{ 
    background:#84aad0;
    cursor:pointer; 
}

.customlist li
{
    height: 18px;   
    list-style-type: none;
    list-style-position:inside;
    padding: 1px 7px 1px 7px;
    color: Black;
}

.FooterBadge{
    background-color: lightgrey;
    text-align: center;
    vertical-align: middle;
}

#previewDiv {
    height: 440px;
    width: 1%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

#cropperImage {
    max-width: 100%;
}

#previewFieldSet {
    width: 800px;
    height: 395px;
    margin-left: 5px;
    text-align: left;
    padding: 15px 15px 30px 15px;
}

#cropperImageCanvas {
    max-width: 800px;
    max-height: 395px;
    min-width: 800px;
    min-height: 395px;
}

#cropperPhotoCaptureCanvas {
    max-width: 333px;
    max-height: 249px;
    min-width: 333px;
    min-height: 249px;
}

.cropperToolBar {
    width: 45px !important;
    height: 45px !important;
    padding-left: 0px !important;
}

#cropperToolBar {
    width: 10%;
    flex: 0 0 90px;
    margin: 0px 10px 1px 10px;
}

button.cropperToolBar button.cropperToolBarPhotoCapture {
    outline: none;
    border-radius: 10px;
    background-size: cover;
}

button.cropperToolBar img:not(:active) {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.6);
}

button.cropperToolBarPhotoCapture img:not(:active) {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.6);
}

button.cropperToolBar img:hover {
    -webkit-filter: brightness(115%);
}

button.cropperToolBarPhotoCapture img:hover {
    -webkit-filter: brightness(115%);
}

#cropperZoomPercentage {
    width: 30px !important;
    height: 30px !important;
    font-size: 1rem;
    text-align: center;
}

.enrollmentSearchArea {
    width: 100%;
    text-align: right;
}

.enrollmentSearchArea > button{
    margin-left: 5px;
    margin-bottom: 5px;
}

.enrollmentSearchBox {
    margin-bottom: 10px;
}

.udfDropdown {
    overflow-y: auto;
    max-height: 340px;
    width: auto !important;
    margin-top: -1px !important;
    margin-left: 0px !important;
    z-index: 1000;
}

.hideEditPhotoButton {
    display: none !important;
}