@import url("fonts/openSans/stylesheet.css");               /* Custom Fonts */

   #navbar .menu {
    float: right;
    padding: 24px 0px 0px 0px;
   }
   #navbar .menu ul{
        padding: 0;
        list-style: none;
    }
   #navbar .menu  ul li{
        display: inline-block;
        position: relative;
        line-height: 21px;
        text-align: left;
    }
   #navbar .menu  ul li a{
        display: block;
        padding: 8px 12px;
	 font-size: 14px!important;
        color: #333;
        text-decoration: none;
	 transition: all 0.3s;
        -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
    }
   #navbar .menu ul li a:hover{
	 color: #FFF;
        background: #3498DB;
    }
   #navbar .menu  ul li ul.subMenu{
        min-width: 125px; /* Set width of the dropdown */
        background: #3e454c;
        display: none;
        position: absolute;
        z-index: 999;
        left: 14px;
	 top: 30px;
    }
   #navbar .menu  ul li:hover ul.subMenu{
        display: block;	/* Display the dropdown */
    }
   #navbar .menu  ul li ul.subMenu li{
        display: block;
	
    -webkit-transition:max-height 500ms ease;
    -moz-transition:max-height 500ms ease;
    -o-transition:max-height 500ms ease;
    transition:max-height 500ms ease;
}
   #navbar .menu  ul li ul.subMenu li a{
	 color: #FFF;
    }
   #navbar .menu  ul li ul.subMenu li a:hover{
	 color: #3498DB;background: #3e454c;

    }
.indexmenu ul{
height:50px;
list-style:none;
margin:0;
padding: 0 0 0 5.5em;
}
.indexmenu li a{
color:#000000;
display:block;
font-weight:normal;
line-height:50px;
margin:0px;
padding:0px 12px;
text-align:center;
text-decoration:none;
}

/**.menu{
border:none;
border:0px;
margin:0px;
padding:0px;
font-size:22px;
font-weight:bold;
}
.menu ul, .indexmenu ul{
height:50px;
list-style:none;
margin:0;
padding: 0 0 0 5.5em;
}
#navbar .menu li{
float:left;
padding:0px 0px 0px 15px; 
}
#navbar .menu li a, .indexmenu li a{
color:#000000;
display:block;
font-weight:normal;
line-height:50px;
margin:0px;
padding:0px 12px;
text-align:center;
text-decoration:none;
}
.menu li a{
color:#000000;
font-weight:normal;
line-height:50px;
margin:0px;
padding:0px 12px;
text-align:center;
text-decoration:none;
}
.menu li a:hover{
color:#1A80B6;
text-decoration:none;
}
.menu ul li:hover a{
color:#1A80B6;
text-decoration:none;
}
**/
.indexmenu li ul{
display:none;
height:auto;
padding:0px;
margin:0px;
border:0px;
position:absolute;
/**width:200px;**/
z-index:200;
left: 0;
right: 0;
}
.indexmenu li .nav_author_search,.indexmenu li .nav_journal_search,.indexmenu li .nav_institution_search{
display:none;
}

.indexmenu li:hover .nav_author_search,.indexmenu li:hover .nav_journal_search,.indexmenu li:hover .nav_institution_search{
display:block; 
color:#3e454c;
height: 115px;
}

.indexmenu li:hover ul{
display:block; 
-moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  background-color: #fafafa;
  border: 0 solid #efefef;
  height: 0;
  transition: all .25s ease-in-out;
}
.indexmenu li li {
display:block;
float:none;
margin:0px;
padding:0px;
}
div#nav_bottom {
  width: 960px;
  margin: 0 auto;
  margin-top: -36px;
  margin-right: 132px;
}
ul.indexmenu {
  list-style: none;
  position: absolute;
  top: 253px;
}
.indexmenu li {
  float: left;
  width: 120px;
  height: 36px;
  background: #3e454c;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-right: 10px;
}
.indexmenu li a:hover{
background:rgb(158, 110, 229);
color:#121212;
text-decoration:none;
border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#nav_bottom li a {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 38px;
}

#authorIndex li {
display:block;
background:transparent;
}
#journalIndex li {
display:block;
background:transparent;
transition: all .25s ease-in-out;
}
#institutionIndex li {
display:block;
background: transparent;
transition: all .25s ease-in-out;
}
/**.menu li:hover li a{
background:none;
}
.menu li ul a{
display:block;
height:50px;
font-size:12px;
font-style:normal;
margin:0px;
padding:0px 10px 0px 15px;
text-align:left;
}
.menu li ul a:hover, .menu li ul li:hover a{
border:0px;
color:#ffffff;
text-decoration:none;
background:#C60;
-webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
-moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3); 
}
**/
ul.directory {
    float: none!important;
    padding: 0px!important;
    border-style: none!important;
    border: none!important;
	background-color: transparent!important;
	
}
ul.directory li {
    float: left;
  width:25px;
  height: 36px;
  margin-top: 34px!important;
    
}
ul.directory li a {
    font-size: 15px!important;
}

.authorsearchtop,.journalsearchtop,.institutionsearchtop{
  background-color: #fff;
  border-right: 3px solid #cecece;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  box-sizing: border-box;
  box-shadow: none;
  color: #000;
  width: 35%;
  height: 40px;
  font-family: 'Open Sans',arial,sans-serif;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  margin: 0 -2px 0 0;
  padding: 5px 2px;
  /**vertical-align: middle;**/
  position: relative;
  -webkit-appearance: none;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border: 1px solid #d6d6d6;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  
}
.authorsearchtop:focus, .journalsearchtop:focus, .institutionsearchtop:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.authorsearchtopbutton,.journalsearchtopbutton,.institutionsearchtopbutton,button.button{
  background: #3498DB;
  color: #FFF;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.9);
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  /**background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#efefef),color-stop(100%,#e7e7e7));
  background-image: -webkit-linear-gradient(#efefef,#e7e7e7);
  background-image: -moz-linear-gradient(#efefef,#e7e7e7);
  background-image: -o-linear-gradient(#efefef,#e7e7e7);
  background-image: linear-gradient(#efefef,#e7e7e7);
  border: 1px solid #dbdbdb;
  color: #5e94ff !important;
  padding: 8px 32px;**/
  width: 12%;
  height: 40px;
  position: relative;
  top: 1px;
  cursor:pointer;
  text-align:center;
  margin-left: -2px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.authorsearchtopbutton:hover,.journalsearchtopbutton:hover,.institutionsearchtopbutton:hover{
  background:#3e454c;
}
button.button{
  width:45%;
  font-size: 15px;
}
a.readMorebutton {
    background: #3498DB;
    color: #FFF!important;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.9);
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 25px;
    position: relative;
    top: 1px;
    cursor: pointer;
    text-align: center;
    padding: 3px;
}

button.button:hover,.readMorebutton:hover{
  background-color: #1A80B6;
  cursor: pointer;
}
div#quick-search-box .instant{
  height:35px;vertical-align: middle;
}
#navbar {
  /**border-bottom: none;
  position: absolute;
  left: 0;
  margin-top: -278px;
  margin-left: 615px;**/
  position: relative;
  border-bottom: none;
  width: 40%;
  display: inline;
}
.nav_author_search,.nav_journal_search,.nav_institution_search,.nav_advanced_search  {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 25px;
}
div#authorspane {
  width: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
  clear: left;
}

