﻿/*lmsUserView.html Internal CSS - NEW*/
.popover-title {
    display: none;
}
.btn:hover, .btn:focus, .btn:active {
    outline: 0;
}
.social-icons-fb {
    border-radius: 100% !important;
    background-color: #ffffff !important;
    border: 1px solid #4e71a8 !important;
    color: #4e71a8;
    outline: none;
}

.social-icons-fb:hover, .social-icons-fb:focus, .social-icons-fb:active {
    color: #fff !important;
    background: #4e71a8 !important;
}

.social-icons-twitter {
    border-radius: 100% !important;
    background-color: #ffffff !important;
    border: 1px solid #22a7f0 !important;
    color: #22a7f0;
    outline: none;
}

.social-icons-twitter:hover, .social-icons-twitter:focus, .social-icons-twitter:active {
    background: #22a7f0 !important;
    color: #fff !important;
}

.social-icons-google {
    border-radius: 100% !important;
    background-color: #ffffff !important;
    border: 1px solid #F04B46 !important;
    color: #F04B46;
    outline: none;
}

.social-icons-google:hover, .social-icons-google:focus, .social-icons-google:active {
    background: #F04B46 !important;
    color: #fff !important;
}
.accordion-sub ul li {
    padding: 7px 3px;
    margin: 0 0 0 30px;
}

ul.theme-color li.active {
    border-width: 2px !important;
}
ul.theme-color li {
    border: 5px solid transparent;
    display: inline-block;
    margin: 0 5px 0 6px;
    cursor: pointer;
    height: 30px;
    width: 30px;
}
ul.theme-color li.defaultbox_theme  {
    cursor: default;
}
ul.theme-color li.red-grey {
    background: #939598;
}
    .defaultbox {
        background: #ffffff;
        border-color: #f39c12 !important;
        color: #36bfff !important;
    }
.red-grey {
    background: #ffffff;
    border-color: #2A2559 !important;
    color: #2A2559 !important;
}
.bluegraybox {
    background: #ffffff;
    border-color: #4cb3d8 !important;
    color: #23c1cd !important;
}

.redbluebox {
    background: #ffffff;
    border-color: #e74c3c !important;
    color: #E74C3C !important;
}

.green-whitebox {
    background: #ffffff;
    border-color: #1caf9a !important;
    color: #006e74 !important;
}

.dark-bluebox {
    background: #ffffff;
    border-color: #0060ae !important;
    color: #0060ae !important;
}
.persian-bluebox {
    background: #ffffff;
    border-color: #1f33a1 !important;
    color: #1f33a1 !important;
}
.pinkgraybox {
    background: #ffffff;
    border-color: #E31837 !important;
    color: #6c6e71 !important;
}

