html {
	position: relative;
	min-height: 100%;
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none!important;
}
body {
	height: 100%;
		font-family: 'Source Sans Pro', sans-serif; 
	background-color: #fff;
	color: #282828
}
.bg_main{background-color: #003176}
.no-scroll {
	overflow: hidden
}
.btn, h1, h2, h3, h4, h5, h6, .modal-order-detail .modal-title {
	font-family: 'Montserrat', sans-serif; 
}
.nam-title, .con_info, .text-muted, .cp-stats-value, .cp-stats, .nav-tabs .nav-link, .tab-style .tab-pane, .alert-color, .modal-title, .login-right, .login-right h3, .login-left h4, .Log_footer{
	font-family: 'Montserrat', sans-serif; 
}
.navbar {
	background-color: #fff;
	margin-bottom: 0;
	min-height: 80px;
	padding: 0px 15px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-top: solid 3px #f68606;
}
.top_nav .nav-link {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	padding: 0!important;
	margin: 15px 0px;
}
.top_nav .fa {
	font-size: 13px;
	margin-right: 5px;
	color: #adaeb4
}
/*.top_nav .dropdown-menu .dropdown-item:HOVER .fa, .top_nav .dropdown-menu .dropdown-item:focus .fa {
	color: #fff; -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}*/
.top_nav .dropdown-item {
	padding: 10px 15px;
	font-size: 12px;
	font-weight: normal;
	border-bottom: solid 1px #f3f3f3;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.5px; 	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.top_nav .dropdown-item:HOVER {
 	background-color: #f7f6f7; 	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #282828
}
.usernamelab {
	display: none
}
.TM_icon{margin-right:30px; position: relative; margin-top:10px}
.TM_icon img{width: auto; height:20px;}

.hamburger, .hamburger:HOVER {
	padding: 10px;
	color: #003176
}
.hamburger .fa {
	font-size: 22px;
}
._logo, ._logo:HOVER {
	padding-left: 15px;
	font-weight: 400;
	text-decoration: none;
	color: #003176
}
#wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#wrapper #content-wrapper {
	overflow-x: hidden;
	width: 100%;
	padding: 1rem 10px 0px 10px;
	padding-bottom: 80px;
}
body.fixed-nav #content-wrapper {
	margin-top: 56px;
	padding-left: 90px;
}
body.fixed-nav.sidebar-toggled #content-wrapper {
	padding-left: 0;
}
.sidebar img {
	width: 20px;
	top: 10px;
}
.user_log {
	height: 42px;
	width: 42px;
	border: 1px solid #fff;
	vertical-align: middle;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	margin-right: 5px;
}
.top_nav .dropdown-menu {
	border-radius: 2px;
	border: none;
	box-shadow: 0 2px 25px rgba(0,0,0,.175);
	padding: 0;
}
.scroll-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: none;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: rgba(52, 58, 64, 0.5);
	line-height: 46px;
}
.o-hidden {
	overflow: hidden !important;
}
.navbar-nav .form-inline .input-group {
	width: 100%;
}
.navbar-nav .nav-item.active .nav-link {
	color: #fff;
}
.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
	width: 1rem;
	text-align: center;
	float: right;
	vertical-align: 0;
	border: 0;
	font-weight: 900;
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
}
 
.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
	content: '\f106';
}
.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
	display: none;
}
.navbar-nav .nav-item .nav-link:focus {
	outline: none;
}
.navbar-nav .nav-item .nav-link .badge {
	position: absolute;
	margin-left: 0.75rem;
	top:9px; right: -7px;
	font-weight: 400;
	font-size:9px;	
	background-color: #f68606; 
	color: #fff; 
	font-family: 'Source Sans Pro', sans-serif; 
	padding: 2px 4px;
}
.sidebar {
	width: 90px !important;
	min-height:100vh;
	transition: width 0.5s;
	background: linear-gradient(90deg, #0b3e85 0%, #003176 100%);
	z-index: 5;
}
.sidebar .nav-item:last-child {
	margin-bottom: 1rem;
}
.sidebar .nav-item .nav-link {
	text-align: center;
	padding: 15px 5px;
	width: 90px;
	color: #ffffff
}
.sidebar .nav-item .nav-link span {
	font-size: 0.65rem;
	display: block;
}
.sidebar .nav-item .dropdown-menu {
	position: absolute !important;
	-webkit-transform: none !important;
	transform: none !important;
	left: 90px !important;
	margin: 0;
}
.sidebar .nav-item .dropdown-menu.dropup {
	bottom: 0;
	top: auto !important;
}
.sidebar .nav-item.dropdown .dropdown-toggle::after {
	display: none;
}
.sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
	color: #fff;
}
.sidebar.toggled {
	width: 0 !important;
	overflow: hidden;
}
.sidebar.fixed-top {
	top: 56px;
	height: calc(100vh - 56px);
	overflow-y: auto;
}
:root {
 --input-padding-x: 0.75rem;
 --input-padding-y: 0.75rem;
}
footer.sticky-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	min-height: 50px;
	background-color: #e9ecef;
	transition: width 0.5s;
}
footer.sticky-footer .copyright {
	line-height: 1;
	font-size: 0.8rem;
}
._head01 {
	font-size: 22px;
	color: #282828;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600; text-transform: uppercase
}
 
