/* @font-face {
    font-family: Open Sans;
    src: url('/lib/css/fonts/Open Sans-BoldItalic.ttf');
    font-weight:bold;
    font-style:italic;
}
@font-face {
    font-family: Open Sans;
    src: url('/lib/css/fonts/Open Sans-Bold.ttf');
    font-weight:bold;
}
@font-face {
    font-family: Open Sans;
    src: url('/lib/css/fonts/Open Sans-Regular.ttf');
}
@font-face {
    font-family: Open Sans;
    font-style:italic;
    src: url('/lib/css/fonts/Open Sans-Italic.ttf');
}
@font-face {
    font-family: Open Sans;
    src: url('/lib/css/fonts/Open Sans-SemiboldItalic.ttf');
    font-weight:500;
    font-style:italic;
}
@font-face {
    font-family: Open Sans;
    src: url('/lib/css/fonts/Open Sans-Semibold.ttf');
    font-weight:500;
}

@font-face {
    font-family: Open Sans-Light;
    src: url('/lib/css/fonts/Open Sans-Light.ttf');
} */ 


#homepage p {
    line-height: 180%
}

.loginPageHeader{
	background-color: #191930;    
	display: table;
	width: 100%;
}

.vgtu .loginPageHeader span{
	color: #fff;
    font-size: 1.7em;
    font-weight: normal;
	display: table-cell;
	vertical-align: middle;
	background: url("/i/VGTU_logo.svg") 10px 0 no-repeat ;
	width: 240px;
	height: 46px;  
    text-align: center;
	position: absolute;	
}

.pensoft .loginPageHeader span{
	color: #fff;
    font-size: 1.7em;
    font-weight: normal;
	display: table-cell;
	vertical-align: middle;
	background: url("/i/pensoft_logo.svg") 10px 0 no-repeat ;
	width: 200px;
	height: 46px;
	position: absolute;  
    text-align: center;	
}

.loginPageHeader div{
	color: #fff;
    font-size: 1.7em;
    font-weight: normal;
	display: table-cell;
	vertical-align: middle;	
	height: 46px;    
    text-align: center;	
}

ul.ui-autocomplete {
    padding-left: 0px;
}

.ui-autocomplete table {
    background-color: white;
    border: solid 1px #97978b;
    box-shadow: 0 0 3px 3px #ebebeb;
    width: 700px;
    position: absolute;
    top: 10px;
}

.ui-autocomplete td {
    border-bottom: solid 1px #e2e2dc;
    height: 29px;
    min-width: 70px;
	padding-left: 5px;
}

.ui-autocomplete .name {
    color: #1F1F1F;
    white-space: nowrap
}

.ui-autocomplete .affiliation {
    color: #727272;
    font-size: 91.66%;
    padding-left: 0.5em;
}

a.current {
    font-weight: bold
}

.fieldHolder input,select,textarea {
    background: #fff;
    width: 100%;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;
    border-radius: 2px;
    padding: 0 0 0 5px;
    margin-right: 16px;
    margin-top: 5px;
    box-shadow: inset 0px /* x */  
        3px /* y */  
        10px /* blur */  
        -10px /* spread */  
        #888;
}

.fieldHolderDispayOnly input{	
    width: 100%;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;    
    padding: 0 0 0 0px;
    margin-right: 16px;
    margin-top: 0px;
}

textarea {
    margin-right: 0.5em;
    padding: 0.5em 0 0 0.5em;
    resize: vertical;
    min-height: 60px;
}

#ed_notes,#ed_notes_reject {
    margin-top: 0px;
}

select {
    padding: 4px
}

.textLeftAlign {
    text-align: left;
}

.textCenterAlign {
    text-align: center;
}

.loginErrors input {
    margin-top: 6px;
    background-color: #f6e3dc;
    border-color: #bf1e1e;
    box-shadow: 0 0 3px 3px #f7e5e5;
}

.fieldHolder textarea {
    height: 50px;
    padding-top: 7px;
}

.crossrefXmlFieldHolder textarea {
    height: 500px;
    padding-top: 7px;
}

.fieldHolder input[type="file"] {
    background: none;
    border: none;
    position: absolute;
    visibility: hidden;
    margin-left: -310px;
}

.P-W100 {
    width: 300px !important;
}
.w100{
	width: 100%;
}

.fileInput {
    width: 250px !important;
    float: left;
}

.fileUpload {
    float: left;
}

.clearMargin {
    margin: 0 !important;
}

.input-reg-title {
    padding: 12px 0px 5px 0px;    
    font-size: 12px;
    color: #1f1f1f;
}

.fieldHolder select {
    padding-top: 3px;
    line-height: 28px;
    width: 100%;

}

.P-Input-With-Help input,select {
    width: 93%;
}

.fileUpload {
    height: 30px;
    padding-top: 0px !important;
}

.fieldHolder input:focus,.fieldHolder select:focus{
    background-color: #fefbf3;
    border-color: #89c0e8;
    box-shadow: 0 0 3px 3px #d5dee5;
}

.documentTitle {
    font-weight: bold;
    font-size: 200%
}

html,body {
    margin: 0;
    padding: 0;
    font-family: Open Sans, Tahoma, Verdana, sans-serif;
    font-size: 12px;
    color: #1F1F1F;
    height: 100%;
}

body {
    background: #ebebeb;
}

body {
    overflow-y: scroll;
}

q {
    font-style: italic
}

q:after {
    content: close-quote;
}

q:before {
    content: open-quote;
}

th {
    text-align: left
}

*:focus {
    outline: none;
}


abbr {
    cursor: default
}

img {
    border: none;
}

a {
    color: #014477;
    text-decoration: none;
}

.clearBackground {
    background: none;
}

.padding {
    padding: 5px 0 20px 0;
}
/* clear */
.clear {
    clear: both;
}

.P-Clear {
    clear: both;
    float: none;
    font-size: 1px;
}

.P-Hidden {
    display: none;
}

.clearBorder {
    border: none !important;
}
/* Corners */
.topLeftCorner {
    float: left;
}

.topRightCorner {
    float: right;
}

.bottomLeftCorner {
    float: left;
}

.bottomRightCorner {
    float: right;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.bold {
    font-weight: bold;
}

#container {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.constrained {
    max-width: 1280px;
    margin: auto;
		
}

.AOF .constrained{
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;	justify-content: space-between;
	-webkit-align-items: center; align-items: center;
}

.login_wrapper{
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	flex-flow: row nowrap;
	-webkit-justify-content: flex-end;	justify-content: flex-end;
	-webkit-align-items: center; align-items: center;
	min-width: 40%; 
}

.header-content .constrained{
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;	justify-content: space-between;
	-webkit-align-items: center; align-items: center;
}

.homepage .header-content .constrained{	
	flex-flow: row wrap;	
}

.header-content .formWrapper{
	margin: 20px 10px;
}
@media screen and (max-width: 1024px){
	.header-content .formWrapper{
		display: none;
	}	
}

#header {
    background-color: #ffffff;
    width: 100%;
    /*	height: 46px;*/
}

#header .logo {
    float: left;
}

#header .logo:hover {
    opacity: 0.6;
}

#header #nav {   
    background-color: #191930;    
    width: 100%;
    height: 47px;
    margin-bottom: 8px;
    margin: auto;
}


.P-Header {
    width: 100%;
    min-width: 980px;
    min-height: 50px;
}

.P-Logo-Search-Holder {
    width: 70%;
    float: left;
}

.P-Logo {
    float: left;
}
.P-Logo img{
	margin: 6px 0 0 10px;
}

.P-Head-Search {
    float: right;
    padding: 10px 0 0 10px;
    height: 30px;
    width: 410px;
}

.P-Head-Search input {
    border: none;
    padding: 0 10px;
}

.iconHommer {
    background: url("/i/HAMMER-01.svg") no-repeat;
    padding: 0px 0px 0px 24px;
}

.P-Head-Search .input-left {
    background: url("/i/search_input_left.png") no-repeat;
    float: left;
    height: 30px;
    width: 3px;
}

.P-Head-Search .input-middle {
    background: url("/i/search_input_center.png") repeat-x;
    height: 30px;
    line-height: 30px;
    margin: 0 45px 0 3px;
}

.P-Head-Search .input-right {
    background: url("/i/searchsubmitbtn.png") no-repeat;
    float: right;
    height: 31px;
    width: 45px;
    border: none;
}

.P-Head-Search .input-rightdropdown {
    background: url("/i/searchdropdown.png") no-repeat;
    float: right;
    height: 31px;
    width: 117px;
    position: relative;
}

.P-Head-Search .input-rightdropdown {
    cursor: pointer;
}

.P-Head-Search .P-Option-Selected {
    line-height: 30px;
    text-align: left;
    padding-left: 15px;
    width: 85px;
    height: 30px;
    overflow: hidden;
    color: #000000;
}

.P-Head-Search select {
    visibility: hidden;
}

.P-Head-Search .P-Options-Holder {
    position: absolute;
    top: -8px;
    left: -1px;
    z-index: 99999;
}

.P-Head-Search .P-Options-Holder .P-Options-Arrow {
    background: url("/i/search_select_arrow_up.png") no-repeat;
    position: absolute;
    top: 20px;
    right: 8px;
    width: 10px;
    height: 5px;
}

.P-Head-Search .P-Options-Holder .P-Options-Top {
    width: 120px;
    height: 8px;
    background: url("/i/search_select_top_hover.png") no-repeat;
}

.P-Head-Search .P-Options-Holder .P-Options-Middle {
    width: 120px;
    background: url("/i/search_select_middle_hover.png") repeat-y;
    padding-bottom: 2px;
}

.P-Head-Search .P-Options-Holder .P-Options-Middle .P-Search-Option {
    line-height: 30px;
    text-align: left;
    padding-left: 14px;
    margin-left: 2px;
    margin-right: 2px;
    height: 30px;
    overflow: hidden;
}

.P-Head-Search .P-Options-Holder .P-Options-Middle .P-Search-Option:hover
{
    background: #EEE;
}

.P-Head-Search .P-Options-Holder .P-Options-Bottom {
    width: 120px;
    background: url("/i/search_select_bottom_hover.png") no-repeat;
    height: 8px;
}

.P-Head-Search .input-middle input {
    background: none;
    border: 0 none;
    cursor: text;
    display: block;
    color: #737373;    
    height: 30px;
    line-height: 30px;
    margin: 0;
}

/**/
  input[name='search_in']:checked + label {
    color:#ddd;
    /*color: #7EAA5D;*/
  }

  input[name='stext'] {
    display:block;
    width:214px;
    border: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    outline: 0px;
    height: 33px;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
  }
  button[type='submit'] {
    outline: 0px;
    border: #ddd;
    background: #DDDDDD;

    height: 33px;
    width: 40px;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
  }

  input[name='search_in'] {
    display:none;
  }

  #searchWrapper label {
    display:block;
    cursor: default;
    float:left;
    margin-left:1px;
  }

  #searchWrapper label > span {
    padding:8px;
    width:53px;
    /*font-size: 10px;*/
    display: block;
    text-align:center;
  }
/**/

.P-Head-Profile-Menu {
    float: right;
    margin-top: 7px;
    margin-right: 9px;
    max-width: 280px;
}

.P-Head-Profile-Menu a {
    color: #0052CC;
}

.P-Head-Profile-Menu:hover .userloggedimage {
    cursor: pointer;
}

.P-Head-Profile-Menu:hover .userloggedmenulinks {
    
}

.P-Head-Profile-Menu .userloggedmenu {
    height: 30px;
    margin-top: 3px;
    position: relative;
    z-index: 99;
    text-align: left;
    min-width: 280px;
}

.P-Head-Profile-Menu .userloggedmenulinksTop {
    background: url("/i/userMenu_top.png") no-repeat scroll 0 0 transparent;
    height: 6px;
    width: 237px;
}

.P-Head-Profile-Menu .userloggedmenulinksBottom {
    background: url("/i/userMenu_bottom.png") no-repeat scroll 0 0
        transparent;
    height: 6px;
    width: 237px;
}

.P-Head-Profile-Menu .userloggedmenulinks { 
    position: absolute;    
    right: 20px;
    top: 24px;
    width: 237px;
    z-index: 1;
    display: none;
    color: #727272;
}

.P-Head-Profile-Menu .userLoggedMenuLink {
    padding: 17px 15px 5px 15px;
}

.P-Head-Profile-Menu .userloggedmenulinksMainInner {
    background: url("/i/userMenu_main.png") repeat-y scroll 0 0 transparent;
    width: 237px;
    color: #727272;
}

.P-Head-Profile-Menu .loggedmenu a {
    color: #1B8AAE;
    font-size: 1.2em;
    text-decoration: none;
}

.P-Head-Profile-Menu .userloggedmenuSep {
    background: url("/i/userMenu_sep.png") no-repeat scroll 0 0 transparent;
    height: 2px;
    width: 203px;
    margin: 0 15px;
}

.P-Head-Profile-Menu .username {
    color: #1B8AAE;
    font-size: 1.2em;
    float: left;
    text-align: left;
    height: 30px;
    overflow: hidden;
    padding: 7px 7px 0px 7px;
}

.P-Head-Profile-Menu .userloggedmenu a {
    text-decoration: none;
    float: left;
}

.P-Head-Profile-Menu .userloggedimage {
    margin-right: 12px;
    padding-right: 10px;
    margin-left: 35px;   
    width: auto;
    *width: 123px;
    position: relative;
    z-index: 3;
}

.P-Head-Profile-Menu .userloggedimage .username_left {
    float: left;
    width: 7px;
    height: 31px;
}

.P-Head-Profile-Menu .userloggedimage .username_right {
    background: url("/i/arrowDown.png") left 15px no-repeat;
    float: left;
    width: 22px;
    height: 31px;
}

.P-Head-Profile-Menu-Opened .userloggedimage .username_left {
    background: url("/i/userMenuTopLeft.png") no-repeat scroll 0 0
        transparent;
    float: left;
    width: 7px;
    height: 31px;
}

.P-Head-Profile-Menu-Opened .userloggedimage .username_right {
    background: url("/i/userMenuTopRight.png") no-repeat scroll 0 0
        transparent;
    float: left;
    width: 22px;
    height: 31px;
}

.P-Head-Profile-Menu-Opened .userloggedimage .username {
    background: url("/i/userMenuTopCenter.png") repeat-x scroll 0 0
        transparent;
    height: 31px;
    width: auto;
    float: left;
    height: 31px;
}

.P-Profile-Picture-Holder {
    color: #0052CC;
    width: 100px;
}

.P-Profile-Picture-Holder button:disabled {
    color: #ABABAB;
	cursor: default;
}

.userloggedimage .userloggedimageA {
    float: left;
    width: 30px;
    height: 30px;
}

.userloggedimageA img {
    border-left: 1px solid #96968A;
    border-top: 1px solid #96968A;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

#docEditHeader {
    background: url(../i/doc_edit.png) repeat-x;
    width: 100%;
    height: 60px;
    color: #727272;
    border-top: 1px solid #96968A;
    border-bottom: 1px solid #96968A;
}

#docEditHeader .box {
    border-left: 1px solid #C5C5B5;
    min-height: 60px;
    float: left;
    margin-top: 0px;
    padding: 0 10px;
}

#docEditHeader .box h3 {
    margin-bottom: 4px;
    margin-top: 8px;
    font-size: 13px;
    color: #1F1F1F;
    margin-left: 10px;
}

#docEditHeader .box h3 img {
    margin-left: 10px;
}

#docEditHeader .box .optionHolder {
    float: left;
    margin: 0 0 0 10px;
}

#docEditHeader .buttons {
    float: right;    
    width: 320px;
}

#docEditHeader .filter a {
    color: #0052CC !important;
}

#docEditHeader .box a {
    font-size: 12px;
    color: #727272;
    text-decoration: none;
}

#docEditHeader .box .arrow {
    float: right;
    margin: 0 0px 0 25px;
}

#docEditHeader .box .arrow img {
    float: left;
}

#docEditHeader .box .arrow span {
    float: left;
    text-align: left;
    padding-left: 10px;
    display: inline-block;
}

#docEditHeader .box .optionHolder span {    
    margin-top: 2px;
    margin-left: 6px;
    margin-right: 10px;
}

#docEditHeader .box .optionHolder div {
    margin-top: 5px;
}

#docEditHeader .box .filterInput {
    height: 20px;
    margin-top: 5px;
}

#docEditHeader .box .filterInput img {
    float: right;
    margin: 5px 0 0 10px;
    width: 13px;
    height: 8px;
}

#docEditHeader .box .block {
    display: inline-block;
    width: 5px;
    height: 17px;
    margin: 0 5px;
}

#docEditHeader .box .popup {
    background: #ffffff;
    border: 1px solid #C5C5B5;
    position: absolute;
    border-radius: 2px;
    padding: 0 10px;
    display: none;
    text-align: left;
    z-index: 1;
}

#docEditHeader .box .popup a {
    padding: 5px 10px 10px 10px;
    border-top: 1px solid #E2E2DC;
    display: block;
    margin-top: -5px;
}

#docEditHeader .box .P-Grey-Btn-Holder,.P-Green-Btn-Holder {
    margin: 15px 0 0 16px;
}

.P-Header-Row .P-Green-Btn-Holder {
    margin: 0;
}

/*.P-Wrapper-Container-Left {
    background: #fefbf3;
    position: absolute;
    left: 0px;
    height: 100%;
    width: 175px;
    border-right: 1px solid #F4F4F1;
    z-index: 0;
    position: fixed;
}*/

.P-Wrapper-Container-Middle.P-Wrapper-Container-Right-Hide {
    margin-right: 8px;
}

.P-Wrapper-Container-Middle.P-Wrapper-Container-Left-Hide {
    margin-left: 8px;
}

.P-Grey-Btn-Holder.P-Validation .P-Btn-Icon {
    background: url('/i/valid_icon.png') no-repeat;
    width: 19px;
    height: 16px;
    margin-right: 7px;
    margin-top: 8px;
    float: left;
}

.P-Data-Resources-Head {
    color: #737373;
    font-size: 15px;
    font-weight: bold;
}

.P-Indent-Structure {
    background: url("/i/indent.png") no-repeat scroll left center #eff1f1;
    padding-left: 25px;
}

.P-WithArrow-Structure {
    background: url("/i/arrowDownBig.png") no-repeat scroll left center
        transparent;
    padding-left: 17px;
}

.P-Article-Figures {
    background: url("/i/figures_icon.png") no-repeat scroll left center
        transparent;
    padding-left: 30px;
}

.P-Article-Tables {
    background: url("/i/tables_icon.png") no-repeat scroll left center
        transparent;
    padding-left: 30px;
}

.P-Art-WithArrow {
    padding-left: 12px !important;
}

.P-Arrow-Right {
    background: url("/i/arrowRightBig.png") no-repeat;
    display: inline-block;
    height: 14px;
    width: 7px;
    padding-left: 5px;
}

.P-Arrow-Down {
    background: url("/i/arrowDownBig.png") no-repeat;
    display: inline-block;
    height: 7px;
    width: 14px;
    padding-left: 5px;
}

.spacer {
    height: 13px !important;
    background: none !important;
    border: none !important;
}

.comment_btn {
    background: url("/i/commentbtn80.png") no-repeat scroll left center
        transparent;
    border: none;
    height: 34px;
    width: 92px;
}

.comment_btn:hover {
    background: url("/i/commentbtn_hover80.png") no-repeat scroll left
        center transparent;
}

.reply_btn {
    background: url("/i/replybtn.png") no-repeat scroll left center
        transparent;
    border: none;
    height: 34px;
    width: 92px;
}

.reply_btn:hover {
    background: url("/i/replybtn_hover.png") no-repeat scroll left center
        transparent;
}

.reply_btn.comment_btn_inactive {
    background: url("/i/replybtn_inactive.png") no-repeat scroll left center
        transparent;
}

.P-Comment-Inline-Main-Btn {
    background: url("/i/commentbtn_inline80.png") no-repeat scroll left
        center transparent;
}

.P-Comment-Inline-Main-Btn:hover {
    background: url("/i/commentbtn_hover_inline80.png") no-repeat scroll
        left center transparent;
}

.comment_btn_inactive {
    background: url("/i/commentbtn_inactive.png") no-repeat scroll left
        center transparent;
    border: none;
    height: 34px;
    width: 92px;
}

.commentbtn_big {
    background: url("/i/commentbtn_big.png") no-repeat scroll left center
        transparent;
    border: none;
    height: 34px;
    width: 123px;
    margin-bottom: 7px;
    margin-top: 7px;
}

.commentbtn_big:hover {
    background: url("/i/commentbtn_big_hover.png") no-repeat scroll left
        center transparent;
}

/* START NEW ARTICLE STRUCTURE DESIGN */

#articleMenu {
    list-style: none;
    margin-left: -38px;
    margin-top: 5px;
}

#articleMenu ul {
    list-style: none;
}

.f {
    padding: 5px 15px 5px;
    color: #737373;
    font-size: 15px;
    font-weight: bold;
}

.P-Article-Structure-Start-Desc {
    padding: 5px 15px 5px;
    color: #727272;
}

.P-Warning-Structure {
    background: url("/i/warning_icon.png") no-repeat scroll 5px center
        #f6e3dc !important;
}

.P-Article-Structures .P-Sub-Article.P-Warning-Structure {
    background: url("/i/indent_warning.png") no-repeat 5px 5px #f6e3dc
        !important;
}

.P-Figures {
    background: url("/i/figures_icon.png") no-repeat scroll 33px center
        #e4eaef !important;
    padding-left: 63px !important;
}

.P-Tables {
    background: url("/i/tables_icon.png") no-repeat scroll 33px center
        #e4eaef !important;
    padding-left: 63px !important;
}

.P-Article-Structures .P-Sub-Article {
    background: #eff1f1;
    min-height: 16px;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 33px;
}

.P-Article-Separator {
    height: 13px !important;
    background: none !important;
    border: none !important;
}
/* END   NEW ARTICLE STRUCTURE DESIGN */
.P-Article-Buttons {
    margin-left: 26px;
    margin-top: 15px;
    font-size: 12px;
}

.P-Article-Structures .P-Article-Buttons .P-Grey-Btn-Middle,.P-Article-Buttons .P-Green-Btn-Middle
{
    width: 95px;
    font-size: 12px;
}

.P-Article-Buttons .P-Green-Btn-Middle {
    padding-left: 10px;
    padding-right: 10px;
}

.P-Article-Buttons.P-Bottom {
    position: absolute;
    bottom: 0;
}

.P-Data-Resources {
    margin: 0px 0px 10px 0px;
}

.P-Data-Resources-Subsection {
    border-left: 4px solid #e2e2dc;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 0px 0px 20px;
}

.P-Wrapper-Container-Middle .P-Level2 {
    margin-left: 40px;
}

.P-Inline-Line {
    background: url("/i/inline_line.png") repeat-x scroll left center
        transparent;
    height: 1px;
    vertical-align: middle;
    margin-left: 25px;
    width: 90%;
}

.P-Inline-Line-Middle {
    background: url("/i/inline_line.png") repeat-x scroll left center
        transparent;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0px;
}

.P-Line {
    vertical-align: middle;
    background: url("/i/inline_line.png") repeat-x scroll left center
        transparent;
    display: inline-block;
    height: 1px;
    width: 100%;
    margin-bottom: 3px;
}

.P-Data-Resources-Control {
    margin-bottom: 20px;
}

.P-Data-Resources-Control-Left {
    color: #000000;
    float: left;
}

.P-Data-Resources-Control-Right {
    float: right;
    color: #000000;
}

.P-Data-Resources-Control-Right a {
    text-decoration: none;
}

.P-Container-Toggler-Btn-Left {
    background: url(/i/toggle_left.png) no-repeat;
    width: 15px;
    height: 60px;
    position: absolute;
    z-index: 99;
    right: -11px;
    top: 15px;
}

.P-Container-Toggler-Btn-Left:hover {
    background: url(/i/toggle_left_hover.png) no-repeat;
    cursor: pointer;
}

.P-Wrapper-Container-Left.P-Wrapper-Container-Left-Hide {
    width: 5px;
}

.P-Wrapper-Container-Left.P-Wrapper-Container-Left-Hide .P-Container-Toggler-Btn-Left
{
    background: url(/i/toggle_left_open.png) no-repeat;
}

.P-Wrapper-Container-Left.P-Wrapper-Container-Left-Hide .P-Container-Toggler-Btn-Left:hover
{
    background: url(/i/toggle_left_open_hover.png) no-repeat;
}

.br {
    height: 5px;
}

.h10 {
    height: 10px;
}

.P-Article-Content {
    background: #fff;
    margin-left: 174px;
    margin-right: 336px;
    border-left: 3px solid #E2E2DC;
    border-right: 3px solid #E2E2DC;
    padding: 5px 0px;
    min-height: 960px;
}

.P-Article-Content.P-Wrapper-Container-Right-Hide {
    margin-right: 8px;
}

.P-Article-Content.P-Wrapper-Container-Left-Hide {
    margin-left: 8px;
}

.P-Article-Content .P-Article-Editing .P-Green-Btn-Preview {
    padding: 0 20px;
}

.P-Article-Content .P-Article-Editing textarea {
    border-radius: 2px;
}

.P-Article-Content .P-Article-Editing {
    padding: 5px 20px;
}

.P-Article-Content .P-Article-Editing input[type="radio"],input[type="checkbox"]{ 

	}

.P-Article-Content label {
    padding: 0 25px 5px 5px;
}

.P-Article-Content .response {
    font-size: 12px;
}

.P-Article-Content .headlineContainer {
    background: #F1F1F1;
    width: 100%;
}

.brownBorder {
    border-top: 1px solid #858464;
    width: 100%;
    height: 2px;
    margin-top: 2px;
}

.P-Article-Content .headlineContainer h3 {
    font-weight: bold;
    color: #1F1F1F;
    float: left;
}

.P-Article-Content .headline {
    padding: 5px 20px 0px 20px;
    float: left;
}

.P-Preview .P-Btn-Icon {
    background: url('../i/preview_icon.png') no-repeat;
    width: 19px;
    height: 14px;
    margin-right: 7px;
    margin-top: 9px;
    float: left;
}

.headlineContainer .date {
    float: right;
    font-size: 12px;
    color: #1F1F1F;
    padding: 15px 20px;
    padding-top: 18px;
}

.P-Article-Content .previewform {
    font-family: Tahoma;
    width: 100%;
    border-bottom: 1px solid #EBEBEC;
    margin-bottom: 10px;
}

.P-Article-Content .previewform .tableBorder {
    border-top: 1px dashed #EBEBEC;
    width: 100%;
    height: 5px;
}

/*.P-Article-Content*/
.previewform td {
    padding: 10px 10px 10px 0px;
    font-size: 1.1em;
    line-height: 160%;
}

.P-Container-Toggler-Btn-Right {
    background: url(/i/toggle_right.png) no-repeat;
    width: 15px;
    height: 60px;
    position: absolute;
    z-index: 999;
    left: -10px;
    top: 15px;
}

.P-Container-Toggler-Btn-Right:hover {
    background: url(/i/toggle_right_hover.png) no-repeat;
    cursor: pointer;
}

.P-Wrapper-Container-Right.P-Wrapper-Container-Right-Hide {
    width: 5px;
}

.P-Wrapper-Container-Right.P-Wrapper-Container-Right-Hide .P-Container-Toggler-Btn-Right
{
    background: url(/i/toggle_right_open.png) no-repeat;
}

.P-Wrapper-Container-Right.P-Wrapper-Container-Right-Hide .P-Container-Toggler-Btn-Right:hover
{
    background: url(/i/toggle_right_open_hover.png) no-repeat;
}

#nav #menu {
    float: left;
    margin-left: 55px;
}

#nav #menu.journal {
    float: left;
    margin-left: 10px;
}

#menu .menu_btn {
    font-size: 1em;
    color: #FFFFFF;
    cursor: pointer;
    height: 32px;
    padding: 0 9px;
    padding-top: 15px;
    text-align: center;
    margin: 0 3px;
}

#menu.pensoft .menu_btn{
    background-color: #5D5D5F;	
	margin: 0 1px 0 0;
}

#menu .menu_btn:hover {    
	opacity: 0.6;
}

#menu .menu_btn img {
    margin-top: -5px;
}

#cart {
    float: right;
    margin: 14px 35px 0 0px;
}

.header-content {
    padding-top: 8px;    
    border-bottom: 6px solid #EBEBEB;
}

.homepage .header-content {    
    border-bottom: none;
}

#cart a {
    position: relative;
    width: 23px;
    height: 18px;
}

#cart span {
    background: url('../i/popup.png') no-repeat;
    width: 23px;
    height: 16px;
    float: right;
    font-size: 11px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: -5px;
    right: -14px;
    line-height: 16px;
}

.loginOrRegister {
    font-size: 14px;
    color: #FFF;
    float: right;
    margin: 15px 5px 15px 15px;
}

