div.background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    background-size: cover;
    overflow-y: auto;
    z-index: -1;
    background: url('/newtemplate/img/login.png') no-repeat;
    background-size: cover;
}

.form-control, .btn:not(.bootstrap), .panel, .panel-heading, .input-group-prepend, .input-group-text {
    border-radius: 0;
}

.table > tbody > tr:not(:first-child):not(.no-border-line) > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > tbody > tr.no-border-line > td {
    border-top: 0 !important;
}

table.table.no-footer {
    border-bottom: 0 !important;
}

table tr.selected {
    background-color: #DAEFFF;
}

p.character-countdown-title {
    position: absolute;
    width: max-content;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.nowrap {
    white-space: nowrap
}

.text-black {
    color: #000;
}

.text-red {
    color: #D8292F;
}


/* @gritter */

.gritter-item > .gritter-close {
    font-size: 16px;
    color: #fff !important;
    opacity: 0.8 !important;
}

.gritter-item .gritter-title {
    font-size: 14px;
}

.gritter-item p {
    font-size: 16px;
    padding-top: 10px;
    color: #fff !important;
    opacity: 1 !important;
}

/* @gritter-end */

/* @bootstrap-select */

.bootstrap-select.open {
    z-index: 9999;
}

.bootstrap-select > button.btn {
    min-height: 39px;
}

.bootstrap-select > button.btn > .filter-option {
    height: 21px;
}

.bootstrap-select > button.btn:focus {
    color: inherit;
    outline: none !important;
}

.bootstrap-select div.notify {
    color: #d22630;
}

.bootstrap-select a,
.bootstrap-select a span.text,
.bootstrap-select button.btn .filter-option-inner-inner {
    color: #4a4f55 !important;
    font-weight: lighter;
}

.bootstrap-select a:hover span.text,
.bootstrap-select a:focus span.text,
.bootstrap-select li.selected.active a span.text {
    color: #ffffff !important;
}

.bootstrap-select > button.disabled {
    background-color: #eee;
    opacity: 1;
}

.bootstrap-select > button.disabled span.caret {
    display: none;
}

/* @bootstrap-select-end */

/* @select2 */

.select2-selection.select2-selection--single {
    min-height: 39px;
    border-radius: 0;
    border-color: rgb(204, 204, 204);
}

.select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 39px;
}

.select2-selection.select2-selection--single .select2-selection__placeholder {
    color: #777;
}

.select2-selection.select2-selection--single .select2-selection__arrow {
    height: 39px;
}

.select2-selection.select2-selection--multiple {
    min-height: 39px;
    line-height: 24px;
}

.select2-selection--multiple .select2-selection__rendered {
    margin: 0 11px !important;
    padding: 0 !important;
}

.select2-container {
    border-radius: 0;
}

.select2-container .select2-search__field {
    font-weight: lighter;
}

.select2-selection[aria-expanded="false"] .select2-selection__arrow {
    width: 30px;
}

.select2-selection[aria-expanded="true"] .select2-selection__arrow {
    width: 30px;
}

.select2-selection__clear {
    width: 30px;
    text-align: center;
}

.has-error .select2-selection {
    border-bottom-color: #f44336;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-container--disabled .select2-selection {
    cursor: not-allowed !important;
}

.select2-container--disabled .select2-selection__arrow {
    display: none;
}

/* @select2-end */
