/* Minification failed. Returning unminified contents.
(1343,35): run-time error CSS1031: Expected selector, found '/'
(1343,35): run-time error CSS1025: Expected comma or open brace, found '/'
(2144,12): run-time error CSS1038: Expected hex color, found '#118120117'
(2155,12): run-time error CSS1038: Expected hex color, found '#118120117'
(2256,15): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(4371,20): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */

.slide-menu {
    position: fixed;
    width: 300px;
    height: 100%;
    z-index: 10;
    left: 100%;
}

    .slide-menu.left-side {
        left: 0%;
        right: auto;
    }

        .slide-menu.left-side .menu-items .menu-item {
            right: 0px;
            left: auto;
        }

            .slide-menu.left-side .menu-items .menu-item .menu-icon {
                float: right;
            }

            .slide-menu.left-side .menu-items .menu-item .menu-close {
                top: 0px;
                left: 0px;
                right: auto;
            }

            .slide-menu.left-side .menu-items .menu-item .menu-content {
                margin-left: 55px;
            }

    .slide-menu.open .menu-items {
        padding-top: 45px;
    }

    .slide-menu .menu-items {
        position: absolute;
        left: 0px;
        height: 100%;
        width: 100%;
        z-index: 1;
        background-color: #FFFFFF;
        padding: 0px;
        margin: 0px;
    }

        .slide-menu .menu-items .menu-item {
            font-size: 26px;
            border-top: 1px solid #aaaba9;
            border-bottom: 1px solid #aaaba9;
            display: block;
            cursor: pointer;
            position: absolute;
            left: 0px;
            width: 100%;
            background: linear-gradient(110deg,#FFFFFF 60%, #7de4fb 60%) !important;
        }

            /*.menu-icon {
    background: linear-gradient(110deg,#fdcd3b 60%, #ffed4b 60%) !important;
}*/

            .slide-menu .menu-items .menu-item .menu-close {
                display: none;
                position: absolute;
                top: 0px;
                right: 0px;
                height: 100%;
                text-align: center;
                background-color: rgba(255, 255, 255, 0.25);
            }

                .slide-menu .menu-items .menu-item .menu-close i {
                    padding-top: 8px;
                }

            .slide-menu .menu-items .menu-item .menu-content {
                padding: 7px 0px;
                display: none;
            }

            .slide-menu .menu-items .menu-item .menu-icon {
                padding: 7px 13px;
                display: inline-block;
                text-align: center;
            }

            .slide-menu .menu-items .menu-item.active {
                color: #000000;
                background-color: #5b97d8;
                top: 0px;
                position: absolute;
                text-decoration: none;
            }

                .slide-menu .menu-items .menu-item.active .menu-content,
                .slide-menu .menu-items .menu-item.active .menu-close {
                    display: inline-block;
                }

            .slide-menu .menu-items .menu-item .menu-body {
                height: 0;
                background-color: #FFFFFF;
                position: absolute;
                width: 250px;
                top: 100%;
                overflow: auto;
                font-size: 14px;
                color: rgba(0, 0, 0, 0.875);
            }

li[class='menu-item active'] .menu-body {
    width: 450px !important;
    background-color: #FFFFFF !important;
    padding: 10px;
    border: 1px solid #e2e2e2;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 42px;
    left: 0;
    background-color: #c2c3c1;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #111111;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

#divAN {
    background-image: url('../Images/Navigation.svg');
}

#divAQ {
    background-image: url('../Images/AQ.svg');
}

#divGQ {
    background-image: url('../Images/GQ.svg');
}

#divRef {
    background-image: url('../Images/references.svg');
}

#divEQU {
    background-image: url('../Images/equations.svg');
}

#divTable {
    background-image: url('../Images/tables.svg');
}

#divCmt {
    background-image: url('../Images/Comments.svg');
}

#divFig {
    background-image: url('../Images/figures.svg');
}

#divAtt {
    background-image: url('../Images/attach.svg');
}

#divES {
    background-image: url('../Images/EditSummary.svg');
    background-repeat: no-repeat;
    margin-left: 5px;
}

#divApprove {
    background-image: url('../Images/approved.svg');
    background-repeat: no-repeat;
}

.fa-book {
    color: #0035ff;
}

.aq-icon {
    color: #9119e8;
}

.fa-list-alt {
    color: #da8210;
}

.eq-icon {
    color: #ff005c;
}

.fa-table {
    color: #249e78;
}

.fa-comment {
    color: #e23cc5;
}

.fa-file-image-o {
    color: #127920;
}

.fa-paperclip {
    color: #ff4106;
}

.fa-pencil-square-o {
    color: #179dff;
}

.fa-folder-open {
    color: #179dff;
}

.fa-check-circle-o {
    color: #0d9873;
}

.jumbotron {
    font-family: Calibri !important;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px !important;
    margin-right: -12%;
    background-color: white;
    text-align: justify;
    border-radius: 5px;
    color: #1a80b7;
}

.divGQRound {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: rgba(204, 49, 0, 0.85) none repeat scroll 0% 0%;
    background-color: rgba(204, 49, 0, 0.85);
    text-align: center;
    float: left;
    margin: 4px;
    cursor: pointer;
    bottom: 0px;
    color: rgb(255, 255, 255) !important;
    padding: 8px 4px 5px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

/*saranya-02.02.2021*/
.divcitRound1 {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background: rgba(204, 49, 0, 0.85) none repeat scroll 0% 0%;
    background-color: #e57d37;
    text-align: center;
    float: left;
    margin: 4px;
    cursor: pointer;
    bottom: 0px;
    color: rgb(255, 255, 255) !important;
    padding: 8px 4px 5px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

 /* Ramachandran - Table : design changes */
.divcitRound {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 4px;
    text-align: center;
    border-radius: 50%;
    background-color: #e57d37;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    vertical-align: top;
}





/*saranya-13.05.2021*/
.divansOUP {
    background-color: gray !important;
    color: #FFFFFF !important;
}

.divunansOUP {
    border-radius: 50%;
    width: 32px;
    height: 30px;
    background: #c7891d;
    background-color: #c7891d;
    text-align: center;
    float: left;
    margin: 4px;
    cursor: pointer;
    bottom: 0px;
    color: rgb(255, 255, 255) !important;
    padding: 8px 4px 5px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
/*v0.1.2.15y10.6*/
.divDiveRound {
    width: 40px;
    height: 30px;
    background: rgba(204, 49, 0, 0.85) none repeat scroll 0% 0%;
    background-color: rgba(204, 49, 0, 0.85);
    text-align: center;
    float: left;
    margin: 4px;
    cursor: pointer;
    bottom: 0px;
    color: rgb(255, 255, 255) !important;
    padding: 8px 4px 5px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.diveAccess > div.infodiv, .diveAccess > div.accessdive {
    border: 1px solid;
    border-width: thin;
    padding: 8px;
    font-size: 15px;
}
.diveAccess > div.accessdive {
    font-weight: bold;
    border-color: lightgray;
}
.diveAccess > div.curdiv, .diveAccess > div.subdiv {
    display: grid;
}
    /*v0.1.2.15y10.6*/
.divAQRound {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: rgba(204, 49, 0, 0.85) none repeat scroll 0% 0%;
    background-color: rgba(204, 49, 0, 0.85);
    text-align: center;
    float: left;
    margin: 4px;
    cursor: pointer;
    bottom: 0px;
    color: rgb(255, 255, 255) !important;
    padding: 8px 4px 5px;
    /*font-weight: bold; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.divgreen {
    background-color: forestgreen !important;
    color: #FFFFFF !important;
}
.divunderline { /*//v.0.4.5 praveen */
    padding-top: 5px;
    width: 36px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid white; /* Red border */
    box-shadow: 0 0 0 3px red;
    font-size: 10px;
    font-weight: bold;
    /*text-decoration: underline;
	padding-top: 4px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
   /* border: 3px solid rgb(119, 0, 255); 
	border: 3px solid rgb(255, 0, 0);
    font-size: 11px;
    font-weight: bold;*/
}
.divOrange {
    background-color: lightsalmon !important;
    color: #FFFFFF !important;
}

.divRed {
    background-color: red !important;
    color: #FFFFFF !important;
}

.Query_span,.Query_label { /*v0.1.2.15y2*/
    font-family: Calibri !important;
    color: #1a80b7
}

.accept_reject {
    background-color: #afe7f6;
}

#divRefAlert {
    height: 150px;
    padding-top: 10px;
    text-align: center;
    font-size: 18px;
    color: #1a80b7;
}

table.refhdtbl td {
    border: none;
}

#divAlert {
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
    color: blue;
    line-height: 1.2;

}

.imageLoadRef {
    background: url(../Images/loader.gif) no-repeat center;
}

#CitAlert {
    font-size: 20px;
    padding-top: 20px;
    text-align: left;
    color: #1a80b7;
    line-height: 1.2;
}

.divTabList {
    font-family: Calibri;
    color: #1a80b7;
    font-size: 16px;
}

.divFigList {
    font-family: Calibri;
    color: #1a80b7;
    font-size: 16px;
	/* display: inline-block; */
}

#refLoader {
    position: absolute;
    left: 63%;
    top: 44%;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: -75px 0 0 -75px;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    border-bottom: 6px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}



@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}
#refEditLoader {
    position: absolute;
    left: 63%;
    top: 25%;
    z-index: 1;
    width: 40px;
    height: 40px;
    margin: -75px 0 0 -75px;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    border-bottom: 6px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


#refprevLoader {
    position: absolute;
    left: 53%;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: -75px 0 0 -75px;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    border-bottom: 6px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#InviteLoader {
    position: absolute;
    left: 63%;
    top: 25%;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: -75px 0 0 -75px;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    border-bottom: 6px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.tfoot {
    /* display: run-in !important; */
}
.non_italic {
    font-style: normal;   
}
td p.affiliation {
    display: block !important;
}
.fa_inserttble{  /*v.0.5.2 praveen*/
	font-size: 20px !important;
}
a {
    color: blue;
    cursor: pointer;
    text-decoration: none !important;
}

/*praveen aff*/
span.alt-name::before {
    content: " (";
}
span.alt-name::after {
    content: ")";
}
/*praveen quicktour*/

div.popover > h3{
	color : black ! important;
}

/* Ramachandran - Splitwindow  */
.splitDiv {
    height: 100%;
    width: 50%;
    position: fixed;
}

.dispeqn-pdf {
    display: block;
    margin: 25px;
}


.Divleft {
    left: 0;
}

.Divright {
    right: 0;
	 /*overflow-y: scroll;*/ /* Ramachandran - Splitwindow */ 
}

.Splitwindowhighlighted { /*Split Window*/
    background-color: yellow;
    padding: 2px;
    border-radius: 3px;
}
/* End */

/*Ramachandran - composition*/
span.fa.fa-thumb-tack {
    color: red !important;
}





#mceu_31-body > div.popover > h3,
#mceu_30-body > div.popover > h3,
#mceu_29-body > div.popover > h3 {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7 !important;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color : black ! important;
}

#mceu_31-body > div.popover > div.popover-content > div,
#mceu_30-body > div.popover > div.popover-content > div,
#mceu_29-body > div.popover > div.popover-content > div {
    display: flex;
    justify-content: space-between;
    padding: 5px;
	font-family: Calibri !important;
}

#mceu_31-body > div.popover > div.popover-content,
#mceu_30-body > div.popover > div.popover-content,
#mceu_29-body > div.popover > div.popover-content {
    font-size: 14px !important;
}
#skip {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
    cursor:pointer;
	padding: 2px 10px! important; 
	font-size: 13px! important;
	border-radius: 4px! important;
	font-weight: normal;
	display: inline-block;
	text-align: center;
	border: 2px solid transparent;
	line-height: 1.5! important;
}

.popover.bottom .arrow:after  {
    border-bottom-color: black! important; /* Replace #yourColor with the desired color */
}
.popover.left .arrow:after{
	border-left-color: black ! important;
} 
#Prev {
    color: #fff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
    cursor: pointer;
    font-weight: normal;
	display: inline-block;
	text-align: center;
	border: 2px solid transparent;
}


#next {
    color: #fff !important;
    background-color: #428bca !important;
    border-color: #357ebd !important;
    cursor: pointer;
	font-weight: normal;
	display: inline-block;
	text-align: center;
	border: 2px solid transparent;
}

#mceu_31-body > div.popover > div.popover-content,
#mceu_30-body > div.popover > div.popover-content,
#mceu_29-body > div.popover > div.popover-content {
    padding: 9px 14px !important;
    color: #a52a2a !important;
    text-align: left !important;
    white-space: normal !important;
}

#mceu_31-body > div.popover,
#mceu_30-body > div.popover,
#mceu_29-body > div.popover {
    max-width: 300px !important;
    top: 36.009018px !important;
    left: 172.071px !important;
    display: block !important;
    position: absolute !important;
    /*background: #ffd991 !important;*/
    background: #f6f3ef !important;
}

#mceu_31-body > div.popover {
    left: 426.071px !important;
}
#mceu_30-body > div.popover {
    left: 328.071px !important;

}
/*end*/

table caption span[data-sdummy="label"] {
    padding-right: 5px !important;
	
}