.loginOrRegister a {
    cursor: pointer;
    color: #FFF;
    text-decoration: none;
}

.loginOrRegister a:hover {
    opacity: 0.6;
}

#profile {
    float: right;
	display: table;
	height: 46px;    
}

#profile img {
    vertical-align: middle;
    border-radius: 100%;
    box-shadow: 0px 0px 2px 0px whitesmoke;
	display: table-cell;
}

#profile span {
    font-size: 1.17em;
    color: #FFFFFF;
    display: table-cell;
	vertical-align: middle;
	padding-left: 4px
}

#profile:hover,.logoutbtn:hover {
    opacity: 0.5;
}

#JournalLogo {
    cursor: pointer;
	padding-bottom: 4px;
}

.homepage #JournalLogo {
}

#searchField {
   
}

#searchField p input {
    margin: 0px 3px 0px 3px;
}

.dashboardTitle {
    height: 100%;
    background-color: #FFF;
    background-clip: padding-box;
    padding: 0;
    border: 1px solid #EBEBEC;
    border-radius: 2px 2px 0px 0px;
    background-image: -webkit-gradient(linear, color-stop(0, rgb(255, 255, 255)),
        color-stop(0.98, rgb(230, 230, 221)));
    background-image: -webkit-linear-gradient(rgb(255, 255, 255) 0%, #F5F5F5
        98%);
    background-image: -moz-linear-gradient(rgb(255, 255, 255) 0%, #F5F5F5
        98%);
    background-image: -ms-linear-gradient(rgb(255, 255, 255) 0%, #F5F5F5 98%);
    background-image: -o-linear-gradient(rgb(255, 255, 255) 0%, #F5F5F5 98%);
    background-image: linear-gradient(rgb(255, 255, 255) 0%, #F5F5F5 98%);
    background-size: 100% 42px;
    background-repeat: repeat-x;
    margin: -17px 0 0 -21px;
    width: 1072px;
}

.dashboardTitle h2 {
    margin-top: -10px;
    padding: 10px 10px;
    padding-left: 9px;
    background-clip: padding-box;
    color: #666666;
    font-size: 150%;
    padding: 0.5em;
}

.dashboardTitle h1 {
    color: #006666
}

.profilePic {
    float: left;
    margin-top: 2px;
}

.profileInfo {
    margin-top: 5px;
}

.newLine {
    height: 14px;
}

.profileInfo h1 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 30px;
}

.profileInfo h3 {
    font-size: 14px;
    color: #63634A;
    margin-bottom: 30px;
    margin-top: 10px;
}

.pagesList {
    width: 340px;
}

.profileInfo .dataInfo {
    font-size: 12px;
    color: #000000;
    line-height: 155%;
    font-weight: bold;
    width: 85px;
    float: left;
}

.profileInfo .record {
    font-size: 12px;
    color: #000000;
    line-height: 155%;
}

.profileInfo .leftCol {
    float: left;
    margin-left: 20px;
}

.profileInfo .rightCol {
    border-left: 1px solid #E4E4DD;
    float: left;
    font-size: 12px;
    color: #000000;
    line-height: 155%;
    padding-left: 25px;
    margin-left: 100px;
    width: 300px;
    margin-top: 40px;
}

.profileInfo .rightCol .dataInfo {
    float: none;
    width: auto;
}

.pageName {
    padding: 10px 0 5px 0;
}

.pagesName .title {
    float: left;
    padding: 5px 0;
}

.pageName td {
    border-bottom: 1px dashed #EBEBEC;
}

.editOptions {
    visibility: hidden;
    min-height: 30px;
}

.pageName .goup {
    margin-top: -10px;
    margin-right: 4px;
    float: right;
}

.pageName .godown {
    float: right;
    margin: 3px -5px 0 -10px;
}

.pageName .vote {

}

.pageName:hover {
    background: #F0F0EA;
}

.pageName:hover .editOptions {
    visibility: visible;
}

.pageName a {
    font-size: 14px;
    font-weight: bold;
    color: #666666 !important;
}

.submitLink {
    margin: 15px 0;
}

.submitLink a {
    font-size: 11px;
    color: #1F1F1F !important;
    line-height: 135%;
} 

.submitButton{
	background: #7eaa5d;
	margin: 15px 15px 15px 0;	
    padding: 10px;
    width: 100%;
	cursor: pointer;
}

.submitButton:hover{
	opacity: 0.8;
}
a .submitButton{    
    color: #ffffff !important;    
}

.searchWrapper {    
	border: 1px solid #dddddd;	
    width: 250px;	
    height: 30px;
	display:flex;
	flex-wrap:nowrap;
	-webkit-justify-content: space-between;	justify-content: space-between;
	border-radius: 4px;    
}

.searchWrapper input[type='text'] {
    font-size: 12px;
    color: #727272;   
    background: none;
    border: none;    
    margin: 0 0 0 5px;
	float: left;
}

#searchField input[type='submit'] {
    background: #dddddd url(../i/lupa.svg) no-repeat center;
	background-size: 60%;
	border: 1px solid #dddddd;	
    width: 47px;
    height: 31px;
    float: right;
	cursor: pointer; 
	border-radius: 0 4px 4px 0;
}
.search-icon {
    background: url(../i/search_icon_lupa.svg) no-repeat center;
    display: block;
    height: 100%;
}

.searchWrapper input[type='radio'] {
    border: none;
}

#searchField a {
    font-size: 12px;
    color: #006666;
}

#searchField p {
    font-size: 12px;
    margin-top: 5px;
    line-height: 150%;
}
git
#searchField p span {
    margin-left: 31px;
    padding-top: 1px;
}

.wrapper {
    align-self: flex-end;
	margin-right: 0px;
}

.homepage .wrapper {
    align-self: center;
    	
}

#button {
    height: 59px;
    text-align: right;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-align-items: baseline; align-items: baseline;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-flex-direction: row; flex-direction: row;
	-webkit-justify-content: center; justify-content: center;
}

#button button.button_green,
#button button.button_red {    
    padding: 9px 22px 10px 23px;    
    min-width: 156px;    
}

#button img {
    vertical-align: middle;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: right;
}

#button .left {
    margin: 0 0 0 5px;
}

button { 
    background-image: -webkit-linear-gradient(#ffffff, #eaeae3);
    background-image: -moz-linear-gradient(#ffffff, #eaeae3);
    background-image: -ms-linear-gradient(#ffffff, #eaeae3);
    background-image: -o-linear-gradient(#ffffff, #eaeae3);
    background-image: linear-gradient(#ffffff, #eaeae3);
    background-color: #EAEAE3;
    width: 149px;
    height: 31px;
    border: 0px solid #96968a;
    border-radius: 2px;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    color: #1F1F1F;
    padding: 3px 0 5px 0;
    margin: 0 0 0 0;
}

#tasks {
    background: url('../i/tasks.png') repeat-x;
    width: 129px;
    height: 32px;
    float: right;
    font-size: 12px;
    line-height: 135%;
    color: #FFFFFF;
    text-indent: 50px;
    margin-left: 6px;
    padding-top: 7px;
}

.submit_ms,.write_ms {
    float: right;
}

#subMenuWrapper {
    float: right;
}

#subMenuWrapper img {
    float: right;
}

#subMenu {    
    background-color: #191930;    
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    font-size: 1em;
    line-height: 145%;
    color: #006666;
    height: 33px;
    float: right;
    text-align: center;
    margin: 0 auto;
}

#trapezoid {
    border-bottom: 33px solid;
    border-bottom-color: #191930;
    border-left: 8px solid transparent;
    border-right: 0px solid transparent;
    height: 0;
    width: 0px;
    float: left;
}

#subMenu img {
    float: right;
}

#subMenu .menu_btn {
    text-align: center;
    font-family: Tahoma, Verdana, sans-serif;
    padding: 8px 20px;    
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
}

#subMenu .menu_btn:not (:last-child){
    border-right: 1px solid #C7C7C7;
}

.menu_btn {
    float: left;
    /* margin: 0 8px; */
}

.storyTitle h1 {
    font-size: 18px;
    color: #1F1F1F;
}

.holder .content {
    margin-top: 10px;
}

#leftSider {
    margin: 0px 0 0 0px;	
    font-size: 1em;
	-webkit-flex: 1 0 0; -ms-flex: 1 0 0; flex: 1 0;	
	padding: 0 10px 0 0;
	min-width: 340px;
}

.homepage #leftSider{
	min-width: auto;
	margin: 0px;
}
.aboutPage #leftSider{
	padding: 0 10px 0 0;
	min-width: auto;
}

#leftSider h3 {
    font-sze: 14px;
    line-height: 145%;
    color: #A5A585;
    float: left;
    line-height: 34px;
    margin: 0 0 0 0;
    text-indent: 10px;
}

.headlineHolder {
    margin-top: 6px;
}

.headlineHolder .left_ANG {
    background: url('../i/siderHeadlineLeft.png') no-repeat;
    float: left;
    width: 4px;
    height: 32px;
}

.headlineHolder .MID {
    width: 368px;
    height: 32px;
    float: left;
}

.headlineHolder .right_ANG {
    background: url('../i/siderHeadlineRight.png') no-repeat;
    float: left;
    width: 4px;
    height: 32px;
}

.whiteBackground {
    background: #FFFFFF;
    width: 374px;
    border: 1px solid #D2CEBC;
    border-top: none;
    padding-bottom: 10px;
    padding-top: 10px;
}

#browse .boxFooter {
    margin-top: 0px;
    border: none;
    width: 380px;    
}

#browse .leftCorner {
    background: url('../i/bottomCornerLeft.png') no-repeat;
    width: 4px;
    height: 4px;
    float: left;
}

.siderBox {
    background: #FFFFFF;
    width: 183px;
    border: 1px solid #D2CEBC;
    border-top: none;
    border-bottom: none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.leftHeadline {
    margin-top: 6px;
}

.leftHeadline .headlineHolder {

}

.leftHeadline .headlineHolder .right_ANG {
    width: 4px;
    float: left;
}

.leftHeadline .MID {
    width: 177px;
}

.siderBox .corners {

}

.boxFooter {

}

.boxFooter .footerMID {
    width: 178px;
    height: 3px;
    background: #FFFFFF;
    border-bottom: 1px solid #EBEBEC;
    float: left;
}

.boxFooter .bottomLeftCorner {
    background: url("../i/bottomCornerLeft.png") no-repeat;
    width: 4px;
    height: 4px;
}

.boxFooter .bottomRightCorner {
    background: url("../i/bottomCornerRight.png") no-repeat;
    width: 4px;
    height: 4px;
    margin-top: -4px;
    margin-right: 1px;
}

.boxTopCorners {
    background: #FFFFFF;
    height: 3px;
    margin-top: 7px;
    width: 185px;
    float: left;
}

.boxTopCorners .topLeftCorner {
    background: url("../i/topCornerLeft.png") no-repeat;
    width: 4px;
    height: 4px;
}

.boxTopCorners .topRightCorner {
    background: url("../i/topCornerRight.png") no-repeat;
    width: 4px;
    height: 4px;
    margin-top: -1px;
}

.boxTopCorners .footerMID {
    border-top: 1px solid #D2CEBC;
}

#leftSider .link {
    padding: 3px 0;    
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}

#leftSider .backlist_menus a.link{
	display: block;
	margin: 10px 0;
}

#leftSider .leftSiderBlock.backlist_menus h3{
	margin-bottom: 10px;
}

#leftSider .backlist_menus a.link:hover{
	background: none;
	opacity: 0.9;
}

.link div {
    background: #b8b89f; 
    width: 4px;
    height: 4px;
    float: left;
    margin: 5px 0 0 15px;
}

.link span {
    background: #b8b89f; 
    width: 4px;
    height: 4px;    
    margin: 5px 0 0 8px;
    color: #006565;
}

.link.active span {
    font-weight: bold;
}

.link.about a {
    background: url('../i/square.png') no-repeat left center;
    padding-left: 10px;
}

.link.about .content {
    margin-left: 15px;
}

.link .content {
    background: none;    
    width: 88%;
    margin: 0 0 0 0;
    height: auto;
    margin-left: 6px;
    font-size: 1.1em;
}

.aboutPage .link .content {
	font-size: 1.1em;
}

.link a {
    font-size: 11px;
    line-height: 140%;
    color: #006565;
}

.link:hover {
    background: #DBDBCE;
    cursor: pointer;	
}


ul.content_menu{
	margin: 0;
    padding: 5px 0px;
	font-size: 1.14em;
	list-style: none;	
}
.content_menu li.menu_item{
	padding: 4px 15px;	
	cursor: pointer;
}
.content_menu li.menu_item:hover{	
	background: #F5F5F5;	
}

.content_menu li.menu_item a {
	color: #1F1F1F;
	width: 100%;
	display: block;
	margin: 0 -20px;
	padding: 0 20px;
}

.content_menu li.menu_item.active{
	font-weight: bold;
}


#bolded .link:hover a {
    font-weight: bold;
}

.zk500 {
    /*background: #fff;*/
    border-top: none;
    border-bottom: none;
    padding: 10px 0;
    border-bottom: none;
    width: 158px;
    padding: 5px 10px;
    padding-left: 15px;
}

.mostVisited{
	background: #191930;
	border-radius:0;
	margin-bottom: 2px;
}

.mostVisited a{
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-justify-content: flex-start; justify-content: flex-start;
    -webkit-align-items: center; align-items: center;		
}

.mostVisited_icon, 
.mostVisited_icon_ed, 
.mostVisited_icon_rev, 
.mostVisited_icon_aut{
	width: 43px;
	height: 43px;
	background: url('../i/most_view_icon.svg') no-repeat;
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.mostVisited_icon_ed{
	background: url('../i/most_productive_editors.svg') no-repeat;	
}
.mostVisited_icon_rev{
	background: url('../i/most_productive_reviewers.svg') no-repeat;	
}
.mostVisited_icon_aut{
	background: url('../i/most_productive_authors.svg') no-repeat;	
}



.mostVisited_text{
	color: #ffffff;
	display: inline-block;	
	-webkit-flex: 1 0 0; -ms-flex: 1 0 0; flex: 1 0;
}

.mostVisited:hover a {
    opacity: 0.8;
}

.zk500 a {
    font-size: 11px;
    line-height: 120%;
    color: #0F467C;
    font-weight: bold;
}

#add_new_show,#add_exist_show {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid lightgray;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #DDDDDD;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 30px;
    text-align: center;
    width: 180px;
}

#add_new_show:hover,#add_exist_show:hover,#add_new_show.selected,#add_exist_show.selected
{
    opacity: 0.8;
    color: #666;
}

.hlabel {
    margin-bottom: 0;
    width: 300px;
}

.marginTop45 {
    margin-top: 45px;
}

.input-recipients-holder {
    margin-top: 10px 10px 10px 25px;
}

.se_app_form {
    float: right;
    padding-right: 0.5em;
    text-align: right;
}

.se_app_form_text {
    color: #ffffff;
}

.se_app_form_text {
    color: #ffffff;
    font-weight: normal;
    font-size: 0.8em;
    background: url('/i/editors_application_form.png') no-repeat;
    background-size: 16px 16px;
    padding-left: 22px;
    height: 20px;
}
.se_app_form_text:hover {
    
}

#contentSmall>h1.dashboard-title.withoutBorder.grouptitle {
    background-color: #191930;
    color: #ffffff;
    padding: 1px 16px;
    line-height: 40px;
    font-weight: normal;
    border-radius: 2px 2px 0 0;
}

.Prof-Photo img.P-Prof-Pic {
    border-radius: 100%;
}

#social {
    margin: 20px 0;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-justify-content: space-around; justify-content: space-around;	
}

#social a {	
	width: 27px;
	height: 27px;
	margin: 0 5px;
}
#social a.facebook{
	background: url('../i/share/social_networks_icons-02.svg') no-repeat;
}
#social a.facebook:hover{
	background: url('../i/share/social_networks_icons-07.svg') no-repeat;
}
#social a.twitter{
	background: url('../i/share/social_networks_icons-01.svg') no-repeat;
}
#social a.twitter:hover{
	background: url('../i/share/social_networks_icons-06.svg') no-repeat;
}
#social a.google_plus{
	background: url('../i/share/social_networks_icons-03.svg') no-repeat;
}
#social a.google_plus:hover{
	background: url('../i/share/social_networks_icons-08.svg') no-repeat;
}
#social a.mendeley{
	background: url('../i/share/social_networks_icons-04.svg') no-repeat;
}
#social a.mendeley:hover{
	background: url('../i/share/social_networks_icons-09.svg') no-repeat;
}
#social a.rss{
	background: url('../i/share/social_networks_icons-05.svg') no-repeat;
}
#social a.rss:hover{
	background: url('../i/share/social_networks_icons-10.svg') no-repeat;
}

.siderBox .headlineHolder .MID {    
    width: 178px;
    height: 32px;
    float: left;
}

#browse .rightCorner {
    background: url('../i/bottomCornerRight.png') no-repeat;
    width: 4px;
    height: 4px;
    float: right;
}

#leftSider img {
    
}

#leftSider #book {
    padding: 10px;
}

#leftSider #bookInfo {

}

#leftSider #bookInfo p {
    background: none;
    font-weight: normal;
    font-size: 1em;
    line-height: 145%;
    padding: 5px 0;
    width: 100%;
    text-indent: 0;
}

#issueInfo td {
    padding: 10px;
}

#leftSider #bookInfo p span {
    font-weight: bold;
}

#price {
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    vertical-align: bottom;
}

#price span {
    color: #666;
}

#price img {
    margin-top: -5px;
}

#selectISS {
    padding-bottom: 35px;
}

#issue table {
    font-size: 14px;
    line-height: 145%;
}

#issue a {
    font-weight: bold;
    color: #006666;
}

#issue .pagesWrapper {
    height: 30px;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
}

#issue .issueNo {
    font-weight: bold;
    border-left: 1px solid #EBEBEC;
    border-right: 1px solid #EBEBEC;
}

#issue #issueNo {
    float: left;
    padding-top: 5px;
}

.selectIssue {
    margin-top: 20px;
}

#inputBox {
    float: left;
}

#inputBox .left_ANG {
    background: url('../i/dateInputLeft.png') no-repeat;
    float: left;
    width: 4px;
    height: 30px;
}

#inputBox .MID {
    background: url('../i/dateInputMiddle.png') repeat-x;
    width: 49px;
    height: 30px;
    float: left;
}

#inputBox .MID a {
    display: block;
}

#inputBox .right_ANG {
    background: url('../i/dateInputRight.png') no-repeat;
    float: left;
    width: 4px;
    height: 30px;
}

#inputBox input[type='text'] {
    background: none;
    border: none;
    width: 35px;
    margin-top: 5px;
}

#inputBox input[type='submit'] {
    background: none;
    border: none;
    font-size: 12px;
    line-height: 135%;
}

#inputBox #submitWrapper {
    float: left;
    margin-left: 9px;
}

#inputBox #submitWrapper .left_ANG {
    background: url('../i/goSubmitLeft.png') no-repeat;
    float: left;
    width: 4px;
    height: 32px;
}

#inputBox #submitWrapper .MID {
    background: url('../i/goSubmitMID.png') repeat-x;
    float: left;
    width: 49px;
    height: 32px;
    padding-top: 5px;
    text-align: center;
}

#inputBox #submitWrapper .right_ANG {
    background: url('../i/goSubmitRight.png') no-repeat;
    float: left;
    width: 4px;
    height: 32px;
}

.list {
    font-size: 11px;
    color: #A5A585;
    float: left;
    margin: 5px 0 0 10px;
}

#leftSider .browse {
    height: 21px;
    padding-top: 3px;
}

.browse div {
    background: #b8b89f; /* url('../i/square.png') no-repeat;*/
    width: 4px;
    height: 4px;
    float: left;
    margin: 5px 0 0 16px;
}

.browse a {
    font-size: 11px;
    line-height: 140%;
    color: #006565;
    float: left;
    padding-left: 5px;
}

.browse:hover {
    background: #DBDBCE;
}

.browse:hover a {
    font-weight: bold;
}

#leftSider .box {
    background: #DBDBCE;
    width: 354px;
    height: auto;
    margin-left: 12px;
    border-bottom: 2px solid #ffffff;
}

.box .buttonArrow {
    background: url('../i/buttonArrowDown.png') no-repeat;
    width: 30px;
    height: 22px;
    float: right;
    margin: -30px 10px 0 0;
    padding: 0 0 0 0;
}

.box .corners {

}

.box .topLeftCorner,.topRightCorner,.bottomLeftCorner {
    width: 3px;
    height: 3px;
}

.box .topLeftCorner {
    background: url('../i/boxTopCornerLeft.png') no-repeat;
}

.box .topRightCorner {
    background: url('../i/boxTopCornerRight.png') no-repeat;
}

.box .bottomLeftCorner,.bottomRightCorner {
    margin-top: -3px;
}

.box .bottomLeftCorner {
    background: url('../i/boxBottomCornerLeft.png') no-repeat;
}

.box .bottomRightCorner {
    background: url('../i/boxBottomCornerRight.png') no-repeat;
    width: 3px;
    height: 3px;
}

#leftSider p {
    background: #DBDBCE;
    font-size: 12px;
    line-height: 135%;
    color: #1F1F1F;
    font-weight: bold;
    width: 354px;
    padding: 8px 0;
    text-indent: 10px;
    margin: 0 0 0 0;
}

#leftSider p img {
    float: right;
    margin: -2px 10px 0 0;
}

#fieldHolder {
    margin-left: 10px;
}

#field {
    background: url('../i/fieldMiddle.png') repeat-x;
    width: 328px;
    height: 58px;
    float: left;
}

.fieldWrapper {
    margin: 4px 0 0 2px;
}

#field .left_ANG {
    background: url('../i/fieldTextLeft.png') no-repeat;
    width: 3px;
    height: 24px;
    float: left;
}

#field .MID {
    background: #F6F6F3;
    height: 19px;
    float: left;
    border: 2px solid #E0E0D8;
    border-left: none;
    border-right: none;
    margin: 0px 0 0 0;
    padding-top: 2px;
}

#field .right_ANG {
    background: url('../i/fieldTextRight.png') no-repeat;
    width: 4px;
    height: 24px;
    float: left;
}

#field div img {
    float: right;
    vertical-align: middle;
}

#field img {
    margin-top: 10px;
}

#field .removeButton {
    background: url('../i/remove.png') no-repeat;
    width: 6px;
    height: 6px;
    float: right;
    margin: 5px 3px 0 10px;
}

#field a {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    color: #006666;
}

#scrollArea {
    background: #F6F6F3;
    font-size: 12px;
    line-height: 135%;
    color: #1F1F1F;
    width: 334px;
    height: 282px;
    margin: 0 auto;
    border: 1px solid #D2CEBC;
}

#arrow {
    background: url('../i/tArrow.png') no-repeat;
    width: 36px;
    height: 11px;
    float: left;
    margin-top: -10px;
    margin-left: 25px;
}

.dirWrapper {
    height: 273px;
    overflow-y: scroll;
    float: left;
    width: 100%;
    padding: 0px 0;
}

.dirWrapper div {
    margin: 5px 0 0 10px;
}

.dirWrapper img {
    margin-left: 6px;
}

.dirWrapper span {
    background: #fff;
    padding-right: 150px;
    padding: 2px 60px 2px 0px;
    width: 100%;
}

.dirWrapper img {
    width: 13px;
    height: 13px;
    margin-top: 1px;
}

.dirWrapper input {

}

.dir5 {
    border-left: 1px dotted;
}

.dir8 .line {
    margin-top: 10px;
    border-top: 1px dotted;
    width: 10px;
    float: left;
    margin-left: -2px;
}

#scrollArea .topCorners {

}

#scrollArea .topLeftCorner {
    background: url('../i/scrollAreaTopLeftCorner.png') no-repeat;
    width: 4px;
    height: 4px;
    float: left;
}

#scrollArea .topRightCorner {
    background: url('../i/scrollAreaTopRightCorner.png') no-repeat;
    width: 4px;
    height: 4px;
    float: right;
}

#scrollArea .corners {
    margin-top: 4px;
}

#scrollArea .bottomLeftCorner {
    background: url('../i/ScrollAreaBottomLeftCorner.png') no-repeat;
    width: 4px;
    height: 4px;
}

#scrollArea .bottomRightCorner {
    background: url('../i/ScrollAreaBottomRightCorner.png') no-repeat;
    width: 4px;
    height: 4px;
}

.hover {
    color: #519D51;
    background: #fff;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.dir3 {
    border-left: 1px dotted;
}

.dir8 {
    margin: 0;
    padding: 0;
    margin-left: 0px;
    padding-left: 0px;
}

.dir8 .border {
    width: 13px;
    height: 63px;
    float: left;
    margin-top: 0px;
    margin-right: -9px;
    border-left: 1px dotted;
}

#byDate {
    height: 75px;
    font-size: 12px;
}

#byDate span {
    float: left;
    padding: 7px 8px;
}

#byDate input {
    width: 104px;
    height: 21px;
    float: left;
    background: none;
    border: none;
    margin-top: 5px;
}

#byDate img {
    vertical-align: middle;
    float: left;
    margin: 7px 0 0 0;
}

#byDate .inputWrapper {
    width: 126px;
    float: left;
}

#byDate .left_ANG {
    background: url('../i/dateInputLeft.png') no-repeat;
    width: 4px;
    height: 30px;
    float: left;
}

#byDate .MID {
    background: url('../i/dateInputMiddle.png') repeat-x;
    float: left;
    width: 126px;
    height: 30px;
}

#byDate .right_ANG {
    background: url('../i/dateInputRight.png') no-repeat;
    width: 4px;
    height: 30px;
    float: left;
}

#leftColumn {
    float: left;
    margin-left: 5px;
}

#rightColumn {
    float: left;
    margin-left: 10px;
}

#agency {

}

#agency .inputWrapper {
    margin-left: 8px;
}

#agency .left_ANG {
    background: url('../i/dateInputLeft.png') no-repeat;
    float: left;
    width: 4px;
    height: 30px;
}

#agency .MID {
    background: url('../i/dateInputMiddle.png') repeat-x;
    width: 328px;
    height: 30px;
    float: left;
}

#agency .right_ANG {
    background: url('../i/dateInputRight.png') no-repeat;
    float: left;
    width: 4px;
    height: 30px;
}

#agency p {
    background: none;
}

#agency input {
    width: 308px;
    height: 18px;
    float: left;
    background: none;
    border: none;
    font-size: 12px;
    line-height: 135%;
    color: #727272;
    margin-top: 5px;
    padding-left: 10px;
}

#resetFilters {
    width: 350px;
    height: 40px;
    margin: 5px 0 0 11px
}

#resetFilters button {
    width: 92px;
    font-size: 12px;
    line-height: 135%;
    color: #1F1F1F;
}

#resetFilters .corners {

}

.siderCorners {
    margin-top: -1px;
}

.siderCorners .bottomLeftCorner {
    background: url('../i/bottomCornerLeft.png');
    margin-top: -3px;
    width: 3px;
    height: 3px;
}

.siderCorners .bottomRightCorner {
    background: url('../i/bottomCornerRight.png');
    width: 3px;
    height: 3px;
    margin-right: 3px;
}

#leftSider #siderFooter {
    text-align: center;
    margin: 20px 0px 20px 0px;
    padding: 0px;
    width: 183px;
}

#siderFooter img {
    margin: 0 0 0 50px;
}

#siderFooter div a {
    color: #63634A;
}

#content {
    background: none;    
	margin: 5px 0 0 0;
    padding: 0 0px;
	-webkit-flex: 3 0 0; -ms-flex: 3 0 0; flex: 3 0;
	font-size: 1.2em;
	line-height: 1.7em;	
}

.stat_wrapper {
	padding: 0 10px;
}

.content-main {
    padding: 0 20px;
    border: 1px solid #EBEBEC;
    padding-bottom: 30px;
    background: #FFF;
    border-radius: 0px; 
}

#submission_step.content-main {
    border: none;
}

#content .corners.bottom {
    margin-top: 0px;
}

#content h2 {
    font-size: 1.1em;    
}

#content p{
    color: #1F1F1F;
}

.dynatree-node,ul.dynatree-container li {
    line-height: 1.4em;
}

#content .journalListStories {
    line-height: 1.7em;
}

.storyRowTitle h1 {
    font-size: 1.3em;
    font-weight: normal;
    margin: 0 -20px 0px -20px;
    background-color: #191931;
    color: #ffffff;
    padding: 7px 20px;    
    line-height: 1.7em;
}

.content-main>.holder+.holder .storyRowTitle h1 {
    margin-top: 60px;
} 

.subLevelContent .storyRowTitle h2 {
    margin-top: 20px;
}
.topLevelContent{
	margin-bottom: 60px;
}
.topLevelContent > .holder + div.subLevelContent .storyRowTitle h2 {
    margin-top: 0px;
}

