/*

th {
  background: #aaa8a8;
}

tr:nth-child(even) {
  background: #dcd6d6;
}

*/

.times-save {
  clear: both;
  margin-top: 100px;
  border: 2px dashed green !important;
}

@media only screen and (min-width: 901px) {

  .login-menu {
    position: absolute;
    top: 10px;
    z-index: 100;
    background-color: #f1e9e2;
    width: 100%;
    display: block;
  }

  .layout-container {
    position: relative;
    top: 5px;
  }
}

#add-booking input[type=submit] {
  margin-top: 35px;
}

@media only screen and (max-width: 900px) {

  #opening-times {
    clear: both;
  }
}

#edit-submit {
  margin-top: 20px;
}

p.download {
  width: 200px;
  border: 1px dotted red;
  padding: 8px;
  /*margin: auto; */
  font-weight: bold;
  background-color: blue;
  color: white;
  border-radius: 5px;
}
p.download a {
  color: white !important;
}

.add-booking .form-item {
  border: 0x solid blue;
  width: 200px;
  float: left;
}

.add-booking input[type=submit] {
  float: left;
  margin-top: 28px;
}


.dashboard {
  border: 0px dotted green;
  margin-bottom: 20px !important;
}

div#leftpanel {
  border-right: 0px dotted grey;
  width: 22%;
  float: left;

}

.dashboard-left {
  border: 0px dashed blue;

}

.dashboard-left img {
  float: left;
  padding-right: 10px;
}

div#rightpanel {
  padding: 0px 10px 5px 0px;
  border: 0px solid blue;
  width: 75%;
  float: left;
}

form#select-time {
	background-color: white !important;
	
}

.times-heading {
	background-color: white !important;
	border: 0px dashed green !important;
}

.timeswrap {
	background-color: white !important;
}

h2.service-heading {
	background-color: white;
	border: 0px solid red;
}

.times-links {
	border: 0px;
}

/*

#timeswrap {
  border: 0px solid green;
}



.times-heading {
  border: 0px solid blue;
}

#times {
  border: 1px dashed red;
  width: 400px;
}

.times-heading {
  border: 1px solid blue;
}

.times-link {
  display: inline-block;
}

.times-link {
  border: 0px solid blue;
  display: inline-block;
  float: left;
  width: 100px;
  text-align: center;
  background: #cb4830;
  padding: 6px;
  margin-right: 5px;
  border-radius: 25px;
  margin-top: 10px;
} */

/*

.times-heading {
  clear: both;
}

.times-link a, .times-link a:hover {
  color: white;
}

#times-wrap {
  border: 1px solid blue;
  display: flex;
  flex-direction: column;
}

.times-links {
  border: 0px solid red;
  margin-top: -30px;
} */

/*
.times-link {
  display: inline-block;
}

.times-link a {
  padding: 5px;
  background: #cb4830;
  color: white;
  border: 1px solid #cb4830;
  margin-right: 20px;
  text-decoration: none;
  border-radius: 25px;

}

*/

.themes {
    border: 2px solid !important;
    border-radius: 10px;
    width: 47%;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    min-height: 400px;
  }

  /*.selected {
    border: 6px solid !important;
    border-radius: 10px;
    width: 47%;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    min-height: 400px;
  } */

  .themes h2 {
    margin: 0px;
    padding: 10px;
    background-color: #9d2872;
    color: #fff;
    border-radius-top-left: 8px;
    border-radius-top-right: 8px;
    text-align: center;
  }

  .themes p {
    border: 0px solid black;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  div.screenshot {
    text-align: center;
  }

  .theme-screenshot {
    border: 2px dotted green;
  }

  .button-div {
    border: 0px solid red;
    margin-top: 20px;
    text-align: center;
  }

  .button-div a {
    display: inline-block;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    text-decoration: none;
    border-bottom: none !important;
  }


.button-div a , .button-div a:visited, .button-div a:hover {
    background-color: #9d2872;
    color: #fff;
}
.themes {
    border-color: #e5482b !important;
}
.themes h2 {
    background-color: #9d2872;
    color: #fff;
  }


.itemtable {
  border: 0px dashed green !important;
  width: 100% !important;
}

.itemname {
  width: 80% !important;
  border: 0px solid red !important;
}

.itemprice {
  width: 15% !important;
  border: 0px solid green !important;
}
