/* Colors
Porcelain- lt gray #f4f5f6;
Alto- lighter gray #d1d1d1;
Dusty Gray- text #999999;
Dove Gray- text #6d6d6d;
Shark- navbar dark #292c31;
Carnation- red #f2594b;
De York- green #69c27a;
Mac & Cheese- yellow #ffc573;
Chetwode Blue- purple #9496dd;
Cornflower Blue - indigo #5a60fb;
Steel Blue - navy #4074bc;
*/

.red-bold {
	color: #f2594b;
	font-weight: bold;
}

.green-bold {
	color: #69c27a;
	font-weight: bold;
}

.lighter-gray {
	color: #d1d1d1;
}

.indigo {
	color: #5a60fb;
}

.red {
	color: #f2594b;
}

.dark {
	color: #6d6d6d;
}

.sensor-settings {
	width: 90%;
	height: auto;
	top: 50%;
	left: 50%;
	margin-top: -190px; /* Negative half of height */
	margin-left: -45%; /* Negative half of width */
	position: fixed;
	border-radius: 6px;
	border: 2px solid #d1d1d1;
	background-color: white;
	padding: 30px 20px 20px;
	display: flex;
}

.sensor-settings i {
	color: #999999;
}

.sensor-settings-left-right > .title {
	margin-top: 10px;
	font-weight: bold;
}

.sensor-settings-left-right > .sub-text {
	color: #f2594b;
	font-style: italic;
	font-size: .85rem;
	margin-top: 20px;
} 

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

.sensor-settings ul li {
	font-weight: bold;
	font-size: .8rem;
	margin-top: 10px;
}

.sensor-settings button {
	color: white;
	font-size: .85rem;
	font-weight: bold;
	width: 100%;
	margin: 20px 0px;
	height: 35px;
}

.sensor-settings .save-button {
	background-color: #4074bc;

}

.sensor-settings .cancel-button {
	background-color: #999999;
}

.sensor-settings-left-box {
	margin-bottom: 10px;
}

.sensor-settings-right-box {
	margin-bottom: 20px;
}

.sensor-settings-title {
	color: #6d6d6d;
	font-size: .75rem;
	font-weight: bold;
}

.sensor-settings-info {
	padding: 10px 0px;
}

.sensor-settings-info input[type="text"]{
	width: 70px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,.125);
	padding: 1px 10px 0px;
}

.sensor-settings-info div:first-child {
	margin-top: 0px;
}

.sensor-settings-info * .tml-row-title {
	width: 65%;
	font-weight: lighter;
}

.sensor-settings-info * .tml-row-info {
	width: 35%;
}

.tml-left-row > .one-column input[type="checkbox"]{
	font-size: .65rem;
	margin: 0px 10px 0px 2px;
}

.sensor-settings-info * .one-column {
	width: 100%;
	color: #999999;
	font-weight: lighter;
}

.corr-rate-period {
	width: 100%;
	color: #6d6d6d;
	font-weight: lighter;
}

.vertical-line {
	height: 300px;
	width: 2px;
	background-color: #f4f5f6;
}

.reports {
	width: 34%;
	height: auto;
	top: 50%;
	left: 50%;
	margin-top: -191px; /* Negative half of height */
	margin-left: -17%; /* Negative half of width */
	position: fixed;
	border-radius: 6px;
	border: 2px solid #d1d1d1;
	background-color: white;
	padding: 30px 20px 20px;
}

.reports i {
	color: #999999;
}

.reports button {
	color: white;
	font-size: .85rem;
	font-weight: bold;
	width: 100%;
	margin: 20px 0px;
	height: 35px;
}

.reports-right > .title {
	margin-top: 10px;
	font-weight: bold;
}

.reports-right > .sub-text {
	color: #6d6d6d;
	font-style: italic;
	font-size: .85rem;
	margin-top: 20px;
} 

.reports .save-button {
	background-color: #4074bc;
}

.reports .cancel-button {
	background-color: #999999;
}

