﻿.FeedbackInputError {
    border: 2px solid red;
}

.userPhotoChange {
    position: absolute;
    top: 0px;
    color: white;
    left: 15px;
    height: 90px;
    width: 90px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 63%, rgba(0,0,0,0) 67%, rgba(0,0,0,0) 76%, rgba(0,0,0,0) 77%, rgba(0,0,0,0.37) 79%, rgba(0,0,0,0.37) 80%, rgba(0,0,0,0.43) 92%, rgba(0,0,0,0.43) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 63%,rgba(0,0,0,0) 67%,rgba(0,0,0,0) 76%,rgba(0,0,0,0) 77%,rgba(0,0,0,0.37) 79%,rgba(0,0,0,0.37) 80%,rgba(0,0,0,0.43) 92%,rgba(0,0,0,0.43) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 63%,rgba(0,0,0,0) 67%,rgba(0,0,0,0) 76%,rgba(0,0,0,0) 77%,rgba(0,0,0,0.37) 79%,rgba(0,0,0,0.37) 80%,rgba(0,0,0,0.43) 92%,rgba(0,0,0,0.43) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

    .userPhotoChange span {
        position: absolute;
        bottom: 7px;
        text-align: center;
        width: 100%;
        font-weight: bold;
        font-size: 10px;
    }

/****************************************/
/* TopBar */
/****************************************/
.aMenu {
    padding: 1px;
    display: block;
    color: #000080;
    text-decoration: none;
}

    .aMenu:hover {
        background: lightgray;
    }

    .aMenu:visited {
        color: #000080;
    }


.topBarOuterLink {
    display: inline !important;
    margin-right: 10px;
}

.aTopBar {
    margin-top: -15px;
}

    .aTopBar span {
        display: inline !important;
    }

.userPhoto {
    background: url("../Images/icon-user-default.png");
    height: 90px;
    width: 90px;
    background-size: contain;
    border-radius: 50%;
}

.userLittlePhoto {
    background: url("../Images/icon-user-default.png");
    height: 32px;
    width: 32px;
    background-size: contain;
    border-radius: 50%;
    margin-top: 0.5em;
}

#forgotPassword {
    display: none;
}

.forgotPassword:hover {
    color: #59C8DF;
}

#FeedbackCanvasDraw {
    vertical-align: top;
    text-align: center;
    height: 460px;
    overflow: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
}

    #FeedbackCanvasDraw canvas {
        width: 675px;
    }

#comment {
    resize: none;
    width: 100%;
    height: 260px;
}

#FeedbackForm {
    padding: 35px;
}

    #FeedbackForm > .col-md-12 {
        margin-bottom: 10px;
    }

    #FeedbackForm input {
        width: 100%;
    }

.myDropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

.modal-dialog{
	z-index:1050; 
}