#app-download-overlay{
  content:" ";
  display:block;
  position:fixed;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  background-color: rgba(0,0,0,0.5);
  z-index:10000;
  padding:10%;
  color:#fff;
}

img{
  max-width: 100%;
}

h1.app-caption{
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 2rem;
  font-weight: normal;
}

#app-download-popup{
  display: none;
  position:fixed;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:10001;
  background-image: url("../img/banner-bg11.jpg");
  background-size: cover;
  background-position: center;
  text-align:center;
  padding-top:100px;
}

a.app-download-bottom-bar{
  display:block;
  background-color:#fff;
  position:fixed;
  bottom:0px;
  left:0px;
  right:0px;
  z-index:10000;
  border-top:1px solid #eee;
  padding:5px;
  font-size:1.2em;
  box-shadow:1px 1px 2px 1px #eee;
}

.app-download-bottom-bar span{
  color:#444;
}

.app-download-bottom-bar img{
  width:50px;
  height:auto;
}

.close-app-popup{
  font-size:1.3em;
  color:#fff;
  text-decoration:underline;
}

#app-download-popup .app-logo img{
  max-width:100%;
}

body{
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
}

body#main-page{
  background-color: #f4f6f8;
}

.icon-button{
    width:20px;
    height:auto;
}

#complete-profile-wizard .finish-button, #complete-profile-wizard .sw-btn-prev.disabled{
  display: none;
}

.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
    background-color: #FFF;
}

.math-commands-box{
  background-color: rgba(0,0,0,.03);
  border-top:1px solid rgba(0,0,0,.125);
  min-height: 100px;
  padding:10px;
}

.math-command-button{
  border:0px;
  background-color:#fefefe;
  border:1px solid #ddd;
  border-radius:5px;
  font-family: 'Courier';
  padding:3px;
  padding-left:5px;
  padding-right:5px;
  font-size:0.8em;
  margin-right: 3px;
  margin-top:3px;
  cursor: pointer;
}

.math-command-button .math-sign{
  border:1px solid #ddd;
  padding-left:7px;
  padding-right:7px;
  border-radius:5px;
}

#answer-form .math-commands-box{
  display: none;
}

#answer-form.math-editor-active .math-commands-box{
  display: block;
}

.popover.tour-tour .btn.disabled{
  display: none;
}

.btn{
  cursor: pointer;
}

.code-editor, .formula-editor{
  display: block;
  background-color: #efefef;
  padding:5px;
  padding-left: 20px;
  min-height: 30px;
  border-left:2px solid #eee;
  margin:0px;
  border:0px;
  outline: 0px;
  margin-bottom:10px;
}

.formula-editor *{
  outline: 0px !important;
}

.navbar{
  height: 80px;
  box-shadow: 0 1px 2px #4c4c4c;
  width: 100%;
}

.navbar-brand img{
  max-width:180px;
  height:auto;
}

.nav-item{
  margin-left:10px;
}

#complete-profile-wizard .nav-item{
  margin-left: 0px;
}

.sw-theme-arrows > .sw-container{
  min-height: auto !important;
}

#banner #user-box>a{
  color: #fff;
  text-decoration: none;
}

#user-box>a:hover{
  text-decoration: none;
}

.user-box{
    position: relative;
}

#navbar-filters{
  display: flex;
  flex-basis: auto;
  -ms-flex-preferred-size: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

#banner{
  position: relative;
  min-height: 500px;
  background-image: url("/img/gradient-bg.jpg");
  background-size: cover;
  background-position: center;
}

.overlay{
  position: absolute;
  background-color: rgba(0,0,0,0.2);
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:0;
}

section#banner .navbar#banner-navbar{
  box-shadow: none;
}

#banner-content{
  margin: 80px 0px 0px 0px;
}

#banner-content .filters{
  margin-top: 30px;
}

#banner-content .filter{
  background-color: #fff;
  box-shadow: 2px 1px 5px 1px #555;
  color:#888;
  padding-left:0px;
  padding-right:0px;
}

#banner-content .filter-button{
  padding-left: 0px;
  padding-right: 0px;
  padding: 15px;
  width:100%;
  border:0px;
  background-color:#fff;
  display: block;
}

#banner-content .dropdown-menu{
  min-width: auto !important;
  width:100%;
}

#banner-content .filter-button:focus{
  outline: 0px;
}

#banner-content .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 99%;
}

.navbar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 99%;
}

.navbar-nav{
  width:80%;
}

.navbar-nav .nav-item{
  width:25%;
}


.border-radius-left{
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.border-radius-right{
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#banner h1, #universities-section h1, #universities-section h2, #universities-section h3{
  text-align:center;
  color:#fff;
  text-shadow: 1px 1px 1px #000;
  font-size:2rem;
  font-weight: normal;
  z-index: 1;
}

#universities-section h2{
  font-size:1.7rem;
}

#universities-section h3{
  font-size:1.4rem;
  width:100%;
}

#universities-section .card-header{
  height:160px;
  display: flex;
  align-items: center;
  background-size: cover;
}

.universities-cards-wrapper{
  margin-top: 30px;
}

.filter-row .filter-select{
  width:100%;
}

#universities-section{
  padding-bottom: 30px;
/*  transform: translateY(-200px);
  margin-bottom: -200px;*/
}

.university-bg1{
  background-image: url("/img/university-bg.jpg");
}

.university-bg2{
  background-image: url("/img/university-bg2.jpg");
}

.university-bg3{
  background-image: url("/img/university-bg3.jpg");
}

#stats-section{
  min-height: 200px;
  background-image: url("/img/gradient-bg.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

#stats-section .stat-number{
  display: block;
  text-align: center;
  font-size: 5rem;
  line-height: 5rem;
  color:#fff;
}

#stats-section .stat-label{
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color:#fff;
}

#questions-section{
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

#questions-section h2{
  color: #444;
  text-align: center;
}

.question-upvote, .question-downvote, .question-vote-count, .answer-upvote, .answer-downvote, .answer-vote-count{
  display: block;
  text-align: center;
}


.question-vote-count{
/*  display: inline; */
  font-size: 0.7em;
}