#journalspane {
  width: 100%;
  border-bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
  clear: left;
}
#institutionspane{
  width: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
  clear: left;
}
div#authorspane ul.directory li,div#journalspane ul.directory li,div#institutionspane ul.directory li {
  position: relative;
  padding: 0px;
  background-color: transparent;
  border: none;

}
li#authorIndex:hover #authorspane,li#journalIndex:hover #journalspane,li#institutionIndex:hover #institutionspane,li#advancedSearch:hover #advancedSearchPane{
 /** max-height: 1000px;
  -webkit-transform: perspective(400) rotate3d(0,0,0,0);
  -moz-transform: perspective(400) rotate3d(0, 0, 0, 0deg);
  -o-transform: perspective(400) rotate3d(0, 0, 0, 0deg);
  transform: perspective(400px) rotate3d(0, 0, 0, 0deg);**/
  
}
#search-wrapper ul {
		width:75%;
		box-shadow: inset 0 10px 20px rgba(0,0,0,0.1);
		border-radius: 5px;
		border: solid 1px rgb(198, 198, 198);
		padding: 7px 11px;
		background-color: #FFF;
		display: inline-block;
		background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
    		/* background: rgba(0, 0, 0, 0.6); */
    		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
		/**background: rgba(0,0,0,0.29);**/
    		border: 1px solid rgba(0,0,0,0.1);
    		box-shadow: inset 0 2px 10px rgba(0,0,0,0.1);
}
#search-wrapper li, #search-wrapper1 li {
		float: left;
		padding: 10px 30px;
		margin: 5px 0px 5px 0px;
		color: black;
		list-style: none;
		border-bottom: 1px solid #d9d9d9;
		border-radius: 5px 5px 0px 0px;
}
#search-wrapper li:hover, #search-wrapper1 li:hover, #search-wrapper li:hover a,#search-wrapper1 li:hover a {
		color: #FFF;
		background-color: #1A80B6;
}
#search-wrapper li a, #search-wrapper1 li a {
		text-decoration: none;
		color: #000000;
		font-size: 16px;
		/**text-shadow: 1px 0px 3px rgb(157, 157, 157);**/
}
#search-wrapper .active a, #search-wrapper1 .active a {
    color: #FFF;
}
#search-wrapper li:nth-child(1), #search-wrapper1 li:nth-child(1) {  margin-left: 1px;}
#search-wrapper .active, #search-wrapper1 .active {
		/**border: 1px solid #DDD;
		border-bottom-color: #FFF;**/
		background-color: #3498DB;
}
#search-wrapper1 ul {
    width: 80%;
    box-shadow: inset 0 10px 20px rgba(0,0,0,0.1);
    border-radius: 5px;
    /* border: solid 1px rgb(198, 198, 198); */
    padding: 7px 11px;
    background-color: #FFF;
    margin: 0 auto;
    /*display: inline-block;
     background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%; */
    /* background: rgba(0, 0, 0, 0.6); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: inset 0 2px 10px rgba(0,0,0,0.1);
}
.toggleExtras.active {
    background-color: transparent!important;
}
div#rightSidebar {
    width: 10%;
    margin-left: -20%;
    margin-top: -10px;
    margin-right: 9%;
   /** margin-right: 6%;**/
}
body {
	background-color: #ffffff;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
}

a:link {
	color: #3498DB;
	text-decoration: none;
}

a:active {
	color: #000000;
}

a:visited {
	color: #3498DB;
}

a:hover {
	color: #005086;
	background: #ffffff;
	text-decoration: underline;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

.header {
  	color: #444;
  	min-height: 44px;
  	padding: 10px 0px 0px;
    /**background-image: url(images/header.png);**/
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    border-bottom-color: #e5e5e5;
    background-color: #ffffff;
    border-top: 4px solid #3498DB;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: normal;
    -webkit-tap-highlight-color: transparent;
    outline: 0!important;
    -webkit-touch-callout: none;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-duration: .6s;
    -moz-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
}
.headerContainer {
    width: 82%;
    height: 100px;
    margin: 0px auto;
    padding: 0px 0px 5px 0px;
}
#headerTitle {
	color: #3498DB;
	width: 41%;
    	height: 40px;
    	float: left;
}

.header h1 {
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 21px 0px 0px 0px;
}
.header h1 img{
	width: 63%;
	max-height: 60px;
}

#main {
	background-color: #ffffff;
	width: 65%;
       min-height: 400px;
       background: #E6E6E6 none repeat scroll 0% 0%!important;
}

#main h2 {
	font-family: 'Open Sans', sans-serif;
	color: #3498db;
	background-color: #FFF;
       padding: 15px;
       width: 96.4%;
}

#main h3 {
	font-family: 'Open Sans', sans-serif;
	color: #555;
}

#breadcrumb {
	padding-bottom: 10px;
	padding-top: 5em;
	border-bottom: 1px dotted red;
}

#content {
	border-top: 0px dotted #000;
	background-color: #FFF;
       padding: 15px;
	color: #555;
       font-size: 0.9em;
	overflow: hidden;
	min-height: 400px;
}

#content h3 {
       font-family: 'Open Sans', sans-serif;
	padding: 0em;
	font-size: 1.4em;
}

#content h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
}


input#query {

 }
input#query_input {
  padding: 13px 35px 13px 13px;
  font-size: 20px;
  width: 80%;
  height: 54px;
  background-color: #fff;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  box-sizing: border-box;
  box-shadow: none;
  font-family: 'Open Sans',arial,sans-serif;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;border: 1px solid #d6d6d6;
}

input#query_input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
input.top-submitbtn {
  height: 54px;
  margin-left: -4px;
  vertical-align: top;  
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 10px;
  background: #3498DB;
  color:white;
  /**font-weight: bold;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.9);**/
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  border: none;
  text-align: center;
  padding: 20px;
  cursor:pointer;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
input.top-submitbtn:hover, input.top-submitbtn:focus {
  background-color: #3e454c;
  cursor:pointer;
}

.searchs {
  margin-top: 45px;
  clear: both;
  position: relative;
  z-index: 100;
}
div#search-wrapper{
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /**background-image: url(images/homepagebanner.jpg);
  width: 100%;
  text-align: center;
  padding-top: 35px;**/
  background: url(images/searchbackground3.jpg);
    width: 100%;
    text-align: center;
    padding-top: 23px;
    background-color: rgb(246, 246, 246);
    background-size: cover;
    background-position: 50% 75%;
    background-repeat: no-repeat;
    height: 250px;
    position: relative;
    z-index: 100;
}
div#search-wrapper1 {
    padding-top: 15px;
    /**text-align: center;border-top: 1px solid #EEE;**/
}
div#search-box {
    border-top: 1px solid #EEE;
}
/**.shadow-left {
  position: absolute;
  pointer-events: none;
  background-image: url(images/shadow-top.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 42px;
  width: 100%;
  top: 98px;
  z-index: 99;
}
.shadow-right {
  position: relative;
  pointer-events: none;
  background-image: url(images/shadow-bottom.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 32px;
  width: 100%;
  margin-top: -32px;
  z-index: 99;
}**/

