﻿.busy-indicator {
    width: 60px;
    height: 80px;
    padding-top: 25px;
    margin: 0 auto;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

input.isContinue:placeholder-shown {
    -webkit-text-fill-color: #585757;
}

input.isContinue:-ms-input-placeholder {
    color: #585757
}

select[readonly].select2-hidden-accessible + .select2-container {
	 pointer-events: none;
	 touch-action: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
	 background: #eee;
	 box-shadow: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
	 display: none;
}

.tooltip-inner {
    word-wrap: break-word !important;
}

table.dataTable tbody tr td {
    word-wrap: break-word;
    word-break: break-all;
}