/*! custom.css v1.0 */

/* ==========================================================================

   Custom CSS Stylesheet. This is where you should add your own styles!

   ========================================================================== */

/*
* Simple style overrides or custom adds
*/

.some-css-selector {font-size:13px;}


/* ==========================================================================
   ** Responsive styles custom rules
   * These rules are ready to be used for either overrides
   * or just your own custom rules.
   ========================================================================== */

@media only screen and (min-width : 1921px){

}

@media only screen and (max-width : 1440px){

}

@media only screen and (min-width : 1200px) and (max-width : 1440px){

}

@media only screen and (min-width : 1200px){

}

@media only screen and (max-width: 1199px){


}

@media only screen and (min-width: 992px) and (max-width: 1199px){

}

@media only screen and (min-width: 992px){


}

@media only screen and (max-width: 991px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px){

}

@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 320px) {

}

.hidden {
    display: none;
}

.custfontsize_85 {
    font-size: 85%;
}
.custfontsize_65 {
    font-size: 65%;
}
.custfontsize_160{
      font-size: 160%;
}

.divpoints {
    text-align: center;
}

.bolder {
    font-weight: bold !important;
}

.red {
    color: red !important;
}

.gary {
    color: #4f6279 !important;
}

/*input {
    font-family: 'FontAwesome';
}*/
/* This is for the placeholder */

.wrapper:before {
    font-family: 'FontAwesome';
    color: red;
    position: relative;
    left: -5px;
    content: "\f007";
}

.search {
    position: relative;
    color: #aaa;
    font-size: 16px;
}

    .search input {
        width: 38px;
        border: 1px solid #aaa;
        border-radius: 5px;
        transition: width 0.5s ease-in-out;
    }

        .search input:hover {
            width: 100%;
            background: #fcfcfc;
            transition: width 0.5s ease-in-out;
        }

        .search input:focus {
            width: 100%;
            background: #fcfcfc;
        }

    .search input {
        text-indent: 32px;
    }

    .search .fa-search, .search .fa-calendar {
        position: absolute;
        top: 10px;
        left: 10px;
        color: #fff;
    }

.serchinput {
    width: 100% !important;
    background: #fcfcfc !important;
}

.serchfa {
    color: #aaa !important;
}

.tabcontent {
    overflow-x: auto;
}

    .tabcontent td i {
        /*padding: 3px 5px;*/
        /* width: 25px; */
        /* height: 25px; */
        border-radius: 50%;
        /* background: #52bcd3; */
        font-size: 20px;
    }

.country-select, .language-select {
    display: block;
    width: 100%;
    padding: 0rem 0rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* border: 1px solid rgba(0, 0, 0, 0.15); */
    border-radius: 0.25rem;
}

.blink_me {
    /*animation: blinker 3s linear infinite;*/
    background: red;
    padding: 5px 10px;
    color: #fff;
    border: none;
    border-radius: 5px;
    display: inline-block;
    animation-name: flash;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    /* Chrome 4+, Safari 4+, Opera 15+ */
    -webkit-animation-name: flash;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    /* Firefox 5+ */
    -moz-animation-name: flash;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}

.tdurl {
    max-width: 250px;
    overflow: auto;
}

/*@keyframes blinker {  
  50% { opacity: 0; }
}*/

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1.0;
    }
}

/* Chrome 4+, Safari 4+, Opera 15+ */
@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1.0;
    }
}

/* Firefox 5+ */
@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1.0;
    }
}

.liNews {
    padding: 10px 0px;
    height: inherit;
}

.news {
    list-style: none;
    margin-left: -40px;
}

#divnewsscroll {
    height: inherit !important;
}

.pagination li {
    float: left;
    width: 38px;
    position: relative;
    margin: 0 10px 0px 10px;
}

    .pagination li a {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.428571429;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 50%;
    }

.no-padding {
    padding: 0 !important;
}

.botticon {
    bottom: -60px;
}

.jssorb01 div {
    border-radius: 50%;
}

.trurl {
    max-width: 250px;
    overflow: auto;
}

