﻿@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar {
    width: 12px; /* for vertical scrollbars */
    height: 12px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}
/* Thin Scrollbar */
:root {
    scrollbar-color: rgb(210,210,210) rgb(46,54,69) !important;
    scrollbar-width: thin !important;
}
/*========fonts======================*/
.fz-xs {
    font-size: 8px !important;
}

.fz-sm {
    font-size: 12px !important;
}

.fz-smm {
    font-size: 14px !important;
}

.fz-md {
    font-size: 16px !important;
}

.fz-lg {
    font-size: 24px !important;
}

.fz-xl {
    font-size: 32px !important;
}

.fs-italic {
    font-style: italic !important;
}

.fs-normal {
    font-style: normal !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-800 {
    font-weight: 900 !important;
}

.no-underline {
    text-decoration: none;
}

    .no-underline:hover {
        text-decoration: none;
    }

body {
    background-position: center;
    margin: 0 0 0 0;
    font-family: 'averta_demo_peregular' !important;
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #2D2C4D;
    scrollbar-highlight-color: #7D7E94;
    scrollbar-3dlight-color: #7D7E94;
    scrollbar-darkshadow-color: #2D2C4D;
    scrollbar-track-color: #7D7E94;
    scrollbar-arrow-color: #C1C1D1;
}

@font-face {
    font-family: Ubuntu-Title;
    src: url(fonts/Ubuntu-Title.ttf);
}


@font-face {
    font-family: ROCK;
    src: url(fonts/ROCK.ttf);
}



@font-face {
    font-family: Sans-Serif;
    src: url(fonts/Sans-Serif.otf);
}

@font-face {
    font-family: Sans-Serif;
    src: url(fonts/Sans-Serif.otf);
}

@font-face {
    font-family: nevis;
    src: url(fonts/nevis.ttf);
}
/*=================Ramesh Designer CSS ========================*/
@font-face {
    font-family: 'averta_demo_peXBdIt';
    src: url('fonts/avertademope-extrabolditalic.woff2') format('woff2'), url('fonts/avertademope-extrabolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'averta_demo_peregular';
    src: url('fonts/avertademope-regular.woff2') format('woff2'), url('fonts/avertademope-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

form input, form select, form textarea {
    -webkit-appearance: none;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

option {
    font-family: 'averta_demo_peregular';
}
/*=======button=========*/
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* ===================================check box */
input[type=checkbox] {
    /*transform: scale(1.5);*/
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    /* margin-right: 16px;*/
    cursor: pointer;
    font-size: 14px;
    /*visibility: hidden;*/
}

    input[type=checkbox]:after {
        content: " ";
        background-color: #fff;
        display: inline-block;
        margin-left: 0px;
        /*padding-bottom: 5px;*/
        color: #d61f26;
        width: 20px;
        height: 20px;
        visibility: visible;
        border: 1px solid #d61f26;
        padding-left: 3px;
        border-radius: 0px;
    }

    input[type=checkbox]:checked:after {
        content: "\2713";
        /*padding: -5px;*/
        font-weight: bold;
    }

/*============radio*/
/* Radio */

input[type=radio] {
    width: 25px;
    height: 25px;
    margin-right: 16px;
    cursor: pointer;
    font-size: 17px;
    /* visibility: hidden;*/
}

    input[type=radio]:after {
        content: " ";
        background-color: #d7d7d7;
        display: inline-block;
        margin-left: 0;
        padding-bottom: 5px;
        color: #d61f26;
        width: 25px;
        height: 25px;
        visibility: visible;
        padding-left: 3px;
        border-radius: 15px;
    }

    input[type=radio]:checked:after {
        width: 25px;
        height: 25px;
        border-radius: 15px;
        position: relative;
        background-color: #d61f26;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }


/*================*/

.fullpagediv {
    width: 100%;
    color: #FFF;
    background-color: #F9F9F9;
    margin: 0 0 0 0;
}

.top3divsbg {
    width: 100%;
    background-color: #2d2d2d;
    z-index: 100000;
}

.top3divs {
    float: left;
    width: 5%;
    height: 70px;
}


.sliderbg {
    background: #FFF;
    height: 400px;
}

.sliderdiv1 {
    float: left;
}

.sliderdiv2 {
    float: left;
    text-align: center;
    background-color: #f5f5f5;
    width: 30%;
    height: 400px;
}

.innerslider {
    background-color: #CCC;
    height: 250px;
}

.login {
    font-family: 'nevis';
    color: #515151;
    font-size: 24px;
    margin-left: .5%;
    text-align: left;
    margin-top: 5.5%;
}

.textfield {
    box-shadow: 0px 0px 0px 1px #d7d7d7;
    background-color: #f5f5f5;
    border: 2px solid #a1a1a1;
    border-radius: 0px;
    width: 85%;
    height: 35px;
    background-repeat: no-repeat;
    background-color: #fdfdfd;
    border: none;
    padding-left: 13px;
    padding-top: 5px;
    /*Font-family:Sans-Serif;*/
    font-size: 14px;
}

.logtxt1 { /*font-family:Sans-Serif;*/
    color: #5e5e5e;
    font-size: 13px;
    text-align: left;
    margin-left: 11%;
    margin-top: 2%;
}

.categories {
    background-color: #f0f0f0;
    color: #4d4d4d;
    height: 53px;
}

.arrwleft {
    padding-left: 2%;
    padding-top: 1%;
    padding-bottom: -2%;
    padding-right: 2%;
    float: left;
}

.categorieshd { /*font-family:Sans-Serif;*/
    color: #4d4d4d;
    font-size: 20px;
    padding: 1%;
    width: 33%;
    text-align: center;
    float: left;
}

.categoriesline {
    background-color: #777777;
    width: 1px;
    float: left;
    height: 60px;
}


.arrwright {
    padding-left: 2%;
    padding-top: 1%;
    padding-bottom: -2%;
    padding-right: 2%;
    float: left;
}

.carthd {
    float: left;
    margin-left: 36%; /*font-family:Sans-Serif;*/
    color: #4d4d4d;
    font-size: 20px;
    padding: 1%;
}

.carttable {
    float: right;
    width: 47%;
    padding-top: 2%;
    color: #515151; /*font-family:Sans-Serif;*/
    font-size: 13px;
}

.tablehd {
    color: #FFF;
}


.innnercontainer {
    height: 270px;
    color: #515151;
}

.innertxt { /*font-family:Sans-Serif;*/
    color: #515151;
    font-size: 13px;
}

.rowTitle {
    border: 0 solid green;
    color: #58585A;
    float: left;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
}

.footer {
    background-color: #cc0000;
    margin-top: 0%;
    height: 100px;
}

.footer2 {
    background-color: #cc0000;
    margin-top: 0%;
    height: 138px;
}


.footerline {
    background-color: #b01f24;
    height: 5px;
}

.copyright {
    color: #FFF;
    text-align: right;
    padding-right: 1%;
    padding-top: 5%; /*font-family: Sans-Serif;*/
    font-size: 13px;
}

.copyright2 {
    color: #FFF;
    padding-right: 1%;
    padding-top: 2%; /*font-family:  Sans-Serif;*/
    font-size: 13px;
    padding-left: 2%;
}

/*Ravikanth CSS Starts here */
.stdWaterMarkText_New {
    border: 1px solid #4C4C4C;
    height: 20px;
    margin: 0;
    padding: 3px;
    width: 85%;
    border-radius: 3px;
    color: #515153;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-color: #fdfdfd;
    font-size: 14px;
}

.stdWaterMarkText {
    color: gray;
    box-shadow: 0px 0px 0px 1px #d7d7d7;
    background-color: #f5f5f5;
    border: 2px solid #a1a1a1;
    border-radius: 0px;
    width: 85%;
    height: 35px;
    background-repeat: no-repeat;
    background-color: #fdfdfd;
    border: none;
    padding-left: 13px;
    padding-top: 5px;
    font-size: 14px;
}

.btnControls_New {
    font-family: helvitica;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    background-color: #cc0001;
    width: 90%;
    cursor: pointer;
}

.btnControls_New_Black {
    font-family: helvitica;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    background-color: #4D4D4D;
    width: 90%;
    cursor: pointer;
}

.strength5 {
    /*font-family:Sans-Serif;*/ color: #5e5e5e;
    font-size: 13px;
    text-align: left;
    margin-left: 11%;
    margin-top: 2%;
}

.main {
    margin: 0 auto;
}

.tableBorder {
    border-bottom: solid 1px gray;
    margin-bottom: 2px;
    margin-top: 2px;
}

.stdTableTD {
}

.stdTextWrapHeader {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal; /*Font-family:Sans-Serif;*/
    font-size: 16px;
    border-bottom: solid 1px gray;
    color: #4d4d4d;
}

.stdTextWrap {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal; /*Font-family:Sans-Serif;*/
    font-size: 14px;
    border-bottom: solid 1px gray;
    color: #4d4d4d;
}

.stdTextWrap_New {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal; /*Font-family:Sans-Serif;*/
    font-size: 14px;
    color: #4d4d4d;
}

.stdControls {
    color: #4d4d4d;
    box-shadow: 0px 0px 0px 1px #d7d7d7;
    background-color: #f5f5f5;
    border: 2px solid #a1a1a1;
    border-radius: 0px;
    width: 85%;
    height: 25px;
    background-repeat: no-repeat;
    background-color: #fdfdfd;
    border: none;
    padding-left: 3px;
    padding-top: 3px;
    font-size: 14px;
    Font-family: Sans-Serif;
}

.stdControlsCombo {
    color: #4d4d4d;
    box-shadow: 0px 0px 0px 1px #d7d7d7;
    background-color: #f5f5f5;
    border: 2px solid #a1a1a1;
    border-radius: 0px;
    width: 85%;
    height: 30px;
    background-repeat: no-repeat;
    background-color: #fdfdfd;
    border: none;
    padding-left: 3px;
    padding-top: 3px;
    font-size: 14px;
    Font-family: Sans-Serif;
}

.stdControls_Totals {
    border: 1px solid #4C4C4C;
    /*font-family:Sans-Serif;*/
    font-size: 14px;
    height: 20px;
    margin: 0;
    padding: 3px;
    width: 200px;
    border-radius: 3px;
    color: #515153;
}

.stdBorderLeft_Script {
    background-color: #4d4d4d;
    border-top: solid 0px #4C4C4C;
    border-bottom: solid 0px #4C4C4C;
    border-left: solid 0px #4C4C4C;
    color: white;
    height: 30px;
    padding: 2px;
    text-align: center;
    /*Font-family:Sans-Serif;*/
    font-size: 14px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.stdBorderRight_Script {
    background-color: #4d4d4d;
    border-top: solid 0px #4C4C4C;
    border-bottom: solid 0px #4C4C4C;
    border-left: solid 0px #4C4C4C;
    border-right: solid 0px #4C4C4C;
    color: white;
    height: 30px;
    padding: 2px;
    text-align: center;
    /*Font-family:Sans-Serif;*/
    font-size: 14px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.stdContentLeft_Script {
    border-bottom: solid 0px #4C4C4C;
    border-left: solid 0px #4C4C4C;
    color: #4d4d4d;
    height: 30px;
    padding: 2px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
    /*Font-family:Sans-Serif;*/
    font-size: 14px;
}

.stdContentRight_Script {
    border-bottom: solid 0px #4C4C4C;
    border-left: solid 0px #4C4C4C;
    border-right: solid 0px #4C4C4C;
    color: #4d4d4d;
    height: 30px;
    padding: 2px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
    /*Font-family:Sans-Serif;*/
    font-size: 14px;
}


.stdBorderLeft {
    background-color: #4d4d4d;
    border-top: solid 1px lightgray;
    border-bottom: solid 1px lightgray;
    border-left: solid 1px lightgray;
    color: white;
    padding: 2px;
    text-align: center;
    /*Font-family:Sans-Serif;*/
    font-size: 13px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    /* word-break: break-all;*/
    white-space: normal;
}

.stdBorderRight {
    background-color: #4d4d4d;
    border-top: solid 1px lightgray;
    border-bottom: solid 1px lightgray;
    border-left: solid 1px lightgray;
    border-right: solid 1px lightgray;
    color: white;
    padding: 2px;
    text-align: center;
    /*Font-family:Sans-Serif;*/
    font-size: 13px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    /* word-break: break-all;*/
    white-space: normal;
}

.stdContentLeft {
    border-bottom: solid 1px #4C4C4C;
    border-left: solid 1px #4C4C4C;
    color: #4d4d4d;
    padding: 2px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    /* word-break: break-all;*/
    text-align: left;
    white-space: normal;
    /*Font-family:Sans-Serif;*/
    font-size: 12px;
    min-height: 30px;
}

.stdContentRight {
    border-bottom: solid 1px #4C4C4C;
    border-left: solid 1px #4C4C4C;
    border-right: solid 1px #4C4C4C;
    color: #4d4d4d;
    padding: 2px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    /* word-break: break-all;*/
    text-align: left;
    white-space: normal;
    /*Font-family:Sans-Serif;*/
    font-size: 12px;
    min-height: 30px;
}

.stdFontStyle {
    /*Font-family:Sans-Serif;*/ font-size: 20px;
    color: #4d4d4d;
}

.PageInnerHeadingDetailsMain {
    float: left;
    color: #4d4d4d;
    height: 40px; /*Font-family:Sans-Serif;*/
    font-size: 20px;
    border-bottom: solid 2px #d61f26;
    width: 100%;
    margin-top: 0px;
}

.PageInnerHeadingDetailsSub {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    border-top-right-radius: 10px;
    padding-top: 4px;
    border-top-left-radius: 10px;
    height: 40px;
    background-color: #d61f26;
    color: #fff;
    width: 100%;
}

.stdLabels {
    /*Font-family:Sans-Serif;*/ font-size: 16px;
    color: #4d4d4d;
}

.stdMainMsg {
    width: 995px;
    height: 25px;
    margin-top: 10px;
    padding-top: 5px;
    text-align: center;
    color: #4d4d4d;
    border-radius: 10px; /*Font-family:Sans-Serif;*/
}

/* Modal Popup Start */

.stdMainPopup {
    border-radius: 10px;
    /*background-color:#4d4d4d*/
    z-index: 10220 !important;
}

.stdPopupClose {
    cursor: pointer;
    margin-bottom: -34px;
    margin-top: 8px;
    margin-right: -18px;
    background-position: top;
    position: relative;
    z-index: 999999;
}

.stdPopupInnerMain {
    background-color: White;
    border-radius: 0px;
    margin: 10px;
    float: left;
}

.stdPopInnerMsg {
    font-weight: bold;
    float: left;
    color: Red;
    text-align: center;
    margin-top: 6px;
}

.stdPopupInnerContent {
    float: left;
    margin: 5px 30px 10px 25px;
}

.stdPopupInnerContentHeading {
    float: left;
    font-weight: 600;
    color: #af0007;
    font-size: 18px;
}

#overLayBackground {
    background-color: rgb(250, 250, 250);
    opacity: 0.7; /* Safari, Opera */
    -moz-opacity: 0.25; /* FireFox */
    filter: alpha(opacity=70); /* IE */
    z-index: 200;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    line-height: 240px;
}

    #overLayBackground > img {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

#overLayBackground_Script {
    background-color: rgb(250, 250, 250);
    opacity: 0.7; /* Safari, Opera */
    -moz-opacity: 0.25; /* FireFox */
    filter: alpha(opacity=70); /* IE */
    z-index: 200;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    line-height: 240px;
}

    #overLayBackground_Script > img {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.modalBackground {
    background-color: gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.stdPriceControls {
    border: 1px solid #4C4C4C;
    font-family: Calibri;
    font-size: 14px;
    height: 20px;
    margin: 0;
    padding: 3px;
    width: 200px;
    border-radius: 3px;
    color: #515153;
}
/*Ravikanth CSS Ends here */


.stdControlsNoBorders {
    border: none;
}




.momtemplate {
    width: 100%;
    box-shadow: 0px 0px 0px 1px #d7d7d7;
    border: 1px thin #a1a1a1;
    border-radius: 0px;
}

p {
    padding: 5px;
}

.momfont1 {
    font-family: Ubuntu-Title;
    font-size: 33px;
    color: #d61f26;
    margin-top: -6px;
}

.momfont2 {
    font-family: NORMAL__0;
    font-size: 18px;
    color: #d61f26;
    margin-top: 3px;
}

.welcomefont {
    color: #454545;
    font-size: 24px;
    float: left;
    font-family: lvnm;
    margin-top: -3px;
}

.dearfont {
    font-family: lvnmbd;
    font-size: 14px;
    color: #515151;
}

.font1 {
    color: #454545;
    font-size: 14px;
    float: left;
    font-family: lvnm;
    line-height: 19px;
}


.bottomlinks {
    float: left;
    padding-left: 36px;
    color: #FFF;
    text-decoration: underline;
    font-size: 14px;
    float: left;
    font-family: lvnm;
}

.weblink {
    color: #d61f26;
    font-size: 14px;
}

.sociallink {
    float: left;
    padding: 3px;
}


.stdControlsdropdown {
    color: #4d4d4d;
    box-shadow: 0px 0px 0px 1px #d7d7d7;
    background-color: #f5f5f5;
    border: 2px solid #a1a1a1;
    border-radius: 0px;
    width: 85%;
    height: 30px;
    background-repeat: no-repeat;
    background-color: #fdfdfd;
    border: none;
    padding-top: 5px;
    font-size: 14px;
    Font-family: Sans-Serif;
}

.innertopbar {
    background-image: url(images/top_Inner_bg.png);
    height: 160px;
    background-repeat: repeat-x;
}

.innertodmenudiv {
    float: left;
    width: 60%;
    padding-top: 1%;
}

    .innertodmenudiv ul {
        list-style-type: none;
        padding-left: 0%;
        float: right;
        text-align: right;
        top: 2%;
        margin: 0;
        width: 60%;
        height: 30px;
    }

        .innertodmenudiv ul li {
            display: inline;
            height: 40px;
            text-align: right;
            font-size: 18px;
            padding-left: 0%;
            padding-top: 0%;
            font-family: nevis;
            color: #FFF;
            background-repeat: no-repeat;
        }

.innertoplinks { /*font-family:sans-serif;*/
    color: #FFF;
    text-align: right;
    font-size: 16px;
    padding-top: 0%;
    padding-right: 0%;
}

.innermiddlepart {
    height: 50px; /*font-family:Sans-Serif;*/
    color: #3b3b3b;
    padding-top: 0.5%;
}

.bottombar {
    background-image: url(images/bottombar.png);
    height: 105px;
    color: #FFF; /*font-family:Sans-Serif;*/
    background-repeat: repeat-x;
    padding-top: -5%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
}

.bottomlogo {
    margin-top: -23%;
    margin-left: 0%;
    width: 100%;
    float: left;
    position: relative;
    background-position: center;
}

.copyright {
    color: #FFF;
    text-align: right;
    padding-right: 1%;
    text-align: center;
    background-image: url(images/bottom_line.png);
    font-family: Sans-Serif;
    padding-top: 1%;
    font-size: 13px;
}

.innercopyright {
    color: #FFF;
    padding-right: 1%;
    text-align: left; /*font-family: Sans-Serif;*/
    padding-top: 1%;
    font-size: 13px;
}


.innerdboytopbar {
    background-image: url(images/top_bg_small.png);
    background-repeat: repeat-x;
}

.bottomdboybar {
    background-image: url(images/bottom_bg.png);
    height: 100px;
    color: #FFF; /*font-family:Sans-Serif;*/
    background-repeat: repeat-x;
    padding-top: -5%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
}

.dboylableHeaders {
    /*font-family:sans-serif;*/
    font-weight: bold;
    font-size: 21px;
}

.dboylableSubHead {
    /*font-family:sans-serif;*/
    font-weight: bold;
    font-size: 16px;
}

.dboylableBody {
    /*font-family:sans-serif;*/
}

.dboybtncontrolwithred {
    /*font-family: sans-serif;*/
    color: #ffffff;
    font-size: 18px;
    height: 40px;
    background-color: #D52128;
    padding: 5px;
    width: 90%;
    cursor: pointer;
}

.dboybtncontrolwithlime {
    /*font-family: sans-serif;*/
    color: #ffffff;
    font-size: 18px;
    height: 40px;
    background-color: #82AC65;
    padding: 5px;
    width: 90%;
    cursor: pointer;
}

a {
    cursor: pointer;
}


.dboyBorderLeft_Script {
    background-color: #4d4d4d;
    border-top: solid 0px #4C4C4C;
    border-bottom: solid 0px #4C4C4C;
    border-left: solid 0px #4C4C4C;
    color: white;
    height: 20px;
    padding: 2px;
    text-align: center;
    /*Font-family:Sans-Serif;*/
    font-size: 14px;
}

.dboyBorderRight_Script {
    background-color: #4d4d4d;
    border-top: solid 0px #4C4C4C;
    border-bottom: solid 0px #4C4C4C;
    border-left: solid 0px #4C4C4C;
    border-right: solid 0px #4C4C4C;
    color: white;
    height: 20px;
    padding: 2px;
    text-align: center;
    /*Font-family:Sans-Serif;*/
    font-size: 14px;
}

.dboyContentLeft_Script {
    border-bottom: solid 0px #4C4C4C;
    border-left: solid 0px #4C4C4C;
    color: #4d4d4d;
    height: 20px;
    padding: 2px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
    /*Font-family:Sans-Serif;*/
    font-size: 14px;
}

.dboyContentRight_Script {
    border-bottom: solid 0px #4C4C4C;
    border-left: solid 0px #4C4C4C;
    border-right: solid 0px #4C4C4C;
    color: #4d4d4d;
    height: 20px;
    padding: 2px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
    /*Font-family:Sans-Serif;*/
    font-size: 14px;
}

#overLayBackground {
    background-color: rgb(250, 250, 250);
    opacity: 0.7; /* Safari, Opera */
    -moz-opacity: 0.25; /* FireFox */
    filter: alpha(opacity=70); /* IE */
    z-index: 200001 !important;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    line-height: 240px;
}

    #overLayBackground > img {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }


.searchfieldbg {
    background-color: #FFF;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    width: 300px;
    ;
    font-family: ntailu;
    font-size: 13px;
    color: #5d5d5d;
    height: 25px;
}

.searchfield {
    border: none;
    width: 160px;
    color: #454545;
    margin-left: 5px;
}

.searchbg {
    box-shadow: 1px 0px 5px #CCC;
    background-color: #FFF;
    border: 0px solid #CCC;
    border-radius: 0px;
    width: 310px;
    box-shadow: inset -1px -18px 13px -9px #d9d6d6;
    font-family: ntailu;
    font-size: 13px;
    color: #5d5d5d;
    height: 39px;
}


.pagination {
    line-height: 30px;
}

    .pagination span {
        padding: 5px 15px;
        border: solid 1px red;
        text-decoration: none;
        white-space: nowrap;
        background: white;
        border-radius: 1px;
        color: #D61F26;
    }

    .pagination a, .pagination a:visited {
        text-decoration: none;
        padding: 5px 15px;
        white-space: nowrap;
        color: #D61F26;
    }

        .pagination a:hover, .pagination a:active {
            padding: 5px 15px;
            text-decoration: none;
            white-space: nowrap;
            background: #D61F26;
            color: White;
            border-radius: 1px;
        }

.strTableRowHeight {
    height: 35px;
}

.RequiredFields {
    color: Red;
}



.text-white {
    color: #ffffff;
}

.text-dark {
    color: #4d4d4d;
}

.text-success {
    color: #b52f30;
}

.text-gray {
    color: #666;
}

.fz-xs {
    font-size: 8px !important;
}

.fz-sm {
    font-size: 12px !important;
}

.fz-md {
    font-size: 16px !important;
}

.fz-lg {
    font-size: 24px !important;
}

.fz-xl {
    font-size: 32px !important;
}

.fs-italic {
    font-style: italic !important;
}

.fs-normal {
    font-style: normal !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-800 {
    font-weight: 900 !important;
}

/*====================Ramesh Design Added================  
    11-06-2020===========================================*/

.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

    .card-signin .card-title {
        margin-bottom: 2rem;
        font-weight: 300;
        font-size: 1.5rem;
    }

    .card-signin .card-body {
        padding: 2rem;
    }

.form-signin {
    width: 100%;
}

    .form-signin .btn {
        font-size: 80%;
        border-radius: 5rem;
        letter-spacing: .1rem;
        font-weight: bold;
        padding: 1rem;
        transition: all 0.2s;
    }

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group input {
        height: auto;
        border-radius: 2rem;
    }

    .form-label-group > input,
    .form-label-group > label {
        padding: var(--input-padding-y) var(--input-padding-x);
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0;
        /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
        padding-bottom: calc(var(--input-padding-y) / 3);
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: calc(var(--input-padding-y) / 3);
            padding-bottom: calc(var(--input-padding-y) / 3);
            font-size: 12px;
            color: #777;
        }

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-family: 'averta_demo_peregular';
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/*.navbar-nav li:hover .dropdown-menu {
    display: block;
   
}
.navbar-light .navbar-nav .nav-link {
    color: #464646;
    font-family: 'averta_demo_peregular';
    font-size: 15px;
  
}

.dropdown-toggle::after {
    transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0 !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 12rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
}
   
    .dropdown-menu > li > a:hover {
        text-decoration: none;
      
    }
    .dropdown-menu > li > a:hover:after {
        text-decoration: none;
        transform: rotate(-90deg);
    }
    .dropdown-menu > li {
        padding: 5px;
        border-bottom: 1px dotted lightgray;
    }
    .dropdown-menu > li > a {
       font-size:13px;
       color:#484848;
    }*/

/*======================TABLE---===========================*/
/*table {
    width: 100%;
    border-collapse: collapse;
    margin: 0px auto;
}


tr:nth-of-type(odd) {
    background: #eee;
}

th {
    background: #3498db;
    color: white;
    font-weight: bold;
}

td, th {
    padding: 0px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 18px;
}


td:nth-of-type(1) {
    width:50px;
    text-align:center;
}

td:nth-of-type(2) {
    width: 100px;
}
    td:nth-of-type(3) {
        width: 105px;*/

/*===============================File upload============*/
.fileUpload {
    background: #d52128;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    overflow: hidden;
    padding: 0.775em;
    position: relative;
    text-align: center;
    width: 220px;
    cursor: pointer;
    height: 28px;
}

    .fileUpload:hover, .fileUpload:active, .fileUpload:focus {
        background: #484848;
        cursor: pointer;
    }

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        font-size: 15px;
        cursor: pointer;
        /* opacity: 0; */
        filter: alpha(opacity=0);
        width: 248px;
        height: 31px;
        cursor: pointer;
    }

input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

textarea.textarea-autosize {
    height: 5.25rem !important;
    min-height: 2.25rem;
    resize: vertical;
    overflow-y: hidden;
}

.card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 34, 51, 0.1);
    box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.05), 2px 4px 10px 0 rgba(0, 34, 51, 0.05);
    border-radius: 0.15rem;
}
/*========login dropmenu*/
/*.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}*/
.shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

@media only screen and (max-width: 600px) {


    .stdMainPopup {
        border-radius: 10px;
        background-color: #4d4d4d;
        left: 0 !important;
    }

    .pagination a, .pagination a:visited {
        padding: 5px 7px;
    }

    .pagination span {
        padding: 5px 7px;
    }
}



@media screen and (max-width: 35.5em) {
}
/*========login dropmenu*/
.dropbtn {
    /*background-color: #4CAF50;*/
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 1%;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f8f8f8;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
    text-decoration: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(206,206,206,.15);
    border-radius: .25rem;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-item a {
    color: #212529;
    font-size: 14px;
}

    .dropdown-item a:hover {
        text-decoration: none;
    }

.navbar {
    z-index: 102;
}

.card-signin {
    z-index: 99;
}

.nav-link {
    color: #000 !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

#no-more-tables {
    width: 100%;
    margin-bottom: 1.5em;
}

    #no-more-tables thead {
        position: absolute;
        clip: rect(1px 1px 1px 1px);
        /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

        #no-more-tables thead th, #no-more-tables tbody th {
            background-color: #dc3545;
            border: 1px solid #bdbdbd;
            font-weight: normal;
            text-align: left;
            color: white;
        }

            #no-more-tables thead th:first-of-type {
                text-align: left;
            }

    #no-more-tables tbody,
    #no-more-tables tr,
    #no-more-tables th,
    #no-more-tables td {
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
    }

    #no-more-tables th,
    #no-more-tables td {
        padding: .5em;
        vertical-align: middle;
    }

    #no-more-tables caption {
        margin-bottom: 1em;
        font-size: 1em;
        font-weight: bold;
        text-align: center;
    }

    #no-more-tables tfoot {
        font-size: .8em;
        font-style: italic;
    }

    #no-more-tables tbody tr {
        margin-bottom: 1em;
        border: 2px solid #bdbdbd;
    }

        #no-more-tables tbody tr:last-of-type {
            margin-bottom: 0;
        }

    #no-more-tables tbody th[scope="row"] {
        background-color: #dc3545;
        color: white;
    }

    #no-more-tables tbody td[data-type=currency] {
        text-align: right;
    }

    #no-more-tables tbody td[data-title]:before {
        content: attr(data-title);
        float: left;
        font-size: .8em;
        color: rgba(94, 93, 82, 0.75);
    }