.question-upvote.upvote{
  /*display: inline;*/
}

.question-vote{
  margin-top:10px;
}

.question-index{
  padding:10px;
}

.question-wrapper .question-vote{
  margin-top:20px;
}



.upvote, .downvote {
    font-family: FontAwesome;
    display: block;
    font-size: 25px;
    line-height: 20px;
    text-decoration: none;
    color: #aaa;
}

.upvote:before {
    content: '\f0d8';
}

.question-upvote.upvote:before{
  content: '\f0e7'
}

.downvote:before {
    content: '\f0d7';
}

.upvote:hover, .downvote:hover {
    text-decoration: none;
    color: #888;
}

.upvote.voted, .downvote.voted {
    color: blue;
}

.question-vote, .answer-vote{
  width:80px;
  font-size: 1.2rem;
}

.question-vote a, .answer-vote a{
  color:#888;
}

.question-text, .answer-text{
  font-size: 1.1rem;
}
.question{
  padding-top: 10px;
  padding-bottom:10px;
  text-align: -webkit-auto;
  text-align: initial;
  word-break: break-word;
}

.answer{
  text-align: -webkit-auto;
  text-align: initial;
  word-break: break-word;
}

.answer-actions{
  padding-top:10px;
}

.answer-actions a{
  padding-right: 10px;
}

.question-tags{
  color:#888;
  font-size: 0.8rem;
}

.question-wrapper{
  border-bottom:1px solid #eee;
}

.question-wrapper:last-child{
  border-bottom:0px;
}

.section-heading-wrapper{
  border-bottom:1px solid #eee;
  padding-bottom: 10px;
}

.sub-heading{
  text-align: center;
  font-size: 0.9rem;
}

.university-onboard-wrapper{
  margin-top:20px;
  text-align: center;
  padding-top: 30px;
  padding-bottom:30px;
}

#educators-section{
  background-image: url("/img/gradient-bg.jpg");
  padding-top: 100px;
  padding-bottom:100px;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.button-caption{
  font-size: 1.2rem;
  text-align: center;
}

#educators-section .button-caption{
  color:#fff;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

#social-section{
  padding-top: 100px;
  padding-bottom:100px;
  background-color: #fff;
}

.section-heading-wrapper{
  text-align: center;
}

.header.fixed-top{
  background-color:#fff;
}

#main-page .header.fixed-top{
  display: none;
}

#main-page .header.fixed-top.visible{
  display: block;
}

#main-section{
  margin-top: 90px;
  min-height: 700px;
  padding-bottom:50px;
}

#paper-details-section, #user-profile-section, #result-user-details-section{
  margin-top: 80px;
  min-height: 300px;
  background-color: #fafafa;
  border-bottom: 1px solid #ebebeb;
}

#result-not-found-section{
  margin-top: 80px;
}

#paper-details-section .paper-details{
  padding-top:20px;
}

#paper-details-section .paper-title{
  margin-top:10px;
}

#question-paper-section, #user-contributions-sections{
  min-height: 500px;
}

.footer{
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
  text-align: left;
}

.footer-menu{
  padding: 0px;
  margin: 0px;
}
.footer-menu li{
  list-style-type: none;
  padding: 5px;
  margin:0px;
  padding-left: 10px;
  padding-right: 10px;
  overflow-wrap: break-word;
}

.footer-menu-header, .footer-menu li.footer-menu-header a{
  font-weight: bold;
  color:#333;
  font-size: 1.1em;
}

address{
  color:#333;
}

.text-bold{
  font-weight: bold;
}

.footer-menu li:last-child{
  border-right: none;
}

.footer-menu li a{
  color:#888;
}

.social-icon-wrapper{
  text-align: center;
  font-size: 4em;
  padding: 20px 30px;
}

.social-icon-wrapper img {
    width: 100%;
}

#banner .user-box a{
  color:#fff;
}

a.list-group-item{
  color:#333;
}

a.list-group-item:hover{
  background-color: #eee;
  border-color: rgba(0,0,0,.125);
}

/*.login-button-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}*/

#search-results{
  margin-top: 130px;
  min-height: 600px;
}

.paper-search-title{
  font-size:1.5em;
}

.paper-details{
  font-size: 0.9em;
}

.paper-search-row, .in-search-ad-row{
  padding-top:10px;
  padding-bottom:10px;
  border:1px solid #eee;
  border-bottom:0px;
}

.question-wrapper img {
    max-width: 100%;
}

.paper-search-row:last-child{
  border-bottom:1px solid #eee;
}

.paper-search-row:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.results-count{

}

.answers-list>li{
	padding-bottom:20px;
	border-bottom:1px solid rgba(0,0,0,.1);
}

.answers-list>li:last-child{
	border-bottom:0px;
}

h4.text-muted{
	color:#666 !important;
}

.note-editor.note-frame{
	text-align: left;
	border:0px;
}

.user-box{
	cursor: pointer;
}

.user-box:hover small{
	text-decoration: underline;
}

.user-image, .thumbnail{
	width:50px;
	height:50px;
}

#banner .user-details{
  color:#fff;
}

.user-details .media-body{
  padding-top:5px;
}

.user-details{
  position: relative;
}

.user-menu{
  position: absolute;
  list-style-type: none;

}

.hidden{
  display: none !important;
}

.feature-icon img{
  width:70%;
}

.feature-icon{
  text-align: center;
}

#banner .user-box ul.user-menu,  .user-box ul.user-menu{
  display: none;
  border: 1px solid #eee;
  position: absolute;
  background-color: #fff;
  color: #000;
  top: 45px;
  right: 0px;
  min-width: 200px;
  border-radius: 2px;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  z-index: 1000;
}

.user-box ul.user-menu::before{

}

#banner .user-details.active ul.user-menu,.user-details.active ul.user-menu{
  display: block;
}

#banner .user-box ul.user-menu li, .user-box ul.user-menu li{
  padding:0px;
  margin:0px;
}

#banner .user-box ul.user-menu li a, .user-box ul.user-menu li a{
  display: block;
  padding:5px;
  color:#000;
  padding-left: 10px;
}

