:root {
	--themecolor: #10356C;
	--color2: #FB9A46;
	--pending:red;
	--inprogress:blue;
	--live:greenyellow;
	--completed:green;
	--cancelled:red;
}


@font-face {
	font-family: prosan;
	src: url(../font/product-sans/ProductSans-Regular.ttf);
}
.bg-primary,.btn-default{
	background-color:#0D2C5A!important;
	color: #fff;
}
.bg-white {
    background: white!important;
    color: black!important;
}

.text-theme{
	color: var(--themecolor);
}


html,
body {
	font-family: prosan !important;
	background: #F4F4F4;
}
.theme-bg{
	background: var(--themecolor);
}
.themefont {
	font-family: prosan !important;
}

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

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

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

.shadow-none {
	box-shadow: none !important;
}

.bs-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    display: block;
}

input[type=radio],
input[type=checkbox] {
    margin: auto;
    display: block;
}

.bs-switch input:checked+.slider {
    background-color: var(--themecolor);
}

.bs-switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.bs-switch input:focus+.slider {
    -webkit-box-shadow: 0 0 1px var(--themecolor);
    box-shadow: 0 0 1px var(--themecolor)
}

.bs-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.bs-switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 18px;
    left: 3px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.bs-switch .slider.round {
    -webkit-border-radius: 34px;
    border-radius: 34px
}

.bs-switch .slider.round:before {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.sutitle {
    cursor: pointer;
}

.btn-primary,
.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item:hover,
.dropleft .dropdown-menu .dropdown-item:active,
.dropleft .dropdown-menu .dropdown-item:hover,
.dropright .dropdown-menu .dropdown-item:active,
.dropright .dropdown-menu .dropdown-item:hover,
.dropup .dropdown-menu .dropdown-item:active,
.dropup .dropdown-menu .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
	background-color: var(--themecolor) !important;
	background: var(--themecolor) !important;
	border-color: var(--themecolor);
	box-shadow: none;
	outline: none;
	border: none; 

}

.btn.btn-outline-primary,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:focus {
	border-color: var(--themecolor) !important;
	outline: none;
	background: white !important;
	color: var(--themecolor) !important;
}

.form-control,
.form-control:focus,
.input-group-text {
	background: #f5f5f5;
	background-color: #f5f5f5 !important;
	border: 1px solid #707070;
	box-shadow: none;
}

.input-group-text {
	border-left: 0px;
}

.input-group>.form-control,
.input-group>.custom-select,
.input-group>.custom-file {
	border-right: 0px;
	padding: 20px;
}

.bootstrap-select .dropdown-menu {
	background: #F4F4F4;
}

.bgwhite.form-control>.btn-light.dropdown-toggle,
.bgwhite.btn1 {
	background: white !important;
	background-color: white !important;
	border: 1px solid #ced4da !important;
	box-shadow: none;
}

.form-control>.btn-light.dropdown-toggle,
.btn1 {
	background: #F4F4F4 !important;
	background-color: #F4F4F4 !important;
	box-shadow: none;
	border: 1px solid #707070 !important;
	padding: 11px;
	margin: 0px;
}

.bgwhite {
	background: white !important;
	background-color: white !important;
	border: 1px solid #ced4da !important;
}

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

.bloglist .card img {
	height: 150px;
	transition: width 2s, height 4s;
}

.modal-backdrop {
	background-color: grey;
}

.bloglist .card .blog-badge,
.bloglist .card .blog-badge-nf {
	background: #21A521;
	position: absolute;
	top: 18px;
	right: 0px;
	padding: 3px 10px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	min-width: 40%;
	font-weight: bold;
	color: white;
}

.bloglist .card .blog-badge-nf {
	background: red;
}

