body{
	background-color: #ffffff;
	/*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'%3E%3Cg fill='%239C92AC' fill-opacity='0.15'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E");*/
	/* background-image: url("https://rjmsonline.com/assets/media/rjms-bgr.png") */
}
/*Buttons*/
.btn {
	position: relative;
	display: block;
	padding: 10px;
	overflow: hidden;
	border-width: 0;
	outline: none;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
	background-color: #5a0404;
	color: #ecf0f1;
	transition: background-color .3s;
	cursor: pointer;
	font-weight:600;
}

.btn:hover, .btn:focus {
	background-color: #ad3f3f;
}
.article-type-btn {
	position: relative;
	display: block;
	padding: 5px;
	overflow: hidden;
	border-width: 0;
	outline: none;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
	background-color: #134b5f;
	color: #ecf0f1;
	transition: background-color .3s;
	cursor: pointer;
	font-weight:600;
}

.article-type-btn:hover, .article-type-btn:focus {
    background-color: #48b4da;
}
/*TOOLTIP*/
.tooltip {
	z-index:1000;
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1000;
	top: -5px;
	right: 110%;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent black;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}

/*MISC*/
.navbar-links{
	display: block;
    background-color: #dfe7fd;
    color: #000000;
    width: 100%;
    padding: 17px 10px;
	text-transform: capitalize;
    font-weight: 600;
    transition: all 0.5s ease;
}
.navbar-links:hover{
	background-color:#b9bee9;
	color: rgb(0, 0, 0);
}
.bordered{
	border:1px solid #ccc;
}
.divider{
	display: block;
	width:100%;
	height:1px;
	background-color: #bdc3c7;
}
.shadow{
	box-shadow: 0 1px 1px rgba(0,0,0,0.16), 0 2px 3px rgba(0,0,0,0.23);
}
.shadow-left {
	box-shadow: -1px 1px 17px 0px #e1e1e1;
}
.shadow-left-bottom {
	box-shadow: 1px 0px 17px 0px #e1e1e1;
}
.head-text{
	color: #424242;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: 1px;
}
.thumbnail{
	max-width: 120px;
	max-height: 150px;
	min-width: 120px ;
	min-height: 150px;
}
.manuscript-floater{
	position:fixed;
	top:10px;
	right:10px;
	height:60px;
	width:60px;
	border-radius: 50%;
	background-color: #c0392b;
	cursor: pointer;
}
.manuscript-floater:hover{
	background-color: #e74c3c;
}
.right-button{
	display:block;
	font-weight:600;
	color: #6f6f6f;
	cursor: pointer;
}
.right-button:hover{
	background-color: #e5e7ec;
}
.article-button{
	background-color: #576574;
	color:white;
	padding: 5px;
	border:none;
	border-radius: 5px;
	cursor: pointer;
}
.article-button:hover{
	background-color: #222f3e;
	color: white;
}
.strong{
	font-weight: 600;
}
.tab a{
	font-weight: 600;
	color:#c23616;
}
.blue-text{
	color:#353b48;
}

.dropdown {
	position: relative;
	display: block;
	cursor: pointer;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-size:0.85rem;
	letter-spacing: 1px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
	display: block;
}

.gradient-info{
	border-radius: 10px;
	background-color:#820000 /*#b70909*/;
	background-image: linear-gradient(160deg, #025A6C 100%, #900707 40%);
	color:white;
	box-shadow: 0px 0px 5px #bbb;
}
.border-radius-10{
	border-radius: 10px; 
}

/*Payment Tabs*/

.pm-btn{
	display: inline-block;
	background-color: #4fca2d;
	color:white;
	font-weight: 600;
	padding:7px 20px;
	font-size: 1.5rem;
	transition: 0.3s;
	border-radius:7px;
}
.pm-btn:hover{
	background-color: #3ca51f;
	color:white;
}
.c-tabs{
	border-bottom:3px solid #1a5914;
}
.c-tab{
	background-color: #f4f4f4;
	font-weight:600;
	border-radius: 5px 5px 0px 0px;
	padding:5px 16px;
	display: inline-block;
	cursor: pointer;
	transition: 0.3s;
}
.c-tab.is-active{
	background-color: #1f488e;
	color:white;
	box-shadow: 0px 0px 5px #1c1c1c;
}
.content-c-tab{
	min-height:200px;
	border:1px solid #f4f4f4;
	padding:10px;
}
.textarea, .input{
	background-color: #daeef0;
	border: none;
	border-radius: 7px;
	padding:5px 10px;
}
.textarea:focus, .input input:focus{
	border: none;
	outline: none; 
}
.input::placeholder{
	color: #aaa;
}