
/* margin */
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}

.mt-40{
    margin-top: 40px;
}

.style4 {color: #333333}
.style5 {
    color: #000000;
    font-weight: bold;
}
.style6 {
    color: #242424;
    font-weight: bold;
}
.style7 {
    color: #000000;
    /* font-style: italic; */
    font-weight: bold;
}
.style8 {color: #000000}
.style10 {
    color: #FFFFFF;
    font-weight: bold;
}
.title {
font-family: Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:28px;
}

.textmain {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size:14px;
}
.cs{
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}

.csz{
color:#000000;
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}

h2{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFFFFF;
}

.greenBtn{
    padding:5px 15px 5px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#FFFFFF;
    text-decoration:none;
    background: linear-gradient(to bottom, rgb(40 167 69) 0%,rgb(6 116 19) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}

.redBtn{
    padding:5px 15px 5px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#FFFFFF;
    text-decoration:none;
    background: linear-gradient(to bottom, #fb1919 0%,rgb(219 5 5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
.redBtn1{
    padding:8px 15px 8px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#FFFFFF;
    text-decoration:none;
    background: linear-gradient(to bottom, #fb1919 0%,rgb(219 5 5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}

.lnk {
font-family: Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
font-size:12px;
text-decoration:none;
}

.pageTitle{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color: #FFFFFF;
font-weight:bold;
}

.form_txt{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}


.coupons-btn{
    font-family:Georgia, 'Times New Roman', Times, serif;
    background-color: #0a30b9;
    padding: 8px;
    text-decoration:none;
    border-radius: 5px;
    font-size: 13px;
    }
.active-coupons-btn{
    font-family:Georgia, 'Times New Roman', Times, serif;
    color:#000000;
    background-color: #f7d9c5;
    padding:8px;
    text-decoration:none;
    border-radius: 5px;
    font-size: 13px;
}
.index-bg:before{
    /* background: url("../img/index-bg1.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;  
    background-position: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    position: absolute;
}

.loose-coupon-bg{
    /* background: url("../img/index-bg.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;  
    background-position: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background-attachment: fixed;
    height: 100vh;
}

.logout{
    border-radius: 5px;
    padding: 8px;
    background: #fff;
    color: #000;
    text-decoration: none;
}

/* report */
.blogShort{ border-bottom:1px solid #ddd;}
.add{background: #333; padding: 10%; height: 300px;}

.nav-sidebar { 
    width: 100%;
    padding: 30px 0; 
    border-right: 1px solid #ddd;
    height: 100vh;
}
.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
.nav-sidebar .active a {
    cursor: default;
    background-color: #ed61af;
    color: #fff;
}

.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}

.btn-blog {
    color: #ffffff;
    background-color: #E50000;
    border-color: #E50000;
    border-radius:0;
    margin-bottom:10px
}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open .dropdown-toggle.btn-blog {
    color: white;
    background-color:#0b56a8;
    border-color: #0b56a8;
}
article h2{color:#333333;}
h2{color:#0b56a8;}
 .margin10{margin-bottom:10px; margin-right:10px;}
 
 .container .text-style
{
  text-align: justify;
  line-height: 23px;
  margin: 0 13px 0 0;
  font-size: 19px;
}

.report-bg{
    background-color: #fff;
    margin-top: 30px;
    padding: 10px;
    height: 100vh;
    overflow: scroll;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #ed61af!important;
    color: #fff;
}

.advance-coupon-btn{
    background-color: #fff;
    width: 76px;
    font-family: Arial,Helvetica, sans-serif;
    font-size: 12px;
    float: left;
    padding: 5px;
    margin: 2px;
    border-radius: 15px;
    }
    .advance-coupon-txt{
    text-decoration:none; 
    color:#000000;       
    }

.indexCenterBtn{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.indexCenterBtn a:hover{
    color: #28a745;
    background-color: #fff;
    text-decoration: none;
    border: 3px solid #28a745;
}

.indexCenterBtn a{
    background-color: #28a745;
    border-radius: 45px;
    font-style: italic;
    font-weight: bold;
    color: white;
    border: 3px solid blanchedalmond;
    padding: 20px;
    font-size: 25px;
}

.loginFrm{
    margin-top: 10%;
}

.loginHeadingTxt{
    color: #fff;
    margin-bottom: 20px;
}

.loginbtn {
    margin-top: 30px;
}

.loginbtn a{
    padding: 8px 50px 8px 50px;
    background: #28a745;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 18px;
}

.loginbtn a:hover{
    color: #28a745;
    background-color: #fff;
    text-decoration: none;
    border: 2px solid #28a745;
}

.reportSubmitBtn a{
    padding: 8px 25px 8px 25px;
    background-color: green;
    color: #fff;
    border: 1pxsolid #ffffff;
    border-radius: 8px;
}

.reportSubmitBtn a:hover{
    color: #fff;
    text-decoration:none;
} 

.yantraSubmitBtn a{
    background-color: blue;
    color: #fff;
    padding: 5px 10px 5px 10px;
    font-size: 17px;
    border-radius: 5px;
    cursor: pointer;
}

.yantraSubmitBtn a:hover{
    color: #fff;
    text-decoration:none;
}


.footerTxt{
    text-align: center;
    line-height: 8px;
    font-weight: 700;
}

/* captcha */

  #captcha {
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 3px;
    background-color: #00ffff;
    padding: 5px;
  }
  
  #submit {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .changeCaptch{
    margin: 0px 5px 0px 5px;
    height: 40px;
    background-color: #28a745;
    border: 1px solid #28a745;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
  }
  .redText {
    color: #a03146;
    font-weight: bold;
  }
  .greenText {
    color: #1a3815;
    font-weight: bold;
  }
  