﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
.v-error {
    padding: 0px 7px 2px 0px !important;
    display: block !important;
    margin: 0px 0 0px 0;
    position: absolute;
    background: none;
    z-index: 1;
    color: red;
    font-size: 90%;
    margin-top: -2px;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}


body {
    font-size: 85%;
    color: #000000;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.btn, .card, .form-control {
    border-radius: 0;
}

.badge {
    padding: .35em 1em;
    font-size: 85%;
    border-radius: 5rem;
}


.comments-container .comment {
    border: 1px solid #ddd;
    margin-bottom: 15px 15px 22px 15px;
    background: #fff;
}

.comments-container li > div {
    overflow: hidden;
    padding: 15px;
    padding-left: 65px;
    position: relative;
}

    .comments-container li > div:hover {
        background: #fafafa;
    }

.comments-container .comment .comment {
    border: 0px none #ddd;
    margin-bottom: 0;
    margin-top: 15px;
}

    .comments-container .comment .comment:hover div {
        background: #fff;
    }

.comments-container .user {
    text-align: center;
    position: absolute;
    left: 15px;
    top: 15px;
    display: inline-block;
    background: #f1f1f1;
    font-weight: bold;
    padding: 7px 0px 0px 0px;
    border-radius: 0px;
    text-transform: uppercase;
    height: 36px;
    width: 36px;
}

.comments-container .comment p {
    margin-top: -5px;
    margin-bottom: 0;
}

.comments-container .comment:hover .btn-link {
    background: #ddd;
    text-decoration: none;
}

.comments-container .comment input.form-control {
    opacity: 0.5;
}

.comments-container .comment:hover input.form-control {
    opacity: 1;
}

.comments-container .comment > div .comments-action {
    position: absolute;
    left: 15px;
    font-size: 18px;
    padding: 0px;
    text-align: center;
    top: 50px;
    width: 36px;
    opacity: 0;
    border: 1px solid #f1f1f1;
}

.comments-action div {
    cursor: pointer;
    background: #fff;
}

.comments-container .comment:hover > div .comments-action {
    opacity: 1;
}

.comments-action div:first-child {
    border-bottom: 1px solid #f1f1f1;
}

.show-on-mobile {
    display: none;
}

.user-avatar {
    border-radius: 30px;
    width: 36px;
    display: inline-block;
    text-align: center;
    height: 36px;
    padding-top: 7px;
    font-weight: 700;
    color: #555;
}

.highlight-review {
    animation: highlight-clr 3s !important;
}

@keyframes highlight-clr {
    0% {
        background-color: rgba(255, 255, 160, 1);
        /*box-shadow: 0px 0px 3px 2px rgba(000,000,000,0.5) inset;*/
    }

    100% {
        background-color: rgba(255, 255, 160, 0);
        /*box-shadow: 0px 0px 3px 2px rgba(000,000,000,0) inset;*/
    }
}

@media (max-width: 576px) {
    .hide-on-mobile {
        display: none;
    }

    .show-on-mobile {
        display: block;
    }
  
}

@media (max-width: 768px) {

    .no-boder{
        border:0px none;
    }

    .no-bg{
        background:none;
    }

    .no-padding {
        padding: 0 !important;
    }

}



#commentable-container {
    position: fixed;
    left: 0;
    top: 60px;
    overflow-x: hidden;
    bottom: 0;
    right: 320px;
    overflow-y: auto;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.reviewer-form {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
}

.reviews-container {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 170px;
    width: 320px;
    overflow-y: auto;
    padding-top: 20px;
    overflow-x: hidden;
}

.stat {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 2;
    right: 17px;
    top: 0px;
    left:0px;
    padding: 5px 0 10px;
    background: #dddddda1;
}
.status-resolved {
    line-height: 19px;
    background-color: rgb(40, 167, 69) !important;
    color: rgb(255, 255, 255);
    margin-left: 45px;
    margin-top: 5px;
    padding: 0px 7px 2px 4px;
    border-radius: 17px;
    display: inline-block;
}

#0_step {
    font-size:85% !important;
}


.border-last-item-0 > div:last-child {
    border-bottom: 0px none !important;
}

/*.m-block{
    display:none;
}
*/

