﻿.welcome {
    width: auto;
    float: right;
    text-align: right;
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    width: auto;
    float: right;
    display: block;
    margin: 0;
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 900;
    font-size: 15px;
    font-weight: 600;
}

    .welcome .username {
        display: none;
    }

@media (min-width: 768px) {
    .welcome .username {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .welcome {
        margin-top: 45px;
        position: relative;
        top: auto;
    }
}

.welcome span {
    display: inline-block;
    vertical-align: middle;
}

.welcome .user-img {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 40px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

    .welcome .user-img i {
        position: relative;
        top: 4px;
        font-size: 16px;
    }

    .welcome .user-img img {
        width: 100%;
    }

.welcome .my-profile.dropdown-menu {
    background-color: #666666;
    font-weight: normal;
    left: auto;
    right: 10px;
    min-width: 220px;
    top: 25px;
    text-align: center;
    color: #ffffff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    padding: 12px 30px;
    position: absolute;
    z-index: 9999;
}

@media (min-width: 768px) {
    .welcome .my-profile.dropdown-menu {
        right: 0;
    }
}

.welcome .my-profile.dropdown-menu :before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -9px;
    right: 15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 2;
}

.welcome .my-profile.dropdown-menu :after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 1;
}

.welcome .my-profile.dropdown-menu img {
    float: none;
    margin: 0 0 8px 0;
}

.welcome .my-profile.dropdown-menu h4 {
    color: #ffffff;
    font-weight: 700;
}

.welcome .my-profile.dropdown-menu .user-managebtn {
    margin: 20px -30px;
    padding: 15px 0;
    background: #999;
    margin-bottom: -12px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: relative;
}

    .welcome .my-profile.dropdown-menu .user-managebtn a {
        text-align: center;
        padding: 5px 10px;
        font-weight: bold;
        display: inline-block;
        text-decoration: none;
        margin-bottom: 10px;
        width: 90%;
    }

@media (min-width: 768px) {
    .welcome .my-profile.dropdown-menu .user-managebtn a {
        width: auto;
    }
}

.q-selected {
    color: #fff !important;
    background-color: #4eb14d;
}


.k-animation-container {
    z-index: 9999 !important;
}


.m-t-1 {
    margin-top: 1px !important;
}
.m-t-2 {
    margin-top: 2px !important;
}
.m-t-3 {
    margin-top: 3px !important;
}
.m-t-4 {
    margin-top: 4px !important;
}
.m-t-6 {
    margin-top: 6px !important;
}
.m-t-7 {
    margin-top: 7px !important;
}
.m-t-8 {
    margin-top: 8px !important;
}
.m-t-9 {
    margin-top: 9px !important;
}

.invalild-feedback-qlabbir {
    font-size: 14px !important;
}
