body a {
    color: #2294e0;
}
body a:hover {
    color: #2294e0;
    text-decoration: none;
}

h2,  h3 {
    font-family: 'Lato';
}
label:text-muted, .nav-link {
   font-family: 'Lato';
}

body{font-family: 'Lato', sans-serif; background-color: rgba(236, 241, 246, 1)}
.container a:hover { text-decoration: none;}

.jumbotron{font-family: 'Lato', sans-serif; background-color: rgba(236, 241, 246, 1)}
  .btn-group{background-color: white}
  .btn {background-color: white}
  #main-nav {padding-top:10px; padding-bottom:10px;}
  .header {font: "Montserrat"; }
  .pp-card {
      font-family: 'Exo';
      box-shadow: 0px 0px 14px 0px rgba(204, 204, 204, 1);
      margin-bottom: 1em;
      display: block; overflow: hidden;}

  .pp-papertalk {
      font-family: 'Exo';
      box-shadow: 0px 0px 14px 0px rgba(204, 204, 204, 1);
      margin-bottom: 1em;
      display: block; overflow: hidden;}

@media (min-width: 601px) {
    .pp-card:hover {
        margin-top: -3%;
        margin-bottom: 0;
        margin-left: -3%;
        margin-right: -3%;
        z-index: 1;
        background-color: rgba(255,255,255,0.8);
    }

    .pp-card-header:hover{
      height: 350px;
    }

}

/*@media (min-width: 1201px){*/
/*    .container {*/
/*        width:90%!important;*/
/*        max-width: 1600px!important;*/
/*    }*/
/*}*/

/*@media (max-width: 1200px){*/
/*    .container {*/
/*          max-width: 95%!important;*/
/*    }*/
/*}*/

/*Extra small*/
/*<576px 	Small*/
/*≥576px 	Medium*/
/*≥768px 	Large*/
/*≥992px 	Extra large*/
/*≥1200px*/
/*.container 	100% 	540px 	720px 	960px 	1140px*/

/*@media (max-width: 575.98px) {*/
/*    .container {*/
/*        max-width: 1400px!important;*/
/*    }*/
/*}*/
@media (max-width: 1199.98px) {
    .container {
        width: 95%!important;
    }
}
@media (min-width: 1200.00px) {
    .container {
        width: 90%!important;
    }
}

.container, .container-xl, .container-lg, .container-md, .container-sm, .container-xs {
    max-width: 1600px!important;
}

/*@media (min-width: 768px) and (max-width: 991.98px) {*/
/*    .container {*/
/*        max-width: 1400px!important;*/
/*    }*/
/*}*/
/*@media (min-width: 1200px) and (max-width: 1599.98px) {*/
/*    .container {*/
/*        max-width: 1000px!important;*/
/*    }*/
/*}*/



.pp-card-header {
  border: 4px solid #eee;
  font-family: "Exo";
  height: 340px;
  padding-top : 10px;
  padding-bottom : 5px;

  padding-left : 13px;
  padding-right : 13px;
  display: flex;
  justify-content: space-between;
  flex-direction:column;
  /*height: 260px;*/
  position: relative;

}


  .pp-card-footer {
      /*position: absolute;*/
      /*width: 100%;*/
      /*bottom: 15px;*/
      height: 30px;
      font-size: 12px;
      z-index: 5;
      /*display: flex;*/
      /*justify-content: space-between;*/
      /*flex-direction:row;*/
  }

  .pp-mode-list .pp-card-header .card-title {
      font-size: 17px;
  }

  .cards_img {
      margin:auto;
      display:block;
      border-radius: 2px;
      max-height: 100px;
      /*max-height: 100%;*/
      max-width: 90%;
      object-fit: scale-down;
  }
  body .nav-pills .nav-link.active {
      color: #ffffff!important;
      background-color: #307551;
  }

  .container {margin-top: 10px;}
  .card {font-family: 'Exo';}
  .card-header {
                font-family: "Exo";}
  .card-header .card-title {
                font-family: "Exo";}

  .cards.myCard {
      display: flex;
      flex-flow: wrap;
      margin-left: 0;
      box-sizing: border-box;

  }
  .myCard {
      padding-left: 10px!important;
      padding-right: 10px!important;
  }

  .cards {
      margin-top: 10px;
      /*overflow: visible!important;*/
  }
  .card-title {
      margin-top: 5px;
      font-size: 20px;
      color: black;
      font-weight: 500;
  }
  h2.card-title  {margin-top: 10px; font-size: 30px;}
  h3.card-subtitle.text-muted  {margin-top: 10px; font-size: 20px;}
  .card-subtitle.text-muted {text-align: center; font-size: 13px;}

  .card-date_published {
      text-align: center;
      font-size: 12px;
      color: #555555;
      cursor: pointer;
  }

  .papertalk-date_published {
      text-align: center;
      font-size: 20px;
      color: #555555;
  }

  .main-title {
      font-weight: 700;
      color: #2294e0;
      /*color: black;*/
      font-family: "Exo";}

  .myAccordion {

    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    margin-bottom: 18px;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-top: 10px;
    background-color: rgba(255, 255, 255, 1);
  }

  /*.sponsorLogo {*/
  /*width: 300px;*/
  /*display: block;*/
  /*margin-left: auto;*/
  /*  margin-right: auto;*/
  /*margin-top: auto;*/
  /*  margin-bottom: auto;*/

  /*}*/

  .slp iframe {
      background: #fff;
      margin: 5px;

      border: 1px solid rgba(0,0,0,.125);
      border-radius: .25rem;
  }




