body{
/*    font-family: 'Oswald', sans-serif ! important;
    font-family: 'Open Sans', sans-serif ! important;*/
    font-family: 'Raleway', sans-serif ! important; 
    
}


.footer_menu{
    color:#fff;
}

.footer_menu ul li:first-child{
    font-size:18px;
    font-weight:500;
    margin-bottom:15px;
}

.footer_menu ul li{
    margin-bottom:10px;    
}
.footer_menu ul li a{
    margin-bottom:10px;    
    color:#ccc;
}

.form-controlx{
    height:32px;    
    box-shadow: none;
    border:1px solid #313f442e;
/*    border:none; */
    border-radius:60px ! important;
    width:96% ! important;
    margin-bottom:20px;
    color: #aaa2a2;
}
.form-controlx:focus{
    box-shadow:none;
    color: #aaa2a2;
}

.submit_btn{
    background: #4fcafb;
    color: #fff;
    border: none;
}
.menu .pull-left .logo_li{
    margin-top:0px;
    width: 170px;
    background: #ffffff;
    padding: 9px 20px;
    margin-right:30px;
}
.menu .pull-left .logo_li a:hover{
    background:#fff ! important;
}
.menu .pull-left .logo_li:hover a{
    background:#fff ! important;
}

.menu .pull-left li{
    margin-top:20px;
}
.fa-search, .searchbox, .fa-close{
    margin-top:20px;
}
.searchbox{
    border-radius: 4px;
}

.menu .pull-left li ul li{
    margin-top:0px;
}

.menu ul li > a{
    color:#fff ! important;
}

.nav_area{
    background:#2d3e50 ! important;
}

@media screen and (max-width:1500px) and (min-width:800px){    
    .container_shadow{
        padding:50px;
    }
}

@media screen and (max-width:1000px) and (min-width:800px){
    .right_margin_x4{
        margin-right:20px;
    }
}
@media screen and (max-width:990px) and (min-width:800px){
    .right_margin_x4{
        margin-right:0px;
    }
    .text_align_for_web{
        text-align:left;
    }
    .margin_bottom_mweb4e{
        margin-bottom:10px;
    }
}

@media screen and (max-width:700px) and (min-width:0px){
    .right_margin_4x{
        margin-right:20px;
    }
    .margin_bottom_mweb4e{
        margin-bottom:10px;
    }
}
@media screen and (max-width:750px) and (min-width:70px){
    .right_margin_4x{
        margin-right:10px;
    }
    .container_shadow{
        padding:10px;
    }
    
}
@media screen and (max-width:800px) and (min-width:0px){
    .right_margin_4x{
        margin-right:10px;
    }
    .container_shadow{
        padding:30px;
    }
     .text_align_for_web{
        text-align:left;
    }
    .margin_bottom_mweb4e{
        margin-bottom:10px;
    }
}

@media screen and (max-width:800px) and (min-width:70px){
    .right_margin_x4{
        margin-right:0px;
    }


}
@media screen and (max-width:1000px) and (min-width:0px){
    .journal_details .row .col-md-3{
        text-align:left ! important;
    }
}

.container_shadow{
    box-shadow:0px 0px 7px #969696fa;
    border-radius: 14px;
}

.module_title_margin{
    margin-bottom:0px ! important;
}

.shadow_div{
    /*box-shadow: 0px 0px 14px #cccccca6;*/
    border-radius: 8px;
    border:1.5px solid #f1f1f1;
    padding:14px 14px 2px 14px;
}

.shadow_div p{
    margin-bottom:12px;
}
.shadow_div p span{
    margin: 12px;
}

.journal_img{
        max-width: 76px;
        height: 104px
}

.Index_ipi:first-child{
    width:100%;
    height:35px;
    border-radius:3px;
    background:#2d3e50cf;
    margin-bottom:10px;
    color:#fff;
    text-align: center;
    line-height: 35px;

}
.Index_ipi{
    width:100%;
    height:35px;
    border-radius:3px;
    background:#01bafd9e;
    margin-bottom:10px;
    color:#fff;
    text-align: center;
    line-height: 35px;

}
.Index_ipi b{
    font-weight:100;
    text-transform:capitalize;
    font-size:12px;
}

.meanmenu-reveal{
    color:#fff ! important;
}

.background_div_log_reg{
    border-radius:1px;
    box-shadow: 0px 0px 10px #dcdada;
    background:#fff;
    padding:30px;
    
}

.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

.menu  ul .active{
    background: #10bfff ! important;
    border-radius: 5px;
}
.menu  ul .logo_li{
    background:#fff ! important;
    border-radius:0px;
}
.menu ul li ul .active{
    background: #10bfff ! important;
    border-radius: 5px;
}

.menu ul li:hover a{
    background: #02BAFF ! important;
    border-radius: 5px ! important;
}

.mean-container .mean-nav ul  .active a{
      background: #10bfff ! important;
}

.mean-container .mean-nav ul li ul .active a{
      background:#0d87b3 ! important;
}