.blue-green-gradient {
    background-image: linear-gradient(100deg, #298eb4, #298cb3 0.9%, #358c5e 63.7%, #3d8e33);
    border-color: #298eb4 !important;
    border-width: 2px !important;
    color: #298eb4 !important;
}
.red-gradient {
    background-image: -webkit-gradient(linear, 0 0, 793.5 0, from(#981105), color-stop(0.873, #df4435), color-stop(0.925, #df3f31), color-stop(0.969, #e44738));
    background-image: -webkit-linear-gradient(360deg, #981105, #df4435 87.3%, #df3f31 92.5%, #e44738 96.9%);
    background-image: -moz-linear-gradient(360deg, #981105, #df4435 87.3%, #df3f31 92.5%, #e44738 96.9%);
    background-image: -o-linear-gradient(360deg, #981105, #df4435 87.3%, #df3f31 92.5%, #e44738 96.9%);
    background-image: linear-gradient(90deg, #981105, #df4435 87.3%, #df3f31 92.5%, #e44738 96.9%);
    border-color: #981105 !important;
    border-width: 2px !important;
    color: #981105 !important;
}
.dashboard-default-li {
    width: 60px;
    height: 30px;
    border-left: 30px solid #4cb3d8;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.dashboard2-li {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background-color: #4cb3d8;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.contact .fa {
    width: 30px;
    height: 30px;
    padding: 9px 6px;
    background-color: #f39c12;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.contact span {
    display: inline-block;
    width: 84%;
    -ms-word-break: break-all;
    word-break: break-all;
    vertical-align: middle;
}

#home .Table .Cell p {
    margin-bottom: 15px;
}

.profilehead {
    position: relative;
    z-index: 99;
    background: rgba(0, 0, 0, 0) !important;
    color: #fff;
}

.fb-profile, .fb-profile .fb-image-lg {
    position: relative;
    height: 200px;
}

.fb-image-lg > img {
    z-index: 0;
    width: 100%;
    margin-bottom: 10px;
    height: 200px;
}

.fb-image-lg .panel-title {
    position: absolute;
    top: 60%;
    left: 150px;
    color: #fff;
}

.user-detail-view .Profile_Image {
    width: 120px !important;
    height: 120px;
    position: absolute;
    margin: 0 0 0 15px !important;
    bottom: -22%;
}
.personal-details.user-detail-view .Profile_Image {
    position: relative;
}
.profile-nav {
    margin-top: -20px;
}

@media (max-width:767px) {
    .fb-profile, .fb-profile .fb-image-lg, .fb-image-lg > img {
        height: 100px;
    }

    .fb-profile-text > h1 {
        font-weight: 700;
        font-size: 16px;
    }

    .fb-image-profile {
        height: 60px !important;
    }

    .fb-image-lg .panel-title {
        top: 20%;
        left: 80px;
    }

    .Profile_Image {
        width: 50px;
        height: 50px;
        margin-left: 10px;
    }

    .user-detail-view .Navtabs_li {
        margin-top: -15px;
    }
}

.profile-badge i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    z-index: 100;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
}

.profile-badge span {
    font-size: 26px;
    margin-left: 20px;
    font-weight: 300;
}
.profile-contacts .content-block {
    min-height: 230px;
}
.profile-contacts .contact-info p {
    padding: 10px 70px;
    line-height: 22px;
}
/*My Profile Training Report Section*/
.hero-widget { text-align: center; padding-top: 20px; padding-bottom: 20px; background-color: #f4f4f4; }
.hero-widget .icon { display: block; font-size:60px; line-height: 96px; margin-bottom: 10px; text-align: center; }
.hero-widget var {
    display: block;
    height: 65px;
    font-size: 45px;
    line-height: 64px;
    font-style: normal;

}

.hero-widget label { font-size: 17px; }

.BgCertificate {
    background-image: url("/App/Solution Designer/Views/Certification/images/{{ImageUrl}}");
    background-size: 100%;
    width: 680px;
    height: 450px;
    margin: 0 auto;
    background-repeat: no-repeat;
}

/*lmsprofileedit.html Internal CSS*/
.lmsUserView .Row .Cell:last-child {
    width: 86%;
    text-align: right;
}
/*tr:hover {
    background-color: rgba(255, 255, 255, 0) !important;
}*/
.input-group-addon {
    padding: 5px 12px;
}
.cropArea {
    overflow: hidden;
    height: 25em;
    padding: 0;
}
.profile-img-crop .cropArea {
    overflow: hidden;
    height: 10em;
    padding: 0 15px;
}
img-crop {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
img-crop canvas {
    outline: 0 none;
}
.cropArea canvas {
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: auto;
}
#cropedimagesrc {
    background-color: #515151;
}
.Userimage {
    width: 100px;
    margin: 0 auto;
}
.lmsUserView .nav.Navtabs_li li {
    margin-left: 0;
    margin-bottom: -1px;
}
.lmsUserView .nav.Navtabs_li:after {
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.lmsUserView #user-status img {
    border: 5px solid #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
    width: 130px;
    height: 130px;
}
.lmsUserView .Table {
    display: table;
    width: 100%;
}
.lmsUserView .Row {
    display: table-row;
}
.lmsUserView .Cell {
    display: table-cell;
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;
}
.lmsUserView .Row .Cell:first-child {
    width: 14%;
    font-weight: 600;
    text-align: right;
}