div.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}


.border {
  background: #fff;

  padding: 10px;

  border: 4px solid #eee;

  box-shadow: rgb(204, 204, 204) 2px 2px 14px 0px;
  }
tr.fc-list-item {
    cursor: pointer;
}

.details {
    font-family: 'Lato', sans-serif;
}

  #abstractExample.collapse:not(.show) {
  display: block;
  /* height = lineheight * no of lines to display */
  height: 4.5em;
  overflow: hidden;
  }

  #abstractExample.collapsing {
  height: 4.5em;
  }


#absShow.collapsed:after {
  content: '+ Show More';
}

#absShow:not(.collapsed):after {
  content: '- Show Less';
}






.icon_video, .icon_cal {
    fill: #6c757d;
}

.icon_video:hover, .icon_cal:hover {
    fill: #000000;
}

/*New for papertalk*/



.form-group {
    margin-bottom: 1rem;
}

.form-group form{
    font-size: 10px;
}
/*.upload_btn {*/
/*    padding-left: 10px;*/
/*}*/

.required:after {
content:" *";
color: red;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
    content: "\25B4"
}
/* code for button for sorting descending:\25BE*/

.table > tbody > tr > td {
     vertical-align: middle;
     horiz-align: center;
}

.img_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.delete_button{
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #dc3545;
  cursor: pointer;
}

ul.comments {
    list-style-type: none;
    padding: 0px;
    margin: 16px 0px 0px 0px;
}
ul.comments li.comment {
    margin-left: 0px;
    padding: 10px 5px 10px 5px;
    border-bottom: 1px solid #e0e0e0;
}
ul.comments li.comment:nth-child(1) {
    border-top: 1px solid #e0e0e0;
}
ul.comments li.comment:hover {
    background-color: #f0f0f0;
}
.comment-date {
    /*float: right;*/
    color: #555;
    /*font-weight: 700;*/
}
.comment-author {
    font-weight: bold;
}
div.comment-thumbnail {
    position: absolute;
}
div.comment-content {
    margin-left: 55px;
    min-height: 50px;
}
div.comment-content p{
    margin-bottom: 0
}

div.comment-form {
    margin: 16px 0px 16px 32px;
}