.holder .storyRowTitle+.content.journalListStories>br:last-child {
    display: none;
}

.content-main .holder:FIRST-CHILD .storyRowTitle h1 {
    border-top: none;
}

.aboutPage .content-main .holder:first-child .itemAnchor1 {
    height: 170px;
    margin-top: -170px;
}

.aboutPage .content-main .holder:nth-child(2) .itemAnchor2 {
    height: 170px;
    margin-top: -170px;
}

.aboutPage .holder .itemAnchor1{
    height: 108px;
    margin-top: -108px;
    visibility: hidden;
    display: block;
}
.aboutPage .holder .itemAnchor2{
    height: 150px;
    margin-top: -150px;
    visibility: hidden;
    display: block;
}

.topLevelContent > .holder + div.subLevelContent .itemAnchor2{
    height: 170px;
    margin-top: -170px;
    visibility: hidden;
    display: block;
}
.aboutPage .itemAnchor3{
    height: 204px;
    margin-top: -204px;
    visibility: hidden;
    display: block;
}
.aboutPage .holder .itemAnchor4{
	height: 218px;
    margin-top: -204px;
    visibility: hidden;
    display: block;
}
.storyRowTitle h2 {
	color: #191931;
	font-size: 22px !important;
	font-weight: normal;
	border-bottom: 1px solid #E2E2E2;
	margin: 0px -20px 0 -20px;
	padding: 20px 22px;
}
.storyRowTitle h3 {
    color: #006666;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.journalListStories h2 {
    color: #006666;
    font-size: 20px;
    font-weight: normal;
    padding-top: 16px;
}

.journalListStories h3 {
    /* color: #006666; */
    font-size: 16px;
    font-weight: normal;
    padding-top: 8px;
}


#content img {
    vertical-align: middle;
}

.rightSiderBox #picture img {
    margin-bottom: 5px;
}

#summary {
    margin-top: 15px;
    margin-bottom: 10px;
    position: relative;
}

.summaryTopLeft {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('../i/top_left_corner.png') no-repeat #FFF;
    width: 4px;
    height: 4px;
}

.summaryTopRight {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url('../i/top_right_corner.png') no-repeat #FFF;
    width: 4px;
    height: 4px;
}

.summaryBottomLeft {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url('../i/bottom_left_corner.png') no-repeat #FFF;
    width: 4px;
    height: 4px;
}

.summaryBottomRight {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: url('../i/bottom_right_corner.png') no-repeat #FFF;
    width: 4px;
    height: 4px;
}

#summary .middle {
    background: url('../i/search_clause_background.png') repeat-x #E9E9E2;
    border: 1px solid #97978B;
    line-height: 20px;
    padding: 10px;
    font-size: 11px;
}

.selectPage {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.selectPage.withLines {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.selectPage.noMargin {
    margin-top: 10px;
    margin-bottom: 0px;
}

.selectPage.noMarginTop {
    margin-top: 0px;
}

.selectPage.bottom {
    border-top: none;
    border-bottom: none;
    margin-bottom: 0px;
}

.pagingHolder {
    float: left;
    margin-top: 4px;
}

.selectPage .page {
    float: left;
    margin: 0 5px;
    width: 22px;
    height: 21px;
    line-height: 22px;
    cursor: pointer;
    text-align: center;
}

.selectPage .noHover {
    background: none;
}

.page span {
    font-size: 1em;
    font-weight: bold;
    color: #191930;
    margin-top: 5px;
}

.page:hover {    
    background-color: #191930;
    border-radius: 2px;
}

.page.active {    
    background-color: #191930;
    border-radius: 2px;
}

.page.active span {
    color: #FFFFFF;
}

.page:hover span {
    color: #FFFFFF;
}

.selectPage .more {
    float: left;
    margin: 0 5px;
    width: 22px;
    height: 21px;
    text-align: center;
    color: #191930;
}

#sort {
    float: right;
    font-size: 11px;
    font-weight: bold;
}

#sort span {
    float: left;
    padding: 9px 7px 0px 7px;
}

#sort img {
    float: left;
}

#sort .inputWrapper {
    background: url('../i/dateInputMiddle.png') repeat-x;
    width: 200px;
    height: 30px;
    float: left;
}

#sort input[type='text'] {
    float: left;
    width: 170px;
    background: none;
    border: none;
    margin-top: 5px;
}

#sort input[type='submit'] {
    background: url('../i/searchArrow.png') no-repeat;
    width: 17px;
    height: 17px;
    margin: 7px 0 0 0;
    border: none;
}

#articles {
    padding-right: 5px;
    padding-top: 5px;
}

#lastArticle {
    padding-bottom: 15px;
}

.article {
    margin-top: 5px;
    padding: 0px 15px 10px 0px;
    border-bottom: 1px solid #DDDDDD;
}

.article .star {
    background: url('../i/star.png') no-repeat;
    width: 14px;
    height: 13px;
    float: left;
    margin-top: 3px;
    margin-left: -18px;
}

.starHover {
    background: url('../i/starHover.png') no-repeat;
    width: 14px;
    height: 13px;
    float: left;
    margin-top: 4px;
    margin-left: -18px;
}

.articleHeadline {
    padding-top: 3px;
}

.articleHeadline>a {
    color: #191930 !important;
    font-family: trebuchet ms;
    font-size: 14pt;
    font-weight: normal;
}

.articleHeadline a:hover .star {
    background: url('../i/starHover.png') no-repeat;
}

.article a {    
    line-height: 145%;
    color: #191930;
}
.article a:hover {    
    opacity: 0.8;
}

.article p {
    font-size: 11px;
    color: #63634A;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.article .research {
    background: #006600;
    border-radius: 2px;
    font-size: 10px;
    line-height: 145%;
    color: #FFFFFF;
    height: 20px;
    line-height: 20px;
    float: left;
    text-align: center;
    width: 144px;
}

.article .subLink {
    float: left;
    margin-left: 10px;
    font-size: 12px;
}

.article .price {
    font-size: 11px;
    line-height: 145%;
    float: right;
}

.price span {
    color: #A5A585;
}

.article .info {
    font-size: 11px;    
    line-height: 145%;
    margin-top: 15px;
    margin-left: -5px;
}

.art_info_holder{
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	justify-content: space-between;
}

.art_info_holder .flex.js_between div{
	margin-right: 10px; 
	display: flex;
    align-items: center;
}
a.cart{
	line-height: auto;	
}
.version_n{
	margin-left:20px;	
}
.pages_icon, .icons_calendar, .icons_eye, .cart_art_icon{
	background: url("/i/icons_paper.svg") no-repeat;
	width: 16px;
	height: 16px;
	background-size: contain;
    display: inline-block;	
}
.icons_calendar {
	background: url("/i/icons_calendar.svg") no-repeat;
	background-size: contain;	
}
.icons_eye{
	background: url("/i/icons_eye.svg") no-repeat;
	background-size: contain;	
}
.cart_art_icon{
	background: url("/i/icons_buy.svg") no-repeat;
	background-size: contain;
	
}

.article .info a {
    font-size: 11px;
    font-weight: normal;
    border-right: 1px solid #BBBBA3;
    padding: 0 3px;
}
.coll_lable{
	padding: 0px 10px 2px 10px;
	background-color: #191930;
	font-size: 11px;
	border-radius: 3px; 
}
	
.citation_logo{
	margin: 0 10px;
}
.citation_logo a:hover{
	opacity: 0.8;
}
.info span {
    padding: 0 6px;
}

.info div {
    float: right;
}

.coll_lable a{
	color: #ffffff;		
}

.citation_links_holder{
	border-left: 1px solid #dddddd;
	justify-content: center;
    width: 100%;
}

#content .bottomLeftCorner {
    width: 4px;
    height: 4px;
    margin-top: -4px;
}

#content  .bottomRightCorner {
    width: 4px;
    height: 4px;
    margin-top: -4px;
}

.rightSider {
    width: 280px;
    position: absolute;
    top: 0;
    right: 8px;
    margin-top: 15px;
    margin-right: 10px;
}

.rightSiderBox {
    width: 254px;
    border: 1px solid #EBEBEC;
    padding: 0 12px;
    margin-top: -1px;
    padding-top: 5px;
}

.rightSiderBox .corners {
    margin-left: 10px;
}

.rightSiderBox .rightSiderBoxCorners .topLeftCorner1 {
    background: url('../i/rightBoxTopLeftCorner.png') no-repeat;
    width: 4px;
    height: 4px;
    float: left;
    margin-left: -13px;
    margin-top: -6px;
}

.rightSiderBox .topRightCorner2 {
    background: url('../i/rightBoxTopRightCorner.png') no-repeat;
    width: 4px;
    height: 4px;
    float: right;
    margin-right: -13px;
    margin-top: -6px;
}

.rightSiderBox .bottomLeftCorner1 {
    background: url('../i/rightBoxBottomLeftCorner.png') no-repeat;
    width: 4px;
    height: 4px;
    float: right;
    margin-right: -13px;
    margin-top: -6px;
    float: left;
    margin-left: -23px;
    margin-top: -3px;
}

.rightSiderBox .bottomRightCorner2 {
    background: url('../i/rightBoxBottomRightCorner.png') no-repeat;
    width: 4px;
    height: 4px;
    float: right;
    margin-right: -13px;
    margin-top: -3px;
    float: right;
}

.rightSider .headlineHolder {
    margin: 5px 0 0 0px;
    width: 280px;
}

.rightSider .headlineHolder .MID {    
    width: 272px;
    height: 32px;
    float: left;
}

.rightSider h3 {
    font-size: 14px;
    line-height: 145%;
    color: #A5A585;
    float: left;
    padding: 5px 0 0 0;
    margin: 0 0 0 0;
    text-indent: 10px;
}

.rightSider #picture {
    margin-top: 10px;
    margin-bottom: 10px;
}

#picture p {
    line-height: 130%;
}

.rightSider .feed {
    margin: 10px 0px;
}

.img {
    float: left;
    vertical-align: middle;
    margin-top: 8px;
}

img {
    vertical-align: middle;
}

.title {
    padding: 0 10px;
}

.rightSider .feed a {
    font-size: 11px;
    font-weight: bold;
    line-height: 145%;
    color: #006666;
}

.moreFeeds {
    margin-top: 15px;
    margin-bottom: 15px;
}

.rightSiderBox .moreFeeds a {
    font-size: 11px;
    color: #990000;
    font-weight: bold;
}

.rightSiderBox .moreFeeds img {
    margin-top: -2px;
}

#footer {
    font-size: 11px;
    color: #5F5F45;
    padding: 30px 0 30px 0px;
}

#footer p {
    text-align: center;
}

#footer a {
    font-size: 11px;
    color: #006666;
}

.contentWrapper {
    position: relative;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}

.homepage .contentWrapper, .contentWrapper.login {
	display: inherit;
}

.contentArticles {
    background: #FFF;
    padding: 0 20px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.browseCorners {
    margin-top: -4px;
}

.browseCorners .rightCorner {
    margin-right: 2px;
}

/* Registration START */
#P-Sample-Popup-Content,#P-Registration-Content {
    display: none;
}

#P-Registration-Content table {
    width: 100%;
    border-left: 1px solid #727272;
    border-top: 1px solid #727272;
    border-bottom: 1px solid #727272;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px;
}

#P-Registration-Content .editfile_wrapper table {
    font-weight: normal;
}

.P-Input-Middle select {
    background: none;
    height: 23px;
    margin: 9px 0px 0px 0px;
    line-height: 20px;
    width: 100%;
    border: none;
}

#P-Registration-Content table span {
    font-weight: normal;
}

#P-Registration-Content table tr {
    height: 70px;
}

#P-Registration-Content table td.reg-active-step {
    background: #727272;
    color: #fff;
}

.P-Reg-Confirm {
    font-weight: bold;
    font-size: 12px;
    padding: 10px 0;
}

.P-Email-Template-Confirm{
	font-weight: normal;
    font-size: 12px;
    padding: 20px;
	background:#f2f2f2;
	border: 5px solid grey;
	position: relative;
	z-index: 9999;
	top:-200px;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: #aaaaaa;
    opacity: 0.3;
}

.P-Email-Template-Confirm button{
	background-color: #7eaa5d;
    background-image: none;
    border-radius: 3px;
    color: #ffffff;
    font-family: Tahoma,Verdana,sans-serif;
    font-size: 12px;
	font-weight:normal;
    margin: 0;
    padding: 5px 20px;
    width: auto;
	margin-right: 10px;
	cursor: pointer;
}

.P-Email-Template-Confirm button:hover{
	opacity: 0.8;
}

.P-Email-Template-Popup-Edit{
	font-weight: normal;
    font-size: 12px;
    padding: 20px;
	background:#f2f2f2;
	border: 5px solid grey;
	position: relative;
	z-index: 9999;
	top:-200px;
}

.P-Email-Template-Popup-Edit button{
	background-color: #7eaa5d;
    background-image: none;
    border-radius: 3px;
    color: #ffffff;
    font-family: Tahoma,Verdana,sans-serif;
    font-size: 12px;
	font-weight:normal;
    margin: 0;
    padding: 5px 20px;
    width: auto;
	margin-right: 10px;
	cursor: pointer;
}

.P-Email-Template-Popup-Edit button:hover{
	opacity: 0.8;
}

.reminderHolder{
	background: #f2f2f2;
	margin: 20px 0;
	padding:20px;
}

.currentEmailTemplateStyle{
	background: #d2d2d2;
	border: 2px solid red;
}

.redBtnHolder{
	float:right;
}

.template_name_fieldholder{
	background: #fff;
    width: 100%;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;
    border-radius: 2px;
    padding: 0 0 0 5px;
    margin-right: 16px;
    margin-top: 5px;
    box-shadow: inset 0px /* x */  
        3px /* y */  
        10px /* blur */  
        -10px /* spread */  
        #888;
}

.recipientsArr{
	width:100%;
	float:left;
	margin-bottom:20px;
}

.recipientsArr .email_template_checkbox{
	float:left;
	width: 33%;
}


#P-Registration-Content table td {
    border-right: 1px solid #727272;
    padding: 10px;
    width: 33%;
}

.P-Registration-Email-Alerts-Journal {
    margin-bottom: 15px;
}

.P-Registration-Email-Alerts-Journal .P-Registration-Email-Alerts-Journal-Checks
{
    float: left;
    width: 218px;
    color: #1f1f1f;
}

.P-Registration-Email-Alerts-Journal .P-Registration-Email-Alerts-Journal-Checks input[type="checkbox"]
{
    margin-top: 10px;
}

.P-Product-Type-Checkboxes .P-Registration-Email-Alerts-Journal-Checks {
    float: left;
    margin-top: 15px;
}

.P-Registration-RSS-Feed-IconLink {
    float: left;
    width: 30px;
    height: 30px;
    padding-right: 15px;
}

.P-Registration-RSS-Feed-Txt {
    color: #1f1f1f;
}

.P-Registration-Email-Alerts-Journal-Checks-Col {
    float: left;
    padding-top: 15px;
    width: 218px;
    color: #1f1f1f;
}

.P-Registration-Email-Alerts-Journal .P-Registration-Email-Alerts-Journal-Checks
{
    float: left;
    width: 218px;
    color: #1f1f1f;
}

.P-Registration-Content-Left-Fields {
    float: left;
    width: 415px;
    margin-right: 20px;
}

.P-Registration-Content-Right-Fields {
    float: left;
    margin-left: 20px;
    width: 415px;
}

.P-Registration-Content-Interest-Head {
    margin: 30px 0 0 0;
    font-size: 18px;
}

.P-Product-Type-Checkboxes input[type="checkbox"] {
    vertical-align: middle;
    margin-left: 35px;
    font-size: 12px;
}

.P-Alerts-Radios {
    float: left;
    color: #1f1f1f;
    margin: 14px 0px;
    height: 17px;
}

.P-Alerts-Radios input {
    margin-right: 0;
    vertical-align: -2px;
}

.P-Product-Type-Checkboxes {
    color: #1f1f1f;
}

.P-Registration-Content-Fields .P-Input-Full-Width,.input-reg-title {
    color: #1f1f1f;
}

.P-Registration-Content-Fields {
    font-size: 12px;
}

.P-Registration-Content-Fields .input-title {
    padding-top: 25px;
    color: #1F1F1F;
}

.clearpadding {
    padding: 0 !important;
}

.P-Registration-Content-Fields input {
    margin-left: 10px;
}

.P-Left-Col-Fields {
    float: left;
    width: 360px;
}

.P-Right-Col-Fields {
    float: left;
    margin-left: 10px;
    width: 500px;
}

.P-Email-Template-Fields {
    width: 95%;
}

.P-Email-Template-Fields select{
	width:100%;
}

.P-Right-Col-Fields-Col {
    margin-top: 23px;
    float: left;
    width: 165px;
}

.P-Right-Col-Fields-ColRadios {
    margin-top: 23px;
    float: left;
    width: 335px;
}

.P-Right-Col-Fields-Client-Type {
    width: 93px;
    height: 117px;
}

.P-Right-Col-Fields-Client-Type-Txt {
    width: 100px;
    height: 30px;
}

.P-Right-Col-Fields-Client-Type-Txt .input-title {
    float: left;
    padding-right: 5px;
}

.P-User-Type-Radios {
    float: left;
    width: 160px;
    font-size: 12px;
}

.P-User-Type-Radios input[type="radio"] {
    margin-bottom: 15px;
}

#simplemodal-overlay {
    background-color: #000;
    cursor: default;
}

#simplemodal-container {
    height: auto;
    width: 955px;
    color: #727272;
    background-color: #fff;
    border: 10px solid #D6D6D6;
}

#simplemodal-container .simplemodal-data>.formWrapper {
    padding: 25px 27px 25px 20px;
}

#simplemodal-container code {
    background: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
}

#simplemodal-container a {
    text-decoration: none;
}

#simplemodal-container a.modalCloseImg {
    background: url(/i/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -25px;
    right: -26px;
    cursor: pointer;
}

#simplemodal-container h3 {
    color: #84b8d9;
}

/* Registration End */
.P-Grey-Btn-Holder {
    cursor: pointer;
    float: left;
    margin-bottom: 20px;
}

.P-Header-Row .P-Grey-Btn-Holder {
    margin-bottom: 0px;

}

.P-Grey-Btn-Left {
  /*   background: url('/i/grey_btn_left.png') no-repeat;
    float: left;
    width: 3px;
    height: 30px; */
	display: none;
}

.P-Grey-Btn-Middle {    
	background: #191930;
    float: left;
    padding: 0px 10px 0px 10px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    font-size: 1.1em;
    color: #fff;
	border-radius: 2px;
}

.P-Grey-Btn-Middle a {
    color: #ffffff !important;
}

.P-Grey-Btn-Middle input {
    background: none;
    border: none;
    height: 30px;
	color: #fff;
}

.P-Grey-Btn-Right {
    /* background: url('/i/grey_btn_right.png') no-repeat;
    float: left;
    width: 3px;
    height: 30px; */
	display: none;
}

.P-Grey-Btn-Holder:hover .P-Grey-Btn-Left {
   /*  background: url('/i/grey_btn_left_hover.png') no-repeat; */
}

.P-Grey-Btn-Holder:hover .P-Grey-Btn-Middle {
    /* background: url('/i/grey_btn_middle_hover.png') repeat-x; */
	background: #191930;
	opacity:0.8;
}

.P-Grey-Btn-Holder:hover .P-Grey-Btn-Right {
    /* background: url('/i/grey_btn_right_hover.png') no-repeat; */
}

.P-W80 {
    width: 80px !important;
}

.P-Reg-Btn {
    padding-top: 20px;
}

.P-Reg-Btn-R {
    padding-top: 20px;
    padding-left: 10px;
}

.P-Green-Btn-Holder.P-Reg-Btn-R .P-Green-Btn-Middle {
    width: 90px;
}

/* DISABLED */
.P-Input-Disabled .P-Input-Left {
    background: url('/i/input_disabled_left.png') no-repeat;
}

.P-Input-Disabled .P-Input-Middle {
    background: url('/i/input_disabled_middle.png') repeat-x;
}

.P-Input-Disabled .P-Input-Right {
    background: url('/i/input_disabled_right.png') no-repeat;
}

.P-Input-Holder {
    margin-left: -5px;
    position: relative;
}

.P-Input-Middle input {
    background: none;
    height: 23px;
    margin: 9px 0px 0px 0px;
    cursor: text;
    line-height: 20px;
    width: 100%;
    border: none;
}

.P-Input-Left {
    background: url('/i/input_left.png') no-repeat center;
    width: 8px;
    height: 40px;
}

.P-Input-Middle {
    background: url('/i/input_middle.png') repeat-x center;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
    height: 40px;
}

.P-Input-Right {
    background: url('/i/input_right.png') no-repeat center;
    width: 8px;
    height: 40px;
}

.P-Input-Full-Width .P-Input-Holder {
    position: relative;
    margin-left: 0px;
    margin-right: 13px;
}

.P-Input-Full-Width {
    position: relative;
}

.P-Input-Full-Width.P-Input-With-Help {
    padding-right: 18px;
}

.P-Input-With-Background {
    background: #e5edfa;
    margin-bottom: 5px;
    margin-left: -7px;
    padding-left: 7px;
    margin-right: -7px;
    padding-right: 7px;
    padding-top: 7px;
    padding-bottom: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: relative;
    top: -7px;
}

.P-W300 {
    /* width: 300px !important; */
}

.P-Left {
    float: left;
}

.P-LeftInputM {
    float: left;
    padding-left: 50px;
}

.P-Input-Full-Width .P-Input-Left {
    position: absolute;
    top: 0px;
    left: -8px;
}

.P-Input-Full-Width .P-Input-Middle {
    width: 100%;
}

.P-Input-Full-Width .P-Input-Right {
    position: absolute;
    top: 0px;
    right: -18px;
}

/* FOCUS */
.P-Input-Holder.JS-Focus .P-Input-Left {
    background: url('/i/input_left_focus.png') no-repeat center;
}

.P-Input-Holder.JS-Focus .P-Input-Middle {
    background: url('/i/input_middle_focus.png') repeat-x center;
}

.P-Input-Holder.JS-Focus .P-Input-Right {
    background: url('/i/input_right_focus.png') no-repeat center;
}

/* ERROR */
.P-Input-Err .P-Input-Left {
    background: url('/i/input_left_err.png') no-repeat;
}

.P-Input-Err .P-Input-Middle {
    background: url('/i/input_middle_err.png') repeat-x;
}

.P-Input-Err .P-Input-Right {
    background: url('/i/input_right_err.png') no-repeat;
}

.P-Input-Err .P-Input-Help {
    background: url('/i/help_icon_red.png') no-repeat center;
}

/* DISABLED */
.P-Input-Disabled .P-Input-Left {
    background: url('/i/input_disabled_left.png') no-repeat;
}

.P-Input-Disabled .P-Input-Middle {
    background: url('/i/input_disabled_middle.png') repeat-x;
}

.P-Input-Disabled .P-Input-Right {
    background: url('/i/input_disabled_right.png') no-repeat;
}

.P-Registration-Content-Fields .input-reg-title {
    padding: 12px 0px 5px 0px;
    font-size: 12px;
}

.txtred {
    color: #900;
}

.loginFormRegErrHolder {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 14px;
    color: #990000;
}

.P-Profile-Picture-Holder {
    color: #0052CC;
}

.ptop30 {
    margin-top: 30px;
}

.P-Inline-Line-Middle {
    background: url("/i/inline_line.png") repeat-x scroll left center
        transparent;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0px;
}

.P-Line {
    vertical-align: middle;
    background: url("/i/inline_line.png") repeat-x scroll left center
        transparent;
    display: inline-block;
    height: 1px;
    width: 100%;
    margin-bottom: 3px;
}

.P-Input-Help {
    background: url('/i/help_icon.png') no-repeat center center;
    width: 14px;
    height: 16px;
    position: absolute;
    top: 8px;
    right: 0px;
    cursor: help;
}

.P-Input-Help-Reg {
    float: right !important;
    width: 24px !important;
    margin-top: 0px !important;
    position: relative;
    top: 0;
    right: 5px;
}

.P-Input-Help-Reg-Fix {
    right: -35px;
    top: 5px;
}

.P-Input-Help-Reg-Check {
    float: none !important;
    margin-top: 0px !important;
    display: inline-block;
}
/* START BALOON */
.P-Baloon-Holder {
    display: none;
    position: absolute;
    top: -13px;
    left: 20px;
    z-index: 999;
}

.P-Input-Help:hover .P-Baloon-Holder {
    display: block;
}

.P-Baloon-Arrow {
    background: url('/i/boloon_arrow_left.png') no-repeat;
    position: absolute;
    top: 15px;
    left: -3px;
    width: 7px;
    height: 13px;
}

.P-Baloon-Top {
    background: url('/i/baloon_top.png') no-repeat;
    width: 268px;
    height: 8px;
}

.P-Baloon-Middle {
    background: url('/i/baloon_middle.png') repeat-y;
    width: 268px;
    padding-top: 3px;
    padding-bottom: 5px;
}

.P-Baloon-Content {
    margin-left: 15px;
    margin-right: 15px;
    color: #959595;
    font-size: 11px;
}

.P-Baloon-Bottom {
    background: url('/i/baloon_bottom.png') no-repeat;
    width: 268px;
    height: 8px;
}
/* END   BALOON */
.loginErrors .P-Input-Left {
    background: url('/i/input_left_err.png') no-repeat;
    width: 8px;
}

.loginErrors .P-Input-Middle {
    background: url('/i/input_middle_err.png') repeat-x;
}

.loginErrors .P-Input-Right {
    background: url('/i/input_right_err.png') no-repeat;
    width: 8px;
}

.loginFormErrHolder .errorHolder .errorField {
    display: none;
}

.loginFormErrHolder .errorHolder {
    padding-top: 50px;
}

.P-Green-Btn-Holder {
    cursor: pointer;
    float: left;
}

.P-Green-Btn-Left {
/*     background: url('/i/green_btn_left.png') no-repeat;
    float: left;
    width: 3px;
    height: 30px; */
	display: none;
}

.P-Green-Btn-Middle {
    background: #7eaa5d;
    float: left;
    padding: 0px 10px 0px 10px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    font-size: 1.1em;
    color: #fff;
	border-radius: 2px;
}

.P-Green-Btn-Holder:hover.P-Inactive-Button .P-Green-Btn-Middle,
.P-Green-Btn-Holder.P-Inactive-Button .P-Green-Btn-Middle
{
    background: #7eaa5d;
	opacity: 0.5;
}

.P-Green-Btn-Middle input {
    background: none;
    border: none;
    color: #FFF;
    height: 28px;
    width: 100%;
}

.P-Green-Btn-Right {
/*     background: url('/i/green_btn_right.png') no-repeat;
    float: left;
    width: 3px;
    height: 30px; */
	display: none;
}

.P-Green-Btn-Holder:hover .P-Green-Btn-Middle {
    background: #7eaa5d;
	opacity: 0.8;
	
}

.P-Green-Btn-Holder.P-90 .P-Green-Btn-Middle {
    min-width: 90px;
}

.fbold {
    font-weight: bold !important;
}

.nomargin {
    margin: 0 !important;
}

.fbolddark {
    font-weight: bold !important;
    color: #1f1f1f;
}

/* START FB Autocomplete */
/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
    overflow: hidden;
    width: 98%;
    border: 1px solid #DDDDDD;
    cursor: text;
    font-size: 12px;
    z-index: 999;
    margin: 8px 0px 0px 3px;
    padding: 0;
    background-color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    list-style-type: none;
    clear: left;
	min-height: 22px;
}

ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    border: none !important;
    box-shadow: none !important;
    -webkit-appearance: caret;
}

li.token-input-token-facebook {
    overflow: hidden;
    height: auto !important;
    margin: 3px;
    padding: 3px 7px;
    background-color: #FFFFFF;
    color: #1B8AAE;
    cursor: default;
    border: 1px solid #DDDDDD;
    font-size: 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    float: left;
    white-space: nowrap;
}

.nowrap{
	white-space: nowrap;
}

li.token-input-token-facebook p {
    display: inline;
    padding: 0;
    margin: 0;
    color: #1B8AAE;
}

#content li.token-input-token-facebook p {
    display: inline;
    padding: 0;
    margin: 0;
    color: #1B8AAE;
}