/*#no-more-tables thead th {
        text-align: right;
        border-bottom: 1px solid #bdbdbd;
        border-right: 1px solid #bdbdbd;
    }*/
/* FireFox 3 and Up */
@-moz-document url-prefix() {
    #no-more-tables thead th {
        border-right: 1px solid #bdbdbd;
    }
}

#no-more-tables tbody td {
    text-align: right;
    border-bottom: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
}


@media (min-width: 52em) {
    #no-more-tables {
        font-size: .9em;
    }

        #no-more-tables thead {
            position: inherit;
            clip: auto;
            height: auto;
            width: auto;
            overflow: auto;
        }

        #no-more-tables tr {
            display: table-row;
        }

        #no-more-tables th,
        #no-more-tables td {
            display: table-cell;
            padding: .5em;
        }

        #no-more-tables caption {
            font-size: 1.5em;
        }

        #no-more-tables tbody {
            display: table-row-group;
        }

            #no-more-tables tbody tr {
                display: table-row;
                border-width: 1px;
            }

                #no-more-tables tbody tr:nth-of-type(even) {
                    background-color: rgba(214, 214, 214, 0.1);
                }

            #no-more-tables tbody th[scope="row"] {
                background-color: transparent;
                color: #5e5d52;
                text-align: left;
            }

            #no-more-tables tbody td {
                text-align: left;
            }

                #no-more-tables tbody td[data-title]:before {
                    content: none;
                }
}