div#sidebarDevelopedBy, div#sidebarHelp, div#sidebarNavigation, div#sidebarFontSize, div#sidebarInformation, div#notification, div#sidebarUser {
  display: none;
}
.second_headline { 
  background-attachment: fixed;
  background-color: #3498DB;
  background-position: top left;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-color: #e5e4e4;
  border-bottom-width: 0px;
  border-top-width: 0px;
  border-bottom-style: solid;
  border-top-style: solid;
  padding-top: 5px;
  padding-bottom: 35px;
  height: 135px;
}
.second_headline::after {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 40px;
    width: 40px;
    border-bottom: 1px solid #3498DB;
    border-left: 1px solid #3498DB;
    background: rgba(128, 128, 128, 0);
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top-color: #3498DB;
    border-bottom: 1px solid #3498DB;
    border-left: 1px solid #3498DB;
    background-color: #3498DB;
    margin: 0 auto;
    margin-top: 78px;
}
.first_headline {
  margin: 0px 0px 30px 0px; 
}
.four.columns {
  width: 220px;
}
.third_headline{
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding-top: 65px; -webkit-animation-name: bounceInUp;
   
}
.columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px; 
}
.fourth_headline{
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding-top: 35px;
  clear:left;  
}
h3.front-page {
    width: 100%; 
    font-size: 1.1em!important;
    font-weight: 600!important;
    color:#3498DB!important;
}
.two.columns {
    width: 460px;
    padding-bottom: 30px;
}
.two.columns p{
    font-style: italic;
    line-height: 2.1em;
    font-size: 14px;
    background-color: #f6f6f6;
    color: #747474;
    display: block;
    padding: 25px;
}
.authorname::after {
    position: relative;
    left: -75px;
    top: -6px;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: medium solid transparent;
    border-top-color: #f6f6f6;
    border-width: 16px;
}
span.thumnail::before {
    content: " ";
    line-height: 40px;
    font-family: IcoMoon;
    font-size: 28px;
    color: #3E3E3E;
    background: url(images/author.png) top center;
}
span.author_name {
    padding-left: 11px;
    font-size: 12px;
}
span.thumnail img {
    width: 20px;
    height: 20px;
}
.sticky {
  /**position: fixed;**/
  
}
img.submissionimage {
    width: 130px;
    height: 121px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    margin-left: -15px;
}
.searchs table.data {
    margin-left: auto;
    margin-right: auto;
    font-size:  0.9em;
}
.searchs table.data td {
    padding-bottom: 0em;
}
.extrasContainer table.data td {
    padding-bottom: 0.25em;
} 
.extrasContainer table.data td:nth-child(1) {
    width: 25%;
}
.extrasContainer .data {
    background-color: #FFF;
    padding-left: 15%;
    padding-right: 15%;
    width: 100%;
}
.searchFilters .pkp_controllers_extrasOnDemand .toggleExtras{margin-right: 165px;font-size: 0.9em; padding-bottom: 1.5em; margin-top: 0px; margin-bottom: 0px;float: right;}
select#searchJournal, select.selectMenu {
    background-color: #fff;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    box-sizing: border-box;
    box-shadow: none;
    font-family: 'Open Sans',arial,sans-serif;
    display: inline-block;
    /* -webkit-appearance: none; */
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 1px solid #d6d6d6;
    padding: 5px 10px 5px 10px;
    
}
.uploadField {
    background-color: #fff!important;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    box-sizing: border-box;
    box-shadow: none;
    font-family: 'Open Sans',arial,sans-serif;
    display: inline-block;
    /* -webkit-appearance: none; */
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 1px solid #d6d6d6!important;
    padding: 6px 10px 6px 10px;
    
}

select#searchJournal{width: 80%;height: 40px;}
.extrasContainer  input.textField {
    background-color: #fff;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    box-sizing: border-box;
    box-shadow: none;
    font-family: 'Open Sans',arial,sans-serif;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 1px solid #d6d6d6;
    padding: 10px;
    /**font-size: 20px;**/
    width: 80%;
}
.advsearchButton{
    background-color: #375;
    color: #FBFBF3;
    /* font-weight: bold; */
    height: 40px;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 10px;
    background: #3498DB;
    color: white;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.9);
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    border: none;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.advsearchButton:hover{
   background-color: #3e454c;
}
.sixth_headline {
    width: 960px;
    position: relative;
    margin: 0px auto;
}
.submitArticle1 {
    background: #f7f7f7 url(images/homepageblock_background.jpg) repeat;
    width: 455px;
    position: relative;
    float: left;
    border: 1px solid #c6c6c6;
    margin-left: 2px;
    padding: 10px;
}
.fifth_headline { animation-delay:1.7s; -moz-animation-delay:1.7s; -webkit-animation-delay:1.7s; 
    position: relative;
    height: 60px;
    clear: left;
    border-color: #c6c6c6;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-top-style: solid;
    padding-top: 20px;
    padding-bottom: 20px;
}
.submitArticle {
    position: relative;
    margin: 0px auto;
    float: left;
    margin-left: 15%;
}
.submitArticle_button {
    margin: 20px 0px 10px 35px;
}
.submitArticle_button a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 10px;
    color: #333;
    border: none;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.submitArticle_button a:hover {
    background: #3498DB;
    color: white;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}
#footer {
    background: #282a2b;
    border-top: 1px solid #4b4c4d;
    z-index: 1;
}
#footeralign {
    width: 980px;
    margin: 0px auto;
    height: 20px;
    font-size: 14px;
    text-decoration: none;
    color: #8C8989;
}
#copyright {
    color: #FFF;
    margin-top: 17px;
    text-align: center;
}
#allrights {
    text-align: right;
    margin-top: -20px;
}
#footeralign a {
    color: #FFF;
    text-decoration: inherit;
    transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
#footeralign a:hover {
    color: #8C8989;
    text-decoration: inherit;
    background-color:transparent;
}
.footer {
    background: #363839;
    padding: 43px 10px 40px;
    color: #8c8989;
    clear: both;
    border-top: 5px solid #3498DB;
}
.footeralign {
    width: 980px;
    margin: 0px auto;
    font-size: 14px;
    height: 20px;
}
ul.left_footer {
    float: left;
    margin-left: -16px;
}
ul.left_footer li {
    float: left;
    color: #FFF;
    list-style-type: none;
    padding-right: 10px;
}
ul.left_footer li a{
    color: #FFF;
    text-decoration: inherit;
    background-color:transparent;
    transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
ul.left_footer li a:hover{
    color: #8C8989;
    text-decoration: inherit;
}
ul.right_footer {
    float: right;
    /**margin-right: -22px;**/
}
ul.right_footer li {
    float: left;
    color: #FFF;
    list-style-type: none;
    padding-right: 10px;
}
ul.right_footer li a{
    color: #FFF;
    text-decoration: inherit;
    background-color:transparent;
    transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
ul.right_footer li a:hover{
    color: #8C8989;
    text-decoration: inherit;
}
a.scrollup {
    background-color: #333333;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #FFFFFF;
    display: none;
    height: 35px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-transform: uppercase;
    text-indent: -9999px;
    width: 48px;
    opacity: 0.9;
    z-index: 10000;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
a.scrollup:hover {
    background-color: #1A80B6;
}
span.arrowup {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 15px;
    height: 11px;
    width: 11px;
    border-bottom: 1px solid #E6E5E6;
    border-left: 1px solid #E6E5E6;
    background: rgba(128, 128, 128, 0);
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top-color: #333333;
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    margin: 0 auto;
}
#authorsearchres, #journalsearchres, #institutionsearchres{
    position: relative;
    margin-top: 30px;
    font-size: 15px;
}
#searchresults {

}

div#authors, #journals, #institutions, #results {
    clear: left;
}
.breadcrumbs {
    /**overflow: hidden;**/
    padding: 30px 0px 60px 0px;
    border-bottom: 1px solid #EEE;
    border-top: 3px solid #EEE;
    /**background: transparent url("images/breadcrumbs.png") repeat scroll 0% 0%;
    background-color: #F7F7F7;**/
    background-color: #E6E6E6;
}