li.token-input-token-facebook span {
    color: #B3B3B3;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}

#content li.token-input-selected-token-facebook p {
    color: #FFF;
}

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook {
    margin-top: 7px;
    position: absolute;
    width: 400px;
    background-color: #fff;
    border-left: 1px solid #96968A;
    border-right: 1px solid #96968A;
    border-bottom: 1px solid #96968A;
    border-top: 1px solid #96968A;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: default;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    z-index: 99999999999999999999999999 !important;
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook
{
    background-color: #fff;
    color: #1B8AAE;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #E2E2DC;
    margin-left: 2px;
    margin-right: 2px;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook
{
    background-color: #fff;
    color: #1B8AAE;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #E2E2DC;
    margin: 2px;
}

div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook
{
    background-color: #3b5998;
    color: #fff;
}

div.token-input-dropdown-facebook:after {
    background: url("/i/boloon_arrow_top.png") no-repeat scroll 0 0
        transparent;
    content: "";
    display: block;
    height: 16px;
    left: 30px;
    position: absolute;
    top: -7px;
    width: 16px
}

.P-Input-Full-Width.P-FB-Autocomplete .P-Input-Help {
    top: 4px;
    right: -2px;
}

/* END FB Autocomplete */
.loginFormTitle {
    font-weight: bold;
    margin-bottom: 20px;
}

.loginFormButton {
    margin-top: 20px;
}

.loginFormButton .P-Green-Btn-Middle {
    padding-left: 10px;
    padding-right: 10px;
}

.P-Input-Holder .P-Green-Btn-Middle input {
    padding-left: 10px;
    padding-right: 10px;
    background: none !important;
}

.loginFormButton input {
    cursor: pointer;
}

.loginFormLabel {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
}

.loginFormLabel span {
    color: #990000;
}

.logoutbtn {
    background: url("/i/logout_icon.png") no-repeat scroll 50% 50% transparent;
    width: 25px;
    height: 46px;
    float: right;
    margin: 0 0 0 11px;
}

.green {
    font-weight: bold;
    font-size: 12px;
    color: #014477;
    text-decoration: none;
}

.author-left-bar-holder .green {
    padding-bottom: 4px;
}
.author-left-bar-holder {
    padding-left: 107px;
    text-indent: -20px;
}

.greenDesc {
    font-size: 12px;
    color: #666;
    font-family: tahoma, verdana, helvetica;
    text-decoration: none;
    padding-bottom: 2px;
}

.author-left-bar-holder .greenDesc {
    font-size: 11px;
	margin-top: 4px;
}

.journalContent {
    font-size: 11px;
    font-family: Verdana;
}

.P-80 {
    width: 80px;
}

.loginformWrapperInnner {
    width: 310px;
    margin: 0px auto;
}

.lostPassword {
    float: left;
    margin-left: 88px;
    font-size: 11px;
    color: #0052CC;
    text-decoration: underline;
    line-height: 30px;
    cursor: pointer;
}

@-webkit-keyframes move_eye {from { color:#D37E7E;

                            }

                            to {
                                color: #AB2D2A;
                            }

}
@-moz-keyframes move_eye {from { color:#D37E7E;

                         }

                         to {
                             color: #AB2D2A;
                         }

}
@-o-keyframes move_eye {from { color:#D37E7E;

                       }

                       to {
                           color: #AB2D2A;
                       }

}
@keyframes move_eye {from { color:#D37E7E;

                    }

                    to {
                        color: #AB2D2A;
                    }

}
.errstr {
    font-size: 14px;
    font-family: Tahoma, Verdana, Helvetica;
    color: #AB2D2A;
}

.previewform .errstr,.P-Article-Editing .errstr {
    font-weight: bold;
    -webkit-animation: move_eye 0.4s linear 1s infinite alternate;
    -moz-animation: move_eye 0.4s linear 1s infinite alternate;
    -o-animation: move_eye 0.4s linear 1s infinite alternate;
    animation: move_eye 0.4s linear 1s infinite alternate;
}

.loginFormRowHolder {
    margin-top: 25px;
}

.loginFormErrHolder {
    font-size: 14px;
    font-family: Tahoma, Verdana, Helvetica;
    color: #AB2D2A;
}

.capinfo label {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
}

#contentSmallHolder {
	margin: 0px 0px 0 0;
    height: 100%;
	-webkit-flex: 3 0 0; -ms-flex: 3 0 0; flex: 3 0;
}

#contentSmall {
    height: 100%;
    background-color: #FFF;
    background-clip: padding-box;
    padding: 0;
    border: 1px solid #EBEBEC;
    border-radius: 2px;
}

.pageTitle {
    border-radius: 2px 2px 0px 0px;
    font-size: 112.5%;
    padding: 0.5em;
    color: #666666;
    border-bottom: 1px solid #EBEBEC;
    background-clip: padding-box;
}

.pageTitle.background{
    border-radius: 2px 2px 0px 0px;
    background-image: -webkit-gradient(linear, color-stop(0, rgb(255, 255, 255)), color-stop(0.98, rgb(230, 230, 221)));
    background-image: -webkit-linear-gradient(rgb(255, 255, 255) 0%, #F5F5F5 98%);
    background-image: -moz-linear-gradient(rgb(255, 255, 255) 0%, #F5F5F5 98%);
    background-image: -ms-linear-gradient(rgb(255, 255, 255) 0%, #F5F5F5 98%);
    background-image: -o-linear-gradient(rgb(255, 255, 255) 0%, #F5F5F5 98%);
    background-image: linear-gradient(rgb(255, 255, 255) 0%, #F5F5F5 98%);
    background-size: 100% 41px;
    background-repeat: repeat-x;
}

#dashboard-content > h1.dashboard-title {
    border-radius: 0px;
    background: #F5F5F5;
}
#dashboard-content .formWrapper h1.dashboard-title {
    border-radius: 0px;
    background: #F5F5F5;
}

#dashboard-content {
    position: relative;
    height: 100%;
    background-color: #FFF;
    background-clip: padding-box;
    padding: 0;
    border: 1px solid #EBEBEC;
    border-radius: 2px;   
    margin: 0px 0px 0 192px;
	width: 100%;
}
.header-with-tabs {
    background-size: 100% 74px !important;
}
#dashboard-content p .nodata {
    text-align: center;
    margin-top: 20px
}
#dashboard-statistics {
	text-align: center; 
	margin-bottom: 10px;
	border-bottom: 1px solid #EBEBEC;  
}
#dashboard-statistics .siderBlockLinksHolder {
    display: flex;
    justify-content: space-between;    
}
#dashboard-statistics .siderBlockLinksHolder > a {
    padding: 10px 0;
    cursor: pointer;
    width: 100%;
	border-right: 1px solid #EBEBEC; 
}
#dashboard-statistics .siderBlockLinksHolder > a:last-child {
	border-right: none; 
}
#statistics_table_data .dashboard th, 
#statistics_table_data .dashboard td{
	padding: 4px 4px;
}
#dashboard-statistics .siderBlockLinksHolder .active {
    background: #666666;
}
#dashboard-statistics .siderBlockLinksHolder a.link.active span {
	color: #ffffff;
}
#dashboard-statistics .siderBlockLinksHolder > a:hover {
	background: #EBEBE8;
}
#statistics_table_data {
    text-align: center;
}
#dashboard-statistics .siderBlockLinksHolder > a span.content {
    width: 100%;
    margin: 5px 8px;
    margin-left: 0;
    text-align: center;
    font-weight: normal;
    font-size: 1em;
}
.hiden {
    display: none;
}
.stat_wrapper .dateType {
    padding-top: 8px;
    width: 470px;
}
.stat_wrapper .dateType br {
    display: none;
}
#dashboard-menu {
    background-color: white;
    border-radius: 2px;
    background-origin: border-box;
    border: 1px solid #EBEBEC;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 183px;
    margin: 0 0 0 0px;
}
#mytasks {
   
}
#dashboard-menu h3 {
	border-radius: 0px;
    background: #F5F5F5;
    padding: 8px;
    border-bottom: 1px solid #EBEBEC;
    color: #63634a;    
    margin: 0;    
}
.crazy {
    border-spacing: 0;
    border: none;
    font-size: 0.95em;
    width: 100%;
    margin-bottom: 7px;
}
.layout td {
    padding: 0;
}
.crazy tr {
    color: #006666
}
.crazy tr:hover {
    color: #ffffff !important;
    background-image: -webkit-linear-gradient(#d37e7e, #9a3434);
    background-image: -moz-linear-gradient(#d37e7e, #9a3434);
    background-image: -ms-linear-gradient(#d37e7e, #9a3434);
    background-image: -o-linear-gradient(#d37e7e, #9a3434);
    background-image: linear-gradient(#d37e7e, #9a3434);
    background-color: #9a3434;
    cursor: pointer;
}

#dashboard-menu a {
    color: inherit;
    white-space-collapse: preserve;
    display: block;
    padding: 0.25em 0;
    text-indent: 1em;
    background-color: transparent
}

#dashboard-menu a:visited {
    color: inherit;
}
.col_bg1{
    background-color: #fff;
}
.col_bg2{
    background-color: #dcf5d1;
}
.ChartWrapper{
    min-height: 600px;
}
.stat_title {
    display: none;
}
.dashboard {
    width: 100%;
    border-spacing: 0;
	/*font-size: 1.1em;	*/
    font-size: 12px;
}
#chart_div {
    margin-top: 40px;
}
/*chart*/
.genChart {
    text-align: center;
}
.flex0 {
    flex: 0;
}
.second_type, .column2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
.fieldHolder.date {
    /* float: left; */
    width: 123px;
    position: relative;
}

.fieldHolder.date input {
    width: 123px !important;
}

.stat_wrapper .fieldHolder.date img {
    position: absolute;
    top: 10px;
    right: 7px;
}
.stat_wrapper .date {
    font-size: 11px;
    line-height: 145%;
    color: #A5A585;
}
.dashboard-title {
    font-size: 1.4em;
    padding: 8px;
    color: #666666;
    border-bottom: 1px solid #EBEBEC;    
    margin: 0;
}

.dashboard-title.filter-counter {
    font-size: 100%;
    padding: 1.1em 0em;
}

.has_tabs,.has_tabs0 {
    margin: 0px !important;
}

.has_tabs1 {
    height: 54px;
    margin: 0px !important;
}

.dashboard tr:last-child td,.dashboard td[rowspan] {
    border-bottom: 1px solid #EBEBEC;
}

.dashboard tbody {
    border-bottom: 1px solid #EBEBEC;
}

.dashboard th,.dashboard td {
    border: none;
    padding: 4px 0 4px 0.5em;
    vertical-align: top;
}

.dashboard.collections th,.dashboard.collections td {    
    padding: 8px 2px 8px 10px;    
}

.dashboard td:last-child{
	padding-right: 8px;
}

.dashboard th {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 8px 10px 0.5em;
    text-align: left;
}

.dashboard td {
    border-bottom: 1px dashed #EBEBEC;
    color: #1F1F1F;
}

.right {
    text-align: right !important;
    padding-right: 2em;
}

.center {
    text-align: center;
    padding-right: 2em
}

.dashboard .id {
    color: #666666;
    padding-left: 1em;
    padding-right: 0.5em;
    width: 1em;
}

.dashboard .authors {
    font-size: 91.67%
}

.dashboard .days {
    font-weight: bold;
    text-align: right;
    padding-right: 0.5em
}

.dashboard .late {
    color: #BF1B1B
}

.dashboard .completed {
    color: #aaa
}

.submission {
    font-weight: bold
}

#dashboard-content a {
    color: #006666
}

.dashboard tr th:first-child {
    padding-left: 10px;
}

.dashboard tbody:hover td[rowspan] {
    background: #F5F5F6;
}

.dashboard tr:hover td {
    background: #F5F5F6;
}
.formWrapper .dashboard tr:hover td{
	background: none;
}

#dashboard-content .noUsersInGroup {
    margin: 0 0 0 10px;
    font-size: 12px;
    color: #1F1F1F;
    float: left;
}

.dashboard .godown img {
    width: 15px;
    height: 8px;
}

.dashboard .goup img {
    width: 15px;
    height: 8px;
}

.dashboard .goup {
    margin-top: 0px;
}

.dashboard .godown {
    margin: 10px -10px 0 0;
}

.dashboard .goup,.godown {
    position: absolute;
    padding: 0 10px;
}

.reviewer_tbl .godown img {
    width: 15px;
    height: 8px;
}

.reviewer_tbl input {
    cursor: pointer;
}

.reviewer_tbl .goup img {
    width: 15px;
    height: 8px;
}

.reviewer_tbl .goup {
    margin-top: 0px;
}

.reviewer_tbl .godown {
    margin: 10px -10px 0 0;
}

.reviewer_tbl .goup,.godown {
    position: absolute;
    padding: 0 10px;
}

.capholder {
    margin-top: 25px;
}

.capinfo {
    margin-top: 10px;
}

.leftPad10 {
    padding-left: 10px;
}

.leftMar10 {
    margin-left: 10px;
}
.topPad10 {
    padding-top: 10px;
}

.topMar10 {
    margin-top: 10px;
}

ul.journalArticlesTree {
    margin-left: 10px;
    margin-top: 10px;
}

ul.journalArticlesTree li {
    padding: 3px;
}

.journalArticleAction {
    text-decoration: none;
    font-weight: normal;
    
    color: #666633;
    
}

.browseRootRow a,.browseRootRow:hover a {
    font-weight: normal;
    font-size: 14px;
    color: #006666;
    font-family: "Times New Roman", Times, serif;
    text-decoration: none;
}

.storyRowTitle a {
    font-weight: normal;
    font-size: 20px;
    color: #006666;
    font-family: "Times New Roman", Times, serif;
    text-decoration: none;
}

ul.journalArticlesTree li.browseRow {
    padding: 0px;
}

li.browseRow a {
    font-size: 11px;
    color: #666633;
    font-family: tahoma, verdana, helvetica;
    text-decoration: none;
}

li.browseRow:hover a {
    text-decoration: underline;
}

.viewDocumentBottom {
    border-top: none !important;
    padding: 0px 0px 0px 0px;
}

#content .corners_grey {
    height: 4px;
    width: 100%;
    background: #FFFFFF;
}

.viewDocumentHolderTop {
    background: #FFFFFF url('../i/header_new_top.jpg') repeat-x;
    background-position: left bottom;
    min-height: auto !important;
    padding: 10px 0px 10px 10px;
    color: #666666;
    font-size: 18px;
}

.viewDocumentHolderTopBorder {
    background: #FFFFFF;
    border-bottom: 1px solid #EBEBEC;
    border-left: 1px solid #EBEBEC;
    border-right: 1px solid #EBEBEC;
    height: 1px;
}

.document_view_holder {
    padding: 20px 20px 20px 20px;
}

.document_review_title {
    color: #1F1F1F;
    font-size: 14px;
    padding-bottom: 18px;
    font-weight: bold;
}

.document_review_info {
    color: #1F1F1F;
    padding-bottom: 25px;
    font-size: 12px;
}

.reviewers_row_header {
    color: #993333;
    padding-bottom: 20px;
    font-size: 12px;
}

.reviewers_row_header_labels {
    padding: 0px 0px 0px 5px;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px;
}

.review_row_header_label_row {
    float: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.review_row_header_label_name {
    width: 392px;
}

.review_row_header_label_email {
    width: 385px;
    padding-left: 5px;
}

.review_row_header_label_added {
    width: 65px;
    text-align: center;
    padding-left: 5px;
}

.review_row_header_label_nominated {
    width: 100px;
    text-align: center;
    padding-left: 5px;
}

.review_row_header_label_panel {
    text-align: center;
    padding-left: 5px;
    width: 65px;
}

table.reviewer_tbl th {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px !important;
    font-size: 12px;
    font-weight: bold;
}

table.reviewer_tbl th,table.reviewer_tbl td {
    padding: 5px;
}

table.reviewer_tbl td {
    padding: 10px 5px 10px 5px;
    color: #1F1F1F;
    font-size: 13px;
    border-bottom: 1px dashed #EBEBEC;
}

.sm_font {
    font-size: 12px !important;
    color: #666666 !important;
}

.reviewers_footer_txt {
    padding: 30px 0px 15px 5px;
    color: #1F1F1F;
    font-weight: bold;
    font-size: 12px;
}

.reviewers_footer_content {
    padding: 0px 0px 0px 40px;
}

.reviewers_footer_content_left {
    float: left;
    width: 340px;
}

.reviewers_footer_content_left_label {
    padding: 0px 0px 7px 0px;
    color: #993333;
    font-weight: bold;
    font-size: 12px;
}
.reviewers_footer_content_left_label_note {
    padding: 0px 0px 7px 0px;       
    font-size: 0.9em;
	line-height: 1.7em;	
	width: 100%;
}

.reviewers_footer_content_left_icon {
    float: left;
    background: url('../i/icons.png') no-repeat 0px 0px;
    width: 14px;
    height: 15px;
    margin: 3px 0px 0px 7px;
}

.reviewers_footer_content_left_inp {
    float: left;
}

.reviewers_footer_content_middle {
    float: left;
    padding: 30px 55px 0px 30px;
    width: 20px;
    font-size: 12px;
    color: #993333;
    text-transform: uppercase;
}

.reviewers_footer_content_right {
    float: left;
    width: 168px;
    margin-top: 24px;
}

.reviewers_search_btn_left {
    float: left;
    width: 4px;
    height: 30px;
    background: url('../i/reviewers_btn_left.png') no-repeat;
}

.reviewers_search_btn_right {
    float: left;
    width: 4px;
    height: 30px;
    background: url('../i/reviewers_btn_right.png') no-repeat;
}

.reviewers_search_btn_middle {
    float: left;
    width: 160px;
    height: 22px;
    background: url('../i/reviewers_btn_middle.jpg') repeat-x;
    border-top: 1px solid #96968A;
    border-bottom: 1px solid #96968A;
    padding: 6px 0px 0px 0px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.reviewers_footer {
    padding: 0px 0px 30px 0px;
    border-bottom: 1px solid #DDDDDD;
}

.invite_reviewer_btn {
    float: left;
    width: 158px;
    cursor: pointer;
}

.invite_reviewer_btn_left {
    width: 4px;
    height: 30px;
    background: url('../i/invite_reviewer_left_btn.png') no-repeat;
    float: left;
	display: none;
}

.invite_reviewer_btn_right {
    width: 4px;
    height: 30px;
    background: url('../i/invite_reviewer_right_btn.png') no-repeat;
    float: left;
	display: none;
}

/* .invite_reviewer_btn_middle {
    background: url('../i/invite_reviewer_middle_btn.jpg') repeat-x;
    width: 150px;
    height: 25px;
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    padding: 5px 0px 0px 0px;
    text-align: center;
} */

.under_footer {
    margin-top: 18px;
}

.invite_reviewer_text {
    float: left;
    color: #990000;
    font-size: 12px;
    padding: 0px 0px 0px 20px;
    width: 266px;
}

.back_link {
    padding: 60px 0px 0px 0px;
    color: #006565;
	margin-left: 20px;
}

.back_link a {
    color: #006565;
    font-size: 12px;
}

.groupusers tr td:nth-child(3) {
    width: 380px;
}

.reviewers_row_hover {
    background: #FAFAF8;
}

.se_header_cont {
    padding: 0px 0px 0px 0px !important;
}

.se_header_cont .reviewers_search_btn_middle {
    width: 175px !important;
}

.se_header_cont .reviewers_footer_content_right {
    width: 183px !important;
}

.se_header_cont .searchWrapper {
    width: 280px;
}

.se_header_cont .reviewers_footer_content_left {
    width: 350px;
}

.se_header_cont .searchWrapper input {
    width: 278px;
}

.se_header_cont .reviewers_footer_content_middle {
    padding-right: 70px;
}

.editors_list_voc_list_holder {
    padding-top: 30px;
}

.letter_holder {
    border-top: 1px dashed #EBEBEC;
    border-bottom: 1px dashed #EBEBEC;
    padding: 7px 0px 7px 5px;
    margin: 10px 0px 0px 0px;
    color: #EBEBEC;
}

.letter_row {
    float: left;
    width: 13px;
    height: 21px;
    text-align: center;
    padding: 0px 5px 0px 5px;
}

.letter_row a {
    color: #006666;
    font-size: 14px;
    font-weight: bold;
}

.active_letter_row {
    background: url('../i/letter_active.png') no-repeat;
}

.active_letter_row a {
    color: #FFFFFF;
}

table.tbl_editors th,table.tbl_editors td {
    padding: 5px;
}

table.tbl_editors th {
    border-bottom: 1px solid #DDDDDD;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 15px !important;
}

table.tbl_editors td {
    border-bottom: 1px dashed #EBEBEC;
    color: #1F1F1F;
    font-size: 13px;
    padding: 10px 5px;
    color: #1F1F1F;
    font-size: 13px;
}

.tbl_editors {
    padding-top: 15px;
}

table.tbl_categories td {
    border-bottom: 1px dashed #EBEBEC;
    color: #666;
    font-size: 13px;
    padding: 8px 5px;
    font-size: 13px;
}

.editor_more_info {
    color: #666666;
    font-size: 12px;
}

table.tbl_editors td a {
    color: #006666;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.editor_back_link {
    padding-top: 30px;
}

.viewDocumentHolderTopWrapper {
    position: relative;
    z-index: 1;
}

.tabHolder {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 40px;
    margin: 0px 0px 0px 10px;
}

.P-LE-Tabs-Holder {
    position: relative;
    padding-top: 30px
}

.P-LE-Tab-Holder {
    top: 8px;
}

.tabRow {
    width: 144px;
    float: left;
    margin-right: 2px;
    cursor: pointer;
}

.P-LE-Tab-Holder .tabRow {
    height: 32px;
    overflow: hidden;
    width: 118px;
}

.P-LE-Tab-Holder .tabRow.viewdoc_activetab {
    background: white;
    height: 37px;
}

.viewDocumentHolderTop_1 {
    height: 62px;
    padding-bottom: 0px !important;
}

.tabRowLeft_Inactive {
    float: left;
    width: 4px;
    height: 31px;
    background: url('../i/document_view_tab_inactive_left.png') no-repeat;
}

.tabRowRight_Inactive {
    float: left;
    width: 4px;
    height: 31px;
    background: url('../i/document_view_tab_inactive_right.png') no-repeat;
}

.tabRowMiddle_Inactive {
    float: left;
    height: 24px;
    width: 126px;
    padding: 7px 5px 0px 5px;
    color: #63634A;
    background: #FFFFFF url('../i/document_view_tab_inactive_middle.png')
        repeat-x;
    text-align: center;
    font-size: 14px;
}

.P-LE-Tab-Holder .tabRowMiddle_Inactive {
    width: 100px;
}

.viewdoc_activetab .tabRowLeft_Inactive {
    float: left;
    width: 4px;
    height: 31px;
    background: #FFFFFF url('../i/document_view_tab_left.png') no-repeat;
}

.viewdoc_activetab .tabRowRight_Inactive {
    float: left;
    width: 4px;
    height: 31px;
    background: #FFFFFF url('../i/document_view_tab_right.png') no-repeat;
}

.viewdoc_activetab .tabRowMiddle_Inactive {
    float: left;
    height: 24px;
    width: 126px;
    font-size: 14px;
    padding: 7px 5px 0px 5px;
    color: #993333;
    background: #FFFFFF url('../i/document_view_tab_middle.png') repeat-x
        top left;
    text-align: center;
}

.P-LE-Tab-Holder .viewdoc_activetab .tabRowMiddle_Inactive {
    width: 100px;
}

.document_info_holder_top {
    padding: 23px 0px 10px 23px;
}

.document_info_title {
    color: #1F1F1F;
    font-size: 16px;
    padding: 0px 20px 13px 0px;
    font-weight: bold;
}

.document_info_title p {
    color: #1F1F1F !important;
    font-size: 16px !important;
}

.document_info_authors {
    color: #1F1F1F;
    font-size: 13px;
    padding: 0px 0px 10px 0px;
    font-style: italic;
}

.document_info_bottom_info_left {
    float: left;
    font-size: 11px;
    color: #1F1F1F;
    padding-top: 5px;
    padding-right: 30px;
}

.document_info_bottom_info_right {
    float: right;
    padding: 0px 23px 0px 0px;
}

.document_info_bottom_info_right_left {
    float: left;
    width: 80px;
    color: #1F1F1F;
    font-size: 11px;
    padding-right: 5px;
    padding-top: 5px;
}

.document_info_bottom_info_right_icon {
    float: left;
    width: 24px;
}

.document_info_bottom_info_right_right {
    color: #993333;
    font-size: 11px;
    float: left;
    padding-left: 5px;
    padding-top: 5px;
}

.document_info_bottom_info_left_rubr {
    color: #993333;
}

.document_info_row_border_line {
    border-top: 1px solid #AAAA93;
    border-bottom: 1px solid #AAAA93;
    height: 3px;
}

.document_author_review_round_holder {
    padding: 20px 20px 25px 20px;
}

.document_source_2 .submission_notes_main_wrapper .document_author_review_round_holder
{
    padding: 0;
}

.document_author_review_round_top_left {
    float: left;
    width: 350px;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: bold;
}

.document_author_review_round_top_right {
    float: right;
}

.document_author_review_round_top_right a {
    color: #006565;
    font-size: 12px;
}

.document_author_holder_rev {
    padding: 15px 15px 0px 15px;
}

.document_author_holder_rev_info_top_left {
    float: left;
    width: 275px;
    color: #993333;
    font-size: 13px;
}

.document_author_holder_rev_info_top {
    margin: 0px 0px 20px 0px;
}

.document_source_2 .document_author_review_round_holder .document_author_holder_rev_info_top
{
    margin: 0px 0px 0px 0px;
    background: #FFFFFF;
}

.document_source_2 .submission_notes_main_wrapper .document_author_holder_rev_info_top
{
    margin: 0px 0px 0px 0px;
    background: #FFFFFF;
}

.document_source_2 .document_author_holder_content_no_review_yet .document_author_holder_rev_info_top
{
    margin: 0px 0px 0px 0px;
    background: #FFFFFF;
}

.document_author_holder_rev_info_top_right {
    float: right;
}

.document_author_holder_rev_info_top_right a {
    color: #006565;
    font-size: 12px;
}

.document_author_holder_line {
    background: #DDDDDD;
    height: 4px;
    width: 100%;
}

.document_author_holder_content {
    padding: 20px 10px 0px 10px;
}

.document_source_2 .document_author_holder_content {
    padding: 16px 0px 0px 0px;
}

.document_source_2 #review_form.document_author_holder_content {
    padding: 16px 0px 0px 0px;
}

.document_author_holder_content_no_review_yet {
    padding: 20px 0px 20px 0px;
}

#decision input[type="radio"] {
    margin: 0;
}

.document_author_holder_rev #review_form {
    padding: 0px;
}

#review_form.document_author_holder_content_no_review_yet {
    padding: 0px 0px 20px 0px;
}

.document_author_holder_content_no_review_yet_top {
    background: #FFFFCC;
    height: 5px;
    width: 100%;
}

.yellow-top-left {
    width: 5px;
    height: 5px;
    background: #FFFFCC;
}

.yellow-top-right {
    width: 5px;
    height: 5px;
    background: #FFFFCC;
}

.yellow-top-middle {
    width: 100%;
    background: #FFFFCC;
    height: 5px;
}

.yellow-bottom-left {
    width: 5px;
    height: 5px;
    background: #FFFFCC;
}

.yellow-bottom-right {
    width: 5px;
    height: 5px;
    background: #FFFFCC;
}

.yellow-bottom-middle {
    width: 100%;
    background: #FFFFCC;
    height: 5px;
}

.yellow-green-txt {
    color: #006600;
    font-size: 12px;
    font-weight: bold;
}

.document_author_holder_content_no_review_yet_middle {
    background: #FFFFCC;
    padding: 20px 0px;
    text-align: center;
}

.document_author_holder_content_no_review_yet_middle+.subm_reject_or_holder
{
    padding-top: 0px;
}

.subm_notes_desc_holder {
    padding: 10px 0px 15px 0px;
    color: #1F1F1F;
    font-size: 11px;
}

.subm_textarea_holder_top_left {
    width: 4px;
    height: 4px;
    background: url('../i/textarea_top_left.png') no-repeat;
}

.subm_textarea_holder_top_middle {
    width: 100%;
    height: 3px;
    border-top: 1px solid #B1B1A3;
    background: url('../i/textarea_top_middle.jpg') repeat-x;
}

.subm_textarea_holder_top_right {
    width: 4px;
    height: 4px;
    background: url('../i/textarea_top_right.png') no-repeat;
}

.subm_textarea_holder_bottom_left {
    background: url('../i/textarea_bottom_left.png') no-repeat;
}

.subm_textarea_holder_bottom_middle {
    border-top: 0px;
    border-bottom: 1px solid #B1B1A3;
    background: #FFFFFF;
}

.subm_textarea_holder_bottom_right {
    background: url('../i/textarea_bottom_right.png') no-repeat;
}

.subm_textarea_holder_middle,.subm_textarea_holder_view_source {
    border-left: 1px solid #B1B1A3;
    border-right: 1px solid #B1B1A3;
    padding: 0px 5px 5px 5px;
    background: #FFFFFF;
}

.subm_textarea_holder_middle textarea {
    border: 0px none;
    width: 100%;
    height: 72px;
    background: #ffffff;
}