p.copyright:before {
    content: "Copyright: ";
    padding-left: 20px;
    font-weight: bold;
}

p.copyright-holder:before {
    content: "Copyright-holder: ";
    padding-left: 20px;
    font-weight: bold;
}

p.article-type:before {
    content: "Article-type: ";
    padding-left: 20px;
    font-weight: bold;
}

p.DOI-Number:before {
    content: "DOI-Number: ";
    padding-left: 20px;
    font-weight: bold;
}

div.metadata {
    border-radius: 5px;
    background-color: #E8E8E8;
}

span.received:before {
    content: "Received: ";
    padding-left: 20px;
    font-weight: bold;
}

span.accepted:before {
    content: "Accepted: ";
    padding-left: 20px;
    font-weight: bold;
}

span.revised:before {
    content: "Revised: ";
    padding-left: 20px;
    font-weight: bold;
}

p.left_rh_11:before {
    content: "Left-running-head: ";
    font-weight: bold;
}

p.right_rh:before {
    content: "Right-running-head: ";
    font-weight: bold;
}


p.jtitle:before {
    content: "Journal-title: ";
    padding-left: 20px;
    font-weight: bold;
}

p.abr-jtitle:before {
    content: "Abbr.Journal-title: ";
    padding-left: 20px;
    font-weight: bold;
}

p.issn_ppub:before {
    content: "P-Issn Number: ";
    padding-left: 20px;
    font-weight: bold;
}

p.issn_epub:before {
    content: "E-Issn Number: ";
    padding-left: 20px;
    font-weight: bold;
}

p.pubname:before {
    content: "Publisher Name: ";
    padding-left: 20px;
    font-weight: bold;
}

p.vol:before {
    content: "Volume: ";
    padding-left: 20px;
    font-weight: bold;
}

p.issue:before {
    content: "Issue No: ";
    padding-left: 20px;
    font-weight: bold;
}

p.fpage:before {
    content: "First Page: ";
    padding-left: 20px;
    font-weight: bold;
}

p.lpage:before {
    content: "Last Page: ";
    padding-left: 20px;
    font-weight: bold;
}
/*.mceNonEditable{
   -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	pointer-events: none;
    
}*/
div.metadata {
    display: none;
}

.delref {
    display: none;
}

.delref {
    display: none;
}

p.article_title1,p.book-title {
    font-family: Sans-Serif;
    font-style: normal;
    line-height: normal;
    font-size: 16px;
    text-align: left;
    color: #808080;
    background-color: #e4f8fa;
    margin-left: -40px;
    padding-left: 20px;
    margin-top: -7px;
    margin-bottom: -22px;	
}

    p.article_title1:hover {
        color: black;
        cursor: pointer;
    }

p.abstract_title1 {
    font-family: Sans-Serif;
    font-style: normal;
    line-height: normal;
    font-size: 14px;
    text-align: left;
    color: #808080;
    background-color: #e4f8fa;
    margin-left: -40px;
    padding-left: 20px;
    margin-top: 26px;
    margin-bottom: -22px;
    height: 22px;
    padding-top: 3px;
}

    p.abstract_title1:hover {
        color: black;
        cursor: pointer;
    }

h1.abstract_title1 {
    font-family: Sans-Serif;
    font-style: normal;
    line-height: normal;
    font-size: 14px;
    text-align: left;
    color: #808080;
    background-color: #e4f8fa;
    margin-left: -40px;
    padding-left: 20px;
    margin-top: 26px;
    margin-bottom: -22px;
    height: 22px;
    padding-top: 3px;
}

    h1.abstract_title1:hover {
        color: black;
        cursor: pointer;
    }

p.acknowledgement_title1 {
    font-family: Sans-Serif;
    font-style: normal;
    line-height: normal;
    font-size: 14px;
    text-align: left;
    color: #808080;
    background-color: #e4f8fa;
    margin-left: -40px;
    padding-left: 22px;
    margin-top: -7px;
    margin-bottom: -16px;
}

    p.acknowledgement_title1:hover {
        color: black;
        cursor: pointer;
    }

h1 {
    font-family: Sans-Serif;
    font-style: normal;
    line-height: normal;
    font-size: 14px;
    text-align: left;
    color: #808080;
    /* margin-left: -40px; */
    /* padding-left: 22px; */
    margin-top: -7px;
    /* margin-bottom: -16px; */
}

    h1.acknowledgement_title1 {
        font-family: Sans-Serif;
        font-style: normal;
        line-height: normal;
        font-size: 14px;
        text-align: left;
        color: #808080;
        background-color: #e4f8fa;
        margin-left: -40px;
        padding-left: 22px;
        margin-top: -7px;
        margin-bottom: -16px;
    }

        h1.acknowledgement_title1:hover {
            color: black;
            cursor: pointer;
        }

p.reference_title1 {
    font-family: Sans-Serif;
    font-style: normal;
    line-height: normal;
    font-size: 14px;
    text-align: left;
    color: #808080;
    padding-bottom: 5px;
    background-color: #e4f8fa;
    margin-left: -40px;
    padding-left: 23px;
    font-weight: bold;
    padding-top: 5px;
    margin-top: 25px;
}

    p.reference_title1:hover {
        color: black;
        cursor: pointer;
    }

h1.reference_title1 {
    font-family: Sans-Serif;
    font-style: normal;
    line-height: normal;
    font-size: 14px;
    text-align: left;
    color: #808080;
    padding-bottom: 5px;
    background-color: #e4f8fa;
    margin-left: -40px;
    padding-left: 23px;
    font-weight: bold;
    padding-top: 5px;
    margin-top: 25px;
}

    h1.reference_title1:hover {
        color: black;
        cursor: pointer;
    }

h1.first {
    font-family: Sans-Serif;
    font-style: normal;
    line-height: normal;
    font-size: 14px;
    text-align: left;
    color: #808080;
    margin-bottom: -15px;
    background-color: #e4f8fa;
    margin-left: -40px;
    padding-left: 22px;
    margin-bottom: -21px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    h1.first:hover {
        color: black;
        cursor: pointer;
    }

h2.first {
    font-family: Sans-Serif;
    font-style: normal;
    line-height: normal;
    font-size: 12px;
    text-align: left;
    color: #808080;
    margin-left: -68px;
    margin-top: 22px;
    margin-bottom: -18px;
    background-color: #e4f8fa;
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    h2.first:hover {
        color: black;
        cursor: pointer;
    }

h3.first {
    font-family: Sans-Serif;
    font-style: normal;
    line-height: normal;
    font-size: 12px;
    text-align: left;
    color: #808080;
    margin-left: -95px;
    margin-top: 22px;
    margin-bottom: -18px;
    background-color: #e4f8fa;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 75px;
}

    h3.first:hover {
        color: black;
        cursor: pointer;
    }

h4.first {
    font-family: Sans-Serif;
    font-style: normal;
    line-height: normal;
    font-size: 12px;
    text-align: left;
    color: #808080;
    margin-left: -122px;
    margin-top: 22px;
    margin-bottom: -18px;
    background-color: #e4f8fa;
    padding-left: 103px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    h4.first:hover {
        color: black;
        cursor: pointer;
    }

h5.first {
    font-family: Sans-Serif;
    font-style: normal;
    line-height: normal;
    font-size: 12px;
    text-align: left;
    color: #808080;
    margin-left: -149px;
    margin-top: 22px;
    margin-bottom: -17px;
    background-color: #e4f8fa;
    padding-left: 118px;
    padding-top: 5px;
    padding-bottom: 4px;
}

    h5.first:hover {
        color: black;
        cursor: pointer;
    }

img.Eq {
    border: 0px;
    align: center;
    max-width: 100%;
}

    img.Eq:hover {
        cursor: pointer;
        color: green;
        border: 1px solid black;
        border-radius: 5px;
        max-width: 100%;
    }



#math_div {
    width: 99%;
    background-color: white;
    border-collapse: collapse;
    border: 1px solid #CEE3F6;
    border-radius: 2px;
    margin-top: -15px;
}

    #math_div:hover {
        cursor: pointer;
        background-color: #D8D8D8;
        border-collapse: collapse;
    }

#att_div {
    width: 100%;
    background-color: #e4f8fa;
    font-size: 12px;
    border: 1px solid #CEE3F6;
    font-family: Sans-Serif;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-left: -6px;
    margin-top: -17px;
}

.cmt_div {
    width: 100%;
    background-color: #e4f8fa;
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid #CEE3F6;
    margin-top: -16px;
    font-family: Sans-Serif;
    text-align: left;
    padding-left: 5px;
    height: auto;
    margin-left: -6px;
    padding-top: 3px;
    width: auto;
}
/*#att_div:hover{background-color:#D8D8D8;border-collapse: collapse;font-size: 12px;font-family: Sans-Serif;}*/

#reftbl {
    font-family: Sans-Serif;
    font-style: normal;
    line-height: normal;
    font-size: 12px;
    text-align: justify;
    color: #585858;
    background-color: #D8D8D8;
    border-radius: 4px;
    margin-top: 5px;
}

    #reftbl:hover {
        font-family: Sans-Serif;
        font-style: normal;
        line-height: normal;
        font-size: 12px;
        text-align: justify;
        color: white;
        cursor: pointer;
        background-color: #81BEF7;
        border-radius: 4px;
        margin-top: 5px;
    }

#aff_tbl {
    font-family: Sans-Serif;
    font-style: normal;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #808080;
}

#aff_tr:hover {
    font-family: Sans-Serif;
    font-style: normal;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #808080;
    background-color: #81BEF7;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    font-family: Sans-Serif;
    font-style: normal;
    line-height: normal;
    font-size: 10px;
    text-align: justify;
    cursor: default !important;
    width: 100%;
    /* table-layout:fixed; */
    border: 1px solid #e2e2e2;
}

/* table.editref { */
/* border-collapse: collapse; */
/* border: 1px solid black; */
/* font-family: Sans-Serif; */
/* font-style: normal; */
/* line-height: normal; */
/* font-size: 12px; */
/* text-align: left; */
/* width: 100%; */
/* } */

/* .editref tr th { */
/* background-color: white; */
/* text-align: left; */
/* color: Black; */
/* border-bottom: none !important; */
/* } */

/* .editref th { */
/* background-color: white; */
/* text-align: left; */
/* border: 1px solid black; */
/* color: Black; */
/* width: 100px; */
/* } */

/* .editref td { */
/* text-align: left; */
/* border: 1px solid black; */
/* } */

/* table.sClas { */
/* border-collapse: collapse; */
/* font-family: Sans-Serif; */
/* font-style: normal; */
/* line-height: normal; */
/* font-size: 12px; */
/* text-align: left; */
/* width: 100%; */
/* } */

/* .sClas th { */
/* background-color: white; */
/* text-align: left; */
/* /* border: 1px solid black;*/ */
/* border-left: none !important; */
/* color: Black; */
/* width: 100px; */
/* } */
/* .sClas td { */
/* text-align: left; */
/* /*  border: 1px solid black; */ */
/* border-top: none !important; */
/* border-right: none !important; */
/* } */
table.newtbl {
    border-collapse: collapse;
    border: 1px solid black;
    font-family: Sans-Serif;
    font-style: normal;
    line-height: normal;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

table:hover {
    cursor: pointer;
}

tr td {
    border: 1px solid #e2e2e2;
}

thead tr {
    background-color: #eee;
    color: #2D3030 !important;
    font-weight: bold;
}

    /* thead tr:hover { */
        /* background-color: #81BEF7; */
    /* } */

p.table_caption, p.appendix_table_caption {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #2D3030;
    margin-left: 0px !important;
    margin-top: 25px;
    margin-bottom: 10px;
    border: 1px solid #bbb;
    padding: 20px;
    /*  font-weight: bold;    Ramachandran remove common bold property. Its mapped customized*/
	background-color: #eee;
}

p.del_figure_caption,div.del_visual_abstract, div.del_box { /*v0.1.2.15m v0.1.2.15x v0.1.2.15y11 gokul*/
    border: 5px solid red;
    padding: 10px;
   background: bisque !important; /*v0.1.2.15y10.5*/
}

.waterMark, span.rrpls { /*v0.1.2.15n2 v0.1.2.15x4 gokul*/
        color: red;
        font-size: 20pt;
        text-align:center;
		margin-left:30%;
		display: flex; /*v0.1.2.15s1*/	
    }
/*v0.1.2.15n2 gokul*/

a.del_fig { /*v0.1.2.15m1 gokul*/
    text-decoration: line-through !important;
    color: red;
}
/*v0.1.2.15m gokul*/

p.figure_caption, p.appendix_figure_caption{
    font-family: Sans-Serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 18px;
    text-align: left;
    width: 100%;
}
span.addnewfig{	

	    color: green;
        font-size: 20pt;
        text-align:center;
		margin-left:38%;
		display: flex;
		
}

p.figure_caption,p.scheme_caption, p.del_figure_caption, div.box, div.del_box,p.appendix_figure_caption { /*v0.1.2.15m v0.1.2.15y11*/
    font-family: Sans-Serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 18px;
    text-align: left;
    width: 100%;
	padding: 20px; /*v0.1.2.15y10.5*/
    background-color: #f8f8f8; /*v0.1.2.15y10.5*/
	margin-bottom: 20px;
}
p.table_caption_tbl { /*v.0.5.2 praveen*/  
    font-family: Sans-Serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 18px;
    text-align: left;
    width: 100%;
    padding: 20px; /*v0.1.2.15y10.5*/
    background-color: #f8f8f8; /*v0.1.2.15y10.5*/
}

.imgFigure { /*v0.1.2.15l gokul*/
    border: 5px solid deeppink;
    padding:10px;
}

.imgTable {/*v.0.5.2 praveen*/   
    border: 5px solid deeppink;
    padding: 10px;
}

#ref_div {
}