.breadcrumb {
	background-color: transparent;
	float: right;
	margin-bottom: 0;
	padding: 9px 0 0;
	font-size: 14px;
}
.breadcrumb a, .breadcrumb span {
	color: #212121;
}
.breadcrumb a {
	opacity: .5;
	transition: .3s ease;
}
.breadcrumb>li+li::before {
	color: #212121;
	opacity: .5;
	padding: 0 9px;
	font-weight: 600;
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
}
.card {
	background-color: #fff;
	border: none;
	padding: 0px;
	border-radius: 0px;
	position: relative;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.card .header {
	color: #424242;
	padding: 20px 20px;
	position: relative;
	box-shadow: none;
	background: linear-gradient(0deg, #f8f8f8 0%, #ffffff 50%);
}
.card .header h2, .modal-title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}
.card .header h2 span, ._head01 span, .login-right h3 span, .btn-login span, .modal-title span {
	font-weight: 300
}
.card .header h2:before {
	background: #f68606;
	position: absolute;
	width: 2px;
	height: 18px;
	left: -20px;
	top: 2px;
	content: '';
}
.card .body {
	color: #424242;
	font-weight: 400;
	padding: 20px;
}
.card ._head03, ._head04 {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	margin: 0px 0px 3px 0px;
	padding-bottom: 10px;
	border-bottom: solid 2px #efefef;
	font-family: 'Montserrat', sans-serif;
	color: #282828
}
._head05 {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	margin: 0px 0px 3px 0px;
	padding-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	color: #282828
}
.card ._head03 span, ._head04 span, ._head05 span {
	font-weight: 300;
}
.btn-primary, .btn-cancel, .lgray-btn {
	font-size: 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow: 2px 2px 10px 0 rgba(79,79,79,.2);
	padding: 6px 20px;
	border: solid 1px #003176; font-weight: 600;
	background:#003176;
}
.btn-primary:HOVER, .btn-primary:focus, .lgray-btn:HOVER {
	color: #fff; 
	border: solid 1px #003176; background:#003176!important;
}
.btn-cancel {
	color: #003176;
	border: solid 1px #003176;
	background: rgba(255,255,255,0);
	box-shadow: none;
}
.btn-cancel:HOVER, .btn-cancel:focus {
	color: #fff;
	background: linear-gradient(90deg, #f12300 0%, #ff0000 100%);
	border: solid 1px #f12300;
}
.gray-btn {
	background: linear-gradient(90deg, #8b8b8b 0%, #8b8b8b 100%)
}
.lgray-btn {
	background: linear-gradient(90deg, #e8e8e8 0%, #e8e8e8 100%)
}
.form-wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0px;
}
._w90 {
	width: 90%
}
._w100 {
	width: 100%
}
.form-wrap .form-control, .form-wrap .custom-select, ._Sbg .custom-select, .val-placeholder {
	border: 1px solid #f6f6f6;
    background-color: #f6f6f6;
	color: #212121;
	height: 35px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow:none;
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
}
.val-placeholder {width: 100%; margin-top: 9px; padding-left: 10px}
.form-wrap textarea, .modal-body textarea {
	width: 100%;
	border: 1px solid #E3E3E3;
	background-color: #fff;
	color: #212121;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-box-shadow: 0 2px 8px 0 rgba(79,79,79,.1);
	-moz-box-shadow: 0 2px 8px 0 rgba(79,79,79,.1);
	box-shadow: 0 2px 8px 0 rgba(79,79,79,.1);
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
}
.form-group {
	margin-bottom: 8px;
}
.auth-form .form-wrap .form-group input {
	box-shadow: none!important;
	border: none;
	border-bottom: 2px solid #f12300;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	font-size: 20px;
	color: #b5b5b5;
	min-width: 345px;
}
.control-label {
	font-size: 12px;
	color: #282828!important;
	margin-bottom: 5px
}
.form-control:focus, .custom-select:focus, .form-wrap textarea:focus {
	border-color: #003176 !important;
	box-shadow:none;
}
body.sidebar-toggled footer.sticky-footer {
	width: 100%;
}
._upload-thumb {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#imgthu {
	max-height: auto;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 0px
}
.form__input {
	background: transparent;
	position: relative;
	width: 100%;
	display: block;
	cursor: text;
	transition: border-color .3s, margin-bottom .3s;
}
.form__input--file {
	display: block;
	text-align: center;
	border: 2px dashed #d5d5d5;
	letter-spacing: 0.5px;
	color: #888;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 40px;
	font-size: 13px;
	font-size: .8125rem;
	padding: 0 1.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	height: 44px;
}
.form__input--file .placeholder {
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
}
.form__input--file .placeholder:before {
	position: absolute;
	top: -13px;
	left: -20px;
	font-size: 13px;
	font-weight: 600;
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
}
.form__input--file input {
	display: none;
}
.form__input--file:HOVER {
	border: 2px dashed #003176;
}
.form__input--file:HOVER .placeholder:before {
	color: #003176;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
	top: 8px;
	left: 8px;
	height: 20px;
	width: 20px;
	border: 1px solid #003176;
	border-radius: 20px;
	box-shadow: none;
	line-height: 21px;
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	background-color: #003176;
	font-weight: 600;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
	padding-left: 45px;
}
.page-link, .page-link:HOVER {
	color: #003176;
	border: 1px solid #dee2e6;
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #003176;
	border-color: #003176;
}
.form-control {
	border: 1px solid #e2e6ea;
	background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-box-shadow: 0 2px 8px 0 rgba(79,79,79,.1);
	-moz-box-shadow: 0 2px 8px 0 rgba(79,79,79,.1);
	box-shadow: 0 2px 8px 0 rgba(79,79,79,.1);
}
.dataTable thead, .dataTable tfoot {
	background: linear-gradient(0deg, #f8f8f8 0%, #ffffff 100%);
}
.modal-body table th {
	font-weight: 600
}
.dataTable td, .dataTable th, .modal-body table th, .modal-body table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	font-size: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	padding-left: 0;
	padding-right: 10px;
}
.dataTable thead th {
	border: none;
}
._Threshhold {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	height: 30px;
}
.dataTable .btn-default {
	padding: 4px 4px;
	font-size: 11px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	text-transform: capitalize;
	background-color: #003176;
	color: #fff;
	text-align: center;
	margin: 0px 5px 5px 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 12px; min-width: 22px;
}
.dataTable .btn-line {
	background-color: #fff;
	color: #003176;
	border: solid 1px #003176
}
.dataTable .btn-default:HOVER, .dataTable .btn-line:HOVER {
	color: #fff;
	background-color: #003176;
}
tbody td .fa {
	font-size: 16px;
	margin-top: 5px;
	margin-right: 7px;
	color: #5F5F5F;
}
tbody td .btn-default .fa {
	color: #fff;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.dataTable .fa-trash-alt {
	color: #F12300
}
table.dataTable {
	margin-bottom: 12px!important;
	margin-top: 12px!important;
}
.list_img {
	width: auto;
	height: 30px;
	margin-top: -5px
}
.dataTables_info, .dataTables_length {
	font-size: 13px;
}
.add_button {
	font-size: 14px;
	background-color: #003176;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow: 2px 2px 10px 0 rgba(79,79,79,.2);
	padding: 6px 10px;
	color: #fff!important;
	position: absolute;
	right: 20px;
	top: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: 0.5px
}
.L_inv_search {
	font-size: 22px;
	background-color: #003176;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow: 2px 2px 10px 0 rgba(79,79,79,.2);
	padding: 5px 0px 0px 0px;
	color: #fff!important;
	position: absolute;
	right: 20px;
	top: 0px;
	height: 41px;
	width: 41px;
	text-align: center;
}
._Sbg {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 25px;
}
._Sbg .btn-primary {
	text-transform: uppercase;
	font-size: 18px
}
.Inv_g-sec {
	padding: 15px;
	text-align: center;
	color: #8c8c8c;
	margin-bottom: 30px;
}
.Inv_g-sec h5 {
	font-size: 16px;
	text-align: center;
	padding: 10px;
	margin: 0;
	color: #003176;
}
.Inv_g-sec img {
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	width: 300px;
	height: auto;
}
.Inv_g-sec:HOVER img {
	margin-top: -25px;
	margin-bottom: 25px;
}
.Inv_g-sec:hover .cp_img img {
	box-shadow: 0 19px 38px rgba(0,0,0,0.3), 0 15px 12px rgba(0,0,0,0.22);
	transition: all 0.2s ease-in-out;
}
.Inv_g-sec:hover .cp_img img .hover {
	display: block
}
.Inv_g-sec a {
	font-size: 16px;
	font-weight: 500;
	background-color: #fff;
	color: #003176;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-o-transform: translate(-50%);
	-khtml-transform: translate(-50%);
	width: 150px;
	padding: 7px 15px;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	opacity: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
}
.Inv_g-sec:HOVER a {
	opacity: 1;
	transition: all 0.2s;
	top: 55%;
}
.Inv_g-sec a:HOVER {
	background-color: #f12300;
	color: #fff
}
/*------ Login page -----*/
.log_con {
	width: 100%;
	margin: auto
}
.table-struct {
	display: table!important
}
.full-width {
	width: 100%!important;
	height: 100vh
}
.table-cell {
	display: table-cell!important
}
.vertical-align-middle {
	vertical-align: middle!important
}
.auth-form-wrap {
	padding: 100px 0
}
.auth-form {
	padding: 0px;
	color: #003176;
	font-size: 15px;
	max-width: 900px;
	background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-box-shadow: 3px 3px 25px 0 rgba(0,0,0,.4);
	-moz-box-shadow: 3px 3px 25px 0 rgba(0,0,0,.4);
	box-shadow: 3px 3px 25px 0 rgba(0,0,0,.4);
	margin: auto;
}
.auth-form .col-md-6 {
	height: 380px;
	display: table;
}
.login-left {
	display: table-cell;
	vertical-align: middle;
}
.login-left h4 {
	font-size: 13px;
	color: #555555;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 0;
}
.login-left .p-text {
	color: #939393;
	font-size: 13px;
	line-height: normal
}
.logo-company img {
	width: auto;
	height: 130px 
}
.login-right {
	padding: 40px;
	display: table-cell;
	vertical-align: middle;
}
.login-left {
	padding: 40px;
	text-align: center
}
.login-right h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px
}
.login-right .fa {
	position: absolute;
	left: 12px;
	top: calc(50% - .5em);
	top: calc(50% - .5em);
	color: #c7c7c7;
}
.login-right .fa {
	font-size: 16px
}
.box-sec a, .login-right .icon-user-icon {
	font-size: 20px
}
.box-sec, .login-right .pass, .login-right .user {
	position: relative
}
.login-right .pass input, .login-right .user input {
	padding-left: 40px;
	color: #b5b5b5;
	font-size: 20px
}
.Log_footer {
	position: relative;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 25px;
	font-size: 12px
}
.Log_footer a {
	color: #fff;
	text-decoration: underline;
}
.Log_footer a:HOVER, .Log_footer a:focus {
	color: #fff;
}
.auth-form .form-group input {
	-webkit-box-shadow: 2px 2px 10px 0 rgba(79,79,79,.2);
	-moz-box-shadow: 2px 2px 10px 0 rgba(79,79,79,.2);
	height: 50px;
	line-height: 25px
}
.auth-form .form-group input {
	box-shadow: none!important;
	border: none;
	border-bottom: 2px solid #c7c7c7;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	font-size: 13px;
	color: #282828;
	background-color: #f5f5f5;/*max-width: 330px;*/
}
.auth-form a.txt-danger:hover {
	color: #f12300
}
.btn-login {
	width: 100px;
	font-size: 13px!important;
	font-weight: 600;
	background-color: #003176!important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	border: none!important;
	box-shadow: 2px 2px 10px 0 rgba(79,79,79,.2);
	-webkit-box-shadow: 2px 2px 10px 0 rgba(79,79,79,.2);
	-moz-box-shadow: 2px 2px 10px 0 rgba(79,79,79,.2);
	height: 36px; letter-spacing: 1px;
}
.btn-login:HOVER {
	color: #fff;
	background-color: #003176!important;
}
.f_pass {
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 13px;
	color: #003176;
}
.card-body-icon {
	position: absolute;
	z-index: 0;
	top: -7px;
	right: -1rem;
	opacity: 0.3;
	font-size: 85px;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
}
.admin_box .admin_head {
	font-size: 20px
}
.card-body-icon img {
	width: 120px;
	height: auto
}
.fa-fw {
	text-align: center;
	width: 1.25em;
}
.admin_box {
	margin-top: 15px;
}
._logo {
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
._logo img {
	height: 65px;
	width: auto;
}
._tborder {
	border-top: solid 1px #f0f0f0;
}
/* select2 CSS */
.select2-container--bootstrap4 .select2-selection--single {
	height: 30px!important;
	padding: 0px 10px;
	font-size: 13px;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
	color: #757575;
	line-height: 30px
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: -5px;
	right: 3px;
	width: 20px
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
	top: 60%;
	border-color: #343a40 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
	line-height: 30px
}
.select2-search--dropdown .select2-search__field {
	border: 1px solid #ced4da;
	border-radius: .25rem
}
.select2-results__message {
	color: #6c757d
}
.select2-container--bootstrap4 .select2-selection--multiple {
	min-height: calc(2.25rem + 2px)!important
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
	color: #343a40;
	border: 1px solid #bdc6d0;
	border-radius: .2rem;
	padding: 0;
	padding-right: 5px;
	cursor: pointer;
	float: left;
	margin-top: .3em;
	margin-right: 5px
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
	color: #bdc6d0;
	font-weight: 700;
	margin-left: 3px;
	margin-right: 1px;
	padding-right: 3px;
	padding-left: 3px;
	float: left
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #343a40
}
.select2-container :focus {
	outline: 0
}
.select2-container--bootstrap4 .select2-selection {
	border: 1px solid #e2e6ea;
	border-radius:0;
	width: 100%; 
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
	border-color: #17a2b8;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}
.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
select.is-invalid~.select2-container--bootstrap4 .select2-selection {
	border-color: #dc3545
}
select.is-valid~.select2-container--bootstrap4 .select2-selection {
	border-color: #28a745
}
.select2-container--bootstrap4 .select2-dropdown {
	border-color: #ced4da;
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
	background-color: #e9ecef
}
.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
	background-color: #007bff;
	color: #f8f9fa
}
.select2-container--bootstrap4 .select2-results__option[role=group] {
	padding: 0
}
.select2-container--bootstrap4 .select2-results__group {
	padding: 6px;
	display: list-item;
	color: #6c757d
}
.select2-container--bootstrap4 .select2-selection__clear {
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 13px;
	padding: 0;
	text-align: center;
	margin-top: 6px;
	border-radius: 100%;
	background-color: #6c757d;
	color: #f8f9fa;
	float: right;
	margin-right: 12px
}
.select2-container--bootstrap4 .select2-selection__clear:hover {
	color: #fff;
	background-color: #343a40
}
.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected], .select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
	background-color: #003176;
}
.select2-container--bootstrap4 .select2-results__option {
	padding: 8px 10px;
	font-size: 14px;
}
._emp-sele .custom-select {
	height: 28px;
	padding: 0px 12px
}
._emp-sele .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 0px;
}









