#logo {
  background: #ccc;
  width: 150px;
  height: 70px;
}



.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;

}





.navbar-toggler {
  margin-top: 15px;
}

.bg-light {
    background-color: #ffffff !important;
}


.navbar-light .navbar-nav .nav-link {
color: rgba(0,0,0,0.7) !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(244, 150, 2, 1) !important;
}


.border-right {
    border-right: 2px dotted #b7b7b7 !important;
}
.border-top {
    border-top: 2px solid #494749 !important;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0px solid #f7f7f7;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #f7f7f7;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0rem;
    background-color: transparent;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
        border-top-color: rgba(0, 0, 0, 0.125);
        border-right-color: rgba(0, 0, 0, 0.125);
        border-bottom-color: rgba(0, 0, 0, 0.125);
        border-left-color: rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	margin-top: 3.0rem;
	margin-bottom: 1.0rem;
}

.card-title {
	text-align: left;
	color: #333333;
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-weight: 600;
}
.card-title {
    margin-bottom: 1.8rem;
}
.card-text {
	text-align: left;
	color: #333333;
	font-size: 0.9rem;
	line-height: 1.4rem;
	font-weight: 300;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.0rem;
}
.card-footer {
    padding-top: 0rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-bottom: 1.5rem;
    background-color: rgba(0,0,0,.0);
    border-top: 1px solid rgba(0,0,0,.0);
    text-align: right;
	height: 50px;
}



.bg-light {
    background-color: #f7f7f7 !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: rgba(0,0,0,.0);
    border: 0px solid rgba(0,0,0,.0);
}
.badge {
    display: inline-block;
    padding-right: 20px;
    padding-left: 0px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    padding-top: 4px;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    background-color: #f7f7f7;
}
.modal-footer {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
	background-color: #f7f7f7;
}

@media screen and (min-width: 992px) {
  .navbar {
      height: 90px;
   }
  #logo {
    width: 260px;
    height: 120px;
    position: relative;
    bottom: -20px;
  }

}