.readings-delete {
	width: 540px;
	height: auto;
	top: 50%;
	left: 50%;
	margin-top: -169px; /* Negative half of height */
	margin-left: -270px; /* Negative half of width */
	position: fixed;
	border-radius: 6px;
	border: none;
	background-color: white;
	padding: 30px 15px 30px;
}

.readings-delete i {
	color: #f2594b;
}

.readings-delete h4 {
	margin-bottom: 15px;
}

.delete-row {
	color: #000000;
	font-size: .85rem;
	margin-bottom: .6rem;
}

.readings-delete button {
	color: white;
	font-size: .85rem;
	font-weight: bold;
	width: 44%;
	margin: 5px 10px 0px 0px;
	height: 35px;
}

.delete-button {
	background-color: #f2594b;

}

.readings-delete .cancel-button {
	background-color: #999999;
}

.photo-popup {
	top: 50%;
	left: 50%;
	margin-top: -180px; /* Negative half of height */
	margin-left: -250px; /* Negative half of width */
	position: fixed;
	border-radius: 6px;
	border: none;
	background-color: white;
	padding: 10px;
}

.img-fluid {
	width: 100%;
	height: auto;
}

.photo-popup-right > i {
	float: right;
	color: #999999;
}

.photo-popup-right > .photo-label {
	font-size: .75rem;
	color: #999999;
}

.photo-popup-right > .photo-comment {
	font-size: .85rem;
	color: #6d6d6d;
}

body {
	background-color: #f4f5f6;
}

.container-fluid {
	background-color: white;
	padding: 0;
	margin: 0 auto;
	max-width: 1400px;
}

.logo {
  width: 185px;
}

.navbar, .navbar-brand, .navbar-collapse, .navbar-nav {
	background-color: #292c31;
}

.navbar {
	margin: 0 auto;
    max-width: 1400px;
}

.nav-link {
	color: white;
	textalign
}

.nav-link:hover {
	color: #4074bc;
}

.navbar-toggler-icon {
	color: white;
}

#navbarMain p {
	display: none;
}

#navbarResponsive {
	width: 150px;
	color: white;
	float: right;
	padding: 10px 20px;
	font-size: .85rem;
	position: absolute;
	top: 93px;
	right: 0px;
	z-index: 50;
}

#navbarResponsive i {
	display: none;
}

.carat, .cogs, .pdf, .save {
	margin-left: 15px;
}

li.carat > a {
	color: #999999!important;
}

li.cogs > a {
	color: #999999!important;
}

li.pdf > a {
	color: #999999!important;
}

li.save > a {
	color: #999999!important;
}

.carat {
	margin-left: 10px;
}

.crosshairs {
	color: #69c27a;
	text-align: center;
}

.exclamation {
	color: #ffc573;
	text-align: center;
}

.bell {
	color: #f2594b;
	text-align: center;
}

.asset-health {
	font-size: .9rem;
	color: #6d6d6d;
	text-align: center;
}

.title-total {
	margin: 0px 0px 0px 0px;
	font-size: .9rem;
	color: #6d6d6d;
}

#top-select-dropdown {
	position: absolute;
	left: 2px;
	top: 25px;
	z-index: 20;
	border-radius: 6px;
	border: 2px solid #d1d1d1;
	background-color: white;
	list-style: none;
	padding: 2px 0px;
}

#top-select-dropdown li {
	color: #6d6d6d;
	padding: 2px 6px;
	font-size: .75rem;
    display: block;
}

#top-select-dropdown li.title {
	color: #d1d1d1;
	text-transform: uppercase;
}

#accordion {
	max-width: 96%;
	margin: 0 auto;
	padding-top: 20px;
}

.card {
	margin: 10px 0px;
	border: none;
}

.card-top {
	margin: 5px 0px;
	border: 1px solid white;
}

.card-header-top {
	border-radius: 6px;
	padding: 9px 10px 3px;
	height: 50px;
}

.card-header-top input[type="checkbox"] {   /* slightly bigger checkboxes */
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  margin: 7px 0px 1px 5px;
}

.card-title-top {
	margin: 0px 0px 0px 15px;
	font-size: 1.3rem;
	color: #6d6d6d;
}