._tags {
	margin-top: -3px
}
._tags .form-control {
	height: 28px;
	padding: 0px 10px;
	margin: 0px;
	font-size: 13px
}
/*tag CSS*/
.bootstrap-tagsinput {
	display: inline-block;
	padding: 4px 6px;
	vertical-align: middle;
	width: 100%;
	line-height: 22px;
	cursor: text;
	border: 1px solid #E3E3E3;
	background-color: #fff;
	color: #212121;
	min-height: 45px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 8px 0 rgba(79,79,79,.1);
	-moz-box-shadow: 0 2px 8px 0 rgba(79,79,79,.1);
	box-shadow: 0 2px 8px 0 rgba(79,79,79,.1)
}
.bootstrap-tagsinput input, .bootstrap-tagsinput input:focus {
	border: none;
	box-shadow: none
}
.bootstrap-tagsinput input {
	outline: 0;
	background-color: transparent;
	padding: 7px;
	margin: 0;
	width: auto;
	max-width: inherit
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
color:#777;
opacity:1
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
color:#777
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
color:#777
}
.bootstrap-tagsinput .badge {
	color: #fff;
	background-color: #003176;
	padding: 5px 5px 5px 8px;
	border-radius: 3px;
	border: none;
	margin: 3px;
	font-size: 13px;
	font-weight: 500
}
.bootstrap-tagsinput .badge [data-role=remove] {
	margin-left: 8px;
	cursor: pointer
}
.bootstrap-tagsinput .badge [data-role=remove]:after {
	content: "×";
	padding: 0 4px;
	background-color: rgba(0,0,0,.1);
	border-radius: 50%;
	font-size: 13px
}
.bootstrap-tagsinput .badge [data-role=remove]:hover:after {
	background-color: rgba(0,0,0,.62)
}
.bootstrap-tagsinput .badge [data-role=remove]:hover:active {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.select2-results__option[aria-selected] {
	font-size: 13px
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	font-size: 13px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
}
.form-s2 .select2-container .select2-selection--single {
	height: 35px!important;
	border: 1px solid #f6f6f6;
	background-color: #f6f6f6;
	color: #282828;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow: none;
}
.form-s2 .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
}
.form-s2 .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px;
	width: 25px;
}

.selpluse .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 40px;
}



