*{
  box-sizing: border-box;
}
body{
  background-color: #1a1a1a;
  padding: 0;
  color: white;
  overflow-x: hidden;
  margin: 0;
  font-family: 'Mukta', sans-serif;  
  font-size: 16px;
  line-height: 20px;
}
footer{
  padding: 16px;
  background-color: #205C84;
  text-align: center;
  color: white;
}
footer a{
  color: white;
}
h1,h2,h3,h4,h5{
  text-align: center;
  color: #6b6b6b;
}
h1{
  line-height: 40px;
  color:#707B7C;
}
img{
  width: 100%;
}
table{
  width: 100%;
}
tr:nth-child(even){
  background-color: #E8E8E8;
}
a{
  text-decoration: none;
  color: #2F2F2F;
}
/*General styling*/
.black{
  background-color: black;
  color: white;
  position: relative;
  top: 0;
}
.darkShade{
      color: #1a1a1a;
 }
 .howItWorks p, .bigCopy{
      color: #808080;
      font-size: 15pt;
      line-height: 1.2;
    }
.center{
  text-align: center;
}
.fciNavbar {
      background-color: white;
      padding: 16px;
      text-align: right;
      position: relative;
    }
    .fciNavbar li{
      list-style-type: none;
      display: inline;
      padding: 12px;
      color: black;
      font-size: 12pt;
    }
    .fciNavbar li:hover{
      cursor: pointer;
      opacity: 0.5;

    }
    #logo{
      width: 10%;
      position: absolute;
      z-index: 1;
      left: 12px;
    }
.capitalize{
  text-transform: uppercase;
}
.left{
  text-align: left;
}
.right{
  text-align: right;
}
.justify{
  text-align: justify;
}
.float-left{
  float: left;
}
.float-right{
  float: right;
}
.mobile{
  display: block;
}
.desktop{
  display: none;
}
.no-padding{
  padding: 0;
}
.padding-12{
  padding: 12px;
}
.padding-left-12{
  padding-left: 12px;
}
.padding-right-12{
  padding-right: 12px;
}
.margin-8{
  margin: 8px;
}
.no-up-down-margin{
  margin-top: 0;
  margin-bottom: 0;
}
.text-white{
  color: white;
}
.home-text{
  font-size: 14pt;
  line-height: 18pt;
}
.inline li{
  display: inline;
}
.italics{
  font-style: italic;
}
.moreInfo{
  color: blue;
}
.moreInfo:hover{
  cursor: pointer;
}
.block li{
  display: block;
}
#addInText{
  padding: 16px;
  margin-bottom: 16px;
}
.hidden{
  display: none;
}

/* Modal */
.modal{
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2;
}
.modal-content{
  position: relative;
  top: 100px;
  width: 50%;
  margin: auto;
  background-color: white;
  text-align: center;
}
.modal-content p{
  padding: 16px;
}
.modal-head{
  padding: 16px;
  background-color: #c3c3c3;
  color: white;

}
.modal-head h2{
  color: white;
}

.saveModal{
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 3;
}
.saveModal form{
  text-align: left;
  padding: 16px;
}
/* Page loader */
.loader-bg{
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 100;
}
#recharge-modal{
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 4;
}
.loader-bg h2{
  color: white;
  position: relative;
}
  .loader-modal{
    width: 100%;
    display: none;
    min-height: 100%;
    position: fixed;
    animation-name: fade;
    animation-duration: 0.5s;
    -webkit-animation name: fade;
    -webkit-animation-duration: 0.5s;
    background-color: white;
    z-index: 3;
  }
  .loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 65px;
    height: 65px;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    margin: auto;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #753a88;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



#payNow {
  display: none;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes fade{
  from{ opacity: 0 };
  to{opacity: 1};
}
/* INfo box */
.info-box{
  width: 24.7%;
  min-height: 90px;
  background-color: #337ab7;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  padding-top: 34px;
  display: inline-block;
}
.info-box:hover{
  cursor: pointer;
  background-color: #286090;
}
/* Collections modal */
.collections-modal{
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
}
.cm-content{
  width: 60%;
  background-color: white;
  margin: auto;
  margin-top: 100px;

}
#prevContent{
  margin-top:70px; 
  width:80%; 
  background-color:white
}
.cm-head{
  background-color: #337ab7;
  color: white;
  padding: 16px;

}
.cm-head h2{
  color: white;
}
.collections-container{
  margin: 0;
  padding: 0;
  max-height: 188px;
  overflow-y: scroll;
}
.collections{
  list-style-type: none;
  padding:12px;
  width: 100%;
  border-top: solid 1px #999;
}
.left-half{
    max-width: 50%;
    background-image: url('/reference-tool/Images/profile-stock.jpg');
    min-height: 500px;
}
#closeProfile:hover{
  cursor:pointer;
  color: #337ab7;
}
.collections:hover{
  background-color: #cfcfcf;
  cursor: pointer;
}
.bordered{
  border: solid 1px #999;
}

/*navigation bar*/
ul.navbar{
  background-color: rgba(0,0,0,0.5);
  padding: 18px;
  position: absolute;
  z-index: 2;
  margin-top: 0px;
  text-align: right;
  width: 100%;
}
.navbar li{
    color: white;
  position: relative;
  text-transform: uppercase;
  list-style-type: none;
  display: inline;
  padding: 12px;

}
.navbar li:hover{
  text-decoration: underline;
  cursor: pointer;
  transition: linear 0.6s;
}
.logo{
  width: 12%;
  padding: 0;
  position: relative;
  top: 12px;
  margin-top: -28px;
  float: left;

}
li.dropdown{
  display: inline-block;
}
.content{
    display: none;
    position:absolute;
    background-color: white;
    min-width:160px;
    z-index: 4;
}
.content a{
    display:block;
    padding: 16px;
}
.content a:hover{
    text-decoration: underline;
}
li.dropdown:hover .content{
    display: block;
    transition: linear 0.90s
}
.mb-navbar{
  background-color: rgba(0,0,0,0.5);
  color: white;
  text-align: center;
}
.mb-navbar:hover{
  cursor: pointer;
  background-color: rgba(0,0,0,0.7);
}
.mb-navbar li {
  list-style-type: none;
  
  }