#journalnavbar {
    margin-top: -57px;
}
.journalHeaderTitle{
	width: 83%;
	padding-right: 3px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
.journalHeaderTitle h2{
	font-family: 'Open Sans', sans-serif;
	margin: 0em 0em 0em 0.5em;
	font-weight: normal;
	width: 70%;
}
#searchtop {
    margin-right: 8px;
    float: right;
    margin-top: -31px;
}
.search_style, input#simpleQuery_input{
    float: left;
    height: 27px;
    width: 170px;
    padding: 1px;
    border-right: none; 
    font-family: 'Open Sans', sans-serif;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.combo_box:focus{border-color: #66afe9;}
.combo_box {
    float: left;
    height: 31px;
    width: 98px;
    border: 1px solid #ccc;
    border-right: none;
    font-family: 'Open Sans', sans-serif;
    outline: 0;
     -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
input.button_add {
    height: 30px;
    width: 60px
    cursor: pointer;
    color: #FFF;
    border: none;
    /**text-transform: uppercase;**/
    background-color: #3498DB;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    cursor:pointer;
}
input.button_add:hover {
background:#2980B9 none repeat scroll 0px 0px
}
div#journalDescription, div#focusAndScope {
    color: #555;
    font-size: 14px;
    line-height: 1.8;
    clear: both;
    text-align: justify;
}
ul.journalmenu {
    list-style: none;
    width: 82.7%;
    margin: 0 auto;
    padding: 25px 0px 33px 0px;
}
.journalmenu li {
    float: left;
    padding-left: 8px;
}
.journalmenu li a {
    background: #3498DB;
    padding: 10px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}
.journalmenu li#announcements {
    width: 0%;
}
#journalrelatedItems {
    padding-bottom: 0em!important;
}
#journalrelatedItems ul {
    width: 180px;
    border: 1px solid #e9e9e9;
    margin-top: -16px;
}
#journalrelatedItems ul li {
        list-style: none;
    margin-left: -33px;
    border-bottom: 1px solid #e9e9e9;
    padding: 12px 0px 12px 0px;
    background-image: url(images/list-marker.png);
    background-position: 5% 320%;
    background-repeat: no-repeat;
}
#journalrelatedItems ul li a {
    font-size: 13px;
    color: #555;
    text-decoration: none;
    padding: 0px 0px 0px 33px;
}
#journalrelatedItems ul li a:hover {
    color: #3498DB;
    background: transparent;
}
.journalmenu li a:hover {
    background: #2980B9 none repeat scroll 0px 0px;
    color: #FFF;
}
.journalHeaderTitle h2 img {
    width: 65px;
    height: 65px;
    vertical-align: middle;
}
.open_access {
    width: 85%;
}
.open_access_img {
    float: right;
    margin-top: -43px;
}
.open_access_img img {
    width: 100px;
    height: 25px;
    padding: 8px;
    background: #95CC72;
}
#sidebar div.block {
    width: 215px;
    background: #F9F9F9;
    margin-bottom: 5px;
    font-size: 13px;
}
#sidebar div.block span.blockTitle{
    font-size: 1.1em;
    font-weight: normal;
    color: #555;
    background: url(images/title-tail.gif) top left repeat-x;
    height: 49px;
    line-height: 40px;
    padding-left: 20px;
    letter-spacing: 0em;
    text-transform: none;
}
h4.customExpandissueyear {
    margin: 0 0 !important;
}
h4.customExpandissueyear a{
    margin-left: 14px;
    padding: 7px 15px;
}
h4.expandissueyear {
    /**border-bottom: 1px solid #ddd;**/
}
div.rightArchivesStuff {
    height: auto !important;
    /**border: 1px solid rgba(0, 0, 0, 0.08);**/
    padding-top: 0px;
    /**background: #f3f3f3;**/
}
div.rightArchiveIssue h4 {
    margin-left: 10px !important;
}
div.separator {
    border-bottom: 1px solid #ddd;
}
p.switch {
    margin: 0 !important;
    float: right;
    margin-right: 11px;
}
p.switch a {
    text-decoration: none;
}
.expandissueyear a {
    padding: 3px 15px;
    text-decoration:none;
}
.expandissueyear a.open:link, .expandissueyear a.open:visited {
    background: url(images/collapse.png) no-repeat 0 9px ;
}

.expandissueyear a:link, .expandissueyear a:visited {
   background: url(images/expand.png) no-repeat 0 9px;
}
#issues .expandissueyear.open1 a:link, #issues .expandissueyear.open1 a:visited {
   background: url('images/collapse.png') no-repeat scroll 0% 9px transparent;
}
.homepageImage img{
    width: 130px;
    height: 180px;
}
#journalDetails {
    font-size: 13px;
    margin-left: 155px;
}
#journalDetails h2 {
    color: #555;
    font-size: 1.3em;
    padding: 10px 0px 0px 0px;
}
div#journalDetails li {
    color: #555;
    list-style: none;
    padding: 2px 0px 4px 0px;
    margin-left: -34px;
}
div#journalDetails li i {
    margin-right: 5px;
}
.headline {
    display: table;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;
}
.headline h2 {
    font-size: 1.4em;
    padding: 0px 8px 0px 0px !important;
    float: left;
    margin: 0px !important;
    display: table-cell;
    white-space: pre;
}

.headline-border-section {
    vertical-align: middle;
    width: 100%;
    position: relative;
    height: 6px;
    display: table-cell;
}
.border {
    /* display: block; */
    /* border-top: 0px solid #E7E6E6; */
    /* width: 100%; */
    /* position: relative; */
    height: 6px;
    border-bottom: 1px solid #CCC;
}
.ediboardtable {
    margin: 10px 10px;
    border-spacing: 3px;
}
ediboardtable tr {
    height: 34px;
    background: #fff;
}
.ediboardtable td {
    width:50%;
    padding-left: 11px;
    padding-right: 11px;
    border: 1px solid #EDEDED;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
}
span#showOption {
    margin-left: 15px;
    padding: 3px;
    background: #3498DB;
    color: #FFF;
    cursor: pointer;
    border-radius: 5px;
}
span#showOption:hover {
    background: #2980B9 none repeat scroll 0px 0px;
}
ul.abstract_index {
    list-style: none;
    
}
ul.abstract_index li {
    display: block;
    padding: 5px 0px 5px 0px;
}
.fa.fa-check-circle {
    padding-right: 15px;
    margin-left:-28px;
    color: #3498DB;
}

h4.tocSectionTitle {
    width: 100%;
    border: 5px solid #E6E6E6;
    padding: 15px;
    margin-left: -1em!important;
}
.tocTitle {
    /**font-family: "Segoe UI",Arial,sans-serif;**/
    font-size: 1.2em;
    padding: 10px 0px 5px 10px;
}
.tocTitle a{
   color: #3498DB;
}
.tocArticle {
    padding: 12px 0px;
    border-bottom: 2px solid #F3F0F0;
}
.tocArticle a:hover {
    color: #3498DB;
    text-decoration: underline;
}
#results table.tocArticle {
    margin-top: -1em;
}
.tocTitle a:hover {
    color: #3498DB;
    text-decoration: underline;
}
.tocAuthors {
    /**font-family: "Segoe UI",Arial,sans-serif;**/
}
.tocDoi {
    padding: 5px 0px 0px 10px;
    /**font-family: "Segoe UI",Arial,sans-serif;**/
    font-size: 13px;
}
.tocGalleys {
    text-align: left;
    padding: 5px 0px 0px 10px; 
    /**font-family: "Segoe UI",Arial,sans-serif;**/
}
.tocGalleys a {
    text-transform: capitalize;
    font-size: 13px;
}
i.fa.fa-cloud-download,i.fa.fa-eye{
    color: #3498DB;
    padding-right: 5px;
}
tr.plugins_generic_lucene_highlighting {
    /**font-family: "Segoe UI",Arial,sans-serif;**/
}
span.tocMetrics {
    float: right;
}
div#topBar {
    padding: 10px 10px 17px 25px;
    border-bottom: 5px solid #E6E6E6;
    margin-left: -1.1em!important;
}
div#articleTitle, div#authorString, div#articleAbstract, div#articleSubject, div#articleFullText, div#articleFullText, div#articleSubjectCollection, div#articleSubjectDiscipline {
    padding: 10px;
}
div#authorString {
    font-size: 15px;
}
div#authoraffliation {
    background-color: #D4DEE8;
    padding: 2px 5px 5px 10px;
}
div#authoraffliation ul li {
    padding: 3px;
    line-height: 1.6em;
}
div#articleAbstract div {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}
div#articleSubject, div#articleFullText, div#articleSubjectCollection, div#articleSubjectDiscipline {
    margin-top: -30px;
}
div#articleSubject div, div#articleFullText div, div#articleSubjectCollection div, div#articleSubjectDiscipline div{
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}
i.fa.fa-file-pdf-o{
    color: #3498DB;
    padding-right: 10px;
    font-size: 40px;
}
i.fa.fa-search {
    font-size: 18px;
    vertical-align: middle;
    padding:8px 10px 7px 10px;
    border: 1px solid #ccc;
    margin-right: -5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#registerPage span.table_subtitle {
    font-size: 16px;
    font-weight: 700;
}
#registerPage input.textField {
    display: block;
    width: 80%;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#registerPage input.textField:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