.subm_textarea_holder_view_source textarea {
    border: 0px none;
    width: 99%;
    height: 558px;
    background: #ffffff;
}

.reviewers_search_btn_middle_small1 {
    width: 80px;
    cursor: pointer;
}

.reviewers_footer_content_right_small_1 {
    margin-top: 10px;
}

.subm_more_info_holder {
    padding: 15px 0px 15px 0px;
}

.subm_more_info_holder_first {
    padding: 0px 0px 15px 0px;
}

.subm_more_info_holder_first_left {
    width: 165px;
    font-size: 12px;
    color: #1F1F1F;
    font-weight: bold;
    padding-right: 10px;
}

.subm_more_info_holder_first_right {
    float: left;
    font-size: 12px;
    color: #1F1F1F;
}

.subm_more_info_holder_sec_left {
    float: left;
    width: 100px;
    padding-right: 10px;
    font-size: 12px;
    color: #1F1F1F;
    font-weight: bold;
}

.subm_more_info_holder_sec_middle {
    float: left;
    width: 140px;
    padding-right: 10px;
}

.subm_more_info_holder_sec_middle_label {
    color: #666666;
    font-size: 12px;
    padding-bottom: 5px;
}

.subm_more_info_holder_sec_middle_val {
    color: #1F1F1F;
    font-size: 12px;
}

.subm_more_info_holder_sec_right {
    float: left;
}

.subm_more_info_holder_sec_right_label {
    color: #666666;
    font-size: 12px;
    padding-bottom: 5px;
}

.subm_more_info_holder_sec_right_val {
    color: #1F1F1F;
    font-size: 12px;
}

.submission_notes_main_wrapper {
    padding: 20px 20px 0px;
}

.ed_holder_wrapper {
    padding: 0px;
}

.invite_reviewer_btn_E {
    float: none;
}

.invite_reviewer_btn_E_first {
    padding: 10px 5px 0px 0px;
    width: 218px;
}

.invite_reviewer_btn_E_first .invite_reviewer_btn_middle,
.invite_reviewer_btn_E_sec .invite_reviewer_btn_middle
{
    width: 210px;	
}

.invite_reviewer_btn_E_sec {
    padding: 10px 0px 0px 5px;
    width: 218px;
}

.subm_reject_reasons_txt {
    padding: 0px 0px 10px 0px;
}

.subm_textarea_holder_E {
    padding: 0px 10px 0px 10px;
}

.submission_notes_main_wrapper_E_view {
    padding-bottom: 20px !important;
    background: #F5F5F5;
}

.document_author_review_round_top_left_editor {
    float: none;
}

.subj_editor_name_class {
    color: #63634A;
    font-size: 13px;
}

.submission_notes_main_wrapper_E_view table td a {
    color: #006565;
    font-size: 13px;
}

.document_author_review_round_holder_E_reviewers .document_author_holder_rev_info_top_left
{
    width: 300px;
}

.document_author_review_round_holder_E_reviewers table td a {
    color: #006565;
    font-size: 13px;
}

.document_author_review_round_holder_E_reviewers .document_author_holder_content_no_review_yet_middle
{
    padding-left: 10px;
    padding-right: 10px;
}

.se_due_date_txt {
    color: #990000;
    font-size: 12px;
}

.se_due_date_txt_green {
    color: #006600;
}

.subj_editor_name_class_1 {
    color: #1F1F1F;
    font-size: 13px;
}

.document_author_holder_content_no_review_yet2 {
    padding-top: 0px;
}

.reviewholder_top {
    padding: 20px 0px 0px 0px;
}

.reviewholder_top_left {
    float: left;
    width: 150px;
    color: #993333;
    font-size: 13px;
}

.reviewholder_top_right {
    float: right;
}

.reviewholder_top_right a {
    font-size: 12px;
    color: #006565;
}

.history_link {
    color: #006565;
    font-size: 12px;
}

.messeging_list th {
    padding: 20px 0px 15px 5px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 12px;
    color: #1F1F1F;
}

.messeging_list td {
    padding: 10px 2px 10px 5px;
    border-bottom: 1px dashed #EBEBEC;
    color: #1F1F1F;
    font-size: 12px;
    vertical-align: top;
}

.messeging_list tr {
    background: none;
}

.messeging_list tr:nth-child(even) {
    background: #FAFAF8;
}

.messeging_list tr:first-child {
    background: none;
}

.messaging_collapse_E_View {
    padding-bottom: 6px !important;
    padding: 5px 20px 0px;
}
.messaging_opened_E_View {
    padding: 0px 0px 0px;
}

.messaging_opened_E_View .document_author_review_round_holder { 
    padding: 9px 20px 25px 20px;
}
.collapse_messaging_title {
    float: left;
    margin: 2px 0 0 16px;
    font-size: 13px;
    font-weight: bold;
}
.reviewer_list_tbl th {
    padding: 20px 0px 15px 0px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 12px;
    color: #1F1F1F;
}

.document_source_2 .reviewer_list_tbl th {
    padding: 0px 0px 10px 0px;
    border-bottom: none;
    font-size: 12px;
    color: #999;
}

.reviewer_tbl tr:first-child:hover {
    background: none;
}

.reviewer_tbl tr:hover {
    background: #FAFAF8;
}

.reviewer_list_tbl td {
    padding: 10px 2px 10px 0px;
    border-bottom: 1px dashed #EBEBEC;
    color: #1F1F1F;
    font-size: 12px;
    vertical-align: top;
}

.editor_list_tbl td {
    color: #1F1F1F;
    font-size: 12px;
    vertical-align: top;
}

.editor_list_tbl td:last-child {
    text-align: right;
}

.editor_list_tbl p,.author_comment_holder p {
    word-break: break-word;
}

.doc_holder_reviewer_list {
    padding: 20px 0px 0px 0px;
}

.ed_decision_class_holder {
    font-size: 13px;
    color: #993333;
}

.ed_decision_val_class_holder {
    font-size: 13px;
    color: #63634A;
}

.doc_holder_reviewer_list table td a {
    color: #006565;
    font-size: 12px;
}

.reviewer_act {
    padding: 0px 5px 0px 5px;
    cursor: pointer;
}

#inputBox input#go_to_issue_input {
    width: 100%;
    line-height: 24px;
}

#issue a.notActive {
    color: #CCC;
    cursor: default;
}

.editDocument input[type='submit'] {
    width: 40px;
}

.editDocument input[type='text'],.editDocumentCollection input[type='text']
{
    width: 35px;
}

.editDocument {
    width: 175px;
}

.editDocumentCollection {
    width: 96px;
}

.P-Green-Title {
    font-weight: bold;
    font-size: 11px;
    color: #006666;
    font-family: tahoma, verdana, helvetica;
    text-decoration: none;
    line-height: 24px;
}

.P-Description-Txt {
    font-size: 10px;
    color: #666633;
    font-family: verdana, helvetica;
}

.leftSiderBlock {
    background-repeat: repeat-x;
    background-color: white;
    border-radius: 2px;
    background-origin: border-box;
    border: 1px solid #EBEBEC;
    margin-bottom: 10px;
}

.leftSiderBlock.about {
    position: fixed;    
}

.leftSiderBlock.withoutHeader {
    background-image: none;
}

#dashboard-content.withoutHeader {
    background-image: none;
    margin-left: 192px;
    margin-right: 0px;
}

.leftSiderBlock.bigBlock {
    width: 100%;
}

#leftSider .leftSiderBlock h3 {
    background-color: #191930;
    color: #ffffff;
    background-origin: border-box;
    background-size: 100% 29px;
    border-bottom: 1px solid #EBEBEC;
    padding: 3px 0;
    font-size: 1.17em;
    line-height: 36px;
    margin: 0;
    text-indent: 1em;
    width: 100%;
}

#leftSider .leftSiderBlock.about h3 {
    width: 100%;
    background-image: none;
    background-color: #191931;
    display: block;
    text-align: center;
    margin: 0;
    padding: 4px 0;
    color: white;
    font-weight: normal;
    font-size: 1.6em;
    text-indent: 0px;
}

#aboutlb.siderBlockLinksHolder{
	padding: 10px 0px;
}
.siderBlockLinksHolder .topLevelMenu,
.siderBlockLinksHolder .footLevelMenu {
	padding: 0px 20px 0px 20px;
}
.siderBlockLinksHolder .topLevelMenu .title,
.siderBlockLinksHolder .footLevelMenu .title {
	padding: 6px 0px;
	font-size: 1.3em;
	font-family: Open Sans-Light, Open Sans, Tahoma;
	font-weight: 500;
}
.siderBlockLinksHolder .subLevelMenu .title {
	padding: 5px 0px 5px 35px;
	font-size: 1.2em;
	font-weight: normal;
    display: inline;
    z-index: 100;
    float: left;
    clear: left;
}
.siderBlockLinksHolder .subLevelMenu {
	position: relative;
	display: none;
}
.siderBlockLinksHolder .subLevelMenu:before {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	border-left: 1px solid #E2E2E2;
	top: 0;
	left: 0px;
}
.siderBlockLinksHolder .subLevelMenu .title:before {
	position:absolute;
    content:'\00a0';
    width: 28px;
   	margin-top: -10px;
	margin-left: -35px;
    border-bottom: 1px solid #E2E2E2;
    z-index: 0;
}
.siderBlockLinksHolder .title a {
	color: #000;	
}
.siderBlockLinksHolder .subLevelMenu .title:hover {
	font-weight: bold;
}

.siderBlockLinksHolder .topLevelMenu.active > .title a,
.siderBlockLinksHolder .subLevelMenu .title a.active {
	font-weight: bold;
	border-left: 4px solid #191930;
	margin-left: -6px; 
	padding-left: 6px;
}
.siderBlockLinksHolder .topLevelMenu span:first-of-type:before {
	top: 14px;
}
.siderBlockLinksHolder .topLevelMenu span:last-of-type:before {
	top: -14px;
}
.filterBlock {
    margin: 0 0 5px 0;
    padding: 10px;
    background: #F5F5F5;
	/* border-bottom: 5px solid #EBEBEB; */     
}
.sec_type, 
.column2 {
-webkit-columns: 2;
   -moz-columns: 2;
        columns: 2;
}
.third_type, 
.column3{
-webkit-columns: 3;
   -moz-columns: 3;
        columns: 3;
}

.column2 ul, .column3 ul, .column2 ol, .column3 ol{
	padding-top: 0;
	margin-top: 0;
}


.label_section_types {
	line-height: 2.2em;
	padding-left: 25px;
	text-indent: -25px;
}
.third_type label{
	display:block;
}

.filterBlockContent.sec_type .label_section_types > label {
    line-height: 1.2em;
}

.filterBlockTitle {
    font-weight: bold;
    margin-bottom: 6px;
}


.filterBlockContent {    
    line-height: 1.7em;
}
.contentArticles.issues h1 {
    border-bottom: none;
    padding-left: 0px;
    padding-top: 0px;
}

.issueTotals span {
    font-weight: bold;
}

.issueTotals{
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.issueDescription{
	padding-top: 10px;
	line-height: 1.7em;
	font-size: 1.1em;
}

.issueTitle {	
	color: #191930 !important;
    font-family: trebuchet ms;
    font-size: 14pt;
    font-weight: normal;
}

#price.issuePrice {
    float: none;
    display: block;
    padding-left: 0px;
    padding-bottom: 10px;
    margin-top: 15px;
}

#price.issuePrice a {
    color: #63634A;
}

td.categories span {
    color: #000;
}

td.categories {
    color: #63634A;
	vertical-align: top;
}

.issuePicture {
    width: 100px !important;
    padding-right: 15px;
}

.issuePicture img {
    border: 1px solid #DDDDDD;
    box-shadow: 4px 4px 4px #CCC;
}

.P-Grey-Btn-Holder.P-Clear-Filter {
    margin: 10px 10px 10px 10px;
}

.P-Grey-Btn-Holder.P-Go {
    margin: 5px 0px 0px 0px;
}

.issueNoLabel {
    float: left;
    line-height: 42px;
    margin-right: 10px;
}

.issueNoHolder {
    margin: 7px 5px 2px 15px;
}

.issueFromTo {
    float: left;
    margin-left: 20px;
    line-height: 42px;
}

.blockDownArrow.tree {
    margin-top: -3px;
}

.blockDownArrow {
    background: url(../i/icons_arrow_down.svg) repeat-x;
    width: 32px;
    height: 24px;
    float: right;
}

.blockDownArrow:hover {
    background: url(../i/icons_arrow_down.svg) repeat-x;
	opacity:0.6;
}

.blockUpArrow.tree {
    margin-top: -3px;
}

.blockUpArrow {
    background: url(../i/icons_arrow_up.svg) repeat-x;
    width: 32px;
    height: 24px;
    float: right;
}

.blockUpArrow:hover {
    background: url(../i/icons_arrow_up.svg) repeat-x;
	opacity:0.6;
}

.filterBlock.category {
    border-radius: 2px;
}

.filterBlock.category:last-of-type {
	margin-bottom: 0px;
}

.filterBlock.by_alpha{
	margin-bottom: 0;
}

.filterBy .dynatree-container {
    border-radius: 2px;
}

#leftSider li.token-input-selected-token-facebook p {
    color: #FFF;
}

#leftSider .category p {
    background: none;
    color: #006666;
    font-weight: normal;
}

.fieldHolder.bigColField {
    width: 317px;
}

.buttonsHolder {
    margin: 10px;
	display: flex;
	justify-content: center;
}
#dashboard-content .buttonsHolder {
	justify-content: inherit;
}

.buttonsHolder .P-Grey-Btn-Holder {    
    margin-bottom: 0px;
	margin-right: 10px;
}

.P-Green-Btn-Middle input {
    line-height: 31px;
    font-size: 14px;
    cursor: pointer;
}

.dashboard-title.withoutBorder {
    border-bottom: none;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.fieldHolder.date img {
    position: relative;
    top: -26px;
    right: -110px;
}

.dateHolder {	
    float: left;
    width: 160px;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-align-items: baseline; align-items: baseline;
}

.letter {
    line-height: 20px;
}

.lettersHolder {
    width: 280px;
	display: inline-flex;
    -webkit-justify-content: space-between;	justify-content: space-between;
}

.authorInfoHolder {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

.authorInfoHolder p,#contacts p {
    line-height: 1.5em;
    margin: 0.35em 0;
	color: #1F1F1F;
}

.authorInfoHolder .green{
	font-size: 1.2em;
	font-weight: 500;	
}

.authorInfoHolder .Prof-Photo {
    float: left;
}

#btn_rej_1,#btn_rej_2 {
    cursor: default;
}

.btn_rej_1_active,.btn_rej_2_active {
    background: #B42741;
    border-radius: 2px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    height: 30px;
    margin: -5px 0 0;
}

.btnContentHolder {
    font-size: 14px;
    padding-top: 5px;
}

.btn_rej_1_active {
    width: 158px;
    margin: 5px 5px 0px 0px;
}

.btn_rej_2_active {
    width: 300px;
    margin: 5px 0px 0px 5px;
}

.red_txt_due_date {
    color: red;
    font-size: 13px;
}

.green_txt_due_date {
    color: green;
    font-size: 13px;
}

.document_author_holder_content_no_review_yet_middle a {
    font-size: 13px;
}

.subm_reject_or_holder {
    padding: 20px 10px 20px 10px;
}

.or_line {
    width: 100%;
    height: 1px;
    background: #000000;
}

.or_text {
    color: #990000;
}

.small-font {
    font-size: 14px;
}

.sm_text_center {
    text-align: center;
}

.authors_list_holder {
    padding-bottom: 20px;
    font-size: 12px;
}

.tbl_editors p {
    margin: 0px !important;
}

#user_roles_checkbox {
    font-size: 12px;
    color: #1F1F1F;
    padding: 12px 0 5px;
}

.authorDesc {
    float: left;
    margin-left: 10px;
    width: calc(100% - 100px);
}

.authorDesc h3,#contacts h3 {
    margin: 0;
    position: relative;
    top: -4px;
}

.groupSubtitle {
    font-size: 14px;
    margin-top: -10px;
}

.no_bold {
    font-weight: normal;
}

.subm_textarea_holder_middle textarea {
    box-shadow: none;
    resize: vertical;
}

.doc_holder_reviewer_list_decision {
    padding-top: 0px;
    padding-bottom: 20px;
}

.document_author_holder_content_decision {
    padding-top: 0px;
}

.collapse_text {
    color: #006666;
    font-size: 13px;
    cursor: pointer;
}

.middle_col_collapsed_label {
    font-size: 13px;
    font-weight: bold;
}

.filterCriteria {
    background: #e2e2e2;
    padding: 5px 10px;
    margin: 10px 0px;
}

.template_body {
    height: 200px !important;
}

#subject_default_select,#body_default_select {
    float: right;
    position: absolute;
    margin-left: 370px;
    margin-top: -35px;
    font-size: 13px;
    width: 200px;
}

#subject_default_select input {
    width: auto;
    height: auto;
    margin-right: 0px !important;
}

#body_default_select input {
    width: auto;
    height: auto;
    margin-right: 0px !important;
}

#body_default_select {
    width: auto;
    margin-top: -213px !important;
}

.checkbox {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    z-index: -1;
}

.clearStyles {
    background: none;
    border: none;
	width:100%;
}

.confirmation{
	
}


.P-Registration-Content {
    position: relative;
    z-index: 1003;
}

.taskspopup-leftcol {
    float: left;
    width: 670px;
    position: fixed;
    z-index: 1004;
}

.taskspopup-rightcol {
    float: left;
    width: 285px;
    background: #f8f9f9;
    position: relative;
    z-index: 1003;
    margin-left: 670px;
}

.taskspopup-listheadmain {
    padding: 5px 5px;
    border-left: 1px solid #e2e2dc;
    border-bottom: 1px solid #e2e2dc;
}

.taskspopup-listheadmain-skip-section {
    float: left;
    width: 35px;
    padding-right: 5px;
}

.taskspopup-listheadmain-content-section {
    float: left;
    width: 250px;
}

.taskspopup-header {
    padding: 10px 17px 10px 17px;
    border-bottom: 1px solid #e2e2dc;
    font-size: 15px;
    font-weight: bold;
}

.taskspopup-header-right {
    border-left: 1px solid #e2e2dc;
}

.taskspopup-formcontent {
    padding: 0px 17px 0px 17px;
}

.taskspopup-formcontent .P-Registration-Content-Fields .input-reg-title
{
    width: 70px;
    float: left;
    padding: 8px 0px 0px 0px;
    text-align: right;
}

.taskspopup-formcontent .P-Registration-Content-Fields .fieldHolder {
    float: left;
    width: 556px !important;
    margin-left: 10px;
    margin-right: 0px;
}

.taskspopup-formcontent .P-Registration-Content-Fields .fieldHolder input
{
    width: 535px !important;
}

.taskspopup-formcontent .P-Registration-Content-Fields {
    padding: 7px 0px 7px 0px;
}

.taskspopup-formcontent .P-Registration-Content-Fields .Tasks-PopUp-Content-Area
{
    width: 626px !important;
	height:160px;
    margin-left: 0px !important;
    margin-top: 10px !important;
}

.taskspopup-formcontent .P-Registration-Content-Fields .Tasks-PopUp-Content-Area textarea
{
    width: 627px !important;
    margin: 10px 0px 0px 0px !important;
    height: 210px;
}

.taskpopup-list-row-holder {
    border-bottom: 1px solid #e2e2dc;
    border-left: 1px solid #e2e2dc;
    padding: 5px 0px;
}

.taskpopup-list-row-checkb {
    float: left;
    padding-right: 5px;
    width: 35px;
}

.taskpopup-list-row-checkb input {
    margin: 5px 0px 0px 5px !important;
}

.taskpopup-list-row-content {
    float: left;
    width: 280px;
    padding: 5px 0px 5px 5px;
    cursor: pointer;
}

.taskpopup-list-row-content-pic {
    width: 32px;
    height: 32px;
    float: left;
}

.taskpopup-list-row-content-right-main {
    float: left;
    width: 238px;
    padding-left: 10px;
}

.taskpopup-list-row-content-right-main-title {
    color: #1B8AAE;
    cursor: pointer;
}

.taskpopup-list-row-holder-selected {
    background: #FFF !important;
    border-left: none !important;
}

.btn_inactive .invite_reviewer_btn_left {
    background: url('/i/green_btn_left_inactive.png') no-repeat !important;
    width: 3px;
}

.btn_inactive .invite_reviewer_btn_right {
    background: url('/i/green_btn_right_inactive.png') no-repeat !important;
}

.btn_inactive .invite_reviewer_btn_middle {
    background: url('/i/green_btn_middle_inactive.png') repeat-x !important;
}

.reviewer_community_public_list_tbl td {
    border: none;
}

#duedateFields input {
    float: left;
}

#duedateFields img {
    float: left;
    margin-top: 10px;
}

.pointer {
    cursor: pointer;
}

#submission_steps_nav {
    padding: 20px 0;
}

#submission_steps_nav input {
    margin: 0 10px;
}

#steps_nav input[type='submit'] {
    font-family: "Segoe UI", Tahoma, sans-serif;
    font-size: 12pt;
    font-size-adjust: 0.5;
    margin: 0 10px;
    padding: 3px 7px;
}

#submission_step h4 {
    margin: 1.5em 0 0.5em 0.5em
}

#submission_step h5 {
    margin: 1em 0 0.5em 1em
}

#submission_step p {
    margin: 0 0 1em 1em;
    font-size: 13px
}

#submission_step .reviewer_tbl th {
    padding: 10px;
}

.userDecision {
    color: #FFFFFF;
    font-size: 15px;
    /*font-weight: bold;*/
    text-align: center;
    float: left;
    margin: 20px 0 0 0px;
}

.limitedPermissions {
    text-align: center;
    font-size: 24px;
}

.document_only_submitting_author_can_edit {
    padding-top: 20px;
    font-style: italic;
    font-size: 12px;
}

#autoprice .inputFld {
    background: none;
    border: none;
}

.documentHeader .P-Header {
    background: #191930;
}

.documentHeader {
    position: fixed;
    top: 10px;
    width: 100%;
    margin-top: -12px;
    z-index: 9999;
}

.rejBtnMid {
    background: #E09CA8;
    height: 25px;
    margin: -5px 0 0 0px;
    padding: 5px 0 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
}

.activateMailFieldsClass {
    cursor: pointer;
    float: left;
    position: absolute;
    margin-top: 18px;
    height: 28px;
    width: 35px;
}

.anchor {
    display: block;
    height: 155px;
    margin-top: -155px;
    visibility: hidden;
}

#P-Ajax-Loading-Image {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: none;
    z-index: 100000;
}

#docEditHeader .box.filter {
    width: 146px;
}

.userDecisionWithLegent {
    margin-left: 0px;
    /* width: 810px; */
}

.seVersionWithLegend .box {
    min-height: auto !important;
}

.reject_notes_text {
    font-size: 12px;
    color: #1F1F1F;
    padding: 10px
}

.reject_notes_text p {
    margin: 0px !important;
    display: inline;
}

.decision_notes_reject {
    color: #993333;
    font-weight: bold;
    text-align: left;
    padding-bottom: 5px;
}

.decision_notes_text_rejected {
    text-align: left;
}

table.no_bold_class td a {
    font-weight: normal !important;
}

.P-Article-Editing .errstr {
    padding-bottom: 5px;
}

.form_success_update {
    color: #006600 !important;
}

.letter_row_filter {
    float: left;
    width: 14px;
    line-height: 20px;
    margin: 0px 5px 0px 0px;
}

.letter_row_filter_big {
    width: 60px;
}

.letter_row_filter_big2 {
    width: 13px;
}

.letter_row_filter_sep {
    float: left;
    margin: 0px 10px;
    line-height: 20px;
}

.P-Article-Content .previewform {
    padding: 0px 20px 0px 10px;
}

.P-Article-Editing input[type="checkbox"] {
    margin: 3px 0px 3px 0px !important;
}

.FirstBtn {
    margin-left: 0px;
}

.previewform td {
    border-top: 1px dashed #EBEBEC;
}

.no-Border {
    border-top: 0px none !important;
    padding-top: 0px !important;
}

.no-Padding {
    padding: 0px !important;
}

.withSmallPadding {
    padding-top: 10px !important;
}

.user_expertises_big_col {
    width: 100% !important;
}

.user_expertises_big_col ul.dynatree-container {
    min-height: 100px !important;
    height: 100px !important;
    margin: 10px !important;
}

.user_expertises_big_col .P-Registration-Content-Fields {
    padding-bottom: 0px !important;
}

.user_expertises_big_col .invite_reviewer_btn_E_first {
    padding-top: 0px !important;
    margin-bottom: 10px;
}

.user_expertises_big_col .taskspopup-formcontent .P-Registration-Content-Fields .input-reg-title
{
    width: 100%;
    text-align: left;
}

.P-SelectHolder select {
    width: 100% !important;
}

.document_info_se .document_info_bottom_info_right_right {
    padding-left: 0px;
}

.document_info_se {
    float: right;
    padding-right: 20px;
}

.document_info_review_type {
    float: left;
    padding-right: 20px;
}

.no_dedicated_reviewers_data {
    padding-bottom: 30px;
}

.no_dedicated_reviewers_data_title {
    border-bottom: 1px solid #DDDDDD;
    color: #1F1F1F;
    font-size: 12px;
    padding: 0 0 15px;
    font-weight: bold;
}

.no_dedicated_reviewers_data_content {
    padding-top: 10px;
}

.no_dedicated_reviewers_data_content a {
    color: #993333 !important;
}

/* /* COMMENTS IN VERSION START */
.P-Comments-Expand-Collapse {
    padding: 8px 0px 5px;
    font-size: 12px;
    font-weight: normal;
    margin-top: 3px;
}

.P-Comments-Expand-Collapse span {
    padding-right: 15px;
}

.P-Comments-Expand-Collapse img {
    padding-right: 5px;
    vertical-align: middle;
}

.P-Comments-Revisions-Content {
    position: relative;
    overflow: visible !important;
}


.edit {
    background: url("/i/editing_pen_icon.png") no-repeat scroll left center
        transparent !important;
}

/* COMMENTS IN VERSION END */
.suggestRevName {
    padding-bottom: 4px;
    font-weight: bold
}

.suggestRevExpertise {
    color: #666;
    font-size: 11px
}

#tasksPopUpFormContent .Tasks-PopUp-Content-Area textarea {
    height: 100px !important;
    resize: none;
}

.Tasks-PopUp-Content-Template-View {
    margin-top: 10px;
    height: 123px !important;
    overflow-y: auto;
    margin-left: 0 !important;
    width: 616px !important;
    float: left;
    margin-right: 0;
    color: #1F1F1F;
    padding: 5px;
    border-color: #DDDDDD #DDDDDD #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
}

.taskpopup-list-row-content-right-main-role_right .red_txt_due_date {
    font-size: 11px;
}

.commentsSingleFilter {
    float: left;
    width: 33%;
    font-weight: normal;
    font-size: 11px;
}

.commentsSingleFilter label {
    margin-left: 25px;
    display: block;
}

.commentsSingleFilter input {
    float: left;
}

.Comment-Prev,.Comment-Next {
    margin-left: 20px;
    font-size: 12px;
    margin-top: 8px;
}

.Comment-Prev a,.Comment-Next a {
    cursor: pointer;
    text-decoration: none !important;
}

.Comment-Prev-Readonly {
    margin-left: 0px;
}

.P-Wrapper-Container-Right .P-Article-StructureHead {
    position: fixed;
    top: 152px;
    margin-top: 0px;
    background: #E4E4DD;
    z-index: 10;
}

.Comments-Collapse-Expand-Top {

}

#decision span {
    cursor: pointer;
}

#comment_btn {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.le_action_btn {
    float: left;
    width: 188px;
}

.le_action_btn .invite_reviewer_btn_middle {
    width: 180px;
}

.le_actions_holder .P-Green-Btn-Holder {
    margin: 10px 5px 0px 0px;
}

.le_actions_holder .P-Green-Btn-Middle {
    width: 170px;
}

#P-Ajax-Loading-Image-Main {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    z-index: 100000;
}

#P-Comment-Unavailable-Text {
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 15px;
    color: red;
}

.P-Main-Comment-Btn-Disabled {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

.with-label {
    position: relative;
    z-index: 1;
}

#content_label {
    position: absolute;
    z-index: 2;
    top: 13px;
    left: 3px;
    color: #666666;
}

.P-Disabled-Btn {
    opacity: .5;
    filter: alpha(opacity =     50);
}

.P-Document-Err-Notification {
    height: 40px;
    /*background: url('/i/validation_errors_bg.png') repeat-x scroll center*/
        /*center transparent;*/
    color: #FFFFFF;
    background: #ea6a8b;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    /*width: 100%;*/
	min-width: 894px;
	margin: 0px 3px;
    display: flex;
    justify-content: center;
}

