@charset "utf-8";

/* ============================================================ */
@font-face {
	font-family: "Muli";
	src: url("./fonts/muli/Muli.ttf");
}

@font-face {
	font-family: "Muli-SemiBold";
	src: url("./fonts/muli/Muli-SemiBold.ttf");
}

@font-face {
	font-family: "BebasNeue Regular";
	src: url("./fonts/bebas-neue/BebasNeue Regular.ttf");
}

@font-face {
	font-family: "BebasNeue Bold";
	src: url("./fonts/bebas-neue/BebasNeue Bold.ttf");
}

@font-face {
	font-family: 'Roboto Regular';
	src: url("./fonts/roboto/Roboto-Regular.ttf");
}

@font-face {
	font-family: 'Roboto Medium';
	src: url("./fonts/roboto/Roboto-Medium.ttf");
}

@font-face {
	font-family: 'Roboto Bold';
	src: url("./fonts/roboto/Roboto-Bold.ttf");
}

/* ============================================================
  RESET
============================================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background-color: #f1f1f1;
	color: #000000;
	font-family: 'Roboto Regular';
	font-size: 12px;
	/*line-height: 1;*/
	/*line-height: 150%;*/
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

b {
	font-family: 'Roboto Medium', Sans-Serif, Arial;
	font-weight: normal !important;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	/*content: none;*/
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #E60000;
}

label {
	font-family: 'Roboto Medium', Sans-Serif, Arial;
	font-weight: normal;
}

label i {
	margin-right: 4px;
}

#particles-js {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	position: fixed;
	top: 0;
	z-index: -1;
}

/* ================================================================================================================== */
.bg-grey {
	background-color: #f1f1f1;
}

.bg-white {
	background-color: #ffffff;
}

/* ================================================================================================================== */
.linklist {
	border-bottom: 2px dotted #0660ce;
	/*color: #0660ce;*/
}

.linklist:hover {
	text-decoration: none;
	border-bottom: 1px dotted #1f7bea;
	/*color: #1f7bea;*/
}

.linklired {
	border-bottom: 2px dotted #ea1e63;
	/*color: #ea1e63;*/
}

.linklired:hover {
	text-decoration: none;
	border-bottom: 2px dotted #b1154a;
	/*color: #b1154a;*/
}

.linkligreen {
	border-bottom: 2px dotted #183a03;
	/*color: #183a03;*/
}

.linkligreen:hover {
	text-decoration: none;
	border-bottom: 2px dotted #183a03;
	/*color: #1f7bea;*/
}

.updatestatuslist {
	cursor: pointer;
}

/* ============================================================
  GLOBALS
============================================================ */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* clear floated divs */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

p, hr {
	line-height: 150%;
	margin: 0 0 25px 0;
}