#banner .user-box ul.user-menu li a:hover, .user-box ul.user-menu li a:hover{
  text-decoration: none;
  background-color: #eee;
}

.login-button{
    display: none;
}

.login-button.enabled{
  display: inline-block;
}

.mobile-button.enabled, .mobile-button.login-button.enabled{
  display: none;
}

.similar-papers-section.hidden-xs{
  display: block;
}

.similar-papers-section.hidden-sm{
  display: none;
}

.breadcrumb{
  background-color: transparent;
  margin: 0px;
}

.user-points-handle, .user-notifications-handle{
  font-size:1.3em;
  margin-right:5px;
  padding:10px;
  display: block;
  color:#444;
}

.navbar-toggle{
  display: none;
}

.mobile-button.toggle-notifications{
  display: none;
}

.first-section, .topbar-margin{
  margin-top: 80px;
}

@media screen and (min-width:576px){
  .notes-wrapper{
    margin-left:25%;
  }

  .text-left-sm{
    text-align: left;
  }

  .plan-left-bar{
    border-right:1px solid #eee;
  }

  .single-section{
    padding-top:100px;
    padding-bottom:100px;
  }
}

p.download-count{
  font-size: 5em;
  margin:0px;
}

.download-col{
  border-left:1px solid #eee;
}

.close-syllabus{
  display: none;
}

button:focus{
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

#notes-body-wrapper{
  margin:10px 20px;
}

.notes-subscription-preview{
  background-color: rgba(30, 60, 112, 0.9);
  background-color: #1e3c70;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin:20px;
  margin-bottom:0px;
  color:#fff;
  text-align: center;
  padding:30px;
  font-size: 1.1em;
}

#syllabus-chapters-section .notes-subscription-preview a, .notes-subscription-preview a{
  color:#fff;
}

.notes-subscription-preview{
  display: none;
}

.fixed-bottom .notes-subscription-preview {
  padding: 10px 10px;
  margin: 0px;
  border-radius: 0px;
  background-color: rgba(30, 60, 112, 0.9);
  display: block;
  margin-left: 25%;
}

.fixed-bottom .notes-subscription-preview h2 {
  display: none;
}

.fixed-bottom .notes-subscription-preview p {
  font-size: 1.1em;
}