#docEditHeaderHolder.editHeaderWithNotification {
    height: 133px;
}

.review {
    height: 180px;
    resize: vertical;
}

.review_author {
    height: 180px;
    resize: vertical;
}

.poll_answer_err,.reviewDecisionErr {
    font-size: 12px !important;
    -webkit-animation: move_eye 0.4s linear 1s infinite alternate;
    -moz-animation: move_eye 0.4s linear 1s infinite alternate;
    -o-animation: move_eye 0.4s linear 1s infinite alternate;
    animation: move_eye 0.4s linear 1s infinite alternate;
    animation-fill-mode: both;
    background-color: #FFE6E6;
}

.notesToAuthorErr textarea {
    border-color: #bf1e1e !important;
    background: #f6e3dc !important;
}

.landing_wrap .article_header {   
    position: relative;
    min-height: 365px;
    font-size: 20px;
    color: #FFF;
    background: url(/i/bg_article_header.png) no-repeat;  
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-align-items: flex-start; align-items: flex-start;
    -webkit-justify-content: space-around; justify-content: space-around;
}

.landing_wrap .article_header>img {
    position: relative;
    left: 26px;
    bottom: -25px;
	-webkit-flex: 1 0 0; -ms-flex: 1 0 0; flex: 1 0;	
}
.landing_wrap .article_header>div {
	-webkit-flex: 3 0 0; -ms-flex: 3 0 0; flex: 3 0;
}
.landing_wrap td {
    padding-right: 10px;
    vertical-align: top;
}

.landing_wrap h1 {
	font-size: 1.5em;
    text-shadow: 1px 1px 1px rgba(56, 79, 54, 0.76);
}

.landing_wrap blockquote {   
	font-size: 1em; 
    padding: 0 0 0 28px;
    font-style: italic;    
    text-shadow: 1px 1px 0px rgb(56, 79, 54);
}

.landing_wrap .article_header p {
    text-align: right;
	margin-right: 40px;
	font-size: 1em; 
}

.landing_wrap .content_article ul,.landing_wrap .content_article li,.landing_wrap .article_footer ul,.landing_wrap .article_footer li,#footer .link_list,#footer .link_list li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.landing_wrap .content_article>ul {
    padding: 50px 0 15px;
}

.landing_wrap .content_article li:first-child {
    margin-left: 0;
    border-left: none;
}

.landing_wrap .content_article li img {
    display: block;
    margin: -15px 0 0 30px;
}

.landing_wrap .content_article li h2 {
    margin: 45px 0 30px;
    font-size: 17px;
}

.landing_wrap .content_article li li,.landing_wrap .article_footer li {
    padding: 0 0 17px 26px;
    font-size: 13px;
    background: url(/i/bullet.png) no-repeat;
}

.lt-ie8 .landing_wrap .content_article li li {
    padding-left: 0px;
    margin-left: 20px;
}

.landing_wrap .article_footer {
    position: relative;
    height: 235px;
    color: #FFF;
    background: url(/i/bg_article_footer.png) no-repeat;
    border-radius: 0 0 2px 2px;
}

.landing_wrap .zse_article_footer {
    position: relative;
    height: 0px;
    color: #FFF;
    background: url(/i/bg_article_footer.png) no-repeat;
}

.landing_wrap .article_footer img {
    position: absolute;
    top: -85px;
    right: -34px;
}

.landing_wrap .article_footer h2 {
    margin: 0 48px;
    padding: 42px 0;
    font-size: 25px;
    text-align: center;
    text-shadow: 1px 1px 0px rgb(56, 79, 54);
}

.landing_wrap .article_footer ul {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-justify-content: space-around; justify-content: space-around;
    -webkit-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
	
}

.landing_wrap .article_footer li {    
    width: 23%;    
}

#subMenu .menu_btn_large {
    font-size: 1.1em;
    font-weight: normal;
}

#footer .link_list {
    padding: 0 0 30px 200px;
}

#footer .link_list li {
    float: left;
    width: 33.33%;
}

#footer .link_list li img {
    display: block;
    margin: 0 auto;
}

#footer .link_list li a:hover {
    opacity: 0.8;
}

.filterBlock .filterBlockContent input {
    width: 105px !important;
    padding: 0px 3px 0px 3px;
}

.leftSiderBlock .P-Grey-Btn-Holder {
    display: flex;
	justify-content: center;
	float: none;
}

.article .authors_list_holder {
    color: #191930;
    padding: 10px 0px 10px 0px;
    font-size: 12px;
}

.article a.authors_list_holder:hover {
    opacity: 0.8;  
}

/* new index page css START*/
button.button_green,button.button_red {
    padding: 8px 22px;
    margin-left: 10px;
    font-size: 12px;
    width: auto;
    height: auto;
    color: #FFF;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.dash_filter_holder{
	display:flex;
	margin-top: 5px;
}
.css_button, .invite_reviewer_btn_middle{
    padding: 6px 10px;
    margin-left: 10px;
    font-size: 1em;
    color: #ffffff;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
	text-align: center;
}
.css_button input{
    font-size: 1em;
    color: #ffffff;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
	text-align: center;
	background: #7eaa5d;
}
.css_button.green{
	background: #7eaa5d;
}
.css_button.green:hover{
	background: #7eaa5d;
	opacity:0.8;
}

.css_button.gray{
	background: #191930;
}
.css_button.gray:hover{
	background: #191930;
	opacity:0.8;
}

#dashboard-content a.css_button.gray{
	color: #fff;
}

.button_green {
	background: #7eaa5d;
}

.button_green:hover {
	opacity: 0.8;
	background: #7eaa5d;
}

.button_red {
	background: #B42741;  
}
.button_red:hover {
	background: #B42741;
	opacity: 0.8;
}
.lt-ie10 .button_red {
    background: #993333;
}

.lt-ie10 .button_green {
    background: #447D5D;
}

.lt-ie10 #subMenu {
    background: #FAFAFA;
}

.lt-ie8 button.button_green,.lt-ie8 button.button_red {
    padding: 8px 5px;
}

.lt-ie8 button.button_tasks {
    padding: 0 5px 0 9px;
}

.lt-ie8 button.button_tasks span {
    padding-left: 15px;
}

button.button_tasks span {
    display: block;
    padding: 0px 22px;
}

#button>a {
    margin: 6px 2px 0 0;
    float: right;
    clear: right;
}

#button>a:hover,#subMenu .menu_btn:hover {
    opacity: 0.8;
}

.clearfix:before,.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/* new index page css END*/
.authorInfoHolder .Prof-Photo {
    width: 70px;
}

.filterBlockContent input[type="checkbox"] {
    width: 15px !important;
}

.fund_ag {
    width: 100% !important;
}

.fund_ag input {
    margin-right: 0px !important;
}

.green.letter {
    padding: 5px 0px;
}

.green.letter:hover {
	opacity: 0.8;
}





.author-left-bar-holder {
   /*  float: left;
    width: 276px; */
}

element.style {
    float: left;
    width: 276px;
}

.authorInfoHolder .greenDesc {
    font-size: 11px;
}

.Letter-in-filter {
    font-weight: bold;
}

.menu_delimiter {
    border-left: 1px solid #EBEBEB;
    height: 33px;
    display: inline-block;
    float: left;
}

.journal_articles_search_wrapper {
    float: left;
    padding: 0px 0px 0px 0px;
}

.article_search_radio_holder {
    width: 100%;
}

.article_search_radio_holder td {
    text-align: left !important;
}

.P-Articles-Sort-Select {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-align-items: center; align-items: center;
	color: #ffffff;
	min-width: 190px;
}

.article_sort_select_wrapper {
    padding: 6px 0px 6px 6px;
    
}

.P-Articles-Sort-Select select {
    margin: 0px;
}

.article_sort_text {
    width: 10%;
    text-align: right;
    float: left;
    height: 42px;
    background-color: #6B7182;
    color: #ffffff;
    border-bottom: 1px solid #EBEBEC;
}

.article_title_with_sort {    
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-justify-content: space-between;	justify-content: space-between;
	background-color: #191930;
	padding-right: 6px;
}

.article_reviewit_btn {
    margin: 5px 0px 0px 0px;
    background: url("/i/Review_it_btn_big.png") no-repeat;
    border: medium none;
    height: 34px;
    width: 122px;
}

.article_reviewit_btn:hover {
    opacity:0.8;
}
.article_post_btn {
    margin: 5px 0px 0px 0px;
    background: url("/i/Post_btn_big.png") no-repeat !important;
    border: medium none;
    height: 34px;
    width: 122px;
    display: inline-block;
}

.article_post_btn:hover {
   opacity:0.8;
}

.article_cancel_btn {
    margin: 5px 0px 0px 0px;
    background: url("/i/Cancel_btn_big.png") no-repeat !important;
    border: medium none;
    height: 34px;
    width: 122px;
    display: inline-block;
    margin-left: 20px;
}

.article_cancel_btn:hover {
    background: url("/i/Cancel_btn_big_hover.png") no-repeat !important;
    border: medium none;
    height: 34px;
    width: 122px;
    display: inline-block;
    margin-left: 20px;
}

.article_forum {
    padding: 20px 15px;
}

.article_reviews{
	padding: 10px;
}
.article_comment_textarea {
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 5px;
    height: 120px;
    padding: 10px;
    width: 431px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
    background: #fff;
    border-top: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;
    border-radius: 2px;
    box-shadow: inset 0px /* x */       6px /* y */       10px /* blur */

        -10px /* spread */       #888;
}



.forum_list_row {
    margin: 0px 0px 15px 7px;
    padding: 0px 0px 0px 0px;
}

.forum_list_arrow {
    float: left;
    width: 14px;
    height: 14px;
    position: absolute;
    z-index: 2;
    background: url("/i/comment-stroke.png") no-repeat;
    margin-left: -6px;
}

.forum_list_content {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    border-radius: 0px 2px 2px 2px;
    border-top: solid 1px #dddddd;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    margin-left: 7px;
    
}

.forum_list_content:before
{
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -16px;
    top: -1px;
    border: 8px solid;
    border-color: #dddddd #dddddd transparent transparent;
}

.forum_list_content:after
{
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -14px;
    top: 0px;
    border: 7px solid;
    border-color: #ededed #ededed transparent transparent;
}

.forum_list_row.reply .forum_list_content,
.forum_list_row.reply .aof_review_citation{
	background: #F4F4F4;
}

.forum_list_row.reply .forum_list_content:after{
	border-color: #F4F4F4 #F4F4F4 transparent transparent;
}


.forum_list_user_image, .forum_list_reply_user_image {
    float: left;
    width: 27px;
    margin: 0px 8px 0px 0px;
}

.forum_list_user_image{
	padding: 10px 0 0 10px;
}

.forum_list_reply_user_image{
	width: 40px;
	padding: 10px;
}

.forum_list_user_main_info {
    float: left;
	
}

.forum_list_user_name {
    color: #1B8AAE;
    font-size: 1.3em;
    font-weight: bold;
	padding-top: 10px;
}

.forum_list_user_name.cursor{
	cursor: pointer;
}

.forum_list_user_comment_date {
    color: #727272;
    font-size: 1em;
	margin-top: 5px;   
}


.forum_list_user_comment_text {
    padding: 10px;
    font-family: Calibri;
    font-size: 10pt;
}

.forum_list_user_comment_text > .statement{
	padding: 0 0 6px 0;	
	font-size: 1em;	
}

.statement_title{
	font-weight: bold;
	padding-bottom: 4px;
}
.statement_text{
	font-style: italic;
}

.forum_list_user_comment_text p {
    padding-bottom: 4px;
}

.article_comment_form {
    margin: 10px 0px 0px 0px;
}

#comment_form #P-Resubmit-Article{
	/*display:none;*/
}


.forum_list_actions {
    margin: 8px 0px 3px 0px;
    float: left;
}

.article_comment_form .previewform td{
	padding: 6px 3px;
}
.article_comment_form .previewform td:first-child{
	padding: 6px 10px 6px 0px;
}
.article_comment_form_not_logged {
    font-family: Helvetica;
    font-size: 11pt;
    font-weight: bold;
    padding: 15px 0 0 15px;
    border-top: 1px solid #BBB;
	margin: 20px -30px 0 -15px;
}

.article_comment_form_not_logged a {
    font-size: 14px;
    font-weight: bold;
}

.forum_list_head {
    color: #666666;
    font-family: Helvetica;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
    font-size: 11pt;
}

.aof_no_comments_holder {
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

.forum_list_user_header {
    margin-left: -3px;
    margin-top: -3px;
    background-color: #FDF5E3;
    border-radius: 2px 2px 0 0;
    padding: 10px 10px 0px 10px;
    margin: -10px -10px 0px -10px;
}

.new_comment_title {
    color: #666666;
    font-family: Helvetica;
    font-size: 11pt;
    font-weight: bold;
    padding: 15px 0 0 15px;
    margin: 20px -30px 0 -15px;
    border-top: 1px solid #BBB;
}

.review_form_title {
    color: #666666;
    font-family: Helvetica;
    font-size: 11pt;
    font-weight: bold;
    margin: 20px 0 15px 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

.review_form_title a {
    color: #666;
}

div.form_line {
    background-color: #CCCCCC;
    height: 1px;
    margin: 4px 0;
}

.review_form_table {
    display: none;
}

.aof_view_poll_link {
    float: right;
	font-size: 1.2em;
	padding: 8px;
}

.aof_review_citation{
	padding: 10px ;
	background: #EDEDED;
	margin: 0 0 0 7px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-size: 1.1em;
}
.citation_label{
	font-weight: bold;
}
.form_questions {
    font-family: Calibri;
    font-size: 10pt;
    padding: 5px;
    border-radius: 5px 5px 5px 5px;
}

.form_answer {
    font-size: 1.1em;
    width: 5%;
}

.rightMar10 {
    margin-right: 10px;
}

.P-Left-Col-Fields-FullWidth {
    width: 100%;
}

.fig-zoom {
    background-color: #222222;
}

.forum_list_user_info {
	
}

.forum_list_row.comments .forum_list_user_info{
	float: left;
}
.forum_list_row.comments .forum_list_actions{
	float: right;
	padding-right: 10px;
}
.aof_poll_view_header {
    font-size: 11pt;
    font-weight: bold;
    padding: 20px 20px 10px;
}

.view.aof_poll_view_header{
	padding: 0;
	margin: 0px 0 10px 0;
}
.view.aof_poll_view_header.rev_form{
	padding: 20px 0 0 0;
    font-size: 13pt;
}

table.aof_poll_view_list {
    padding: 0 10px;
    border: none;
}

td.aof_poll_view_list_label {
    border: none;
    font-family: Calibri;
    font-size: 10pt;
    font-weight: normal;
    padding: 2px 10px;
    width: 100%;
    border-bottom: 1px dotted #CCC;
    height: 17px;
}

#P-Post-Review-Form-Poll {
    display: none;
}

.comment_rejected {
    color: #CD0A0A;
}

.articleCoverImageHolder img {
    border: 1px solid #DDDDDD;
}

.articleCoverImageHolder {
    padding-top: 8px;
    padding-right: 10px;
    height: 100%;
}

.ui-autocomplete-input {
    padding-left: 5px;
}

.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.P-Head-Profile-Menu {
    margin-bottom: 9px;
}

.P-Head-Profile-Menu a span {
    color: #fff !important;
}

.P-Head-Profile-Menu #profile {
    display: block;
}

input[type="button"].button_green2 {
    padding: 8px 18px;
    font-size: 14px;
    width: auto;
    height: auto;
    color: #FFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    border: 0px outset #57933B;
}

.P-Header-Row input[type="button"].button_light_blue {
    background: #00b2b2;
}

input[type="submit"].button_green2 {
    padding: 8px 18px;
    font-size: 14px;
    width: auto;
    height: auto;
    color: #FFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    border: 0px outset #57933B;
}

.button_green2 {    
	background: #7EAA5D;
}

.button_green2:hover:not([disabled="disabled"]){
    background: #7EAA5D;
	opacity:0.8;
}
input[type="button"].button_gray2,button.button_gray2 {
    padding: 8px 18px;
    font-size: 14px;
    width: auto;
    height: auto;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    border: 0px outset #E8E8E0;
}

input[type="submit"].button_gray2 {
    padding: 8px 18px;
    font-size: 14px;
    width: auto;
    height: auto;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    border: 0px outset #E8E8E0;
}

input[disabled="disabled"],.disabled,button[disabled="disabled"]{
    opacity: 0.7;
    filter: alpha(opacity = 70);	
}

textarea[disabled="disabled"]{
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

#submission_step textarea[disabled="disabled"]{    
	display: none;
}

.button_white {
    width: auto;
    padding: 0 15px;
    outline: none;
    border: none;
    color: #000;
    height: 33px;
    border-radius: 2px;
    cursor: pointer;
}

.button_white:hover {
    opacity: 0.8;
    -moz-opacity:0.8;
    filter: alpha(opacity=80);
}

.button_gray2 {    
	background: #191930;
}

.button_gray2:hover:not([disabled="disabled"]){
    background: #191930;
	opacity: 0.8;
	
}

.ml10 {
    margin-left: 10px;
}

.fs12 {
    font-size: 12px !important;
}

.wid80 {
    width: 80px !important;
}

.wid100 {
    width: 100px !important;
}

input[type="button"]:active:hover:not ([disabled="disabled"]){
    border-style: inset;
}

input[type="submit"]:active:hover:not ([disabled="disabled"]){
    border-style: inset;
}

/* --- */
.P-Cache-Selector {
    margin-right: 20px;
    text-align: left;
    margin-top: 10px;
}

.panel_reviewers_row {
    padding-top: 10px;
}

.Form-Field-Holder {
    text-align: left;
    width: 90%;
    padding: 0% 5%;
}

.Form-Field-Label {
    padding-top: 15px;
    padding-bottom: 5px;
}

.subm_textarea_holder_view_source_with_padding {
    padding-bottom: 15px;
}

.Form-Input-Holder input,.Form-Input-Holder select {
    width: 95%;
    padding: 5px;
}

.P-Document-Pic-Tab {
    padding-top: 20px;
}

.document_submitting_author {
    color: #006666;
}

.dashboard_list_se_holder {
    padding: 5px 0px 0px 0px;
}

.sp_issue_wrapper .article {
    margin: 0 10px;
}

.issue_title_identifier {
    padding: 10px 16px 9px;
    font-size: 20px;
    font-weight: bold;
    font-family: trebuchet ms;
    border-radius: 2px 2px 0 0;
    margin: 0;    
    border-radius: 2px 2px 0px 0px;
    background-origin: border-box;
    background-size: 100% 46px;    
    color: #ffffff;
	background-color: #191930;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.issue_title_identifier.no_padding{
	padding: 0px 0 0px 16px;
}
.issue_title_identifier.no_padding .formWrapper{
	margin-left: 20px;
}


.issue_title_identifier .zag{
	padding: 10px 0px;
}

.issue_title_identifier .P-Articles-Sort-Select .article_sort_text_wrapper {
    font-size: 12px;
    font-weight: normal;
}

.sp_issue_wrapper .issue_title_identifier {
    margin: 0 0 20px 0;
}

.collection_separator {
    background-color: #DDDDDD;
    height: 1px;
}

.issue_title {
    padding: 15px 0 10px 16px;
    font-size: 21px;
    font-weight: bold;
    font-family: trebuchet ms;
}

.no_collections {
    padding: 10px 0 10px 16px;
    font-size: 1.1em;
}

.issue_editors {
    margin: 10px 16px;
    font-size: 16px;
    font-style: italic;
    font-family: trebuchet ms;
	line-height: 1.5em;	
}

.issue_description {
    margin: 10px 0 20px 16px;
    font-size: 1.1em;
	line-height: 1.5em;
	display: none;      
}

.discount_parent {
    padding: 0px 0px 10px 0px;
}

.discount_child {
    padding: 0px 0px 0px 24px;
    line-height: 10px;
}

.discount_section input {
    margin: 0px 0px 0px 0px;
}

.file_base_authors_search_holder .reviewers_footer_content_left {
    float: none;
}

.file_submission_agencies {
    width: 100%;
}

.ms_files_holder,.add_files_holder,.sup_files_holder {
    display: none;
}

.sub_step_3_file td {
    padding: 6px;
    color: #666;
    font-size: 13px;
    border-bottom: 1px dashed #EBEBEC;
}

.sub_step_7_file td {
    vertical-align: top;
}

.file_base_authors_list_title {
    margin: 10px 0;
    font-weight: bold;
    font-size: 14px;
    color: #666;
}
.file_base_forms_title {
    margin: 40px 0 6px 0;
    font-weight: bold;
    font-size: 14px;
    color: #666;
}

.add_auth_field {
    width: 280px !important;
}

.add_auth_field_err {
    background: red;
}

.add_auth_field_sal {
    width: 60px !important;
}

.add_auth_tab {
    margin: 30px 0 0 0;
}

.sub_step_3_file_header {
    background-color: #DDD;
}

.sub_step_3_file th {
    padding: 6px;
    color: #666;
    font-size: 13px;
}

.author_reorder_up,.author_reorder_down {
    cursor: pointer;
}

.add_auth_tab_labl {
    padding: 6px 12px 6px 6px;
    color: #666;
    font-size: 13px;
}

.add_auth_tab_labl_corr {
    padding: 6px 0 0 0;
    color: #666;
    font-size: 13px;
}

#author_form {
    /*width: 410px;*/
}
.documentUserAddressActions {
    position: absolute;
    width: 100px;
    text-align: right;
    right: 14px;
    top: 32px;
}
.documentUserAddressActions .section_arrow_up, .documentUserAddressActions .section_arrow_down {
    padding: 10px 0 0 0;
}
.documentUserAddressActions .section_arrow_up, .documentUserAddressActions .section_arrow_down, .documentUserAddressActions .P-Delete-Btn {
    float: left;
}

.files_list {
    margin-top: 10px;
    margin-bottom: 10px;
}

.files_list_supp {
    margin-top: 0px;
    margin-bottom: 40px;
}

.sibmission_text {
    margin-top: 10px;
    margin-bottom: 10px;
}

.first {
    margin-top: 20px;
}

.submission_label {
    font-size: 10pt;
    font-weight: normal;
    padding: 2px 0;
    width: 100%;
    height: 17px;
}

.review_types,.article_section_types {
    margin-top: 10px;
    width: 300px;
}

div.liguistic_editing label {
    line-height: 24px;
}

#file_label,#file_label_revmode {
    width: 300px;
}

#P-Reg-Profile-Pic span {
    margin: 10px 0;
    color: #bf1e1e;
}

#P-Reg-Profile-Pic {
    margin: 10px 0;
}

.suppFilesHolder {
    width: 500px;
    margin: 0 0 25px 0;
}

.suppFilesLabel {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}

.first-with-space {
    margin: 15px 0 0 0;
}

#submission_step .errstr[style="display:block"] {
    margin: 0 0 5px 0;
}

#status2 {
    font-size: 14px;
    color: #AB2D2A;
    vertical-align: middle;
}

.file_type_label {
    font-size: 12px;
    color: #666;
    font-weight: bold;
    padding-left: 8px;
    float: left;
}

.file_type_holder {
    margin: 8px 0 0 0;
}

.text-normal {
    font-size: 12px;
    color: #1F1F1F;
    font-weight: normal;
}

.headerRow td {
    padding-top: 10px;
}

/* .AI_home_page p,.zse_home_page p,.nl_home_page p,.dez_home_page p,.MK_home_page p,.NB_home_page p,.SB_home_page p,.ZK_home_page p,.NC_home_page,.PK_home_page,.JHR_home_page,.CCG_home_page,.BR_home_page,.IJM_home_page,.ZK_home_page,.zse_home_page,.dez_home_page,.NB_home_page,.SB_home_page
{
    color: #676766;
    font-size: 12px;
    line-height: 1.5em;
    padding: 0px 10px 0 10px;
    margin: 10px 0px !important;
}

.landing_wrap td img {
    float: left;
    padding-right: 10px;
}

.nl_home_page {
    padding: 0px 14px 14px 14px;
}

.PK_home_page p,.ZK_home_page p {
    font-size: 13px;
    line-height: 1.38em;
}

.CCG_home_page p {
    font-size: 13.5px;
    line-height: 1.5em;
}

.NC_home_page p {
    font-size: 12px;
    line-height: 1.4em;
}

.JHR_home_page p {
    font-size: 13px;
    line-height: 1.6em;
}

.IJM_home_page p {
    font-size: 13px;
    line-height: 1.5em;
}

.BR_home_page p {
    font-size: 15px;
    line-height: 1.45em;
}

.MK_home_page p {
    font-size: 12.5px;
	line-height: 1.4em;
}

.NB_home_page p {
    font-size: 13px;
}

.SB_home_page p {
    font-size: 15px;
    line-height: 1.7em;
}

.nl_home_page li {
    color: #676766;
    font-size: 12px;
    line-height: 1.2em;
    padding: 0px !important;
    margin: 10px 0px !important;
}

.ZK_home_page a {
    color: #0F467C !important;
}

.SB_home_page a {
    color: #0f77b3 !important;
}

.NB_home_page a {
    color: #ae6e26 !important;
}

.MK_home_page a {
    color: #ae6e26 !important;
}

.zse_home_page a {
    color: #9b0623 !important;
}

.JHR_home_page a {
    color: #D28900 !important;
}

.NC_home_page a {
    color: #c46d75 !important;
}

.dez_home_page h1 {
    color: #2c581f;
    font-weight: normal;
    font-size: 22px;
    text-align: left;
    padding: 0;
    text-shadow: none;
    line-height: 1.2em;
}

.zse_home_page h1 {
    color: #9b0623;
    font-weight: normal;
    font-size: 22px;
    text-align: left;
    padding: 0;
    text-shadow: none;
    line-height: 1.2em;
}

.dez_home_page a {
    color: #2c581f !important;
}

.nl_home_page a {
    color: #DA8028 !important;
} */

.content.journalListStories table {
    width: 100%;
    border-collapse: collapse;
}

.content.journalListStories table td,
.content.journalListStories table th{
    border: 1px solid #DDD;
    padding: 8px;
}

.TOC {
    margin: 30px 6px 0 0;
    padding-left: 26px;
}

.Level2,.Level3 {
}

.siderBlockLinksHolder .bul-Level2 {
    margin-left: 18px;
}

.siderBlockLinksHolder .bul-Level3 {
    margin-left: 28px;
}

.scroll {
    overflow-y: auto;
    width: 100%;	  
}

.file_base_authors_holder {
    margin-bottom: 30px;
}

.browseIssueErrorsWrapper {
    padding: 20px;
    text-align: center;
}

#issueInfo td {
    vertical-align: top;
}

.questionary_file_base {
    width: 100%;
}
.author_reviewrs_list_label {
    font-size: 18pt;
    color: #999;
    width: 180px;
    font-family: cursive;
}

.author_editor_list_label {
    font-size: 18pt;
    color: #999;
    width: 260px;
    font-family: cursive;
    padding: 0 0 16px 0;
}

.author_editor_list_label_history {
    font-size: 12pt;
    color: #999;
    width: 260px;
    font-family: cursive;
    padding: 0 0 8px 0;
}

.reviewholder_top+.document_author_holder_content {
    padding: 0px;
}

.head_rev_auth_list {
    color: #777 !important;
    display: none;
}

.auth_list_SE_decision {
    font-weight: bold;
    color: #666;
}

.RegenerateJournalCategoriesTableLink {
    text-align: right;
    cursor: pointer;
    float: right;
}

.NewCategoryTableLink {
    cursor: pointer;
    float: right;
    float: left;
}

.author_files_list_holder {
    margin-top: 10px;
}

.REV-upload-rev-files {
    margin-top: 40px;
}

.marginRight20 {
    margin-right: 20px;
}

.exportResultLabel {
    font-weight: bold;
    margin-top: 30px;
    text-align: left;
}

.export_result {
    text-align: left;
}

ul.highlightsList {
    list-style: none;
}

.alerts_cat_operator_holder {
    float: left;
    padding-top: 3px;
    margin-top: 8px;
}

.alerts_cat_operator_holder .P-Alerts-Radios {
    float: none !important;
    margin: 5px 0px 5px 0px;
    width: 51px;
}

.operator_label {
    padding-bottom: 10px;
}

.P-Registration-Email-Alerts-Journal-Checks2 {
    width: 510px !important;
}

.ImgTextFloatRight>p {
    font-size: 16px;
}

.item-holder-RC.leg>.figure.legacyFigure>.figureHolder>.imgFloatLeft>.graphicHolder>.graphicImg
{
    width: 80px;
    height: 70px;
    margin-right: 16px;
    border: 1px solid gray;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
    background-color: white;
}

.item-holder-RC.leg>.figure.legacyFigure>.figureHolder>.imgFloatLeft>.graphicHolder>.graphicImg>a>img
{
    max-width: 80px;
    max-height: 70px;
}