#registerPage input[type=checkbox]:not(old) {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0em 0.5em 0em 0.25em;
    vertical-align: bottom;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
}
.fade.in {
    opacity: 1;
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}
input.textField, textarea.textArea {
    /**display: block;
    width: 80%;
    height: 20px;**/
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input.textField:focus, select.selectMenu:focus, textarea.textArea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
input.button {
    height: 35px;
    color: #FFF;
    border: none;
    background-color: #3498DB;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    font-weight: normal;
}
input.button:hover {
    background: #2980B9 none repeat scroll 0px 0px;
}
table.listing td {
    padding: 0.25em 1.4em 0.25em 0.5em;
}
.staticContent {
    color: #555;
    font-size: 14px;
    line-height: 1.8;
    clear: both;
    text-align: justify;
}

.panel-group .panel{overflow:hidden;}

.panel-group .panel-heading+.panel-collapse .panel-body{background-color: #FFFFFF;}

.panel-default>.panel-heading {
    color: #333;

}
em.fa.ng-scope.fa-chevron-circle-right, em.fa.ng-scope.fa-chevron-circle-down {
    color: #3498DB;
    padding-right: 10px;
}
a.accordion-toggle {
    outline: 0;
    border: none;
    background:transparent;
}
span.ng-binding span{font-size:0.9em;}
span.ng-binding span:hover {
    text-decoration: underline;
    background:transparent;
}
.panel {

    background-color: #fff;
 }
.panel-default {
}
.panel-body {
    padding: 0px 15px 15px 15px;
    text-align: justify;
}
#journalListing{
    font-size: 13px;
    color: #555;
    line-height: 1.8;
    text-align: justify;
}
.btn {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 9px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-group > .btn,.btn-group-page > .btn {
    position: relative;
    float: left;
}
.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}
.btn-group-page{
    position: relative;
    display: inline-block;
    vertical-align: middle;	
}
.btn-group > .btn:first-child:not(:last-child),.btn-group-page > .btn:first-child:not(:last-child){
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),.btn-group-page > .btn:last-child:not(:first-child){
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn:not(:first-child):not(:last-child),.btn-group-page > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group .btn + .btn ,.btn-group-page .btn + .btn  {
    margin-left: -1px;
}
.btn-default {
    text-shadow: 0 1px 0 #fff;
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default:hover,.active-initial {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.pricing ul {
    list-style-type: none;
    background: #F8F8F8 none repeat scroll 0% 0%;
    padding-left: 0;
    width: 75%;
    margin: 0 auto;
}
.pricing li {
    border: 1px solid #EDEDED;
    padding: 12px;
    text-align: center;
    font-weight: 600;
}
.pricing li:nth-child(1) {
    border-bottom: none;
}
ul.tabs-nav {
    margin: 0;
    overflow: hidden;
    list-style-type:none;
}
ul.tabs-nav li {
    float: left;
    vertical-align: baseline;
    text-transform: uppercase;
    text-decoration: none;
    width: 150px;
    padding: 8px 10px 9px;
    text-align: center;
    display: block;
    border: 1px solid #e7e7e7;
    border-top: 2px solid #3498DB;
    border-bottom: 1px solid #fff;
    margin-left: -35px;
    font-weight: 600;
}
.tabs-container {
    padding: 23px 25px 25px;
    border: 1px solid #e7e7e7;
    margin-top: -1px;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin-bottom: 30px;
}
.tabs-container tr:nth-child(1) td:nth-child(1),.tabs-container tr:nth-child(2) td:nth-child(1) {
    border: none;
}
.tabs-container td {
    width: 50%;
}
.line {
    background: none repeat scroll 0 0 #333;
    height: 7em;
    margin: auto;
    width: 4px;display:none;
}
.sub_process_flow{
    list-style-type:none;
	
}
.sub_process_flow .line {
    height: 400px;
    position: absolute;
    right: 57%;
    margin-top: -165px;
    -moz-transform: rotate(-75deg);
    -webkit-transform: rotate(-75deg);
    -o-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    transform: rotate(-75deg);
}
.sub_process_flow > li:nth-child(2n) .line {
    -moz-transform: rotate(75deg);
    -webkit-transform: rotate(75deg);
    -o-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    transform: rotate(75deg);
}
.sub_process_flow > li {
    border-bottom: 2px solid #F7F7F7;
    /**clear: right;
    float: left;
    height: 120px;
    margin: 0;
    position: relative;
    width: 256px;**/
}
.sub_process_flow > li:nth-child(2n) {
    /**clear: left;
    float: right;**/
}
.sub-images{
    background: none repeat scroll 0 0 #3498DB;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    height: 100px;
    /*margin: auto;*/
    position: relative;
    transition: background 0.6s ease-out 0s;
    width: 100px;
    text-align: center;
}
.sub-images img {
    width: 70px;
    height: 60px;
    margin-top: 21px;
    margin-left: 20px;
    vertical-align: middle;
}
.process_desc {
    float: right;
    width: 75%;
    margin-top: -95px;
}
.animate-enter, 
.animate-leave
{ 
    -webkit-transition: 2000ms cubic-bezier(0.000, 0.000, 0.580, 1.000) all;
    -moz-transition: 2000ms cubic-bezier(0.000, 0.000, 0.580, 1.000) all;
    -ms-transition: 2000ms cubic-bezier(0.000, 0.000, 0.580, 1.000) all;
    -o-transition: 2000ms cubic-bezier(0.000, 0.000, 0.580, 1.000) all;
    transition: 2000ms cubic-bezier(0.000, 0.000, 0.580, 1.000) all;
} 
 
.animate-enter {
    left: 100%;
}
.animate-enter.animate-enter-active {
    left: 0;
}
 
.animate-leave {
    left: 0;
}
.animate-leave.animate-leave-active{
    left: -100%;
}
.switch > div {
    width: 655px;
    display: inline-block;
    position: absolute;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
blockquote {
  width:120%;
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
  text-align:justify;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.5;
}

blockquote small {
  display: block;
  line-height: 25px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.switch h3{
    font-size:1.1em!important;
    font-weight:600!important;
}
/* Oct 28 code starts */ 


.img-scp {
    float: right;
    position: absolute;
    right: 190px;
    top: 219px;
}

/* Oct 28 code ends */ 

.listStyling {
    width: 80%;
    margin: 0px auto;
    color: #FFF;
    margin-right: 0px;
}
.listStyling ul li {
    text-align: center;font-size: 15px;
}
i.fa-li.fa.fa-check-square {
    color: #FFF;
    padding: 5px;
}


#signinList {
    list-style: none;
    margin-left: 5px;
    padding-left: 0em;
}
#signinList li {
    padding-bottom: 0.5em;
}
div#signIn {
    width: 35%;
    margin: 0px auto;
    margin-top: 30px;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
table#signinTable .textField {
    width: 65%;
    height: 17px;
    padding-bottom: 9px;
}
table#signinTable input.button {
    width: 25%;
    height: 30px;
}
.input-group-addon {
    padding: 7px 12px 6px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-right: none;
    border-radius: 4px;
    vertical-align: middle;
    height: 17px;
    padding: 5px 12px 8px 12px;
}
.input-group-addon:first-child{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
i.fa.fa-external-link-square {
    padding-right: 8px;
    color: #3498db;
}
#journals h3 {
    padding-top: 0.75em;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc!important;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    /**padding: 6px 12px;**/
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.modal-open{overflow:hidden}
.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}
.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}
.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
.modal-dialog{position:relative;width:auto;margin:10px}
.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}
.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}
.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}
.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}
.modal-header .close{margin-top:-2px}
.modal-title{margin:0;line-height:1.42857143}
.modal-body{position:relative;padding:20px}
.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}
.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}
.modal-footer .btn-group .btn+.btn{margin-left:-1px}
.modal-footer .btn-block+.btn-block{margin-left:0}