#ref_text {
    height: 250px;
    border: 1px solid #d4d4d1;
    margin-bottom: 5px;
}

div[contenteditable="true"]:empty:not(:focus):before { /*v0.1.2.15t*/
    content: attr(data-placeholder)
}

.tabl_div {
    font-family: Sans-Serif;
    font-size: 12px;
    text-align: justify;
    color: #585858;
    background-color: #e4f8fa;
    padding-left: 10px;
    margin-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    margin-left: -12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .tabl_div:hover {
        text-align: justify;
        color: black;
        cursor: pointer;
    }

#caption_div {
    font-family: Sans-Serif;
    font-size: 12px;
    text-align: justify;
    color: #585858;
    background-color: #e4f8fa;
    padding-left: 10px;
    margin-top: -5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -10px;
    width: 104%;
}

    #caption_div:hover {
        text-align: justify;
        color: #585858;
        cursor: pointer;
    }

.query_span1 {
    font-family: Sans-Serif;
    font-style: normal;
    line-height: normal;
    font-size: 12px;
    text-align: justify;
    color: #585858;
    cursor: pointer;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    width: 105%;
    background-color: #e4f8fa;
    margin-left: -15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: -12px;
}
    /*.query_span1 table
                   {
                       border:1px solid black;
                       width:100%;
                       
                   }
                   .query_span1 table,th,td
                   {
                       
                       border:1px solid black;
                       border-collapse: collapse;
                   }*/
    .query_span1:hover {
        font-family: Sans-Serif;
        text-align: justify;
        color: black;
        cursor: pointer;
    }

#res_tbl {
    background-color: #FAFAFA;
}

.res_td {
    font-family: Sans-Serif;
    font-style: normal;
    line-height: normal;
    font-size: 14px;
    text-align: justify;
    color: black;
    cursor: pointer;
    background-color: #FAFAFA;
    border-radius: 4px;
}


span.tooltip {
    outline: none;
    text-decoration: none;
    border-bottom: dotted 1px blue;
}

    span.tooltip strong {
        line-height: 30px;
    }

    span.tooltip > span {
        width: 200px;
        padding: 10px 20px;
        margin-top: 2px;
        margin-left: -85px;
        opacity: 0;
        visibility: hidden;
        z-index: 10;
        position: absolute;
        font-family: Sans-Serif;
        font-size: 14px;
        font-style: normal;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 2px 2px 2px #999;
        -moz-box-shadow: 2px 2px 2px #999;
        box-shadow: 2px 2px 2px #999;
        -webkit-transition-property: opacity, margin-top, visibility, margin-left;
        -webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
        -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
        -moz-transition-property: opacity, margin-top, visibility, margin-left;
        -moz-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
        -moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
        -o-transition-property: opacity, margin-top, visibility, margin-left;
        -o-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
        -o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
        transition-property: opacity, margin-top, visibility, margin-left;
        transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
        transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    }

    /*a.tooltip > span:hover,*/
    span.tooltip:hover > span {
        opacity: 1;
        text-decoration: none;
        visibility: visible;
        overflow: visible;
        margin-top: 25px;
        display: inline;
        margin-left: -60px;
    }

    span.tooltip span b {
        color: black;
    }

    span.tooltip > span {
        color: #3366FF;
        background: #DDDDDD;
        background: -moz-linear-gradient(top, #DDDDDD 0%, #FFFFFF 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDDDDD), color-stop(100%,#FFFFFF));
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDDDDD', endColorstr='#FFFFFF',GradientType=0 );
        border: 1px solid #BBBBBB;
    }

    span.tooltip span p {
        color: black;
    }

span.received::before {
    content: "Received: ";
}

span.accepted:before {
    content: "Accepted: ";
}

span.revised:before {
    content: "Revised: ";
}

p.Author_Query {
    display: none;
}

p.query_text {
    display: none;
}

.del-span {
    display: none !important;
	 /*v0.1.2.15y13.11.3*/
}

.reject-span {
    display: none;
}

/* .reject-span[data-preaction="upd"] { */
	 /* display: inline; */
	/* text-decoration: line-through; */
    /* color: red; */
/* } */

/* .reject-span[data-preaction="upd1"]{ */
	 /* display: inline; */
    /* text-decoration: line-through; */
    /* color: red; */
/* } */

.upd, .enter_ins { /*v0.1.2.15y13.2*/
    background-color: moccasin;
}
/*Ramachandran - add strikethrough class*/
.strike_line {
    text-decoration: line-through;
}
.H_change { /*v0.1.2.15y13.5*/
    background:moccasin;
    display:inline-block !important;
}
.cmts,.attachments {
    background-color: #FFE5D2;
}

.track_text {
    font-family: Sans-Serif;
    font-size: 12px;
    text-align: justify;
    cursor: pointer;
    background-color: #e4f8fa;
    margin-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: -12px;
}

.radioclick {
    font-family: Sans-Serif;
    font-size: 10px;
}

.note {
    width: 335px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: -12px;
    text-align: left;
    margin-top: 1px;
    font-size: 14px;
    font-family: Sans-Serif;
    background-color: #539bc7;
    color: white;
}
.refnote {
	
	font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #2D3030;
    line-height: 200%;
	
   }

table.cmt {
    border-collapse: collapse;
    width: 106%;
    margin-top: 10px;
    margin-left: -7px;
    margin-bottom: -5px;
}


table {
    font-size: 15px !important;
}

.del-ref, #divRef .del {
    text-decoration: line-through !important;
    color: red !important;
    border-radius: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    font-size: medium !important;
}

#divRef .ins {
    font-size: 15px !important;
    padding: 0 !important;
    background-color: #e5ffcd;
}

a[data-class] {
    display: none;
}



.refIcon {
    padding: 0 0 0 5px !important;
    font-size: 20px !important;
    cursor: pointer;  
    color: rgb(26, 128, 183) !important;
}

#TxtDOI, #TxtPubMed {
    border: 1px solid #d4d4d1;
    margin-bottom: 15px;
    min-width: 100%;
}

#divNewRef {
    height: 250px;
    border: 1px solid #d4d4d1;
    margin-bottom: 5px;
}

/* Article-type*/
.article-type {
    position: relative;
    /* display: inline-block; */
    font-weight: bold;
}

    .article-type .article-type_hover {
        visibility: hidden;
        width: 420px;
        background-color: #e29925;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 75%;
        left: 60%;
        font-size: 10px;
    }

        .article-type .article-type_hover::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -20px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .article-type:hover .article-type_hover {
        visibility: visible;
        opacity: 1;
    }

/* Article-Title */
.article_title {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 28px;
    text-align: left;
    font-weight: bold;
    color: #565959;
    display: inline;
}


    .article_title .article_title_hover {
        visibility: hidden;
        width: 420px;
        background-color: #cc8009;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 105%;
        left: 30%;
        opacity: 0;
        transition: opacity 1s;
        font-size: 10px; /* font-weight: normal; */
        margin-left: 50px;
    }

        .article_title .article_title_hover::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -20px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .article_title:hover .article_title_hover {
        visibility: visible;
        opacity: 1;
    }

/* Affiliation */
.affiliation-print {
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #565959;
    line-height: 200%;
    position: relative;
}

    .affiliation-print .affiliation-print_hover {
        visibility: hidden;
        width: 620px;
        background-color: #cc8009;
        color: #fff;
        text-align: center;
        border-radius: 4px;
        position: absolute;
        z-index: 1;
        bottom: 105%;
        left: 30%;
        opacity: 0;
        transition: opacity 1s;
        font-size: 10px;
        font-weight: bold;
        margin-left: -150px;
    }

        .affiliation-print .affiliation-print_hover::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -20px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .affiliation-print:hover .affiliation-print_hover {
        visibility: visible;
        opacity: 1;
    }
/* Author Names*/

.group {
    display: inline;
    font-weight: bold;
}



    .group .group_hover {
        display: none;
        width: 420px;
        background-color: #e29925;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 75%;
        left: 60%;
        font-size: 10px;
    }

        .group .group_hover::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -20px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .group:hover .group_hover {
        display: inline;
        opacity: 1;
    }

    .group:hover span[roles*=PE] {
        display: none;
        opacity: 1;
    }

/*span[role*=PE]
 {display:none;}*/


/*Figure Caption*/
.figure_caption, .del_figure_caption { /*v0.1.2.15m gokul*/
    position: relative;
    display: inline-block;
    /* font-weight: bold; */
}

    .figure_caption .figure_caption_hover {
        display: none;
        width: 420px;
        background-color: #e29925;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 75%;
        left: 60%;
        font-size: 10px;
    }

        .figure_caption .figure_caption_hover::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -20px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .figure_caption:hover .figure_caption_hover {
        display: inline;
        opacity: 1;
    }

  /*v0 .1.2.15y13.11.7*/
    .figure_caption[data-figure='sub'] .imgEditUp,
    .figure_caption[data-figure='sub'] .imgAnnotate,
    .figure_caption[data-figure='sub'] .imgDelUp,
    .figure_caption[data-figure='sub'] .rplsReset {
        float: right;
    }

p.article_type {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: #565959;
}

p.article_title {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 28px;
    text-align: left;
    font-weight: bold;
    color: #565959;
	word-break: break-word; /*v0.1.2.15y9.2*/
}

p.author {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #000;
}

/* v22.19 */ 
/* v22.43 */
p.authors,p.collab-authors, p.editors {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    color: #565959; /*color:#24646B;*/
    margin-top: 20px;
	
}

p.affiliation {
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #565959;
    line-height: 200%;
}

p.corresp {
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #565959;
    line-height: 200%;
    /* font-style: italic; */
    
}

p.abstract_title {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    color: #2D3030;
    margin-top: 25px;
}

p.abstract_text {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #2D3030;
    line-height: 200%;
}

p.short_abstract_text {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    color: #2D3030;
    margin-top: 75px;
}

p.keywords {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #2D3030;
    line-height: 200%;
    margin-top: 25px;
}

p.left_rh {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: #118120117;
    margin-left: 150px;
}

p.right_rh {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: #118120117;
    margin-left: 150px;
}

p.normal, p.bio,p.creditpara {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #2D3030;
    line-height: 200%;
}

p.product {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #2D3030;
	padding-top:20px;
}

p.SepPara {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #2D3030;
    line-height: 200%;
}

p.reference_text, p.ref_text {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #2D3030;
    line-height: 200%;
}



p.acknowledgement_title {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    color: #0099FF;
    margin-top: 25px;
	text-transform: lowercase;
}

p.acknowledgement_title:first-letter {
    text-transform: capitalize;
}

p.def_title, span.def_title { /*v0.1.2.15r1*/
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    color: #0099FF;
    margin-top: 25px;
}

p.reference_title {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    color: #0099FF;
    margin-top: 25px;
}



.aq {
    width: 300px;
    height: 100px;
    border: 1px solid blue;
    color: blue;
    font-weight: bold;
    cursor: pointer !important;
}

label {
    color: #6f0b03;
}

h1 {
    font-family: Arial, Helvetica, sans-serif 
    font-style: normal;
    line-height: normal;
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    color: #0099FF;
    margin-top: 25px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    line-height: normal;
    font-size: 20px;
    text-align: left;
    font-weight: bold !important;
    color: #800000;
}

div.content h2{
	font-size: 20px !important;
}

div.content h3{
	font-size: 18px !important;
}

h3 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    font-weight: bold !important;
    color: #FF0080;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 16px;
    text-align: left;
    font-weight: bold !important;
    color: indigo;
}

h4.modal-title { /*v0.1.2.15s*/
        color: white;
    }

.inline_equation img {
    /* margin-bottom: -8px !important; */
}

.inline_equation {
    display: inline-block;
}

.mce-content-body div.mce-resizehandle {
    display: none !important;
}

.mce-content-body img[data-mce-selected], .mce-content-body hr[data-mce-selected] {
    outline: none !important;
    resize: none;
}

/*.mce-floatpanel {
    display: none;
}*/

.tbAttachment tr td {
    border: none !important;
}

.tbAttachment tr {
    border-bottom: 1px solid #eee !important;
}

    .tbAttachment tr.lastrowcmt {
        border-bottom: 3px solid #bbb !important;
    }



.tbAttachment {
    border: none !important;
}

.errMsgClass {
    color: red;
}

.tbESummary tr td {
    border: none !important;
}

.tbESummary tr {
    border-bottom: 1px solid #eee !important;
    padding-top: 15px !important;
}

.tbESummary {
    border: none !important;
}