@media (min-width: 62em) {
    #no-more-tables {
        font-size: 1em;
    }

        #no-more-tables th,
        #no-more-tables td {
            padding: .75em .5em;
        }

        #no-more-tables tfoot {
            font-size: .9em;
        }
}

@media (min-width: 75em) {
    #no-more-tables th,
    #no-more-tables td {
        padding: .75em;
    }
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .card-signin {
        border: 0;
        border-radius: 1rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    }

    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}
/* ============ desktop view .end// ============ */
@media screen and (min-device-width : 280px) and (max-device-width : 480px) {
    .navbar {
        background: #d61f26;
    }

    .nav-link {
        color: #fff !important;
    }

    .dropbtn {
        font-size: 14px;
    }
}

@media screen and (min-device-width : 240px) and (max-device-width : 320px) {
    .navbar {
        background: #d61f26;
    }

    .nav-link {
        color: #fff !important;
    }

    .dropbtn {
        font-size: 14px;
    }

    .fz-xl {
        font-size: 16px !important;
    }
}

@media screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .navbar {
        background: #d61f26;
    }

    .nav-link {
        color: #fff !important;
    }

    .dropbtn {
        font-size: 14px;
    }
}

@media screen and (min-device-width : 600px) and (max-device-width :960px) {
    .navbar {
        background: #d61f26;
    }

    .nav-link {
        color: #fff !important;
    }

    .dropbtn {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .navbar {
        background: #d61f26;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}






.col3 {
    width: 3%;
}

.col4 {
    width: 4%;
}

.col5 {
    width: 5%;
}

.col6 {
    width: 6%;
}

.col7 {
    width: 7%;
}

.col8 {
    width: 8%;
}

.col10 {
    width: 10%;
}

.col15 {
    width: 15%;
}

.col20 {
    width: 20%;
}

.col40 {
    width: 40%;
}

.col60 {
    width: 60%;
}

.SearchPopUpNew_Map {
    margin-top: 3px;
    /*background-color: #EAEAEA;
    border: 2px solid #69B7AB;
    border-radius: 10px;*/
    padding: 10px;
    width: 30.5%;
    margin-left: -30%;
    background: #FFF;
    box-shadow: 0 3px 3px rgba(0,0,0,.3);
}

@media only screen and (max-width: 1100px) {
    .subgridtdpadding {
        padding-left: 1% !important;
    }

    .divInner_Dup {
        width: 100%;
    }

    .col3 {
        width: 100%;
    }

    .col4 {
        width: 100%;
    }

    .col5 {
        width: 100%;
    }

    .col6 {
        width: 100%;
    }

    .col7 {
        width: 100%;
    }

    .col8 {
        width: 100%;
    }

    .col10 {
        width: 100%;
    }

    .col15 {
        width: 100%;
    }

    .col20 {
        width: 100%;
    }

    .col40 {
        width: 100%;
    }

    .col60 {
        width: 100%;
    }

    .SearchPopUpNew_Map {
        margin-top: 3px;
        background-color: #EAEAEA;
        border: 2px solid #69B7AB;
        border-radius: 10px;
        padding: 10px;
        width: 90.5%;
        margin-left: 5%;
        left: 0px !important;
    }

    /*#no-more-tables table,
        #no-more-tables thead,
        #no-more-tables tbody,
        #no-more-tables th,
        #no-more-tables td,
        #no-more-tables tr {
            display: block;
        }

      
            #no-more-tables thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        #no-more-tables tr {
            border: 1px solid #ccc;
        }

        #no-more-tables td {
        
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
            white-space: normal;
            text-align: left;
            min-height:30px;
        }

        #no-more-tables .fiveper {
            width: 0%;
        }

        #no-more-tables .tenper {
            width: 0%;
        }

        #no-more-tables .fifteenper {
            width: 0%;
        }

        #no-more-tables .fortyper {
            width: 0%;
        }

        #no-more-tables td:before {
         
            position: absolute;
        
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

   
        #no-more-tables td:before {
            content: attr(data-title);
        }*/






    #no-more-tables2 table,
    #no-more-tables2 thead,
    #no-more-tables2 tbody,
    #no-more-tables2 th,
    #no-more-tables2 td,
    #no-more-tables2 tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables2 thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables2 tr {
        border: 1px solid #ccc;
    }

    #no-more-tables2 td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables2 .fiveper {
        width: 0%;
    }

    #no-more-tables2 .tenper {
        width: 0%;
    }

    #no-more-tables2 .fifteenper {
        width: 0%;
    }

    #no-more-tables2 .fortyper {
        width: 0%;
    }

    #no-more-tables2 td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    #no-more-tables2 td:before {
        content: attr(data-title);
    }
}