@media (min-width: 768px){.modal-dialog{width:600px;margin:70px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}

@media (min-width:992px){.modal-lg{width:900px}}
.modal-footer:before,.modal-footer:after{content:" ";display:table}
.modal-footer:after{clear:both}

.selectdiv{
	width:90%;
	height:35px;
	background:url(http://i48.tinypic.com/2u7rpec.png) no-repeat right center;	
	border-radius:3px;
	cursor:pointer;
	}
.selectdiv:hover, .selectdiv:focus {
	width:90%;
	height:35px;
	background: url(http://i48.tinypic.com/2u7rpec.png) no-repeat right;
	border-radius:3px;
	cursor:pointer;
	}	
.selectdiv{
	z-index:-1;
	height:35px;
	overflow:hidden;
	cursor:pointer;
	}	
.modal-body select#selectJournal{
 	height: 35px;
    	margin-top: 0;
    	position: absolute;
    	width: 90%;
    	z-index: 2;
    	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    	filter: alpha(opacity=0);
    	-khtml-opacity: 0;
    	-moz-opacity: 0;
     	opacity: 0; */
      	cursor: pointer;
	}	

.regButton {
    position: relative;
    top: -110px;
}
.inn_middle #authors {
    height: 400px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
#authors a {
    display: inline-block;
}
div#authorDetails li {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    list-style-type: none;
}
i.fa.fa-square {
    color: #3498DB;
    font-size: 10px;
    padding: 0px;
    margin: 0px 25px 0px -35px;
    vertical-align: middle;
}
.luceneSearchResults {
    float: left;
    width:22%;
    background: #fcfcfc;
    border-right: 1px solid #e0e0e0;
    -webkit-box-shadow: inset -2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: inset -2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    border-left: 1px solid #e0e0e0;
    -webkit-box-shadow: inset 2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: inset 2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0,0,0,0.1);
    margin: 35px 0px 0px 6px;
}
.luceneSearchResults div#luceneFacets span.blockTitle {
    display: block;
    width: 130px;
    height: 20px;
    font-size: 0.9em;
    color: #FFF;
    padding: 7px 7px;
    background-color: #f4f4f4;
    border: 1px solid #ececec;
    border-color: #1A80B6 !important;
    background-color: #3498DB;
    border: 1px solid;
    margin-top: -17px;
    margin-left: 9px;
}
div#searchContainer {
    background: #fcfcfc;
    border-right: 1px solid #e0e0e0;
    -webkit-box-shadow: inset -2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: inset -2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    border-left: 1px solid #e0e0e0;
    -webkit-box-shadow: inset 2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: inset 2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0,0,0,0.1);
    margin: 20px -8px 0px 0px;
    padding: 10px;
    box-sizing: border-box;
}
.titleHeader {
    width: 127px;
    border-color: #1A80B6 !important;
    background-color: #3498DB;
    border: 1px solid;
    margin-top: -26px;
    margin-left: -1px;
    height: 35px;
}
.bar-left {
    position: absolute;
    top: 408px;
    left: 397px;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    width: 0;
    height: 0;
    border-color: transparent #1A80B6 #1A80B6 transparent;
}
.bar-right {
    position: absolute;
    top: 410px;
    left: 542px;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    width: 0;
    height: 0;
    border-color: transparent transparent #1A80B6 #1A80B6;
}
span.searchResultsTitle {
    padding: 6px 0px 0px 14px;
    color: #FFF;
    line-height: 2.4em;
}
.plugins_generic_lucene_facets .pkp_controllers_extrasOnDemand .toggleExtras{
    margin-top: 0px!important;
    border-bottom: 1px solid #ccc;
    padding: 0px 0px 10px 0px;
    height: 25px;
    font-size: 0.9em;
    width: 100%;
}
.plugins_generic_lucene_facets .pkp_controllers_extrasOnDemand .extrasContainer {
    background: #FFF none repeat scroll 0px 0px;
    font-size: 0.8em;
    border-top: 5px solid #FFF;
    border-bottom: 1px solid #ccc;
}
.plugins_generic_lucene_facets .pkp_controllers_extrasOnDemand:first-child{
    border-top:1px solid #ccc;
}
.plugins_generic_lucene_facets .pkp_controllers_extrasOnDemand .extrasContainer ul {
    
}
.plugins_generic_lucene_facets .pkp_controllers_extrasOnDemand .extrasContainer ul li {
    list-style-type: none;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0px 10px 15px;
    margin-left: -32px;
}
.ui-autocomplete .ui-menu-item a {
    font-size: 1em;
    color: #646464;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}
span.facetCount {
    float: right;
    padding-right: 15px;
}
.ediboardtable1 td {
    width: 50%;
    font-size: 13px;
}
.ediboardtable1 td img {
    background: #fafafa;
    border: 1px solid #dcdcdc;
    padding: 8px;
}
.sticky {
    display: block;
    position: fixed;
    z-index: 9000!important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff!important;
    border-bottom: none;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    height: 60px;
    padding-top: 0px;
}
.sticky .headerContainer{
    height: 60px;
}
.sticky h1 {
    margin: 10px 0px 0px 0px!important;
}
.sticky h1 img {
    width: 50%!important;
    max-height: 45px!important;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-duration: .6s;
    -moz-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
}
.sticky #navbar .menu{
    padding: 7px 0px 0px 0px!important;
}
/** homepage block code starts**/

.caption {
    position: relative;
    overflow: hidden;
}
.caption__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    height:310px;
    cursor: pointer;
}
.caption__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: white;
    transform: translateY(100%);
    transition: transform .35s ease-out;
	background: rgba(17,46,78,0.8);
}
.caption__overlay__content{
    color: #fff;
    text-align: center;
    line-height: 25px;
	}

.caption:hover .caption__overlay {
    transform: translateY(0);
}


.caption__overlay__title {
    margin: 0;
    transform: translateY( calc(-100% - 10px) ); /* +10px overlay padding */
    transition: transform .35s ease-out;
    text-align:center;
    background: #3498DB;
    font-size: 25px;
    color: #fff;
    padding: 30px 0px 30px 0px;
    width: 107%;
    margin-left: -10px;
    font-family: 'Open Sans', sans-serif;
}
.caption:hover .caption__overlay__title {
    transform: translateY(0);
}
.caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
}

.caption__overlay hr{
    width: 55px;
    margin: 0 auto;
    
    border-color: #fff;
	
	}


/** homepage block code ends**/

i.fa.fa-quote-left {
    position: relative;
    top: -6px;font-size: 15px;
}
i.fa.fa-quote-right {
    position: relative;
    top: -3px;font-size: 15px;
}
ul.fa-ul {
    margin-left: 0em;
}

/* March 11 code begins */

#accessKey {
    float: none;
    padding-top: 15px;
    margin-bottom: 0;
}

/* March 11 code ends */

/* July 20 code begins */

#table-2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: rgb(227, 227, 227);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgb(227, 227, 227);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(227, 227, 227);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(227, 227, 227);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    width: 100%;
}

#table-2 thead {
    color: rgb(75, 75, 75);
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    text-align: left;
}


#table-2 td {
    border-bottom-color: rgb(241, 242, 242);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color: rgb(241, 242, 242);
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: rgb(241, 242, 242);
    border-top-style: solid;
    border-top-width: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
}


#table-2 thead {
    background-color: rgb(200, 200, 200);
    background-image: -moz-linear-gradient(center top , rgb(241, 242, 242), rgb(241, 242, 242), rgb(241, 242, 242) 90%);
    border-bottom-color: rgb(153, 153, 153);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: rgb(75, 75, 75);
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    padding-bottom: 0.2em;
    padding-left: 0.5em;
    padding-right: 0;
    padding-top: 0.2em;
    text-align: left;
}

#table-2 td, #table-2 th {
    color: rgb(89, 89, 89);
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

