﻿#photomask {
    width: 100%;
    top: 0px;
    bottom: 0px;
    position: fixed;
    background-color: #000000;
    z-index: 1000;
}

#galleryfull {
    height: 80%;
    width: 80%;
    position: fixed;
    top: 10%;
    left: 10%;
    z-index: 1010;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

#galleryclose {
    top: 2%;
    height: 10%;
    width: 100%;
    position: fixed;
    z-index: 1002;
    margin: auto;
    text-align: center;
}

#gallerycaption {
    top: 90%;
    height: 10%;
    width: 100%;
    position: fixed;
    z-index: 1002
}

.photohide {
    display: none;
}

.lightbox-caption {
    position: static;
    margin-top: 18px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #000000;
}

/*  file upload css  */
.fileuploadbutton {
    position: relative;
    z-index: 3;
    display: inline-block;
    margin: 8px 3px;
    padding: 6px 1.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #d20f8a;
    -webkit-transition: all 225ms ease;
    transition: all 225ms ease;
    color: #fff;
    font-size: 16px;
    line-height: 1.25em;
    text-decoration: none;
}

.fileuploadbuttonfocus {
    background-color: #444;
    color: #fff;
    text-decoration: none;
}

label.hidelabel {
    color: #000000;
    font-size: 0px;
}

div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    margin-top: 15px;
    margin-bottom: 17px;
}

div.fakefilefocus {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
    margin-top: 15px;
    margin-bottom: 17px;
}

input.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    z-index: 1002;
    height: 40px;
}

/*
.Enabled {
    cursor: pointer;
    display: block;
    width: 100%;
    min-height: 10px;
    margin-bottom: 9px;
    margin-left: 0px;
    padding: 8px 15px;
    border: 1px solid #d32f91;
    border-radius: 20px;
    background-color: #fff;
    -webkit-transition: all 225ms ease;
    transition: all 225ms ease;
    color: #d32f91;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

.Enabled:hover {
        cursor: pointer;
        background-color: #d32f91;
        color: #fff;
        font-size: 17px;
        text-decoration: none;
    }

.Disabled {
    cursor: default;
    display: block;
    width: 100%;
    min-height: 10px;
    margin-bottom: 9px;
    margin-left: 0px;
    padding: 8px 15px;
    border: 1px solid #d32f91;
    border-radius: 20px;
    background-color: #d8d8d8;
    color: #d32f91;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}
*/