﻿/*Standard Body*/
body {
    background-color: #202020;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    min-width: 320px;
    font-family: FontAwesome, 'Open Sans', sans-serif;
    color: #595959;
    font-size: 14px;
}

/* Links */
a:link {
    color: #f59d56;
    text-decoration: none;
}

a:visited {
    color: #f59d56;
    text-decoration: none;
}

a:hover {
    color: #f59d56;
    text-decoration: none;
}

a:active {
    color: #f59d56;
    text-decoration: none;
}

/* Button Green */
.Emmortalise-Button {
    font-family: FontAwesome, 'Open Sans', sans-serif;
    color: white !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    background-color: #87e100;
    font-size: 13px !important;
    line-height: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    padding: 0 !important;
    text-align: center !important;
    -webkit-tap-highlight-color: #5a5a5a !important;
    display: inline-block;
    margin: 2px;
    text-transform: uppercase;
}

.Emmortalise-Button:active {
    background-color: #68ac01 !important;
}

.Emmortalise-Button:hover {
    /* NONE */
}

.Emmortalise-ButtonActive {
    color: white;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
    line-height: 35px;
    height: 35px;
    min-width: 35px;
    padding: 0;
    text-align: center;
    display: inline-block;
    margin: 2px;
    background-color: #68ac01;
    text-transform: uppercase;
}