.journal-id, .issn, .jtitle, .publisher, .article-id {
    display: none;
}

.del {
    text-decoration: line-through !important; /*v0.1.2.15y13.11.1*/
    color: red;
}

.ins {
    background-color: #e5ffcd !important;
}

div.captiontxt[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-text)
}

div#divRefbody_Edit span.aq {
    display: none !important;
}

div#divRefbody_Edit a {
    /* display: none !important; */
}

div#divRefbody_Edit span.reject-span {
    display: none !important;
}

div#divRefbody_Edit span.del-span {
    display: none !important;
}

div#divRefbody_Edit a[name] {
    display: none !important;
}

div#divRefbody_Edit label {
    display: none !important;
}

div#divRefbody_Edit {
    border: solid 1px #428bca !important;
}

    div#divRefbody_Edit p {
        font-size: 15px !important;
        line-height: 2;
         /*word-break: break-all;*/
		padding: 10px;
    }

div#divRefbody_Delete {
    border: solid 1px #428bca !important;
}


table.table.table-striped {
    /* font-weight: bold; */
    color: #000 !important;
}

table.newtbl caption {
    border: 2px solid green !important;
}

table.newtbl p.caption {
    border: 2px solid green !important;
}

table.newtbl {
    border: 2px solid green !important;
}

table.deletetbl caption {
    border: 2px solid red !important;
}

table.deletetbl {
    border: 2px solid red !important;
    border-collapse: separate !important;
}

/*v0.1.2.15s gokul*/
.modalheader {
    background-color: #519aaa !important;
    border-color: #519aaa !important;
    color: white;
}

    .modalheader > button.close {
        opacity: unset;
        color: white;
        font-size: 25px
    }

    .modalheader.OP {
        background-color: #004f9e !important;
        border-color: #004f9e !important;
        color: white;
    }

.centered-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.centered-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255,255,255,0.6);
}

#miniloader1 {
    position: absolute;
    left: 63%;
    top: 81%;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: -75px 0 0 -75px;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    border-bottom: 6px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#attminiloader { /*v.0.3.2 praveen*/ 
    position: absolute;
    left: 63%;
    top: 81%;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: -75px 0 0 -75px;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    border-bottom: 6px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #0dd5b1;
    border-bottom: 16px solid #0dd5b1;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#saveloader {
   
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #0dd5b1;
    border-bottom: 16px solid #0dd5b1;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

div#divRefbody_Edit span.spActionEvent {
    display: none;
}

.del-ref {
    display: none !important;
}

p.footnote {
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #565959;
    line-height: 200%;
}

div#divRefbody_Delete span.spActionEvent {
    display: none;
}

.del-ref {
    display: none !important;
}

p.footnote {
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #565959;
    line-height: 200%;
}

div#divRefbody_Delete span.spActionEvent {
    display: none;
}



div#divRefAdd_body {
    /* overflow: hidden; */
	 height: calc(100vh - 300px);
    overflow-y: scroll;
}

div#reference {
    height: calc(100vh - 300px);
    overflow-y: scroll;
}

table.reftbl span.spActionEvent {
    display: none;
}

#ref_text, #approvalcmt {
    border: 1px solid #5b97d8 !important;
    font-size: 16px;
}

#TxtDOI {
    border: 1px solid #d4d4d1;
    margin-bottom: 5px;
    min-width: 100%;
}


#reftab > li > a:hover {
    background-color: #ffffff;
}

#reftab > li.active > a {
    border: 1px solid #ddd !important;
}

#reftab > li.active > a {
    background-color: #e74c3c !important;
    color: #fff;
}

ul#reftab li {
    min-width: 33%;
    text-align: center;
    border: 1px solid #ddd !important;
    background-color: #ffffff;
}

#btnValidate, #btnEdit_Cancel, #btn_RefUpdate, #btnDelOk, #btnDel_Cancel, #btnalert, #btnRefOk, #btnRefCancel, #btncitaalert, #btn_RefValidate, #btnRefaddmdl, #btn_lnkCancel, #btn_lnkCheckUrl, #btn_lnkInsert, #btn_unlnkUrl { /*v0.1.2.15p btn_lnk*/
    background: linear-gradient(45deg, #519aaa 0%, #519aaa 100%) !important;
    color: white;
}

.refhdtbl {
    border: none !important;
}

.jumbotron {
    font-family: Calibri;
    font-size: 17px !important;
}

.tbESummary {
    border: none !important;
    font-family: Calibri !important;
}


table.tbCmt {
    border: none !important;
    font-family: Calibri !important;
}

    table.tbCmt tr {
        border-bottom: 1px solid #eee;
    }

    table.tbCmt td {
        border: none !important;
    }

        table.tbCmt td:first-child {
            border: none !important;
            width: 12px !important;
            vertical-align: top;
        }

        table.tbCmt td:last-child {
            text-align: right;
            width: 12px !important;
           /*vertical-align: top;*/
        }
		table.tbCmt td.editcmt { /*v0.1.2.9 gokul*/
            text-align: right;
            width: 12px !important;
                /*vertical-align: top;*/
        }


.divRefList {
    font-size: 15px;
    color: saddlebrown !important;
    line-height: 1.2 !important;
}

span.spName {
    color: saddlebrown !important;
}

span.spCont {
    color: black;
}

input.hideRefNumber {
    max-width: 100% !important;
    width: 100%;
}

#ref_text:empty:not(:focus):before {
    content: attr(data-placeholder)
}

table.tbESummary td:first-child {
    width: 50px !important;
}

table.tbAttachment {
    font-family: Calibri !important;
	word-break: break-all;
}

    table.tbAttachment td:first-child {
        width: 50px !important;
    }



/*img {
    cursor: pointer !important;
}*/

span.fa.fa-comment {
    color: #ff8700 !important;
}

div #divPDF, div#divTrackPDF {
    display: block;
    margin-left: 2%;
    margin-top: 0.5%;
    height: calc(100vh - 200px);
}

/* Author preview*/
div #divPreview {
    display: block;
    margin-left: 2%;
    margin-top: 0.5%;
    overflow-y: scroll;
    /* v0.4*/
    /* height: 620px; */
	height: 990px; /* Ramachandran clean view design changes*/
    width: 97%;
}





    div#divPreview span.del {
        display: none !important;
    }

    div#divPreview span.ins {
        background-color: white !important;
        color: black !important;
    }

    div#divPreview u.upd {
        background-color: white !important;
    }

    div#divPreview em.upd {
        background-color: white !important;
    }

    div#divPreview strong.upd {
        background-color: white !important;
    }

    div#divPreview small.upd {
        background-color: white !important;
    }

    div#divPreview sup.upd {
        background-color: white !important;
    }

    div#divPreview sub.upd {
        background-color: white !important;
    }

    div#divPreview span.fa.fa-comment {
        /*display: none !important;*/
    }

    div#divPreview span.cmts {
        background-color: white !important;
    }

    div#divPreview p.affiliation label {
        display: inline !important;
    }

    div#divPreview h2 {
        font-family: Arial, Helvetica, sans-serif !important;
        font-style: normal !important;
        line-height: normal !important;
        font-size: 20px !important;
        text-align: left !important;
        font-weight: bold !important;
        color: #800000 !important;
    }

    div#divPreview h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        line-height: normal;
        font-size: 18px !important;
        text-align: left;
        font-weight: bold;
        color: #FF0080;
    }

/* Author preview End*/

/* Author preview End*/
/*#mceu_17 {
    width: 99% !important;
}*/
.funding-group > span.title, .kwd-group > span.title, .glossary > span.title { /*v0.1.2.15u3*/
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    color: #565959;
    display: inline;
}

.kwd-group > span.title, .bk-kwd-group > span.title { /*v0.1.2.15y3*/
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal;
    line-height: normal !important;
    font-size: 22px !important;
    text-align: left;
    font-weight: bold !important;
    color: #0099FF !important;
    margin-top: 25px !important;
    display: block;
}

p.kwd-group, p.bk-kwd-group, p.def-list, p.def-item, div.kwd-group { /*v0.1.2.15q v0.1.2.15r1*/
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #2D3030;
    line-height: 200%;
    margin-top: 25px;
}

.mce-item-anchor {
    display: none;
}

div.content {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

p.fig_img {
    text-align: center;
}

html {
    height: 100%;
    overflow: auto;
}

/*body {
     height: 100%; 	 
    overflow: auto;
    overflow-x: hidden;
}*/

div#divRefbody_Edit span.fa.fa-comment {
    display: none;
}

/* table[frame] img{ */
	/* table-layout: unset !important; */
/* } */

table[frame] {
    cursor: auto !important;
    color: #2D3030 !important;
	margin-bottom: 20px;
    /* table-layout: fixed; */
}


    table[frame] td {
        border: 1px solid #BBB !important;
    }

    table[frame] th {
        border: 1px solid #fdf9fd !important;
    }

table[data-edummy*="table-wrap"] td {
    border: 1px solid #BBB !important;
}

table[data-edummy*="table-wrap"] th {
    border: 1px solid #fdf9fd !important;
}

table[data-edummy*="table-wrap"] td {
    cursor: auto !important;
    color: #2D3030 !important;
    table-layout: fixed;
}

/*div#mceu_22 {
    display: none;
}*/

p.figure_caption > img,p.table_caption_tbl > img,p.appendix_figure_caption > img,p.scheme_caption > img, p.del_figure_caption > img, div.visual_abstract  img, div.del_visual_abstract img,
div.box img, div.del_box img { /*v0.1.2.15m v0.1.2.15x3 v0.1.2.15y11 gokul*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    /* v0.1.2.8 gokul */
    max-width: 800px;
    /* max-height: 400px;  */
	/*v0.1.2.15l gokul*/
}
div.box img{   /* Algorithm - Arun */
	padding-top: 0px !important;
} 

p.figure_caption > img { /*Swami update on 10-JAN-2024*/

    cursor :default;
     
}

p.bio > img {  /*v.0.7.9 praveen*/ 
    width: 300px;
    height: 375px;
}

span.imgEditUp[data-attribs-bio="yes"]{ /*v.0.7.9 praveen*/
    /*content: "Edit" !important;*/
    margin-left: 120px;
}
span.imgEditUp[data-attribs-bio="yes"]:after{ /*v.0.7.9 praveen*/
   content: "Edit"; 
    border: 1px solid #eee;
    padding: 5px !important;
    font-family: FontAwesome,Verdana,Arial,Helvetica,sans-serif !important;
    font-size: 17px !important;
    
}
div.box h4, div.box h5 { /*v0.1.2.15y11*/
    font-weight: bold;
    padding-top: 10px;
    font-size: 20px;
}

table[frame] th hr {
    display: none !important;
}

gbutton-popup {
    display: none;
}

grammarly-btn {
    display: none;
}
/*popup*/
*[data-gramm][data-gramm_editor] .gr-alert.gr_gramm.gr-progress, body[data-gramm_id][data-gramm_editor] .gr-alert.gr_gramm.progress {
    border: none !important;
    background: none !important;
    background-image: none !important;
    display: none !important;
    animation: none !important;
}

*[data-gramm][data-gramm_editor] .gr-alert.gr_spell.gr-progress, body[data-gramm_id][data-gramm_editor] .gr-alert.gr_spell.gr-progress {
    border: none !important;
    background: none !important;
    animation: none !important;
    background-image: none !important;
    display: none !important;
}

/*underline*/
*[data-gramm][data-gramm_editor] .gr-alert.gr_spell, body[data-gramm_id][data-gramm_editor] .gr-alert.gr_spell, *[data-gramm][data-gramm_editor] .gr-alert.gr_gramm, body[data-gramm_id][data-gramm_editor] .gr-alert.gr_gramm {
    border: none !important;
    background: none !important;
    background-image: none !important;
}


ul[data-dummy] li[data-edummy="list-item"] > label {
    display: none;
}

td > p.normal {
    /* font-family: Arial, Helvetica, sans-serif; */
    /* font-style: normal; */
    /* line-height: normal; */
    /* font-size: 18px; */
    /* text-align: left; */
    color: #2D3030;
    /* line-height: 0 !important; */
    font-family: Verdana,Arial,Helvetica,sans-serif !important;
    font-size: 14px !important;
    /* line-height: 200%; */
}

p.block-quote,p.disp-quote  {
    padding-left: 100px;
    padding-right: 100px;
}

span .sur-name, span.surname {
    color: #07b289;
}

span .given-name, span.given-names {
    color: #ea1b66;
}

span.art-title, span.article-title, span.chapter-title, span.conf-name, span.publisher-name, span.trans-title {
    color: #0d74e1;
}

span.source, span.trans-source {
    color: #4d0ce3;
}

span.year {
    color: #13bb05;
}

span.pub-loc {
    color: #d6084a;
}

span.pub-name {
    color: #7521c8;
}

span.fpage {
    color: #ff7733;
}

span.lpage {
    color: #ea1b66;
}

span.vol, span.volume {
    color: #a083e5;
}

span.edition {
    color: #c0d10f;
}

span.collab {
    color: #d733ff;
}

span.doi, span.pub-id {
    color: #dda94e;
}

span.iss, span.issue {
    color: #4233ff;
}