.card-header {
	border-radius: 6px!important;
	padding: 9px 0px 3px 10px;
    border: 1px solid rgba(0,0,0,.125);
    height: 50px;
}

.health-readings {
	margin: 0;
	padding: 0;
	height: 50px;
	position: relative;
	display: flex;
}

.health-readings li {
	display: inline-table;
}

.health-readings-top-left {
	margin: 0;
	padding: 0;
	height: 50px;
	position: relative;
	display: flex;
}

.health-readings-top-left li {
	display: inline-table;
}

.health-readings-top-right {
	margin: 0;
	padding: 0;
	height: 50px;
	position: relative;
	display: flex;
}

.health-readings-top-right li {
	display: inline-table;
}

.health-readings-top-right li:not(.bar-graph) {
	margin-top: 5px;
}

.card-header input[type="checkbox"] {   /* slightly bigger checkboxes */
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  margin: 0px 0px 1px 5px;
}

.card-title {
	margin: 3px 0px 0px 15px;
	color: #6d6d6d;
}

.bar-graph-top {
	height: 20px;
	background-color: #69c27a;
	border-radius: 3px;
	margin: 2px 0px 0px 0px;
}

.bar-graph-top-yellow {
	float: right;
	height: 20px;	
	width: 30%;
	background-color: #ffc573;
	position: relative;
	z-index: 50;
}

.bar-graph-top-red {
	float: right;
	height: 20px;
	background-color: #f2594b;
	width: 10%;
	position: relative;
	z-index: 51;
	border-radius: 0px 3px 3px 0px;
}

.bar-graph {
	height: 20px;
	background-color: #69c27a;
	border-radius: 3px;
	margin: 5px 0px 0px 0px;
}

.bar-graph-yellow {
	float: right;
	height: 20px;	
	width: 30%;
	background-color: #ffc573;
	position: relative;
	z-index: 50;
}

.bar-graph-red {
	float: right;
	height: 20px;
	background-color: #f2594b;
	width: 10%;
	position: relative;
	z-index: 51;
	border-radius: 0px 3px 3px 0px;
}

.safe, .warning, .alarm, .total {
	font-weight: bold;
	text-align: center;
}

.safe, .warning, .total {
	margin: 4px 0px 0px 0px;
}

.safe {
	color: #6d6d6d;
}

.safe-circle {
	color: #69c27a;
	font-size: 11px;
	margin: 7px 0px 0px 4px;
}

.warning {
	color: #6d6d6d;	
}

.warning-circle {
	color: #ffc573;
	font-size: 11px;
	margin: 7px 0px 0px 0px;
}

.alarm {
	color: #f2594b;
}

.alarm-circle {
	font-size: 11px;
	margin: 7px 0px 0px 0px;
}

.total {
	color: #6d6d6d;
}

.card .alarm-background {
	background-color: #fcd3cf;
	height: 49px;
	margin: -10px 0px 0px 0px;
	padding: 14px 0px 0px 0px;
	text-align: center;
}

.card-inner .alarm-background {
	background-color: #fcd3cf;
	height: 49px;
	margin: -10px 0px 0px 0px;
	padding-top: 14px;
	text-align: center;	
}

.card-inner-2 .alarm-background {
	background-color: #fcd3cf;
	height: 49px;
	margin: -10px 0px 0px 0px;
	padding: 17px 0px 0px 0px;
	text-align: center;	
}

.btn {
	padding: 0;
}
.btn-link {
	color: #d1d1d1;
}

.btn-link:hover {
	color: #d1d1d1;
}
button[aria-expanded='true'] > .expand_caret {
    transform: rotate(-90deg);
}

.card-body {
    border: 1px solid rgba(0,0,0,.125);
	padding: 1.25rem 0px 1.25rem 2.5rem;
	margin-top: 10px;
	border-radius: 6px;
}

.card-inner {
	border: none;
	padding: 9px 0px 9px 10px;
}

.card-inner-2 {
	margin-bottom: 10px;
}

.card-inner-data {
	margin: 0px 0px;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 6px;
    float: right;
    padding: 20px;
}