hr {
	border-color: #ddd;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

/* ============================================================
  FORM
============================================================ */
.container-center {
	width: 100%;
	max-width: 350px;
	margin: 50px auto 0;
	padding: 0 0.5%;
	background-color: #ffffff;
	border-radius: 5px;
}

.login-form {
	padding: 10px;
}

.main-content {
	margin: 15px;
}

.logo {
	text-align: center;
	margin-bottom: 10px;
}

.logo img {
	width: 100%;
}

.login-appstitle {
	font-family: 'BebasNeue Bold', sans-serif, arial;
	font-size: 2.8em;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.login-appssubtitle {
	font-family: 'Roboto Medium', sans-serif, arial;
	font-size: 1em;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 12px;
}

/* sections */
section {
	margin-bottom: 0;
	padding: 30px;
	background-color: #fff;
	border-radius: 5px;
}

section:last-child {
	margin-bottom: 0;
}

/* headings */
.copyright {
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
}

.boxsuccess {
	background-color: #d1e7dd;
	color: #146c43;
	padding: 5px 10px;
	border: 1px solid #a3cfbb;
	border-radius: .25rem;
}

.boxerror {
	background-color: #f8d7da;
	color: #b02a37;
	font-family: 'Roboto Regular', arial;
	line-height: 2rem;
	border: 1px solid #c54e4e;
	border-radius: .25rem;
	padding: 6px;
	text-align: center;
}

.boxinfo {
	margin-top: 10px;
	border-radius: .25rem;
	background-color: #100720;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-family: 'Roboto Regular', arial;
}

.boxyellowinfo {
	color: #000000;
	background-color: #fffcdf;
	font-family: 'Roboto Regular', arial, sans-serif;
	border: 1px solid #f0e043;
	border-radius: .25rem;
	padding: 5px 10px;
}

.boxlistinfo {
	margin-top: 10px;
	border-radius: .25rem;
	background-color: #219715;
	padding: 5px 10px;
	color: #fff;
	text-align: left;
	font-family: 'Roboto Regular', arial, sans-serif;
}

/* lists */
ul.input-list {
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}

.jAlert {
	margin-bottom: 20px !important;
}

.ja_body ul.input-list {
	margin: 0 -10px;
}

ul.input-list > li {
	display: block;
	padding: 0 10px;
	width: 100%;
	float: left;
}

ul.input-list > li.groupli01 {
	background: #fbfdff;
	padding-bottom: 5px;
	border-bottom: 1px solid #cee5fd;
	margin-bottom: 10px;
}

li.alertform {
	font-size: 12px;
	line-height: normal;
}

/* form elements */
.groupbg {
	margin: 0 -15px 0;
	padding: 10px 15px 10px;
	background-color: #fff;
}

.groupbg:first-child {
	padding: 0 15px 10px;
}

.groupbg:nth-of-type(even) {
	background-color: #fffcfb;
	border-bottom: 1px solid #efefef;
}

.groupbg:nth-of-type(even) .row:first-child .detail-title {
	border: none;
}

.groupbg .row:first-child .detail-title {
	border: none;
}

.grouptit {
	font-family: 'Roboto Medium', sans-serif, arial;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 5px 0;
}

.input-list label {
	color: #27292b;
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin-top: 8px;
	margin-bottom: 2px;
}

.input-list label::before {
	font-family: 'fontawesome';
	/*content: "\f192 \00a0\00a0";*/
	content: "\f10c \00a0\00a0";
	font-size: 12px;
}

.input-list label.sublab::before {
	font-family: 'fontawesome';
	content: "\f192 \00a0 \00a0";
	font-size: 12px;
	color: #e65100;
}

.input-list label.none::before {
	font-family: 'fontawesome';
	content: "";
	font-size: 12px;
	color: #e65100;
}

.input-list label.checkbox::before {
	font-family: 'fontawesome';
	content: "";
	font-size: 12px;
	color: #e65100;
}

.input-list label.grouptit {
	font-family: 'Roboto Medium', sans-serif, Arial;
	font-size: 14px;
	padding-top: 10px;
}

.input-list label.grouptit::before {
	font-family: 'fontawesome';
	content: "";
	font-size: 12px;
	color: #e65100;
}

.input-list .sub1left {
	margin-left: 15px;
}

.input-list .labbot {
	font-size: 12px;
	display: block;
	font-style: italic;
}

span.inputerror {
	color: #d50000;
	font-family: 'Roboto Regular', arial;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	display: block;
	padding: 3px 0 0;
	margin-bottom: 3px;
}

span.descbot {
	display: block;
	padding: 3px 0 0;
	color: #121212;
	font-size: 11px;
	line-height: normal;
	font-family: 'Roboto Regular', arial;
	font-style: oblique;
	margin-bottom: 3px;
}

.input-list input[type="text"],
.input-list input[type="email"],
.input-list input[type="number"],
.input-list input[type="password"] {
	display: block;
	margin: 0;
	font-family: 'Roboto Regular';
	font-size: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background: #fdfdfd;
}

.input-list select {
	display: block;
	margin: 0;
	font-family: 'Roboto Regular';
	font-size: 12px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background: #fdfdfd;
}

.input-list input:focus,
.input-list select:focus,
.input-style textarea:focus {
	outline: none;
}

textarea {
	resize: vertical;
}

textarea.form-control:focus {
	box-shadow: unset;
	border: solid thin #eae7e7;
}

.input-style input[type="text"],
.input-style input[type="email"],
.input-style input[type="number"],
.input-style input[type="password"],
.input-style select,
.input-style textarea {
	padding: 8px 12px;
	/*border: none;*/
	border: solid 1px #eae7e7;
	border-bottom: solid 2px #c9c9c9;
	-webkit-transition: border 0.3s;
	-moz-transition: border 0.3s;
	-o-transition: border 0.3s;
	transition: border 0.3s;
	line-height: normal;
	font-family: "Roboto Regular", Sans-Serif, Arial, serif;
	font-size: 12px;
	border-radius: .25rem;
}

input[type="checkbox"] {
	background-color: #ffffff;
	position: relative;
	display: inline-block;
	padding: 0.54em;
	border: 1px solid #100720;
	border-radius: .25rem;
	cursor: pointer;
	-webkit-appearance: none;
}

input[type="checkbox"]:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input[type="checkbox"]:checked {
	background-color: #100720;
	color: #ffffff;
	border: 1px solid #100720;
}

input[type="checkbox"]:checked:after {
	font-family: FontAwesome;
	content: "\f00c";
	font-size: 0.8em;
	font-weight: 300;
	font-style: normal;
	position: absolute;
	top: 0.9px;
	left: 1.8px;
	color: #ffffff;
}

.input-style .table input[type="text"],
.input-style .table input[type="email"],
.input-style .table input[type="number"],
.input-style .table input[type="password"],
.input-style .table select,
.input-style .table textarea {
	padding: 3px 6px;
	background-color: #f0fff0;
}

.input-style .table input[type="text"].inbgred,
.input-style .table input[type="email"].inbgred,
.input-style .table input[type="number"].inbgred,
.input-style .table input[type="password"].inbgred,
.input-style .table select.inbgred,
.input-style .table textarea.inbgred {
	background-color: #ff0e1e;
	color: #ffffff;
}

table#itespek tr td {
	color: #000000;
}

.input-style .table .select2-container .select2-selection--single {
	height: 23px;
}

.input-style .table .select2-container--default .select2-selection--multiple,
.input-style .table .select2-container--default .select2-selection--single {
	border-radius: 0;
	border-color: #eae7e7;
	border-bottom: 2px solid #c9c9c9;
	font-size: 11px;
}

.input-style .table .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 20px;
}

.select2-results__option {
	font-size: 12px;
	padding: 3px 6px;
}

.input-style .table .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 15px;
}

.input-style input.noleftradius,
.input-style select.noleftradius {
	border-radius: 0 3px 3px 0;
}

.input-style input.norightradius,
.input-style select.norightradius {
	border-radius: 3px 0 0 3px;
}