#table-2 th {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
}
#table-2 td, #table-2 th {
    color: rgb(89, 89, 89);
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}



a.more:link, a.more:visited, a.more1:link, a.more1:visited {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/more.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: rgb(255, 255, 255);
    float: right;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    height: 29px;
    line-height: 27px;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 0;
    padding-top: 0;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    width: 97px;
}


a.more:hover, a.more1:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/more1.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}

/* July 20 code ends */

.social {
  position: fixed;
  top: 141px;
  z-index: 9999 !important;
  width: 100px;
  left:-2px;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 300px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(80px, 0);
  -moz-transform: translate(80px, 0);
  -ms-transform: translate(80px, 0);
  -o-transform: translate(80px, 0);
  transform: translate(80px, 0);
  background: rgb(255, 255, 255);
}
.social ul li:hover a {
  color: #000000 !important;
  font-size:13px !important;
  background: none;
}
.social ul li:hover i {
  color: #fff;
  background: rgba(0, 0, 0, 0.36);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li .facebook:hover i {
    background: #305c99;
}
.social ul li .twitter:hover i {
    background: #00cdff;
}
.social ul li .linkedin:hover i {
    background: #007bb6;
}
.social ul li .youtube:hover i {
    background: #d24228;
}

.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 15px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}


/* Sep 21 code begins */


.ediboardtable1 {
    border-spacing: 3px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
ediboardtable1 tr {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 34px;
}
.ediboardtable1 td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: rgb(237, 237, 237);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgb(237, 237, 237);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(237, 237, 237);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(237, 237, 237);
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 13px;
    padding-bottom: 8px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 8px;
    width: 0%;
}


.ediboardtable1 tr th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: rgb(237, 237, 237);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgb(237, 237, 237);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(237, 237, 237);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(237, 237, 237);
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 13px;
    padding-bottom: 8px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 8px;
    width: 0%;
}

/* Sep 21 code ends */
span#header_form {
    font-size: 1.17em;
    font-weight: bold;
}
.form-group {
    margin-top: 5px;
    margin-bottom: 5px;
    
}
.form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
input.form-control {
    height: 25px;
    line-height: 1.42857143;
    color: #3e3f3a;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dfd7ca;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.errors span {
    color: #C50000;
}
.ajax-loader{width:75px;height:50px;vertical-align: middle;}
.reasonCheckBox {
    padding: 4px 0px 4px 0px;
}

/* Sep 9 code */

#wrapper {
     width: 958px;
     margin: 0 auto;
     padding: 0;
     overflow: auto;
}

#rightcolumn {
    width: 450px;
    /* background-color: #777; */
    display: block;
    float: left;
    border: 1px solid white;
}

#leftcolumn {
    width: 500px;
    /* background-color: #111; */
    padding: 0;
    margin: 0;
    display: block;
    border: 1px solid white;
    position: relative;
    float: left;
}

p.clear {
    clear: both;
}

.twitter-timeline
{
 border:1px solid #ddd !important;
}

.timeline-Header
{
background: #ececec !important;
}

/* Sep 9 code */

/* Oct 31 code */

img.coverZoomIn {
    /*height: 160px;*/
    height:180px;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    /*width: 121px !important;*/
    width:130px;
}
img.coverZoomIn:hover {
    transform: scale(1.06);
}

/* Oct 31 code */

/* Nov 24 code begins */