@media screen and (max-width:576px){

  .fixed-bottom .notes-subscription-preview {
    margin-left: 0%;
  }

  .notes-subscription-preview{
    margin:10px;
  }

  .fixed-bottom .notes-subscription-preview p {
    font-size: 1em;
  }

  .fixed-bottom .notes-subscription-preview h4 {
    font-size: 1.1em;
  }

  .close-syllabus{
    color:#888;
    display: block;
    -webkit-appearance: none;
    border: 0px;
    float: right;
    font-size: 20px;
    z-index: 1000;
    position: relative;
    margin-top:5px;
  }
  #notes-body-wrapper {
    margin: 10px 0px;
  }

  .syllabus-menu-mobile {
    border-bottom: 1px solid rgba(0,0,0,0.125);
    padding: 0px;
    background-color: #fff;
  }

  .syllabus-menu-mobile.fixed-top{
    position: fixed;
    z-index: 999;
    top:55px;
  }

  .syllabus-menu-mobile button {
      -webkit-appearance: none;
      border-width: 0px 1px;
      padding: 8px 12px;
      border-color: rgba(0,0,0,0.125);
  }

  .syllabus-menu-mobile button:focus{
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
  }

  .topics-navigation{
    display: none;
  }

  .topics-navigation.visible {
    display: block;
  }

  .syllabus-expand-button-wrapper{
    display: none;
  }

  .single-section{
    padding-bottom:100px;
  }

  .social-icon-wrapper{
    padding: 20px 20px;
  }

  ul#search-results-container li{
    border-left:0px;
    border-right:0px;
  }

  .search-results-column{
    padding-left:0px;
    padding-right:0px;
  }

  #search-results{
    margin-top:80px;
  }

  .nav-link.active .tab-title{
    display: none;
  }

  .feature-set{
    text-align: center;
  }

  .feature-icon{
    margin-bottom: 30px;
    text-align: center;
  }

  .feature-icon img{
    width:auto;
  }

  .user-paper-upload-form th, .user-paper-upload-form td{
    display:block;
    border:0px;
  }

  .user-paper-upload-form tr{
    border-bottom:1px solid #eee;
  }

  .user-paper-upload-form th.d-xs-none{
    display: none;
  }

  #paper-details-section, #user-profile-section, #result-user-details-section, #result-not-found-section{
    margin-top:55px;
  }

  .first-section, .topbar-margin{
    margin-top: 55px;
  }

  #document-canvas .document-canvas-container{
    height: auto !important;
    max-width: 100%;
  }

  #document-canvas .document-canvas-container canvas{
    max-width: 100%;
  }

  .btn.download-modal-open, .btn.read-answers-button{
    display: block;
    width:100%;
    margin-bottom: 10px;
  }

  .buttons-column{
    column-span:all;
  }

  .stat-box{
    margin-bottom: 60px;
  }

  #universities-section{
    transform: none;
    margin-bottom: 0px;
  }
  #banner-navbar{
    display: none;
  }

  .header.fixed-top{
    display: block !important;
    height: auto;
    padding: 0px;
  }

  .navbar{
    padding: 0px;
    box-shadow: none;
    height: auto;
    padding-left: 15px;
    border-bottom: 1px solid #eee;
  }

  .header.fixed-top .navbar-filters{
    display: none;
  }

  .header.fixed-top .mobile-options .navbar-filters{
    display: block;
  }

  .header.fixed-top>.navbar>.container>.user-box, .header.fixed-top>.navbar>.container-fluid>.user-box{
    display: none;
  }

  #banner-content{
    margin-top: 50px;
  }

  .navbar-toggle{
    display: block;
    position: relative;
    float: right;
    padding: 10px;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    background-color: transparent;
    background-image: none;
    border: 0px;
    border-left: 1px solid #eee;
    font-size: 1.5em;
    line-height: 35px;
    outline: none;
  }

  .navbar-toggle:focus{
    outline: none;
  }


  #banner{
    padding-top: 100px;
    padding-bottom:100px;
  }

  #banner-content .filter{
    margin-bottom:10px;
    border-radius: 3px;
  }

  #universities-card-container{
    position: static;
    padding-top: 50px;
  }

  #universities-card-container h2{
    color:#444;
    text-shadow: 1px 1px 1px #eee;
    font-size: 2em;
  }

  #universities-section{
    background-color: #fff;
  }

  #universities-section .card-header{
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #universities-section .card-header h3{
    margin-bottom: 0px;
  }

  #stats-section .col-3{
    margin-bottom: 100px;
  }

  #stats-section .col-3:last-child{
    margin-bottom: 0px;
  }

  .mobile-options{
    display: none;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #aaa;
    padding: 20px;
    position: fixed;
    background-color: #fff;
    z-index: 998;
    left: 0px;
    right: 0px;
    margin: 0px;
  }

  .user-notifications.mobile-options{
    padding:0px;
    max-height:300px;
    overflow: auto;
  }

  .user-notifications.mobile-options ul.notification-list-group a.list-group-item{
     border-left:0px;
     border-right:0px;
  }

  .user-notifications.mobile-options ul.notification-list-group a.list-group-item:first-child{
     border-top:0px;
     border-radius: 0px;
  }

  .user-notifications.mobile-options ul.notification-list-group a.list-group-item:last-child{
     border-radius: 0px;
  }

  .mobile-options.enabled {
    display: block !important;
    transition: all 0.5s ease-in-out;
  }

  .hide-mobile-options {
    text-align: center;
    font-size: 60px;
    line-height: 30px;
    font-weight: lighter;
    color: #000;
  }

  .toggle-user-options, .navbar-toggle.login-button, .toggle-notifications{
    display: none;
  }

  .toggle-user-options.mobile-button.enabled, .navbar-toggle.login-button.mobile-button.enabled, .toggle-notifications.enabled{
    display: block;
  }

  .mobile-options .filter-select{
    width:100% !important;
    border-radius:3px;
    margin-bottom: 10px;
    border:0px;
    background-color: #fff;
  }

  .mobile-options .filter-button{
    background-color: #fff;
    box-shadow: 1px 1px 2px 1px #eee;
    padding:10px;
  }

  .mobile-options .dropdown div.dropdown-menu{
    transform:translate3d(0px, 46px, 0px) !important;
    right:0px;
    min-width: auto !important;
  }



  .user-options .user-name{
    color:#000;
  }

  .mobile-options ul.user-menu{
    position: static;
  }

  .user-options.mobile-options .user-menu{
    padding:0px;
    margin-top:10px;
  }

  .user-options.mobile-options .user-menu li{
    padding:0px;
  }

  .user-options.mobile-options .user-menu li a{
    display:block;
    padding:10px;
    padding-left:15px;
    border:1px solid #eee;
    border-radius:3px;
    color:#888;
  }

  .user-options.mobile-options .user-menu li a:hover{
    background-color: #eee;
    text-decoration: none;
  }

  .user-options.mobile-options .user-box .media-body{
    color:#000;
  }

  .mobile-options h4{
    text-align:center;
  }

  .similar-papers-section.hidden-sm{
    display: block;
    background-color: #fafafa;
    border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
  }

  .similar-papers-section.hidden-xs{
    display: none;
  }

  .user-profile-information .user-name{
    font-size:2em;
  }

  #user-contributions-sections{
    padding-bottom: 100px;
  }

  .paginator .btn{
    margin-top:5px;
    margin-bottom:5px;
  }

  .facebook-chat .facebook-plugin-handle .fb-label{
    display: none;
  }

  .facebook-chat .facebook-plugin-handle{
    width:auto !important;
    padding-left:15px !important;
    padding-right:15px !important;
  }

  .toggle-notifications.has-unread{
    color: #007bff;
    text-shadow: 0px 1px 5px #fff;
    display: block;
    position: relative;
  }

  #complete-profile-wizard .step-anchor .nav-item{
    display: none;
  }

  #complete-profile-wizard .step-anchor .nav-item.active{
    display: block;
    width:100%;
    text-align: center;
  }

  .ipj-primary-input-wrapper{
    margin-bottom: 10px;
  }

  .ipj-primary-input-wrapper .ipj-primary-input{
    border-radius: 0px !important;
  }
}


.image-404{
  max-width: 80%;
}

.mobile-options{
  display: none;
}

.container-fluid.header{
  padding:0px;
}

.universities-cards-wrapper .card-header{
  text-decoration: none;
}

.paper-title{
  font-size: 2.0em;
}

.paper-details .list-group{
  border-radius: 0px;
  background: transparent;
}

.paper-details .list-group .list-group-item{
  background: transparent;
  border-radius: 0px;
  border-left:0px;
  border-right:0px;
}

.paper-details .list-group .list-group-item:first-child{
  border-top:0px;
}

.paper-details .list-group .list-group-item:last-child{
  border-bottom:0px;
}

.paper-details .list-group a.list-group-item:hover {
    background-color: #eee;
}

.similar-papers-section{
    border-left:1px solid rgba(0,0,0,.125);
    border-right:1px solid rgba(0,0,0,.125);
    padding:0px;
}

.subheader ul.paper-tabs{
  list-style-type:none;
  padding:0px;
  margin:0px;
}

.subheader{
  border-bottom:1px solid #eee;
  padding: 10px;
  margin-bottom:10px;
}

.subheader .nav-link{
}

#document-canvas{
  width:100%;
  margin-top: 20px;
}

.document-canvas-container{
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0.5px 0.5px 2px 1px #eee;
  max-width: 100%;
  height: auto !important;
}

.document-canvas-container canvas{
  max-width: 100%;
  height:auto !important;
}

.document-questions-container, .document-container, .user-tab-content{
  display: none;
}

.document-questions-container.active, .document-container.active,  .user-tab-content.active{
  display: block;
}

.note-btn.dropdown-toggle .note-icon-caret:before{
  content:"";
}

.paper-details .list-group .related-papers-button.list-group-item-action{
  background-color:#17a2b8;
  color:#fff;
  border: 1px solid #17a2b8;
  text-align:center;
  font-weight:bold;
  font-size:1.1em;
}