.input-style select {
	padding: 7px 13px 7px 13px;
	max-width: 100%;
	/*min-height: 35px;*/
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAYCAYAAAC8/X7cAAAEfXpUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHjarZdtlsIqDIb/ZxV3CU0gBJbD5zl3B3f596WtOqOOU+0ULUiTAHlCqNT/+3fQP7gkxEheLYYUwoLLJ58koxGX7dpqXvx6Xy+3P8Lvb/3EFyVBl7tJhr7LZ/TrTcH83l++95PV3U7cDe0PLgbdHFnQ2OXibsjJ1s/7b0q7XvZflrN/x2W2tlX3v73BGU1hzwlJd+wW3P0cxWEGLrqMOuHOzkNocYq2uIC7OnvuO7o275x3Gfzed0veJdx3V9ASdoFw56O9n/W571YPfaN2acr3ByEtF/c9+m60OEbfVpd9gKcC7YtadhNrC4IFrnSrWkAxfBVtW8scImKJFcQaaBaUSpxY4O3BnhtnHtzXunLFFL10MdQiVdzaF51JkrpC8bPwEAOYRmAkroKaQ7dc58LruGkdryJo29IYksIwxtB4KPSs85NyNTTGDF3m6cy4+QrzkhnTmMYkN++QAhAeu0919e9a6Ir1dk2wDgR1dXPEAvNSNhNF+RZbbuXsIKeLp2XbGmxtNwAXYWzFZNiBwBLYKQdeTMSY4ccIPhkzF4R9AQFWlcY0wMa5ADhR5tjQMV5lRWXrRmoBCMUWMaDB1gEs7xXxYz4ihrI69aSqQU2jJs3BBR80hGBh5qhszrypBTOLlixHF33UGKLFGFPMSZJDCtMUklGKKaWcMWiG6QztDImcixRXfNESipVYUskV4VN91Rqq1VhTzU2aa9j+LTSjFltquXNHKHXftYduPfbU80CsDTf80BGGjTjSyFdqO9Xv1PiO3GtqvFObxPwqZzdq6Da7mOCZTnQyAzHxDOI2CSCgZTJbInsvk9xktiTBplABNdYJp/EkBoK+s+jgK7sbuZfcSP1b3OQncjTR/QU5muh2co/cnlBreT1R3Apo7sLp08UNJLaAWVs1l9FIReG9mis4ldi9j7FmX2vMWyoujjFKYG1OraLJDe7UNiIFm6oj1Oyi+IR4whAABBiLj67FCHFl7bX1JexaqXifMiYaoOSQGjtTRgJkFQwoOfXusRiH0zWYb17Z6zwCj9R0VPBFrbViabHs7plrjL1iwnBPEg+8HgleIo6JGXWlLHORDg+6Vbx7wEGpIeGXViR2WqZOQWQgKhAPHCVXK0jNo2YpNUydLlLKYBcyc+utV8NpLYL4vvqFSawkB60aIo5sjI8PxEof77Gk5zDfZ0nPYb7Pkk4zuxpa4Z1nRxu88+xog/ec3f30X7GkdzbmK5b0zsZ8xZL+hhlfDZ1mR1833hl29HXjHWP3nCWdT7IbSzqfZDeWdD7JbjU9Js3P2NFj0vyMHT0mzc/Y0Tsb8xVLOp9kN5Z0Psn+fEB+xI5+OvDeZUc/HXjvsjuYj35nSeeT7MaSzifZ3w7IN9nR65eV4+zo9cvKcXZ05uz4ypLOJ9mNJZ1PshtL+mVjHmZHR140j7CjIy+aR9j9xXv2vaFPk+zGks4n2Y0lHdqYB9jR8T8Jr9nR8T8Jr9kdfs+2gX+PCQr/A29DEPZ0kahZAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4gkNFho5n6EHlAAAAK5JREFUWMPV1ksOgDAIRVHYp+niGvepI43R2vJ5aGHG7J4wgddaN0o8TESUFbGUwnws2RBLKXxeIBviiH8AMiCu8U3AzIh7/CtgRkQrvguYCfEWPwTMgOjFiwB/IkbxYsAfCEm8CvAlQhqvBnyB0MSbAJEIbbwZEIGwxLsASIQ13g1AIDzxEIAH4Y2HASwIRDwUoEGg4uEACQIZHwLoIdDxYYAWIiI+fNZat+jXYwcB9GDNl4tBEwAAAABJRU5ErkJggg==");
	background-color: #fff;
	background-position: right 5px center;
	background-size: 10px 5px;
	position: relative;
	display: inline-block;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.input-style input[type="text"]:focus, .input-style input[type="text"].focus,
.input-style input[type="email"]:focus, .input-style input[type="email"].focus,
.input-style input[type="number"]:focus, .input-style input[type="number"].focus,
.input-style input[type="password"]:focus, .input-style input[type="password"].focus,
.input-style select:focus, .input-style select.focus,
.input-style textarea:focus, .input-style textarea.focus {
	border-bottom: solid 2px #059EEA;
	background-color: #fff;
}

.input-style input.dired,
.input-style select.dired,
.input-style textarea.dired,
.input-style input.dired:focus,
.input-style select.dired:focus,
.input-style textarea.dired:focus {
	border-bottom-color: #d50000;
	background-color: #ffebee;
}

.input-style tr.dired {
	background-color: #ffebee !important;
}

.input-style input.digre,
.input-style select.digre,
.input-style textarea.digre,
.input-style input.digre:focus,
.input-style select.digre:focus,
.input-style textarea.digre:focus {
	border-bottom-color: #447b15;
	background-color: #dcffb3;
}

.input-style .noresize {
	resize: none;
}

.wi100,
.input-style .wi100 {
	width: 100%;
}

.input-style .wi80 {
	width: 80%;
}

.input-style .wi75 {
	width: 75%;
}

.input-style .wi70 {
	width: 70%;
}

.input-style .wi50 {
	width: 50%;
}

.input-style .wi40 {
	width: 40%;
}

.input-style .wi30 {
	width: 30%;
}

.input-style .wi25 {
	width: 25%;
}

.input-style .wi20 {
	width: 20%;
}

.input-style .widate {
	width: 90px;
	text-align: center;
}

.input-style .widtime {
	width: 160px;
	text-align: center;
}

table.ui-datepicker-calendar a.ui-state-default {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-autocomplete {
	max-height: 250px !important;
	max-width: 50vw;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}

.ui-widget-content {
	color: #000000 !important;
}

#container-inside .input-style input[type="text"]:disabled,
#container-inside .input-style input[type="email"]:disabled,
#container-inside .input-style input[type="number"]:disabled,
#container-inside .input-style input[type="password"]:disabled,
#container-inside .input-style select:disabled {
	border-bottom: 2px solid #c9c9c9;
	background-color: #F3FBFF;
}

.input-style .intext {
	padding: 8px 12px 7px;
	display: block;
	border: 1px solid #c9c9c9;
	border-bottom: solid 2px #c9c9c9;
	border-radius: .25rem;
	background: #f4fff3;
	min-height: 33px;
	font-size: 12px;
}

.input-style .intitle::before {
	font-family: 'fontawesome';
	/*content: "\f192 \00a0 \00a0";*/
	content: "\f10c \00a0 \00a0";
	color: #025002;
}

.input-style .indesc {
	padding: 9px 18px 9px 18px;
	display: inline-block;
	border-bottom: 2px solid #c9c9c9;
	background: #f3f5ff;
	min-height: 37px;
	font-size: 12px;
}

.input-style .indescpink {
	background: #fff3f3;
}

.input-style .indescgreen {
	background: #8fff95;
}

.wimoney-idr::before {
	content: 'Rp. ';
	/*float: left;*/
}
.input-style input[type="text"].wimoney-idr {
	width: 165px;
	text-align: right;
	padding-left: 35px;
	content: 'Rp. ';
	/*background-image: url('idr.png');*/
	background-repeat: no-repeat;
	background-position: 2px 6px;
}

.input-style .floatdiv {
	float: left;
	padding-right: 20px;
	margin-top: 5px;
}

.input-style .floatdiall {
	float: left;
	padding-right: 20px;
}

.input-style .floatdnopad {
	float: left;
	padding-right: 0;
}

/*.input-style .pure-12px {
	padding: 5px 8px;
}*/

.input-style .ui-tabs .ui-tabs-panel {
	padding: 10px 15px;
}

textarea:disabled, input[type=text]:disabled, input[type=number]:disabled, input[type=password]:disabled, select:disabled,
textarea:read-only, input[type=text]:read-only, input[type=number]:read-only, input[type=password]:read-only {
	/*background-color: #ffebeb !important;*/
	background-color: #f0f6ff !important;
	color: #0a58ca !important;
	border-bottom: solid 2px #0a58ca;
	cursor: not-allowed;
}

.groupinput {
	padding: 0;
	font-family: 'Roboto Regular', Sans-Serif, Arial;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 2px dotted #c9c9c9;
	margin: 10px 0;
}

.confloat:after {
	content: '';
	display: block;
	clear: both;
}

/* ================================================================================================================== */
.sticky {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	background: white;
	z-index: 2;
}

/* ================================================================================================================== */
@media screen and (max-width: 1024px) {
	#container-inside {
		margin-top: 0;
	}

	.input-style .floatdnopad,
	.input-style .floatdiv,
	.input-style .floatdiall {
		float: none;
		padding: 0;
	}

	.input-style .wi80,
	.input-style .wi75,
	.input-style .wi70,
	.input-style .wi50,
	.input-style .wi40,
	.input-style .wi30,
	.input-style .wi25,
	.input-style .wi20 {
		width: 100%;
	}

	.col-md-2, .col-md-3 {
		margin-bottom: 2px;
	}

	/*.upprodstatus {
		font-size: 0.85em;
		padding-top: 3px;
		padding-bottom: 3px;
	}*/

	.upprodstatusval {
		text-align: right;
		white-space: nowrap;
	}

	.top-btn {
		margin-bottom: 3px;
	}
}

