.tabs-menu, .tabnew-menu {
    height: 30px;
    float: left;
    clear: both;
    list-style: none;
    width: 95%;
    padding: 0;
    margin-bottom: 0px;
}

    .tabs-menu li, .tabnew-menu li {
        height: 30px;
        line-height: 30px;
        float: left;
        margin-right: 3px;
        background-color: #ccc;
        border-top: 1px solid #d4d4d1;
        border-right: 1px solid #d4d4d1;
        border-left: 1px solid #d4d4d1;
        border-radius: 5px 5px 0 0;
    }

        .tabs-menu li.current, .tabnew-menu li.current {
            position: relative;
            background-color: #fff;
            border-bottom: 1px solid #fff;
            z-index: 5;
        }

        .tabs-menu li a, .tabnew-menu li a {
            padding: 10px;
            text-transform: uppercase;
            color: #000;
            text-decoration: none;
        }

    .tabs-menu .current a, .tabnew-menu .current a {
        color: #2e7da3;
    }

.tab, .tabnew {
    border: 1px solid #d4d4d1;
    float: left;
    margin-bottom: 5px;
    width: auto;
    width: 98.5%;
    background: #fff;
    padding-top: 5px;
    padding-left: 5px;
}

.tab-content, .tabnew-content {
    width: 100%;
    padding: 5px;
    border: none;
    background: none;
}

#tab-1, #tabnew-1 {
    display: block;
}

.moreInfo {
    color: #118CA8;
    font-weight: bold;
    float: right;
    cursor: pointer;
    font-size: 10px;
    text-decoration: underline;
    width: 12px;
}

.InnerDivName {
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
}

.InnerDiv {
    display: none;
}

.addNewRow {
    display: none
}
/************************************/
.switch {
    position: relative;
    display: inline-block;
    width: 30px !important;
    height: 15px;
}

    .switch input {
        display: none;
    }

.sliderBtbn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F34545;
    -webkit-transition: .4s;
    transition: .4s;
}

    .sliderBtbn:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .sliderBtbn {
    background-color: #33cc33;
}

input:focus + .sliderBtbn {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderBtbn:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: -5px;
}
/* Rounded sliders */
.sliderBtbn.round {
    border-radius: 34px;
}

    .sliderBtbn.round:before {
        border-radius: 50%;
    }

.EmailTemplatePanel {
    border-left: solid thin #ccc;
    padding: 25px;
}

    .EmailTemplatePanel.noborder {
        border: none !important;
    }

    .EmailTemplatePanel h4 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 30px;
        color: #504e4e;
    }

.helpTextAlert {
    margin: 0px;
    font-size: 13px;
    color: #747373;
}
/************************************/
.divstyle {
    width: 100%;
    float: left;
    height: 100%;
}

#bgDiv {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: Black;
    filter: alpha(opacity=25);
    opacity: 0.5;
    z-index: 1000;
}

#Progress {
    top: 45%;
    left: 40%;
    text-align: center;
    position: fixed;
    background-color: transparent;
    width: 300px;
    z-index: 1001;
}

.width65 {
    width: 65%;
}

.innerform {
    width: 100%;
    float: left;
    padding: 0;
    margin-top: 5px;
}

@media (max-width: 959px) and (min-width: 200px) {
    .table-custom-class { /*min-width:1300px !important;*/
    }

    .table-custom-class {
        max-height: 400px !important;
    }

        .table-custom-class thead {
            margin-right: 16px !important;
        }

        .table-custom-class tbody {
            overflow: auto;
        }
}

@media screen and (max-width: 1024px) {
    #MainMasterContent_gvConfig tr td {
        max-width: 135px;
    }
}

.note-editor.note-frame .note-editing-area .note-editable {
    height: 350px;
}

.headingPanel h5 {
    margin: 0px;
    font-size: 15px;
    margin-top: -4px;
}

.headingPanel p {
    margin-bottom: 0px;
    font-size: 13px;
    color: #747373;
}