.paper-details .list-group .related-papers-button.list-group-item-action:hover{
  background-color:#0f7484;
  color:#fff;
}

.user-profile-image{
  width:100%;
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
}

.user-profile-circle-box{
  width:100%;
  border-radius:50%;
  overflow:hidden;
  position: relative;
}

.user-profile-circle-box:before{
  content: "";
  display: block;
  padding-top: 100%;
}

#user-profile-section, #result-user-details-section, #result-not-found-section{
  padding-top:20px;
  padding-bottom:20px;
  min-height: auto;
}

.user-stats-container{
  padding-top:10px;
  padding-bottom:10px;
}

.user-stats-container .user-stat-number{
  font-size: 3em;
  text-align: center;
}

.user-stats-container .user-stat-name{
  text-align: center;
}

#user-contributions, #user-answers {
    margin-top: 50px;
    margin-bottom: 50px;
}

a.user-box{
  color:#444;
  text-align: initial;
  text-align: -webkit-auto;
}

a.user-box:hover{
  text-decoration: none;
}

a.user-box:hover .user-name{
  text-decoration: underline;
}


a.user-box .small{
  font-size: 1em;
}

.upload-step{
  display: none;
}

.upload-step.active{
  display: block;
}

#file-upload-input{
  display: none;
}

ul.card-body{
  padding:0px;
}

ul.card-body .list-group-item{
  border-left:0px;
  border-right:0px;
}

ul.card-body .list-group-item:last-child{
  border-bottom: 0px;
}

.facebook-chat{
  position:fixed;
  right:20px;
  bottom:0px;
  z-index: 1000;
}

.facebook-chat .facebook-plugin{
  display: none;
  position: relative;
}

.facebook-chat .facebook-plugin-close{
  position: absolute;
  top:50%;
  right: 50%;
  border-radius: 50%;
  background-color: #4267b2;
  cursor: pointer;
  padding:10px;
}

.facebook-chat .facebook-plugin-handle{
  display: block;
  width:300px;
  border-radius: 5px 5px 0px 0px;
  background-color: #4267b2;
  padding:10px;
  color:#fff;
  cursor: pointer;
}

.facebook-chat .facebook-plugin-close {
    position: absolute;
    top: -7px;
    right: -7px;
    border-radius: 50%;
    background-color: #4267b2;
    cursor: pointer;
    padding: 0px;
    z-index: 1000;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.facebook-chat.active .facebook-plugin-handle .fb-label{
  display: inline;
}

.facebook-chat.active .facebook-plugin{
  display: block;
}

#banner .user-box ul.user-menu li.user-info-list-item, .user-box ul.user-menu li.user-info-list-item{
  padding:5px;
  border-bottom:1px solid #eee;
}


.user-points-handle .user-points{
  font-size:0.8em;
}



.user-points-handle:hover, .user-notifications-handle:hover{
  background:rgba(0,0,0,0.2);
  text-decoration: none;
  color:#444;
}



#banner .user-points-handle, #banner .user-notifications-handle{
  color:#fff;
  display: block;
}
#banner .user-points-handle:hover, #banner .user-notifications-handle:hover{
  color:#fff;
}


#banner .has-unread .user-notifications-handle, .has-unread .user-notifications-handle{
  color: #007bff;
  text-shadow: 0px 1px 5px #fff;
  display: block;
  position: relative;
}

.user-notifications .user-notifications-handle .unread-notification-count, .toggle-notifications.user-notifications-handle  .unread-notification-count{
  display:none;
}

.user-notifications.has-unread .user-notifications-handle .unread-notification-count, .toggle-notifications.user-notifications-handle.has-unread  .unread-notification-count{
  display: block;
}

.user-notifications.has-unread .user-notifications-handle .unread-notification-count, .toggle-notifications.user-notifications-handle.has-unread  .unread-notification-count{
  position:absolute;
  display:block;
  font-size:10px;
  color:#fff;
  background-color:#ff0000;
  padding:3px;
  border-radius:50%;
  line-height:10px;
  top:8px;
  right:8px;
  width:15px;
  text-align:center;
}

.user-notifications-container .unread-notification-count, .toggle-notifications.user-notifications-handle  .unread-notification-count{
  font-size: 13px;
}

.user-notifications-container{
  position:absolute;
  top: 55px;
  right: 0px;
  min-width: 430px;
  z-index:1000;
  display: none;
}

.notification-card-body{
  max-height: 300px;
  overflow: auto;
  padding: 0px;
}

.notification-card-body ul.notification-list-group .list-group-item{
  border-radius: 0px;
  border-left:0px;
  border-right: 0px;
}

.notification-card-body ul.notification-list-group .list-group-item:first-child{
  border-top:0px;
}

.notification-card-body ul.notification-list-group .list-group-item:last-child{
  border-bottom:0px;
}

.user-notifications.active .user-notifications-container{
  display: block;
}

#banner .user-notifications-container a.card-footer, .user-notifications-container a.card-footer{
  text-align: center;
  color:#007bff;
}

#banner .user-box .notification-list-group a.notification-item, .user-box .notification-list-group a.notification-item{
  color:#666;
}

#banner a.notification-item .notification-user-name, a.notification-item .notification-user-name{
  color:#000;
}

#banner a.notification-item .notification-entity, a.notification-item .notification-entity{
  color:#007bff;
}

.notification-item.unread{
  background-color: #f3f9ff;
}

.login-modal .modal-body{
  display: none;
}

.login-modal .modal-body.active{
  display: block;
}

.danger{
  color:red;
}

.request-label{
  font-size:10px;
  text-align:center;
}

.answer-textarea-wrapper.active{
  display: block;
}

.answer-textarea-wrapper{
  text-align: left;
}

.answer-textarea-wrapper .editor-toolbar{
  border:0px;
}

.answer-textarea-wrapper .CodeMirror{
  border:0px;
  border-top:1px solid #ddd;
}

.answer-textarea-wrapper .card-body{
  padding:0px;
}
.download-success-tick{
  font-size:150px;
  text-align:center;
  width:200px;
  height:200px;
  border:10px solid #28a745;
  color:#28a745;
  border-radius:50%;
  line-height:200px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  margin-bottom:20px;
}

