﻿
.notselected {
    /*border: 6px solid #24B89F;
    position: relative;*/
    top: 0px;
    position: absolute;
    font-size: 45px !important;
    left: 25px;
    z-index: 1;
    display: none !important;
}

.splash {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1500;
    opacity: 0.9;
    background-color: black;
    transition: opacity .15s linear;
}

.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    width: 500px;
    height: 350px;
}

input#myfileCamera {
    width: 100%;
    cursor: pointer !important;
    position: absolute;
    top: 5%;
    z-index: 2;
    opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    -khtml-opacity: 0.0; /* Safari 1.x */
    -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}

input#myfileCamera_ {
    width: 100%;
    cursor: pointer !important;
    position: absolute;
    top: 5%;
    z-index: 2;
    opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    -khtml-opacity: 0.0; /* Safari 1.x */
    -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}

.cameraDiv {
    float: left;
    font-size: 14px;
    cursor: pointer !important;
    width: 10%;
    position: absolute;
    color: #000;
    text-decoration: underline;
}

.comments-list {
    height: 290px;
    overflow-y: auto;
}

.category {
    margin: -8px;
}

.item {
    text-align: center;
    height: 300px !important;
}

.imgCarosel {
    max-height: 300px !important;
    display: inline !important;
    padding: 0 40px;
    border-radius: 0 !important;
    width: 100% !important;
    padding: 0;
}

.pac-container {
    background-color: #FFF;
    z-index: 1050;
    position: fixed;
    display: inline-block;
    float: left;
}

#inviteTeamMemberNow_ReportsTo {
    width: 100%;
}

a.md-default-theme:not(.md-button):hover, a:not(.md-button):hover {
    /*color: rgb(219, 182, 248);*/
}