@media only screen and (max-width: 768px) {
    div .actions-btn .ml-2 {
        margin-left: 1rem !important;
    }

    #commentable-container {
        right: 0 !important;
    }
    .comment-on #commentable-container {
        bottom: 50% !important;        
    }

    div.comment-edit-on #commentable-container {
        bottom: 150px !important;
    }

    div.comment-edit-on .reviews-container {
        height: 0px !important;
        top: auto;
        padding: 0;
    }

    .reviews-container {
        width:100%;
    }

    .reviews-container {
            display: none;
        }

    .comment-edit-on .reviews-container {
        display: block;
    }

        .comment-on .reviews-container {
            display:block;
        left: 0;
        max-width: none;
        width: auto;
        top: 50%;
        bottom: 0;
        border-top: 1px solid #ddd;
    }
    .comment-edit-on .stat,
   
    /*.reviewer-form {
        display: none;
    }*/

    .comment-edit-on .reviewer-form {
        right: 0;
        left: 0;
        bottom: 0;
        width: auto;
        height: 150px;
        display: block !important;
    }

    


    .comment-on .stat {
        left: 0;
        width: auto;
        right: 7px;
        top: 50%;
        margin-top: 1px;
        margin-left: 1px;
    }
    .m-none {
        display: none !important;
    }
    .m-block {
        display: none;
        }
    }

    .no-records{
        text-align:center;

    }

    .no-records-text{

        text-align: center;
        padding: 0.5rem !important;
    }


/******Loader Start *************/
.orbit-spinner, .orbit-spinner * {
    box-sizing: border-box;
}