#floating-label .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #282828;
}
.select2-container--default .select2-selection--multiple {
	border: 1px solid #E3E3E3;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-box-shadow: 0 2px 8px 0 rgba(79,79,79,.1);
	-moz-box-shadow: 0 2px 8px 0 rgba(79,79,79,.1);
	box-shadow: 0 2px 8px 0 rgba(79,79,79,.1);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #003176;
	border: 1px solid #003176;
	margin-right: 7px;
	margin-top: 7px;
	padding: 0 5px;
	color: #fff;
	font-size: 11px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff!important;
	margin-right: 3px
}
.select2-container--default .select2-selection--multiple {
	background-color: #f6f6f6;
	box-shadow: none;
	border: solid 1px #fff
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border:none; border-bottom:solid #003176 2px;
}
.form-wrap textarea {
	border: 1px solid #f6f6f6;
	background-color: #f6f6f6;
	color: #282828;
	box-shadow: none;
	font-size: 12px; resize: none!important
}
textarea {resize: none!important}
.PT-10 {
	padding-top: 10px!important
}
.PT-15 {
	padding-top: 15px!important
}
.PT-20 {
	padding-top: 20px!important
}
.PB-10 {
	padding-bottom: 10px!important
}
.PB-20 {
	padding-bottom: 20px!important
}
.PT-30 {
	padding-top: 30px!important
}
.PB-30 {
	padding-bottom: 30px!important
}

table.dataTable>tbody>tr.child ul.dtr-details {
	width: 100%
}
.head_25 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 15px
}
table.dataTable.nowrap td {
	white-space: normal;
}
.modal-cust-detail ._cut-info {
	font-size: 14px;
	display: block;
	padding: 12px;
	font-weight: 400;
	background-color: #efefef;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
}
.modal-cust-detail label {
	font-size: 13px;
	color: #979797;
	display: block;
	padding-bottom: 0px;
}
._amount-order {
	padding: 12px
}
.modal-content {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
}
.modal-cust-detail .modal-body {
	padding: 25px
}
.modal-order-detail table.responsive-table {
	display: table;
	table-layout: fixed;
	width: 800px;
	height: 100%;
}
.modal-order-detail table.responsive-table thead {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	width: 833px;
	height: 50px;
	line-height: 3em;
	background: #f7f7f7;
	table-layout: fixed;
	display: table;
}
.modal-order-detail table.responsive-table th {
	padding: 5px 10px;
}
.modal-order-detail table.responsive-table td {
	padding: 5px 13px;
}
.modal-order-detail table.responsive-table tr > td, .modal-order-detail table.responsive-table th {
	text-align: left;
}
._table-order {
	overflow-y: scroll;
	height: 400px;
	margin-top: 48px;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before, .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #003176;
}
._emp_dep .custom-control {
	margin-bottom: 10px
}
._emp_dep .custom-control-label {
	font-size: 14px;
	color: #555555;
	padding-top: 2px
}
.card ._head-sm {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	margin: 15px 0px 20px 0;
	color: #282828
}
/*.card ._head-sm:before {
	background: #f12300;
	position: absolute;
	width: 12px;
	height: 2px;
	left: -25px;
	top: 8px;
	content: '';
}*/
.bulk-error p {
	font-size: 14px
}
.bulk-error .alert {
	font-size: 14px;
	margin-top: 40px
}
.bulk-error table {
	font-size: 13px;
	margin-top: 20px
}
.bulk-error table td, .bulk-error table th {
	padding: 7px
}
.bulk-error .table thead th {
	background-color: #f6f8fa;
	border: none
}
.table-input .form-control {
	height: 30px;
	font-size: 13px;
	margin-top: -5px
}
.red-bg {
	background: #e20000!important
}
.green-bg {
	background: #15c045!important
}
.coll-btn {
	margin-top: 35px
}
.top_nav .nav-link {
	padding: 0!important;
	margin: 15px 0px
}
._up-file .form__input--file {
	text-align: left;
	padding-left: 45px;
}
.viewAssign {
	background-color: #f8f8f8;
	padding: 10px;
	font-weight: 500;
	width: 100%;
	display: block;
	text-align: center;
	color: #444444;
	border: solid 1px #f3f2f2;
	margin-top: 25px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
}
.viewAssign:HOVER {
	color: #ffffff;
	text-decoration: none;
	border-color: #003176;
	-webkit-box-shadow: 0 2px 8px 0 rgba(79,79,79,.1);
	-moz-box-shadow: 0 2px 8px 0 rgba(79,79,79,.1);
	box-shadow: 0 2px 8px 0 rgba(79,79,79,.1);
	background-color: #003176;
}
.alert-color {
	color: #383d41;
	background-color: #f4f4f4;
	border-color: #f0f0f1;
	font-size: 13px;  
}
.alert-color:HOVER {
	border-color: #003176
}
.alert_close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #003176;
	background-color: #fff;
	border-color: #fff #fff #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 30px; height: 44px;
	box-shadow: 0px -2px 8px 0px rgba(0,0,0,0.06);
	letter-spacing: 1
}
.nav-tabs .nav-item.show, .nav-tabs .nav-link:HOVER, .nav-tabs .nav-link.active{border-bottom: solid 2px #f68606}

.nav-tabs {
	border-bottom: 2px solid #ffffff;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border: 1px solid transparent;
	border-bottom: solid 2px #f68606
}
.nav-tabs .nav-item a {
	font-size: 15px;
	font-weight: 600;
	padding: 10px 30px;
	color: #a9a9a9; height: 44px
}
._cut-img {
	position: relative
}
._cut-img img {
	height: 120px;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.nam-title {
	font-size: 16px;
	padding: 10px;
	text-align: center;
	font-weight: 600
}
.con_info {
	padding-top: 10px
}
.con_info p {
	font-size: 13px;
	margin-bottom: 5px;
	letter-spacing: 0.8px
}
.con_info p .fa {
	font-size: 16px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #b1b1b1;
	text-align: center;
	width: 20px;
}
.con_info strong {
	font-size: 13px;
	font-weight: 600
}
.con_info .btn-primary {
	width: 100%;
	text-align: center;
	padding: 5px; text-decoration: none
}
.tab-style {
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08)
}
.tab-style .tab-pane {
	padding: 30px
}
.cp-stats {
	padding: 30px;
	position: relative;
	letter-spacing: 1px; font-size: 15px;
}
.cp-stats-value {
	font-size: 28px;
	font-weight: 600;
	color: #003176;
	padding: 11px 0px
}
.cp-stats h5 {
	font-size: 14px; 
	font-weight: 600;
	color: #98a6ad
}
.cp-stats-icon {
	position: absolute;
	right: 20px;
	top: 20px;
}
.cp-stats .cp-stats-icon .fa {
	color: #003176;
	font-size: 20px;
	background-color: rgba(217,223,226,0.3);
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	display: inline-block;
}
.cp-stats .bm_text {
	white-space: nowrap;
	padding-left: 5px
}
.cp-mh {
	min-height: 368px
}
.cp_user-l {
	min-height: 402px
}
.lineHeight30{line-height: 30px;}
.overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.5);
	z-index: 998;
	opacity: 0;
}
.overlay.active {
	display: block;
	opacity: 1;
}
#product-cl-sec, #product-add {
	width: 600px;
	position: fixed;
	top: 0;
	right: -100%;
	height: 100vh;
	z-index: 999;
	color: #282828;
	padding: 0px 0px;
	background-color: #fff;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-direction: column;
	opacity: 0;
	-webkit-transition: 450ms cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: 450ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: 450ms cubic-bezier(0.23, 1, 0.32, 1);
}
.pro-header-text {
	line-height: 50px;
	border-bottom: solid 1px #fff;
	font-size: 16px;
	padding: 0 20px;
	margin: 0;
	font-weight: 600;
	color: #fff;
	background-color: #003176;
	position: relative;
	margin-left:0;
	width: inherit;
	font-family: 'Montserrat', sans-serif;
}
.pro-header-text span {
	font-weight: 300
}
.pc-cartlist {
	display: flex;
	flex: 1;
	min-height: 0px;
	padding-bottom: 65px;
}