.btn4c {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn4c:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/* Nove 24 code ends */
.nav-tabs {
    	border-bottom: 1px solid #ddd;
}
.navi {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navi::before {   
 display: table;
    content: " ";
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.navi > li {
    position: relative;
    display: block;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.navi > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.navi {
    list-style: none;
}
.navi > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
        border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}
.tab-content {
    clear: left;
}


/* Nov 11 code begins */

.navi > li
{
 padding-left:5px;
}



#OuterDivTab .navi > li a
{
	/*color:#ffffff;*/
	border:0px;
	background-color:#dddddd;
}

#OuterDivTab .navi > li a:hover
{
background-color:#3498DB;
color:#ffffff;
}


#OuterDivTab .navi > li a:active
{
background-color:#3498DB;
color:#ffffff;
}

#OuterDivTab .navi
{
	border:0px;
}

#OuterDivTab
{
	/**width: 70%;
        float: left;**/
	border:1px solid #dddddd;
        
}

#ulcon .licon
{
	list-style:none;
	padding:15px;
}

#ulcon
{
 padding-top:10px;
 padding-left:0px;
}

#ulcon li:nth-child(2n+1) 
{
    background-color: #f2f2f2;
}
#ulcon li:nth-child(2n) 
{
    background-color: #ffffff;
}

.t_1, .t_2
{
 padding:6px;
}

.t_1, .t_2:hover
{
 background:none;
}

#liact .active
{
 background:#3498DB !important;
color:#ffffff !important;
}
div#OuterDivTab1 {
    width: 25%;
    float: left;
    margin-left: 10px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
}
.information__title {
    text-align: center;
    background: #3498DB;
    font-size: 25px;
    color: #fff;
    padding: 30px 0px 30px 0px;
    font-family: 'Open Sans', sans-serif;
    margin: 8px;
}

/* Nov 11 code ends */
#ulcon li.more {
    list-style-type: none;
    padding: 5px 15px;
}
span.homeMore {
    background-color: #0C79BF;
    color: white;
    border-radius: 1px;
    font: 99% Open Sans,arial,helvetica,clean,sans-serif;
    padding: 5px 10px;
    min-height: 2em;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #0C79BF;
    margin: 0;
    cursor: pointer;
}

/* Jan 24 code begins */


.tags{
	/**margin:0;**/
	padding:0;
	/* position:absolute; */
	/**right:24px;
	bottom:-14px;**/
	list-style:none;
	float: right;
	}	
.tags li, .tags a{
	float:left;
	height:30px;
	line-height:29px;
	position:relative;
	font-size:17px;
	}	
.tags a{
	/**margin-left:20px;**/
	padding:0 10px 0 12px;
	background:#0089e0;
	color:#fff;
	text-decoration:none;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;	
	border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;	
	border-top-right-radius:4px;	
	}	
.tags a:before{
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-22px;
	width:0;
	height:0;
	border-color:transparent #0089e0 transparent transparent;
	border-style:solid;
	border-width:15px 22px 15px 0;		
	}	
.tags a:after{
	content:"";
	position:absolute;
	top:12px;
	left:0 !important;
	float:left;
	width:7px;
	height:6px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	-moz-box-shadow:-1px -1px 2px #004977;
	-webkit-box-shadow:-1px -1px 2px #004977;
	box-shadow:-1px -1px 2px #004977;
	}		

.tags a:hover{background:#555;}	
.tags a:hover:before{border-color:transparent #555 transparent transparent;}


#divtag
{
width: 980px;
margin: 0px auto;
/**position: relative;
top: 37px;**/
}

p.clear {
    clear: both;
}

.first_headline 
{
    margin: -30px 0px 30px 0px !important;
}

/* Jan 24 code ends */
.typeahead { border: 2px solid #FFF;border-radius: 4px;padding: 8px 12px;max-width: 300px;min-width: 290px;background-color: #fff;z-index: 1000;list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);}
	.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
	.tt-menu { width:300px; }
	ul.typeahead{margin:0px;padding:10px 0px;}
	ul.typeahead.dropdown-menu li a { display: block; padding: 3px 20px; clear: both;font-weight: 400; line-height: 1.42857143; color: #333; white-space: nowrap;}
	ul.typeahead.dropdown-menu li:last-child a { border-bottom:0px !important; }
	.bgcolor {max-width: 550px;min-width: 290px;max-height:340px;background:url("world-contries.jpg") no-repeat center center;padding: 100px 10px 130px;border-radius:4px;text-align:center;margin:10px;}
	.demo-label {font-size:1.5em;color: #686868;font-weight: 500;color:#FFF;}
	
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
		    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;	}
/**cart**/
i.fa.fa-shopping-cart {
    font-size: 22px;
    color: #3498db;
}
#navbar .menu ul li a:hover > i.fa.fa-shopping-cart {
    color: #FFF;
}
.badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #797979;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    position: relative;
    top: -10px;
}
.sc-btn {
    position: relative;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 8px 10px;
    margin-top: 8px;
    cursor: pointer;
    outline: 0;
    border: 0;
    background-color: #eee;
    background-image: -moz-linear-gradient(top,#eee,#eee);
    background-image: -ms-linear-gradient(top,#eee,#eee);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#eee),to(#eee));
    background-image: -webkit-linear-gradient(top,#eee,#eee);
    background-image: -o-linear-gradient(top,#eee,#eee);
    background-image: linear-gradient(top,#eee,#eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#eeeeee',GradientType=0);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding;
    zoom: 1;
    z-index: 1;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    min-width: 42px;
    text-shadow: #fff 0 1px 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: inherit;
}
.sc-btn:hover, .sc-btn:focus, .sc-btn:active, .sc-btn.active {
    color: #333;
    text-decoration: none;
    background-color: #dcdcdc;
    background-image: -moz-linear-gradient(top,#dcdcdc,#dcdcdc);
    background-image: -ms-linear-gradient(top,#dcdcdc,#dcdcdc);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#dcdcdc),to(#dcdcdc));
    background-image: -webkit-linear-gradient(top,#dcdcdc,#dcdcdc);
    background-image: -o-linear-gradient(top,#dcdcdc,#dcdcdc);
    background-image: linear-gradient(top,#dcdcdc,#dcdcdc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc',endColorstr='#dcdcdc',GradientType=0);
    z-index: 100;
    outline: 0;
}
i.fa.fa-plus {
    font-size: 13px;
}
.sc-btn {
    position: relative;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 8px 10px;
    margin-top: 8px;
    cursor: pointer;
    outline: 0;
    border: 0;
    background-color: #eee;
    background-image: -moz-linear-gradient(top,#eee,#eee);
    background-image: -ms-linear-gradient(top,#eee,#eee);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#eee),to(#eee));
    background-image: -webkit-linear-gradient(top,#eee,#eee);
    background-image: -o-linear-gradient(top,#eee,#eee);
    background-image: linear-gradient(top,#eee,#eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#eeeeee',GradientType=0);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding;
    zoom: 1;
    z-index: 1;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    min-width: 42px;
    text-shadow: #fff 0 1px 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: inherit;
}
.sc-btn:hover, .sc-btn:focus, .sc-btn:active, .sc-btn.active {
    color: #333;
    text-decoration: none;
    background-color: #dcdcdc;
    background-image: -moz-linear-gradient(top,#dcdcdc,#dcdcdc);
    background-image: -ms-linear-gradient(top,#dcdcdc,#dcdcdc);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#dcdcdc),to(#dcdcdc));
    background-image: -webkit-linear-gradient(top,#dcdcdc,#dcdcdc);
    background-image: -o-linear-gradient(top,#dcdcdc,#dcdcdc);
    background-image: linear-gradient(top,#dcdcdc,#dcdcdc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc',endColorstr='#dcdcdc',GradientType=0);
    z-index: 100;
    outline: 0;
}
i.fa.fa-plus {
    font-size: 13px;
}
.sc-btn {
    position: relative;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 8px 10px;
    margin-top: 8px;
    cursor: pointer;
    outline: 0;
    border: 0;
    background-color: #eee;
    background-image: -moz-linear-gradient(top,#eee,#eee);
    background-image: -ms-linear-gradient(top,#eee,#eee);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#eee),to(#eee));
    background-image: -webkit-linear-gradient(top,#eee,#eee);
    background-image: -o-linear-gradient(top,#eee,#eee);
    background-image: linear-gradient(top,#eee,#eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#eeeeee',GradientType=0);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding;
    zoom: 1;
    z-index: 1;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    min-width: 42px;
    text-shadow: #fff 0 1px 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: inherit;
}
.sc-btn:hover, .sc-btn:focus, .sc-btn:active, .sc-btn.active {
    color: #333;
    text-decoration: none;
    background-color: #dcdcdc;
    background-image: -moz-linear-gradient(top,#dcdcdc,#dcdcdc);
    background-image: -ms-linear-gradient(top,#dcdcdc,#dcdcdc);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#dcdcdc),to(#dcdcdc));
    background-image: -webkit-linear-gradient(top,#dcdcdc,#dcdcdc);
    background-image: -o-linear-gradient(top,#dcdcdc,#dcdcdc);
    background-image: linear-gradient(top,#dcdcdc,#dcdcdc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc',endColorstr='#dcdcdc',GradientType=0);
    z-index: 100;
    outline: 0;
}
i.fa.fa-plus {
    font-size: 13px;
}

.table-bordered {
width: 100%;
margin-bottom: 20px;
border-collapse: collapse;
border-spacing: 0;font-size: 0.9em;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
border: 1px solid #ddd;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;

}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
background-color: #f5f5f5;
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
font-size:1em!important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
color: #333;
background-color: #ebebeb;
border-color: #adadad;
font-size:1em!important;
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.btn-danger {
color: #fff!important;
background: url("images/icons-16.png") no-repeat 4% -3% #d9534f;
border-color: #d43f3a;
font-size:0.8em!important;
background-size: 18px;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
color: #fff!important;
background: url("images/icons-16.png") no-repeat 4% -3% #d2322d!important;
border-color: #ac2925!important;
font-size:0.8em!important;
background-size: 18px!important;
}


.btn-success {
color: #fff!important;
background: url("images/add-to-cart.png") no-repeat -4% 41% #5cb85c;
border-color: #4cae4c;
font-size:1em!important;
padding-left: 34px;
background-size: 42px;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
color: #fff!important;
background: url("images/add-to-cart.png") no-repeat -4% 41% #47a447!important;
border-color: #398439!important;
font-size:1em!important;
padding-left: 34px;
background-size: 42px!important;
}
.btn-primary {
color: #fff;
border-color: #357ebd;
font-size:1em!important;
background: #428bca url("images/add-to-cart.png") no-repeat -2% 43%;
padding-left: 40px;
background-size: 44px;
}
.btn-primary1 {
color: #fff;
border-color: #357ebd;
font-size:1em!important;
background: #428bca;
background-size: 44px;

}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
color: #fff;
background: #3276b1 url("images/add-to-cart.png") no-repeat -2% 43%;
border-color: #285e8e;
font-size:1em!important;
padding-left: 40px;
background-size: 44px;
}
.alert {
padding: 8px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
font-size: 1em;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-header button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal-header .close {
    float: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #000;
}
.modal-footer:before,.modal-footer:after{content:" ";display:table}
.modal-footer:after{clear:both}
.flat-table{
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 24px;
	width: auto;
}	

.flat-table th {
 	font-weight: bold;
	padding: 10px 15px;
	position: relative;
	border-top: 1px solid #e8e8e8;
}

.flat-table th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

.flat-table th:first-child {
	box-shadow: inset 1px 0 0 #fff;

    border-left: 1px solid #e8e8e8;
	}

.flat-table th:last-child {
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -1px 0 0 #fff;

	}

.flat-table td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 5px 10px;
	position: relative;
	transition: all 300ms;
}

.flat-table td:first-child {
	box-shadow: inset 1px 0 0 #fff;
}	

.flat-table td:last-child {
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -1px 0 0 #fff;
}	

.flat-table tr {
}

.flat-table tr:nth-child(odd) td {
	background: #f1f1f1;	
}

.flat-table tr:last-of-type td {
	box-shadow: inset 0 -1px 0 #fff; 
}

.flat-table tr:last-of-type td:first-child {
	box-shadow: inset 1px -1px 0 #fff;
}	

.flat-table tr:last-of-type td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}	

/***ends***/

/***custom***/
.tocMetrics{display:none;}
