﻿body 
{
    color: #404E67;
    background: #F5F7FA;
    font-family: 'Open Sans', sans-serif;
}

/*.form-control-xs {
    height: calc(1em + .375rem + 2px) !important;
    padding: .125rem .25rem !important;
    font-size: .75rem !important;
    line-height: 1.5;
    border-radius: .2rem;
}*/

.top-buffer {
    margin-top: 5px;
}

.table-wrapper {
    width: 95%;
    margin: 10px auto;
    background: #fff;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.table-title {
    padding-bottom: 0px;
    margin: 0 0 0px;
}

.table-title h2 {
    margin: 6px 0 0;
    font-size: 20px;
}

    .table-title .add-new {
        float: right;
        height: 26px;
        font-weight: bold;
        font-size: 12px;
        text-shadow: none;
        min-width: 60px;
        line-height: 13px;
    }

    .table-title .add-new i {
        margin-right: 4px;
    }

    table.table {
        table-layout: fixed;
    }

    table.table tr th, table.table tr td {
        border-color: #e9e9e9;
        padding: 0px 0px 0px 0px;
    }

    table.table th i {
        font-size: 20px;
        margin: 0px 0px 0px 0px;
        cursor: pointer;
    }

        table.table th {
            font-size: 14px;
            cursor: pointer;
            min-width: 30px;
            height: 26px;
        }

table.table th:last-child {
    width: 90px;
}

    table.table td a {
        cursor: pointer;
        display: inline-block;
        margin: 0 0px;
        min-width: 14px;
    }

    table.table td a.add {
        color: #27C46B;
        font-size: 14px;
    }

    table.table td a.edit {
        color: #FFC107;
        font-size: 14px;
    }

        table.table td a.delete {
            color: #E34724;
            font-size: 14px;
        }

    table.table td i {
        font-size: 16px;
    }

table.table td a.add i {
    font-size: 16px;
    margin-right: -1px;
    position: relative;
    /*top: 3px;*/
}

    table.table .form-control {
        height: 24px;
        line-height: 24px;
        box-shadow: none;
        border-radius: 2px;
    }

    table.table .form-control.error {
        border-color: #f50000;
    }

table.table td .add {
    display: none;
}

.ui-menu {
    overflow: auto;
    max-height: 300px;
}

/*.ui-autocomplete {
    overflow: auto;
    height: 300px;
}*/