.card-inner-data div:last-child {
	margin-bottom: 0px;
}

.rounded-left {
    border-top-left-radius: 6px!important;
    border-bottom-left-radius: 6px!important;
}

.rounded-right {
    border-top-right-radius: 6px!important;
    border-bottom-right-radius: 6px!important;
}

.border-left {
    border-left: 1px solid rgba(0,0,0,.125)!important;
}
.border-bottom {
    border-bottom: 1px solid rgba(0,0,0,.125)!important;
}
.border-top {
    border-top: 1px solid rgba(0,0,0,.125)!important;
}
.border-right {
	border-right:1px solid rgba(0,0,0,.125)!important;
}

.card-header-inner {
	padding-top: 9px;
    background-color: rgba(0,0,0,.03);
}

.card-header-inner > .section-icons {
	color: #999999;
	margin-top: 3px;
	position: absolute;
	right: 20px;
	width: 150px;
}

.section-icons > .selected {
	background-color: #d1d1d1;
}

.section-icon {
	margin-right: 5px;
	padding: 4px;
	border-radius: 6px;
}

.card-caret-float {
	float: right;
	margin-right: 10px;
}


.card-header-inner input[type="checkbox"] {   /* slightly bigger checkboxes */
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  margin: 0px 0px 1px 15px;
}

.card-title-inner {
	margin: 4px 0px 0px 15px;
	color: #6d6d6d;
    font-size: .9rem;
    position: absolute;
    bottom: 15px;
    width: 200px;
}

.bar-graph-inner {
	height: 10px;
	background-color: #69c27a;
	border-radius: 10px;
	margin: 9px 0px 0px 0px;
}

.bar-graph-yellow-inner {
	float: right;
	height: 10px;	
	width: 30%;
	background-color: #ffc573;
	position: relative;
	z-index: 50;
}

.bar-graph-red-inner {
	float: right;
	height: 10px;
	background-color: #f2594b;
	width: 10%;
	position: relative;
	z-index: 51;
	border-radius: 0px 10px 10px 0px;
}

.bar-graph-placeholder {
	height: 10px;
	background-color: #69c27a;
	border-radius: 10px;
	margin: 9px 0px 0px 0px;
	visibility: hidden;
}

.grid-fix {
	margin-left: -25px;
}


/* Graphical Data ---------------------------------------------------*/

.graphical-data-title {
	color: #6d6d6d;
    font-size: .9rem;
    font-weight: bold;
   	margin-bottom: 10px;
   	padding: 0px 15px;
}

.graphical-row {
	margin-bottom: 15px;
	padding: 0px 15px;
}

.graphical-data-graph {
	height: 200px;
	padding: 50px;
	background-color: #9496dd;
	color: white;
	font-weight: bold;
	display: flex;
	align-items: center;
    justify-content: center;
}

.temporary-text {
	max-width: 50%;
}

.graphical-data-right {
	position: relative;
}

.graphical-data-right > i {
	position: absolute;
	top: 2px;
	right: 15px;
	color: #6d6d6d;
}

.graphical-data-data {
  	display: flex;
  	flex-direction: column;
  	font-size: .75rem;
  	color: #6d6d6d;
}

.graphical-data-row {
	margin-top: 8px;
}

.graphical-data-row i {
	margin-right: 5px;
}

.input-data {
	width: 100%;
	position: relative;
}

.input-data input {
	width: 43%;
	height: 28px;
} 

.input-start {
	margin-right: -10px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,.125);
}

.input-end {
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,.125);
	float: right;
}

.start-i {
    position: relative;
    z-index: 2;
    right: 10px;
}

.end-i {
    position: absolute;
    z-index: 2;
    right: 6px;
    top: 9px;
}

button.update-range {
	background-color: #4074bc;
	color: white;
	border-radius: 3px;
	border: none;
	margin-top: 10px;
	padding: 4px 0px;
}

.corrosion-label {
	word-wrap: normal;
}

.corrosion-numbers {
	text-align: right;
}

.corrosion-numbers-number {

}

.corrosion-numbers-unit {
	color: #d1d1d1;
}