/* Button Yellow */
.Emmortalise-Button-Yellow {
    font-family: FontAwesome, 'Open Sans', sans-serif;
    color: #595959 !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    background-color: #f9f900;
    font-size: 13px !important;
    line-height: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    padding: 0 !important;
    text-align: center !important;
    -webkit-tap-highlight-color: #e5e54d !important;
    display: inline-block;
    margin: 2px;
    text-transform: uppercase;
    /*Removes ability to highlight*/
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.Emmortalise-Button-Yellow:active {
    background-color: #bcbc3b !important;
}

.Emmortalise-Button-Yellow:hover {
    /* NONE */
}

/* Drop down select */
.Emmortalise-StandardInputs select {
    border: none;
    border-radius: 3px;
    display: inline-block;
    line-height: 100%;
    padding: 2px 32px 2px 8px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #d8d8d8;
    background-image: url('../Images/Generic/arrowDownBlack.png');
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 20px 20px;
    font-size: 15px;
    font-family: 'Open Sans',serif;
    color: #595959;
    height: 30px;
}
.Emmortalise-StandardInputs select::-ms-expand {
    display: none;
}
/* When the select option is focused*/
.Emmortalise-StandardInputs select:focus {
    /*border-color: #fec681;*/
    /*background-image: url('../Images/Generic/Graphicon/arrowUpBlack.png');*/
}
/* Drop down select */
/*.Emmortalise-StandardInputsStandardEditable select {
    border: none;
    border-radius: 3px;
    display: inline-block;
    line-height: 100%;
    padding: 2px 32px 2px 8px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    background-image: url('../Images/Generic/arrowDownBlack.png');
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 20px 20px;
    font-size: 15px;
    font-family: 'Open Sans',serif;
    color: #595959;
    height: 30px;
}*/

.Emmortalise-StandardInputsStandardEditable select::-ms-expand {
    display: none;
}
/* When the select option is focused*/
.Emmortalise-StandardInputsStandardEditable select:focus {
    /*border-color: #fec681;*/
    /*background-image: url('../Images/Generic/Graphicon/arrowUpBlack.png');*/
}



/* Background*/
.Emmortalise-GreyBackground {
    background-color: #f2f2f2;
}

/* Boxes */
.Emmortalise-GreyBox {
    border-radius: 3px;
    padding: 10px;
    margin: auto;
    border: 2px solid #d8d8d8;
    overflow: auto;
}


/* Messages */
.Emmortalise-Message-Error {
    border-radius: 3px;
    padding: 5px;
    margin: auto;
    border: 2px solid red;
    color: red;
    font-size: 10px;
    text-align: center;
}

.Emmortalise-Message-Success {
    border-radius: 3px;
    padding: 5px;
    margin: auto;
    border: 2px solid LimeGreen;
    color: LimeGreen;
    font-size: 10px;
    text-align: center;
    font-weight: 900;
}

/* Text blue */
.Emmortalise-Text-Blue {
    color: #416dfc;
}
.Emmortalise-Text-Purple {
    color: #cb00f7;
}

.Emmortalise-Text-Grey {
    color: #b7b7b7;
}

/* Editable elements */
/*

    This was the old version of the duplicate. Needs to be deleted

*/
/*.Emmortalise-Editable-StartEdit {
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    color: white;
    font-size: 30px;
    background-color: #87e100;
    -webkit-tap-highlight-color: #5a5a5a !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/

/* Editable elements */
.Emmortalise-Editable-StartEdit {
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    color: #b7b7b7;
    font-size: 20px;
    /*background-color: #87e100;*/
    -webkit-tap-highlight-color: #5a5a5a !important;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.Emmortalise-Editable-Container {
    padding: 5px 45px 5px 5px;
    background-color: #f2f2f2;
    border-radius: 3px;
    min-height: 40px;
    position: relative;
}

.Emmortalise-Editable-Action {
    width: 90px;
    /*background-color: #5d86ff;*/
    color: white;
    border-radius: 3px;
    text-align: center;
    margin: 4px 2px 4px 2px;
    display: inline-block;
    cursor: pointer;
    padding: 5px 0px 5px 0px;
    font-size: 14px;
    /*-webkit-tap-highlight-color: #5a5a5a;*/
    font-family: FontAwesome, 'Open Sans';
    text-transform: uppercase;
    background-color: #87e100;
    -webkit-tap-highlight-color: #5a5a5a !important;
    /*Removes ability to highlight*/
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.Emmortalise-Editable-ActionGreyed {
    width: 90px;
    /*background-color: #c0d0ff;*/
    background-color: #d1ebaa;
    color: white;
    border-radius: 3px;
    text-align: center;
    margin: 4px 2px 4px 2px;
    display: inline-block;
    padding: 5px 0px 5px 0px;
    font-size: 14px;
    /*-webkit-tap-highlight-color: #5a5a5a;*/
    font-family: FontAwesome, 'Open Sans';
    text-transform: uppercase;
    /*Removes ability to highlight*/
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}


/* REMOVE HIGHLIGHT ABILITY */
.Emmortalise-NoHighlight {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* No ghost drag */
.Emmortalise-NoGhostDrag {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}


/*
    The website stats. This leaves the numbers on the same level.
    These should be placed inside a span
*/
.Emmortalise-CollectionStats-Normal-Large{
    position: relative;
    top: 0px;
    font-size: 14px;
    color: #808080;
    padding: 0 2px 0 2px;
}

.Emmortalise-CollectionStats-Suggestions-Large {
    font-size: 8px;
    position: relative;
    top: -5px;
    background-color: pink;
    padding: 2px 4px 2px 4px;
    border-radius: 3px;
    color: white;
    font-size: 10px;
    line-height: 12px;
    background-color: #cb00f7;
}

/*
    The website stats. This leaves the numbers stacked on top of each other.
    This should be placed inside a div
*/
.Emmortalise-CollectionStats-Normal-Small {
    height: 15px;
    font-size: 14px;
    color: #d8d8d8;
}

.Emmortalise-CollectionStats-Suggestions-Small {
    display: inline-block;
    margin-left: auto;
    margin-top: -10px;
    height: 16px;
    font-size: 10px;
    line-height: 12px;
    background-color: #cb00f7;
    padding: 2px 3px 2px 3px;
    border-radius: 3px;
    color: white;
}


/* CUSTOM DOWN ARROW. USED TO CREATE LARGER DOWN ARROWS USING FONT AWESOME */
.Emmortalise-DownArrow {
    display: inline-block;
    width: 30px;
    height: 25px;
    /*background-color: blue;*/
    font-family: FontAwesome;
    text-align: center;
    cursor: pointer;
    font-size: 40px !important;
    font-weight: 500;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: -5px;
}
.Emmortalise-DownArrow::after {
    content: "\f107";
}



/* FONT SIZES */
.Emmortalise-Text-VerySmall{
    font-size: 60%;
}



.Emmortalise-Centre-vertically {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*Force scroll bar to always be visible*/
.Emmortalise-Mobile-Scroll::-webkit-scrollbar {
    -webkit-overflow-scrolling: auto;
    -webkit-appearance: none;
    width: 7px;
}

.Emmortalise-Mobile-Scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    -webkit-overflow-scrolling: auto;
}

.Emmortalise-TapHighlight {
    -webkit-tap-highlight-color: #5a5a5a !important;
    cursor: pointer;
}

.Emmortalise-SmallShadow {
    -webkit-box-shadow: 0px 0px 1px 1px rgba(216,216,216,0.5);
    -moz-box-shadow: 0px 0px 1px 1px rgba(216,216,216,0.5);
    box-shadow: 0px 0px 1px 1px rgba(216,216,216,0.5);
}

/*.Emmortalise-ActiveHighlight:active {
    background-color: yellow;
}*/

.Emmortalise-ButtonShadow {
    -webkit-box-shadow: 0px 0px 4px -1px rgba(163,163,163,1), 0px 4px 6px -4px rgba(64,64,64,1);
    -moz-box-shadow: 0px 0px 4px -1px rgba(163,163,163,1), 0px 4px 6px -4px rgba(64,64,64,1);
    box-shadow: 0px 0px 4px 0px rgba(163,163,163,1), 0px 4px 6px -4px rgba(64,64,64,1);

    /*-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75), 0px 4px 4px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75), 0px 4px 4px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75), 0px 4px 4px -3px rgba(0,0,0,0.75);*/
}