﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans|Play|Roboto');
@import url('https://fonts.googleapis.com/css?family=Rokkitt:400,500');
@import url('https://fonts.googleapis.com/css?family=Andika&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('https://fonts.googleapis.com/css?family=Slabo+27px');
@import url('https://fonts.googleapis.com/css?family=Bitter');
body
{
    overflow-x: hidden;
    color: #042434;
    font-family: 'Bitter' , serif !important; /* font-family: 'Roboto Slab', serif !important;    font-family: 'Rokkitt' , serif !important;    font-family: 'Ubuntu', sans-serif;*/
}

.txtheadcss
{
    border-radius: 5px;
}

.ddlGridcss
{
    color: White;
    background: #2c417d;
    padding: 5px 10px;
    border-radius: 5px;
    outline: none;
    border: none;
}
.txtremarkcss
{
    border-radius: 5px;
}

.btnGridBtncss
{
    color: White;
    background: #2c3e50;
    padding: 5px 10px;
    border-radius: 5px;
    outline: none;
    border: none;
}
.btnGridBtncss:nth-child(2)
{
    color: White;
    background: #c41313;
    padding: 5px 10px;
    border-radius: 5px;
    outline: none;
    border: none;
}

/*Login New Style*/

h1, h2, h3, h4, h5, h6, a
{
    margin: 0;
    padding: 0;
}

.login
{
    margin: 35px auto;
    max-width: 500px;
}
.login-header
{
    color: #fff;
    text-align: center;
    font-size: 300%;
}

.lblUserCss1
{
    margin-right: 315px;
    color: White;
    font-weight: bolder;
    font-size: large;
}
.lblPwdCss
{
    margin-right: 340px;
    color: White;
    font-weight: bolder;
    font-size: large;
}
.login-form h3
{
    text-align: left;
    margin-left: 40px;
    color: #fff;
}
.login-form
{
    box-sizing: border-box;
    border: yellowgreen 1px solid;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 10px; /*text-align: center;*/
    margin-top: -50px;
}
.login input[type="text"], .login input[type="password"]
{
    max-width: 400px;
    width: 80%;
    line-height: 3em;
    font-family: 'Ubuntu' , sans-serif;
    margin: 1em 2em;
    border-radius: 5px;
    border: 2px solid #f2f2f2;
    outline: none;
    padding-left: 10px;
}
.login-form input[type="button"]
{
    height: 30px;
    width: 100px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 20px;
    color: slategrey;
    text-transform: uppercase;
    font-family: 'Ubuntu' , sans-serif;
    cursor: pointer;
}
.sign-up
{
    color: #f2f2f2;
    margin-left: -70%;
    cursor: pointer;
    text-decoration: underline;
}
.no-access
{
    color: #2b569b;
    margin: 10px 0px 20px -60%;
    text-decoration: underline;
    cursor: pointer;
}
.try-again
{
    color: #f2f2f2;
    text-decoration: underline;
    cursor: pointer;
}

.stylecblList
{
    color: White;
    font-size: Small;
    font-weight: bold;
    border: 2px solid yellow;
    margin: 10px 0px 0px 28px;
    padding: 5px;
    border-collapse: unset;
}
.btnlogin
{
    /* font-family: 'Play' , sans-serif !important;*/
    font-family: 'Rokkitt' , sans-serif !important;
    padding: .84rem 4.14rem;
    font-size: .81rem;
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: .375rem;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: Snow;
}
.btncolo
{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    cursor: pointer;
}
.btncancel
{
    background-color: #ff3547 !important;
    color: #fff !important;
}

/*Media Querie*/
@media only screen and (min-width : 150px) and (max-width : 530px)
{
    .login-form h3
    {
        text-align: center;
        margin: 0;
    }
    .sign-up, .no-access
    {
        margin: 10px 0;
    }
    .login-button
    {
        margin-bottom: 10px;
        background-color: #423e3e;
    }
}

.lblun
{
    padding-left: 30px;
}

.error
{
    text-align: center !important;
}

.pnlStyle
{
    overflow: scroll;
}

/* product screen css*/
.BodyBGProduct
{
    background-color: #DFDBE5;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c3bad2' fill-opacity='0.21' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
.btnSaveMoreComment
{
    color: White;
    background: #2c3e50;
    padding: 5px 10px;
    border-radius: 5px;
    outline: none;
    border: none;
}
.cmtcss
{
    cursor: zoom-in;
}
.btnupdatecss
{
    background-image: linear-gradient(to right, #c8d8e6 0%, #27dde6 100%);
    font-weight: bold;
}
.btnShowStatuscss
{
    background-image: linear-gradient(to right, #a2c6e6 20%, #8d7fc3 80%);
    font-weight: bold;
}
/*mproduct screen end css*/

/* dashboard screen style*/

.lblcompnmaecss
{
    font-weight: bold;
    color: Red;
    font-size: small;
}
.container-fluid
{
    padding-right: 5px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.BodyBGDashboard
{
    background-color: #DFDBE5;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c3bad2' fill-opacity='0.21' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
.btnApplycss
{
    color: White;
    padding: 5px 10px;
    border-radius: 5px;
    outline: none;
    border: none;
}
.notify
{
    color: red;
    right: 1px;
    height: 20px;
    width: 20px;
    position: absolute;
    animation: noti 1s linear infinite;
    top: -3px;
    font-weight: bold;
    font-size: 10pt;
}
pre
{
    border: 1px solid silver;
    color: DarkSlateGray;
}
::-webkit-input-placeholder
{
    /* Safari, Chrome and Opera */
    color: #c9bbb3;
}
.pnlCustMobNobodybg
{
    background-image: linear-gradient(to top, #cfd9df 0%, #c2cdd4 100%);
}
.iconsizedashboard
{
    height: 40px;
    width: 40px;
    margin-right: 5px;
}



/*zooming icon css*/
.iconsizedashboard:hover
{
    -webkit-transform: scale(1.5);
    transform: scale(1.2);
}
/*rotate icon css*/
.rotate
{
    -webkit-transition-duration: 1.8s;
    -moz-transition-duration: 1.8s;
    -o-transition-duration: 1.8s;
    transition-duration: 1.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
}

.rotate:hover
{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition-duration: 0.8s;
}

#rotate .popover-content
{
    background-color: #aaf442 !important;
    font-weight: bold;
}

/*rotate icon css - end*/

/* dashboard screen style - end*/
.txtstyle
{
    border-radius: 6px;
    margin-left: 0px;
    border: 1px solid cadetblue;
}
.modalPopupEmailSent
{
    background-color: powderblue;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 25%;
    height: 17%;
    overflow: auto;
}
.BodyBGEmail
{
    background-color: #DFDBE5;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c3bad2' fill-opacity='0.21' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
.panelBodybgEmail
{
    background-image: linear-gradient(to top, lightgrey 0%, lightgrey 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%);
}

.panelBodybgEmailcr
{
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}
.txtstylefilter
{
    border: 1px solid cadetblue;
    border-radius: 26px;
}

.txtSearchRegID
{
    border-radius: 6px;
    margin-left: 0px;
    border: 1px solid cadetblue;
}

.txtTableTextboxCSS
{
    border-radius: 6px;
    margin-left: 0px;
    width: 250px;
    padding: 2px;
    border: 1px solid cadetblue;
}

.txtstylefilter:hover
{
    margin-left: 0px;
    border-radius: 0px;
}

th
{
    text-align: center;
}

table.table_class tbody tr td
{
    margin-left: 2px;
}

.aligncenter
{
    text-align: center !important;
}

.txtmarginmobile
{
    border-radius: 4px;
    width: 93%;
}

.txtFromMail
{
    width: 70%;
    margin-left: 25px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.txtToMail
{
    width: 70%;
    height: 26px;
    margin-left: 46px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.txtCcMail
{
    width: 70%;
    margin-left: 45px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.txtBccMail
{
    width: 70%;
    height: 26px;
    margin-left: 38px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.txtSubject
{
    width: 70%;
    margin-left: 12px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.FUAttachment
{
    margin-bottom: 15px;
}
.txtBodyMail
{
    border-radius: 5px;
    resize: vertical;
}

.txtBodySMS
{
    border-radius: 5px;
    resize: none;
}
.gridstyle
{
    font-weight: normal;
    font-style: normal;
    font-size: smaller !important;
}

.gridstyleprod
{
    font-weight: normal;
    font-style: normal;
    font-size: small !important;
}

.display
{
    display: none;
}

.col-lg-1
{
    width: 1%;
    margin-right: 10px;
    margin-left: -25px;
    margin-top: 20%;
    font-weight: bold;
}

.lblIATitle
{
    margin-top: 10px;
}

hr.style-hr
{
    border: 10;
    height: 2px;
    margin-top: 10px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

hr.style-one
{
    border: 10;
    height: 1px;
    margin-top: 10px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

hr.style-two
{
    height: 10px;
    border: 1;
    box-shadow: inset 0 9px 9px -3px rgba(11, 99, 184, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.btm
{
    margin-bottom: 10px;
}

/*blink css - Start
blink 
 {
    display: inline;
    color: inherit;
    animation: blink 1s steps(1) infinite;
    -webkit-animation: blink 1s steps(1) infinite;
}
@keyframes blink { 50% { color: transparent; } }
@-webkit-keyframes blink { 50% { color: transparent; } }

blink css - End*/

.modalPopupConformMoreCustomer
{
    background-color: White;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 45%;
    height: 35%;
    overflow: auto;
}

.modalPopupUpdateRegister
{
    background-color: White;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 95%;
    height: 75%;
    overflow: auto;
}

.deleteallcss
{
    margin-bottom: 5px;
    padding: 2px 12px;
}

.scrollgv
{
    overflow: scroll !important;
}

.loginchkbox
{
    margin-left: 270px;
    color: White;
    font-size: medium;
}

/*sregistry controls css*/

.labelStyle
{
    font-size: smaller;
    font-weight: bold !important;
}

.lblStyle
{
    font-size: smaller;
    font-weight: bold !important;
}

.autocomplete_completionListElement
{
    width: 300px !important;
    margin: 0px !important;
    background-color: inherit;
    color: #286090;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    overflow: auto;
    height: 200px;
    text-align: left;
}

.ddlstyle
{
    border: 1px solid cadetblue;
    width: 50%;
    margin-left: 10px;
    border-radius: 5px;
}
.ddlstylecompname
{
    border: 1px solid cadetblue;
    border-radius: 5px;
    width: 60%;
}
.ddlfont
{
    font-family: 'Andika' , sans-serif;
    padding-top: 0px;
}
.txtCodeStyle
{
    border: 1px solid cadetblue;
    margin-top: 5px;
    border-radius: 5px;
    font-size: small;
}
.txtCallFromStyle
{
    border: 1px solid cadetblue;
    width: 40%;
    height: 27px;
    border-radius: 5px;
}
.txtISD
{
    margin-left: 10px;
    border: 1px solid cadetblue;
    width: 11%;
    height: 27px;
    border-radius: 5px;
}
input[placeholder]
{
    text-align: center;
}
.txtCallLan
{
    border: 1px solid cadetblue;
    width: 11%;
    height: 27px;
    border-radius: 5px;
}
.txtExtn
{
    border: 1px solid cadetblue;
    height: 27px;
    border-radius: 5px;
    margin-left: 5px;
}
.txtgridtxt
{
    border: 1px solid bisque;
    height: 25px;
    width: 100%;
    position: inherit;
    resize: none;
}
/*.ddlstylecustcode
{
    height: 28px;
    width: 170px;
    border: 1px solid cadetblue;
    padding: 0px 15px;
    margin: 0px !important;
}*/

.btnstylecr
{
    height: 28px;
    border: 1px solid cadetblue;
    padding: 0px 15px;
}
.btnclosepopupcss
{
    border-radius: 30px;
    text-align: center;
    margin-right: 10px;
    margin-top: 6px;
    width: 25px;
    font-weight: bold;
    border: 1px solid darkred;
}
@import url('https://fonts.googleapis.com/css?family=Slabo+27px&subset=latin-ext');
.AutoExtender
{
    font-family: 'Slabo 27px' , serif;
    font-size: small !important;
    font-weight: bolder;
    border: solid 2px #006699;
    line-height: 20px;
    padding: 10px;
    width: 70% !important;
    height: 160px !important;
    overflow: auto;
    background-color: White;
}
@media only screen and (max-width:500px)
{
    .setwidthcompname
    {
        width: 100%;
    }
}

@media only screen and (min-width:501px)
{
    .setwidthcompname
    {
        width: 67%;
    }
}

@media only screen and (max-width:500px)
{
    .setwidthprodname
    {
        width: 100%;
    }
}

@media only screen and (min-width:501px)
{
    .setwidthprodname
    {
        width: 425px !important;
    }
}

/* proforma css*/

@media only screen and (max-width:500px)
{
    .AutoExtenderPSI
    {
        font-family: 'Slabo 27px' , serif;
        font-size: small !important;
        font-weight: bolder;
        border: solid 2px #006699;
        line-height: 20px;
        padding: 10px;
        width: 90% !important;
        height: 160px !important;
        overflow-x: auto;
        background-color: White;
    }
}

@media only screen and (min-width:501px)
{
    .AutoExtenderPSI
    {
        font-family: 'Slabo 27px' , serif;
        font-size: small !important;
        font-weight: bolder;
        border: solid 2px #006699;
        line-height: 20px;
        padding: 10px;
        width: 50% !important;
        height: 160px !important;
        overflow-x: auto;
        background-color: White;
    }
}

@media only screen and (max-width:500px)
{
    .AutoExtenderProd
    {
        font-family: 'Slabo 27px' , serif;
        font-size: small !important;
        font-weight: bolder;
        border: solid 2px #006699;
        line-height: 20px;
        padding: 10px;
        width: 80% !important;
        height: 160px !important;
        overflow-x: auto;
        background-color: White;
    }
}

@media only screen and (min-width:501px)
{
    .AutoExtenderProd
    {
        font-family: 'Slabo 27px' , serif;
        font-size: small !important;
        font-weight: bolder;
        border: solid 2px #006699;
        line-height: 20px;
        padding: 10px;
        width: 30% !important;
        height: 160px !important;
        overflow-x: auto;
        background-color: White;
    }
}

/* proforma css end*/

@media only screen and (max-width:400px)
{
    .pnlresponsive
    {
        width: 100%;
        left: 0px;
    }
}
@media only screen and (min-width:401px)
{
    .pnlresponsive
    {
        width: 50%;
    }
}

.AutoExtenderList
{
    border-bottom: dotted 0.5px #110763;
    cursor: pointer;
    color: darkblue;
}
.AutoExtenderHighlight
{
    color: White;
    background-color: #006699;
    cursor: pointer;
}
.BodyBGRegistry
{
    background: #7F7FD5; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bgSRTitle
{
    background-color: #395cad;
    width: 97%;
    margin-left: 10px;
    color: White;
    font-size: initial;
    height: 45px;
    border-radius: 5px;
}
.pnlCustomerHistorybg
{
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}
.pnlCustomerHistorybg1
{
    background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
}
.pnlCustomerHistorybg2
{
    background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
}

.AddPhoneExistCustStyle
{
    height: 22px;
    margin-bottom: -5px;
    margin-left: 5px;
    width: 22px;
}

.autocompletecss
{
    width: 60% !important;
    font-size: small;
    height: 200px !important;
    overflow: auto;
    left: 110px !important;
    list-style-type: none;
    background-color: white;
}

/*sregistry controls css - end*/

/*sms screen css*/


.modalPopupSMSSent
{
    background-color: powderblue;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 32%;
    height: 17%;
    overflow: auto;
}

/*scroll bar style - Start*/

::-webkit-scrollbar
{
    /* width: 5px;     height: 12px; */
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px grey;
   /* border-radius: 10px;*/
}

::-webkit-scrollbar-thumb
{
   /* border-radius: 10px; */
    -webkit-box-shadow: inset 0 0 6px grey;
}

/*scroll bar style - End*/

/*checkbox style css
input[type="checkbox"]
{
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #e27546;
    height: 11px;
    width: 11px;
    border: 1px solid white;
}


input[type="checkbox"]:checked
{
    background: #3e931c;
}

input[type="checkbox"]:hover
{
    filter: brightness(90%);
}

input[type="checkbox"]:disabled
{
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

input[type="checkbox"]:after
{
    content: '';
    position: relative;
    left: 40%;
    top: 20%;
    width: 15%;
    height: 40%;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}

input[type="checkbox"]:checked:after
{
    display: block;
}

input[type="checkbox"]:disabled:after
{
    border-color: #7b7b7b;
}

checkbox style css - end*/

/*checkbox style css - start*/

.badgebox
{
    opacity: 0;
}
.badgebox + .badge
{
    text-indent: -999999px;
    width: 27px;
}
.badgebox:focus + .badge
{
    box-shadow: inset 0px 0px 5px;
}
.badgebox:checked + .badge
{
    text-indent: 0;
}
.chkheight
{
    height: 30px;
    padding: 2px 8px;
}

/*checkbox style css - end*/

.lblMobileListHeading
{
    font-weight: bolder;
    font-size: medium;
    letter-spacing: 2px;
    color: snow;
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.txtgridtxt2
{
    border: 1px solid #146d9ee3;
    border-radius: 5px;
    height: 28px;
    width: 38%;
    position: inherit;
}
.txtgridtxt1
{
    border: 1px solid blue;
    border-radius: 5px;
    height: 25px;
    width: 15%;
    position: inherit;
}
.pnlASA
{
    position: fixed;
    z-index: 10002;
    left: 152px;
    width: 70%;
}

.btnclosecss
{
    background-color: darkred;
    margin-right: 10px;
    border: 2px solid white;
    font-weight: bold;
    cursor: pointer;
    color: White;
    border-radius: 12px;
}

.filterwidth
{
    width: 100%;
}

.ExportASAInfoDashboard
{
    background-color: #DFDBE5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.4' fill-rule='nonzero'%3E%3Cpath d='M29 58.58l7.38-7.39A30.95 30.95 0 0 1 29 37.84a30.95 30.95 0 0 1-7.38 13.36l7.37 7.38zm1.4 1.41l.01.01h-2.84l-7.37-7.38A30.95 30.95 0 0 1 6.84 60H0v-1.02a28.9 28.9 0 0 0 18.79-7.78L0 32.41v-4.84L18.78 8.79A28.9 28.9 0 0 0 0 1.02V0h6.84a30.95 30.95 0 0 1 13.35 7.38L27.57 0h2.84l7.39 7.38A30.95 30.95 0 0 1 51.16 0H60v27.58-.01V60h-8.84a30.95 30.95 0 0 1-13.37-7.4L30.4 60zM29 1.41l-7.4 7.38A30.95 30.95 0 0 1 29 22.16 30.95 30.95 0 0 1 36.38 8.8L29 1.4zM58 1A28.9 28.9 0 0 0 39.2 8.8L58 27.58V1.02zm-20.2 9.2A28.9 28.9 0 0 0 30.02 29h26.56L37.8 10.21zM30.02 31a28.9 28.9 0 0 0 7.77 18.79l18.79-18.79H30.02zm9.18 20.2A28.9 28.9 0 0 0 58 59V32.4L39.2 51.19zm-19-1.4a28.9 28.9 0 0 0 7.78-18.8H1.41l18.8 18.8zm7.78-20.8A28.9 28.9 0 0 0 20.2 10.2L1.41 29h26.57z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.bgClosebtn
{
    background-image: linear-gradient(to top, #c31010 0%, #dacdd0 100%);
    margin: 0px !important;
}
.bgsendmail
{
    background-image: linear-gradient(to top, #2f587b 0%, #3adce4 100%);
    color: #ffffff;
}
.lblrowcountcssreport
{
    color: Blue;
    font-size: small;
    font-weight: bold;
}

.RowStyle
{
    height: 25px;
    background-color: #dadae8;
}
.AlterRowStyle
{
    height: 25px;
    background-color: lightgray;
}
.ajax__fileupload_fileItemInfo
{
    font-size: small;
}

/*dashboard filtered row count*/
.lblRowCountcss
{
    border-width: 0px;
    color: Black;
    font-weight: bold;
    font-size: Small;
}

/* pager sty - start */
.pagination-ys
{
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td
{
    display: inline;
}

.pagination-ys table > tbody > tr > td > a, .pagination-ys table > tbody > tr > td > span
{
    position: relative;
    float: left;
    padding: 5px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #3b5a0f;
    border-radius: 25px;
    background-color: #a1bf76;
    border: 2px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span
{
    position: relative;
    float: left;
    border-radius: 25px;
    padding: 5px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    margin-left: -1px;
    z-index: 2;
    color: #e8e8ef;
    background-color: #0e5f0c;
    border-color: #dddddd;
    cursor: default;
}

/*.pagination-ys table > tbody > tr > td:first-child > a, .pagination-ys table > tbody > tr > td:first-child > span
{
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a, .pagination-ys table > tbody > tr > td:last-child > span
{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}*/

.pagination-ys table > tbody > tr > td > a:hover, .pagination-ys table > tbody > tr > td > span:hover, .pagination-ys table > tbody > tr > td > a:focus, .pagination-ys table > tbody > tr > td > span:focus
{
    color: #0e5a1;
    background-color: #c5e894;
    border-color: #dddddd;
}

/*pager style - end */

/*animate cursor - start

#playground{
  width: 100%;
  height: 100px;
  border: 1px solid grey;
  animation: animate 0.25s infinite;
}

@keyframes animate{
  0%{ 
    cursor: url("http://jantimon.nl/running_man/running_man_1.png"), auto;
  }
  20%{ 
    cursor: url("http://jantimon.nl/running_man/running_man_2.png"), auto;
  }
  40%{ 
    cursor: url("http://jantimon.nl/running_man/running_man_3.png"), auto;
  }
  60%{ 
    cursor: url("http://jantimon.nl/running_man/running_man_4.png"), auto;
  }
  80%{ 
    cursor: url("http://jantimon.nl/running_man/running_man_5.png"), auto;
  }
  100%{ 
    cursor: url("http://jantimon.nl/running_man/running_man_1.png"), auto;
  }
}
animate cursor - end*/