/*#tableDatapagination{float:right;}
            #tableDatapagination .pagination ul li.inactive,
            #tableDatapagination .pagination ul li.inactive:hover{
                background-color:#ededed;
                color:#bababa;
                border:1px solid #bababa;
                cursor: default;
            }
            #tableDatapagination .data ul li{
                list-style: none;
                font-family: verdana;
                margin: 5px 0 5px 0;
                color: #000;
                font-size: 13px;
            }

            #tableDatapagination .pagination{
                width: 467px;
                height: 25px;
                margin-top:12px;
            }
            #tableDatapagination .pagination ul li{
                list-style: none;
                float: left;
                border: 1px solid #0485A3;
                padding: 2px 6px 2px 6px;
                margin: 0 3px 0 3px;
                font-size: 13px !important;
                color: #0485A3;
                font-weight: bold;
                background-color: #f2f2f2;
            }
            #tableDatapagination .pagination ul li:hover{
                color: #fff;
                background-color: #0485A3 ;
                cursor: pointer;
            }
			.go_button
			{    padding: 3px 5px;
			background-color:#0485A3;border:1px solid #0485A3;color:#fff;padding:2px 6px 2px 6px;cursor:pointer;margin-top:-1px;
			}
			.total
			{
			float:right;font-family:arial;color:#999;
			}
			.pagination p{float:left;    padding: 0px;  margin: 0px;}
			.innerPagination{margin-top:-1px;}
			.innerPagination ul{margin:0px;}
			.pagedata{ float:left;}
			.clearfix{clear:both;}
			.scroller{font-size:14px;}
			.table-custom-class thead tr{background:#18aacc;}
			.checkboxbg {padding:13px 10px;}
            .stockbg {padding:9px 10px; margin:3px;}
            .firststock {text-align:left;font-size:14px;width:50%; font-weight:bold;}
            .laststock {text-align:right; margin-right:5px; font-size:14px;width:50%;font-weight:bold;}
             #tableDatapagination .pagination ul li.activepage{color:#fff;background-color:#0485A3;}
             .tdpositionrelative tr td{ position:relative;}*/


.wbg {
    background: url(../../../images/wbg.jpg);
    width: 340px;
    height: 300px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 30px;
    filter: blur(0.5px);
    -webkit-filter: blur(0.5px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.wdata {
    background-color: #fff;
    border-radius: 7.5px;
    border-top-left-radius: 0;
    box-shadow: 0 1px 0.5px rgb(0 0 0 / 15%);
    min-height: 20px;
    position: relative;
    word-wrap: break-word;
    padding: 10px;
    /* position: absolute;*/
    top: 7px;
    min-height: 98px;
    left: 14%;
    right: 20px;
    width: 300px;
    box-shadow: 0 0 4px #aba5a5;
}

.wdocument {
    background-image: url(../../../images/Wdocument.png);
}

.wdocBG {
    background-color: #ccd0d5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    border-radius: 4px;
    box-sizing: border-box;
    height: 100px;
}

.wheader {
    color: rgba(0, 0, 0, .76);
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    padding: 6px 7px 0 9px;
    margin-bottom: 4px;
}

.wbody {
    color: #282828;
    font-size: 12px;
    padding: 0 7px 2px 9px;
    margin-bottom: 4px;
}

.wfoot {
    color: rgba(0, 0, 0, .45);
    font-size: 13px;
    line-height: 17px;
    padding: 0 7px 8px 9px;
    margin-bottom: 4px;
}

.WhatsTemplatePanel {
    border-left: solid thin #ccc;
    padding: 20px;
    background: url(../../../images/wbg.jpg);
    border-radius: 10px;
}

.anchordatabg {
    margin-bottom: 0px;
    border: solid thin #ccc;
    border-radius: 4px;
    margin-bottom: 8px;
}

    .anchordatabg h3 {
        font-size: 14px;
        border-bottom: solid thin #ccc;
        margin: 0px;
        padding-bottom: 10px;
        padding: 8px 6px;
        margin-bottom: 10px;
    }
.wimage {
    background-image: url("../../../images/Wimage.png");
}

.wvideo {
    background-image: url("../../../images/Wvideo.png");
}

.wdocument {
    background-image: url("../../../images/Wdocument.png");
}
.Wlocation {
    background-image: url("../../../images/Wlocation.png");
}