.overflow-plist {
	flex: 1;
	overflow: auto;
}
.plist-content {
	color: black;
	height: 100%;
}
#product-cl-sec.active, #product-add.active {
	right: 0px;
	opacity: 1
}
#product-cl-sec #pl-close {
}
.custom-select:focus, .form-control:focus {
	box-shadow: none
}
._cl-checkout {
	background-color: #003176;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	width: 100%;
	text-align: left;
	padding: 10px;
	padding-left: 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
}
.close-btn-pl {
	position: absolute;
	right: 10px;
	top: 15px;
	width: 30px;
	height: 30px;
	z-index: 100;
}
.close-btn-pl:hover {
	opacity: 1
}
.close-btn-pl:after, .close-btn-pl:before {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 19px;
	width: 2px;
	background-color: #fff
}
.close-btn-pl:before {
	transform: rotate(45deg)
}
.close-btn-pl:after {
	transform: rotate(-45deg)
}
._cl-bottom {
	height: 60px;
	margin: 0;
	padding: 10px;
	position: fixed;
	width: 0;
	right: 0;
	bottom: -1px;
	z-index: 100;
	opacity: 0;
	background-color: #f6f6f6;
	padding-left:15px;
}
.active ._cl-bottom {
	opacity: 1;
	transition: opacity 0.7s linear;
	-webkit-transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	width: inherit;
}
._cl-bottom .btn {
	font-size: 14px;
	margin-top: 2px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	box-shadow: none;
}
@media (max-width:480px) {
#product-cl-sec, #product-add {
	width: 100%
}
.pro-header-text {
	width: auto;
	margin-left: 0px;
	margin-right: -15px
}
.dis-larg {
	display: none
}
}
.top_border {
	border: solid 1px #f0f0f0;
	border-top: solid 3px #f68606;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
}
.top-borderRed {
	border: solid 1px #f0f0f0;
	border-top: solid 3px #e20000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
}
#floating-label {
	font-family: 'Source Sans Pro', sans-serif;
}
#floating-label .form-group .form-control {
	border: none;
	border: 1px solid #f6f6f6;
	background-color: #f6f6f6;
	box-shadow: none;
	border-radius: 0;
}
#floating-label .form-group {
	display: flex;
	height: 54px;
}
#floating-label .form-control:focus {
	border-color: #fff!important;
	border-bottom: 2px solid #003176!important;
}
#floating-label .control-label {
	font-size: 14px;
	letter-spacing: 0.5;
	font-weight: 400;
	opacity: 0.4;
	pointer-events: none;
	position: absolute;
	transform: translate3d(6px, 27px, 0) scale(1);
	transform-origin: left top;
	transition: 240ms;
	color: #656565
}
#floating-label .form-group.focused .control-label {
	opacity: 1;
	transform: scale(0.75);
	color: #282828;
}
#floating-label .form-control {
	align-self: flex-end;
}
 #floating-label .form-control::-webkit-input-placeholder {
 color: transparent;
 transition: 240ms;
}
 #floating-label .form-control:focus::-webkit-input-placeholder {
 transition: none;
}
 #floating-label .form-group.focused .form-control::-webkit-input-placeholder {
 color: #282828;
}
.page-item .page-link {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	border-radius: 0px!important
}
.dataTables_wrapper .dataTables_length label, .dataTables_wrapper .dataTables_info {
	font-size: 12px;
}
.dataTables_wrapper .dataTables_filter label {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.dropify-wrapper {max-width: 100%; font-family: 'Source Sans Pro', sans-serif;border: 2px solid #f6f6f6;}
.up_h{padding: 0; padding-top: 19px!important; padding-bottom: 15px!important}
.up_h .dropify-wrapper{height: 97px!important}

.dropify-wrapper .dropify-clear, .dropify-wrapper .dropify-clear:HOVER {
    background-color:#f12300; border: none; cursor: pointer; font-family: 'Montserrat', sans-serif;
font-weight: 600; font-style: normal;
line-height: 12px;
}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message, .dropify-wrapper .dropify-message p {
    opacity: 1;  font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}

.se_cus-type{
	background-color:#f6f6f6;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05); 
	border:solid 1px #efefef; 
}
.gray_border{
	border:solid 1px #f6f6f6;
	box-shadow: none;
}
.se_cus-type .form-s2 .select2-container .select2-selection--single{
	background-color:#ffffff;
}
.nav-pills{
	display: flex;
    justify-content: center;
    flex-direction: row; padding-top: 15px!important; padding-bottom: 15px!important
}
.nav-pills .nav-item{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills .nav-link {
    color: #fff;
    background-color: #003176;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0; 
	font-size: 14px; 
	font-family: 'Montserrat', sans-serif; letter-spacing: 1px;
	font-weight: 600; 
	padding:8px 24px; 
}
.nav-pills .nav-link {
	background-color: #ffffff;
	border: solid 2px #003176;
	color: #003176;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills .nav-link {
    padding: 5px 15px;
}
.wizard .content>.body{padding-bottom:0}
.CBM_val{margin-top: -7px}
.CBM_val label{
	margin-bottom:4px!important;
	margin-top: 2px!important;
	font-size: 11px
}

.plus_button {
	font-size: 14px;
	background-color: #003176;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow: 2px 2px 10px 0 rgba(79,79,79,.2);
	padding:0;
	padding-top: 4px;
	color: #fff!important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: 0.5px;  
	text-align: center;
	width: 25px; height: 28px; position: absolute; 
	top: 0; right: 0
}
.plus_button .fa{
	 color: #fff!important; margin: 0; font-size: 11px	
}
#addproducts{
	background-color: #fff; border: solid 1px #dcdcdc; box-shadow: 4px 4px 0px #e4e4e4;
}
.cus-ord-detail{
	padding: 0px 15px 20px 15px;
	font-size: 13px		
}
.cus-ord-detail ._head04 {
    position: relative;
	font-size: 14px
}
.cus-ord-detail strong{
	font-weight: 600;
}
.cus-ord-detail .left-detail{
	margin-right: 15px;
	border: solid 1px #e9e9e9;
	padding: 15px
}
.cus-ord-detail .right-detail{
	margin-left: 15px;
	border: solid 1px #e9e9e9;
	padding: 15px
}
.table .input{
    height: 30px;
    padding: 0;
	padding-left: 5px;
    border-radius:0;
    font-size: 12px;
	width: 70px; 
}

.cell-border{
	border: solid 1px #f8f8f8
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
	border-top: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8
}
table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
	border-left: 1px solid #f8f8f8
}
table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
	border-top: none
}
 
.cell-border td, .cell-border th {
	padding: 5px;
	vertical-align: top;
	border-top: 1px solid #f8f8f8;
	font-size: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	padding-left:5px;
	padding-right: 5px;
}

.plus-btn{position:relative}


.plus-btn .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
 
}

.po-ab{
	right: 0px;
	height: 35px; 
	width: 30px; 
	padding-top: 7px;
}

