body{
	height: 100vh;
	    line-height: 1.2;
    background: #ffffff;
    color: #000000;
    
   
}
#main-content{
    flex: 1 1 auto;
}

.banner{
	background: #3e3e67a;
}

/*a{
	color: #7ab7c1;
	transition: 0.4s ease-in;
}
a:hover {
	color: white;
	text-decoration: underline;
	border: 1px solid white;
	padding: 3px;
}
*/

btn{
	transition: 0.4s ease-in;
}
btn:hover {
	color: #222222;
	background: #7ab7c1;
	padding: 5px;
}


.lunar-navigation ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
}

.lunar-navigation li {
	padding: 3px 10px;
    border: 1px solid #7ab7c1;
    margin: 5px;
    border-radius: 5px;
    transition: 0.4s ease-in;
}
.lunar-navigation li:hover {
	padding: 3px 10px;
    border: 1px solid #7ab7c1;
    margin: 5px;
    background: #7ab7c1;
   
    border-radius: 5px;
}

.lunar-navigation li a:hover{
	color: #222222 !important;
	border: none;
}


table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 100%;
}
table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

table th,
table td {
    padding: 12px 15px;
}

table tbody tr {
    border-bottom: 1px solid #dddddd;
}

table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}


/*header button*/
/*
input[type="checkbox"] {
  height: 70px;
  width: 70px;
  -webkit-appearance: none;
  box-shadow: 
    -5px -5px 10px rgb(47 97 141), 
  5px 5px 10px rgb(33 69 100);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
      border: 13px solid #26547c;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
input[type="checkbox"]::after {
  font-family: FontAwesome;
  content: "\f011";
  color: #7a7a7a;
  font-size: 20px;
}
input[type="checkbox"]:checked{
  box-shadow: 
  -5px -5px 10px rgb(47 97 141), 
  5px 5px 10px rgb(33 69 100), 
  inset -5px -5px 10px rgb(46 96 139), 
  inset 5px 5px 10px rgb(32 69 100);
}
input[type="checkbox"]:checked::after{
  color: #15e38a;
}*/

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #Fff;
    top: 50%;
    animation: loader 2s infinite ease;
  }
  
  .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
  }
  .panel-heading a:after, .panel-heading a.collapsed:after{
    content: "\f068";
    font-family: fontawesome;
    text-align: center;
    position: absolute;
    left:-20px;
    top: 10px;
    color:#816d6d !important;
    background-color:#fff;
    border: 5px solid #fff;
    font-size: 15px;
    width: 40px;
    height:40px;
    line-height: 30px;
    border-radius: 50%;
    transition:all 0.3s ease 0s;
    box-shadow: 5px 2px 10px 2px #000000a3, inset 5px 6px 10px -7px rgb(0 0 0 / 53%);
}
.panel-heading:hover a:after,
.panel-heading:hover a.collapsed:after{
    transform:scale(1.3);
}
.panel-heading a.collapsed:after{
    content: "\f067";
}
  @keyframes loader {
    0% {
      transform: rotate(0deg);
    }
    
    25% {
      transform: rotate(180deg);
    }
    
    50% {
      transform: rotate(180deg);
    }
    
    75% {
      transform: rotate(360deg);
    }
    
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes loader-inner {
    0% {
      height: 0%;
    }
    
    25% {
      height: 0%;
    }
    
    50% {
      height: 100%;
    }
    
    75% {
      height: 100%;
    }
    
    100% {
      height: 0%;
    }
  }


  /*Photoframe*/

  .photoframe {
  display: inline-block;
  vertical-align: middle;
  margin: auto 200px;
  padding: 30px;
  border: 10px solid #efefef;
  background-color: #eaeaea;
  position: relative;
  transition: 0.3s ease;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3), 1px 1px 2px rgba(0, 0, 0, 0.2), 40px 35px 70px -10px rgba(0, 0, 0, 0.5), -20px -20px 100px -10px rgba(255, 255, 255, 0.8);
}
.photoframe:before {
  content: " ";
  left: 30px;
  top: 30px;
  bottom: 30px;
  right: 30px;
  position: absolute;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0));
  transition: 0.3s ease;
}
.photoframe:hover:before {
  opacity: 0;
}
.photoframe img {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.photoframe.red {
  border: 10px solid #A52F2F;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3), 1px 1px 2px rgba(0, 0, 0, 0.2), 40px 35px 70px -10px rgba(0, 0, 0, 0.5), -20px -20px 100px -10px rgba(165, 47, 47, 0.3);
}
.photoframe.black {
  border: 10px solid #333;
  box-shadow: inset 1px 1px 3px rgb(0 0 0 / 30%), 1px 1px 2px rgb(0 0 0 / 20%), 20px 20px 30px -10px rgb(0 0 0 / 50%), -20px -20px 50px -10px rgb(51 51 51 / 20%);
}
.photoframe.thick {
  border-width: 30px;
}
.photoframe figcaption {
    position: absolute;
    bottom: 10%;
    margin-top: 50px;
    left: 10%;
    background: white;
    padding: 15px;
    box-shadow: 5px 5px 15px -1px rgb(0 0 0 / 85%);
    border: 3px outset;
}
.photoframe figcaption, .photoframe figcaption {
  transform: translateY(-30px);
  opacity: 0;
  transition: 0.3s ease;
}
.photoframe figcaption h2 {
  margin: 0;
}
.photoframe figcaption span {
  color: #555;
  transition-delay: 0.2s;
}
.photoframe:hover {
  transform: scale(1.1);
}
.photoframe:hover figcaption, .photoframe:hover figcaption{
  transform: translateY(0);
  opacity: 1;
}


/*
FORM FIELDS FOR LENS

*/

.lunar-front-end-form input {
    border-radius: 5px;
    border: 3px solid #26547C;
    margin-top: 5px;
    padding: 8px;
    box-shadow: inset 2px 2px 5px 0px #00000061;
}

.lunar-front-end-form label {
      font-weight: bold;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
        border-bottom: 3px dotted;
    margin-bottom: 0;
    text-align: left;
}

.lunar-front-end-form-collapse.collapsed .fa-minus-circle {
  display: none !important;
}

.lunar-front-end-form-collapse.collapsed .fa-plus-circle {
  display: block !important;
}
.lunar-front-end-form-collapse .fa-plus-circle {
  display: none;
}
/*Page header*/
.lunar-page-header{
  height: 350px;
      position: relative;
      letter-spacing: 2px;

}
.lunar-page-header:before{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
  background: linear-gradient(90deg, rgba(38,84,124,1) 0%, rgba(0,0,0,0) 80%);
  background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
.lunar-page-header-textbox {
  background: #000000a6;
  border-radius: 5px;
  color: white !important;
      position: relative;
      line-height: 1.4;
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


/*Loggedinheader*/

.logged-in-header {
  background: url("/wp-content/themes/orbitautoplanner/assets/media/space-blurred.jpg");
  background-position: center;
  background-size: cover;
  border-top: 4px solid #9d9d9d;
}

/* Style the search field */
form.logged-in-header-search input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
  border-radius: 50px 0 0 50px;
      letter-spacing: 2px;
}

/* Style the submit button */
form.logged-in-header-search button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #26547c;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}

form.logged-in-header-search button:hover {
  background: #0b7dda;
}

/* Clear floats */
form.logged-in-header-search::after {
  content: "";
  clear: both;
  display: table;
}

.logged-in-header-title {

    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 100;

}

.logged-in-header .user-profile img{
      border: 4px solid #727272;
    border-radius: 100%;
    background: #ffffff;
    max-width: 75px;
        transition: 0.7s ease;
}

.logged-in-header .user-profile:hover img{
        filter: grayscale(1);
    transform: rotate(360deg);
  }

  /*user dashboard*/
@media (min-width:  768px){
  .lunar-pageurl-dashboard #main-content{
    display: flex;
  }
}


.user-dashboard .left-sidebar {
  overflow-y: auto;
      overflow-x: hidden;
}

.user-dashboard h2 {
      letter-spacing: 3px;
    color: white;
    margin: 0;
    padding-bottom: 0 !important;
}
  .user-dashboard-btn-individual {
    width: 100%;
    font-size: 20px;
  }

  