.app-navbar{
  background-color: #337ab7;
  padding: 18px;
  text-align: center;
  color: white;
}
.mb-menu{
  background-color: #337ab7;
  max-height: 0;
  transition: 0.2s;
  overflow-y: hidden;
}
.mb-menu li{
  color: white;
  list-style-type: none;
  padding: 16px;
  border-bottom: solid 1px white;
}
.mb-menu li:hover{
  background-color: #286090;

}
img.mb-logo{
  width: 15%;
  position: relative;
}
.menu-icon{
  width: 10%;
  float: left;
  position: relative;
  top: 15px;
  z-index: 1;
}
.oMenu{
  background-color: rgba(0,0,0,0.7);
  color: white;
  width: 80%;
  position: absolute;
  overflow-y: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.oMenu li{
  padding: 16px;
  list-style-type: none;
}
.oMenu li:hover{
  text-decoration: line-through;
  background-color: rgba(255,255,255,0.7);
  color: black;
  cursor: pointer;
}
.cMenu{
  font-size: 27px;
  padding-top: 26px;
}
.ui{
  position: relative;
}
.box{
  position: absolute;
  width: 70%;
  z-index: 2;
  top: 15%;
  left: -8%;

}
.learnMore{
  position: absolute;
  font-weight: bold;
  top: 50%;
  right: 5%;
  background-color: white;
  padding: 16px;
  border-radius: 9px;

}
.learnMore:hover{
  background-color: rgba(0,0,0,0.3);
  color: white;
  border: 2px white;
  transition: all 0.2s;
}
/*grid system*/
.row::after{
  content: '';
  clear: both;
  display: table;
}
[class*='col-']{
  float: left;
  padding: 15px;
}
/* Colors */
.bg-white{
  background-color: white;
  padding: 16px;
}
.bg-black{
  background-color: #202020;
}
.bg-blue{
  background-color: #337ab7;
}
.delete{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  }
.delete:hover{
  background-color: #dddddd;
  transition: linear 0.3s;
  cursor: pointer;

}
#thisDelete{
  color: #a94442;
  margin-left: 40px;
  background-color: #e4b9b9;
}
.del{
  display: none;
  font-weight: bold;
  width: 38px;
  background-color: red
}

/*Intext ref/direct quote ref accordion*/
.accPanel, .settingsPanel{
  background-color: #3498db;
  color: white;
  padding: 16px;
  margin-bottom: 3px;
}
.accPanel:hover, .settingsPanel:hover{
  background-color: #2377B0;
  cursor: pointer;
}
.activePanel{
  background-color: #3498db;
  color: white;
}
.accContent, .settingsContent{
  max-height: 0;
  overflow-y: hidden;
  transition: linear 0.2s;
}
.accContent ul{
  padding: 12px;
}
.p-content{
  padding: 18px;
}

@media screen and (max-width: 1089px){
  .info-box{
    width: 24.5%;
  }
}
@media screen and (max-width: 650px){
  .btn{
    display: block;
    margin-bottom: 6px;
    width: 100%;
  }
  .modal-content{
    width: 100%;
    padding-bottom: 19px;
  }
  .modal-content .btn{
    width: auto;
    display: inline;
  }
  #prevModal{
    top: 2px;
    bottom: 2px;
    overflow-y: scroll;
  }
  .cm-content{
    width: 100%;
    overflow-y: scroll;
    z-index: 5;
  }
  #prevContent{
    width: 100%;
  }
  .col-50{
    width: 100%;
  }
  .col-100{
    width: 100%;
  }
  #bibSide{
    width: 100%;
    overflow-y: scroll;
  }
  #bibPrev{
    overflow-y: scroll;
    height: 300px;
    margin-bottom: 3px;
  }
  .margin-8{
    margin-left: 0;
  }
}
@media screen and (min-width:650px) {
  .table{
    display: table;
  }
  [class*="tab-cell-"]{
    display: table-cell;
    vertical-align: middle;
  }
  .tab-cell-20{
    width: 20%;
  }
  .tab-cell-30{
    width: 30%;
  }
  .tab-cell-33{
    width: 33%;
  }
  .tab-cell-40{
    width: 40%;
  }
  .tab-cell-50{
    width: 50%;
  }
  .tab-cell-60{
    width: 60%;
  }
  .tab-cell-70{
    width: 70%;
  }
  .tab-cell-80{
    width: 80%;
  }
  .mobile{
    display: none;
  }
  .desktop{
    display: block;
  }
  .col-10{
    width: 10%;
  }
  .col-20{
    width: 20%;
  }
  .col-25{
    width: 25%;
  }
  .col-30{
    width: 30%;
  }
  .col-33{
    width: 33.3%;
  }
  .col-40{
    width: 40%;
  }
  .col-50{
    width: 50%;
  }
  .col-60{
    width: 60%;
  }
  .col-70{
    width: 70%;
  }
  .col-80{
    width: 80%;
  }
  .col-100{
    width: 100%;
  }
  .btn{
    margin-left: 16px;
  }
  .btn:first-of-type{
    margin-left: 0;
  }
  #bibSide{
  min-width: 40%;
}

}