.list-msg {
	line-height: 1.5;
}

#topmsgbox {
	position: fixed;
	top: 50px;
	width: 300px;
	left: 50%;
	text-align: center;
	z-index: 999991;
	margin-left: -150px;
	word-wrap: break-word;
}

#topmsgbox .topmsg {
	padding: 5px 15px;
	background: #ffcc80;
	color: #000000;
	font-size: 12px;
	border-radius: .25rem;
	border: 1px solid #faa320;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	display: inline-block;
	width: 100%;
	line-height: 18px;
}

#topmsgbox .red {
	background: #dc3545;
	color: #fff;
	border: 1px solid #dc3545;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

#topmsgbox .green {
	background: #28a745;
	color: #fff;
	border: 1px solid #28a745;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

#topmsgbox .gray {
	background: #535857;
	color: #fff;
	border: 1px solid #000000;
	box-shadow: 1px 1px 5px #535857;
}

.spanmsg {
	display: inline-block;
	padding: 2px 5px;
	font-size: 11px;
	border-radius: 0.25rem;
}

.spanblue {
	background: #0069d9;
	color: #fff;
}

.spanred {
	background: #ff5252;
	color: #fff;
}

.spangreen {
	background: #28a745;
	color: #fff;
}

.spanyellow {
	background: #fed049;
	color: #000000;
}

.spangray {
	background: #9f9f9f;
	color: #fff;
}

.spanbig {
	font-size: 12px;
	padding: 5px 20px;
}

/*Inside*/
#backflash {
	/*display: table-cell;*/
	background: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.2;
	display: none;
	z-index: 98;
}

#container-inside {
	margin: 0 0 20px;
}

@media screen and (max-width: 960px) {
	#container-inside {
		margin-top: 0;
	}
}

