
a,
ul,
.btn,
span,
input,
button,
.panel,
.toggle,
textarea,
.btn-custom,
.panel-heading,
.bootstrap-tagsinput,
.panel-group .panel-heading,
span.select2 .select2-selection,
.bootstrap-select .dropdown-menu
{
    border-radius: 0 !important;
}

textarea
{
    resize: none;
}

ul.typeahead
{
    width: 100%;
}

.dropdown-menu
{
    padding: 0;
}

.dropdown-menu .divider
{
    margin: 2px 0;
}

.input-group-addon
{
    color: #fff !important;
    background-color: #676767;
}

button.input-group-addon
{
    width: auto;
    min-height: 34px;
}

.dropdown-actions button
{
    padding: 2px 4px;
}

.dropdown-menu
{
    z-index: 1003;
}

.dropdown-menu.pull-right
{
    right: 0;
}

.dropdown-actions ul li a
{
    padding: 6px 20px;
}

.dropdown-actions ul li a i
{
    width: 20px;
}

.dropdown-actions ul li a[disabled="true"],
.dropdown-actions ul li a[data-disabled="true"]
{
    cursor: not-allowed;
    color: #cdcdcd;
}

.dropdown-actions ul li a[disabled="true"]:hover,
.dropdown-actions ul li a[data-disabled="true"]:hover
{
    background-color: transparent;
}

.pagination li a
{
    color: #333333;
}

.pagination li a:hover,
.pagination > .active a,
.pagination > .active a:hover,
.pagination > .active a:focus
{
    color: #fff;
    border-color: #1f67cc;
    background-color: #337be0;
}

.tab-custom
{
    width: 100%;
    display: table;
}

.tab-custom .panel
{
    margin: 0;
}

.panel-body
{
    padding: 20px;
}

.tab-custom .panel-heading
{
    font-size: 18px;
    padding: 20px 18px;
    color: #333333;
}

.tab-custom .panel-heading button
{
    float: right;
    padding: 2px 6px;
}

.tab-custom .panel-footer
{
    text-align: right;
}

.toggle-on
{
    background-color: #337be0;
    border-color: #1f67cc;
}

.toggle-off
{
    background-color: #c1c1c1;
    border-color: #adadad;
}

.toggle-off:hover
{
    background-color: #adadad;
    border-color: #999999;
}

.form-group .bootstrap-select:not([class*=form-control])
{
    width: 100% !important;
}

.form-group label
{
    display: block;
}

.bootstrap-tagsinput
{
    width: 100%;
}

.image-cover
{
    width: 100%;
    height: 260px;
    margin: 0 0 15px;
    position: relative;
    border: 1px solid #ddd;
    background-size: cover;
    background-position: center;
}

.image-cover input
{
    display: none;
}

.image-cover .text
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 84px;
    height: 20px;
    margin: auto;
    display: block;
    position: absolute;
}

.image-cover button
{
    right: 0;
    bottom: 0;
    width: 50%;
    position: absolute;
}

.image-cover .bootstrap-filestyle
{
    left: 0;
    bottom: 0;
    width: 50%;
    height: 34px;
    position: absolute;
}

.image-cover .bootstrap-filestyle .badge
{
    display: none;
}

.bootstrap-select ul li span.fa
{
    width: 18px;
}

.typeahead li
{
    padding: 4px 0;
}

.typeahead li span
{
    color: gray;
    font-size: 12px;
    margin-right: 6px;
}

.typeahead li span.info
{
    color: gray;
}

.typeahead li span.danger
{
    color: red;
}

.typeahead li.active span
{
    color: #fff;
    margin-right: 4px;
}

.typeahead li .type-ahead-cover
{
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/empty-image.png');
}

.default-image
{
    background-image: url('../images/empty-image.png');
}

.tooltip-inner
{
    max-width: none;
    white-space: nowrap;
}

.label
{
    font-size: 12px;
    font-weight: normal;
}

.panel
{
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-box-shadow: none;
}

.bootstrap-collapse .panel
{
    margin-bottom: 10px;
}

.bootstrap-collapse .panel .panel-body
{
    background-color: #fff;
}

.bootstrap-collapse .panel-heading a
{
    display: block;
    text-decoration: none !important;
}

.bootstrap-collapse .panel-heading a i
{
    width: 24px;
    text-align: center;
}

.bootstrap-collapse .panel-heading a .fa-chevron-up
{
    display: block;
}

.bootstrap-collapse .panel-heading a .fa-chevron-down
{
    display: none;
}

.bootstrap-collapse .panel-heading a.collapsed .fa-chevron-up
{
    display: none;
}

.bootstrap-collapse .panel-heading a.collapsed .fa-chevron-down
{
    display: block;
}

.table
{
    width: 100%;
}

.table th, .table td
{
    padding: 6px 18px;
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: middle !important;
}

.table td span
{
    display: none;
}

.table-actions-in a:hover i
{
    font-weight: bold;
}

.no-select
{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.navPagination
{
    width: 100%;
    text-align: center;
}