body {
    padding-top: 70px;
    /* Margin bottom by footer height */
    font-family: "Ubuntu";
    margin-bottom: 60px;
    background-color: #262425;
    color: #FFF;
}

/* hamburger navigation, remove border */
.navbar-toggle {
    border-radius: 0px;
}

h1, h2, h3 {
    font-weight: 600;
}

h1 {
  font-size: 25px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4, h5 {
    font-size: 26px;
}

hr {
    border-color: #515051;
}

.main-container {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.row.buttons {
    margin-top: 25px;
}

.marginTop50 {
    margin-top: 50px;
}

.marginTop {
    margin-top: 10px;
}

.marginBottom {
    margin-bottom: 10px;
}

.navbar-nav li a {
    color: #FFF !important;
    font-weight: 600;
}

a {
    color: #33b8e9;
}

a:hover {
    color: #47cdff;
    text-decoration: none;
}

.text-blue {
    color: #33b8e9;
}

.new-flag {
    /*background-color: #000;*/
    position: absolute;
    top: 10px;
    left: 10px;
    background-image: url('/img/new.svg');
    width: 34px;
    height: 34px;
}

/* upload button */
#myImageUploader {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

#spinner {
    display: none;
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #33b8e9;
}

#rotate-left {
    position: absolute;
    left: 30px;
    top: 30px;
}

#rotate-right {
    position: absolute;
    right: 30px;
    top: 30px;
}

.text-muted {
    color: #515051;
}

.alert {
    border-radius: 0;
}

.alert-warning {
    background-color: #e67e22;
    border-color: #e67e22;
    color: #ffffff;
}

.alert-success {
    background-color: #27ae60;
    border-color: #27ae60;
    color: #ffffff;
}

.alert-info {
    background-color: #3498db;
    border-color: #3498db;
    color: #ffffff;
}

.alert-danger {
    background-color: #c0392b;
    border-color: #c0392b;
    color: #ffffff;
}

.form-group {
    margin: 0 0 2px 0;
}

.form-control, .lookalike {
    background-color: #515051;
    border-radius: 0;
    border: 0px solid #303030;
    color: #FFF;
    font-weight: 600;
    padding: 6px 12px;
}

.form-control:focus {
    border: 0px solid #000;
    background-color: #686667;
    box-shadow: none;
}

.form-control[readonly] {
    background-color: #515051;
    color: #666;
}

.btn {
    border-radius: 0;
    font-weight: 600;
    border: 0px solid #000;
}

.btn-primary {
    background-color: #33b8e9;
    color: #fff;
}

.btn-primary:hover {
    background-color: #47cdff;
    color: #fff;
}

.btn-black {
    background-color: #000;
    color: #fff;
}

.btn-black:hover {
    background-color: #101010;
    color: #fff;
}

.navbar-brand img {
    height: 140%;
}

.footer {
    background-color: #505050;
}

a.footer-action {
    display: block;
    color: #CCC;
    float: left;
    padding-top: 20px;
    height: 60px;
    width: 25%;
    border-right: 1px solid #262425;
    text-align: center;
}

a.footer-action:first-child {
    border-left: 1px solid #262425;
}

a.footer-action.active {
    background-color: #33b8e9;
    color: #fff;
    font-size: 16px;
}

a.footer-action:hover {
    color: #fff;
    background-color: #47cdff;
    text-decoration: none;
}

a.footer-action i.fa {
    padding-right: 5px;
}

.entry {
    border-bottom: 1px solid #515051;
    -height: 230px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.mini-table {
    margin-bottom: 20px;
}

.mini-table td {
    padding-right: 20px;
}

/* admin page */

.table-responsive {
    margin-top: 30px;
    border: 0px solid #666;
}

ul.selection {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.selection.inline {
    line-height:30px;
}

ul.selection.inline li {
    padding-right: 5px;
    float: left;
}

/* desktop / default */
.index, .login {
    padding-top: 100px;
}

/* iphone */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {

    .navbar-brand img {
        height: 95%;
    }

    .index, .login {
        padding-top: 150px;
    }

    h2 {
        font-size: 20px;
    }

}

.header {
    position: fixed;
}

.footer {
    position: fixed;
}

.fixfixed .header,
.fixfixed .footer {
    position: absolute;
}