.container-pagetitle {
	/*background-color: #f9f1e4;*/
	background-color: #FED049;
	/*background-color: #DC3535;*/
	color: #000000;
	font-family: 'Roboto Regular', Sans-Serif, Arial;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
	text-decoration: none;
	position: relative;
	display: block;
	padding: 10px 0;
	/*border-bottom: 1px solid #ddd;*/
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.pagetitle {
	margin: auto;
	padding: 0 15px;
	/*text-transform: uppercase;*/
}

.container-subtitle {
	font-family: 'Roboto Regular', Sans-Serif, Arial;
	font-weight: 700;
	font-size: 14px;
	display: block;
	text-decoration: none;
	letter-spacing: 0;
	overflow: hidden;
}

.subtitle {
	margin: 10px 0;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #fff;
	background: #01579B;
	border-radius: 2px;
}

.container-content {
	padding: 0 10px;
}

.container-form {
	padding: 10px 15px 20px;
	position: relative;
	background-color: #ffffff;
	box-shadow: 1px 1px 4px #776f49;
}

.container-form-nopadtop {
	padding: 0 15px 0;
	position: relative;
}

.form-tables {
	max-width: 100%;
	margin-top: 3px;
}

.form-tables td,
.form-tables th {
	padding: 4px 10px;
	border-bottom: solid 2px #c9c9c9;
}

.form-tables th {
	border-top: solid 2px #c9c9c9;
	background-color: #fdfdef;
	text-align: left;
}

.form-tables .main_td {
	font-weight: bold;
	background-color: #fdfdf6;
}

.form-tables .sub_td {
	padding-left: 30px;
	background-color: #fdfdf0;
}

.form-tables .sub2_td {
	padding-left: 50px;
}

.form-tables .sub3_td {
	padding-left: 70px;
}

.form-tables .checkfocus {
	background-color: #ffff8d;
}

.inside-content {
	padding: 0 10px;
}

.load-content {
	margin-top: 10px;
	padding: 10px;
	background: #fff;
	border-radius: .25rem;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;

}

.loadingdata {
	display: block;
	text-align: center;
	padding: 10px;
	background: #f9fad7;
	border-radius: 2px;
	font-size: 11px;
	line-height: normal;
	margin: 2px 0 0;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.loadingerror {
	background: #ff5252;
	color: #fff;
	margin-top: 10px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

/* Page Numbers */
.page {
	color: #333333;
	padding: 0;
	letter-spacing: 1px;
	text-align: left;
	background-color: inherit;
	margin-top: 5px;
	font-size: 11px;
	font-family: 'Roboto Regular', Sans-Serif, Arial;
}

.page .total {
	background-color: #fff;
	color: #100720;
	text-decoration: none;
	letter-spacing: 0;
	display: inline-block;
	border: 1px solid #dee2e6;
	border-radius: 3px;
	padding: 3px 6px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.page .page-numbers {
	display: inline-block;
	padding: 3px 6px;
	margin-right: 0;
	margin-top: 5px;
	background-color: #fff;
	border-radius: 0;
	text-decoration: none;
	border: 1px solid #dee2e6;
	color: #100720;
	border-right: 0;
}

.page .page-numbers.current {
	background-color: #0069d9;
	color: #ffffff;
	border-color: #0062cc;
}

.page .page-numbers:last-child {
	border-right: 1px solid #dee2e6;
}

.lise-page {
	transition: ease-in-out 0.2s;
}

.lise-page:hover {
	background-color: #007bff;
	border-color: #007bff;
	color: #ffffff;
}

.page:after {
	content: "";
	display: table;
	clear: both;
}

/* Page Numbers End */
/* detail */
.detail-title {
	font-family: "Roboto Medium", sans-serif, arial;
	font-size: 12px;
	border-top: 1px solid #fff3f3;
	padding-top: 10px;
	color: #000;
}

/*.detail-title-first {
	border: none;
	padding-top: 0px;
}*/

/*.detail-title::before {
	font-family: 'fontawesome';
	content: "\f192 \00a0 \00a0";
	color: #ce0000;
}*/

/*.detail-content {
	color: #000;
	margin-left: 19px;
	margin-bottom: 10px;
	min-height: 20px;
}*/

/*.detail-content-table {
	margin-left: 0px;
}*/

/*.detail-content img {
	max-width: 100%;
}*/

ol.oldetail {
	list-style-type: decimal;
	margin-left: 15px;
}

.plusform::before {
	font-family: 'fontawesome';
	content: "\f055";
	font-size: 14px;
}

.minusitems, .delete-product {
	border-radius: 50%;
	font-size: 14px;
}

.minusitems:hover {
	color: red;
}

.minusform::before {
	font-family: 'fontawesome';
	content: "\f056";
	font-size: 14px;
}

.minusform {
	cursor: pointer;
}

.minusform:hover {
	text-decoration: none;
}

.printform::before {
	font-family: 'fontawesome';
	content: "\f02f";
	font-size: 14px;
}

.upcomment {
	color: #000000;
	background: #f9fad7;
	font-size: 12px;
	display: inline-block;
	padding: 5px 10px;
	margin-top: 5px;
	border-radius: 2px;
}

.upcomment-blue {
	background: #c4ebff;
}

.tcen {
	text-align: center;
}

.tright {
	text-align: right;
}

.trig {
	text-align: right;
}

.tleft {
	text-align: left;
}

.tlef {
	text-align: left;
}

.marsubmit {
	margin-top: 10px;
}

.btn-submit {
	margin-top: 10px;
}

button#purord-submit:disabled {
	cursor: wait;
}

/* bootstrap */
.input-group select {
	padding: 6.8px 8px;
}

.input-group-addon {
	border-radius: 0.25rem;
}

.input-group .form-control {
	z-index: 1;
}

.input-group-btn .pure-12px {
	padding-top: 7px;
	padding-bottom: 6px;
	line-height: 20px;
}

.input-group-btn {
	vertical-align: top;
}

.dropdown-menu {}

.dd-dropdown-menu {
	font-size: 12px;
	min-width: auto;
	border-radius: 2px;
	border-color: #673ab7;
	margin-top: 7px;
	padding: 4px 0 2px;
}

.dd-dropdown-menu > li > a {
	padding: 3px 8px;
	border-top: 1px solid #ededed;
}

.dd-dropdown-menu > li:first-child > a {
	border-top: none;
}

.dd-dropdown-menu > li :first-child::after,
.dd-dropdown-menu > li :first-child::before {
	content: '';
	z-index: 2;
	position: absolute;
	bottom: 100%;
	left: 0;
	margin-left: 7px;
	margin-bottom: 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
}

.dd-dropdown-menu > li :first-child::after {
	border-color: transparent transparent #fff6f6 transparent;
	border-width: 0 6px 6px 6px;
}

.dd-dropdown-menu > li :first-child::before {
	margin-left: 6px;
	border-width: 0 7px 9px 7px;
	border-color: transparent transparent #673ab7 transparent;
}

.dd-dropdown-blue {
	border-color: #0660CE;
}

.dd-dropdown-blue > li :first-child::after {
	border-color: transparent transparent #fff6f6 transparent;
	border-width: 0 6px 6px 6px;
}

.dd-dropdown-blue > li :first-child::before {
	margin-left: 6px;
	border-width: 0 7px 9px 7px;
	border-color: transparent transparent #0660CE transparent;
}

/* multiselect-bootstrap */
.multiselect-container {
	width: 100% !important;
}

.multiselect-native-select > .btn-group {
	width: 100%;
}

.multiselect-native-select > .btn-group > .multiselect {
	width: 100%;
}

.svright .multiselect-native-select > .btn-group {
	width: auto;
}

.svright .multiselect-native-select > .btn-group > .multiselect {
	width: 100%;
}

.multiselect-container > li > a > label {
	padding-left: 30px;
}

.multiselect-container > li > a > label.checkbox {
	font-size: 12px;
	border: 1px solid #efefef;
}

.multiselect-container > li.active > a > label.checkbox {
	color: #fff;
}

.multiselect {
	/*font-size: 1.1em !important;*/
}

.multiselect-native-select .btn.focus,
.multiselect-native-select .btn:focus,
.multiselect-native-select .btn:hover {
	color: #2b2827;
}

.input-list label.checkbox input[type=checkbox] {
	top: 1px;
}

.multiselect-native-select .btn {
	white-space: normal;
}

/* */
.ja_body img {
	max-width: 100%;
}

/* select */
select.form-control:focus {
	box-shadow: none;
	border: solid thin #adadad;
}

select.doxlpage {
	/*padding: 8px !important;*/
}

/* select 2 */
.input-style .select2-container .select2-selection--multiple {
	/*min-height:31px;*/
	line-height: normal;
}

.input-style .select2-container .select2-selection--single {
	height: 35px;
	padding: 3px;
}

.input-style .select2-container--default .dired {
	border-bottom-color: #d50000 !important;
}

.input-style .select2-container--default .select2-selection--multiple,
.input-style .select2-container--default .select2-selection--single {
	border-radius: .25rem;
	border-color: #eae7e7;
	border-bottom: 2px solid #c9c9c9;
	font-size: 12px;
}

.input-style .select2-selection--single:focus,
.input-style .select2-selection--multiple:focus {
	border-color: #eae7e7;
	border-bottom-color: #059EEA;
	outline: none;
}

.input-style .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
}

.input-style .select2-container {
	width: 100% !important;
}

.input-style .select2-container--default .select2-selection--multiple .select2-selection__choice {
	color: #000000;
	background: #ededed;
	font-size: 12px;
	padding: 0 15px 0 5px;
	margin-right: 5px;
	margin-top: 4px;
	border-radius: .25rem;
}

.input-style .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	background: #F7161C;
	color: #ffffff;
	padding: 1px 5px;
	margin: 3px 10px 3px -1px;
	border-radius: .25rem;
}

.input-style .select2-container .select2-search--inline {
	margin-top: 5px;
}

/* Tooltip */
[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #000;
	border-top: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.disabled-color {
	color: #c71731 !important;
}

.row {
	margin-right: -5px;
	margin-left: -5px;
}

/* form orditems */
#items {
	font-size: 11px;
}

#items > tbody > tr > td,
#items > tbody > tr > th,
#items > tfoot > tr > td,
#items > tfoot > tr > th,
#items > thead > tr > td,
#items > thead > tr > th {
	padding: 5px 2px;
}