#tblMsgSettings .trurl {
    max-width: 400px;
    overflow: auto;
}
.trusername {
    max-width: 170px;
    overflow: auto;
}

/*-----------------Fliper-------------------------*/

#magazine {
    width: inherit;
    height: 500px;
}

    #magazine .turn-page {
        background-color: #ccc;
        background-size: 100% 100%;
    }

.OtpDiv .row {
    background-color: rgb(28, 28, 50);
    padding: 10% 0 5% 0px;
}

.Editor {
    background-color: initial !important;
}

    .Editor .editDiv {
        background-color: #fff;
        padding: 0% 5% 5% 5%;
        box-shadow: -1px -1px 14px #797474;
    }

    .Editor .cssload-container {
        margin: 14% auto 0 auto;
    }

    .Editor .close {
        width: 30px;
        height: 30px;
        margin: 3%;
        border-radius: 50%;
        border: 1px solid #000;
    }

.divOtpbtn {
    padding: 30px 0 0 0;
}

.OtpDiv label {
    color: #fff;
}

.OtpDiv .col-sm-4 {
    text-align: right;
    color: #fff;
    padding-top: 4px;
}

#txtOtp {
    padding: 0.5rem 0.75rem;
    font-weight: bold;
}

#divRVal button {
    padding: 2px 6px;
    border-radius: 50%;
    margin: 0 2px;
    border: 0px;
}

#tblmsg li {
    font-size: 16px;
    /*font-weight: 600;*/
}

.divRow {
    border-bottom: 1px solid #d7dde4;
    padding: 20px 0px 10px 0px;
}

.dis_Block {
    display: block !important;
}

.callbacks_container .callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url(../img/themes.gif) no-repeat left top;
    margin-top: -45px;
}

.callbacks_container .prev {
    right: auto;
    background-position: left top;
    left: 0;
}

.callbacks_container .next {
    left: auto;
    background-position: right top;
    right: 0;
}

.tbltrImge {
    flex-basis: 150px !important;
}

/*#divpromotionEdit img {
    width: 200px;
}*/

.file-upload {
    position: relative;
    display: inline-block;
}

.file-upload__label {
    display: block;
    padding: 1em 2em;
    color: #fff;
    background: #222;
    border-radius: .4em;
    transition: background .3s;
}

    .file-upload__label:hover {
        cursor: pointer;
        background: #000;
    }

.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 0;
    height: 100%;
    opacity: 0;
}

.magazinenav {
    border-radius: 50% !important;
    height: 50px;
    width: 50px;
    font-size: 30px;
    padding: 0;
    top: 40%;
    position: absolute;
}

.magprve {
    /*left: 0;*/
}

.magnext {
    right: 0;
    margin-right: 10px;
}

.Errormsg {
    font-size: 1em;
    position: absolute;
    border: 0.1em solid #989393;
    margin: 7px 0px;
    padding: 8px 10px 8px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #f7f5f5;
    z-index: 99;
    right: 50px;
    box-shadow: 2px 2px 6px 0px #a7a4a4;
}

.Errormsgtop {
    border: 0.1em solid #989393;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: absolute;
    right: 15px;
    top: -6px;
    background: #f7f5f5;
}

.marg-0 {
    margin: 0px 0px;
    left: 50px;
    right: inherit;
}

    .marg-0 .Errormsgtop {
        right: initial;
    }

.no_valid {
    border-bottom: 1px solid red !important;
    color: red;
}

.imgupload {
   display: inline-block;
    width: 95px;
    text-align: center;
    line-height: 30px;
}
.voucherserch {
    Font-Size: 50px;
    Height: 88px;
    width: calc(100% - 160px);
    text-align: center;
}



.voucherresult {
    Font-Size: 36px;
    Height: 80px;
    width: calc(100% - 160px);
    text-align: center;
    background-color: white;
}


.box1 {
    display: block;
    padding: 10px;
    margin-bottom: 30px;
    text-align: justify;
}

.title_voucher {
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 15px;
    font-size: 1.1rem;
}
