
.del-single-file{
    position: relative;
    top:10px;
    left:0;

    cursor:pointer;
    color:red;
}

.filesel:hover{
    cursor:pointer;
    opacity: 0.9;
}

.selected{
    color: white;
    background-color: #b5bab7;
    border-radius: 5px;
}
.resultsItem:hover{
    color: white;
    background-color: #b5bab7;
    border-radius: 5px;
}

.dragcolor{
    background-color: rgba(0,150,0,.2);
}
canvas{
    margin: auto;
    border: 1px dashed gray;
}
.entrering{
    background-color: green;
}
.row h1{
    position: relative;
    top: 75px;
    left: 50%;
    z-index: -1;
}
.uploading{
    background: lightgray;
    opacity: 0.3;
}
#dropbox{
    opacity: .5;
    width: 160px;
    height: 213px;
}
#dropbox:hover{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
/*#ppholder{
    background: lightgray;
}*/
#control{
    display: table;
    width: 100%;
}
.viewdelete{
    position: absolute;
    top: 15px;
    left: 5px;
}

.moz-muted{
    cursor:not-allowed;
    color: lightgray;
}

.modal-dialog{
    width: 65%;
}
.hidden{
    visibility: hidden;
}

input:invalid > :first-child{
    color:red;
}


#docname{
    font-weight: bold;
    font-size: 90%;
}
.doc-container{
    position: relative;
}
.doc-toggle-l{
    position: absolute;
    color: black;
    top: 105px;
    left: 15px;
    opacity: 0.8;

}
.doc-toggle-r{
    position: absolute;
    color:black;
    top: 105px;
    right: 15px;
    opacity: 0.8;
}
/*.circle-tile {
    margin-bottom: 15px;
    text-align: center;
    color: rgba(130,76,246,0.7);
}
.circle-tile-heading {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto -40px;
    border: 3px solid rgba(130,76,246,0.3);
    border-radius: 100%;
    color: rgba(130,76,246,0.7);
    transition: all ease-in-out .3s;
}
.theme-prince {
    background-color: rgba(158,106,246,.03);
}
.circle-tile-heading .fa {
    line-height: 80px;
}
.circle-tile-content {
    padding-top: 50px;
}
.circle-tile-description {
    text-transform: uppercase;
}*/
.text-faded {
    color: rgba(255,255,255,0.7);
}
/*.circle-tile-number {
    padding: 5px 0 15px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}
.circle-tile-footer {
    display: block;
    padding: 5px;
    color: rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.1);
    transition: all ease-in-out .3s;
}
.circle-tile-footer:hover {
    text-decoration: none;
    color: rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.2);
}*/
/*------*/
.dragcolor{
    background-color: rgba(0,150,0,.2);
}
canvas{
    margin: auto;
    border: 1px dashed gray;
}
.row h1{
    position: relative;
    top: 75px;
    left: 50%;
    z-index: -1;
}
#dropbox{
    opacity: .5;
    width: 160px;
    height: 213px;
}
#dropbox:hover{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
#ppholder{
    background: lightgray;
}
.pgpre:hover{
    cursor: pointer;
    font-weight: 600;

}
.pgnxt:hover{
    cursor: pointer;
    font-weight: 600;
}
.btn-info{
    border: none;
    background: transparent;
    font-size: 1.2em;
    color:black;
    cursor: pointer;
    outline: none;
}
.btn-info:hover{
    background: lightgray;
}
.pgdel:hover{
    color:red;
}
/*#control{
font-size: 18px;
}*/
/*#tmppageview{
    position: fixed;
    top:      0;
    margins:  auto;
    padding:  10%;
    width:    75%;
}
#tmppageview > img{
    margin: auto;
    width:  90%;
}*/
/*.boxwrap{
    height: 450px;
    margin-bottom: 45px;
}*/
#filefly-toolbar{
    z-index: 5;
}
#filefly-archive{
    text-transform: uppercase;
}
#docname{
    font-weight: bold;
    font-size: 90%;
}