#items > tbody > tr > td.itext,
#items > tbody > tr > th.itext,
#items > tfoot > tr > td.itext,
#items > tfoot > tr > th.itext,
#items > thead > tr > td.itext,
#items > thead > tr > th.itext {
	padding: 9px 5px;
}

#items > thead > tr > th {
	/*background-color:#1a5600;*/
}

#items, #items > tbody > tr > td, #items > tbody > tr > th, #items > tfoot > tr > td, #items > tfoot > tr > th, #items > thead > tr > td, #items > thead > tr > th {
	/*border-color:#ffffff;*/
}

#items > tbody > tr > td > .tdinput {
	width: 100%;
	min-width: 85px;
}

#items > tbody > tr > td > input {
	font-size: 11px;
	padding-right: 2px;
	padding-left: 2px;
}

#items .input-group-btn .pure-button {
	padding: 2px;
}

#items .input-group-vendor {
	text-align: left;
	font-size: 11px;
	background-color: #f0fff0;
	width: 100%;
	padding: 4px 4px 2px;
}

.vendor_selcss {
	font-size: 10px;
}

.clickconfirm {
	margin-top: 3px;
}

.clickconfirm .input-group-addon {
	padding: 2px 5px;
}

.clickconfirm .form-control {
	font-size: 11px;
	padding: 4px 10px;
}

.clickcheck-input-group {
	cursor: pointer;
}

.circle {
	width: 14px;
	height: 14px;
	line-height: 14px;
	border-radius: 50%; /* the magic */
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	color: white;
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
	border: 2px solid #f1f1f1;
}

.circle-blue {
	background-color: #3498db;
}

.circle-green {
	background-color: #16a085;
}

.circle-red {
	background-color: #e74c3c;
}

.select2-container .select2-selection--multiple {
	min-height: 35px;
}

.minusitems:hover {
	cursor: pointer;
}

.fa.fa-red {
	color: #f01818;
}

.fa.fa-green {
	color: #2ebf08;
}

/* ===================================================================================================================== */
/* custom utility classes */

.fs-11 {
	font-size: 11px !important;
}

.d-flex {
	display: flex;
}

.justfify-end {
	justify-content: end;
}

/* text utilities */
.text-bold,
tr.text-bold th,
tr.text-bold td {
	font-family: "Roboto Medium", Sans-Serif, Arial !important;
	font-weight: normal !important;
}

