.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;
}

.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
}

@-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;
    }
}

@media only screen and (max-width: 767px) {
    .scrollable-container {
        margin-top: 50px !important;
    }
    .page-header{
        margin-top: 50px !important;
    }
}

@media only screen and (max-height: 900px) and (max-width: 1440px) {
    #hidden-content {
        display: none;
    }
    #margin-content {
        margin-top: 30px;
    }
}

.select-input {
    width: 40px !important;
    padding: 0 4px !important;
}
/* safari and ios need the tfoot itself to be position:sticky also */






