﻿body {
}

.unread {
    background: #CCC /* #faebcc /*  rgba(243,243,243,.85)*/;
}

.support {
    background: #00BCD4 ;
}


.label-st1 {
    background-color:yellow;
}
.label-st2 {
    background-color:orange;
}
.label-st3 {
    background-color:aqua;
}
.label-st4 {
    background-color:Lime;
}
.label-st5 {
    background-color:lightslategray;
}
.label-st6 {
    background-color:magenta;
}
.label-st7 {
    background-color:red;
}
.label-st8 {
    background-color:lightskyblue;
}
.label-st9 {
    background-color:#F3565D;
}
.label-st10 {
    background-color: #fbc767;
}


.label-st11 {
    background-color: #ffe000;
}



/*BEGIN Grid View Pager*/
.GvPager tbody td a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
}

.GvPager tbody td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    border: 1px solid #ddd;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}


/*BEGIN Grid View Pager*/
.GvPager tbody td a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
}

.GvPager tbody td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    border: 1px solid #ddd;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.GvPager tbody td a:hover {
    background-color: #eee;
}

/*BEGIN Grid View Pager*/
.GvPager tbody td a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
}

.GvPager tbody td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    border: 1px solid #ddd;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}
/*END Grid View Pager*/


 

@keyframes whatsapp_animation{0%{box-shadow:0 0 0 0 rgba(37,211,101,.75)}100%{box-shadow:0 0 0 15px rgba(37,211,101,0)}}
.whatapp-fixed-icon-new {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 100% !important;
    background: #25d366;
    z-index: 999;
    color: #fff !important;
    text-align: center;
    line-height: 58px;
    font-size: 30px;
    display: initial !important;
}
.whatapp-fixed-icon-new:after {
    content: '';
    border-color: inherit;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 0 0 rgb(37 211 101 / 0%);
    animation: whatsapp_animation 1.2s infinite;
    left: 0;
    top: 0;
}

 