p.notes_title, p.app_title {
    font-weight: bold;
    font-size: 23px;
}

P.box_caption {
    border: 1px solid #bbb;
    padding: 15px;
}

span.spCont {
    color: black;
    word-break: break-word;
}

span.given_name {
    color: #ea1b66;
}

dd {
    margin-left: 100px !important;
    margin-top: -28px !important;
}

.spCont {
    word-break: break-word;
}

grammarly-extension {
    display: none;
}

div[data-grammarly-part="highlights"] {
    display: none;
}

P.date, p.date, div.history {
    display: none;
}

.delcitation {
    text-decoration: line-through !important;
    color: red !important;
}

.tabImg {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

/* span.delcit { */
    /* display: none !important; */
/* } */

/* .delcit { */
    /* display: none !important; */
/* } */

p.chapter_title {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 28px;
    text-align: left;
    font-weight: bold;
    color: #565959;
}


/* p.chapter_number:before { */
    /* content: "Chapter "; */
    /* font-weight: bold; */
/* } */


span.imgNewaff, span.imgDelaff {
    display: none;
}

#divaffAlert {
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
    color: brown;
    line-height: 1.2;
}

.upd1 {
    background-color: #f8a7a7 !important;
}

#innerhtml_ifr {
    width: 99% !important;
}

/*.mce-container-body.mce-window-body.mce-abs-layout{
    overflow:scroll;    
    overflow-x:hidden;
}*/

/*.mce-combobox-menu.mce-container.mce-panel.mce-floatpanel.mce-menu.mce-menu-align.mce-fixed.mce-in{
    display:none;
}*/

/*#mceu_29-body {
    height: 500px !important;
    max-height: 500px !important;
    overflow-y: scroll !important;
}*/

.mce-container.mce-panel.mce-floatpanel.mce-window.mce-in[aria-label='Special Character'] > .mce-reset > .mce-container-body.mce-abs-layout {
    height: 550px !important;
    overflow: hidden;
}

    .mce-container.mce-panel.mce-floatpanel.mce-window.mce-in[aria-label='Special Character'] > .mce-reset > .mce-container-body.mce-abs-layout > .mce-container.mce-abs-layout-item.mce-first {
        height: 550px !important;
        overflow-y: auto !important;
        width: auto !important;
    }

/*mce-container mce-abs-layout-item mce-first*/
/*mce-reset*/
.mce-container.mce-panel.mce-floatpanel.mce-window.mce-in[aria-label='Special Character'] {
    height: auto !important;
}

    .mce-container.mce-panel.mce-floatpanel.mce-window.mce-in[aria-label='Special Character'] > .mce-reset > .mce-container-body.mce-abs-layout > .mce-container.mce-abs-layout-item.mce-last {
        top: 40% !important;
    }

i.fa {
    cursor: pointer !important;
}

i.glyphicon {
    cursor: pointer !important;
}
td p.footnote {
    line-height: normal !important;
    font-size: 15px !important;
}

div.article-body > ol > li > span {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 18px;
    text-align: left;
    color: #2D3030;
    line-height: normal;
    line-height: 200%;
}

div.article-body > ul > li > span {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 18px;
    text-align: left;
    color: #2D3030;
    line-height: normal;
    line-height: 200%;
}

div[role=alertdialog] span.mce-txt {
    text-transform: uppercase !important;
}


span.mixed-citation[data-apivalid='true'] {
    background: #fff2db !important;
}
span.normal[data-sdummy='ext-link']{
	color: blue !important;
} 

p.footnote .normal {
    /* padding-left: 10px; */
}

td[data-none] {
    display: none;
}

a.del_table-fn {
    text-decoration: line-through !important;
    color: red;
}


.tfoot {
    /* display: run-in !important; */
}

h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal;
    line-height: normal!important;
    font-size: 22px !important;
    text-align: left;
    font-weight: bold !important;
    color: #0099FF;
    margin-top: 25px !important;
}


/*v0.1.3.8 gokul*/
.upd span.upd1 {
    background-color: moccasin !important;
}
/*v0.1.2.2 gokul*/
.panel-primary > .panel-heading.OP {
    background-color: #004f9e !important;
    border-color: #004f9e !important;
}
.popbtn.OP {
    background-color: #004f9e !important;
    border-color: #004f9e !important;
}
.panel-primary.OP {
    border-color: #004f9e !important;
}

/*v0.1.2.3 gokul*/
.miniloader1 {
    position: absolute;
    left: 63%;
    top: 81%;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: -75px 0 0 -75px;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    border-bottom: 6px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
/*v0.1.2.8 gokul*/
/*span.imgEditUp + img {
    max-width: 520px;
    max-height: 320px;
}*/

.fn__button-add-container,.sec-container,.Acknowled-container, .Abstract-container,.Contributor-container ,.Teaser-container{ /*v.0.7.7 praveen*/  /*COI_DI Arun*/
    text-align: center;
    margin-bottom: 20px;
    min-height: 90px;
    background: #f7f7f7;
    border: 1px solid #d6d4d4;
    padding: 5px;
    
}
    .fn__button-add-container button,.section__button-add-container button,.Abstract_button-add-container { /*v.0.7.7 praveen*/ /*COI_DI Arun*/
        margin-top: 20px;
    }


span.footnote {
    display: block;
    border: 1px solid #eee;
    text-align: center;
    padding: 10px;
}

.texteqn {display: inline; }

.dispeqn {
    display: block;
    margin: 25px;
   
}

p.alt-title {
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #565959;
    line-height: 200%;
}

.bootstrap-growl {
    font-size: 20px;
   /* width: 600px !important;
    color: brown;
    background-color: #fcf8e3;
    border-color: #faebcc;*/
}

div[data-placeholder]:empty:not(:focus):before {
    content: attr(data-placeholder)
}

p.alt-title[data-attribs-alt-title-type="left-running-head"]:before {
    content: "Left running head: ";
    font-weight: bold;
}

p.alt-title[ data-attribs-alt-title-type="right-running-head"]:before {
    content: "Short title : ";
    font-weight: bold;
}
p.alt-title[ data-attribs-alt-title-type="running-head"]:before {
    content: "Short title : "; /*praveen*/ 
    font-weight: bold;
}

p.rrh-alt-title[ data-attribs-alt-title-type="right-running-head"]:before {/*swamikannan*/
   content: "Right running head: ";
   
    font-weight: bold;
}
p.alt-title[ data-attribs-rrh="yes"]:before {
    content: "Running Head: "; /*praveen*/
    font-weight: bold;
}
p.rrh-alt-title {/*swami*/
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #565959;
    line-height: 200%;
}
p.mo-alt-title {/*swami*/
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #565959;
    line-height: 200%;
}
p.subtitle,p.bio_title {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    color: #2D3030;
    margin-top: 25px;
}

a.del-aff {
    display:none;
}

div#divvalidateemcust { /*v.0.8.1 praveen */
    border: solid 2px #428bca !important;
	padding: 10px;
}



span.sc {
    font-variant: small-caps !important;
}

.alert-success {
    color: brown !important;
    background-color: #fff !important;
    border-color: brown !important;
}

table .tdimg{
	width: 25%;
}

.delfn {
    text-decoration: line-through !important;
    color: red;
}

div#delfootnote_text span.spActionEvent {
    display: none;
}

.texteqn {
    display: inline;
}

.dispeqn {
    display: block;
    margin: 25px;
}

span.instex {
    border: 3px solid green !important;
    padding: 5px;
}

img.deltexformula, span.deltexformula {
    border: 3px solid orangered !important;
    padding: 5px;
}

img.updtex, span.updtex {
    border: 3px solid moccasin;
    padding: 5px;
}
div.layout{
	padding:25px;
}
/*v0.1.2.7*/
button .mce-txt {
    font-size: large !important;
} 
/*v0.1.2.7*/

.delfn {
    text-decoration: line-through !important;
    color: red;
}

div#delfootnote_text span.spActionEvent {
    display: none;
}



div.divfnList {
    font-size: 15px;
    color: saddlebrown !important;
    line-height: 1.2 !important;
    /*saranya-02.02.2021*/
    /*border-bottom: 1px solid #dedede;*/
        padding: 8px;
}
    /*Swami 04-04-2023*/
div.divfnList span.imgNewfn {
    display: none;
}
    /*Swami 04-04-2023*/
    div.divfnList span.imgDeletefn {
        display: none;
    }


span.pagebreak {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: 1px solid #d2cfcf;
    color: #a09e9e;
    text-align: center;
    display:inline-block;
    width:100%;
    margin-top:20px;
	font-family: Calibri !important;
}

    span.pagebreak::after {
    content: attr(data-text);
    display: inline-block;
    position: relative;
    top: -1.2em;
    font-size: 20px !important;
	font-family: Calibri !important;
    padding: 0 0.50em;
    background: white;
    }
	
	/*v0.1.2.15h gokul*/
/*Auto Complete ComboBox Css*/
.AutoZindex {
    z-index: 99999 !important;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
}

.ArrowDrop {
    left: 598px;
    top: 0px;
    height: 30px;
}
/*v0.1.2.15j gokul*/

.inFigure { /*v0.1.2.15m*/
    border: 5px solid green;
    padding: 10px;
}

span.updown {
    color: #2D8589;
    font-size: 30px;
    display: inline;
    cursor:pointer;
    float:right;
}



/*metadata*/

p.expand-one {
    position: relative;
    width: 100%;
    /* border: 1px solid #0079c1; */
    margin-top: 1%;
    outline: 0;
    cursor: pointer !important;
    font-size: 25px;
    color: brown;
    background: #eee;
}

    p.expand-one label {
        cursor: pointer;
    }

div.content-one {
    display: none;
}

span.editmetadata {
    float: right;
    margin-top: 1%;
}

table.tblmetadata td:first-child {
    width: 20%;
}
/*metadataend*/

.del-cit-table {
    text-decoration: line-through !important;
    color: red;
}
.del-table {
    background-color: pink !important;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #2D3030;
    margin-left: 0px !important;
    margin-top: 25px;
    margin-bottom: 10px;
    border: 1px solid #bbb;
    padding: 20px;
    font-weight: bold;
}


/*Equation*/
td.delequlbl {
    text-decoration: line-through;
    color: red;
}

a.deldisp-formula {
    text-decoration: line-through !important;
    color: red;
}

div#divPreview table.tbldelequ {
    display: none !important;
}

div#divPreview a.deldisp-formula {
    display: none !important;
}

table.deldispequ {
    background: #ccc !important;
}


span.deldispEqn {
    float: right;
    margin-bottom: 10px;
    border: 1px solid #eee;
    color: black;
    padding: 5px !important;
    cursor: pointer;
}

/*Equation*/

/* v0.5 jeeva refmodal*/

.tableFixHead {
    overflow-y: auto;
    height: 400px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
    }

    .tableFixHead th, td {
        border: 1px solid #ccc;
        padding: 5px !important;
    }

    .tableFixHead th {
        background: #eee;
    }

#tbladdref td label {
    margin-top: 8px;
}

table#tbladdref td .fa {
    padding-top: 4px;
}

table#tbladdref .form-control {
    font-size: 16px;
}

#ref_preview {
    border: 1px solid #5b97d8 !important;
    font-size: 20px;
    overflow-y: auto;
    min-height: 80px;
}

thead#refmdlhead tr th:nth-child(3) {
    display: none;
}

table#tbladdref tr td:nth-child(3) {
    display: none;
}

span#refEditupArrow, span#refEditdownArrow {
    display: none;
}

table#tbladdref tr.trclsauname td, table#tbladdref tr.trclsedname td {
	text-align:left;
}

 table#tbladdref tr.trclsauname td:last-child, table#tbladdref tr.trclsedname td:last-child {
        text-align: center !important;
    }

input#txtInsert{
	display: none;
}



div#divPreview table.tbldelequ {
    display: none !important;
}

div#divPreview a.deldisp-formula {
    display: none !important;
}

.jtitle {
    display: block !important;
}

/*refmodalend*/
p.funding-group, div.funding-group { /*v0.1.2.15u*/
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #2D3030;
    line-height: 200%;
}
.fn__button-add-container, .sec-container {  /*COI_DI Arun*/
    text-align: center;
    margin-bottom: 20px;
    min-height: 90px;
    background: #f7f7f7;
    border: 1px solid #d6d4d4;
    padding: 5px;
    
}
    .fn__button-add-container button, .section__button-add-container button { /*COI_DI Arun*/
        margin-top: 20px;
    }
/*v0.1.2.15u
    p.funding-group:before, div.funding-group:before { 
        content: 'Funding';
        display: block;
        font-weight: bold;
        font-size: 23px;
    }*/

p.infopara {
    color: brown;
    background-color: #fcf8e3;
    border-color: #faebcc;
    font-size: 18px;
    display: block;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
}

/*v0.1.2.15q*/
ul.listItemsyl li {
    margin-bottom: .8em;
    border: 1px solid rgba(204,204,204,.73);
    font-size: 15px;
    font-family: 'OpenSans-Regular', arial, sans-serif;
}

