div.search {
  margin-left:0px;
  max-width:none;
}

span.flag {
  margin: 0px 10px -6px 10px;
  display:inline-block;
  width:370px;
}

.flag-group-indent {
  margin-top:4px;
  margin-bottom:-2px;
  margin-left:10px;
}

div.flag-group {  
  margin-top:4px;
  margin-bottom:-2px;
}

/*
span.flag-group {
  margin: 0px 10px 6px 10px;
  display:inline-block;
  width:370px;
  vertical-align: top;
}

span.flag-group span.flag {
  margin-bottom: -12px;
}

span.wide {
  width:371px;
}
*/

td.edit-link, th.edit-link {
  text-align:center;
}

#vueapp {
  color:darkgreen;
  font-weight:bolder;
}

#vueapp select {
  color:darkgreen;
  font-weight:bolder;
}

#vueapp h2, #vueapp h3, #vueapp h4, #vueapp h5, #vueapp p, #vueapp em, #vueapp input, #vueapp textarea {
  color:initial;
  font-weight:initial;
}

#vueapp select[name="quantity"], #vueapp select.contact {
  color:initial;
  font-weight:initial;
}

div.reset-button input {
  padding-bottom:10px;
  padding-top:10px;
}

div.input-building {
  margin-bottom:16px;
}

h3 {
  margin-bottom:0px;
}

.title-bar {
    background: #BF5700;
    color: #BF5700;
}

.title-bar-left {
    width: 20%;
}

.top-bar, .top-bar ul {
    background-color: #FFFFFF;
}

#hello {
  padding-right:10px;
  color: #FFFFFF;
}

.pad_top {
padding-top:16px;
}

table.detail_table, table.detail_table td, table.detail_table tr, table.detail_table tbody {
border-color:#FFFFFF;
background-color:#FFFFFF;
vertical-align:top;
}

table.info_table, table.info_table td, table.info_table tr, table.info_table tbody {
border-color:#def0fc;
background-color:#def0fc;
vertical-align:top;
}

.invisible {
  visibility: hidden;
}

.gone {
  display: none;
}

.carousel {
  padding-top:10px;
  padding-bottom:10px;
}

.carousel img {
  max-width:500px;
}

table.schedule {
  line-height:1;
}

table.schedule tr:nth-child(odd) {
  border-bottom:1px solid #d3d3d3;
}

table.schedule tr td {
  padding:0;
}

table.schedule td.inuse {
  background-color:#2199E8;
}

#gpcTable th {
   white-space: nowrap;
}

.hot {
  background-color: #ff7070 !important;
}

.warm {
  background-color: #ff9a9a !important;
}

.tepid {
  background-color: #ffbaba !important;
}

.mild {
  background-color: #ffd4d4 !important;
}

.cool {
  background-color: #ffeaea !important;
}

.cold {
  background-color: #fffefe !important;
}

#logout {
  margin-right:130px;
}

#logo {
  margin-left:57px;
}

/*
span.hidden {
  display:none;
}
*/

a.go {
  margin-top: 20px;
}

h5.group-item {
  display:inline-block;
}

h5.disclaimer {
  color:red;
  font-size:10pt;
}

/*
h3.popup-header  {
  display:inline-block;
  float:left;
}
*/

a.popup-close {
  display:inline-block;
  float:right;
}

a.popup-close h3 {
  border: 2px solid #2199e8;
  padding-left:11px;
  padding-right:11px;
}

.room-select tbody {
  border:none;
}

.room-select p {
  color: #aaa;
  margin-bottom:0px;
  margin-top:8px;
}

.seethru {
  opacity: .1;
}

.room-select tr {
    cursor: pointer;
}

.checkbox img {
  height: 20px;
}

.columns:last-child:not(:first-child) {
  float:left !important;
}

.roomimg:nth-child(5n+5) {
    clear:left !important;
}

.callout {
  border-radius: 25px;
}

.callout.small {
border-radius: 0px;
border: none;
padding-top: .5rem;
padding-bottom: .5rem;
padding-left: 0rem;
padding-right: 0rem;
}

#possible-locations {
  margin: 0;
  list-style-type:none;
}

#add-to-log,#cancel {
  margin-left:5px;
  float: right; 
}

.details {
  width:65%;
}

.eyeball {
  width:10%;
}

img.view-icon {
  width:30px;
  height:30px;
}

img.view-icon-log {
  width:23px;
  height:23px;
}

select[name="all_calls_length"] {
  width:auto;
}

span.person-info  {
  display:block;
}


#calls-div {
  background-color:white;
  border: 1px solid #cacaca;
  overflow-y: scroll; height:200px;
}

#announcements-div {
  background-color:white;
  border: 1px solid #cacaca;
  overflow-y: scroll; height:140px;
}

/*
table.announcements_table tbody tr:nth-child(even) {
    background-color: #fcf8e3;
}
*/

table.calls_table, table.announcements_table {
    margin-bottom: 0;
}

table.announcements_table p {
  margin-bottom: 0;
}

td.date_created {
  font-size:8pt;
  /*width:85px;*/
}

div.indent {
  padding-left:10px; 
}

th.active .arrow {
  opacity: 1;
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 5px;
  opacity: 0.66;
}

.arrow.asc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #000;
}

.arrow.dsc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}

.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  &:target {
    opacity: 1;
    pointer-events: auto;
  }
  &>div {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #ffffff;
  }
  header {
    font-weight: bold;
  }
  h1 {
    font-size: 150%;
    margin: 0 0 15px;
  }
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
  &:hover {
    color: black;
  }
}

[v-cloak] {display: none}