.cb_nav{
	padding:20px; margin: 0; padding-right: 0	
}
.cb_nav li{
	padding: 0; 
	margin: 0; 
	list-style: none;
	margin-bottom: 1px
} 
.cb_nav li a{
	font-size: 13px; 
	color:#838383; 
	background-color: #f7f7f7; display: block;
	padding: 7px 10px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
	letter-spacing: 1px
}
.cb_nav li a:HOVER, .cb_nav li a.active{color:#2c2c2c; background-color: #e0e0e0; text-decoration: none}
.cb_nav li a.active{color:#282828; background-color: #e0e0e0}
.cb_nav li a.active:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(224, 224, 224, 0);
	border-left-color: #e0e0e0;
	border-width: 17px;
	margin-top: -17px;
}
.CB_info{
	margin-top: 15px; margin-bottom: 15px
}
.CB_info .card {min-height: 450px}
.CBR_info{
	margin-top: 20px; padding-right: 20px; 	padding-bottom: 20px
}
.CBR_value{
	padding: 5px 0px;
	border-bottom: solid 1px #eeeeee
}
.cu-Rate{
	height: 25px; width: 100px; padding-left: 5px;
	border: solid 1px #f6f6f6; background-color: #f6f6f6
}
.productRate-table{
	margin-top: 30px; margin-bottom: 30px
}
.productRate-table .dataTables_filter input, .productRate-table select {
    height: 30px!important; line-height: 1;
}
.productRate-table .dataTable td, .productRate-table .dataTable th, .productRate-table .modal-body table th, .productRate-table .modal-body table td {
	padding: 8px
}
.CB-account-tab {padding-left: 15px}

.CB-account-tab .nav-link{
	border:none; border-bottom: solid 1px #fff;
	font-size: 12px; 
	color:#838383; 
	background-color: #f7f7f7; display: block;
	padding: 7px 10px!important;
	position: relative;
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
	letter-spacing: 1px; font-weight: 500
}
.CB-account-tab .nav-link.active, .CB-account-tab .nav-link:HOVER {
    background-color: #dfdfdf!important;
    color: #282828;  font-weight: 500; 	font-size: 12px; 	padding: 7px 10px!important;
}
.CB-account-tab .nav-link.active:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(224, 224, 224, 0);
	border-left-color: #e0e0e0;
	border-width: 17px;
	margin-top: -17px;
}
.pt-pos{padding-top: 31px}