#like-us-modal .download-success-tick {
    font-size: 50px;
    width: 100px;
    height: 100px;
    border: 5px solid #28a745;
    line-height: 90px;
}

#share-paper-modal .modal-content, #like-us-modal .modal-content{
  text-align:center;
  padding:20px;
}

#share-paper-modal .sharethis-inline-share-buttons .st-btn{
  display: inline-block !important;
}

#share-paper-modal .sharethis-inline-share-buttons .st-btn.st-remove-label > span{
  display: inline !important;
}

.answer-rewards-banner{
  margin-top:20px;
  margin-bottom:20px;
}

.answer-reward-container{
  border:1px solid #eee;
  padding:10px;
  background-color:#fefff3;
}

/*.badge:before, .badge:after{
  content:"'";
}*/

.badge{
  font-size:15px;
/*  font-style:italic;*/
}

.reward-amount{
  font-size:3em;
}

.reward-caption{
  font-size:1.5em;
}

.clipart-image{
  max-width: 100%;
  max-height: 400px;
}

.divider-heading {
    margin: 30px -44% 10px;
    width: 56%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(118%,50%);
    -ms-transform: translate(118%,50%);
    transform: translate(118%,50%);
    text-align: center;
    border-bottom: 1px solid #e0dfdf;
    line-height: .1em;
}

.divider-heading-line {
    background: #fff;
    padding: 0 10px;
}

.promo-code-referral {
    max-width: 400px;
    min-width: 320px;
    height: 48px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.promo-code-referral .code {
    height: 48px;
    line-height: 48px;
    max-width: 298px;
    min-width: 222px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: green;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
    font-weight: 700;
    border-radius: 10px 0 0 10px;
    padding: 0 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid green;
    border-right: none;
}

.promo-code-referral .text {
    width: 108px;
    height: 48px;
    line-height: 48px;
    background-color: green;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    float: right;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: -1px;
}

.share-icon{
  width:40px;
  margin-left:10px;
  margin-right:10px;
}

.share-buttons{
  margin:20px 0px;
}
#how-it-works-section, #pricing-section, #check-result-section, #training-courses{
  padding-top:70px;
  padding-bottom:70px;
}

section{
  background-color: #fff;
}


section.section-bg-gray{
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
  border-bottom: .05rem solid #e5e5e5;
}

section.section-border-bottom{
  border-bottom: .05rem solid #e5e5e5;
}

section.section-border-top{
  border-top: .05rem solid #e5e5e5;
}

.certificate-image{
  box-shadow: 1px 1px 4px 1px #ddd;
}

h1.section-header{
  padding: 10px;
}

h1.section-header::before {
    content: '';
    position: absolute;
    display: block;
    width: 300px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 150px);
}

h1.section-header::after {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 3px;
    background: #1e3c70;
    bottom: 0;
    left: calc(50% - 40px);
}

.plan-box {
    text-align: center;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px -1px;
    padding: 30px 15px;
    padding-bottom:15px;
    border-radius: 5px;
    margin-top:80px;
}

.plan-box .plan-icon{
  margin-top:-80px;
}

ul.feature-list {
    list-style-type: none;
    padding: 0px;
}

ul.feature-list li {
    padding: 5px;
    font-size: 1.2em;
    margin-top: 10px;
}

.launching-info{
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn{
  cursor: pointer;
}

.strike-through{
  text-decoration: line-through;
}

.admin-options, .ca-options{
  display: none;
}

#course-name-form-group, #university-name-form-group, #college-name-form-group{
  display: none;
}

#course-name-form-group.active, #university-name-form-group.active, #college-name-form-group.active{
  display: block;
}

.user-option-select {
  border: 1px solid #ced4da;
}

.dropdown-menu.show {
    z-index: 10000;
}

.subtopics-list{
  display: none;
}

h1#heading-wrapper {
    font-size: 1.5em;
}

.note-group-image-url{
  display: none;
}

.topic a{
  color:#fff;
}

ul.feature-list li.special-feature {
    background-color: #4555ee;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 5px;
    box-shadow: 1px 1px 2px 2px #eee;
}

.action-already-done{
  padding: 8px 0px;
  display: block;
}

.filtered-record-row {
    padding-top: 20px;
    padding-bottom: 20px;
}

#search-results-container>li.filtered-record-row.sponsored-row{
  background-color: #1e3c70 !important;
  color:#fff;
}

#search-results-container>li.filtered-record-row.sponsored-row h3 a{
  color:#fff;
  text-decoration: none;
}
#search-results-container>li.filtered-record-row.sponsored-row h3 a:hover{
  text-decoration: underline;
}


hr{
  margin-top:13px;
  margin-bottom:10px;
}

.doc-topics .doc-topic::after{
  content: ', ';
}

.doc-topics .doc-topic:last-child::after{
  content: '';
}

#search-results-container li.list-group-item:first-child{
  border-top:0px;
  border-radius: 0px;
}

#search-results-container li.list-group-item:last-child{
  border-radius: 0px;
}

.badge-sm{
  font-size:0.8em;
}

.highlighted-nav-item{
}

.highlighted-nav-item a.inactive{
  background-color: #1f65a3;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color:#fff;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-tabs .highlighted-nav-item a.nav-link.inactive:hover {
    border-color: #1f65a3;
    background-color: #175183;
}

.chapter-topics{
}
.chapter-topics a{
  display: inline-block;
  color:#333;
  margin:5px;
  margin-left: 0px;
}

.chapter-topics a::after{
  content: ",";
}

.chapter-topics a.parent-topic::after{
  content: ": ";
}

.syllabus-card a, #syllabus-chapters-section a{
  color:#333;
}

.syllabus-card h3{
  font-size:1.4em;
}

.syllabus-card .chapter-title, #syllabus-chapters-section .chapter-title{
  font-size: 1.1em;
}

#syllabus-chapters-section .chapter-title{
  border-bottom:1px solid rgba(0,0,0,.125);
  margin-bottom: 0px;
  display:block;
  padding:10px;
}

