html {
  position: relative;
  min-height: 100%;
}

body {
  /* margin-bottom: 60px; */
  /* Margin bottom by footer height */
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  background-color: #f1f1f1;   /*-----Arti Add-----*/
}

h1 {
  font-size: 2rem;
  color: #007CBA;
}

h2 {
  font-size: 1.65rem;
  color: #407972;
}

h3 {
  font-size: 1.2rem;
  color: #711C3B;
  margin-top: 1rem;
}

.btn-primary {
  background-color: #007CBA;
  border-color: #007CBA;
}

.btn-primary:hover {
  background-color: #315d7d;
  border-color: #315d7d;
}

.btn-secondary {
  background-color: #A0A0A3;
  border-color: #A0A0A3;
  color: #000;
}

.alert-inline {
  margin: 0.5rem;
}

.form-control, .alert, .btn, .input-group-text {
  border-radius: 0px;
}

.form-control {
  background-color: #fff !important;
}

/*Colors*/
.bg-success {
  background-color: #008000 !important;
}

.bg-info {
  background-color: #117C8D !important;
}

a {
  color: #003152;
}

.fa-xs {
  font-size: .35em;
}

.form-check-input {
  width: 20px;
  height: 15px;
}

/*Login*/
.loginBck {
  background: url("/images/StockSnap_6ZYX4YY4IR.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  height: 100vh;
}

.loginInfo {
  border: 1px solid #ced4da;
  background-color: #ffffffc7;
}

/*Toolbar*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  -webkit-animation-duration: 100ms;
  animation-duration: 100ms;
}

.stickyToolbar {
  -webkit-box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.2), 0 1px 17px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.2), 0 1px 17px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  z-index: 10000;
  background-color: #007CBA;
  height: 55px;
}

.toolbar {
  -webkit-box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 1rem;
  background-color: #007CBA;
}

.toolbar .toolbarCont {
  height: 60px;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 16.666667%;
  z-index: 1030;
}

.toolbarInfo {
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 15px 5px 5px;
  margin: 5px;
  color: #fff;
}

.toolbarInfo li {
  border-right: 1px solid #fff;
  padding: 0px 15px 0px 10px;
}

.toolbarInfo li .toolbarInfoText {
  display: block;
  padding-top: 8px;
}

.toolbarInfo li:nth-last-child(1) {
  border: 0px;
}

.toolbarActions {
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 15px 5px 5px;
  margin: 5px;
  color: #fff;
}

.toolbarActions li {
  width: 60px;
  cursor: pointer;
}

.toolbarActions li .toolbarInfoText {
  display: block;
  padding-top: 12px;
}

.toolbarActions a {
  color: #fff;
}

.toolbarActions li:hover {
  color: #fff;
  font-size: 1.1rem;
}

.resources {
  background-color: #172c3c;
  color: #fff;
  width: 100%;
  padding: 2px 5px 2px 20px;
  border-top: 2px solid #fff;
}

.resources .resourcesTitle {
  font-weight: bold;
}

.resources .resourcesInfo {
  display: inline;
  padding-left: 2px;
}

.resources .resourcesInfo li {
  list-style-type: none;
  display: inline;
  border-right: 1px solid #fff;
  padding: 0px 8px;
}

.resources .resourcesInfo li a {
  color: #fff;
}

.resources .resourcesInfo li:nth-last-child(1) {
  border: 0px;
}

/*Header*/
.header .navbar {
  background-color: #172c3c;
  padding: .1rem .5rem;
  border-radius: 0px;
}

.header .navbar .navbar-nav {
  height: 45px;
}

.header .navbar .nav-item {
  font-size: 1.1rem;
}

.header .navbar .nav-item:hover, .header .navbar .nav-item.active {
  border-bottom: 3px solid #fff;
}

.header .navbar .logo {
  width: 180px;
  height: 50.29px;
  background-size: cover;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  padding-left:0;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  margin-top: 1px;
  margin-bottom: 1px;
}

/*Left Nav*/
.bd-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0rem;
  z-index: 1000;
  /*height: calc(100vh - 4rem);*/
  min-height: 100vh;
  height: 100%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  /*border-bottom: 1px solid rgba(0,0,0,.1);*/
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.bd-sidebar .bd-search {
  position: relative;
  padding: 1rem 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.bd-sidebar .sidebarTitle {
  font-size: 1.05rem;
  padding-right: 5px;
  color: #007CBA;
}

.bd-sidebar .bd-sidenav {
  display: block;
}

.bd-sidebar .bd-sidenav li {
  display: block;
  padding: 5px 17px;
  font-weight: bold;
}

.bd-sidebar .bd-sidenav a {
  text-decoration: none;
}

.bd-sidebar .bd-sidenav li.active, .bd-sidebar .bd-sidenav li:hover {
  background-color: #e9ecef;
  border-right: 5px solid #828285;
  font-weight: normal;
}

.bd-sidebar .bd-sidenav .menuSubActive {
  padding-left: 17px;
}

/*Breadcrumb*/
.breadcrumb {
  padding: .35rem 1rem;
  border-radius: 0;
  margin-bottom: 0.2rem;
}

/* Buttons */
.navButtons {
  margin-top: 15px;
}

/*Progress Bar*/
.progress {
  height: 1rem;
  border-radius: 0;
  margin: 2px 0px 20px 0px;
}

.progress-bar {
  border-right: 1px solid #fff;
  font-size: .8rem;
}

/*Footer*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 60px;
  /* Set the fixed height of the footer here */
  line-height: 60px;
  /* Vertically center the text there */
  background-color: #DDE2E8;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer img {
  width: 150px;
}

.footer .footerList {
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.8rem;
  margin-bottom: 0;
}

.footer .footerList li:after {
  content: " |";
}

.footer .footerList li {
  padding-left: 5px;
}

.footer .footerList li:nth-last-child(1):after {
  content: "";
}

.accessibilityText {
	/* padding-top: 10px; */
	padding-top: 6px;
	padding-bottom: 10px;
	line-height: 14px !important;
	text-align: left;
	color: #475260;
	font-style: italic;
	font-size: 1.0rem;
  line-height: 1.5 !important;
}

/*--------Arti's CSS Addition---------*/
/*-----Add Multiple Page------*/
.form-group {
  margin-bottom: 1rem;
}

h6 {
  text-align: center;
  background-color: #e5e8f1;
  width: 176px;
  /*margin-right: auto;
	margin-left: auto;*/
}

/*------Accordion Page CSS -----*/
.card .card-header {
  padding: .05rem;
  background-color: #003152;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

h4 .btn-link, h4 .btn-link:hover {
  color: #fff;
}

.fa-xs {
  font-size: .75em;
}

.btn-link:hover, .btn-link:focus {
  text-decoration: none;
}

/*------Accordion Sandra's Page CSS -----*/
.accordion-toggle {
  position: relative;
}

.accordion-toggle::before,
.accordion-toggle::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -22px;
  width: 14px;
  height: 4px;
  margin-top: -2px;
  background-color: #000;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.accordion-toggle::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}

.accordion-toggle.collapsed::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.accordion-toggle.collapsed::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/*# sourceMappingURL=globalStyles.css.map */
/*-----Folder List Page-----*/

.info-box {    
	  height: 180px;
	  background-color: #e1f3f8;
	  border-radius: 0px;
	  border-top: 1px solid #f7f7f7;
      box-shadow: 0 0.25rem 0.5rem rgba(85,85,85,.09);
      border-radius: 0;
	}
	.text-magenta {
    color: #a12855;
	}
	.text-teal {
    color: #3da39d;
    }
	.text-orange {
    color: #e57025;
    }
	.folder-info {
    font-size: 1rem;
    line-height: 1.2;
    display: block;
	}
	.left-align {
    text-align: left;
    line-height: 1.2;
	}
	.folder-title {
    font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: #003152;
    }
	.text-small {
    position: absolute;
    bottom: 0;
}
/*--------Firm Folder Page------*/
/*.action-bar {
	display: flex;
    width: 100%; 
    background-color: #d6d7d9; 
    padding-left: 5px; 
    padding-top: 3px; 
    padding-bottom: 3px;
	margin-bottom: 10px;
	font-weight:bold;
	border: 1px solid rgba(0,0,0,.125);
}
.action-links {
	display: flex;
	flex-wrap: wrap;
}
.info-box1 { 
    width: 130px;
    height: 133px;
    margin: 10px;
    padding-top:52px;	
    background-color: #b3eddf;
	border-radius: 0px;
	text-align: center;
	font-weight:bold;
	border: 1px solid rgba(0,0,0,.125);
	line-height: 1;
	}
.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}   
*/
/*--------Firm Folder Page------*/
.firm-box {
	display: flex;
    height: 95px;
    border-top: 1px solid #f7f7f7;
    box-shadow: 0 0.25rem 0.5rem rgba(85,85,85,.09);
    margin-top: 1rem;
    border-radius: 0;
}	
.firm-body {
	padding-top: 10px;
}
.firm-title {
	border-radius: 0;
    color: #003152;
    position: absolute;
    right: 15px;
	text-align: right;
	line-height: 1.2;
	left: 30%;
	/*margin-top: 7px;*/
}
.number {
    font-size: 1.8rem;
	font-weight: bold;
}
.firm-text {
	font-size: 1rem;
}
.link-icon {
    left: 6px;
    top: 15px;
    position: absolute;
	/*text-align: center;
	vertical-align: top;
	padding-bottom: 5px;*/
}
.list-unstyled {
    padding-left: 20px;
    list-style: none;
}
.text-link {
	 color: #007CBA;
}
.text-purple {
	color: #745af2;;
}
.text-white {
	color: #ffffff;
}
.text-orange {
	color: #e57025;
}
.text-teal {
	color: #3da39d;
}
.text-blue {
	color: #007CBA;
}
.text-brightblue {
	color: #02bfe7;
}
.fa-stack { 
    font-size: 1.5em; 
 }
i { 
    vertical-align: middle; 
}
.circle-dot {
	font-size: .6em;
	color: #aeb0b5;
}
.text-space {
	padding-left: 35px;
}

/*------Temporary Firm Folder2 Page------*/
.firm-cont {
    height: 300px;
    border-top: 1px solid #f7f7f7;
    box-shadow: 0 0.25rem 0.5rem rgba(85,85,85,.09);
    margin-top: 1rem;
    border-radius: 0;
}
.firm-cont-body {
	padding-top: 20px;
}
.firm-body1 {
	padding-top: 30px;
}
.firm-title1 {
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	color: #003152;
}
.link-icon1 {
	text-align: center;
	vertical-align: top;
	padding-bottom: 5px;
}
.list-unstyled {
    padding-left: 20px;
    list-style: none;
}
.list-links {
	padding-top: 50px;
}
hr {
	margin-top: 35px;
}
.text-purple {
	color: #745af2;;
}
.text-white {
	color: #ffffff;
}
.text-orange {
	color: #e57025;
}
.text-teal {
	color: #3da39d;
}
.text-blue {
	color: #007CBA;
}
.text-brightblue {
	color: #02bfe7;
}
.fa-stack { 
    font-size: 1.5em; 
 }
i { 
    vertical-align: middle; 
}
.circle-dot {
	font-size: .6em;
	color: #aeb0b5;
}
.text-space {
	padding-left: 35px;
}