/* --- GENERAL STYLES --- */

.fa {
    font-size: 14px;
}
/* makes the font 33% larger relative to the icon container */
.fa.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa.fa-2x {
  font-size: 2em;
}
.fa.fa-3x {
  font-size: 3em;
}
.fa.fa-4x {
  font-size: 4em;
}
.fa.fa-5x {
  font-size: 5em;
}

.caret {
    margin-top: 9px;
    float: right;
}

.square-images {
    margin-bottom: 30px;
}

    .square-images-link {
        display: block;
    }

    .square-images .btn-icon {
        margin: 50% 0 0 50%;
        left: -10px;
        top: -27px;
        position: absolute;
        display: none;
    }

    .square-images:hover .btn-icon {
        display: block;
    }

/* --- TABLES --- */

.admin-table thead th, .admin-table thead th a {
    color: #545454;
    font-size: 14px;
    text-transform: uppercase;
}

    .admin-table thead th a .fa-stack {
        line-height: 1.9em;
        color: #cacaca;
    }

    .admin-table thead th a.asc .fa-stack, .admin-table thead th a.desc .fa-stack {
        line-height: 2.4em;
        color: #545454;
    }

    .admin-table thead th a.asc .fa-sort-desc {display: none;}
    .admin-table thead th a.desc .fa-sort-asc {display: none;}

    .admin-table .action-column {
        width: 100px;
    }

    .admin-table .icon-cell {
        padding-top: 10px;
        text-align: center;
        width: 40px;
    }

    .admin-table td.sorting-column {
        padding: 10px 0 0 0;
        background-color: #f3f3f3;
        cursor: move;
        text-align: center;
        width: 20px;
    }

    .admin-table .admin-buttons {
        padding-top: 10px;
        text-align: right;
    }

        .admin-table .admin-buttons a {
            margin: 0 3px;
            padding: 5px;
        }

        .admin-table .admin-buttons a:hover {
            background-color: #ededed;
        }

            .admin-table .admin-buttons a .fa {
                color: #545454;
            }

            .admin-table .admin-buttons a .fa-trash {
                color: #ed5565;
            }

/* --- PLUGINS --- */

.icheckbox_square-green, .iradio_square-green {margin-right: 10px;}

.bootstrap-tagsinput.form-control {
    padding-top: 4px;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
    line-height: 12px;
    height: 20px;
    font-size: 11px;
    vertical-align: middle;
    display: inline-block;
}

#sight-map {
    background-color: #0b2e13;
    width: 100%;
    height: 160px;
}

.btn {
    padding: 6px 12px;
    font-size: 14px;
}