/* Font Style */
@font-face {
	font-family: text-security-disc;
	src: url("../woff/text-security-disc.woff");
}

.font-12-500 {
	font-size:12px;
	font-weight: 500;
	color: #59595A;
}

.fs-14 {
	font-size: 14px;
}

.pt-45p {
	padding-top: 45px !important
}

.pt-10p {
	padding-top: 10px;
}

.ps-15p {
	padding-left: 15px;
}

.ps-16p {
	padding-left: 16px;
}

.py-5p {
	padding-top: 5px;
	padding-bottom: 5px;
}

.p-10p {
	padding: 10px;
}

.mt-5p {
	margin-top: 5px;
}

.mt--5p {
	margin-top: -5px
}

.ms-10p {
	margin-left: 10px;
}

.ms-17p {
	margin-left: 17px;
}

.ms-15p {
	margin-left: 15px;
}

.ms-130p {
	margin-left: 130px;
}

.m-11p {
	margin: 11px;
}

.ms-60p {
	margin-left: 60px;
}

.ms-25p {
	margin-left: 25px;
}

.h-14p {
	height: 14px;
}

.h-20p {
	height: 20px;
}

.h-28p {
	height: 28px;
}

.h-30p {
	height: 30px;
}

.w-10p {
	width: 10px;
}

.w-25p {
	width: 25px;
}

.w-40p {
	width: 40px;
}

.w-75p {
	width: 75px;
}

.w-90p {
	width: 90px !important;
}

.w-97 {
	width: 97% !important;
}

.w-102p {
	width: 102px;
}

.w-100p {
	width: 100px;
}

.w-113p {
	width: 113px;
}

.w-128p {
	width: 128px;
}

.w-150p {
	width: 150px !important;
}

.w-200p {
	width: 200px;
}

.w-230p {
	width: 230px;
}

.w-250p {
	width: 250px;
}

.w-800p {
	width: 800px;
}

.mw-326p {
	min-width: 326px;
}

.h-10p {
	height: 10px;
}

.e-17p {
	right: 17px;
}

.e-20p {
	right: 20px;
}

.e-15p {
	right: 15px;
}

.h-65p {
	height: 65px;
}

.opacity-50 {
	opacity: 0.5;
}

.modal-md {
    max-width: 650px;
}

.border {
	border: 1px solid var(--border-primary-color) !important;
}

.border-top {
    border-top: 1px solid var(--border-primary-color) !important;
}

.border-bottom {
    border-bottom: 1px solid var(--border-primary-color) !important;
}

.border-left {
    border-left: 1px solid var(--border-primary-color);
}

.border-right {
    border-right: 1px solid var(--border-primary-color);
}

.float-block {
	float: left;
	padding-left: 8px;
}

.flex-1 {
    flex: 1;
}

.equal-parts>div {
    flex: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-text {
    cursor: text;
}

.no-edit {
	cursor: not-allowed
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}

.absolute-vertical-center {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.required:before {
	content: " * ";
	color: #FF0000;
    padding-right: 3px;
}

.bluetxt,
.bluetxt>span {
	color: var(--text-highlight-color);
    font-weight: var(--text-highlight-font-weight);
}

.color-red {
    color: red;
}

div.long-txt {
	max-width: 300px;
	max-height: 100px;
	white-space: normal;
    overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
    -ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.horizontal-line {
    width: 100%;
    border-top: 1px solid var(--border-primary-color);
}

.split-line {
	background: var(--input-background);
	line-height: 28px;
}
