.error {
    color: red;
    float: left;
}

.form-group {
    margin-bottom: 15px;
}

.none {
    display: none;
}

.search_form {
    margin-bottom: 15px;
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 40% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 1px !important;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    min-height: 30px !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: none;
    background-image: none;
}

.active-table tbody:hover {
    cursor: pointer;
}

.select2-container .select2-choice {
    height: 26px;
    line-height: 26px;
    padding: 0;
    border-radius: 0;
    border: 0 transparent;
}

.select2-container .select2-choice abbr {
    height: 12px;
    right: 18px;
    top: 7px;
}

.select2-container .select2-choice .select2-arrow {
    height: 100%;
    right: 0;
    top: -2px;
}

.select2-container.form-control-sm .select2-choice abbr {
    height: 12px;
    right: 18px;
    top: 6px;
}

.select2-container.form-control-sm .select2-choice .select2-arrow {
    height: 100%;
    right: 0;
    top: -4px;
}

.select2-container.form-control-sm .select2-choice {
    height: 26px;
    line-height: 22px;
    padding: 0;
    border-radius: 0;
    border: 0 transparent;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.multiple_select2 .select2-container, .select2-drop, .select2-search, .select2-search input {
    height: auto !important;
}

.multiple_select2 .select2-container-multi .select2-choices .select2-search-field input {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-family: inherit;
}

.multiple_select2 .select2-container-multi .select2-choices {
    margin: 0;
    padding: 0 !important;
    position: relative;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    cursor: text;
    overflow: hidden;
    background-color: transparent;
    min-height: 20px !important;
}

.multiple_select2 .select2-container-multi .select2-choices .select2-search-choice {
    margin: 0 4px !important;
    padding: 1px 5px 3px 18px !important;
}

.multiple_select2 .select2-search-choice-close {
    top: 2px !important;
}

.select2-container.select2-container-multi.form-control {
    padding: 6px 8px !important;
}

.checkbox-inline, .radio-inline {
    padding-left: 0;
}

.icheckbox_minimal-red, .iradio_minimal-red {
    height: 20px;
    width: 20px;
}

.preview-box .video-preview {
    width: 100%;
    height: 158px;
    border: 1px solid grey;
    padding: 5px;
    background: black;
}

#data_table .pagination {
    margin: 0 0 !important;
}

/*image gallery*/
.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 5px;
    outline: 0;
}

.image-checkbox input[type="checkbox"] {
    display: none;
}

.image-checkbox-checked {
    border-color: #4783B0;
}

.image-checkbox .fa {
    position: absolute;
    color: #4A79A3;
    background-color: #fff;
    border: 3px solid #4A79A3;
    padding: 10px;
    top: 0;
    right: 0;
}

.image-checkbox-checked .fa {
    display: block !important;
}

.layout-navbar-fixed .wrapper .main-header {
    z-index: 100038 !important;
}