@import url("bootstrap.min.css");

@import url("sticky-footer.css");

.stat_single_sw {
    margin: 0.5em;
}

a#fancybox-close {
    right: 0;
}

a.del:after {
    content: " ×";
}

body {
    background: white;
    padding-bottom: 24px;
}

div#fancybox-wrap {
    margin-top: 0;
    top: 64px !important;
    width: 600px;
}

div#gib-footer {
    background: #222222;
    bottom: 0;
    color: #ffffff;
    height: 24px;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
}

div#gib-header {
    background: linear-gradient(to bottom,  #444444 0%,#222222 100%);
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
    font-size: 24px;
    height: 64px;
    padding: 16px;
    width: 100%;
}

div#main {
    margin: 32px auto 16px auto;
    padding: 0px 16px 16px 16px;
    width: 600px;
}

div#period_switch > a {
    margin: 0.5em;
}

div#tooltip {
    background: #222222;
    border-radius: 4px;
    color: #ffffff;
    padding: 8px;
}

div.fancy-bg {
    display: none;
}

div.legend > table {
    left: 480px !important;
    width: 60px;
    background-color: #f5f5f5;
    box-shadow: 0 0 10px;
}

div.popup {
    background: white;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    box-shadow: 0 0 10px;
    padding: 0 32px;
    width: 600px;
}

div.w_list {
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    height: 200px;
    margin-bottom: 16px;
    overflow: auto;
}

table, form {
    margin-bottom: 32px;
    margin-top: 16px;
    text-align: left;
    width: 100%;
}

td {
    padding: 4px;
}

td.legendColorBox {
    width: 16px;
}

textarea {
    width: 100%;
}

textarea#trace_res {
    height: 200px;
}

tr {
    border-bottom: 1px solid #eeeeee;
}
