.site-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f1f4f5 !important;
    z-index: 9!important;
}

.site-menubar-hide {
    background: #f1f4f5 !important;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.page-content-background{
    background-color:#f1f4f5;
}

.w-p90 {
    width: 80%;
}

.page-break {
    text-align: left;
    max-width:84px;
    word-wrap: break-word;
}

.page-name {
    width: 80%;
}

.page-bugName {
    width: 30%;
}

.page-no{
    width:50px;
}

.page-action{
    width: 150px;
}

.break-space {
    white-space: pre-line;
}

.bugreport_table {
    border-collapse: separate;
    border-spacing: 0;
}

.wrap-table th:first-child, td:first-child
{
  position:sticky;
  left:-1px;
}

.month-count{
  background-color:chartreuse;
}
.th4-style{
    background-color:#FCE5CD;
}
.th-style{
    background-color:#CFE2F3;
}
.th1-style{
    background-color: orange;
}
.td-style{
    background-color: #F4CCCC;
}
.th2-style{
    background-color: yellow;
}
.td3-style{
    background-color:peachpuff;
}
.th5-style{
    background-color:#D9EAD3;
}
.goodpoint-style{
    background-color: #61ce70;
}
.th6-style{
    background-color: #FFF2CC;
}
.null-data{
    background-color: gray;
}
.text-header-1 {
    text-align: center;
    font-family: "Caveat",Sans-serif;
    font-weight: 300;
    font-size: larger;
    color: #0973ba;
    position: relative;
    z-index: 1;
    line-height: 1.2;
}

.mt-11 {
    margin-top: 11px!important;
}

.text-underlined {
    display: inline-block;
    position: relative;
}

.text-underlined svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: visible;
}

.text-underlined svg path {
    stroke: #61ce70;
    stroke-width: 9;
    fill: none;
    stroke-dasharray: 1500;
    -webkit-animation: elementor-headline-dash 7s infinite;
    animation: elementor-headline-dash 7s infinite
}

.bg-red {
 background-color: rgb(255,0,0);
}

.bg-ylw {
    background-color: rgb(255,255,0);
}

.bg-org {
    background-color: rgb(237,125,49);
}

.bg-green {
    background-color: rgb(198,224,180);
}

.bg-blue {
    background-color: #3147D8;
    color: #000000 !important;
}
.bg-blue th {
    color: #ffffff !important;
}

.bg-green {
    background-color: #3eb52f;
}

.page-content, .table {
    color: #000000 !important;
}
.color-red {
    color: #ff0000;
}
#content-mail {
    padding-left: 10px;
}

.in-bold {
    font-weight: bold;
}

.w-120 {
    width: 120px;
}
.w-90 {
    width: 120px;
}

@-webkit-keyframes elementor-headline-dash {
    0% {
        stroke-dasharray: 0 1500
    }
    15% {
        stroke-dasharray: 1500 1500
    }
    85% {
        opacity: 1
    }
    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0
    }
    to {
        stroke-dasharray: 0 1500;
        opacity: 0
    }
}

@keyframes elementor-headline-dash {
    0% {
        stroke-dasharray: 0 1500
    }
    15% {
        stroke-dasharray: 1500 1500
    }
    85% {
        opacity: 1
    }
    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0
    }
    to {
        stroke-dasharray: 0 1500;
        opacity: 0
    }
}

form-material .form-control~.floating-label {
    font-size: 1.3rem !important;
}

.floating-label, .page-login .form-control:focus + .floating-label {
    color: #fafafa !important;
}

#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("/images/loading.gif") no-repeat center center rgba(0,0,0,0.25)
}


.donut-legend > span {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 13px;
}
.donut-legend > span:last-child {
    margin-right: 0;
}
.donut-legend > span > i {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 7px;
    margin-top: -3px;
    vertical-align: middle;
    border-radius: 1px;
}
#browsers_chart {
    max-height: 280px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.table-responsive{
    width:100%;
    height:100%;
    overflow:auto;
}


@media only screen and (min-width: 800px) {
    .text {
        width: 250px;
        word-wrap: break-word;
        text-overflow: ellipsis;
        vertical-align: top;
        margin-left: 40px;
    }
}
@media only screen and (max-width: 600px) {
    .text {
        width: 145px;
        word-wrap: break-word;
        text-overflow: ellipsis;
        vertical-align: top;
    }
}
.wrap-table thead th{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
/* safari and ios need the tfoot itself to be position:sticky also */

th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
}
thead th:first-child{
    z-index: 5;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #c4c0c0;
}
table thead th {
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: inset 0 1px 0  #c4c0c0,
                inset 0 -1px 0  #c4c0c0;
}

.label-qa-list {
    border-radius: 8px;
    padding: 5px 10px;
    margin-right: 5px;
    color: white;
    font-weight: 800;
}

.bg-red {
    background-color: rgb(255,0,0);
}

.bg-ylw {
    background-color: rgb(255,255,0);
}

.bg-org {
    background-color: rgb(237,125,49);
}

.bg-green {
    background-color: rgb(198,224,180);
}

.pagination {
    align-self: flex-end;
}

#search:hover{
    cursor: pointer;
    color: black;
}

.token-input {
    text-align: left !important;
    max-width: 500px;
}

#list-link input {
    text-align: left !important;
}

.word-drop {
    text-overflow: ellipsis;
    vertical-align: baseline;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.word-break {
    word-break: break-word;
}

.placeholder-dark::placeholder {
    color: #343a40 !important
}

.text-decoration-none, .text-decoration-none:hover {
    text-decoration: none !important;
}