.graphical-data-date {
	font-size: .87rem;
	font-weight: bold;
	display: inline-block;
}

.comment-state-1 {
	color: #6d6d6d;
}

.comment-state-3 {
	color: #6d6d6d;
}

.graphical-data-data textarea {
	width: 95%;
	color: #d1d1d1;
	font-size: .85rem;

}

.comment-button-save {
	background-color: #4074bc;
	color: white;
	padding: 3px 0px;
	font-size: .65rem;
	height: 23px;
}

.comment-button-clear {
	margin: 5px 0px 0px 0px;
	color: white;
	padding: 3px 0px;
	font-size: .65rem;
	background-color: #999999;
	height: 23px;
}

/* Readings --------------------------------------------------------*/

.readings-title {
	color: #6d6d6d;
    font-size: .9rem;
    font-weight: bold;
   	margin-bottom: 10px;
   	width: 100%;
   	padding: 0px 15px;
}

.readings-title > .fa-times, .fa-columns {
	float: right;
	margin: 7px 0px 0px 10px;
}

.readings-title i {
	color: #6d6d6d!important;
}

.view-group {
	display: inline-block;
	margin-left: 10px;
}

.view-group-view {
	font-weight: normal;
	font-size: .75rem;
	color: #d1d1d1;
}

.view-group-blue {
	margin-left: 4px;
	color: #4074bc;
	font-size: .75rem;
}

#all-rows-expand a {
	margin-left: 4px;
	color: #4074bc;
	font-size: .75rem;
}

.view-group-blue-active a {
	margin-left: 4px;
	color: #4074bc;
	font-size: .75rem;
	text-decoration: underline;
}

.button-obsolete {
	margin: 0px 10px 0px 0px;
	background-color: #f2594b;
	color: white;
	padding: 5px 8px;
	font-size: .65rem;
	float: right;
}

.button-delete {
	margin: 0px 5px 0px 0px;
	background-color: #4074bc;
	color: white;
	padding: 5px 8px;
	font-size: .65rem;
	float: right;
}

/* display modal ----------------------------*/

.display {
	width: 450px;
	height: 280px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -190px;
	margin-left: -225px;
	border-radius: 6px;
	border: 2px solid #d1d1d1;
	background-color: white;
}

.display-title {
	width: 100%;
	font-size: .85rem;
	font-weight: bold;
	padding: 15px 15px 0px;
	height: 25px;
	color: #6d6d6d;
}

.display-save {
	color: white;
	font-size: .75rem;
	float: right;
	padding: 3px 9px;
	font-weight: bold;
	background-color: #4074bc;
}

.display input[type="checkbox"] {
	margin-right: 10px;
}

.display-left, .display-right  {
	color: #6d6d6d;

}

.display-row {
	font-size: .75rem;
	margin-top: 5px;
}

#pointer {
	border: solid 10px transparent;
	border-left-color: #d1d1d1;
	position: absolute;
	margin: 130px 0 0 432px;
}

/* end display modal ----------------------------*/

.table-wrapper {
	overflow-x: auto;
	width: 100%;
	padding: 0px 15px;
}

.readings-table {
	width: 100%;
}

.readings-table th {
	font-size: .6rem;
	text-align: center;
	font-weight: normal;
	color: #999999;
}

.readings-table tr {
	text-align: center;
	font-size: .8rem;
}

.readings-table td {
	padding: 7px 0px;
}

tr.row-selected {
	background-color: #fcd3cf!important;
}

table.readings-table tr:nth-child(even) {
	background-color: #f4f5f6;
}

th.checkbox {
	font-size: .85rem!important;
	padding-left: 10px!important;
}

.temp-left {
	padding-right: 0;
}

.temp-right {
	padding-left: 0;
}

.temp-comp-left {
	background-color: #f4f5f6;
	height: 16px;
	padding-top: 2px;
	text-align: right!important;
}

.temp-comp-right {
	background-color: #f4f5f6;
	height: 16px;
	padding-top: 2px;
	text-align: left!important;
}

th.tiny {
	width: 32px;
}

th.small {
	width: 52px;
}

th.med {
	width: 72px;
}