p.Modify-kwd-group, div.Modify-glossary, div .Modify_back_glossary { /*v0.1.2.15r v0.1.2.15r1*/
    background-color: bisque;
	padding: 10px; /*v0.1.2.15y7*/
}
p.added-kwd-group{
	background-color: bisque;
	padding: 10px; 
}

div.added-glossary, div.added_back_glossary { /*v0.1.2.15r v0.1.2.15r1*/
    background-color: lightgreen;
}
/*p.added-kwd-group, div.added-glossary, div.added_back_glossary comment by swamikannan{ 
    background-color: lightgreen;
}*/

span.kwdIcon, span.liDragIcon { /*v0.1.2.15y12*/
    padding: 5px !important;
    font-size: 20px !important;
    cursor: pointer;
    color: #ddd;
}

span.liradIcon { /*v0.1.2.15y12 */
    padding: 3px !important;
    font-size: 12px !important; /*v0.1.2.15y12.8*/
    cursor: pointer;
    color: #ddd;
    margin-left: 3px; /*margin-right: 10px;*/
    margin-top: 12px; /*margin-top: 10px;*/
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

span.radtblfncit { /*v0.1.2.15y12.8 v0.1.2.15y13.1*/
    border-radius: 0.8em;
    background: coral;
    color: white!important;
    height: 24px;
    font-size: 13px !important;
    padding: 5px;
	cursor:pointer;
	margin-top:3px;
}

span.liDragEdit { /*v0.1.2.15y12*/
    padding: 5px !important;
    font-size: 20px !important;
    cursor: pointer;
   color: rgb(26, 128, 183) !important;
}

span.kwdtrash, span.liDragtrash { /*v0.1.2.15y12*/
    padding: 5px !important;
    font-size: 20px !important; /*v0.1.2.15q1*/
    cursor: pointer;
    color: #e67183;
}

li.li-group-rightpnl { /*v0.1.2.15q1 v0.1.2.15r*/
    padding: 5px !important;
}

p.bk-kwd-group, div.bk-glossary, div.bk_back_glossary { /*v0.1.2.15r v0.1.2.15r1*/
    text-decoration: line-through;
    background: #eee;
    padding: 10px;
}

span.kwdrefIcon {
    padding: 0 0 0 5px !important;
    font-size: 20px !important;
    cursor: pointer;
}

.kwd-main-container {
    font-family: Calibri;
    line-height: normal;
    font-size: 18px;
    color: #2D3030;
    line-height: 200%;
    outline: none !important;
}

.Affiliation-container,.kwd-container, .funding-container, .tblfn-container,.Abstract-container,.funding-Add-container,.aufn-container  { /*v0.1.2.15u2 v0.1.2.15y12*/
    min-height: 126px;
    background: #f7f7f7;
    border: 1px solid #d6d4d4;
    padding: 10px;
}

.Affiliation-container-info,.kwd-container-info, .funding-container-info, .tblfn-container-info,.Abstract-container-info,.sec-container-info,.aufn-container-info,.Contributor-container-info,.funding-Add-container-info { /*v0.1.2.15u2 v0.1.2.15y12*/
    opacity: .4;
    font-size: 18px;
    color: #222;
    text-align: center;
    margin: 20px 0 0;
}

.Acknowled-container-info, .Teaser-container-info { /*v0.1.2.15u2 v0.1.2.15y12*/ 
    opacity: .4;
    font-size: 18px;
    color: #222;
    text-align: center;
    margin: 20px 0 0;
}

.Affiliation__button-add-container,.keyword__button-add-container, .funding__button-add-container,.tblfn__button-add-container,.Acknowled_button-add-container,.Abstract_button-add-container,.Contributor_button-add-container,.aufn__button-add-container,.funding_Add_button-container { /*v0.1.2.15u2 v0.1.2.15y12*/
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
}

.keyword__add-btn, .funding__add-btn { /*v0.1.2.15u2 v0.1.2.15y12.6*/
    background: #fff;
    border: 2px solid #e9711c;
    padding: 7px 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

/*div.lnkopen input, select, textarea,
div.keywordopen input, select, textarea,
div.abbrvtionopen input, select, textarea { 
    max-width: unset;
}*/
/*v0.1.2.15r remove*/
/*v0.1.2.15q*/
/*v0.1.2.15r*/
section.sechold {
    position: relative;
    padding-top: 38px; /*40px; v0.1.2.15y7*/
}

    section.sechold table.sectbl, table.sectbl, table.sectbl tr td { /*v0.1.2.15u*/
        border: none !important;
    }

    section.sechold div.tbldiv {
        max-height: 650px;
        /*overflow: auto; v0.1.2.15y3*/
        padding: 2px;
        margin-top: 9px; /*v0.1.2.15t v0.1.2.15y7 25px*/
    }
/*v0.1.2.15r*/

.back-glossary span.def-item { /*v0.1.2.15r1*/
    display: block;
}

div.back_glossary span.def-item, div.bk_back_glossary span.def-item {
    display: block;
}

/*v0.1.2.15y1*/
div.glossary span.def-item, div.bk-glossary span.def-item,
div.back_glossary span.def-item, div.bk_back_glossary span.def-item {
    display: flex;
}

    div.glossary span.def-item span.term, div.bk-glossary span.def-item span.term,
    div.back_glossary span.def-item span.term, div.bk_back_glossary span.def-item span.term {
        flex: 1;
        word-break: break-word;
    }

    div.glossary span.def-item span.def, div.bk-glossary span.def-item span.def,
    div.back_glossary span.def-item span.def, div.bk_back_glossary span.def-item span.def {
        flex: 4;
        word-break: break-word;
        margin-left: 15px;
    }

    /*v0.1.2.15y4*/
    div.glossary span.def-item span.pcdata:last-child, div.bk-glossary span.def-item span.pcdata,
    div.back_glossary span.def-item span.pcdata, div.bk_back_glossary span.def-item span.pcdata {
        display: none;
    }
/*v0.1.2.15y1*/

notification {
    background-color: #555;
    color: white;
    text-decoration: none;
    padding: 15px 26px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

    .notification:hover {
        background: red;
    }

    .notification .badge {
        position: absolute;
        top: -4px;
        right: 4px;
        padding: 4px 8px;
        border-radius: 50%;
        background-color: #e03030;
        color: white;
    }

/*v0.1.2.15s gokul*/
.modal-fullscreen {
    padding: 0 !important;
}

    .modal-fullscreen .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen .modal-content {
        height: auto;
        min-height: 100%;
        border: 0 none;
        border-radius: 0;
        box-shadow: none;
    }
/*v0.1.2.15u*/
.input-group span.addon {
    display: table-cell;
}

fieldset.GroupBox {
    /*margin: 8px; v0.1.2.15y12*/
    border: 1px solid silver;
    padding: 8px;
    border-radius: 4px;
}

    fieldset.GroupBox legend {
        font-weight: bold;
        font-size: 15px;
        padding: 2px;
        color: #6f0b03;
        width: unset;
    }

.awardNos {
    max-height: 300px;
    overflow: auto;
    padding: 8px;
}

.funding-data_list {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 15px;
    text-align: left;
    color: #2D3030;
    border-bottom: 1px solid #e9e8e7;
    padding: 0.5em 1em 0.5em 0.6em;
    border: 1px solid #d7d5d5;
}

.funding-source, .funding-doi, .funding-awards {
    display: flex;
    position: relative;
}

.funding-source_label, .funding-doi_label, .funding-awards_label {
    font-weight: bold;
    color: #6f0b03;
    padding: .6em 0;
    flex: 2;
}

.funding-source_info, .funding-doi_info {
    word-break: break-word;
    padding: .6em 2.5em .6em 0;
    flex: 3.5;
}

.funding-awards_info {
    padding: .6em 2.5em .6em 0;
}

.funding-btngroup span.refIcon, .funding-btngroup span.kwdtrash {
    padding: .2em .2em !important;
}

.funding-btngroup {
    position: absolute;
    right: -15px;
    z-index: 1;
    display: inline-grid;
}

.funding-award_list {
    display: flex;
    flex-direction: column;
    flex: 4.2;
}

span.funding_del, span.fn_del, span.fn_del > a.table-fn { /*v0.1.2.15y12*/
    color: red;
    text-decoration: line-through;
}

span.funding_ins, span.fn_ins, span.altcap_ins { /*v0.1.2.15y12 v0.1.2.15y13.1*/
    background-color: #c4e8a2 !important;
}



span.fndEdit, span.FundReset, span.AbbEdit, span.AbbrReset, span.vaAnnotate, span.vadel,
span.vaedit, span.keyReset, span.keyEdit, span.boxAnnotate, span.boxdel, span.boxedit,
span.tblfootedit { /*v0.1.2.15v1 v0.1.2.15y11 v0.1.2.15x v0.1.2.15y9 v0.1.2.15y12*/
    float: right;
}
/*v1.0 augrp*/	

ul#auname_container li {
    margin-bottom: .8em;
    border: 1px solid rgba(204,204,204,.73);
    font-size: 15px;
    font-family: 'OpenSans-Regular', arial, sans-serif;
}

span.augrpaction {
    float: right;
}

ul.list-group {
    max-height: calc(100vh - 400px);
    overflow: auto;
}

button.fmbtncancel {
    float: right;
    background: #428bca;
    color: #fff;
    font-size: 15px;
    border: none;
}

button.fmbtnDone {
    background: #428bca;
    border: 1px solid #eee;
    font-size: 15px;
}



li#li_authorgrp div.menu-body {
    overflow: hidden;
    /*margin: 0px;*/
}

div.augrpcontainer {
    padding: 12px;
}

select.augrpddl {
    height: 40px;
    max-width: none;
    margin-bottom: .8em;
    font-size: 15px;
}

div.authorformcontainer input {
    max-width: none;
    font-size: 17px;
    color: black;
}

div.authorformcontainer label {
    font-size: 17px;
}

div.row .authorformrow {
    padding-top: 10px;
}

div#auformfields {
    padding: 14px;
    max-height: calc(100vh - 400px);
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0px;
}

span.author-form_label {
    color: brown;
    font-size: 15px;
    position: relative;
    top: -15px;
}

/* v4.7 */
ul#ulcorresplist_container li{
	border:none;
}

ul#ulauthornamelist_container_corresp li { /* swamikannan */
    border: none;
}

input.chkafflst, input.grpnameslst, input.chkcorresplst {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

span.author-form__aff-text {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    width: 77%;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 2px;
    font-family: 'OpenSans-Regular', arial, sans-serif;
}

ul.ulafflistcontainer li {
    border: none;
}
ul.ulcorrespcontainer li { /*Swamikannan*/
    border: none;
}

ul#fmfn_container li[data-mode=add], ul#auname_container li[data-mode=add], ul#afflist_container li[data-mode=add] {
    background-color: #c4e8a2;
}

ul#fmfn_container li[data-mode=update], ul#auname_container li[data-mode=update], ul#afflist_container li[data-mode=update] {
    background-color: moccasin;
}

ul#fmfn_container li[data-mode=delete], ul#auname_container li[data-mode=delete] {
    background-color: orangered;
    display: none;
}

ul#CorressEdits_container li[data-mode=add]{/* Swamikannan */
 background-color: #c4e8a2;
}

ul#CorressEdits_container li[data-mode=update]{/* Swamikannan */
 background-color: moccasin;
}

ul#CorressEdits_container li[data-mode=delete] {/* Swamikannan */
    background-color: lightpink;
	
}

div#Corrr-list { /*Swamikannan*/
    margin: 0;
}
button.editcorresp {/*Swamikannan*/
    margin-left: 92%;
    background: none;
    color: dimgrey;
    cursor: pointer;
}
ul#CorressEdits_container li { /*Swamikannan */
    margin-bottom: .8em;
    border: 1px solid rgba(204,204,204,.73);
    font-size: 15px;
    font-family: 'OpenSans-Regular', arial, sans-serif;
}
input#corrlabel { /*Swamikannan */
    color: blue;
    text-align: center;
    font-size: 28px !important;
    font-weight: bold;
}
div.CorressEdit_container { /*Swamikannan */
    padding: 12px;
}
li_EditCorrespondent .menu-body { /*Swamikannan */
    overflow: hidden;
}
li.list-group-item p.corresp { /*Swamikannan */
    display: none !important;
}
div#correspfields { /*Swamikannan */
    height: 480px;*/
    /*overflow-y: auto;*/
}
div#correspfields input { /*Swamikannan */
    max-width: none !important;
    font-size: 18px;
}
	div#correspfields label { /*Swamikannan */
    font-size: 18px;
}
div#correspfields .row { /*Swamikannan */
    margin: 0 !important;
}

ul#afflist_container li[data-mode=delete] {
    background-color: lightpink;
}

li span.given_name, li span.surname {
    color: #565959;
    font-weight: normal;
}

li span.refIcon {
    color: #565959;
}

/* v6.1 */

li span.affgrp, li a.orcid, li span.delaffgrp, li a.corresp, li a.fm_fn, li span.role, li span.prefix, li span.suffix, li span.role, li span.suffix, li span.on-behalf-of, li span.degrees, li span.credit, li span.correspcitseparator, li span.tagseparator, li span.fncitseparator, li span.surnameseparator, li span.email, li span.commaspaceseparator  { /* Ramachandran - author group : remove commaspaceseparator */
    display: none;
}