.item-holder-RC.leg>.figure.legacyFigure>.figureHolder>.imgFloatLeft>.graphicHolder
{
    float: left;
}

div.item-holder-RC.leg {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 102px;
}

div#author_frm {
    padding-bottom: 40px;
}

.author-left-bar-holder a {
    word-break: break-all;
}

.inter_cat {
    padding-top: 15px;
    color: #555;
}

.inline_journals {
    border-top: 1px solid #858464;
    background-color: white;
    padding: 15px 10px;
    text-align: center;
    font-size: 16pt;
    font-family: trebuchet ms;
    color: rgb(0, 68, 68) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ecece0),
        color-stop(1, #FEFDFB));
    border-bottom: 1px solid #DDDDDD;
}

.nav_border{
	margin-top: 15px; 
	margin-bottom: 15px;	
}

.bc_holder > div:nth-child(2){
	border-top: 1px solid #DDDDDD;
	padding-top: 5px;
}

.newsletter_categories_header,.newsletter_categories_footer {
    padding: 15px;
    text-align: center;
    background-color: #d0cdba;
}

#container_enews {
    width: 800px;
    background-color: white;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.menu {
    display: block;
    padding: 4px 0px 4px 0px;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    font-family: tahoma, verdana, helvetica;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
    background-image: -webkit-linear-gradient(#b2b299, #82835a);
    background-image: -moz-linear-gradient(#b2b299, #82835a);
    background-image: -ms-linear-gradient(#b2b299, #82835a);
    background-image: -o-linear-gradient(#b2b299, #82835a);
    background-image: linear-gradient(#b2b299, #82835a);
    background-color: #82835a;
}

.menu:hover {
    background-image: -webkit-linear-gradient(#d0cdba, #d0cdba);
    background-image: -moz-linear-gradient(#d0cdba, #d0cdba);
    background-image: -ms-linear-gradient(#d0cdba, #d0cdba);
    background-image: -o-linear-gradient(#d0cdba, #d0cdba);
    background-image: linear-gradient(#d0cdba, #d0cdba);
    background-color: #d0cdba;
    color: #82835a;
}

.orderHolder {
    width: 500px;
    margin: 0 0 25px 0;
}

.orderf {
    font-size: 12px;
    color: #666666;
}

.itemTitle {
    color: #666666;
    font-weight: bold;
}

.orderMessage {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
    color: #666666;
    line-height: 1.5em;
}

.orderLogin {
    margin: 20px 20px 10px 20px;
    font-weight: bold;
}

img.cart_art {
    vertical-align: bottom;
    width: 22px;
	margin-top: 3px;
}

img.cart_art:hover {
    opacity: 0.6;
}

img.cart {
    float: none !important;
    vertical-align: bottom !important;
    width: 20px;
}

#article-head .cart {
    margin-top: 6px;
}

.articlePath {
    border-bottom: 1px solid #96968a;
    height: 24px;
    background-image: linear-gradient(#EBEBEB 10%, #FFFFFF);
    background: #EBEBEB;
    background: linear-gradient(#EBEBEB, #FFFFFF);
    background-image: -moz-linear-gradient(top, #EBEBEB, #FFFFFF);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EBEBEB),
        color-stop(1, #FFFFFF)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EBEBEB%',
        EndColorStr='#FFFFFF'); /* IE6,IE7 */
    -ms-filter:
        "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EBEBEB', EndColorStr='#FFFFFF')";
    margin-bottom: 4px;
}

.articlePath-links {
    margin: 0px auto;
    padding: 5px 0;
}

.articlePath a {
    padding: 5px 10px;
    color: #555;
}

.articlePath a:hover {
    background: none repeat scroll 0 0 #191930;
    color: white;
    padding: 5px 10px;
}
.rf_files_holder {
    display: none;
}

#document_info_title .document_author_review_round_top_right {
    width: 50px;
    text-align: right;
    font-weight: normal;
}

#document_info_title .document_title_left {
    float: left;
    width: 980px;
}

.show-hide-more {
    font-weight: normal;
    margin-top: 3px;
    display: block;
    margin-bottom: 15px;
}

.download_all {
    text-align: center;
    width: 100px;
    vertical-align: bottom;
    padding: 10px 10px 20px 10px;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    border-radius: 0 5px 0 0;
    font-size: 11px;
}

img.art_down_icon {
    padding-bottom: 6px;
}

td.ms-row,td.add-row,td.supp-row {
    padding: 10px 0 0 10px;
    vertical-align: top;
    border-top: 1px solid #DDDDDD;
}

td.ms-row {
    width: 300px;
    border-left: 1px solid #DDDDDD;
    border-radius: 5px 0 0 0;
}

td.rf-row {
    padding: 10px 0 0 10px;
    vertical-align: top;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    border-radius: 5px 0 0 0;
}

.file_type_row {
    padding: 0px 0 8px 44px;
}

.art_show_file {
    font-size: 11px;
    padding: 10px 0 0 0;
}

.P-Cache-Selector label {
    position: relative;
}

.cache-type-single-value {
    position: absolute;
    left: 150px;
    width: 200px;
}

.cache-type-single-value,.cache-type-clear,.cache-type-select-all {
    cursor: pointer;
}

.cache-type-clear,.cache-type-select-all {
    margin-top: 10px;
    margin-left: 20px;
    display: inline-block;
}

.reviewer_type {
    width: 65px;
    display: inline-block;
    font-size: 11px;
    color: #1F1F1F;
}

.fb_aut_label_margin {
    margin: 20px 0 10px 0;
}

.decision_top {
    margin-top: 40px;
}

.corr_or_not {
    padding: 20px 0 0 0;
    margin-bottom: 40px;
}

.RN {
    padding: 20px;
    background: #F3F3F3;
    /* border: 1px solid #DDDDDD; */
    border-radius: 2px;
}

.rrecom_holder {
    padding: 20px;
    background: #F3F3F3;
    /* border: 1px solid #DDDDDD; */
    border-radius: 2px;
}

.review_label {
    color: #666;
    font-size: 13pt;
    width: 180px;
    font-family: cursive;
}

.no_padding {
    padding: 0px;
}

.no_float {
    float: none;
}

.align-center {
    text-align: center !important;
}

.author_comment_holder {
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 10px;
}

.author_comment_label {

}

.pjs-dashboard-nav-top {
    border-bottom: 1px solid #EBEBEC;
}

.pjs-dashboard-nav-bottom {
    border-top: 1px solid #EBEBEC;
}

.pjs-dashboard-nav-top .selectPage.noMarginTop {
    padding: 0;
    margin: 10px 5px;
}

.pjs-dashboard-nav-bottom .selectPage.noMarginTop {
    padding: 0;
    margin: 10px 5px 20px 5px;
}

.le_pages_holder {
    margin: 10px 0 30px 0;
}

.document_source_2 div#review_form.document_author_holder_content .P-Article-Editing
{
    margin: 0px !important;
}

.document_source_2 div#review_form.document_author_holder_content .P-Article-Editing .suppFilesLabel.first-with-space.fb_aut_label_margin.decision_top
{
    margin-top: 24px !important;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.Tasks-PopUp-Content-Area textarea[id="content"] {
    padding: 10px !important;
}

.Tasks-PopUp-Content-Area label[id="content_label"] {
    padding: 10px !important;
}

.editfile_wrapper {
    padding: 15px;
}

.editfile_wrapper table {
    border: none !important;
}

.editfile_wrapper table tr {
    height: auto !important;
}

.editfile_wrapper table td {
    border: none !important;
    padding: 6px !important;
    width: auto !important;
}

.editfile_wrapper_close {
    margin: 20px 0 0 0;
    float: right;
}

.editfile_wrapper .files_list_supp {
    margin-bottom: 10px;
}

#simplemodal-container .simplemodal-data>.formWrapper form>.editfile_wrapper
{
    padding: 0px;
}

.editfile_wrapper .file_base_forms_title {
    margin: 0px;
}

.editfile_wrapper.edit_pop_up .file_base_forms_title.first {
    margin-top: 0px;
}

.editfile_wrapper.edit_pop_up .file_base_forms_title {
    margin-top: 40px;
}

.submission_check {
    padding-left: 26px;
    text-indent: -26px;
    line-height: 1.5em;
    margin: 10px 0;
}

.submission_step1 {
    line-height: 1.5em;
}

.submission_step1 li {
    margin: 10px 0;
}

.slavena {
    color: #FFF !important;
    font-size: 10px;
    border-radius: 2px;
    margin-left: 3px;
    /* box-shadow: 1px 1px 0px 0px #AAA; */
    padding: 1px 2px;
    width: 30px;
    display: inline-block;
    text-align: center;
}

.browse_button {
    color: #FFF !important;
    font-size: 10px;
    border-radius: 2px;
    margin-left: 3px;
    padding: 1px 2px;
    width: 30px;
    display: inline-block;
    text-align: center;
    background-color: #191930;
	max-height: 16px;
	
}

.browse_button.AOF {
    font-size: 0.70em;
    padding: 2px 2px;
    vertical-align: middle;
    margin: 5px 0 0 0;
}

.browse_button:hover {
    background-color: #6B7182;
}

table.review_dates {
    width: 180px;
    /* border: 1px solid black; */
}

.review_dates td {
    text-align: right;
    padding: 2px 0;
}

.version_sub_dates {
    width: 140px;
}

div.rev_dates {
    /* text-align:right; */
    width: 160px;
}

.rev_dates_text {
    color: #666;
    cursor: context-menu;
}

.reviewer_list_tbl td:last-child {
    text-align: right;
}

.context-menu {
    cursor: context-menu;
}

/* .document_author_review_round_top{
        background: aliceblue;
        padding: 20px 20px;
        margin: -19px -20px 0;
        background-image: -moz-linear-gradient(48% -28% -180deg,rgb(178,212,91) 0%,rgb(68,125,93) 100%);
        background-image: -webkit-gradient(linear,48% -28%,48% 119%,color-stop(0, rgb(178,212,91)),color-stop(1, rgb(68,125,93)));
        background-image: -webkit-linear-gradient(-180deg,rgb(178,212,91) 0%,rgb(68,125,93) 100%);
        background-image: linear-gradient(-180deg,aliceblue 90%,white 100%);
} */
.r_submit_success {
    margin: 10px 0 20px 0;
    background: #FFFFCC;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    padding-top: 23px;
    font-size: 14px;
    border-radius: 2px;
}

.r_wrap .files_list {
    margin-top: 20px;
}

.r_wrap #upl_files_list_holder .sub_step_3_file td,.r_wrap #upl_files_list_holder .sub_step_3_file th
{
    padding: 6px 20px;
    border-radius: 2px;
}

.r_wrap #upl_files_list_holder .sub_step_3_file_header {
    background: #F3F3F3;
}

.questionary_file_base .file_type_label {
    float: none;
}

.r_wrap .previewform.questionary_file_base {
    border: 1px solid #dddddd;
    padding: 0 20px;
    border-radius: 2px;
}


#content.fullpage .content p,#content.fullpage .content ul {
    font-size: 1.2em;
    line-height: 1.6em;
    font-family: Open Sans;
}

#content.fullpage .content a {
    color: #3D78B4;
}

#content.fullpage .content li {
    line-height: 1.6em;
    padding-bottom: 7px;
    font-family: Open Sans;
}

#content.fullpage .content h1 {
    padding: 10px 10px;
    font-size: 1.8em;
    clear: both;
    font-family: Open Sans;
    background: #3CA7D2;
    border-radius: 6px;
    color: #FFFFFF;
}

#content.fullpage .content h1 a {
    color: #FFFFFF;
}

#content.fullpage .content h2 {
    font-size: 1.6em;
    font-family: Open Sans;
}

#content.fullpage .content h3 {
    font-size: 1.4em;
    font-family: Open Sans;
}

#content.fullpage .content h4 {
    font-size: 1.2em;
    font-family: Open Sans;
}

#content.fullpage .storyTitle h1 {
    font-size: 2em;
    font-family: Open Sans;
    padding: 20px 10px;
    background: #3CA7D2;
    border-radius: 6px;
    color: #FFFFFF;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/*
 * Shake animation
*/
@-webkit-keyframes shake { 
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-2px);} 
	20%, 40%, 60%, 80% {-webkit-transform: translateX(2px);}
}
@keyframes shake { 
	0%, 100% {transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateX(-2px);}
    20%, 40%, 60%, 80% {transform: translateX(2px);}
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

/*
 * Flash animation
*/
@-webkit-keyframes flash { 
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: 0;}
}
@keyframes flash { 
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: 0;}
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}


/*
 * Pulse animation
*/
 
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}


/*nd for fade out we use from 1 to 0. see code below*/

/*
 * FadeIn animation
*/
 
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
 
/*
 * FadeOut animation
*/
 
@-webkit-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fadeOut{
    0% {opacity: 1;}
    100% {opacity: 0;}
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

/*
 * Animation for webkit
*/
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
} 
 
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
} 
 
/*
 * Adding the animation to our element
*/
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

/*
 * Animation red_blink
*/
@-webkit-keyframes red_blink {
	from { color:#D37E7E;} 
	to {color: #AB2D2A;}
}
@-moz-keyframes red_blink {
	from { color:#D37E7E;}
	to {color: #AB2D2A;}

}
@-o-keyframes red_blink {
	from { color:#D37E7E;}
	to {color: #AB2D2A;}

}
@keyframes red_blink {
	from {color:#D37E7E;}
	to {color: #AB2D2A;}
}
.red_blink {
    -webkit-animation: red_blink 0.4s linear 1s infinite alternate;
    -moz-animation: red_blink 0.4s linear 1s infinite alternate;
    -o-animation: red_blink 0.4s linear 1s infinite alternate;
    animation: red_blink 0.4s linear 1s infinite alternate;
}

@-webkit-keyframes red_bblink {
	from { background:#D37E7E;}
	to {background: #FFFFFF;}

}
@-moz-keyframes red_bblink {
	from { background:#D37E7E;}
	to {background: #FFFFFF;}
}
@-o-keyframes red_bblink {
	from { background:#D37E7E;}
	to {background: #FFFFFF;}
}
@keyframes red_bblink {
	from { background:#D37E7E;}
	to {background: #FFFFFF;}

}
.red_bblink {
    -webkit-animation: red_bblink 0.4s linear 1s infinite alternate;
    -moz-animation: red_bblink 0.4s linear 1s infinite alternate;
    -o-animation: red_bblink 0.4s linear 1s infinite alternate;
    animation: red_bblink 0.4s linear 1s infinite alternate;
}

.zk500-img-map {
    position: relative;
}

.zk500-img-map a {
    text-decoration: none;
    display: block;
    position: absolute;
    width: 16%;
    height: 38%;
}

.zk500-img-map a:hover {
    background: #F2EAE7;
    opacity: 0.5;
}

.zk500img {
    width: 99%;
    padding-bottom: 10px;
}

a.P-Grey-Btn-Middle{
	color: #fff;
}
.P-Article-Share-Row a:hover {
    opacity: 1;
    filter: alpha(opacity = 100);
}
.hidden{
	display: none;
}
li.smedia {
    float: right;
}

.rio_home_pic {
    background: url('../i/rio_fon.png') no-repeat center;
    height: 380px;
}

.rio_home_pic .smedia {
    text-align: center;
    vertical-align: middle;
    margin: 20px 0;
}

.jslogan,.jtitle {
    text-align: center;
    font-family: Open Sans;
    color: white;
    font-size: 4em;
}

.jslogan {
    font-size: 2.5em;
}

.jissn {
    font-size: 1em;
	margin: 16px 0;
}

.valm {
    position: relative;
    top: 31%;
    -webkit-transform: translateY(-31%);
    -ms-transform: translateY(-31%);
    transform: translateY(-31%);
}

.on_l {
    float: left;
    width: 49%;
}

.on_r {
    float: right;
    width: 49%;
}

.max1280 {
    max-width: 1280px;
    margin: 0 auto;
}

#hbnews .block_text p {
    margin: 4px 0;
}

#leftSider .leftSiderBlock.about{
    /* width: 374px; */
    top: 168px;
}

.head_block_title:hover {
    opacity: 1;
}

.contact_rio .authorInfoHolder h3 {
    font-size: 1.3em;
    margin: 15px 0px 0px 0px;
}

.Prof-Photo-contact img {
    -webkit-box-shadow: 0px 3px 6px -2px #DDDDDD;
    -moz-box-shadow: 0px 3px 6px -2px #DDDDDD;
    box-shadow: 0px 3px 6px -2px #DDDDDD;
    border-radius: 100%;
}

.with_filters {
    border-top-right-radius: 0px;
}

.write_ms.browse_articles{
	width: 156px;
	background-color: #4E4060;
}

#leftSider.bigbar {
    width: 374px;
}

.reviewers_footer {
    line-height: normal;
}

.submission_notes_main_wrapper .document_info_row_border_line {
    display: none;
}

.app_E_form_link {
    font-weight: normal;
    color: #298BB5 !important;
}

.break {
    height: 10px;
}

.issues_list_delimiter {
    background-color: #EBEBEB;
    height: 2px;
}

.classification_tree_holder_block .classification_tree_holder {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 48%;
}

.classification_tree_holder:nth-of-type(2){
	margin-right: 0px;
}

body #container.AOF {
    background-color: #EBEBEB;
}

.P-PopUp {
    background: white none repeat scroll 0 0;
    box-shadow: 1px 3px 3px black;
    cursor: default;
    height: auto !important;
    padding: 0;
    position: absolute;
    width: 90%;
    max-width: 950px;
    z-index: 999;
}

.P-PopUp-Main-Holder {
    position: relative;
}

.P-PopUp-Close-Btn {
    background: rgba(0, 0, 0, 0) url("/i/pop_up_close.png") no-repeat scroll
        center center;
    border-radius: 20px;
    box-shadow: 1px 1px 1px grey;
    cursor: pointer;
    float: right;
    height: 23px;
    margin-right: -10px;
    margin-top: -10px;
    width: 25px;
}

.P-PopUp-Content {
    background: #fff none repeat scroll 0 0;
}

.P-PopUp-Content-Inner-Tables {
    height: 500px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px;
}

.P-PopUp-Content-Inner-Tables input,.P-PopUp-Content-Inner-Tables textarea
{
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    display: block;
    width: 90%;
}

.P-PopUp-Content-Inner-Tables textarea {
    height: 204px;
    padding: 5px;
    margin-top: 5px;
    resize: none;
    /* max-width: 894px; */
}

.P-PopUp-Content-Inner-Tables input {
    height: 32px;
    margin: 5px 14px 20px 0;
    /* max-width: 435px; */
    padding-left: 5px;
    width: 50%;
}

.P-PopUp-Content-Inner-Tables label {
    display: inline-block;
    /* max-width: 458px; */
    width: 45%;
    color: #333;
    margin-right: 19px;
}

.P-PopUp-Content-Inner-Tables span {
    color: red;
    margin-left: 1px;
}

.P-PopUp-Title {
    background: #3b93ad none repeat scroll 0 0;
    box-shadow: 0 1px 2px grey;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
}

.P-PopUp-Footer-Holder {
    background: #eeeeee none repeat scroll 0 0;
    padding: 15px 20px;
}

.popup-background {
    background: #000;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 990;
}

.btn {
    background: #fff;
    border-radius: 1.5px;
    box-shadow: 1px 2px 2px grey;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    margin: 0 5px;
    padding: 0 25px;
}

.btn:hover {
    opacity: 0.8;
}

.submit-btn {
    background: #3b93ad;
    color: #fff;
    width: 65px;
}

.cancel-btn {

}

#feedback_errors, #template_errors {
    color: red !important;
    margin: 10px 30px;
}

.inline-block {
    display: inline-block;
    border-radius: 3px 3px 0 0;
    box-shadow: 1px 1px 2px #DDDDDD;
}

.proc-ch-block {
    width: 49%;
}

span.h3 {
    text-align: center;
    color: #fff;
    font-weight: bold !important;
    font-size: 1.3em !important;
    margin-top: -20px;
    margin-bottom: 15px;    
    display: block;
}

.proc-ch-block img {
    display: block;
    margin: 25px auto;
    height: 125px;
}

.proc-ch-block h3, span.proc-ch-block_h3 {
    text-align: center;
    color: #fff;
    font-weight: bold !important;
    font-size: 1.3em !important;
    margin-top: -20px;
    margin-bottom: 15px;
	display: block;
}

.proc-ch-block p, span.proc-ch-block_p {
    display: table-cell;
    border-top: 1px solid #fff;
    margin: 0;
    padding: 5px 15px;
    height: 100px;
    text-align: center;
    color: #fff !important;
    vertical-align: middle;
}

.about-services {
    background: #efeeee;
    padding: 25px 25px 15px 25px;
    margin-top: 25px;
    padding-top: 0;
}

.about-services h2 {
    display: block;
    background: #7f9eaa;
    color: #fff !important;
    margin: 0 -25px;
    margin-bottom: 15px;
    padding: 10px 25px;
    font-size: 1.1em !important;
    /* font-weight: bold !important; */
}

.about-services ul {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
}

.about-services ul li {
    background: url('/i/rio-ico.png') no-repeat center left;
    padding: 6px 0 6px 45px;
    font-size: 1.05em !important;
    background-size: 32px;
}

.about-price-table,.about-price-table td {
    border: 1px solid #D3D3D3 !important;
    padding: 0 !important;
}

.about-price-table tr td {
    vertical-align: middle;
}

.about-price-table tr.aleft td {
    text-align: left;
}

.about-price-table tr.acenter td {
    text-align: center;
}

.about-price-table h1,.about-price-table h2 {
    background: #7f9eaa;
    color: #fff !important;
    margin: 0;
    padding: 10px 25px;
    font-size: 1.1em !important;
    /* font-weight: bold !important; */
}

.about-price-table h3 {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 1.1em !important;
    margin: 0;
    padding: 0;
}

.about-price-table h4 {
    color: #fff !important;
    margin: 0;
    padding: 10px 0;
}

.about-price-table h5 {
    color: #fff !important;
    font-weight: normal !important;
    font-size: 1.0em !important;
    margin: 0;
    padding: 5px 0;
}

.about-price-table .greenblue {
    background: #53aaa6 !important;
}

.about-price-table .bluegreen {
    background: #55889F !important;
}

.about-price-table ul {
    list-style-type: circle;
    text-align: left;
}

.about-price-table ul li {
    color: #303e4d !important;
}

.about-price-table span {
    font-size: 1.0em !important;
    font-weight: bold;
    color: #303e4d !important;
}

.about-price-table .price {
    font-size: 1.2em !important;
}

.aboutPage #header{
    position: fixed;
    z-index: 3;
    top: 0px;
}

.aboutPage .contentWrapper{
    padding-top: 162px;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}

.about-price-table .bl h3,.about-price-table .bl h4 {
    color: #333 !important;
}

.journal_51.aboutPage #header .logo {

}

.about-price-table.pack h3.p1 {
    padding: 10px 4px;
}

.about-price-table.pack td.packegdesc {
    padding: 4px !important;
    font-size: 0.9em !important;
    color: #ffffff !important;
}

.about-price-table.pack .pink {
    background-color: #7985AA;
}

.about-price-table.opt td span {
    padding: 10px;
    line-height: 1.6em;
    display: block;
    font-weight: normal;
    font-size: 1.1em !important;
}

.greenbluegray {
    background-color: #7f9eaa;
}

table.about-price-table.promo,table.about-price-table.promo td,table.about-price-table.promo tr
{
    border: none !important;
}

table.about-price-table.promo .promo {
    background-color: #2B6C82;
    color: #ffffff;
    border-bottom: 16px solid #ffffff !important;
}

table.about-price-table.promo td.promo {
    height: 138px;
    vertical-align: middle;
    font-size: 1.15em;
}

table.about-price-table.promo ul {
    padding-top: 10px;
    margin: 0px;
    padding-bottom: 0px;
}

table.about-price-table.promo li {
    padding-bottom: 16px;
}

table.about-price-table.promo td {
    vertical-align: top;
}

/* BEGIN ONEECOSYSTEM JOURNAL */
@font-face {
    font-family: Raleway;
    src: url('css/fonts/raleway/Raleway-Regular.ttf');
}
@font-face {
    font-family: Raleway;
    src: url('css/fonts/raleway/Raleway-Bold.ttf');
    font-weight: bold;
}
.eco_home_pic .jtitle {
    font-size: 6.5em;
}
.eco_home_pic {
    background: url('../i/eco/header.png') no-repeat center / cover;
    height: 360px;
}
.eco-font{
    font-family: Raleway !important;
}
.eco-ico {
    background: url('../i/eco/logo_symbol.svg') no-repeat 10px center;
}
.eco-front-img {
    background: url(../i/eco/image.png);
    color: #fff;
    font-size: 2em;
    line-height: 1.5em;
    margin: 0 auto;
    text-align: left;
    padding: 20% 65px;
}
.eco-no-border {
    border: none !important;
}
.eco-block {
    display: inline-block;
    width: 49%;
    margin: 0 auto;
}
.eco-block img {
    display: block;
    margin: 0 0 0 25px;
    width: 50%;
    text-align: center;
}
.eco-su {
    padding: 25px 0;
    font-size: 1.6em;
}
.eco-block h3 {
    margin-top: 25px;
    margin-bottom: 35px;
    font-size: 1.5em;
}
ul.eco-sec2-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.eco-sec2-list li {
    background: url('../i/eco/icons/ico3.svg') no-repeat 0 4px;
    font-size: 1.2em;
    line-height: 1.5em;
    padding-left: 25px;
    margin-top: 15px;
}
ul.eco-sec3-list {
    margin: 65px 0;
    padding: 0 25px;
}
ul.eco-sec3-list li {
    padding-left: 65px;
    font-size: 1.9em;
    line-height: 2em;
}
.border-right-white {
    border-right: 2px solid #fff;
}
.eco-esp {
    display: inline !important;
    margin: 0 !important;
    width: auto !important;
    height: 14px;
    padding: 0 0 4px 4px;
}
.eco-list-ico1 {
    background: url('../i/eco/topic_icons/ico01.svg') no-repeat 0 0 !important;
}
.eco-list-ico2 {
    background: url('../i/eco/topic_icons/ico02.svg') no-repeat 0 0 !important;
}
.eco-list-ico3 {
    background: url('../i/eco/topic_icons/ico03.svg') no-repeat 0 0 !important;
}
.eco-list-ico4 {
    background: url('../i/eco/topic_icons/ico04.svg') no-repeat 0 0 !important;
}
.eco-list-ico5 {
    background: url('../i/eco/topic_icons/ico05.svg') no-repeat 0 0 !important;
}
.eco-list-ico6 {
    background: url('../i/eco/topic_icons/ico06.svg') no-repeat 0 0 !important;
}
.eco-list-ico7 {
    background: url('../i/eco/topic_icons/ico07.svg') no-repeat 0 0 !important;
}
.eco-list-ico8 {
    background: url('../i/eco/topic_icons/ico08.svg') no-repeat 0 0 !important;
}
.eco-list-ico9 {
    background: url('../i/eco/topic_icons/ico09.svg') no-repeat 0 0 !important;
}
.eco-list-ico10 {
    background: url('../i/eco/topic_icons/ico10.svg') no-repeat 0 0 !important;
}
.eco-list-ico11 {
    background: url('../i/eco/topic_icons/ico11.svg') no-repeat 0 0 !important;
}
.eco-list-ico12 {
    background: url('../i/eco/topic_icons/ico12.svg') no-repeat 0 0 !important;
}
.eco-list-ico13 {
    background: url('../i/eco/topic_icons/ico13.svg') no-repeat 0 0 !important;
}
.eco-list-ico14 {
    background: url('../i/eco/topic_icons/ico14.svg') no-repeat 0 0 !important;
}
.eco-list-ico15 {
    background: url('../i/eco/topic_icons/ico15.svg') no-repeat 0 0 !important;
}
.eco-list-ico16 {
    background: url('../i/eco/topic_icons/ico16.svg') no-repeat 0 0 !important;
}
/* END ONEECOSYSTEM JOURNAL */
#feedback-popup .P-PopUp-Content-Inner-Tables {
    height: auto;
}

.emailTemplateFormaWrapper{
	padding:20px;
	max-height:600px;
	overflow-y: auto;
	padding-bottom: 50px;
}

.SDGIcons{
	float:right;
}

.SDGIcons img{
	width: 22px;
	height: 22px;
}
.sdg_delimiter{
	display: inline-block;
	width: 6px;	
}
.content.journalListStories table.noborder td, 
.content.journalListStories table.noborder th,
table.noborder,
.noborder td, 
.noborder tr {
	border: none;
}

.sub_steps_apc_info{
	margin-top: 20px;
}

.menu_task{
	/* float: right; */
	/* background-color: #5D5D5F; */
}

.menu_task a{
    font-size: 1em;
    color: #FFFFFF;
    cursor: pointer;
    height: 32px;
    padding: 0 9px;
    padding-top: 15px;
    text-align: center;
    margin: 0 3px;
}

.menu_task:hover, 
.rio_task:hover{
    opacity: 0.8;
}

.archive_button{
	/* float: right; */
	cursor: pointer;
	color: #1F1F1F;
    font-size: 11px;
    padding-right: 5px;
    padding-top: 5px;
	padding-left: 25px;	
	background: url("../i/archive_document.svg") 0 0 no-repeat ;
	display: inline-block;
	width: 108px;
    height: 18px;
	margin-left: 20px;	
}

.archive_button:HOVER {
	 opacity:0.8;
}
#submission_step .apc-text p{
	margin: 5px 0px;	
	font-size: 1em;
}

#content p.apc-text-1{
	color: #ffffff; 
}

.apc-text-1{
	font-weight: normal; 
	text-align: center;
}

.apc-table{
	width:100%; 
	font-size: 14px;
	border-collapse: collapse; 	
}


.apc-text-2{	
	font-weight: normal; 
	text-align: center;
}


.instplan{
	padding: 10px 0 0 0;
    margin: 0px;
    font-size: 1.2em;
    font-weight: normal;
}
.content.journalListStories table td.TD_instplan{
	padding: 0;
    vertical-align: top;
}

.content.journalListStories table td p,
.content.journalListStories table th p{
	margin: 4px 0;	
}

.content.journalListStories table td p.apc-text-1.instplan,
.content.journalListStories table th p.apc-text-1.instplan{
	margin: 0px;
	padding: 10px;
}

.ULinstplan{
	color: #ffffff;
	padding-right: 20px;
	padding-left: 30px;
	font-size: 1em;
	margin: 10px 0;
}



/* Journals Home page */

footer.bdj{
	max-width: 1280px;
	margin: 20px auto;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-justify-content: space-between;	justify-content: space-between;
}
.fake{
	-webkit-flex: 1 0 0; -ms-flex: 1 0 0; flex: 1 0;
}
.bdj .f_content{
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-justify-content: space-around; justify-content: space-around;
	-webkit-flex: 4 0 0; -ms-flex: 4 0 0; flex: 4 0;	
}
.col_wrap{
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	width: 100%;
}
.col_wrap a{
	word-break: break-word; 
}
@media screen and (max-width: 800px) {
	.col_wrap{	
		display: block;
	}
}
.indexed, .archived, .pub_types, .homepage .description, .issn, .if, .app_form, .more_info{
	padding: 0px 18px;
    margin: 0px 0px 20px 0px;	
}
.indexed, .archived, .pub_types, .more_info{
	-webkit-flex: 1 0 0; -ms-flex: 1 0 0; flex: 1 0;
}

.issn, .if{
	background: #e5e5e5;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

span.if_citescore_container{
	display: inline-table;
	max-width: 217px;
}

.app_ed_icon{
	display: inline-block;
	width: 27px;
	height: 27px;	
	margin-right: 10px;
	background: url(../i/app_ed_icon2.svg) no-repeat center center;
	background-size: contain;
}


.SEtitle{
	background-color: #F5F5F5;
	color: #333;
	width: 50%;
	font-weight: 500;
}
.Rtitle{
	background-color: #F5F5F5;
	color: #333;
	width: 50%;	
	font-weight: 500;
}
.SERbenefits .SEtitle span, .SERbenefits .Rtitle span{
	display: inline-block;
	width: 24px;
	height: 24px;	
	margin-right: 10px;	
	vertical-align: middle;
}
.SERbenefits .SEtitle span {
	background: url(../i/edit-icon.svg) no-repeat center center;
}
.SERbenefits .Rtitle span{	
	background: url(../i/lupa-icon.svg) no-repeat center center;
}
.SEcontent, .Rcontent{
	vertical-align: top;
}
.SEcontent ul.SEcontent_ul{
	list-style-image: url(../i/arrowSE.svg);
}
.SEcontent ul.SEcontent_ul ul{
	list-style-image: none;
	list-style: none;
	padding:0;
    margin:0;
}
.SEcontent ul.SEcontent_ul ul li{
	padding-left: 20px;
    text-indent: -17px;	
}
.SEcontent ul.SEcontent_ul ul li:before {
    content: "• ";
    color: #999;
	font-size: 1.8em;
    top: 5px;
    position: relative;	
}

.Rcontent ul.Rcontent_ul{
	list-style-image: url(../i/arrowR.svg);

}
.Rcontent ul.Rcontent_ul ul{
	list-style-image: none;
	list-style: none;
	padding:0;
    margin:0;
}
.Rcontent ul.Rcontent_ul ul li{
	padding-left: 20px;
    text-indent: -18px;	
}
.Rcontent ul.Rcontent_ul ul li:before {
    content: "• ";
    color: #999;
	font-size: 1.8em;
    top: 5px;
    position: relative;	
}


.app_form, .app_form_about{
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}
.jh_lable{
	font-weight: bold;
}
.cover_photo_holder{
	float: left;
}
.journal_home_info_wrapper{
	margin: 0px;
	padding: 0px;
    font-size: 1.3em;
    line-height: 1.8em;
	color: #676766;
}
.journal_home_info{
	margin: 0px !important;
	padding: 10px 0;
}
.journal_home_info p:first-child{
	margin-top: 0px;
	padding-top: 0px;
}
.journal_home_info p:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#TopSider{
	margin: 0 0 10px 0;	
}
#TopSider .leftSiderBlock{
	padding: 0;
	margin: 0;
	width: 100%; 	
	background: #0F467C;
	border: none;
	border-radius: 0px;
}
#TopSider h3{
	display: none;
}
#TopSider .content_menu_horizontal{
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-justify-content: space-around; justify-content: space-around;
	-webkit-flex-wrap: wrap; flex-wrap: wrap;
	margin: 0;
	padding: 0;	
}
#TopSider .link span{
	display: none;
}
#TopSider .content_menu_horizontal li{
	list-style: none;
	margin: 0;
	padding: 0;
} 
#TopSider .content_menu_horizontal li a{
	display: inline-block;
	margin: 0;
	padding: 15px 20px;
	text-align: center;
	color: #fff;
	width: auto;
	font-size: 1.1em;
}