th.large {
	width: 92px;
}

th.larger {
	width: 100px;
}

td.checkbox {
	padding-left: 10px!important;
}

td.date {
	color: #4074bc;
	padding-left: 5px;
	white-space: nowrap;
}

.readings-table td > i.fa-check {
	color: #69c27a;
}

/* TML ------------------------------------------------------------------*/

.tmi-title {
	color: #6d6d6d;
    font-size: .9rem;
    font-weight: bold;
   	margin-bottom: 10px;
   	width: 100%;
}

.hardware-title {
	font-size: .9rem;
    font-weight: bold;
    color: #6d6d6d;
}

.tml-main > .fa-times{
	position: absolute;
    right: 20px;
    top: 20px;
    color: #6d6d6d;
}

.tml-left{
	float: left;
	width: 40%;
}

.tml-left-row {
	overflow: auto;
	font-size: .75rem;
	margin-top: 10px;
	overflow-x: hidden;
}

.tml-row-title {
	float: left;
	width: 35%;
	color: #999999;
}

.tml-row-info {
	width: 65%;
	float: right;
	padding-left: 5%;
}

.sub-text {
	font-size:.65rem;
}

.tml-right {
	float: right;
	width: 30%;
}

.thickness-box-title {
	text-transform: uppercase;
	color: #999999;
	font-size: .75rem;
}

.thickness-box-info {
	padding: 14px;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 6px;
	overflow-x: hidden;
}

.thickness-box-info div:first-child {
	margin-top: 0px;
}

.thickness-box-info * .tml-row-title {
	width: 65%;
	padding: 0px 10px 0px 0px;
}

.thickness-box-info * .tml-row-info {
	width: 35%;
	white-space: nowrap;
}

/* Photo ------------------------------------------------------------------*/

.photo-title {
	color: #6d6d6d;
    font-size: .9rem;
    font-weight: bold;
   	margin-bottom: 10px;
   	width: 100%;
   	padding: 0px 15px;
}

.photo-title > .fa-times {
	float: right;
}

.photo-title > .fa-camera {
	margin-right: 3px;
}

.photo-col div:first-child {
	
}

.photo {
	position: relative;
}

.close-photo {
	background-color: #f2594b;
	color: white;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.add-photo {
	border: 2px dashed #999999;
	color: #999999;
	font-size: .65rem;
	font-weight: lighter;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.add-photo i {
	z-index: 30;
	position: absolute;
	top: 30%;
}

.add-photo p {
	z-index: 30;
	position: absolute;
	top: 55%;
}

.photo-row-1 {
	margin-top: 2px;
	color: #999999;
}

.photo-row-1 i {
	float: right;
	margin-top: 1px;
	font-weight: lighter;
}

.photo-row-2 {
	color: #6d6d6d;
	font-size: .65rem;
	font-weight: lighter;
}

.photo-options ul {
	list-style-type: none;
	padding-left: 0px;
}

.photo-options li {
	font-size: .75rem;
	color: #999999;
	margin-bottom: 15px;
}

.photo-naming {
	margin-left: -10px;
}

.photo-naming select {
	height: 28px;
	margin-bottom: 10px;
	color: #999999;
	font-size: .75rem!important;
}

.photo-naming input {
	height: 28px;
	padding: 3px 5px;
	margin-bottom: 10px;
	color: #999999;
	font-size: .75rem!important;
}

.photo-naming button {
	color: white;
    padding: 3px 8px;
    font-size: .7rem;
    line-height: 1.3;
}

.upload-photo-button {
	background-color: #4074bc;
	width: 47%;
	margin-left: 5px;
	float: right;
}

.upload-photo-button:focus {
	background-color: #4074bc;
}

.upload-photo-cancel {
	float: left;
	background-color: #d1d1d1;
	width: 44%;
	margin-right: 5px;
}

.upload-photo-cancel:focus {
	background-color: #d1d1d1;
}
.photo-directions {
	font-size: .75rem;
	color: #999999;

}

@media only screen and (max-width: 992px) {
  .card-inner-2 {
    margin-left: -5px;
  }
}






