.note-toolbar{
    z-index: 100 !important;
}
.select2-selection{
    /*padding: 0.65rem 1rem !important;*/
    font-size: 1rem !important;
    line-height: 1.25 !important;
    height: 37px !important;
}

.select2-selection__arrow{
    top: 30% !important;
}
.select2-selection__rendered{
    /*padding: 0px !important;*/
}
.select2-selection--single{
    /*padding: 0.65rem 1rem !important;*/
}

.loading{
    z-index: 995;
    -moz-opacity: .75;
    -webkit-opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    opacity: 0.75;
    backgroundColor: '#000';

    filter: alpha(opacity=75);
    background: #fff url("../img/preloader.gif") center center no-repeat;


    width: 100% !important;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    z-index:99999;
}

.has-error .form-control{
    border: 1px solid #b94a48 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
}

.action-150 tr th:last-child,
.action-150 tr td:last-child {
    /*padding: 2px !important;*/
    width: 150px !important;
}

.error-message{
    color: #f4516c;
    padding-top: 5px;
}

.m-datatable__table{
    min-height: 200px !important;
}
.blockUI{
    width: auto !important;
}




.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer;
}

.fileinput {
    margin-bottom: 9px;
    display: inline-block;
}

.fileinput .form-control {
    padding-top: 7px;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text;
}

.fileinput .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}

.fileinput .thumbnail > img {
    max-height: 100%;
}

.fileinput .btn {
    vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
}

.fileinput-inline .fileinput-controls {
    display: inline;
}

.fileinput-filename {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}

.form-control .fileinput-filename {
    vertical-align: bottom;
}

.fileinput.input-group {
    display: table;
}

.fileinput.input-group > * {
    position: relative;
    z-index: 2;
}

.fileinput.input-group > .btn-file {
    z-index: 1;
}

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
    border-radius: 0 2px 2px 0;
}

.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
    border-radius: 0 2px 2px 0;
}

.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
    border-radius: 0 2px 2px 0;
}

.form-group.has-warning .fileinput .fileinput-preview {
    color: #ffa829;
}

.form-group.has-warning .fileinput .thumbnail {
    border-color: #ff760f;
}

.form-group.has-error .fileinput .fileinput-preview {
    color: #f6675d;
}

.form-group.has-error .fileinput .thumbnail {
    border-color: #f54556;
}

.form-group.has-success .fileinput .fileinput-preview {
    color: #67bd6a;
}

.form-group.has-success .fileinput .thumbnail {
    border-color: #61b555;
}

.input-group-addon:not(:first-child) {
    border-left: 0;
}