/* 
    Document   : main
    Created on : 2014-05-22, 19:47:42
    Author     : Maciej Jarzębowski <maciej(at)jarzebowski(dot)eu>
*/

body {
    background-image: url('../image/background.png');
    color: #5a5856;
    font-family: arial, "lucida console", sans-serif;
    font-size: small;
}

.header {

}

.main {
    width: 100%;
}

.menu {    
    overflow: auto;
    display: table;
    margin: 0 auto;
}

.menu-item {
    text-align:center;
    width:120px;
    line-height:120px;
    height: 120px;
    float: left;
    margin: 50px;
    background-repeat:no-repeat;
    background-position:center; 
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.menu-item pre {

    line-height: 20px;
    margin-top: 55px;
    font-family: arial;
}

.menu-item a {
    text-decoration:none;
    color: #5a5856;
}

.menu-item a:visited {
    color: #5a5856;
}

.menu-item:hover, .menu-item.selected {
    margin-top: 70px;
    margin-bottom: 30px;
}

.menu-item.inbox {
    background-image: url('../image/menu-item-inbox.png');
}
.menu-item.inbox:hover, .menu-item.inbox.selected {
    background-image: url('../image/menu-item-hover-inbox.png');
}

.menu-item.send {
    background-image: url('../image/menu-item-send.png');
}
.menu-item.send:hover, .menu-item.send.selected {
    background-image: url('../image/menu-item-hover-send.png');
}

.menu-item.outbox {
    background-image: url('../image/menu-item-outbox.png');
}
.menu-item.outbox:hover, .menu-item.outbox.selected {
    background-image: url('../image/menu-item-hover-outbox.png');
}

.content {  
    display: table;
    margin: 0 auto;
    margin-bottom: 50px;
}

.page {
    display: block;
    margin-left: -10000px;
    float: left;
}

.footer {
    position: fixed;
    bottom: 5px;
    min-width: 99%;
}

.footer-content {
    background-color: #f1f1f1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;        
    width: 60%;
    height: 40px;
    margin: 0 auto; 
    display: table;
    text-align: center;
    line-height: 40px;
}

td, th {
    padding: 5px;
}

.details {
    margin: 10px 50px 10px;
}

.details pre {
    margin-left: 10px;
    font-family: arial
}

.phone {
    text-align: right;
    font-weight: bold;
    width: 123px;
    background:rgba(241,241,241,0.5);
}

.time {
    text-align: right;
    font-style: italic;
    width: 165px;
    background:rgba(241,241,241,0.5);
}

.text {
    width: 335px;
    background:rgba(241,241,241,0.5);
}

.icon {
    width: 16px;
}

td {
    width: 16px;
}

tr.odd td {
    cursor:pointer;
}

div.arrow {
    background:transparent url('../image/arrows.png') no-repeat scroll 0px -16px;
    width:16px;
    height:16px;
    display:block;
}

div.up {
    background-position:0px 0px;
}

div.sending {
    background:transparent url('../image/status.png') no-repeat scroll 0px 0px;
    width:16px;
    height:16px;
    display:block;
}

div.sent {
    background:transparent url('../image/status.png') no-repeat scroll 0px -16px;
    width:16px;
    height:16px;
    display:block;
}

div.error {
    background:transparent url('../image/status.png') no-repeat scroll 0px -32px;
    width:16px;
    height:16px;
    display:block;
}

table{
    border-spacing: 8px;
}

.roundCell {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:10px;
    background:rgba(160,219,237,0.1);
    -webkit-box-shadow: #B3B3B3 3px 3px 3px;
    -moz-box-shadow: #B3B3B3 3px 3px 3px;
    box-shadow: #B3B3B3 3px 3px 3px;
}

.leftBlock {
    float: left;
}

.rightBlock {
    padding-left: 200px;
}

.rightBlock pre {
    width: 410px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

#outboxPrevious, #inboxPrevious {
    background:transparent url('../image/arrows.png') no-repeat scroll 0px -32px;
    width: 16px;
    height: 16px;
    float: left;
}

.bound {
    cursor: pointer;
}

.disabled {
    z-index: 50;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #fff;
}

#outboxNext, #inboxNext {
    background:transparent url('../image/arrows.png') no-repeat scroll 0px -48px;
    width: 16px;
    height: 16px;
    float: left;
}

.navigation {
    margin: 0 auto; 
    display: table;
    text-align: center;
    padding: 10px;
}

#outboxPageNo, #inboxPageNo {
    float: left;
    padding: 0 10px;
}

input {
    padding: 5px;
    margin-right: 5px;
    width: 180px;
}

.line {
    display: table;
    line-height: 35px;
}

textarea {
    width: 639px;
    height: 100px;
    padding-left: 5px;
    padding-top: 8px;
    padding-right: 5px;
}

label {
    position: absolute;
    margin-left: 11px;
}

.plus {
    background:transparent url('../image/plus-button.png') no-repeat scroll 0px 0px;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: 9px;
}

.on {
    background:transparent url('../image/on-off.png') no-repeat scroll 0px 0px;
    width: 16px;
    height: 16px;
    margin-top: 9px;
    float: right;
    margin-left: 197px;
}
.off {
    background:transparent url('../image/on-off.png') no-repeat scroll 0px -16px;
    width: 16px;
    height: 16px;
    margin-top: 9px;
    float: right;
    margin-left: 197px;
}

.button {

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f8af41;
    margin-bottom: 15px;
    padding: 0 7px 0 7px;
    cursor:pointer;    
}

.button:hover {
    -moz-box-shadow:    inset 0 0 5px #000;
    -webkit-box-shadow: inset 0 0 5px #000;
    box-shadow:         inset 0 0 5px #000;
}

.switchText {
    float: right;
    margin-left: 10px;
}

.phoneNumber {
    text-indent: 30px;
}

.prefix {
    opacity: 0;
}

#infoBox {
    margin: 15px auto;
    width: 550px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #f1f1f1; 
    padding: 10px;
}

.errorIcon {
    background:transparent url('../image/minus.png') no-repeat scroll 0px 0px;
    padding-left: 32px;
}

.successIcon {
    background:transparent url('../image/tick.png') no-repeat scroll 0px 0px;
    padding-left: 32px;
}

.donate {
    padding: 15px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-border-radius: 0 0 0 15px;
    -moz-border-radius: 0 0 0 15px;
    border-radius: 0 0 0 15px;
    background-color: #008aff;
    color: #fff;
}

.donate a:visited {
    color: #fff;
    text-decoration: none;
}

.donate a:link {
    color: #fff;
    text-decoration: none;
}

.donate a:active {
    color: #fff;
    text-decoration: none;
}

.signout {
    padding: 15px;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
    background-color: #008aff;
    color: #fff;
}

.signout a:visited {
    color: #fff;
    text-decoration: none;
}

.signout a:link {
    color: #fff;
    text-decoration: none;
}

.signout a:active {
    color: #fff;
    text-decoration: none;
}

.spacer {
    height: 15px;
}

.bigSpacer {
    height: 100px;
}

#cookiesClose {
    background:transparent url('../image/cross.png') no-repeat scroll 0px 0px;
    margin: 12px;
    width: 16px;
    height: 16px;
    cursor:pointer;
}

.cookies {
    float: left;
    line-height: normal;
    width: 90%;
    margin: 5px;
}

.signin {
    margin: auto;
}
