/* 
    Document   : style
    Created on : Jan 25, 2014, 11:10:25 PM
    Author     : Sherif
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
body, html {
    padding:0px;
    margin:0px;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 11px;
    min-width:570px;
    background-color: #4D4D4D;
}
body {
    color:#FFF;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #DE4A00 !important;
}
a:active, a:visited {
    color: #fff;
}
.bg-img {
    position:fixed;
    width:100%;
    height:100%;
    min-width:570px;
}
.wrapper {
    position:relative;
    padding:0px;
    margin:0px;
    width:100%;
}
.header {
    position:fixed;
    top:100px;
    width:100%;
    height:300px;
    background-color:#FFF;
    font-family:Verdana, Geneva, sans-serif;
    font-size:50px;
    color:#000;
    font-weight:bolder;
    vertical-align:middle;
    z-index: -5;
}
.doc {
    position:fixed;
    border-color:#333;
    border-width:10px;
    border-style:solid;
    border-radius:10px;
    padding:15px;
    margin-top: 50px;
    margin-left: 12px;
    width:150px;
    height:150px;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
}
.line {
    width:80%;
    height:7px;
    background-color:#333;
    position:relative;
    margin: 0 auto;
}
#ln-1 {top: 10%}
#ln-2 {top: 30%}
#ln-3 {top: 50%}
#ln-4 {top: 70%}
.content {
    position:absolute;
    top:25px;
    left:240px;
    right:20px;
    min-width:310px;
    min-height:600px;
    background-color:rgba(0, 0, 0, 0.5);
    padding:10px;
}
.inner-content {
    padding:50px 20px;
    height:100%;
    background-color:rgba(0, 0, 0, 0.5);
    margin:0 auto;
}
.lft-floatr, .lft-floatr-btm {
    position:fixed;
    background-color:rgba(0, 0, 0, 0.7);
    margin:0 auto;
    font-size:24px;
    font-weight: bold;
    text-align:center;
}
.lft-floatr {
    position: fixed;
    padding:38px 20px 38px 20px;
    left:0px;
    top:0px;
    width:170px;
    height: 100%;
    min-height: 700px;
    z-index: -6;
}
.lft-floatr-btm {
    left:0px;
    top:400px;
    bottom:0px;
    width:210px;
}
.footer {
    position:absolute;

}
select {
    border-radius:5px;
    border-color:#FFF;
    padding:10px;
    width:65px;
    margin:2px;
}
.btn {
   cursor:pointer;
}
.add-txt, .del-txt {
    position: absolute;
    top:44px;
    right:7px;
}
.prnt {
    display:none;
}
.check {
    display:none;
    position:fixed;
    top:309px;
    left:170px;
    width:30px;
    height:30px;
    background-image:url('../images/checkMark.png');
    border:0;
    padding:0px;
    margin:0px;
    z-index:50;
}
.save-btn, .prntr-btn, .cmpltd-btn {
    position:fixed;
    background-repeat:no-repeat;
    height:48px;
    width:48px;
    padding:0px;
    margin:0 auto;
    z-index:10;
}
.button-common {
    position:fixed;
    z-index:10;
}
.settings-btn {
    left:45px;
    top:415px;
}
.info-btn {
    left:110px;
    top:415px;
}
.prntr-btn {
    left:45px;
    top:475px;
}
.save-btn {
    left:110px;
    top:475px;
}
.clear-btn{
    left:45px;
    top:530px;
}
.cmpltd-btn {
    left:110px;
    top:530px;
}
.attribution {
    font-size: 10px;
    font-weight: normal;
    position:absolute;
    left: 20px;
    bottom: 110px;
}
.messages {
    position:fixed;
    top:0px;
    padding:11px 11px 5px 11px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-color:#ffffff;
    background-color:#ffffff;
    width:100%;
    height:25px;
    z-index:10;
    text-align:center;
    color:#333;
    display:none;
    font-size: 18px;
}
.donate{
    position:fixed;
    top:0px;
    right:50px;
    font-weight:bold;
    padding:11px;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
    border-radius:0px;
    border-color:#FFFFFF;
    background-color:#FFFFFF;
    width:180px;
    height:48px;
    z-index:10;
    text-align:center;
}
.donate-txt {
    color: #000;
    float:left;
    font-size: 14px;
    padding: 15px 5px;
}
.donate-paypal {
    float:left;
    width:48px;
    height:48px;
    padding: 0px 5px 0px 20px;
}
.clearer {
    padding:0px;
    margin:0px;
    clear:both;
}
.donate-close {
    padding: 16px 10px;
    width:16px;
    height:16px;
    float:right;
    cursor:pointer;
}
.entry-row {
    position:relative;

    width:100%;
    border:0px;
    padding:0px;
    margin:0px;
}
.notes-box {
  position:relative;
  z-index:1;

  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;

  border-style:solid;
  border-color:white;

  border-top-width:15px;
  border-bottom-width:15px;
  border-left-width:100px;
  border-right-width:140px;

  width:100%;

  background-color: white;
  box-sizing: border-box;

  height:100px;
}
.notes-textarea {
    position:absolute;
    z-index:2;

    box-sizing: border-box;
    width: 100%;
    border-width: 0px;
    outline:none;
    font-family:Verdana, Geneva, sans-serif;
    font-size:17px;

    resize: none;
}
.left-time, .right-time {
    position: absolute;
    z-index:3;

    top:30px;
    border:0px;
    padding:0px;
    margin:0px;
}
.left-time {
    left:30px;
}
.right-time {
    right:70px;
}
.spacer {
    height:8px;
    width:100%;
    border:0px;
    padding:0px;
    margin:0px;
}
.add-row, .del-row {
    position: absolute;
    font-size: 26px;
    top:-15px;
    right:-110px;
    line-height:100px;
    color:grey;
    cursor: pointer;
}
.del-row {
    font-size: 36px;
}
.add-row:hover, .del-row:hover {
    color: #DE4A00 !important;
}
.time-spent {
    font-size: 12px;
    font-weight:normal;
}
.overlay-style {
    color:#fff;
    text-align:center;
    position: absolute;
    top:50px;
    left:50px;
    right:50px;
    background-color:rgba(0, 0, 0, 0.9);
    display:none;
    z-index: 10;
    min-height:300px;
    padding: 20px 50px;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-delay: 0s;
}
.overlay-style ul li {
    font-size: 18px;
    list-style: none;
    text-align: left;
    padding-bottom: 10px;
}
.bg-images {
    width:100px;
    height:100px;
    margin: 5px;
    border-style: solid;
    border-width: thin;
    border-color:rgba(0, 0, 0, 0.0);

    -webkit-transition: border-color 0.3s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: border-color 0.3s;
    transition-timing-function: linear;
}
.bg-images:hover {
    border-style: solid;
    border-width: thin;
    border-color: #FF8400;

    cursor: pointer;
}
.top-bar {
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    height:20px;
    background-color:#000;
    margin: 0px;
    padding: 3px;
    z-index: 15;
}
.settings {
    background-image: url('../../images/gear.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-color: #000;
    position: fixed;
    right:5px;
    top:5px;
    width: 16px;
    height: 16px;
}
.glyphs.css-mapping .icon{
    margin:0;
    margin-right:10px;
    padding:13px;
    height:50px;
    width:50px;
    color:#fff !important;
    overflow:hidden;
    float:left;
    font-size:32px;
    cursor: pointer;
}
.glyphs.css-mapping .icon:hover {
    color: #DE4A00 !important;
}
.close-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}
.close-overlay:hover {
    color: #DE4A00 !important;
}
.modal-heading {
    font-size: 22px;
    font-weight: bold;
}
.modal-subheading {
    font-size: 18px;
    font-style: italic;
    text-align: left;
    padding-left: 40px;
}