/*
Project: 15-16_37
Author: Richy Thomas
Palette: Cyan: rgba(0,188,212,1);
*/

/* Header */

header {
  background-color: rgba(0, 188, 212, 1);
}

/* Content */
hr {
  border-top: 1px solid rgba(0, 188, 212, 1);
}

.well {
  border: 1px solid rgba(0, 188, 212, 1);
}

.well-hints {
  display: none;
}

/* Modal */
.modal-header {
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 188, 212, 1);
}

/* Table */
.table-bordered {
  border: 1px solid rgba(0, 188, 212, 1);
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid rgba(0, 188, 212, 1);
}

.table thead tr th {
  color: #000;
  border-bottom: 0;
  background: rgba(0, 188, 212, .3);
}

/* Buttons */
.btn-default {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(0, 188, 212, 1);
  background-color: rgba(0, 188, 212, 1);
}

.btn-default:hover,
.btn-default.active,
.btn-default:active,
.btn-default.focus,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
  color: rgba(0, 188, 212, 1);
  border-color: rgba(0, 188, 212, 1);
  background-color: rgba(255, 255, 255, 1);
}

/*PAGINATION*/
section:nth-of-type(n+2) {
  display: none;
}

/* default button */
.btn-music {
  color: rgba(0, 188, 212, 1);
  color: #333;
  border-color: rgba(0, 188, 212, 1);
  border-radius: 5px;
  background-color: #fff;
}

.btn-music:hover,
.btn-music:focus,
.btn-music:active {
  color: #333;
  border-color: rgba(0, 188, 212, 1);
  background-color: #ebebeb;
}

/*Start of Table*/
table,
th,
td {
  margin: auto auto auto auto;
  vertical-align: text-top;
  border: 1px solid rgba(0, 188, 212, 1);
}

.users {
  width: 100%;  /*white-space: nowrap;*/
  height: auto;
  table-layout: fixed;
  table-height: auto;
}

/* Column widths are based on these cells */
.row-ID {
  width: 50%;
}

.row-name {
  width: 50%;
}

.users td {

  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

/*.penwrite{ height: 100px;
}*/
.users th {
  color: white;
  background: rgba(0, 188, 212, 1);
}

.users td,
.users th {
  padding: 5px 10px;
  text-align: left;
}

.eyeback {
  background: #ccc;
}

.wrapper {
  overflow: hidden;
}

.glyphicon {
  font-size: 1.4em;
  color: rgba(0, 188, 212, 1);
}

.eye:before {
  position: relative;  /*left: 3px;
   border: 6px solid transparent;
   border-left-color: #000;*/
  display: inline-block;
  content: '';
}

.eye.active:before {
  top: 0;
  left: 0;
  border-color: #620100 transparent transparent;
}

.eye:hover {
  cursor: pointer;
}

.content {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.content.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.overview {
  padding: 5px;
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align glyph */
.left-addon .glyphicon {
  left: 0;
}

.right-addon .glyphicon {
  right: 0;
}

/* add padding  */
.left-addon textarea {
  padding-left: 40px;
}

.right-addon textarea {
  padding-right: 30px;
}

textarea {
  resize: vertical;
}

/*END of Table*/

/*START of 02-is-god-a-male.html ....Screen 3....*/
.full {
  height: 500px;
  background: url('../../images/activities/clouds.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*END of 02-is-god-a-male.html ....Screen 3....*/

/*Start of 02-is-god-a-male.html ....Screen 4....*/

ul {
  list-style-type: none;
}

#activity {
  font-size: 1.1em;
}

.showHideBtn {
  height: 100%;
  vertical-align: middle;
}

#showHideList li {
  font-size: 1.2em;
  line-height: 1.5em;
  min-height: 3em;
  margin-bottom: .2em;
  padding: .5em;
  color: #000;
  border: 1px solid rgba(0, 188, 212, 1);
  background-color: #fdfdfd;
}

.showHideObject {
  position: relative;    /* left: 48px; */
  visibility: hidden;    /* margin-left: 1px; */
}

.showHideBtn {
  float: right;
}

/* .ui-droppable.drop-hover .swappableElement {
   opacity: .5;
} */
.ui-draggable.being-dragged {
  z-index: 6;
  background: #3f777c;
  -webkit-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
  -moz-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
  box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
}

/* ----------- Large Display ----------- */
@media screen and (max-width:1920px) and (max-height:1080px) {

  /* Styles */
}

/* ----------- Laptop HiDPI screen ----------- */
@media screen and (max-width:1440px) and (max-height:900px) {

  /* Styles */
}

/* ----------- Laptop ----------- */
@media screen and (max-width:1366px) and (max-height:768px) {

  /* Styles */
}

/* ----------- Laptop MDPI screen ----------- */
@media screen and (max-width:1280px) and (max-height:800px) {

  /* Styles */
  .btn-music {
    font-size: 14px;
  }

}

/* ----------- iPad ----------- */
@media only screen and (max-device-width:1024px) and (max-device-height:768px) {

  /* Styles */
  #activity {
    font-size: 1em;
  }

}

/* ----------- iPhone 5 ----------- */
@media only screen and (max-device-width:568px) and (max-device-height:320px) {

  /* Styles */
  #activitySortableList,
  #order {
    width: 50%;
  }

  #order li,
  .ui-droppable {
    font-size: .9em;
    line-height: 1em;
    height: 3em;
  }

  span.swappableElement {
    line-height: 2.9em;
    height: 2.9em;
  }

}

/*END of 02-is-god-a-male.html ....Screen 4....*/