._order-bottom{
	width:100%; z-index: 1500; padding-left:60px
}
._order-bg{
	 font-size: 13px; 
}
._order-bg .order_value{
	background-color:#fff; position: relative; padding: 12px 15px; letter-spacing: 0.5px; margin-bottom: 5px;
	-webkit-box-shadow: 0 2px 8px 0 rgba(79,79,79,.1);
    -moz-box-shadow: 0 2px 8px 0 rgba(79,79,79,.1);
    box-shadow: 0 2px 8px 0 rgba(79,79,79,.1);
}
.table_head {
    background-color: #f4f4f4;
 
    line-height: 30px;
}
.table .table_head .input {
    height: 28px;
}
._graybg{
	background-color: #f7f7f7; margin-top: 10px
}
._ch-pass{padding-top: 32px}
._ch-pass-p{padding-top: 25px}
._user-profile-info .form-group{
	background-color: #f9f9f9; padding: 5px
}
._user-profile-info .form-group p{
	margin-bottom:0;
}
._user-profile-info .p-col-L{
	padding-right: 4px
}
._user-profile-info .p-col-R{
	padding-left: 4px
}
.aligncenter{text-align: center}
.weight600 {font-weight: 600}
.bottom-btns {
    padding-top:30px;
    text-align: right;
}
._add-padd-btn{padding-top: 38px}
._addOrderSec{background-color: #f6f6f6; border: solid 1px #f7f8f9; padding: 15px; margin-bottom: 30px }
.h-35{height: 35px}
._add-list{padding:8px; background-color: #ffffff; border-color: #f0f0f1; margin-bottom:5px; font-size: 12px}
._add-list .alert_close {top: 7px;}
._addOrderSec .form-group .form-control, ._addOrderSec .form-s2 .select2-container .select2-selection--single {background-color: #fff!important}
.OR-ListView table td, .OR-ListView table th {
    padding: 10px;
}
.custom-checkbox {font-size: 12px; line-height: 23px}
.custom-radio {font-size: 12px; line-height: 23px}
.sm-head13{font-size: 13px; font-weight:600; margin-bottom: 10px}
.top-date{font-size: 14px; letter-spacing: 1px}
.top-date strong{padding-right: 10px; font-family: 'Montserrat', sans-serif; font-weight: 600}
.val-place{margin-top: -14px}
.bg-color{color: #fff!important; background: linear-gradient(0deg, #003176 0%, #003176 50%)!important}

.report-preview{max-width: 950px; padding: 0px 15px; font-size: 15px; color: #000; margin-left: auto; margin-right: auto; margin-top: 20px}
.report-preview ._RtextP{ text-align: right}
.report-preview strong{padding-right: 10px; font-weight: 600}
.report-preview .style-bg{background-color: #f7f7f7; border: solid 1px #fff; padding-top: 5px; padding-bottom: 5px}
.report-preview  ._head03{ margin-bottom: 5px}
.report-preview .MR-S ._head03{ margin-right:20px}
.report-preview  .fa{color: #000; font-size: 12px; margin-top: 5px; margin-right: 7px}
.report-logo{display: block;text-align: center;margin-bottom: 10px}
.report-logo img{height:75px; width: auto}
.add-poc{ margin: 0; padding: 4px 12px;font-size: 14px; position: absolute; top: -5px; right: 0}

._add-secon-btn{padding-top: 40px}
._add-secon{display: inline-block; padding: 5px 25px 5px 7px; font-family: 'Source Sans Pro', sans-serif; margin-right: 5px; margin-top: 5px;  margin-bottom:5px}
._add-secon .close{position: absolute; top: 3px; right: 5px; border: none; outline: none; font-size: 22px}

.rep-name{ text-align: right}
._left-filter{padding-top: 15px}

.notiF-title{
    border-bottom: 1px solid #f7f8fa;
    color: #282828;
    font-size: 15px;
    font-weight: 500;
    padding:15px;
    text-align: left;
	margin-bottom: 0;
}
.top_nav .notiF, .Qlinks {
    width: 280px; 
}
.top_nav .notiF strong {
    font-size: 14px; 
	font-weight: normal!important;
    display: block; line-height: 18px;margin-top: -2px;
}
.top_nav .notiF a {
    font-size: 12px; display: block; padding:10px 12px; color: #282828; border-bottom: 1px solid #f7f8fa;
		-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.top_nav .notiF a:HOVER, .Qlinks a:HOVER{text-decoration: none; background-color:#f7f8fa}
.top_nav .notiF p {margin:0; color:#6c747c}
.top_nav .notiF .all-NF{font-size: 13px; font-weight:500; letter-spacing:1px; font-family:'Montserrat', sans-serif; text-align: center}
._NF-se{padding-top: 40px}
._NF-se{padding: 10px 30px 10px 10px; font-family: 'Source Sans Pro', sans-serif; margin-right: 0px; margin-top: 0px;  margin-bottom:15px}
._NF-se .close{position: absolute; top: 3px; right: 5px; border: none; outline: none; font-size: 22px; padding: 5px}
.NU-img{
	height: 32px!important;
    width: 32px!important;
    vertical-align: middle;
    border-radius: 50%; margin-left: 5px; 
    margin-right: 10px; margin-bottom: 10px; float: left
}
.Qlinks a{ font-size: 12px;font-family:'Montserrat', sans-serif; font-weight: normal; line-height: 22px;  letter-spacing: 1px; display: block; padding:10px; color: #282828;
 border-bottom: 1px solid #f7f8fa; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out}
.Qlinks img{
	height: auto;
    width: 20px!important;
    margin-right: 15px; float: left
}
.AssNotification{font-size: 13px; margin-top: 20px}
.AssNotification thead th{
	background: linear-gradient(0deg, #f8f8f8 0%, #ffffff 100%); border-bottom: none
}
.AssNotification .switch{position:relative;display:inline-block;width:44px;height:23px;margin-bottom:0}
.AssNotification .switch input{opacity:0;width:0;height:0}
.AssNotification .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}
.AssNotification .switch .slider:before{position:absolute;content:"";height:15px;width:15px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}
.AssNotification .switch input:checked+.slider{background-color:#003176}input:focus+.slider{box-shadow:0 0 1px #003176}
.AssNotification .switch input:checked+.slider:before{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}
.AssNotification .switch .slider.round{border-radius:34px}
.AssNotification .switch .slider.round:before{border-radius:50%}
.CS-top-sec{
	padding-bottom: 15px; display: flex
}
.add_button .fa {
    color: #f68606!important;
}
.acc-right{ padding:10px; margin: 0; list-style: none; width:33.33%}
.acc-right li{margin-bottom: 10px }
.acc-right ._head04{margin-bottom: 15px; margin-right:15px; font-size: 14px; letter-spacing: 1px; font-weight: 500; border-bottom:solid 1px #efefef}
.ADD_Select{position: relative; margin-top: 5px; margin-bottom: 10px}
.modal .select2-container {width: 100%!important}

.L_btn-line {
	background-color: #fff;
	color: #003176;
	border: solid 1px #003176;
	/* font-size: 12px; */
    /* padding: 5px 16px; */
    letter-spacing: 0.5px;
}
.L_btn-line:HOVER, .L_btn-line:focus {
	color: #fff;
	background-color: #003176;
}
.box-sec {
	background-color: #fff;
	border-top: 3px solid #fff;
	padding: 20px;
	border-radius: 0px;
	min-height: 245px;
	text-align: center;
	margin-bottom: 30px;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(79,79,79,.2);
    -moz-box-shadow: 2px 2px 10px 0 rgba(79,79,79,.2);
    box-shadow: 2px 2px 10px 0 rgba(79,79,79,.2);
	display: block;
	font-size: 15px;
    font-family: 'Montserrat', sans-serif;
	color: #898f95;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-sec:HOVER {
	border-top: 3px solid #f68606;
    color: #003176;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 2px 2px 20px 0 rgba(79,79,79,.3);
    -moz-box-shadow: 2px 2px 20px 0 rgba(79,79,79,.3);
    box-shadow: 2px 2px 20px 0 rgba(79,79,79,.3); margin-top: -10px
}
.box-sec strong{font-weight: 600}
.box-sec span {
	clear: both;
	font-size: 80px;
	color: #003176;
	margin:20px;
	display: block;
	margin-top:10px
}
.align-center {
	text-align: center
}
.box-sec .img-svg img {
    width: 70px;
    height: auto;
}
.Notification-icon{
	height:28px!important;
    width: 28px!important;
    vertical-align: middle;
    border-radius:0; margin-left: 5px; 
    margin-right: 10px; margin-bottom: 10px; float: left
} 
.mt-5{margin-top: 5px!important}
.mb-5{margin-bottom: 5px!important}
.ml-5{margin-left: 5px!important}
.mr-5{margin-right: 5px!important}
.mb-10 {margin-bottom:10px!important}
.ml-15 {margin-left: 15px!important}
.mb-15 {
	margin-bottom: 15px!important
}
.mb-20 {
	margin-bottom: 20px!important
}
.mb-30 {
	margin-bottom: 30px!important
}
.mb-40 {
	margin-bottom: 40px!important
}
.mt-10 {
	margin-top:10px!important
}
.mt-15 {
	margin-top: 15px!important
}
.mt-20 {
	margin-top: 20px!important
}
.mt-30 {
	margin-top: 30px!important
}
.mt-40 {
	margin-top: 40px!important
}
.mr-30 {
	margin-right:30px!important
}
.mr-40 {
	margin-right:40px!important
}
.p-10 {
	padding: 10px!important
}
.p-15 {
	padding: 15px!important
}
.p-20 {
	padding: 20px!important
}
.p-30 {
	padding: 30px!important
}
.pt-5 {
	padding-top: 5px!important
}
.pt-10 {
	padding-top: 10px!important
}
.pt-17 {
	padding-top: 17px!important
}
.pt-19 {
	padding-top: 19px!important
}
.pt-30 {
	padding-top: 30px!important
}
.pb-15 {
	padding-bottom: 15px!important
}
.pt-8{padding-top: 8px}
.pr-15{padding-right: 15px!important}
.pl-15{padding-left: 15px!important}
.pl-30{padding-left: 30px!important}
.pr-30{padding-right: 30px!important}
.p-10{padding: 10px!important}
.PB-20{padding-bottom: 20px!important}
.font12 {font-size: 12px}
.font13 {font-size: 13px}
.sm-mt15{margin: 0px}
.lab-line {
	color: #282828;
	border: solid 1px #e7e7e7; padding: 2px 5px; margin-right: 5px; margin-bottom: 4px; display: inline-block
}
.lab-pending {
	color: #282828;
	border: solid 1px #f68606;  padding: 2px 5px; margin-right: 5px; margin-bottom: 4px; display: inline-block
}

.container-1250{max-width: 1250px}
.Dis-h{color: #f68606; font-weight: 400!important}



@media (max-width: 1440px) {
.Inv_g-sec img {
	width: 100%;
}
}

@media (max-width: 1200px) {
.form-wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}
}

@media (max-width: 1024px) {
.form-wrap {
	padding: 0px;
}
.cp-stats-value {
	font-size: 24px
}
.cell-border td, .cell-border th {
    padding: .75rem;
}
._addOrderSec{padding: 15px}
._addOrderSec .btn-primary{padding: 6px 10px}
}

@media (min-width: 992px) {
.modal-lg {
	max-width: 850px
}
}

@media (min-width: 768px) {
body.fixed-nav #content-wrapper {
	padding-left: 225px;
}
body.fixed-nav.sidebar-toggled #content-wrapper {
	padding-left: 90px;
}
.navbar-nav .form-inline .input-group {
	width: auto;
}
.sidebar {
	width: 315px !important;
	overflow: hidden;
	flex: none;
}
.sidebar .nav-item .nav-link {
	display: block;
	text-align: left;
	padding: 12px 15px;
	width: 315px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar .nav-item .nav-link span {
	display: inline;
	padding-left: 10px;
	font-size: 13px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase
}
.sidebar .nav-item .nav-link span ._tb {
	font-weight: 600;
	padding: 0;
	margin: 0
}
.sidebar .nav-item .dropdown-menu {
	position: static !important;
	margin: 0;
	top: 0;
	border-radius: 0;
	background-color: transparent;
}
.sidebar .nav-item.dropdown .dropdown-toggle::after {
	display: block;
}
.sidebar .nav-item .nav-link {
/*	color:#b4bec4;
	border-bottom: solid 1px #003176*/
}
.sidebar .nav-item .nav-link:HOVER {
	color: #ffffff;
	background-color: #0b3e85;
}
.sidebar .dropdown-item {
	font-size: 13px;
	font-weight: 300;
	background-color: #003176;
	border-bottom: solid 1px #0b3e85;
	padding: 12px 1.5rem;
	color: #fff;
	letter-spacing: 1px
}
.sidebar .dropdown-item:HOVER {
	background-color: #0b3e85;
	color: #ffffff; 	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar.toggled {
	overflow: hidden;
	width: 60px !important;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar.toggled:HOVER {
	width: 315px !important;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.sidebar.toggled .nav-item .nav-link span {
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}
.sidebar.toggled:HOVER .nav-item .nav-link span {
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}
.sidebar.toggled:HOVER .nav-item.dropdown .dropdown-toggle::after {
	display: block;
}
.sidebar.toggled:HOVER .dropdown-item {
	display: block
}
.sidebar.toggled .dropdown-item {
	display: none
}
.sidebar.toggled .nav-item:last-child {
	margin-bottom: 1rem;
}
/*.sidebar.toggled .nav-item .nav-link {
	text-align: center;
	padding: 0.75rem 1rem;
	width: 90px;
}
.sidebar.toggled .nav-item .nav-link span {
	font-size: 0.65rem;
	display: block;
}*/
.sidebar .dropdown-menu {
	margin: 0;
	padding: 0!important;
	border: 0;
}
.sidebar.toggled .nav-item .dropdown-menu {
	-webkit-transform: none !important;
	transform: none !important;
	left: calc(90px + 0.5rem) !important;
}
.sidebar.toggled .nav-item .dropdown-menu.dropup {
	bottom: 0;
	top: auto !important;
}
.sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
	display: none;
}
footer.sticky-footer {
	width: 100%;
}
body.sidebar-toggled footer.sticky-footer {
	width: 100%;
}
}

@media (max-width: 800px) {
.modal-dialog {
	max-width: 97%;
}
.login-left, .login-right {
	padding: 20px
}
.card .header h2, .card ._head03, .modal-title {
	font-size: 16px
}
._head01 {
	font-size: 17px
}
.control-label {
	font-size: 14px
}
.breadcrumb {
	font-size: 13px
}
.CBR_info {
    padding-right: 20px;
    padding-left: 20px;
}
.ml-800{margin-left: -15px}
.acc-right{ width:50%}
}
@media (max-width: 767px) {
.report-preview ._RtextP {
    text-align: left;
}
.report-preview .MR-S ._head03 {
    margin-right: 0px
}
._add-padd-btn{padding-top:0px; text-align: right}
.auth-form .form-group input {
	max-width: 100%;
}
.coll-btn {
	margin-top: 0px
}
.login-left, .login-right {
	padding: 20px
}
.auth-form .col-md-6 {
	height: auto
}
.login-right {
	padding: 40px
}
.auth-form-wrap {
	padding: 15px;
}
.btn-login {
	width: 100%
}
.breadcrumb {
	display: none
}
.card ._head-sm {
	margin-left: 25px
}
.sidebar img {
	width: 22px;
	padding-bottom: 8px
}
.navbar {
	min-height: 50px
}
.user_log {
	height: 36px;
	width: 36px;
	margin-right: 0
}
.top_nav .nav-link {
	margin: 5px 0px
}
._logo, ._logo:HOVER {
	padding-left: 0px
}
.dataTables_info {
	padding-bottom: 15px
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #003176;
}
.cp-stats {
	padding: 20px
}
.cp-stats p {
	font-size: 15px
}
.cp-stats-icon {
	right: 20px;
	top: 20px
}
 
.nav-tabs .nav-item {
	width: 100%;
	background-color: #fff;
	box-shadow: 0px -2px 8px 0px rgba(0,0,0,0.06);
}
.nav-tabs .nav-link.active {
	color: #fff;
	background-color: #003176;
	border-color: #fff #fff #fff;
	box-shadow: 0px -2px 8px 0px rgba(0,0,0,0.06)
}
 
.add_button {
	top: 15px
}
.add_button span {
	display: none
}
._logo img {
	height: 45px
}
.top_nav .nav-link .uname {
	display: none
}
.usernamelab {
	display: block
}
.TM_icon{margin-right:35px; margin-top:7px}
.navbar-nav .nav-item .nav-link .badge {top: 0px}
.dataTables_wrapper .dataTables_paginate ul.pagination { justify-content: center!important}
.logo-company img {
	width: auto;
	height:80px 
}
.CBM_val{margin-top: 0px}
 
.cus-ord-detail .left-detail{
	margin-right:0px;
	padding: 15px;
	margin-top: 15px;
}
.cus-ord-detail .right-detail{
	margin-left:0;
	margin-top: 15px;
}
.cb_nav{    
    padding-right: 20px;}
.cb_nav li a.active:after, .CB-account-tab .nav-link.active:after{display: none}
.CB-account-tab {padding:15px}
.CB_info {margin-top: 0}
.ml-800{margin-left:0}
._graybg{margin-top: 20px; padding-bottom:15px}
.cp_user-l {min-height: auto}
._ch-pass {padding-top: 10px}
._ch-pass-p {padding-top: 5px;padding-bottom: 10px}
.tab-style .tab-pane {padding: 20px}
.dropify-wrapper.touch-fallback .dropify-clear {color: #fff}
._user-profile-info .p-col-L{
	padding-right:15px
}
._user-profile-info .p-col-R{
	padding-left: 15px
}
._addOrderSec .btn-primary{padding: 6px 20px; margin-bottom: 15px}
._addOrderSec .form-s2{ margin-bottom: 20px}
.rep-name{text-align: left; padding-top: 5px}	
.top-date{font-size: 13px;letter-spacing: 0.5px}
.top-date strong {padding-right: 41px}
.rep-name strong {padding-right: 7px}	
.xsm-p-10{padding-top: 10px!important}
.add-poc {top: -8px}
 .sm-mt15{margin-top: 15px}
.acc-right{ width:100%}
.acc-right ._head04 {margin-right:0px}
}
@media (max-width: 480px) {
.card .header h2, .card ._head03, .modal-title {
    font-size: 14px;
}
._logo img {
    height: 45px;
}
.top_nav .notiF, .Qlinks {width: 250px}
.acc-right{ padding-left: 0px; padding-right:0px}
}

@media (max-width: 420px) {
.login-right {
	padding: 30px 10px
}
.login-left {
	padding: 30px 10px
}
.auth-form-wrap {
	padding: 0
}
.login-right h3 {
	font-size: 20px
}
.dataTables_wrapper .dataTables_filter label {
	font-size: 13px;
	margin-left: -8px
}
.dataTables_wrapper .dataTables_filter input {
	margin-left: 0.5em;
	display: inline-block;
	width: 80%!important
}
.alert_close {
	top: 10px;
	right: 5px
}
.TM_icon{margin-right:15px}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills .nav-link {
    padding: 5px 10px; font-size: 12px
}
 
	
.btn-primary, .btn-cancel, .lgray-btn {
    font-size: 13px;   padding: 6px 15px}
}
@media (max-width: 320px) {
.TM_icon{margin-right:10px}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills .nav-link {
    padding: 5px 6px; font-size: 11px
}
.top-date strong {padding-right:5px}
.rep-name strong {padding-right: 5px}	
.top_nav .notiF, .Qlinks {
    width: 220px;
}
}

.sa-icon{width:80px;height:80px;border:4px solid gray;-webkit-border-radius:40px;border-radius:40px;border-radius:50%;margin:20px auto;padding:0;position:relative;box-sizing:content-box}.sa-icon.sa-success{border-color:#018ed3}.sa-icon.sa-success::after,.sa-icon.sa-success::before{content:'';-webkit-border-radius:40px;border-radius:40px;border-radius:50%;position:absolute;width:60px;height:120px;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sa-icon.sa-success::before{-webkit-border-radius:120px 0 0 120px;border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.sa-icon.sa-success::after{-webkit-border-radius:0 120px 120px 0;border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px}.sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(0,63,180,.5);-webkit-border-radius:40px;border-radius:40px;border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sa-icon.sa-success.animate::after{-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in}.animateSuccessTip{-webkit-animation:animateSuccessTip 1s;animation:animateSuccessTip 1s}.animateSuccessLong{-webkit-animation:animateSuccessLong .85s;animation:animateSuccessLong .85s}@-webkit-keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@-webkit-keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}.sa-icon.sa-success .sa-line{height:5px;background-color:#018ed3;display:block;border-radius:2px;position:absolute;z-index:2}.sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@-webkit-keyframes rotatePlaceholder{0%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}100%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}100%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}