/* padding utilities */
.p-1 {
	padding: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.p-3 {
	padding: 0.75rem !important;
}
.p-4 {
	padding: 1rem !important;
}
.p-5 {
	padding: 1.25rem !important;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* margin utilities */
.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.ml-auto {
	margin-left: auto !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 0.75rem !important;
}

.mt-3,
.my-3 {
	margin-top: 0.75rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 0.75rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 0.75rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 0.75rem !important;
}

.m-4 {
	margin: 1rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1rem !important;
}

.m-5 {
	margin: 1.25rem !important;
}

.mt-5,
.my-5 {
	margin-top: 1.25rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 1.25rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 1.25rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 1.25rem !important;
}

.m-6 {
	margin: 1.5rem !important;
}

.mt-6,
.my-6 {
	margin-top: 1.5rem !important;
}

.mr-6,
.mx-6 {
	margin-right: 1.5rem !important;
}

.mb-6,
.my-6 {
	margin-bottom: 1.5rem !important;
}

.ml-6,
.mx-6 {
	margin-left: 1.5rem !important;
}

.m-7 {
	margin: 1.75rem !important;
}

.mt-7,
.my-7 {
	margin-top: 1.75rem !important;
}

.mr-7,
.mx-7 {
	margin-right: 1.75rem !important;
}

.mb-7,
.my-7 {
	margin-bottom: 1.75rem !important;
}

.ml-7,
.mx-7 {
	margin-left: 1.75rem !important;
}

.m-8 {
	margin: 2rem !important;
}

.mt-8,
.my-8 {
	margin-top: 2rem !important;
}

.mr-8,
.mx-8 {
	margin-right: 2rem !important;
}

.mb-8,
.my-8 {
	margin-bottom: 2rem !important;
}

.ml-8,
.mx-8 {
	margin-left: 2rem !important;
}

.m-9 {
	margin: 2.25rem !important;
}

.mt-9,
.my-9 {
	margin-top: 2.25rem !important;
}

.mr-9,
.mx-9 {
	margin-right: 2.25rem !important;
}

.mb-9,
.my-9 {
	margin-bottom: 2.25rem !important;
}

.ml-9,
.mx-9 {
	margin-left: 2.25rem !important;
}

.m-10 {
	margin: 2.5rem !important;
}

.mt-10,
.my-10 {
	margin-top: 2.5rem !important;
}

.mr-10,
.mx-10 {
	margin-right: 2.5rem !important;
}

.mb-10,
.my-10 {
	margin-bottom: 2.5rem !important;
}

.ml-10,
.mx-10 {
	margin-left: 2.5rem !important;
}

.m-11 {
	margin: 2.75rem !important;
}

.mt-11,
.my-11 {
	margin-top: 2.75rem !important;
}

.mr-11,
.mx-11 {
	margin-right: 2.75rem !important;
}

.mb-11,
.my-11 {
	margin-bottom: 2.75rem !important;
}

.ml-11,
.mx-11 {
	margin-left: 2.75rem !important;
}

.m-12 {
	margin: 3rem !important;
}

.mt-12,
.my-12 {
	margin-top: 3rem !important;
}

.mr-12,
.mx-12 {
	margin-right: 3rem !important;
}

.mb-12,
.my-12 {
	margin-bottom: 3rem !important;
}

.ml-12,
.mx-12 {
	margin-left: 3rem !important;
}

.m-13 {
	margin: 3.25rem !important;
}

.mt-13,
.my-13 {
	margin-top: 3.25rem !important;
}

.mr-13,
.mx-13 {
	margin-right: 3.25rem !important;
}

.mb-13,
.my-13 {
	margin-bottom: 3.25rem !important;
}

.ml-13,
.mx-13 {
	margin-left: 3.25rem !important;
}

.m-14 {
	margin: 3.5rem !important;
}

.mt-14,
.my-14 {
	margin-top: 3.5rem !important;
}

.mr-14,
.mx-14 {
	margin-right: 3.5rem !important;
}

.mb-14,
.my-14 {
	margin-bottom: 3.5rem !important;
}

.ml-14,
.mx-14 {
	margin-left: 3.5rem !important;
}

.m-15 {
	margin: 3.75rem !important;
}

.mt-15,
.my-15 {
	margin-top: 3.75rem !important;
}

.mr-15,
.mx-15 {
	margin-right: 3.75rem !important;
}

.mb-15,
.my-15 {
	margin-bottom: 3.75rem !important;
}

.ml-15,
.mx-15 {
	margin-left: 3.75rem !important;
}

.m-16 {
	margin: 4rem !important;
}

.mt-16,
.my-16 {
	margin-top: 4rem !important;
}

.mr-16,
.mx-16 {
	margin-right: 4rem !important;
}

.mb-16,
.my-16 {
	margin-bottom: 4rem !important;
}

.ml-16,
.mx-16 {
	margin-left: 4rem !important;
}

.m-17 {
	margin: 4.25rem !important;
}

.mt-17,
.my-17 {
	margin-top: 4.25rem !important;
}

.mr-17,
.mx-17 {
	margin-right: 4.25rem !important;
}

.mb-17,
.my-17 {
	margin-bottom: 4.25rem !important;
}

.ml-17,
.mx-17 {
	margin-left: 4.25rem !important;
}

.m-18 {
	margin: 4.5rem !important;
}

.mt-18,
.my-18 {
	margin-top: 4.5rem !important;
}

.mr-18,
.mx-18 {
	margin-right: 4.5rem !important;
}

.mb-18,
.my-18 {
	margin-bottom: 4.5rem !important;
}

.ml-18,
.mx-18 {
	margin-left: 4.5rem !important;
}

.m-19 {
	margin: 4.75rem !important;
}

.mt-19,
.my-19 {
	margin-top: 4.75rem !important;
}

.mr-19,
.mx-19 {
	margin-right: 4.75rem !important;
}

.mb-19,
.my-19 {
	margin-bottom: 4.75rem !important;
}

.ml-19,
.mx-19 {
	margin-left: 4.75rem !important;
}

.m-20 {
	margin: 5rem !important;
}

.mt-20,
.my-20 {
	margin-top: 5rem !important;
}

.mr-20,
.mx-20 {
	margin-right: 5rem !important;
}

.mb-20,
.my-20 {
	margin-bottom: 5rem !important;
}

.ml-20,
.mx-20 {
	margin-left: 5rem !important;
}

.m-21 {
	margin: 5.25rem !important;
}

.mt-21,
.my-21 {
	margin-top: 5.25rem !important;
}

.mr-21,
.mx-21 {
	margin-right: 5.25rem !important;
}

.mb-21,
.my-21 {
	margin-bottom: 5.25rem !important;
}

.ml-21,
.mx-21 {
	margin-left: 5.25rem !important;
}

.m-22 {
	margin: 5.5rem !important;
}

.mt-22,
.my-22 {
	margin-top: 5.5rem !important;
}

.mr-22,
.mx-22 {
	margin-right: 5.5rem !important;
}

.mb-22,
.my-22 {
	margin-bottom: 5.5rem !important;
}

.ml-22,
.mx-22 {
	margin-left: 5.5rem !important;
}

.m-23 {
	margin: 5.75rem !important;
}

.mt-23,
.my-23 {
	margin-top: 5.75rem !important;
}

.mr-23,
.mx-23 {
	margin-right: 5.75rem !important;
}

.mb-23,
.my-23 {
	margin-bottom: 5.75rem !important;
}

.ml-23,
.mx-23 {
	margin-left: 5.75rem !important;
}

.m-24 {
	margin: 6rem !important;
}

.mt-24,
.my-24 {
	margin-top: 6rem !important;
}

.mr-24,
.mx-24 {
	margin-right: 6rem !important;
}

.mb-24,
.my-24 {
	margin-bottom: 6rem !important;
}

.ml-24,
.mx-24 {
	margin-left: 6rem !important;
}

.m-25 {
	margin: 6.25rem !important;
}

.mt-25,
.my-25 {
	margin-top: 6.25rem !important;
}

.mr-25,
.mx-25 {
	margin-right: 6.25rem !important;
}

.mb-25,
.my-25 {
	margin-bottom: 6.25rem !important;
}

.ml-25,
.mx-25 {
	margin-left: 6.25rem !important;
}

.m-26 {
	margin: 6.5rem !important;
}

.mt-26,
.my-26 {
	margin-top: 6.5rem !important;
}

.mr-26,
.mx-26 {
	margin-right: 6.5rem !important;
}

.mb-26,
.my-26 {
	margin-bottom: 6.5rem !important;
}

.ml-26,
.mx-26 {
	margin-left: 6.5rem !important;
}

.m-27 {
	margin: 6.75rem !important;
}

.mt-27,
.my-27 {
	margin-top: 6.75rem !important;
}

.mr-27,
.mx-27 {
	margin-right: 6.75rem !important;
}

.mb-27,
.my-27 {
	margin-bottom: 6.75rem !important;
}

.ml-27,
.mx-27 {
	margin-left: 6.75rem !important;
}

.m-38 {
	margin: 7rem !important;
}

.mt-38,
.my-38 {
	margin-top: 7rem !important;
}

.mr-38,
.mx-38 {
	margin-right: 7rem !important;
}

.mb-38,
.my-38 {
	margin-bottom: 7rem !important;
}

.ml-38,
.mx-38 {
	margin-left: 7rem !important;
}

.m-29 {
	margin: 7.25rem !important;
}

.mt-29,
.my-29 {
	margin-top: 7.25rem !important;
}

.mr-29,
.mx-29 {
	margin-right: 7.25rem !important;
}

.mb-29,
.my-29 {
	margin-bottom: 7.25rem !important;
}

.ml-29,
.mx-29 {
	margin-left: 7.25rem !important;
}

.m-30 {
	margin: 7.5rem !important;
}

.mt-30,
.my-30 {
	margin-top: 7.5rem !important;
}

.mr-30,
.mx-30 {
	margin-right: 7.5rem !important;
}

.mb-30,
.my-30 {
	margin-bottom: 7.5rem !important;
}

.ml-30,
.mx-30 {
	margin-left: 7.5rem !important;
}

.m-31 {
	margin: 7.75rem !important;
}

.mt-31,
.my-31 {
	margin-top: 7.75rem !important;
}

.mr-31,
.mx-31 {
	margin-right: 7.75rem !important;
}

.mb-31,
.my-31 {
	margin-bottom: 7.75rem !important;
}

.ml-31,
.mx-31 {
	margin-left: 7.75rem !important;
}

.m-32 {
	margin: 8rem !important;
}

.mt-32,
.my-32 {
	margin-top: 8rem !important;
}

.mr-32,
.mx-32 {
	margin-right: 8rem !important;
}

.mb-32,
.my-32 {
	margin-bottom: 8rem !important;
}

.ml-32,
.mx-32 {
	margin-left: 8rem !important;
}

.m-33 {
	margin: 8.25rem !important;
}

.mt-33,
.my-33 {
	margin-top: 8.25rem !important;
}

.mr-33,
.mx-33 {
	margin-right: 8.25rem !important;
}

.mb-33,
.my-33 {
	margin-bottom: 8.25rem !important;
}

.ml-33,
.mx-33 {
	margin-left: 8.25rem !important;
}

.m-34 {
	margin: 8.5rem !important;
}

.mt-34,
.my-34 {
	margin-top: 8.5rem !important;
}

.mr-34,
.mx-34 {
	margin-right: 8.5rem !important;
}

.mb-34,
.my-34 {
	margin-bottom: 8.5rem !important;
}

.ml-34,
.mx-34 {
	margin-left: 8.5rem !important;
}

.m-35 {
	margin: 8.75rem !important;
}

.mt-35,
.my-35 {
	margin-top: 8.75rem !important;
}

.mr-35,
.mx-35 {
	margin-right: 8.75rem !important;
}

.mb-35,
.my-35 {
	margin-bottom: 8.75rem !important;
}

.ml-35,
.mx-35 {
	margin-left: 8.75rem !important;
}

.m-36 {
	margin: 9rem !important;
}

.mt-36,
.my-36 {
	margin-top: 9rem !important;
}

.mr-36,
.mx-36 {
	margin-right: 9rem !important;
}

.mb-36,
.my-36 {
	margin-bottom: 9rem !important;
}

.ml-36,
.mx-36 {
	margin-left: 9rem !important;
}

.m-37 {
	margin: 9.25rem !important;
}

.mt-37,
.my-37 {
	margin-top: 9.25rem !important;
}

.mr-37,
.mx-37 {
	margin-right: 9.25rem !important;
}

.mb-37,
.my-37 {
	margin-bottom: 9.25rem !important;
}

.ml-37,
.mx-37 {
	margin-left: 9.25rem !important;
}

.m-48 {
	margin: 9.5rem !important;
}

.mt-48,
.my-48 {
	margin-top: 9.5rem !important;
}

.mr-48,
.mx-48 {
	margin-right: 9.5rem !important;
}

.mb-48,
.my-48 {
	margin-bottom: 9.5rem !important;
}

.ml-48,
.mx-48 {
	margin-left: 9.5rem !important;
}

.m-39 {
	margin: 9.75rem !important;
}

.mt-39,
.my-39 {
	margin-top: 9.75rem !important;
}

.mr-39,
.mx-39 {
	margin-right: 9.75rem !important;
}

.mb-39,
.my-39 {
	margin-bottom: 9.75rem !important;
}

.ml-39,
.mx-39 {
	margin-left: 9.75rem !important;
}

.m-40 {
	margin: 10rem !important;
}

.mt-40,
.my-40 {
	margin-top: 10rem !important;
}

.mr-40,
.mx-40 {
	margin-right: 10rem !important;
}

.mb-40,
.my-40 {
	margin-bottom: 10rem !important;
}

.ml-40,
.mx-40 {
	margin-left: 10rem !important;
}

/* border radius utilities */
.rounded {
	border-radius: 0.42rem !important;
}

/* text formatting utilities */
.text-nowrap {
	white-space: nowrap !important;
}

/* background color utilities */
.bg-light-danger{
	background-color: #ffa1a1;
}

.bg-light-primary{
	background-color: #d4e1ff;
}

.bg-light-warning{
	background-color: #fff5ad;
}

/* shadow utilities */
.shadow-none {
	box-shadow: none !important;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

/* others */
.valign-middle {
	vertical-align: middle !important;
}

/* ===================================================================================================================== */