li span.collab {
    color: #565959;
}

ul#auname_container li[data-drag=yes] {
    background-color: rgba(255,255,0,.49);
}




span.delete {
    text-decoration: line-through;
    color: red;
}

span.modify {
    background-color: lightgreen;
}

li span.modify {
    background: none;
}

li span.delete {
    display: none;
}

span.delaffgrp a.aff {
    text-decoration: line-through !important;
    color: red !important;
}

input#correspondencelabel {
    text-align: center;
    color: blue;
    font-size: 23px;
}


/* v22.19 */
/* v22.43 */
p.authors, p.bakauthors, p.bakcollab-authors, p.bakeditors {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    color: #565959; /*color:#24646B;*/
    margin-top: 25px;
}

/* v22.19 */
p.bakauthors, p.bakcollab-authors, p.bakeditors {
    background: #f8f8f8;
    padding: 10px;
    text-decoration: line-through;
}

    p.bakauthors span.imgaugrp {
        display: none;
    }



p.corresp, p.bakcorresp, p.delcorresp {
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #565959;
    line-height: 200%;
    /* font-style: italic; */
    
}

p.delcorresp {
    text-decoration: line-through;
    color: red;
}

p.bakcorresp {
    text-decoration: line-through;
}


/*front matter footnote*/


ul#ulauthornamelist_container li {
    border: none;
}


#divaddnewfn {
    margin-bottom: 20px;
}

div#fmfootnote-list {
    margin: 0;
}

div.menu-content {
    padding-left: 7px;
}

span#spnaddnewfn {
    color: #004f9e;
    cursor: pointer;
    font-size: 18px;
    font-family: 'OpenSans-Regular',arial,sans-serif;
    text-decoration: underline;
}


span.fnlst_text {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    width: 75%;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 2px;
    font-family: 'OpenSans-Regular', arial, sans-serif;
}

p.fm_footnote, p.bakfm_footnote, p.delfm_footnote {
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #565959;
    line-height: 200%;
}

div.aufn {
    background: #f8f8f8;
}

button.editfmfn {
    margin-left: 92%;
    background: none;
    color: dimgrey;
    cursor: pointer;
}
button.suppAdd { /*v.0.7.2  praveen*/ 
    margin-left: 92%;
    background: none;
    color: dimgrey;
    cursor: pointer;
}
ul#fmfn_container li {
    margin-bottom: .8em;
    border: 1px solid rgba(204,204,204,.73);
    font-size: 15px;
    font-family: 'OpenSans-Regular', arial, sans-serif;
}

input#fnlabel {
    color: blue;
    text-align: center;
    font-size: 28px !important;
    font-weight: bold;
}

div.fm_footnote_container {
    padding: 12px;
}

/* 4.23.1 */
select.fnddl, select#fntype-ddl {
    height: 40px;
    max-width: none;
    margin-bottom: .8em;
    font-size: 17px;
}

li_fmfootnote .menu-body {
    overflow: hidden;
}

li.list-group-item p.fm_footnote {
    display: none !important;
}

div#fntext span.email {
    display: inline-block !important;
}
div#fntext p.fm_footnote {
    display: block;
}

div.menu-header div.menu-content {
    margin-left: 20px;
}

div#fnfields {
    height: 480px;
    overflow-y: auto;
}

    div#fnfields label {
        font-size: 18px;
    }

    div#fnfields input {
        max-width: none !important;
        font-size: 18px;
    }

    div#fnfields .row {
        margin: 0 !important;
    }
/*End*/
/*p.funding-group:before {
    content: 'Funding';
    display: block;
    font-weight: bold;
    font-size: 23px;
}

p.funding-group {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #2D3030;
    line-height: 200%;
}*/

p.infopara {
    color: brown;
    background-color: #fcf8e3;
    border-color: #faebcc;
    font-size: 18px;
    display: block;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
}

/*fnlabelchange*/
div#fntext label {
    display: none;
}

div#corresp span.label {
    /* display: none; */
}

span.label {
    font-size: 18px !important;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold !important;
    color: #FF0080;
}

p.bakfm_footnote {
    text-decoration: line-through;
    color: #565959;
}

p.delfm_footnote {
    text-decoration: line-through;
    color: red;
}

/* v22.19 */
/* v22.43 */
span.editfmfn, span.imgaugrp, span.imgcollabaugrp, span.imgeditoraugrp, span.editfmaff,span.editcorresp  {
    margin-left: 95%;
    background: none;
    color: rgb(26, 128, 183);
    cursor: pointer;
	margin-top: 20px;
	border: 1px solid #eee;
    padding: 5px !important;
    font-family: FontAwesome,Verdana,Arial,Helvetica,sans-serif !important;
    font-size: 17px !important;
	
	 color: white !important;  /*Arun*/
    background: #428bca;
}

span.keywordEdit, span.tblfootedit, span.fnd_Edit{
	border: 1px solid #eee;
    padding: 5px !important;
    font-family: FontAwesome,Verdana,Arial,Helvetica,sans-serif !important;
    font-size: 17px !important;
	
    color: white !important;  /*Arun*/
    background: #428bca;
}

/*v22.43*/
span.imgeditoraugrp {
    margin-top: 10px;
}

/* v22.19 */
/* v22.43 */
 span.resetcollabgroup, span.reseteditorgroup {
    background: gray;
    color: #fff;
    padding: 8px !important;
    cursor: pointer;
    margin-left: 95%;
	
}

span.resetgroup {
    padding: 8px !important;
    cursor: pointer;
    margin-left: 95%;
    border: 2px solid lightgrey
}
span.tblfootedit:before {/*color change Swami*/
    
	 /* color: rgb(54, 9, 248) !important; */
	background: #428bca; /*Arun*/
    color:white !important;
}
span.tblfootedit:after {/*color change Swami*/
   
	/* color: rgb(54, 9, 248) !important; */
	background: #428bca; /*Arun*/
    color:white !important;
}
span.fndEdit{/*Swami*/

    display:inline-block !important;
}
span.editfmfn:after, span.imgaugrp:after,span.editcorresp:after, span.imgcollabaugrp:after, span.imgeditoraugrp:after, span.editfmaff:after, span.keywordEdit:after, span.tblfootedit:after,span.fnd_Edit:after {
        content: "\f044";
        padding-left: 10px;
    }

    span.editfmfn:before, span.imgaugrp:before,span.editcorresp:before, span.imgcollabaugrp:before, span.imgeditoraugrp:before, span.editfmaff:before, span.keywordEdit:before, span.tblfootedit:before, span.fnd_Edit:before {
        content: "Edit" !important;
    }
span.suppAdd:after { /*v.0.7.2  praveen*/ 
    content: "Add Supplement" !important;
    
}
span.suppAdd { /*v.0.7.2  praveen*/ 
    background: none;
    color: rgb(26, 128, 183);
    cursor: pointer;
    border: 1px solid #eee;
    padding: 5px !important;
    font-family: FontAwesome,Verdana,Arial,Helvetica,sans-serif !important;
    font-size: 17px !important;
     
}



 span.editfmaff { 
 margin-left: 94%; 
/* background: none;  */
/* color: dimgrey;  */
 /* cursor: pointer;  */
 } 

span.imgaugrp{
	 margin-left: 93.9%; 
}

ul#afflist_container li {
    margin-bottom: .8em;
    border: 1px solid rgba(204,204,204,.73);
    font-size: 15px;
    font-family: 'OpenSans-Regular', arial, sans-serif;
}

li p.affiliation {
    display: none;
}

div.fmafflist {
    padding: 12px;
}

div.aff-group {
    background: #f8f8f8;
    padding: 15px;
}

ul#afflist_container span.author-form_label {
    top: -8px !important;
    padding-left: 5px;
}


input.aff_form_field {
    max-width: none;
}

div#affheadrow {
    margin: unset;
}

div.affformcontainer label {
    font-size: 17px;
}

div#aff_fields {
    height: calc(100vh - 450px);
    overflow-y: auto;
}

    div#aff_fields label {
        font-size: 17px;
    }

    div#aff_fields input {
        max-width: none !important;
        font-size: 18px;
    }

    div#aff_fields .row {
        margin: 0 !important;
        padding-top: 7px;
    }

div#afftext p.affiliation {
    line-height: normal;
    display: block;
    font-size: 15px;
}

div#afftext label {
    display: none;
}

ul#ulauthornameafflist_container li {
    border: none;
}

/*img, a.orcid {
    cursor: pointer !important;
}*/
img.texformula, a.orcid { /*Swami update on 10-JAN-2024*/

    cursor: pointer !important;
}
img.Wirisformula, a.orcid { /*Swami update on 10-JAN-2024*/

    cursor: pointer !important;
}
p.bak_affiliation {
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #565959;
    line-height: 200%;
    text-decoration: line-through;
}

p.del_affiliation {
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    line-height: 200%;
    text-decoration: line-through;
    color: red;
}

ul#afflist_container li[data-drag=yes] {
    background-color: rgba(255,255,0,.49);
}

/*saranya-04.05.2021*/
ul#fmfn_container li[data-drag=yes] {
    background-color: rgba(255,255,0,.49);
}

div.Reset_aff-group p.reset_affiliation {
    display: none !important;
}

.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    box-shadow: 9999px 0 0 -5px #9880ff;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: .25s;
}

    .dot-pulse::before, .dot-pulse::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #9880ff;
        color: #9880ff;
    }

    .dot-pulse::before {
        box-shadow: 9984px 0 0 -5px #9880ff;
        animation: dotPulseBefore 1.5s infinite linear;
        animation-delay: 0s;
    }

    .dot-pulse::after {
        box-shadow: 10014px 0 0 -5px #9880ff;
        animation: dotPulseAfter 1.5s infinite linear;
        animation-delay: .5s;
    }

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9984px 0 0 -5px #9880ff;
    }

    30% {
        box-shadow: 9984px 0 0 2px #9880ff;
    }

    60%, 100% {
        box-shadow: 9984px 0 0 -5px #9880ff;
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px #9880ff;
    }

    30% {
        box-shadow: 9999px 0 0 2px #9880ff;
    }

    60%, 100% {
        box-shadow: 9999px 0 0 -5px #9880ff;
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10014px 0 0 -5px #9880ff;
    }

    30% {
        box-shadow: 10014px 0 0 2px #9880ff;
    }

    60%, 100% {
        box-shadow: 10014px 0 0 -5px #9880ff;
    }
}


div.Wrapdiv { /*v0.1.2.15v2*/
    max-height: 100px;
    overflow-y: auto;
    height:50px;
	text-align:left; /*v0.1.2.15y6*/
}


/*v3.0 sjs*/
.orcidprefix input {
    border-radius: 0px 4px 4px 0px;
}

.orcidprefix .input-group-addon {
    border-right: 0;
    border-radius: 4px 0px 0px 4px;
}

.input-group-addon.prefix {
    border-radius: 4px 0px 0px 4px;
    border-right: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
/*v3.0 end*/

ul#treeview{
	list-style: none;
}

/* v3.2 */
span.string-name span.surname {
	color: #07b289 !important;
}

div[data-edummy=title-group] {
    margin-bottom: 20px;
}
p.block-quote, span.block-quote {
    font-size: 19px;
    padding: 20px;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-right: 100px;
    margin-left: 100px;
    /*font-style: italic;*/
	color: #bf07bf;
	display: block;
}

/*v0.1.2.15y7*/
div.kwdInputDiv > div.Wrapdiv, div.abbInputDiv > div.Wrapdiv, div.fncitInputDiv > div.Wrapdiv { /*v0.1.2.15v2 v0.1.2.15y12 v0.1.2.15y13.1*/
    width: 315px;
    height: unset;
    text-align: left;
}

/*v0.1.2.15y12*/
div.NoteDiv {
    height: 250px;
    overflow-y: auto;
    font-size: 18px;
    max-width: 100% !important;
    border-radius: 0px !important
}

/*v0.1.2.15y2*/
input[type="radio"].aq_qryradio {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Chrome, Safari, Opera */
    transform: scale(1.3);
}

/* div.aufn:before, div[data-edummy=fn-group]:before { */
    /* content: 'Footnotes'; */
    /* font-family: Arial, Helvetica, sans-serif !important; */
    /* font-style: normal; */
    /* line-height: normal !important; */
    /* font-size: 22px !important; */
    /* text-align: left; */
    /* font-weight: bold !important; */
    /* color: #0099FF; */
    /* margin-top: 20px; */
	/* display: block; */
/* } */

div.box{
	
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 20px;
}

p.subject{
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #2D3030;
}

html.js {
    overflow: hidden;
}

div[data-attribs-abstract-type=executive-summary] {
    padding-top: 20px;
}
p.bm_footnote{
	font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #2D3030;
    line-height: 200%;
}
li span.group{
	padding-left:5px;
}

div.box{
	/* margin: 25px; */
    background-color: #eee;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 20px;
}

ul#treeview{
	margin-top:-5%;
}

span.reject-span[data-preaction=ins] {
    text-decoration: line-through;
    background: pink;
}