.bloglist .card .blog-badge2{
	position: absolute;
	top: 50px;
	right: 0px;
	min-width: 50%;
	font-weight: bold;
	color: white;
}
.bloglist .card .blog-badge2 span{
	padding: 5px 10px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.bloglist .card .blog-wl {
	position: absolute;
	color: white;
	text-shadow: var(--themecolor);
	top: 10px;
	left: 10px;
	padding: 2px 5px;
	font-weight: bold;
}

.blog-badge-popup {
	background: #21A521;
	padding: 3px 10px;
	font-weight: bold;
	color: white;
}

.border-none {
	border: none;
}

.tex-op-4 {
	color: rgba(0, 0, 0, 0.4);
}

.pop-con-height {
	height: 150px;
	overflow-y: auto;
}

.metrics-box {
	border: 1px solid #707070;
	text-align: center;
	padding: 10px 5px;
	cursor: default;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.metrics-box p {
	color: var(--themecolor);
}

.metrics-box:hover {
	background: var(--themecolor);
	color: #fff;
	-webkit-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}

.metrics-box:hover p {
	color: #fff;
}

.pop-img {
	position: absolute;
	width: 95% !important;
}

.vis-web {
	color: black;
	bottom: 30px;
	background: white !important;
	right: 0px !important;
	left: 0px !important;
	margin: auto;
}

.hovercart {
	width: 100%;
	text-align: left;
	-webkit-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
	-webkit-transition: border-color 1000ms linear;
	-ms-transition: border-color 1000ms linear;
	transition: border-color 1000ms linear;
}

.hovercart:hover {
	background: #AD310B !important;
	border-color: #AD310B !important;
}

.toast-msgs {
	right: 10px;
	z-index: 99999;
	position: fixed;
}

.toast {
	min-width: 250px;
}

.modal-dialog {
	min-height: calc(100vh - 60px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: auto;
}

table.dataTable thead {
	cursor: pointer;
	text-align: center;
	border: none;
	box-shadow: none;
}

.table-striped tbody tr:nth-of-type(odd) {
	border: none;
	background-color: #F5F8FA;
}

table.dataTable thead th,
table.dataTable thead td {
	border: none;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting,
table.dataTable thead .sorting_desc {
	background: none;
}

table.dataTable thead>tr>td:active,
table.dataTable thead>tr>th:active {
	outline: 0;
}

table.dataTable.no-footer {
	border: none;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border: none;
}

.dataTables_wrapper .dataTables_length {
	margin-right: 1rem;
	display: block;
	float: right;
}

.dataTables_wrapper .dataTables_filter {
	float: left;
	text-align: left;
}

.dataTables_wrapper .dataTables_filter input {
	border: none;
	border-left: 3px solid var(--themecolor);
	padding-left: 8px;
	border-bottom: 1px solid #EEEEEE;
}

.dataTables_wrapper.dataTables_length.d-flex.flex-row .select-wrapper.mdb-select .select-dropdown,
.dataTables_wrapper .dataTables_length.d-flex.flex-row .select-wrapper.mdb-select span {
	margin-top: 1rem;
}

.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper .dataTables_length label {
	text-align: left;
	font-weight: 400;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.dataTables_wrapper div.dataTables_filter input,
.dataTables_wrapper div.dataTables_filter select {
	width: auto;
	outline: none;
}

.dataTables_wrapper div.dataTables_length input,
.dataTables_wrapper div.dataTables_length select {
	width: auto;
	border-radius: 10px;
	text-align: center;
	padding-left: 10px;
}

.dataTables_wrapper .dataTables_filter {
	text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: .5rem;
	display: inline-block;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
	font-weight: 400;
	padding-top: 1rem;
	padding-bottom: 1rem;
	float: left;
}

.dataTables_wrapper .dataTables_paginate {
	text-align: right;
	margin: 0;
	float: right;
}

.dataTables_wrapper .dataTables_paginate ul.pagination {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.dataTables_wrapper .dataTables_paginate ul.pagination .page-item.active .page-link:focus {
	background-color: var(--themecolor);
}

.dataTables_wrapper .dataTables_paginate ul.pagination .page-item .page-link:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

table.dataTable tbody th,
table.dataTable tbody td {
	padding: 12px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 1px;
	position: relative;
	float: left;
	font-size: 12px;
	padding: 6px 10px;
	min-width: 30px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: white;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50% !important;
	margin: 0 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: var(--themecolor) !important;
	color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: var(--themecolor) !important;
	color: white !important;
	border: none;
}

@media(max-width: 768px) {
	.modal-dialog {
		min-height: calc(100vh - 20px);
	}
}

.bg-theme2 {
	background: var(--color2) !important;
	background-color: var(--color2) !important;
}

.txt-theme2 {
	color: var(--color2);
}

.form-check-input[type="radio"]:not(:checked),
.form-check-input[type="radio"]:checked {
	position: absolute;
	pointer-events: none;
	opacity: 0;
}

.form-check-input[type="radio"]:not(:checked)+label,
.form-check-input[type="radio"]:checked+label,
label.btn input[type="radio"]:not(:checked)+label,
label.btn input[type="radio"]:checked+label {
	position: relative;
	display: inline-block;
	border: 1px solid var(--themecolor);
	border-radius: 2px;
	margin: 3px auto;
	padding: 10px;
	/* padding-left: 35px; */
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: 0.28s ease;
	transition: 0.28s ease;
	
}
.form-check-input[type="radio"]:checked+label,
label.btn input[type="radio"]:checked+label {
	background: var(--themecolor);
	color: white;
}

.form-check-input[type="radio"]+label:before,
.form-check-input[type="radio"]+label:after,
label.btn input[type="radio"]+label:before,
label.btn input[type="radio"]+label:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 16px;
	height: 16px;
	margin: 4px;
	content: "";
	-webkit-transition: 0.28s ease;
	transition: 0.28s ease
}

.form-check-input[type="radio"]:not(:checked)+label:before,
.form-check-input[type="radio"]:not(:checked)+label:after,
.form-check-input[type="radio"]:checked+label:before,
.form-check-input[type="radio"]:checked+label:after,
.form-check-input[type="radio"].with-gap:checked+label:before,
.form-check-input[type="radio"].with-gap:checked+label:after,
label.btn input[type="radio"]:not(:checked)+label:before,
label.btn input[type="radio"]:not(:checked)+label:after,
label.btn input[type="radio"]:checked+label:before,
label.btn input[type="radio"]:checked+label:after,
label.btn input[type="radio"].with-gap:checked+label:before,
label.btn input[type="radio"].with-gap:checked+label:after {
	border-radius: 50%;
	visibility: hidden;
}

.form-check-input[type="radio"]:not(:checked)+label:before,
.form-check-input[type="radio"]:not(:checked)+label:after,
label.btn input[type="radio"]:not(:checked)+label:before,
label.btn input[type="radio"]:not(:checked)+label:after {
	border: 2px solid var(--themecolor);
	visibility: hidden;
}

.form-check-input[type="radio"]:not(:checked)+label:after,
label.btn input[type="radio"]:not(:checked)+label:after {
	-webkit-transform: scale(0);
	transform: scale(0)
}

.form-check-input[type="radio"]:checked+label:before,
label.btn input[type="radio"]:checked+label:before {
	border: 2px solid transparent;
	visibility: hidden;
}

.form-check-input[type="radio"]:checked+label:after,
.form-check-input[type="radio"].with-gap:checked+label:before,
.form-check-input[type="radio"].with-gap:checked+label:after,
label.btn input[type="radio"]:checked+label:after,
label.btn input[type="radio"].with-gap:checked+label:before,
label.btn input[type="radio"].with-gap:checked+label:after {
	border: 2px solid var(--themecolor);
	visibility: hidden;
}

.form-check-input[type="radio"]:checked+label:after,
.form-check-input[type="radio"].with-gap:checked+label:after,
label.btn input[type="radio"]:checked+label:after,
label.btn input[type="radio"].with-gap:checked+label:after {
	background-color: var(--themecolor);
	visibility: hidden;
}

.form-check-input[type="radio"]:checked+label:after,
label.btn input[type="radio"]:checked+label:after {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.form-check-input[type="radio"].with-gap:checked+label:after,
label.btn input[type="radio"].with-gap:checked+label:after {
	-webkit-transform: scale(0.5);
	transform: scale(0.5)
}

.form-check-input[type="radio"].with-gap:disabled:checked+label:before,
label.btn input[type="radio"].with-gap:disabled:checked+label:before {
	border: 2px solid rgba(0, 0, 0, 0.46);
}

.form-check-input[type="radio"].with-gap:disabled:checked+label:after,
label.btn input[type="radio"].with-gap:disabled:checked+label:after {
	background-color: rgba(0, 0, 0, 0.46);
	border: none
}

.form-check-input[type="radio"]:disabled:not(:checked)+label:before,
.form-check-input[type="radio"]:disabled:checked+label:before,
label.btn input[type="radio"]:disabled:not(:checked)+label:before,
label.btn input[type="radio"]:disabled:checked+label:before {
	background-color: transparent;
	border-color: rgba(0, 0, 0, 0.46)
}

.form-check-input[type="radio"]:disabled+span,
label.btn input[type="radio"]:disabled+span {
	color: rgba(0, 0, 0, 0.46)
}

.form-check-input[type="radio"]:disabled:not(:checked)+span:before,
label.btn input[type="radio"]:disabled:not(:checked)+span:before {
	border-color: rgba(0, 0, 0, 0.46)
}

.form-check-input[type="radio"]:disabled:checked+span:after,
label.btn input[type="radio"]:disabled:checked+span:after {
	background-color: rgba(0, 0, 0, 0.46);
	border-color: #bdbdbd
}

.form-check-input[type="radio"]:checked+label:after .disabled-material,
label.btn input[type="radio"]:checked+label:after .disabled-material {
	background-color: rgba(66, 133, 244, 0.2)
}


.dropdown-toggle::after {
	display: none;
}

.trigger {
	padding: 1px 10px;
	font-size: 12px;
	font-weight: 400;
	border-radius: 10px;
	display: inline-block;
	margin: 2px 5px;
}

.timeline {
	width: 100%;
	height: 100px;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.timeline .events {
	position: relative;
	width: 100%;
	border-radius: 4px;
	margin: 2em 0 0 0;
}

.timeline .events ol {
	margin: 0;
	padding: 0;
	text-align: center;
}

.timeline .events ul {
	list-style: none;
}

.timeline .events ul li {
	display: inline-block;
	height: 3px;
	width: 32.65%;
	margin: 0;
	padding: 0;
}

.timeline .events ul li.done {
	background: linear-gradient(90deg, #fff 50%, var(--themecolor) 50%);

}

.timeline .events ul li.selected {
	background: linear-gradient(90deg, var(--themecolor) 50%, rgba(251, 86, 70, 0.5) 50%);
	height: 3px;
}

.timeline .events ul li.pending {
	background: linear-gradient(90deg, var(--themecolor) 50%, #fff 50%);
	opacity: 0.5;
}

.timeline .events ul li a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	position: relative;
	top: -32px;
}

.timeline .events ul li a:after {
	content: '';
	position: absolute;
	font-size: 14px;
	line-height: 16px;
	bottom: -24px;
	left: 50%;
	right: auto;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: 3px solid var(--themecolor);
	background-color: #fff;
	transition: 0.3s ease;
	transform: translateX(-50%);
}

.timeline .events ul li a:hover::after {
	background-color: var(--color2);
	border-color: var(--color2);
}

.timeline .events ul li.done a:after {
	background-color: var(--color2);
	border-color: var(--color2);
	content: "\f00c";
	color: white;
	font-size: 8px;
}

.timeline .events ul li.selected a:after {
	background-color: var(--color2);
	border-color: var(--color2);
	content: "\f110";
	color: white;
	font-size: 10px;
}

.events-content {
	width: 100%;
	height: 100px;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: left;
}

.events-content li {
	display: none;
	list-style: none;
}

._2dcihZ {
    position: absolute;
    left: 20px;
    top: 3px;
    text-align: center;
    border-radius: 7px;
    width: 18px;
    height: 18px;
    background-color: var(--themecolor);
    border: 1px solid var(--color2);
    font-weight: 400;
    color: #f0f0f0;
    line-height: 16px;
    font-size: 12px;
}

.text-pending{
	color: var(--pending);
}

.text-inprogress{
	color: var(--inprogress);
}

.text-live{
	color: var(--live);;
}

.text-cancelled{
	color: var(--cancelled);
}

.text-completed{
	color: var(--completed);
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: var(--themecolor);
    border-color: var(--themecolor);
}

.switch-field {
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	float: left;
}

.switch-field label {
	display: inline-block;
	background-color: white;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked+label {
    background-color: var(--themecolor)!important;
    color: white;
}
[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
	background: var(--themecolor);
	font-weight: bold;
    vertical-align: middle;
    margin-right: 0.5em;
    color: white;
}
[data-letters].sidebarprofile:before{
	content: attr(data-letters);
    display: inline-block;
    font-size: 1.5em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
	background: var(--themecolor);
	font-weight: bold;
    vertical-align: middle;
    margin-right: 0.5em;
    color: white;
}
.ticketbox .descr {
    margin-left: 3em;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.toast-top-right{
	top:70px!important;
}
.cc-selector-2 input{
	display: inline-block;
}
.viewtypes a{
	color: gray;
}
.viewtypes .active a{
	color: green;
}
.chatbox{
	height: 54vh;
	overflow-y: scroll;
	overflow-x: hidden;
}
.table a{
	margin-right: 0px!important;
}
#loading {
	height: 200px;
	width: 200px;
	background-image: url(../../web-images/loader.gif);
    background-size: contain;
	margin: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.bootstrap-select .dropdown-toggle:before {
	content: '˅';
	font-weight: 1000;
    display: inline-block;
}
.anchortext{
	color: blue!important;
}
.bootstrap-select .dropdown-menu {
    background: white;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	color: var(--themecolor);
	background-color: white;
	border: 2px solid var(--themecolor);
}

.nav-item a{
	color: var(--themecolor);
}

.counterminus, .counterplus,.counterplustraffic,.counterminustraffic{
	cursor: pointer;
    width: 20px;
    height: 20px;
    color: #10356C;
    background: #fff;
    border-radius: 18px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

/* Bootrap tour */

.popover-title {
    margin: 0;
    background: #10356C!important;
    color: white;
    padding: 14px 14px!important;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
}
.popover{
	padding: 0px!important;
	box-shadow: 0 14px 74px 0 rgb(0 0 0 / 25%)!important;
}

.tour-backdrop
{
    opacity:0.25!important;
}

.fade{
	opacity: 1!important;
}

/* end of Bootrap tour */