.topics-list .chapter-title{
  border-top:1px solid rgba(0,0,0,.125);
  border-bottom:1px solid rgba(0,0,0,.125);
}

.topics-list .chapter-title:hover{
  text-decoration:none;
  background-color: #eee;
  border-color: rgba(0,0,0,.125);
}

#notes-body-wrapper .chapter-title{
  padding: 10px 0px;
  margin-bottom: 10px;
}

h1.page-title{
  font-size: 2em;
}

#syllabus-chapters-section{
  position: relative;
  min-height: 800px;
  padding-bottom: 50px;

}

#syllabus-chapters-section h1{
  font-size: 20px;
}

#syllabus-chapters-section .syllabus-details{
  padding:15px 15px;
  position: relative;
}

#syllabus-chapters-section .list-group-item.topic-title{
  border-top:0px;
  border-bottom:0px;
}

.syllabus-expand-button-wrapper{
  position: relative;
}

.topics-navigation-wrapper{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
}

.syllabus-expand-button{
  background-color: #fff;
  border: 1px solid #eee;
  position: absolute;
  top: 15px;
  right: -35px;
  -webkit-appearance: none;
  padding: 7px 12px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1001;
  cursor: pointer;
}

.syllabus-expand-button:hover{
  background-color: #eee;
}

.topic-navigation-toolkit{
  display:block;
  list-style-type:none;
  padding:0px;
  border-top:1px solid rgba(0,0,0,0.125);
  border-bottom:1px solid rgba(0,0,0,0.125);
}

.topic-navigation-toolkit>li{
  display:block;
  padding:0px;
}

.topic-navigation-toolkit>li>a{
  display:block;
  padding:10px 15px;
}

.topic-navigation-toolkit>li>a:hover{
  background-color:#eee;
  text-decoration:none;
}

.topics-list .list-group{
  margin-bottom:0px;
}

.notes-title{
  font-size: 1.3em;
}

.input-group>.input-group-append>.btn{
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.all-caps{
  text-transform: uppercase;
}

@media print {
  p, .notes-body-container{
    visibility: hidden !important;
    color: #fff !important;
    display: none;
  }
}

.notes-body-wrapper p{
  text-align: justify;
}

p.topic-title, p.subtopic-title{
  margin-bottom: 0px;
}

.topics-navigation{
  background-color: #fff;
  border-right:1px solid #eee;
  padding-left: 0px;
  padding-right: 0px;
  position: fixed;
  top: 0px;
  bottom:0px;
  z-index: 1000;
}

.topics-navigation.expanded .syllabus-expand-button .fa-angle-double-right::before{
  content: "\f100";
}

.syllabus-expand-button:focus{
  outline: 0px auto -webkit-focus-ring-color;
}

.expanded.topics-navigation{
  background-color:#fff;
  width:55%;
  max-width:55%;
  z-index:1000;
  box-shadow: 1px 0px 6px #eee;
}

.expanded.topics-navigation .topic-index{
  display:none;
}

#syllabus-chapters-section .topics-navigation.expanded .topic-title::after {
    content: ",";
}

#syllabus-chapters-section .topics-navigation.expanded .list-group {
    display: block;
    padding: 10px;
}

#syllabus-chapters-section .topics-navigation.expanded .topic-title {
    display: inline;
    padding: 0px;
}

#syllabus-chapters-section .topics-navigation.expanded .topic-title:hover{
  background-color: #fff;
  text-decoration: underline;
}

#syllabus-chapters-section .topics-navigation.expanded .topic-title:nth-child(even){
  background-color: #fff;
}

.topic-title:nth-child(even){
  background-color: #fbfbfb;
}

.notes-body-container p{
  font-size:1.1em;
}

.notes-body-container img{
  max-width:100% !important;
}

.notes-body-container table,
.notes-body-container div,
.notes-body-container p,
.notes-body-container h1,
.notes-body-container h2,
.notes-body-container h3,
.notes-body-container h4,
.notes-body-container h5,
.notes-body-container h6
{
  max-width: 100% !important;
  font-family: inherit !important;
  width: auto !important;
  word-break: break-word !important;
}

.share-answer{
  position: relative;
}

.share-answer .share-popup{
  position: absolute;
  top:15px;
  z-index: 1000;
  min-width: 250px;
  display: none;
}

.share-answer .share-popup .card-body{
  padding:10px;
}

.share-answer.active .share-popup{
  display: block;
}

#flag-reason-other .flag-reason-input{
  display: none;
}

#flag-reason-other.checked .flag-reason-input{
  display: block;
}

#flag-reason-other .flag-reason-detail{
  display: block;
}

#flag-reason-other.checked .flag-reason-detail{
  display: none;
}

.notes-container h3{
  margin-bottom: 10px;
}

.paper-topics .comma:last-child{
  display: none;
}

.card.bg-ipjugaad{
  background-color: #1e3c70;
  color:#fff;
}

.question-wrapper{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-direction: row;
  padding-top:15px;
  padding-bottom:15px;
}

.question-wrapper .question-container {
    -ms-flex: 1;
    flex: 1;
    margin-top:10px;
}

.question-marks{
  padding-left: 10px;
  padding-right:10px;
  padding-top:15px;
}

.download-count-mobile{
  margin-top:10px;
  border-top:1px solid #eee;
  text-align: center;
}


.slide{
  width:90%;
  background-color: #fff;
  margin:20px;
  height:600px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #888;
}

.slide.selected{
  border:1px solid #0522ad;
  -moz-box-shadow:    0 0 2px #93a3ef;
  -webkit-box-shadow: 0 0 2px #93a3ef;
  box-shadow:         0 0 2px #93a3ef;
}
#user-paper-upload-form .bootstrap-select .dropdown-menu small.text-muted, #edit-paper-form .bootstrap-select .dropdown-menu small.text-muted{
  display:block;
  padding-left: 0px;
}

#user-paper-upload-form .bootstrap-select .dropdown-menu, #edit-paper-form .bootstrap-select .dropdown-menu{
  min-width:auto !important;
  max-width:100% !important;
}

.ipj-select-picker{
  border:1px solid #ccc;
}

