/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
        margin: 10px;
        padding: 10px;
        background: #000000;
        font-size: 13px;
        /* color: #8C8C8C; */
        color: #3AA0B9;
}

.head {
    display: flex;

    flex-flow: row wrap;
    justify-content: flex-start;

    align-items: center;
    align-content: flex-start;
}

.boxes {
    display: flex;

    flex-flow: row wrap;
    justify-content: flex-start;

    align-items: center;
    align-content: flex-start;
}

#switchboard {
    padding-top: 10px;
}

.boxes div {
    padding-left: 10px;
}

.boxes label {
    padding-left: 3px;
}


body, th, td, input, select, option {
        /* font-family: Georgia, "Times New Roman", Times, serif; */
        font-family: Arial, Verdana, Helvetica, sans-serif;
}

textarea {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

h1, h2, h3, h3 a {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
        color: #CBA61A;
}

h1 {
        letter-spacing: -2px;
        font-size: 3em;
}

h2 {
        letter-spacing: -1px;
        font-size: 2em;
}

h3 {
        font-size: 1.5em;
}

p, ul, ol {
        line-height: 140%;
}

blockquote {
        padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
        line-height: normal;
        font-style: italic;
}

a {
        color: #3AA0B9;
}

a:hover {
        text-decoration: none;
        color: #EB42A3;
}

.line {
    clear: left;
}

.title {
    width: 30px;
}

.button {
    background: transparent linear-gradient(#737e8d, #3f454e) repeat scroll 0% 0%;
    box-shadow: 0px 2px 1px rgba(0,0,0,0.2) inset, 0px 0px 0px 1px rgba(0,0,0,0.15) inset, 0px 1px 0px rgba(255,255,255,0.15);
    text-shadow: 0px 1px 1px rgba(0,0,0,0.25), 0px 0px 1px rgba(0,0,0,0.2);
    color: #ffffff;
    float: left;
    padding: 10px;
    margin: 10px 10px 20px 0px;
    border-radius: 4px;
    cursor: pointer;
}

#logout {
}

#reset {
    background: transparent linear-gradient(#737e8d, #3f454e) repeat scroll 0% 0%;
    box-shadow: 0px 2px 1px rgba(0,0,0,0.2) inset, 0px 0px 0px 1px rgba(0,0,0,0.15) inset, 0px 1px 0px rgba(255,255,255,0.15);
}

#save {
    background: transparent linear-gradient(#737e8d, #3f454e) repeat scroll 0% 0%;
    box-shadow: 0px 2px 1px rgba(0,0,0,0.2) inset, 0px 0px 0px 1px rgba(0,0,0,0.15) inset, 0px 1px 0px rgba(255,255,255,0.15);
}

.line {
    clear: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #CBA61A;
    font-size: 1.5em;
}

#until {
    color: #3AA0B9;
}

#remain {
    color: #3AA0B9;
}

#users {
    color: #ddd;
}

#users thead {
    font-weight: bold;
    background-color: #E4DB4E;
    color: #404040;
}

#users th, td {
    text-align: left;
    padding: 10px;
}

#users tbody tr:hover {
    background-color: #635f5f;
}

#users tbody tr:nth-child(even) {
    background-color: #4a4444;
}

#users tbody tr:hover:nth-child(even) {
    background-color: #635f5f;
}


.clear {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #CBA61A;
}

.clear {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.clear span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #CBA61A;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


.clear span:nth-child(1) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  left: 3px;
}

.clear span:nth-child(2) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 17px;
  left: 3px;
}

#unclaimed {
    clear: left;
}

#page {

}

#tempotime {
    position: relative;
    width: 460px;
    height: 690px;
    overflow:visible;
}

#dialback {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
}

#tempimg {
    position: absolute;
    top: 150px;
    left: 225px;
    z-index: 11;
}
#timeimg {
    position: absolute;
    top: 380px;
    left: 225px;
    z-index: 12;
}

