.growl-wrapper {
    padding: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
}

.gb-notification.growl {
    width: 40%;
    position: fixed;
    top: 40%;
    left: 25%;
    padding: 40px 20px 20px;
    margin: 0px;
    border: 1px solid #d1d1d1;
    /*position: relative;*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.close {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    font-weight: 400;
    color: #838383;
    font-size: 12px;
    cursor: pointer;
    text-shadow: none;
    float: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.gb-notification.growl .close {
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px #d1d1d1;
    padding: 2px 3px 6px 6px;
    color: #000;
}

.alert {
    padding: 10px 10px 10px 40px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
}

.alert-danger {
    background: url(../images/remove.png) no-repeat scroll 5px 7px #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-success {
    background: url(../images/suc-msg.png) no-repeat scroll 5px 10px #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.EIC {
    background-color: #cb6109;
    text-align: center;
    color: #fff;
}

.DPELIST {
    background-color: #e5b700;
}

.WDDLIST {
    background-color: #2c788b;
    color: #fff;
}

.EDITOR1 {
    background-color: #00b7e5;
    text-align: center;
    color: #fff;
}

.WPELIST {
    background-color: #e289b5;
}

.TEALIST {
    background-color: #333399;
    color: #fff;
}

.TERLIST {
    background-color: #008001;
    color: #fff;
}

.ManuscriptId {
    background-color: #ffcc99;
    text-align: center;
    color: #000000;
    text-align: center;
}

.buttonStyle {
    border-style: none;
    border-color: inherit;
    border-width: 1px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    width: auto;
    background-color: #999999;
    cursor: pointer;
    font-weight: bold;
    color: #000000;
    line-height: 18px;
    height: 17px;
}

.black-big-heading {
    font-family: Century Gothic;
    font-size: 14px;
    font-weight: bold;
    color: #296DC1;
    text-decoration: none;
    text-indent: 2pt;
    border-top: 1px none #0077D4;
    border-right: 1px none #0077D4;
    border-bottom: 1px solid #0077D4;
    border-left: 1px none #0077D4;
}

.gridheader {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    background-color: #999999;
    text-indent: 3pt;
    text-align: left;
    height: 20px;
}

.gridrowstyle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
    text-indent: 3pt;
    background-color: #FFFFFF;
    text-align: left;
    height: 20px;
}

.gridemptyrowstyle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    color: #FF0000;
    background-color: #FFFFFF;
    text-align: center;
    height: 20px;
}

.gridpager {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #0077D4;
    background-color: #E1E1E1;
    text-align: center;
}

.gridalternaterowstyle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
    text-indent: 3pt;
    background-color: #F0EFEF;
    text-align: left;
    height: 20px;
}

.txt {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    width: 160px;
}

.txtBold {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}

.ExportBtn {
    font-size: 16px;
    margin: 0;
    padding: 3px;
    background-color: #2FADE7;
    color: #fff !important;
}

    .ExportBtn:hover {
        background-color: #006DCC;
    }

.b-info {
    margin-top: 2px;
    margin-right: 25px;
    font-size: 16px;
    color: #338cdf;
    cursor: pointer;
    float: right;
}

    .b-info .tooltip {
        background: #fff;
        padding: 5px 12px;
        font-size: 14px;
        color: #000;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    }

        .b-info .tooltip:after {
            border-bottom: 8px solid #000;
        }

    .b-info:hover .tooltip {
        opacity: 1;
    }

.tooltip {
    position: absolute;
    z-index: 99999;
    width: 500px;
    display: block;
    line-height: 1.4;
    margin-left: 20px;
    text-align: left;
    margin-top: 0px;
    border-radius: 5px;
    opacity: 0;
    transition: all .5s ease-in-out;
}

    .tooltip > em {
        padding: 12px;
        font-style: normal;
        display: block;
        position: static;
    }

    .tooltip:after {
        content: '';
        position: absolute;
        top: 0px;
        left: 6%;
        margin-top: -16px;
        border-bottom: 8px solid #F00;
        border-top: 8px solid transparent;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }

.ht {
    line-height: 1px;
}

.ht10 {
    line-height: 10px;
}

.htBlueBackGround {
    line-height: 3px;
    background: #0077D4;
}

.htBlackBackGround {
    line-height: 0px;
    background: #000000;
}

.bgbutton {
    background-image: url(image/b1.png);
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: left;
}

.white {
    font-family: Tahoma;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #FFFFFF;
    text-decoration: none;
}

.whitebig {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #FFFFFF;
}

.whitenormal {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #FFFFFF;
    text-decoration: none;
}

.whitebig1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #FFFFFF;
}

.whiteheadnormal {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #FFFFFF;
    background-color: #0077D4;
    line-height: 22px;
}

.whiteheadbold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0077D4;
    line-height: 22px;
}

.lightbluebg {
    background-color: #EDF0F2;
    line-height: 20px;
}

.rednormal {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #FFFFFF;
    line-height: 28px;
}

.gray {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #0033FF;
    text-decoration: none;
}

.reddark {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #A40000;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
}

.black1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 19px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
    background-color: #F0EFEF;
}

.border {
    border: thin solid #EFEFEF;
}

.width {
    width: 150px;
    height: 18px;
}

.black2 {
    font-family: Century Gothic;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    background-color: #E1E1E1;
    text-indent: 3pt;
}

.orange {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #956500;
    text-decoration: none;
}

.black-big-heading {
    font-family: Century Gothic;
    font-size: 14px;
    font-weight: bold;
    color: #296DC1;
    text-decoration: none;
    text-indent: 2pt;
    border-top: 1px none #0077D4;
    border-right: 1px none #0077D4;
    border-bottom: 1px solid #0077D4;
    border-left: 1px none #0077D4;
}

.button {
    font-family: Tahoma;
    font-size: 12px;
    line-height: 19px;
}

.ehra {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: #000000;
    font-weight: normal;
}

.black {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #0077D4;
    font-weight: normal;
    text-decoration: none;
    line-height: 19px;
}

.blackCopy {
    font-family: Tahoma;
    font-size: 11px;
    color: #0000CC;
    background-color: #E2E2E2;
    font-weight: normal;
    text-decoration: none;
    line-height: 20px;
    text-indent: 2pt;
    border-top: none #8F8F8F;
    border-right: none #8F8F8F;
    border-bottom: 1px solid #8F8F8F;
    border-left: 1px none #8F8F8F;
}

.bluedark {
    font-family: Tahoma;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    line-height: 26px;
}

.bluedarkbold {
    font-family: Tahoma;
    font-size: 12px;
    color:darkblue;
    text-decoration: none;
    line-height: 26px;
    font-weight: bold;
}

.bluebold {
    font-family: Century Gothic;
    font-size: 14px;
    color: #296DC1;
    text-decoration: none;
    text-indent: 3pt;
    font-weight: bold;
}

.black2Copy {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #296DC1;
    text-decoration: none;
    text-indent: 3pt;
}

.black2 a:hover {
    text-decoration: underline;
}

.black1 a:hover {
    text-decoration: underline;
    font-size: 10px;
    font-weight: bold;
}

.txt {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    width: 160px;
}

.txtBold {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}

.td {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
}

.border2 {
    border-right-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-color: #A0A0A0;
}

.gray a:hover {
    text-decoration: underline;
}

.blacka {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #999999;
    font-weight: bold;
    text-decoration: none;
    line-height: 19px;
}

.border3 {
    border: 1px solid #0063B2;
}

.buttonStyle {
    border-style: none;
    border-color: inherit;
    border-width: 1px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    width: auto;
    background-color: #999999;
    cursor: pointer;
    font-weight: bold;
    color: #000000;
    line-height: 18px;
    height: 17px;
}

.gridalternaterowstyle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
    text-indent: 3pt;
    background-color: #F0EFEF;
}

.gridheader {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    background-color: #999999;
    text-indent: 3pt;
    text-align: left;
}

.gridrowstyle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
    text-indent: 3pt;
    background-color: #FFFFFF;
    text-align: left;
}

.gridemptyrowstyle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    color: #FF0000;
    background-color: #FFFFFF;
    text-align: center;
}

.gridpager {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #0077D4;
    background-color: #E1E1E1;
    text-align: center;
}

.gridborder {
    border: thin solid #EFEFEF;
}

.gridpager a:hover {
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}

.gridpager a {
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.background {
    border-right-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-color: #A0A0A0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 19px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
    background-color: #F0EFEF;
}

.blackbold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 19px;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
    background-color: #F0EFEF;
}


.blacknew {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #efefef;
    font-weight: normal;
    text-decoration: none;
    line-height: 19px;
}

.rednew {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ef0000;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
}

.growl-wrapper {
    padding: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
}

.gb-notification.growl {
    width: 40%;
    position: fixed;
    top: 40%;
    left: 25%;
    padding: 40px 20px 20px;
    margin: 0px;
    border: 1px solid #d1d1d1;
    /*position: relative;*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.close {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    font-weight: 400;
    color: #838383;
    font-size: 12px;
    cursor: pointer;
    text-shadow: none;
    float: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.gb-notification.growl .close {
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px #d1d1d1;
    padding: 2px 3px 6px 6px;
    color: #000;
}

.alert {
    padding: 10px 10px 10px 40px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
}

.alert-danger {
    background: url(../images/remove.png) no-repeat scroll 5px 7px #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-success {
    background: url(../images/suc-msg.png) no-repeat scroll 5px 10px #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