label {
    font-size: 12px;
}

.test input {
    float: left;
    margin-right: 0px;
    margin-left: 0px;
}

.test label {
    float: left;
    width: auto;
    margin-top: 1px;
    padding-left: 6px;
    padding-right: 6px;
}

.hiddenText {
    display: none;
}

.hoverDiv:hover + .hiddenText {
    display: block;
    color: rgb(71, 0, 65);
    font-size: 12px;
    font-weight: bold;
}
/* Parent Container */
.content_img {
    position: relative;
    /*width: 200px;
 height: 200px;
 float: left;
 margin-right: 10px;*/
}

    /* Child Text Container */
    .content_img div {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 15px;
        background: black;
        color: white;
        margin-bottom: 5px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: visibility 0s, opacity 0.5s linear;
        transition: visibility 0s, opacity 0.5s linear;
        word-break: keep-all;
    }

    /* Hover on Parent Container */
    .content_img:hover {
        cursor: pointer;
    }

        .content_img:hover div {
            width: 150px;
            padding: 8px 15px;
            visibility: visible;
            opacity: 0.7;
        }

.ErrorMsg {
    color: red;
    width: 100%;
    text-align: center;
}

/*style added by ramesh on 26-11-2020=============*/

.SuccessMsgDiv {
    background: #fff;
    width: 50%;
    height: auto;
    left: 0;
    right: 0;
    color: #04b210;
    text-align: center;
    padding: 5px;
    position: absolute;
    border-bottom: 2px solid #dc3545;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


.info, .success, .warning, .error, .validation {
    /*-webkit-animation: seconds 1.0s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 5s;
    animation: seconds 1s linear infinite;
    animation-iteration-count: 1;
    animation-delay: 5s;*/
    /*background: #fff;*/
    animation: blinkingText 1.2s infinite;
    width: 33%;
    min-height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 2%;
    color: black;
    text-align: center;
    padding: 15px;
    position: absolute;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .5px;
    background-color: #f5f5f5;
    z-index: 1024;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-bottom: 3px solid #af0007;
}

@keyframes blinkingText {
    0% {
        color: black;
    }

    49% {
        color: black;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}


#actions .dropdown-menu {
    left: -100px;
}

.nopadding {
    padding: 0%;
}

.box {
    width: 100%;
    padding: 15px;
    border: solid 1px #ccc;
    display: inline-block;
    margin-bottom: 20px;
}

.pac-card {
    /* margin: 10px 10px 0 0;*/
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
    width: 100%;
}

#pac-container {
    /*padding-bottom: 12px;
            margin-right: 12px;*/
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }


#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

.pac-container {
    z-index: 999999 !important;
}

/*.gm-style-mtc {
    display: none;
}

.gm-svpc {
    display: none;
}*/


/*==========tickmark animation=======*/
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

.ui-error {
    width: 56px;
    height: 56px;
    margin: 5px;
}

.ui-error-circle {
    stroke-dasharray: 260.75219025px, 260.75219025px;
    stroke-dashoffset: 260.75219025px;
    animation: ani-error-circle 1.2s linear;
}

.ui-error-line1 {
    stroke-dasharray: 54px 55px;
    stroke-dashoffset: 55px;
    stroke-linecap: round;
    animation: ani-error-line 0.15s 1.2s linear both;
}

.ui-error-line2 {
    stroke-dasharray: 54px 55px;
    stroke-dashoffset: 55px;
    stroke-linecap: round;
    animation: ani-error-line 0.2s 0.9s linear both;
}

@keyframes ani-error-line {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes ani-error-circle {
    0% {
        stroke-dasharray: 0, 260.75219025px;
        stroke-dashoffset: 0;
    }

    35% {
        stroke-dasharray: 120px, 120px;
        stroke-dashoffset: -120px;
    }

    70% {
        stroke-dasharray: 0, 260.75219025px;
        stroke-dashoffset: -260.75219025px;
    }

    100% {
        stroke-dasharray: 260.75219025px, 0;
        stroke-dashoffset: -260.75219025px;
    }
}