span.del-span[data-preaction=del] {
    text-decoration: line-through;
    background: pink;
}


p.affiliation[data-affinstrack=yes] {
    background: #c4e8a2;
    width: fit-content;
}

p.fm_footnote[data-footnoteins=yes] {
    background: #c4e8a2;
    width: fit-content;
}

p.corresp span.label{
    padding:unset !important;
}
p.corresp {/*Swamikannan*/
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #565959;
    line-height: 200%;
	padding:0px;
    /* font-style: italic; */
    
}

div.content li span.aq {
    display: contents;
}
/*v0.1.2.15y10.5*/
span.rplsimglnk {
    font-family: Calibri;
    color: #1a80b7;
    float: right;
    background-color: bisque;
    padding: 10px;
    font-size: 25px;
}

    span.rplsimglnk > i.rplsi {
        color: green;
        margin-right: 5px;
    }

span.deActive {
    opacity: 0.5;
    cursor: not-allowed;
}
/*v0.1.2.15y10.5*/

span.insbibrcit {
    background: #c4e8a2 !important;
}
tr#tr_trans{
    display:none;
}
span.colorfigure {
    display: block;
    float: right;
    border: 3px solid pink;
    padding: 10px;
}

/*v0.1.2.15y13.9*/
.overlaypoupup {
    width: 100%;
    max-width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    position: fixed;
    z-index: 100000
}
.nonoverlaypopup {
    width: 85%;
}
    /*v0.1.2.15y13.9*/
	
span.ins-ref {
    background: #c4e8a2 !important;
}

p#\39 999999 {
    /* display: none; */
}

/*v22.6*/
div#aff_fields .col-xs-3{
    margin-top:5px;
}

div#aff_fields .col-xs-3:before {
        content: 'Punctuation' !important;
        color: #6f0b03;
        font-size:17px;
        font-weight:bold;

    }

/*v22.10*/
div#aff_fields .col-xs-1 {
    margin-top: 30px;
}

ul#ulaff_field_container li {
    border: none;
}

ul#ulaff_field_container {
    padding-left: 0;
    margin-bottom: 20px;
}

    ul#ulaff_field_container li[data-drag=yes] {
        background-color: lightgoldenrodyellow;
    }
/*end*/

div[data-edummy=history]{
	display: none;
}

div.corresp:before {
    content: "Corresponding Author";
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal;
    line-height: normal!important;
    font-size: 22px !important;
    text-align: left;
    font-weight: bold !important;
    color: #0099FF;
    font-weight: bold;
	margin-top: 20px;
    margin-bottom: 10px;
}

div.corresp p:first-child{
	margin-top: 10px;
}

table[frame] img {
    max-width: 100% !important;
}


div#divaffbody_Delete p.affiliation{
	display:block !important;
}

div#corresp span.email {
    display: inline-block !important;
}

span.email{
	color:blue !important;
}

.super {
  vertical-align: super;
  font-size: smaller;
}
.sub {
  vertical-align: sub;
  font-size: smaller;
}
super {
  vertical-align: super;
  font-size: smaller;
}

span[data-sdummy="strike"] {
	text-decoration: line-through !important;
}

table.Eqn_Tab {
    margin-bottom: 20px;
}

span.editfmfn {
    margin-top: 20px;
}
p.tblfootnote{
	font-size: 14px !important;
}

.super {
  vertical-align: super;
  font-size: smaller;
}

ul#auname_container li span.aq{
	display:none;
}
img.Wirisformula{
	/* max-width:100% !important; */
}

span.Times{
	font-family: times !important;
}

/*v2.9 murugan*/
p.visual_para img {
    width: 100%;
}
/*v2.9 murugan*/
p.visual_para span.caption {
    font-size: 20px;
}

li span.label {
    color: #2D3030 !important;
}

/*v2.0 murugan*/
#refprevEditLoader {
    position: absolute;
    left: 53%;
    top: 95%;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: -75px 0 0 -75px;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    border-bottom: 6px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
/*v2.0 murugan*/
tbody#refedittbdy td div.pcdata {
    height: auto;
}

p.authors[data-newan] span.given_name, p.bakauthors[data-newan] span.given_name {
    color: #70A0D9 !important;
}

p.authors[data-newan] span.surname, p.bakauthors[data-newan] span.surname {
    color: #CC8B84;
}
/*color for insitute and country*/ /*praveen*/
p.affiliation[data-newaff=yes] span.institution {
    color: #508166;
}
p.affiliation[data-newaff=yes] span.country {
    color: #ee3338;
}/*//end*/

span.title {
    font-size: 20px;
    text-align: left;
    font-style: italic;
}

td li {
    font-size: inherit !important;
}

table.Eqn_Tab td:first-child {
    min-width: 600px;
}

img.instex{
	border: 3px solid green!important;
    padding: 5px;
}

span.monospace {
    font-family: monospace;
}

li span.divArtNavList {
    word-break: break-word !important;
}


/* book */

p.chapter_number {
    /* content: "Chapter "; */
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 200%;
    font-size: 28px;
    text-align: left;
    color: #2d3030;
}

p.book-title {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 28px;
    text-align: left;
    font-weight: bold;
    color: #565959;
}
div.book {
    margin-left: 20px;
    margin-right: 20px;
}

p.book_id, div.book_part_id {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 20px;
    text-align: left;
    color: #565959;
    margin-top: 20px;
}

div.book_meta, div.chap-fm {
    background: #eee;
    padding: 15px;
    margin-top: 40px;
    border: 1px solid #ddd;
}


p.book_id:before {
    content: "Book DOI: ";
    font-weight: bold;
}

div.book_part_id:before {
    content: "Chapter DOI: ";
    font-weight: bold;
}

div.book_meta:before {
    content: 'Book Details';
    font-size: 30px;
    font-weight: bold;
}

p.part_number {
    font-size: 30px;
}

p.chapter_subtitle {
    font-size: 20px;
}

p.back_fn{
	  font-size: 18px;
}

/* p.chapter_number:before { */
    /* content: 'Chapter: '; */
/* } */

p.dispquote_source {
    width: 100%;
    text-align: right;
    font-size: 18px;
}

img.instex{
	border: 3px solid green!important;
    padding: 5px;
}


/*v0.1.2 praveen*/
span.rplsimglnks {
    font-family: Calibri;
    color: #1a80b7;
    float: left;
    background-color: bisque;
    padding: 10px;
    font-size: 25px;
    
}

div.divRefList {
    border-top: 1px solid #ddd !important;
    border-bottom: none !important;
	padding:7px;
	display: inline-block;
}

	
table.entbl span.spActionEvent {
    display: none;
}

li#lifnId p.footnote {
    line-height: unset;
    font-size: 15px;
    color: saddlebrown !important;
    border-top: 1px solid #dedede;
    padding: 8px;
}

li#lifnId p.footnote span.spActionEvent {
    display: none;
}

ol li, ul li {
    font-size: 18px;
}

p.preformat{
	font-style: normal;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    color: #2D3030;
}

span.preformat {
    font-family: courier;
}

.match-section {
    background: #9F6;
    border-radius: 3px;
    padding: 2px;
}

.match-suggestionwords {
    border-bottom: 5px solid #ffb100;
    border-radius: 3px;
}

div[role=menu] i.mce-ico.mce-i-spellchecker {
    padding: 7px;
    color: #337ab7 !important;
    font-size: 20px;
}

div[role=menu] i.mce-ico.mce-i-remove {
    padding: 5px;
    color: red !important;
    font-size: 20px;
}


.mce-menu-item .mce-text {
    font-size: 19px;
}

.mce-menu {
    border-color: #bbb;
    border-width: 2px !important;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.15);
}

.mce-menu-item {
    border-bottom: 1px solid #eee;
    font-size: 21px;
}

.mce-container * {
    color: #333 !important;
}


p.mo-alt-title[ data-attribs-alt-title-type="running-head"]:before {
   content: "Short Title: ";
    font-weight: bold;
}
p.mo-alt-title[ data-attribs-alt-title-type="short-authors"]:before {
   content: "Short Authors: ";
    font-weight: bold;
}

/* Ramachandran - table multiple thead and tbody : add new row or column collapse issue  */
.section-header td {
    font-weight: bold;
    background: #f2f2f2;
}
/*ol.tree
{
	padding: 0 0 0 30px;
	width: 300px;
}
	li 
	{ 
		position: relative; 
		margin-left: 0px;
		list-style: none;
	}
	li input[type=checkbox]
	{
		position: absolute;
		left: 0;
		margin-left: 0;
		opacity: 0;
		z-index: 2;
		cursor: pointer;
		height: 1em;
		width: 1em;
		top: 0;
	}
        li input[type=checkbox] + ol {
            background: url(../Images/toggle-small-expand.png) 5px 0 no-repeat;
            margin: -0.938em 0 5px -40px;
            height: 1em;
            margin-bottom: -18px;
        }
		li input[type=checkbox] + ol > li { display: none; margin-left: -14px !important; padding-left: 1px;}
		
	li label
	{
		cursor: pointer;
		display: block;
		padding-left: 0px;
	}

        li input[type=checkbox]:checked + ol {
            background: url(../Images/toggle-small.png) 5px 24px no-repeat;
            margin: -1.25em 0 0 -40px;
            padding: 1.563em 0 0 80px;
            height: auto;
            margin-top: -46px;
        }
            li input[type=checkbox]:checked + ol > li {
                display: block;
                margin: 0 0 0.125em; 
            }
                li input[type=checkbox]:checked + ol > li:last-child {
                    margin: 0 0 0.063em; 
                }*/


.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px !important;
}

    .tree ul {
        margin-left: 1em;
        position: relative
    }

        .tree ul ul {
            margin-left: .5em
        }

        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid
        }

    /*v3.0 sjs*/
    .tree li p {
		line-height: normal;
		margin: 0;
		padding-top: 8px;
		padding-bottom: 8px;
    }

    .tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #369;
        position: relative
    }

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0
    }

    .tree ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0
    }

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    color: #369;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

li h1, h2, h3 {
    font-size: 12px;
}

.bootsidemenu {
    z-index: 999999;
    position: fixed;
    top: -1px;
    bottom: -1px;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.bootsidemenu > .menu-wrapper {
    padding: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    overflow: auto;
    width: 100%;
}

.bootsidemenu > .row {
    margin: 0;
}

.bootsidemenu {
    /*width: auto;*/
    min-width: unset;
}

.bootsidemenu.bootsidemenu-left {
    left: 0;
    right: auto; /*20px;*/
}

.bootsidemenu.bootsidemenu-right {
    right: 0;
    left: auto; /*20px;*/
}

.toggler {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    width: 20px;
    height: 48px;
    position: absolute;
    top: 47%;
    cursor: pointer;
    background-color: #fff;
}

.bootsidemenu-left > .toggler {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #fff;
    -webkit-box-shadow: 1px 0 8px rgba(0, 0, 0, .175);
    box-shadow: 1px 0 8px rgba(0, 0, 0, .175);
    right: -20px;
}

.bootsidemenu-left > .toggler > span {
    margin: 15px 2px;
    color:red;
}

.bootsidemenu-right > .toggler {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #fff;
    -webkit-box-shadow: -1px 0 8px rgba(0, 0, 0, .175);
    box-shadow: -1px 0 8px rgba(0, 0, 0, .175);
    left: -20px;
}

.bootsidemenu-right > .toggler > span {
    margin: 15px 2px;
}

/*Native BootStrap Hack*/
.bootsidemenu .list-group, .bootsidemenu .list-group-item {
    background-color: transparent;
}

.bootsidemenu .list-group-item:last-child, .bootsidemenu .list-group-item:first-child {
    border-radius: 0;
}

.bootsidemenu .list-group {
    margin-bottom: 0;
}

.bootsidemenu .list-group-item {
    border: 1px solid #DDD;
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
    margin-top: -1px;
}

.list-group .collapse a {
    padding-left: 25px;
}

.list-group-item .icon {
    margin-right: 5px;
}

/*==========  Media queries for test ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .bootsidemenu {
        min-width: 200px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .bootsidemenu {
        min-width: 90%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}

/*========== Theme Default ==========*/
.default {
    background-color: #FFFFFF;
    color: #555555;
}

.default .toggler {
    background-color: #FFFFFF;
}

.default a,
.default a:hover,
.default a:visited {
    color: #337ab7;
}

.default.bootsidemenu-left,
.default.bootsidemenu-right,
.default.bootsidemenu-left > .toggler,
.default.bootsidemenu-right > .toggler {
    border-color: rgba(0, 0, 0, .15);
}

.default.bootsidemenu-right > .toggler {
    border-right:0;
}

.default.bootsidemenu-left > .toggler {
    border-left:0;
}

.default .list-group-item.active,
.default .list-group-item.active:focus,
.default .list-group-item.active:hover,
.default .item.active:focus {
    color: #FFFFFF;
    background-color: #337ab7;
    border-color: #337ab7;
}

.default a.list-group-item {
    color: #555555;
}

.default a.list-group-item:focus,
.default a.list-group-item:hover,
.default button.list-group-item:focus,
.default button.list-group-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #337ab7;
    border-color: #337ab7;
}

/*========== Theme Default ==========*/