#user-paper-upload-form .help-block, #edit-paper-form .help-block, #university-enrollment-number-form .help-block{
  color:red;
}

.md-editor .md-header .btn{
  margin-left:2px;
  margin-right:2px;
}

.md-editor{
  border:0px;
}

.md-editor.active{
  border:0px;
  box-shadow:none;
  --webkit-box-shadow:none;
}

.md-editor>textarea.card-body, .md-editor>textarea{
  background: white;
  border-top: 0px dashed #ddd;
  border-bottom: 1px solid #ddd;
  padding:10px;
}

.md-editor .md-control-fullscreen, .md-editor button[data-handler=bootstrap-markdown-cmdPreview], .md-editor button[data-handler=bootstrap-markdown-cmdImage]{
  display: none;
}

#answer-preview{
  padding:10px;
}

.preview-card{
  background-color: #fdfdfd;
}

.preview-title{
  color:#ddd;
  font-size:11px;
  padding:5px;
}

.answer textarea{
  display: none;
}

.answer table th, .answer table td, #answer-preview table th, #answer-preview table td{
  padding:5px;
  border:1px solid #ddd
}

.answer table th, #answer-preview table th{
  background-color:#ddd;
  border:1px solid #eee;
}

.square-root-icon::before{
  content: "Math Equation";
}



#check-result-form .ipj-primary-input{
  display: block;
  width: 100%;
  box-shadow: 1px 1px 5px 1px #ddd;
  z-index: 1000;
}

#check-result-form input.ipj-primary-input{
  border: 0px;
  padding:15px;
  height:54px;
  position: relative;
  background-color: #fff;
}

#check-result-form button.ipj-primary-input{
  padding:15px;
  height:54px;
  position: relative;
}

input.ipj-primary-input:focus{
  outline:0px;
}

#check-result-form .filter-button {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding: 15px;
  width: 100%;
  border: 0px;
  background-color: #fff;
  display: block;
}

.ipj-primary-input-wrapper{
  padding-left:0px;
  padding-right:0px;
}

.info-caption{
  font-family:'Roboto';
  text-shadow:none;
  text-transform:uppercase;
  font-size:11px;
  font-weight:medium;
  color:#aaa;
}

.background-white{
  background-color: #fff;
}

.info-lg{
  font-size:30px;
}

.marks-details{
  display: none;
}

.marks-details.active{
  display: block;
}

#search-results-container>li.filtered-record-row:nth-child(even) {
    background-color: #fcffff;
}

.text-green{
  color:green;
}

.text-red{
  color:red;
}

.text-orange{
  color:#ff8f00;
}

.table .thead-dark th{
  background-color: #2938b0;
  border-color: #2938b0;
}

#download-subscribe-modal .download-success-tick{
  display:inline-block;
  font-size:30px;
  width: 60px;
  height: 60px;
  border: 3px solid #28a745;
  color: #28a745;
  border-radius: 50%;
  line-height: 54px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

#download-subscribe-modal h3{
  font-size:20px;
  padding:5px;
  padding-left: 10px;
  margin-bottom:0px;
}

.btn .btn-image{
  width: 30px;
  height: auto;
}

.social-media-marketing-banner{
  background: url(/img/digital-marketing-banner.jpg), rgba(0,0,0,0.7);
  background-size: cover;
  color: #fff;
  background-blend-mode: overlay;
  border-radius: 0px;
  margin-bottom: 0px;
}

.full-stack-web-development-banner{
  background: url(/img/web-programming-banner.jpg), rgba(0,0,0,0.75);
  background-size: cover;
  color: #fff;
  background-blend-mode: overlay;
  border-radius: 0px;
  margin-bottom: 0px;
}

.search-engine-optimization-banner{
  background: url(/img/search-engine-optimization-banner.jpg), rgba(0,0,0,0.75);
  background-size: cover;
  color: #fff;
  background-blend-mode: overlay;
  border-radius: 0px;
  margin-bottom: 0px;
}

.android-development-banner{
  background: url(/img/android-development-banner.jpg), rgba(0,0,0,0.75);
  background-size: cover;
  color: #fff;
  background-blend-mode: overlay;
  border-radius: 0px;
  margin-bottom: 0px;
}

.certification-banner{
  background: url(/img/certification-cover.jpg);
  background-size: cover;
  color: #fff;
  background-blend-mode: overlay;
  border-radius: 0px;
  margin-bottom: 0px;
  min-height: 500px;
}

#main-section.course-page-main-section{
  margin-top:80px;
  min-height: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

@media screen and (max-width:576px){
  #main-section.course-page-main-section{
    margin-top:55px;
    min-height: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

.course-detail-icon{
  width:70px;
  height:70px;
  margin-bottom:10px;
}

.small-icon{
  width: 100px;
  height: 100px;
}

.feature-list-group{
  padding: 0px;
}
.feature-list-group-item{
  display: flex;
  list-style-type: none;
  line-height: 50px;
  font-size: 1.1em;
  color:#888;
}

.list-icon{
  padding-right:10px;
}

.section-sky-blue{
  background-color: #f7fafc;
  border-top: 1px solid #e3ebf3;
  border-bottom: 1px solid #e3ebf3;
}

#how-it-works-section h3{
  font-size: 1.5em;
}

.promotion-stripe{
  background-color: #1e567b;
  color:#fff;
  padding:10px;
  display: none;
}

.btn-outline-primary{
  background-color: #fff;
}

.close-promotion-stripe{
  color:#fff;
  text-decoration: none;
  font-size: 1.3em;
}

.close-promotion-stripe:hover{
  color:#ddd;
}

#topic-edit-form .bootstrap-select .dropdown-menu{
  min-width: 100% !important;
}

a.card{
  text-decoration: none;
  color: #212529;
}

.social-login{
  margin:10px;
  width:40px;
  height:40px;
  border-radius:50%;
  text-align:center;
  line-height:40px;
  padding:0px;
}

.input-group-text{
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right:0px;
}

.input-group-with-prepend .form-control{
  border-left:0px;
}

div#login-modal .modal-dialog {
  max-width: 400px;
}

.login-modal-header{
  padding-bottom:15px;
}