div.pagination {
    width: 100%;
    text-align: right;
    padding: 0px;
    margin: 0px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.exceeded {
    color: red;
}



.page-header {
    padding-bottom: 8px;
    margin: 18px 0 18px;
    border-bottom: 2px solid #eee
}

.papertalk-link {
 font-size: 22px;
}

.pp-card-links {
 font-size: 14px;
}


.popover {
    max-width: 600px !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: rgb(204, 204, 204) 2px 2px 14px 0px;
}

.popover-header {
    background-color: #ffffff!important;
    /*color: #ffffff!important;*/
    font-size: 20px;
    color: black;
    font-weight: 500;
}
.popover-title .close{
    position: relative;
    bottom: 3px;
}

.popover-body {
    max-height: 300px;
    overflow-y: auto;
}


.button-link {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  /*font-family: arial, sans-serif;*/
  /*input has OS specific font-family*/
  color: #2294e0!important;
  cursor: pointer;
    z-index: 5;
}

.card-keyword {
  color: #6c757d;
  font-size: 13px;
}
.card-keyword a:hover {
  color: black;
  /*font-weight: 600;*/
}

.papertalk-keyword {
  color: #6c757d;
}
.papertalk-keyword a:hover {
  color: black!important;
}

.papertalk-author {
  color: #6c757d;
    font-size: 18px;
}

.link-hover {
  color: #2294e0 ;
  font-size: 14px;}
.link-hover a:hover, button:hover {
  font-weight: 600;

}


.preview {
display: none;
}


.search-choice {
    background-image: none!important;
    background-color: white!important;
    font-size: 14px;
    font-weight: 500;
}

.chosen-container {
    /*height: 37.5px;*/
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    z-index: 1;
}

/*.chosen-choices {*/
/*    height: 37.5px;*/
/*}*/

.search-field {
    height: 35px;
}

.chosen-choices{
    border:1px solid #ced4da!important;
    border-radius:.25rem!important;
    background-image: none!important;
}

.chosen-search-input {
    /*vertical-align: middle!important;*/
    /*display:block!important;*/
    /*width:100%!important;*/
    height:calc(1.25em + .75rem) !important;
    padding:.375rem .75rem!important;
    font-family: inherit!important;
    font-size:1rem!important;
    font-weight:400!important;
    line-height:1.5!important;
    color:#6c757d!important;
    background-color:#fff;
    /*background-clip:padding-box;*/

}

.card-categories {
    line-height: 10px!important;
}

.category-circle {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.6;
}

.category-circle:hover{
   transform:scale(1.5);
   transform-origin: center;
}

.visited-icon{
    color: #e85a13;
}

.watched-icon{
    color: #307551;
}

.watch_later-icon{
    color: black;
}

.like-icon{
    color: blue;
}

.favorite-icon{
    color: red;
}

.excellent-icon{
    color: #EBC815;
}

.far, .fas {
  /*color: #307551;*/
  cursor: pointer;
  user-select: none;
}

.card-icon:hover {
   transform:scale(1.2);
   transform-origin: center;
}

.papertalk-icon:hover {
   transform:scale(1.2);
   transform-origin: center;
}

.papertalk-icon{
  font-size: 20px;
  line-height: 50px!important;
}

.papertalk-icon.far{
  opacity: 0.70;
}

.card-icon{
  font-size: 13px!important;
}

.card-icon.far {
      opacity: 0.6;
}

.papertalk-info{
  line-height: 50px;
}

.card-statistics{
    opacity: 0.95;
    font-size: 14px;
    position:relative;
    cursor:pointer;
}

.icon-statistics {
    width: 18px;
}

.hidden-stats {
    /*display:none;*/
    position:absolute;
    visibility: hidden;
    background-color:#fff;
    bottom: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 9;
    border: 3px solid #dee2e6;
    border-radius: .25rem !important;
    /*width:60px;*/
    padding: 5px;

}
.hidden-stats::after {
  content: "";
  position: absolute;
  top: 103%;
  /*left: 50%;*/
  /*margin-left: -5px;*/
  border-width: 5px;
  border-style: solid;
  border-color: #dee2e6 transparent transparent transparent;
}

.card-statistics:hover .hidden-stats {
    /*display:block;*/
    visibility: visible;
    opacity: 1;
}

.papertalk-statistics {
    font-size: 16px;
    opacity: 0.8;
}

.card-duration {
  position: absolute;
  bottom: 47px;
  right: 12px;
  color:white;
  background-color: #555555;
  font-size: 12px;
  border-radius: 2px;
  /*opacity: 0.7;*/
}


.similarity-arrow {

  position: absolute;
  margin-top: -11px;
  margin-left: -13px;
  width: 0;
  height: 0;
  cursor:  pointer;
  z-index: 5;
  border-bottom: 30px solid transparent;
  border-left: 30px solid;
}


.similarity-gradient {
  height: 26px;
    background-image:
    linear-gradient(
      to left,
      rgb(256,0,0,0.7) 0%,
      rgb(256,256,0,0.7) 40%,
      rgb(50,150,50,0.7) 70%,
      rgb(48,117,81,0.7) 100%
    );
}

.similarity-legend {
  display: flex;
  justify-content: space-between;
  flex-direction:row;
}

.search-bar{
    /*padding: 0!important;*/
    /*margin-bottom: 10px;*/
}

.search_choices {
    padding-left: 5px!important;
    padding-right: 5px!important;
}

.hide_choice {
    display: inline-block;
}

.hide_choices {
    justify-content: end;
    display: flex;
    /*padding-left: 10px!important;*/
    /*padding-right: 10px!important;*/
    /*padding-bottom: 5px!important;*/
}

.search_choices label{
    margin-bottom:0!important;
    /*text-align: left!important;*/
}

.search-checkbox {
  display: block;
  position: relative;
  padding-left: 33px;
  /*margin-bottom: 12px;*/
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Hide the browser's default checkbox */
.search-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 10px;
  height: 14px;
  width: 14px;
  background-color: #eee;
  border-radius: 20%;
}

/* On mouse-over, add a grey background color */
.search-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.search-checkbox input:checked ~ .checkmark {
  background-color: #307551;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.search-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.search-checkbox .checkmark:after {
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-outline-primary {
    height: 37.5px!important;
    border-color: #307551!important;
    color: #307551!important;
}

.btn-primary {
    height: 37.5px!important;
    border-color: #307551!important;
    background-color: #307551!important;
    color: #fff;
}

.btn-primary:hover, .btn-primary:active{
    background-color: #307551!important;
    color: white!important;
}

.btn-outline:focus {
    box-shadow: 0 0 0 .2rem rgba(48, 117, 81, .5)!important;
}

.btn-outline-primary:hover, .btn-outline-primary:active{
    background-color: #307551!important;
    color: white!important;
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(48, 117, 81, .5)!important;
}

/*.form-control:focus{*/
/*    border-color: #307551!important;*/
/*    box-shadow: 0 0 0 .2rem rgba(48, 117, 81, .5)!important;*/
/*}*/

.chosen-container ul.chosen-results li.highlighted {
    background-color: #307551!important;
    background-image: none!important;
}

.pagination .page-link {
    color: #307551!important;
}

.pagination .page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(48, 117, 81, .5)!important;
}

.page-item .page-link:hover {
    color: #307551!important;
}

/*.page-item:active {*/
/*    border-color: #307551!important;*/
/*}*/

.page-item.active .page-link {
    border-color: #307551!important;
    background-color: #307551!important;
    color: white!important;
}



.embed-iframe:hover + .control-elements {
  display: block;
}


.leOWcI {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}

.radio {
  /* secret sauce to styling radio buttons */
  appearance: none;
  -webkit-appearance: none;
  -mozilla-appearance: none;
  /* Aligning your label text and your radio */
  vertical-align: text-bottom;
}

/*.radio:checked {*/
/*  border-color: pink;*/
/*}*/

.triangle-up {
  border: 8px solid lightgray;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display:block;
  margin: 0 0 5px 0;
  cursor: pointer;
}

.triangle-up:checked {
  border-bottom: 8px solid black;
}

.triangle-down {
  border: 8px solid lightgray;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display:block;
  margin: 5px 0 0 0;
  cursor: pointer;
}

.triangle-down:checked {
  border-top: 8px solid black;
}

.btn-outline-index {
    /*height: 25px!important;*/

    border-color: #307551!important;
    color: #307551!important;
}

.index_category.btn-outline-index {
    padding: 1px 5px 1px 5px!important;
    font-size: 15px!important;
}

.btn-index {
    /*height: 25px!important;*/
    padding: 1px 5px 1px 5px;
    border-color: #307551!important;
    background-color: #307551!important;
    color: #fff!important;
}

.btn-index:hover, .btn-index:active{
    background-color: #307551!important;
    color: white!important;
}

.btn-outline:focus {
    box-shadow: 0 0 0 .2rem rgba(48, 117, 81, .5)!important;
}

.btn-outline-index:hover, .btn-outline-index:active{
    background-color: #307551!important;
    color: white!important;
}

.btn-outline-index:focus {
    box-shadow: 0 0 0 .2rem rgba(48, 117, 81, .5)!important;
}



/*body {*/
/*    background-color: #F57F17*/
/*}*/

.mt-100 {
    margin-top: 100px
}

/*.modal {*/
/*    background-image: linear-gradient(rgb(35, 79, 71) 0%, rgb(36, 121, 106) 100.2%)*/
/*}*/

.share-modal-title {
    font-weight: 700!important;
}

.share-modal-content {
    border-radius: 13px!important;
}

.share-modal-body {
    color: #3b3b3b!important;
}

.img-thumbnail {
    border-radius: 33px!important;
    width: 61px!important;
    height: 61px!important;
}

.fab:before {
    position: relative;
    top: 13px
}

.smd {
    width: 100px;
    font-size: small;
    text-align: center
}

.share-modal-footer {
    display: block!important;
}

.ur {
    border: none;
    background-color: #e6e2e2;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.cpy {
    border: none;
    background-color: #e6e2e2;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer
}

/*button.focus,*/
/*button:focus {*/
/*    outline: 0;*/
/*    box-shadow: none !important*/
/*}*/

.ur.focus,
.ur:focus {
    outline: 0;
    box-shadow: none !important
}

.message {
    font-size: 11px;
    color: #ee5535
}

/*.form-check-input {*/
/*    margin-right: 10px!important;*/
/*    position: relative!important;*/
/*}*/

.counter{
    color: #6c757d;
}

.exceeded{
    color: red!important;
}




.paper {
    display: grid;
    /*border: 3px dotted red;*/
    /*padding: 3px;*/
    grid-gap: 10px;

    text-align: justify;

    grid-template:
    "left_col right_col"  min-content
    /*"eqn ani" min-content*/
    /*"rest1 rest2" 1fr*/
        / 6fr 4fr;
}


.paper_left_col {
    grid-area: left_col;
    /*width: 55vw;*/
    /*resize: horizontal;*/
    /*min-width: 30vw;*/
    /*max-width: 60vw;*/
    /*overflow: auto;*/
}
.paper_right_col {
    grid-area: right_col;
}



.paper_txt {
    /*grid-area: txt;*/
    /*border: 3px dotted blue;*/
    overflow: auto;
    resize: vertical;
    /*width: 55vw;*/
    height:400px;

    padding-right: 5px;
}



.paper_eqn {
    /*grid-area: eqn;*/
    overflow: auto;
    resize: vertical;
    /*min-height: min-content;*/
    /*width: 55vw;*/
    /*border: 3px dotted gray;*/
}


.paper_ref {
    /*grid-area: ani;*/
    overflow: auto;
    resize: both;
    /*min-height: min-content;*/
}

.paper_fig {
    /*grid-area: fig;*/
    /*border: 3px dotted orange;*/
    overflow: auto;
    resize: vertical;

    /*min-height: min-content;*/
    /*max-height: 200px;*/

    justify-content: center;
    align-items: center;
}

.paper_ani {
    /*grid-area: ani;*/
    overflow: auto;
    resize: vertical;
    /*min-height: min-content;*/
}

.paper_talk {
    /*grid-area: ani;*/
    overflow: auto;
    resize: both;
    /*min-height: min-content;*/
}

.paper_eqn .carousel-item {
    width:90%!important;
}

.paper_ref .carousel-item {
    width:90%!important;
}


.paper_section {
    margin-bottom: 5px;
    font-size: 20px;
    color: black;
    font-weight: 600;
    border-bottom: 2px solid #eee;
  display: flex;
  justify-content: space-between;
  flex-direction:row;

}

.eqn_number {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.ref_span {
    background-color: #fff;
    position:absolute;
    text-align: center;
    top: -25px;
    padding: 3px 3px 3px 3px;
    left:auto;
    display:none;
    white-space: nowrap;
    z-index:20;
    font-weight: bold;
}

.ref_div {
    position:relative;
    cursor:pointer;
    display:inline-block;
}

.ref_div:hover span{
    display:block;
}



/*.fig_tooltip {*/
/*    width:400px;*/
/*}*/

.tooltip-inner {
    background-color: #fff!important;
    max-width:300px!important;
    width:300px!important;
    opacity: 1!important;
    /*border: 2px solid #eee;*/
}

.tooltip {
      opacity: 1!important;
}

.arrow {
    visibility:hidden!important;
}

/*.fig_tooltip + .tooltip > .tooltip-main {*/
/*    background-color: #fff;*/
/*    width:400px!important;*/
/*    max-width:400px!important;*/
/*}*/

.choose_slide {
    font-size: 14px;
    border-radius: 5px;
    width: 50px;
}

.goto_text {
    font-weight: normal;
    font-size: 14px;
    /*float: inside;*/
}

.show_hide {
    font-weight: 500;
    font-size: 16px;
    float: right;
}

.show_first {
    font-weight: 500;
    font-size: 16px;
}

.center_logo {
  display: block;
  margin-left: auto;
  margin-right: auto;

}