body {
    padding-top: 100px;
}

input[type="checkbox"] {
    vertical-align: text-bottom;
    margin-bottom: 3px;
    margin-right: 3px;
}

.navbar-fixed-top {
    position: fixed;
}

.navbar-fixed-top .container {
    padding-left: 20px;
    padding-right: 20px;
}

.brand img {
    height: 24px;
    margin-right: 8px;
    vertical-align: bottom;
}

.dropdown-backdrop {
    display: none !important;
}

.span6:nth-child(odd) {
    clear: left;
    margin-left: 0;
}

.text-center {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

form .uneditable-input {
    min-height: 3em;
    height: auto;
    overflow: visible;
    white-space: pre-wrap;
    word-break: break-word;
    cursor: text !important;
}

.icon {
    color: #333333;
}

.the-icons {
    margin-left: 0;
    list-style: none;
}

.the-icons li {
    float: left;
    width: 33%;
    line-height: 25px;
}

.group_role label {
    display: inline-table;
    width: 18%;
    color: #666666;
    margin-bottom: 6px;
}

#webim {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 400px;
    height: 600px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    background-color: #fff;
    display: none;
}

#close_webim {
    position: absolute;
    width: 400px;
    height: 38px;
    background-color: #5d94f3;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    cursor: pointer;
}


/*
label {
    display: table;
}



.container-fluid {
    margin-top: 20px;
}

.short-alert {
    z-index: 2000;
    width: 100px;
    text-align: center;
    position: fixed;
    bottom: 75%;
    left: 50%;
    margin-bottom: 0;
    margin-left: -70px;
    font-size: 1.2em;
    padding: 1em 1.3em;
    border-radius: 4px 4px 4px 4px;
}

table.table td {
    word-break: break-word;
}

table.table tbody tr:nth-child(odd) td,
table.table tbody tr:nth-child(odd) th {
    background-color: rgb(0, 0, 0, 0);
}

table.table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

table.table tbody tr:hover {
    background-color: #e9e9e9 !important;
}

table.table-bordered {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

table.table-striped {
    border: 1px solid #dddddd;
}

.table.table {
    background-color: #fff;
}

table.table {
    min-width: 350px;
}


.btn-toolbar .btn {
    margin-bottom: 5px;
}


.dropdown-menu {
    padding: 0;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
}

.dropdown-menu .divider {
    padding: 0;
    margin: 0;
}

.dropdown-menu .divider:last-child {
    display: none;
}

[class^="icon-"],
[class*=" icon-"] {
    background-image: none;
}