.issue_and_contents{
    float: right;
    font-size: 12px;
    font-weight: 200;
    border: none;
    padding: 7px 12px;
    background: #bd3628;
    color: #fff;
    border-radius: 4px;
    text-transform:capitalize;
}
.issue_and_contents:hover{
    background:#a0281b;
    color:#fff;
}

.ciatation{
    width:100%;
    background:#2d3e50cf;
    padding:7px;
    margin-bottom:10px;
    border-radius:4px;
    color:#fff;
    font-size:13px ! important;
}
.ipi{
    width:100%;
    background:#01bafd9e;
    padding:7px;
    margin-bottom:10px;
    border-radius:4px;
    color:#000;
    font-size:13px ! important;
}

.ciatation span{
    font-weight:100;
    float:right;
    font-family:calibri;
    font-size:14px;
}
.ipi span{
    font-weight:100;
    float:right;
    font-family:calibri;
    font-size:14px;
}

.panel-title{
    font-size:13px ! important;
}

.panel-group{
    background: #fff;
    padding: 14px 10px;
    border-radius: 5px;
/*    box-shadow:0px 0px 10px #eaeaea;*/
    border: 1px solid #e0e0e0;
}

.panel-default>.panel-heading{
    background:#fff;
}
.lefe_div_x43{
/*        box-shadow:0px 0px 10px #eaeaea;*/
        border: 1px solid #e0e0e0;
        padding:20px;
        border-radius: 5px;
}

.search_box_4ege{
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-indent:10px;
}

.search_box_4ege::placeholder{
   padding:10px;
   font-size:13px;
}

.refrencelist{
     padding:10px 10px 0px 12px;
     font-size:13px;
}
.refrencelist li{
    padding:2px;    
    font-size:13px;
}

.dashboard_ul{        
    background: #2d3e50;    
    border-top: 1px solid #fff;    
    overflow: hidden;
}

.dashboard_ul li{
    width:100%;    
    padding:10px;    
}
.dashboard_ul li a{
    color:#fff;
}
.dashboard_ul li .fa{
    color:#fff;
    float:right;
    margin-right:20px;
}

.text-justify{
      font-family: 'Montserrat', sans-serif;
}

.indexinglablee8xg457cs{
        margin:6px 0px 8px 0px;
}

.for_xue5_count{
    border-radius:5px ! important;
    margin-bottom: 10px;
    height: 39px;
    box-shadow: none;
    border: 1px solid #968d8dad;
}

.for_xue5_count::placeholder{
    color:#ccc;
}

.for_xue5_count_btn{
    width:120px;
    height:40px;
}

.toggle_css_div{
    margin:6px ! important;
}

.modal_close_button{
        background: #942b0b;
        color: #fff;
        border: none;
        padding: 7px 25px;
}

.issue_article_img{
    height:80px;
}

.submit_article_edit_button{
    border: none;
    padding:4px 15px;
    border-radius:3px;
    font-size: 13px;
    background: #2d3e50;
    color: #fff;
    margin-bottom:5px;
}

.table tr td .submit_article_submit_button{
    border: none;
    padding:4px 15px;
    border-radius:3px;
    font-size: 13px;
    background:#a9110a;
    margin-right:5px;
    color: #fff;    
    float:left;
}

.submit_article_submit_button{
    border: none;
    padding:5px 8px;
    border-radius: 5px;
    font-size: 13px;
    background:#a9110a;
    color: #fff;    
    float:right;
}

.article_title_div_5edxe{
    margin-top:10px;
    padding:10px;
    padding-bottom:5px;
    border-bottom:1px solid #ccc;
}

.author_name_title{
    background:#a3a5a7;
    padding:3px 8px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

p{
   font-family: 'Montserrat', sans-serif ! important;
}

.article_title_div_5edxe p{
    margin:0px;
    margin-bottom:5px;
}

.btn_edit_profile{
    padding:2px 10px;
    font-size:13px;
    background:#2d3e50;
    color:#fff;
}

.btn_delete_profile{
    padding:2px 10px;
    font-size:13px;
    background:#af0d0d;
    color:#fff; 
}
.btn_add_more_author{
    padding:5px 10px;
    font-size:13px;
    background:#af0d0d;
    color:#fff; 
    float:right;
    border:none;
    border-radius:5px;
    margin:10px 0px;
}

.upload_button{
	background:#2d3e50;
    position: absolute;
    width:150px;
    height: 33px;
    border-radius: 41px;
    text-align: center;
    line-height: 30px;
    margin: auto;
    display: table;
    left: 0px;
    right: 0px;	
	color:#fff;
}
.upload_button_input{
	background:none;
	z-index:10000;
	opacity:0;
	width:150px;
    height: 33px;
	margin: auto;
    display: table;
    left: 0px;
    right: 0px;
	cursor:pointer;
}
.error_ipindexing8326{  
	color: red;
    margin-left: 15px;         
}