.orbit-spinner {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    perspective: 800px;
}

    .orbit-spinner .orbit {
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

        .orbit-spinner .orbit:nth-child(1) {
            left: 0%;
            top: 0%;
            animation: orbit-spinner-orbit-one-animation 1200ms linear infinite;
            border-bottom: 3px solid #fff;
        }

        .orbit-spinner .orbit:nth-child(2) {
            right: 0%;
            top: 0%;
            animation: orbit-spinner-orbit-two-animation 1200ms linear infinite;
            border-right: 3px solid #fff;
        }

        .orbit-spinner .orbit:nth-child(3) {
            right: 0%;
            bottom: 0%;
            animation: orbit-spinner-orbit-three-animation 1200ms linear infinite;
            border-top: 3px solid #fff;
        }

@keyframes orbit-spinner-orbit-one-animation {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes orbit-spinner-orbit-two-animation {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes orbit-spinner-orbit-three-animation {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

.spinnerCenter:before {
    background: rgba(23,43,77,0.45) !important;
}

.spinnerCenter {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.close-icon {
    position: fixed;
    top: 5px;
    right: 10px;
    opacity: 0.6;
    cursor: pointer;
    z-index: 99;
}

.commentable-section{
    padding-top: 0px !important;
    padding-bottom:0px !important;
}

.badge {
    padding: .35em 1em;
    font-size: 85%;
    border-radius: 5rem;
}

.badge-added {
    background: #CEFFDD;
    color: #066217;
    
}

.badge-edited {
    background: #FFEEC6;
    color: #A47711;
}

.badge-deleted {
    background: #FFD1D1;
    color: #750202;
}




/* Transparent Overlay */
.spinnerCenter:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

    /* :not(:required) hides these rules from IE9 and below */
    .spinnerCenter:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

.spinnerCenterFixed {
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
}

/******Loader End *************/

.has-reviews {
    position: fixed;
    left: 15%;
    width: auto;
    overflow-y: scroll;
    bottom: 0px;
    top: 60px;
    overflow-x: hidden;
    padding: 30px;
    transition: 0.5s;
    right: 15%;
    padding-bottom: 100px;
    background: #fff;
}

.m-block {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999999999999;
    padding: 15px 15px;
    display:none !important;
}

@media screen and (max-width: 768px) {

    .m-block {
        display:block !important;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999999999999;
        padding: 15px 15px;
    }

    .has-reviews {
        left: 0 !important;
        right: 0 !important;
        padding: 15px !important;
    }

    h1{
        font-size:2em !important;
    }

    .reviews-container {
        bottom: 0px !important;
        transform: translateY(100%) !important;
        width: 100% !important;
        transition: 0.5s;
    }

    .reviewer-component-on .reviews-container {
        transform: translateY(82%) !important;
        display: inline;
        transition: 0.3s;
        height: 50%;
    }

    .toggle-comments{
        right: -50px;
    }

    .comments{
        width:100% !important;
    }

    .toggle-comments span {
        display: none;
    }



  .top-buttons{
      right: -50px;
  }

    .top-buttons span {
        display: none;

    }

    .inner-button button{
        display:none !important;
    }

    .no-records {
        display:none;
    }

    .no-records-text{
        padding:1rem !important;
    }

}



@media screen and (min-width:1500px) {
    .has-reviews {
        
        left: 25%; 
        right: 25%;
       
    }

}

::-webkit-scrollbar {
    width: .5em;
}

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background: #f8f9fa;
}

::-webkit-scrollbar-thumb {
    background-color: #DFDFDF;
    /*outline: 1px solid #EBEBEB;*/
    border-radius:4px;
}



@media screen and (min-width:1600px) {
    .has-reviews {
        left: 400px;
        right: 400px;
    }
}
.commentedClass {
    display: inline !important;
    color: #333 !important;
    border-radius: 4px !important;
    transition: 0.3s;
}

.edit-comment {
    
    margin-left: 28px;
    width: 315px;
}

.mention-text {
    padding: 0px 4px 0px 4px !important;
}

/*Training Certificate CSS Starts*/
.certificate-bg {
    background: #F5F5F5;
    border: 2px solid #0A222B;
}

@font-face {
    font-family: Gilroy-Light;
    src: url(/fonts/Gilroy-Light.otf);
}

@font-face {
    font-family: Gilroy-Bold;
    src: url(/fonts/Gilroy-Bold.ttf);
}

@font-face {
    font-family: Signature;
    src: url(/fonts/Quick-Signature.otf);
}

/*Training Certificate CSS Ends*/

/*Css For Mention*/

.mentions-input-box {
    position: relative;
    background: #fff;
}

.mentions-input-box textarea {
    width: 100%;
    display: block;
    height: 18px;
    padding: 9px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    overflow: hidden;
    background: transparent;
    position: relative;
    outline: 0;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mentions-input-box .mentions-autocomplete-list {
    display: none;
    background: #fff;
    border: 1px solid #b2b2b2;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10000;
    margin-top: -2px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
}

    .mentions-input-box .mentions-autocomplete-list ul {
        margin: 0;
        padding: 0;
    }

    .mentions-input-box .mentions-autocomplete-list li {
        background-color: #fff;
        padding: 0 5px;
        margin: 0;
        width: auto;
        border-bottom: 1px solid #eee;
        height: 26px;
        line-height: 26px;
        overflow: hidden;
        cursor: pointer;
        list-style: none;
        white-space: nowrap;
    }

        .mentions-input-box .mentions-autocomplete-list li:last-child {
            border-radius: 5px;
        }

        .mentions-input-box .mentions-autocomplete-list li > img,
        .mentions-input-box .mentions-autocomplete-list li > div.icon {
            width: 16px;
            height: 16px;
            float: left;
            margin-top: 5px;
            margin-right: 5px;
            -moz-background-origin: 3px;
            border-radius: 3px;
        }

        .mentions-input-box .mentions-autocomplete-list li em {
            font-weight: bold;
            font-style: none;
        }

        .mentions-input-box .mentions-autocomplete-list li:hover,
        .mentions-input-box .mentions-autocomplete-list li.active {
            background-color: #f2f2f2;
        }

        .mentions-input-box .mentions-autocomplete-list li b {
            background: #ffff99;
            font-weight: normal;
        }

.mentions-input-box .mentions {
    position: absolute;
    left: 1px;
    right: 0;
    top: 1px;
    bottom: 0;
    padding: 9px;
    color: #fff;
    overflow: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
}

    .mentions-input-box .mentions > div {
        color: #fff;
        white-space: pre-wrap;
        width: 100%;
    }

        .mentions-input-box .mentions > div > strong {
            font-weight: normal;
            background: #d8dfea;
        }

            .mentions-input-box .mentions > div > strong > span {
                filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
            }

.hide-proposal-sign {
    display: none;
}
.thank-you {
    min-height: 100vh;
}
.thank-you .thank-you-inner {
    padding: 60px;
    margin: 0 auto;
    max-width: 570px;
    background: #27ae602e;
    border-radius: 90px;
    border: 1px solid #27ae60;
}
.thank-you .card-header {
    font-size: 80px !important;
    padding: 0;
    font-weight: 700;
    color: #222;
}
.thank-you .success-icon {
    display: block !important;
    width: 100px;
    margin: 0 auto 24px;
}
.thank-you .download-text {
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 36px;
}
.thank-you #btnDownload {
    width: 250px;
    margin: 0 auto;
    appearance: none;
    backface-visibility: hidden;
    background-color: #27ae60;
    border-radius: 8px;
    border-style: none;
    box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.5;
    outline: none;
    overflow: hidden;
    padding: 13px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
}
.thank-you #btnDownload:hover, .thank-you #btnDownload:active, .thank-you #btnDownload:focus {
    background-color: #1e8449;
    opacity: 1;
    transform: translateY(0);
    transition-duration: .35s;
    box-shadow: rgba(39, 174, 96, .2) 0 6px 12px;
}