.home_middle_container{
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-align-items: flex-start; align-items: flex-start;
}

#leftSider.leftSiderNew{	
	position: inherit;
	-webkit-flex: 1 0 0; -ms-flex: 1 0 0; flex: 1 0;
	padding: 0 10px 0 0;
}

#dashboard-content-home {
	-webkit-flex: 4 0 0; -ms-flex: 4 0 0; flex: 4 0;
    background-color: #FFF;
    padding: 0;
    border: 1px solid #EBEBEB;    
}
.oa_wrapper{
	margin: 20px 10px;
	text-align: center;
}
.cc_text{
    background: none;    
    padding-top: 10px;
}

.cover_photo_holder{
	width: 100%;  	
    color: #FFF;
    text-align: center;
	margin: 0;	
}
a.cover_photo{			
	min-width: 100%;	
	min-height: 100%;	
	display: block;
	padding: 260px 0;	
}




.latest_articles_holder {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-justify-content: space-between;	justify-content: space-between;	
    padding: 4px 16px 24px 16px;
    margin: 20px 0 10px 0;
	border-bottom: 1px solid #EBEBEB;
	text-align: center;
}

.latest_articles_holder div {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}
.latest_articles img{
	border: 1px solid #EBEBEB;
}
.latest_articles img:hover{
	opacity: 0.6;
}
.tweeterfeed{
	margin-top: 10px;
	max-width: 253px;
}

.homepage #subMenu{
	display: none;
}


.journal_home_info_wrapper .journal_home_info a{
	color: #1B95E1;
}

.journal_home_info_wrapper .journal_home_info span.blue{
	color: #1B95E1;
}

.topLevelContent a, 
.subLevelContent a {
	color: #2986BF;
}

#TopSider .leftSiderBlock{
	background: #191930;
}
#TopSider .content_menu_horizontal li:hover{
	background: #3F3F4E;
}

.greenDesc a{
	word-break: break-all; 
}
.AOF-Author-more-link a{
	word-break: normal;
}
.articles_count {
    float: right;
    display: flex;
    background: #EBEBEB;
    color: #333;
    width: 67px;
    height: 70px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 1.6em;
    margin-left: 6px;
}
.flex_wrapper1{
	-webkit-flex: 1 0 0; -ms-flex: 1 0 0; flex: 1 0;
}
.flex_wrapper2{
	-webkit-flex: 2 0 0; -ms-flex: 2 0 0; flex: 2 0;
}
.flex_wrapper3{
	-webkit-flex: 3 0 0; -ms-flex: 3 0 0; flex: 3 0;
}
.flex_center {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    justify-content: center;
}
.ds_flex, .flex{
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}
.js_between{
	-webkit-justify-content: space-between;	justify-content: space-between;
}
.flex {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;    
}


.viewMoreLink {
	display: block;
	margin: 10px 0 10px 5px;
	color: #006565;
	cursor:pointer;
}
.viewMoreLink:hover{
	opacity: 0.8;
}
.mosttt{
	margin: 20px 20px 0 20px;
}
.mosttt .authorInfoHolder{
	margin-bottom: 40px;
}
.journal_stat_wrapper{
	padding: 20px 16px;
}

#plot_papertype, #plot_country, #plot_pagerange, #plot_papers{
	font-size: 1.1em;	
}

#plot_pagerange .jqplot-yaxis{	
	min-width:60px!important;
}
#plot_papers .jqplot-yaxis{	
	min-width:70px!important;
}
#plot_papertype .jqplot-yaxis,
#plot_country .jqplot-yaxis{	
	min-width:140px!important;
}

.row_stat_data{
	display:none;
	width: 50%;
}
.row_stat_data td, .row_stat_data th{	
	background: antiquewhite;
	padding: 2px 20px;
}

.no_avatar{
	width:32px;
	height:32px;
	display: block;
	background: url('/i/author_icon.svg') no-repeat center;	
	background-size: contain;
}


/* SPECIFIC COLORS BY JOURNAL START */

.home_2{
	background: #fff url(/i/home_covers/ZK-home.png) no-repeat left center;
	background-size: cover;
}
.home_3{
	background: #fff url(/i/home_covers/PK-home.png) no-repeat left center;
	background-size: cover;
}
.home_4{
	background: #fff url(/i/home_covers/BR-home.png) no-repeat left center;
	background-size: cover;
}
.home_5{
	background: #fff url(/i/home_covers/NB-home.png) no-repeat left center;
	background-size: cover;
}
.home_6{
	background: #fff url(/i/home_covers/JHR-home.png) no-repeat left center;
	background-size: cover;
}
.home_7{
	background: #fff url(/i/home_covers/IJM-home.png) no-repeat left center;
	background-size: cover;
}
.home_8{
	background: #fff url(/i/home_covers/CCG-home.png) no-repeat left center;
	background-size: cover;
}
.home_9{
	background: #fff url(/i/home_covers/SB-home.png) no-repeat left center;
	background-size: cover;
}
.home_10{
	background: #fff url(/i/home_covers/NC-home.png) no-repeat left center;
	background-size: cover;
}
.home_11{
	background: #fff url(/i/home_covers/MK-home.png) no-repeat left center;
	background-size: cover;
}
.home_13{
	background: #fff url(/i/home_covers/ZSE-home.png) no-repeat left center;
	background-size: cover;
}
.home_14{
	background: #fff url(/i/home_covers/DEZ-home.png) no-repeat left center;
	background-size: cover;
}
.home_15{
	background: #fff url(/i/home_covers/NL-home.png) no-repeat left center;
	background-size: cover;
}
.home_53{
	background: #fff url(/i/home_covers/AI-home.png) no-repeat left center;
	background-size: cover;
}
.home_54{
	background: #fff url(/i/home_covers/IB-home.png) no-repeat left center;
	background-size: cover;
}
.home_55{
	background: #fff url(/i/home_covers/BD-home.png) no-repeat left center;
	background-size: cover;
}
.cover_photo.home_58{
	padding: 160px 0;
}
.home_58{
	padding: 160px 0;
	background: #fff url(/i/home_covers/BPT-home.png) no-repeat left center;
	background-size: cover;
}
.home_59{
	padding: 160px 0;
	background: #fff url(/i/home_covers/ReEco-home.png) no-repeat left center;
	background-size: cover;
}
.home_60{
	background: #fff url(/i/home_covers/Zoologia-home.png) no-repeat left center;
	background-size: cover;
}
.home_61{
	background: #fff url(/i/home_covers/MBMG-home.png) no-repeat left center;
	background-size: cover;
}
.home_63{
	background: #fff url(/i/home_covers/TDWG-home.png) no-repeat left center;
	background-size: cover;
}
.home_64{
	background: #fff url(/i/home_covers/JOR-home.png) no-repeat left center;
	background-size: cover;
}
.home_65{	
	background: #fff url(/i/home_covers/EvoSys-home.png) no-repeat left center;
	background-size: cover;
	padding: 360px 0 !important; 
}
.home_66{	
	background: #fff url(/i/home_covers/AlpEnt-home.png) no-repeat left center;
	background-size: cover;
	
}
.home_67{	
	background: #fff url(/i/home_covers/Checklist-home.png) no-repeat left center;
	background-size: cover;
	 
}

.apc-color-1{ 
	background-color: #73B043;
}
.apc-color-2{
 	background-color: #185A2E;
}
.apc-color-3{
	background-color: #3A7C31;
}
.apc-color-4{
	background-color: #000000;
}
.apc-color-5{
	background-color: #000000;
}
.apc-color-6{
	background-color: #ffffff;
	border-top:0px;
}

.news_wrapper{
	
	background: #aec2e1;
	 
}
.news_content{
	padding: 0 0px 20px 0px;
	color: #000000;
}
.news_title{
	padding: 20px 0px 0 0px;
	color: #000000;
	font-weight: bold;
}
.slog_wrap{
	color: #fff;
    align-self: flex-end;
	margin-bottom: 50px;
    margin-right: 60px;
}

.slog_small{
	display: flex;
	justify-content: flex-end;
	font-size: 2em;
}
.slog_big{
	font-size: 4em;
}

.fw300{
	font-weight: 300;
}
.fw500{
	font-weight: 500;
}
.fw900{
	font-weight: 900;
}

/* SPECIFIC COLORS BY JOURNAL END */


#simplemodal-container .user_expertises_big_col {
	width: 955px !important;
}
th[align="center"] { 
    text-align: center;
}

.browseWrapper .header-content .constrained .formWrapper{
	display: none;
}


/*MEDIA*/
@media screen and (max-width: 800px) {
	.menu_task{
		display: none;
	}
	#profile span:first-child{
		padding-right: 8px;
	}
	#profile span:nth-child(2){
		display: none;
	}
    .se_app_form_text
    {
        font-size: 0.6em;
        background: none;
    }
    .articlePath-links {
        width: 100%;
    }
    #nav #menu {
        display: none;
    }
    .authorInfoHolder {
        display: table-cell;
        width: 96.33%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 801px) and (max-width: 1023px) {    
    .articlePath-links {
        width: 100%;
    }
    #nav #menu {
        display: none;
    }
    .authorInfoHolder {
        display: block;
        width: 96.33%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1269px) {
    .constrained {       
        /* padding: 0 10px; */
    }
}

@media screen and (min-width: 1270px) and (max-width: 1359px) {
    .constrained {
        /* min-width: 600px; */
        /* padding: 0 10px; */
    }
    .articlePath-links {
        /*width:1270px;*/

    }
    .head_blocks_wrap {
        display: block;
    }
}

@media screen and (min-width: 1360px) {
    .constrained {
        /* min-width: 1100px; */
    }
    .articlePath-links {
        width: 1326px;
    }
}

@media screen and (max-width: 1366px){
	.landing_wrap .article_footer img{
	    right: 0;
	}
}
	
/* hidding latest article images on journal homepage */
@media screen and (max-width: 1270px){
	.latest_articles_holder div:nth-child(n+8){
		display: none;
	}
}
@media screen and (max-width: 1100px){
	.latest_articles_holder div:nth-child(n+7){
		display: none;
	}
}	
@media screen and (max-width: 960px){
	.latest_articles_holder div:nth-child(n+6){
		display: none;
	}
}
@media screen and (max-width: 820px){
	.latest_articles_holder div:nth-child(n+5){
		display: none;
	}
}
@media screen and (max-width: 680px){
	.latest_articles_holder div:nth-child(n+4){
		display: none;
	}
}	
@media screen and (max-width: 540px){
	.latest_articles_holder div:nth-child(n+3){
		display: none;
	}
}
@media screen and (max-width: 400px){
	.latest_articles_holder div:nth-child(n+2){
		display: none;
	}
}	
@media screen and (max-width: 260px){
	.latest_articles_holder div:nth-child(n+1){
		display: none;
	}
}

#content.special_issues_list{
	margin: 0px;
	-webkit-flex: 4 0 0; -ms-flex: 4 0 0; flex: 4 0;
}

.special_issues #leftSider{
	min-width: inherit;
}

.poweredBy{
    background-color: #ebebeb;
    padding: 10px 0;	
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;	
	-webkit-justify-content: flex-end;	justify-content: flex-end;
	-webkit-align-items: center; align-items: center;
	font-size: 1.05em;	
}

#leftSider .poweredBy{
	padding: 10px 0;
	border-top: 0px solid #dddddd;
	/* background-color: #ffffff;  */
	-webkit-justify-content: center; justify-content: center;
}

.arphalogo{
	background: url('/i/arpha_logo_textblack.svg') no-repeat center;
	background-size: 100%;
	width: 80px;
	min-height: 30px;	
	display: inline-block;
	margin-left: 6px;
}

.Main-Content .poweredBy{
	background-color: #ffffff;
	padding: 6px 10px;	
}

.Main-Content .poweredBy .arphalogo{
	background: url('/i/arpha_logo_textblack.svg') no-repeat center;
	background-size: 100%;
	width: 64px;
	min-height: 24px;	
	display: inline-block;
	margin-left: 6px;
}

.P-Article-Preview-Form {
	max-width: 65em;
	text-align: justify;
	margin: auto;
	border-radius: 0px;
	background: white;
	padding: 15px 60px 40px 60px !important;
}
.P-Article-Preview-Form  .headlineContainer {
	text-align: center;
}

.hide_viewMoreLink{
	display: none;
}

a.approve_art_for_collection{
	color: #ffffff !important;
	background: #7eaa5d;
	padding: 2px 6px 4px 6px;	
}
a.approve_art_for_collection:hover{
	opacity:0.8;
}
.dashboard-nodata{
	padding-left: 10px;
}
.warning{
	text-align: center; 
	padding: 5px; 
	background-color: #7f1b2e;
	color: #ffffff;
	font-weight: bold;
}
.article_search_holder{	
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-justify-content: center; justify-content: center;
	padding: 10px 0 0 0;	
	position: relative;
    top: 14%;
    -webkit-transform: translateY(-14%);
    -ms-transform: translateY(-14%);
    transform: translateY(-14%);
}

.article_search_holder input[name='search_in'] + label{
	color: #b5b5b5;
}

.article_search_holder input[name='search_in']:checked + label{
	color: #ffffff;
}

.article_search_holder input[name='stext']{    
    background: none;
	color: white;
	width: 290px;
}
.article_search_holder button[type='submit']{    
    opacity:0.8;
}
.article_search_holder #searchWrapper label > span{    
	padding: 8px 2px;
	width: 40px;
	display: none;
}
#emailReceiptsContent{
	margin: 20px;

}


#messagingListPopup td{
	padding: 10px 6px;
	border-bottom: 2px solid #dddddd;
	
}
#messagingListPopup{
	font-size: 1.1em;	
}

#messagingListPopup .message_text td{
	vertical-align: top;
	border-bottom: none;
	padding: 10px 0px;
}
#messagingListPopup .collapse_messaging_title {    
    margin: 2px 0 0 0px;    
    font-weight: bold;
	float: none;
}

.article .article_type:hover{
	color:#ffffff;
	cursor: pointer;
	opacity: 0.8;
}

.inline-orcid {
	background: url("/i/orcid.png") 0 0 no-repeat;
	background-size: contain;
	width: 14px;
    height: 14px;
    display: inline-block;
}
div.optional_services_group {
    margin-bottom: 10px;
	position: relative;
}
.optional_service_price {
	position:absolute;
	left:0px;
	top:0px;
}
.optional_services_prices_container input{
	margin-bottom:8px;
}

.news_wrapper {
    background: #aec2e1 none repeat scroll 0 0;
    border-radius: 4px;
    margin: 20px;
    padding: 0 20px;
}

/* news slider */
#hbnews{
	padding: 10px 10px;
	background:#f5f5f5;
	font-size: 1em;
	line-height: 1.6em;
}

#hbnews .head_block_title h2 {
    display: block;
    /* float: left; */
    margin: 0px;
    padding: 0;
    /* width: 88%; */
    color: white;
    font-weight: normal;
    font-size: 1.7em;
    /* line-height: 60px; */
	text-align: center;
}

#hbnews .head_block_content {
    background-color: #F5F5F5;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;	justify-content: space-between;
	-webkit-align-items: center; align-items: center;
	padding: 0 10px 10px 10px;
	display:table;
}

#hbnews .head_block_content_title{
	font-weight:bold;
	font-size:1.2em;
	padding: 20px 10px 0px 10px;	
}

#hbnews .block_prev,
#hbnews .block_next {
    position: relative;
    background: url('../i/arrow-r.svg') no-repeat 56%;
    background-size: contain;    	    
    margin: 0px;
    padding: 0px;
    padding: 16px;
    opacity: 0.5;
	display: table-cell;
}

#hbnews .block_prev {
    background: url('../i/arrow-l.svg') no-repeat 56%;
    background-size: contain;
}

#hbnews .block_prev:hover,
#hbnews .block_next:hover{
	opacity: 1;
}

#hbnews .head_block_content div {
	color: black;
    display: inline-block;
    margin: 0;
    text-align: left;
    overflow: hidden;
    margin: 0;
    vertical-align: middle;		    
}

#hbnews .head_block_content .block_text_holder div {
    display: block;
}

#hbnews .block_text>div {
    display: inline-block;
    line-height: 1.6em;
    font-size: 1.6em;
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-family: Open Sans-Light, Open Sans, Tahoma;
}

#hbnews #leftSider .leftSiderBlock {
    /* float: left; */
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0px 3px 6px -2px #DDDDDD;
    -moz-box-shadow: 0px 3px 6px -2px #DDDDDD;
    box-shadow: 0px 3px 6px -2px #DDDDDD;
    width: 100%;
    margin-bottom: 24px;
}

#leftSider .leftSiderBlock.about{
    /* width: 374px; */
    top: 168px;
}

#hbnews #leftSider .leftSiderBlock.about{
    top: 65px;
}

#hbnews #leftSider .leftSiderBlock h3{
    background-image: none;
    background-color: #1e2635;
    display: block;
    text-align: center;
    margin: 0;
    padding: 3px 0;
    color: white;
    font-weight: normal;
    
    font-size: 1.7em;
    text-indent: 0px;
}


#hbnews #leftSider .leftSiderBlock ul.rio-home{
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

#hbnews #leftSider .leftSiderBlock ul.rio-home li{
    margin: 0 0;
    padding: 5.8px 0;
}

#hbnews #leftSider .leftSiderBlock ul.rio-home li a {
    display: inline-block;
    padding: 10px 5px 10px 45px;
    color: black;
    font-size: 1.3em;
    width: 240px;
}

#hbnews #leftSider .leftSiderBlock ul.rio-home li a:hover,#hbnews #leftSider .leftSiderBlock ul.rio-home li a.selected
{
    opacity: 0.8;
    filter: alpha(opacity = 80);
    background-color: #F5F5F5;
}

.post_btn_holder{
	float:left;
	width:200px;
}

.dtd_errors_holder{
	text-align: left;
	font-weight: bold;
	margin-top:20px;
	float:left;
}

.altmetric-embed{	
	width:100%;
	margin-bottom:40px;
}

.altmetric-embed img{
	width: 196px;
	height: 196px;
}

.altmetric-normal-legend{
	text-align: center;
	width:100%;
}
.altmetric-embed.altmetric-popover-content{
	text-align: left;
}
.help_question_icon{
    border-radius: 100%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 3px;
    font-size: 0.8em;
    position: relative;
    top: -3px;
    /* font-weight: bold; */
}
.label_sp_iss{
	position: relative;
	top: -2px;
}
.if b:nth-of-type(2) {
    margin-left: 40px;
}

.previewIframe {
	width: 100%;
	border: 0px;
	min-height: 700px;
	margin-top: -41px;
}
.P-Baloon {
	position: absolute;
	display: none;
	background: white;
	padding: 10px;
	/* border: 1px solid #BBB; */
	border: 1px solid #BFBFB9;
	border-radius: 2px;
	/* background-color: #FEFBF3; */
	background-color: #FFFFFF;
	max-width: 400px;
	color: #1F1F1F;
	box-shadow: 4px 4px 4px #EBEBEB;
	line-height: 1.5em;
	z-index: 99999;
}
.or{
	color: #666666; 
    font-size: 1em;
    font-weight: 600;
	margin: 25px auto;
	display: none;
}
.orcid_login{
	background: url("/i/orcid.png") no-repeat scroll 8px 6px ;
	background-size: 24px ;
	color: #808080;
	border: 1px solid #D3D3D3;
	padding: 6px 10px 6px 40px;
	background-color: #fff;
	border-radius: 3px;	
	cursor: pointer;
	color: #999;	
	font-size: 1em;
	margin-top: 60px;
	vertical-align: middle;
	display: inline-block;
	line-height: 1.8em;
	
}
.orcid_login:hover{
	border: 1px solid #7eaa5d;
	color: #7eaa5d;
}

.ithenticate_red{
	border-radius:5px; padding: 7px; background:red; color: #ffffff!important;
} 
.ithenticate_red a{
	color: #ffffff!important;
}

.ithenticate_green{
	border-radius:5px; padding: 7px; background:green; color: #ffffff!important;
}
.ithenticate_green a{
	color: #ffffff!important;
}
.ithenticate_blue{
	border-radius:5px; padding: 7px; background:blue; color: #ffffff!important;
}
.ithenticate_blue a{
	color: white!important;
}
.ithenticate_yellow{
	border-radius:5px; padding: 7px; background:yellow; color: black!important;
}
.ithenticate_yellow a{
	color: black!important;
}
.ithenticate_orange{
	border-radius:5px; padding: 7px; background:orange; color: black!important;
}
.ithenticate_orange a{
	color: black!important;
}
.ithenticate_grey{
	border-radius:5px; padding: 7px; background:grey; color: black!important;
}
a.add_new_author, a.add_new_reviewer {
    background: aliceblue;
    padding: 7px 14px;
    font-weight: bold;
}
h1.dashboard-title.withoutBorder.grouptitle + .leftMar10 > .P-Clear{ 
	padding-top: 26px;
}

.sp_issue_wrapper .toCollapse.plus{	
	margin: 5px 16px 10px 16px;
	display: inline-block;	
	font-size: 15px;
	font-weight:bold;
	text-decoration: none;
	cursor:pointer;
}

.sp_issue_wrapper .toCollapse.minus{	
	margin: 5px 16px 10px 16px;
	display: inline-block;
	font-size: 15px;
	font-weight:bold;
	text-decoration: none;
	cursor:pointer;
}

.plus1 {
	background: url(/i/arrow-down-icon.png) no-repeat left 10px;	
	background-position-y: 10px;
	width: 10px;
    height: 20px;
	display: inline-block;
}

.minus1{
	background: url(/i/arrow-up-icon.png) no-repeat left 10px;	
	background-position-y: 10px;
	width: 10px;
    height: 20px;
	display: inline-block;
}

div.parent_collection_info{
	font-weight: bold;
	padding:0;
	margin: 10px 16px;
    float: left;
}

.sp_issue_wrapper .issue_editors{
	//float: left;
}

.col_doi{
	background: url(/i/doi-icon.svg) no-repeat;
    background-size: contain;
    width: 26px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 5px;
	left: -1px;
}
 
.coll_doi_link{
	border: 1px solid #1b8aae;
    padding: 0 5px 0 0px;
    border-radius: 2px;
	color: #1b8aae;
	position: relative;
    top: -5px;
}

.classifications_tip{
	margin-top: 20px;
	font-weight:normal;
	font-size:1.1em;
	color:#b42741;
}

.submp_paym_opt_parent{
	margin: 10px 0px;
}
.submp_paym_opt_child{
	margin: 10px 0px 10px 24px;
}

.submp_paym_opt_child > .submission_check{
	margin: 0px;
}
.man_type{
	font-weight: normal;
}

.hide_this_0{
	display: none;
}

.sec_type_counts{
	color: #6b6b6b;	
}
.supp_agencies_from_text{
	width: 98%;
	text-align: right;
	color: #666;
}
.pub_date{
	min-width: 74px;
}