body{
	background:#d9e0e7;
	overflow-y:scroll;
	height: 100vh;
}
body.modal-open{
	overflow-y:scroll;
	padding-right: 0px !important;
}
body.stop-scrolling {
	height: 100%;
	overflow-y:scroll !important;
}
.uploadKit{


}
.uploads{
	float: left;
	background-image: url("../style/images/cloud-up.png");
	height: 33px;
	width: 40px;
	background-color: #5c7693  !important;
	/* box-shadow: 0px 1px 3px #808080 !important; */
	color: #fff !important;
	position: absolute !important;
	overflow: hidden !important;
	cursor: pointer !important;
	left: 0;
}
.uploads:hover{

	background-color: #b1b1b1 !important;
	color: #fff !important;

}

input[type=file]
{
	/*display: inline;*/

	font-size: 14px !important;
	color: #fff !important;
	margin: 0px !important;
	width: 40px !important;
	background-color: #5A6977 !important;
	border: none !important;
	border-bottom:  #000 solid 1px !important;

	box-shadow: 0px 1px 3px #808080 !important;
}
input[type=file]:hover
{
	cursor: pointer;
	background-color: #000 !important;
	color: #fff !important;
}

input[type=button]
{
	display: inline-block;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	padding: 5px 15px 6px 15px;
	border: none;
	border-bottom: #45AFFF solid 1px;
	/* border-radius: 2px; */
	cursor: pointer;
	background-color: #9BABB7;
}
.upload_btn{
	margin-left: 40px !important;
	width: calc(100% - 40px);
	display: inline-block;
	border: none;
	padding: 6px 10px;
	background-color: #9cb8d7;
	-webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
	-ms-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
	-o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;

}
.upload_btn:hover{
	background-color: #48476e;
	color:#fff;
}
.upload_btn:focus-visible,.upload_btn:focus{outline:none}
#imagesViewer>#images a img{
	width: 100%;
	height: 100%;
}
#imagesViewer>#images a{
	display: inline-block;
	border: #6699ff solid 5px;
	width :100px;
	height: 100px;
	-webkit-transition: border 0.6s ease-in-out, width 0.6s ease-in-out;
	-moz-transition: border 0.6s ease-in-out, width 0.6s ease-in-out;
	-ms-transition: border 0.6s ease-in-out, width 0.6s ease-in-out;
	-o-transition: border 0.6s ease-in-out, width 0.6s ease-in-out;
	transition: border 0.6s ease-in-out, width 0.6s ease-in-out;
	margin: 5px;
	position: relative;
}
#imagesViewer>#images a:hover{
	width: 100px;
	border-left: #155097 solid 10px;
	-webkit-transition: border-left 0.3s ease-in-out, width 0.3s ease-in-out;
	-moz-transition: border-left 0.3s ease-in-out, width 0.3s ease-in-out;
	-ms-transition: border-left 0.3s ease-in-out, width 0.3s ease-in-out;
	-o-transition: border-left 0.3s ease-in-out, width 0.3s ease-in-out;
	transition: border-left 0.3s ease-in-out, width 0.3s ease-in-out;
}
#imagesViewer>#images a i{
	position: absolute;
	top: 30%;
	left: 35%;
	cursor:pointer
}

#sessionticks{
	width: 70px;
	background: #4f5d73;
	font-weight: lighter;
	color: #fff;
}
#left-sidebar .navbar-brand{
	margin: 0px;
	padding: 0px;
	/*border: none !important;*/
}
#left-sidebar .navbar-brand a{
	display: inline-block;
	text-align: center;
	width: 100%;
	white-space: normal;
	background-color: #ffffffa8;
	padding: 15px;

}

#left-sidebar .btn-toggle-offcanvas {
	position: absolute;
	top: 0;
	right: 0;
}
.modal{
	padding-right: 0px !important;
}
.modal-content {
	border: none;
	border-radius: .5rem;
	box-shadow: 0 0 20px 0px #4e4e4e;
}
.modal-dialog .modal-content .modal-header, .modal-dialog .modal-content .modal-footer {
	/*background-color: #474663;
	color: #fff;
	border: none;
     background-color: #b6bed8; */
    color: #505873;
    border: none;
    border-bottom: #456d8c solid 4px;
}
.modal-title {
	text-align: center;
	display: inline-block;
	width: 100%;
	font-weight: bolder;
}

.sweet-alert p {
	font-weight: bolder;
	color: #00afff;
}
.scroll,
.wpjstree,
.ace_scrollbar {
	/*scrollbar-color: #007bff #6610f2;*/
}
.scroll::-webkit-scrollbar,
.wpjstree::-webkit-scrollbar,
.ace_scrollbar::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.scroll::-webkit-scrollbar,
.wpjstree::-webkit-scrollbar,
.ace_scrollbar::-webkit-scrollbar {
	width: 13px;
}

.scroll::-webkit-scrollbar-track,
.wpjstree::-webkit-scrollbar-track,
.ace_scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
}

.scroll::-webkit-scrollbar-thumb,
.wpjstree::-webkit-scrollbar-thumb,
.ace_scrollbar::-webkit-scrollbar-thumb {
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 20px #0b436d;
}
.modal .modal-body {
	overflow: auto;
	max-height: 500px;
	min-height: 300px;
}

body {
	overflow-x: hidden;
}

.btn-secondary {
	color: #fff;
	background-color: #0f75bf;
	border-color: #0f75be;
}

.dataTranslations .dropdown-menu{
	min-width: 100%;
}
.wpRtl{
	direction: rtl;
}

/*For Disactivation of user selection ability*/
/**/  body{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mcontrols{
	background-color: #454461;
	padding: 10px 0;
	border-radius: 0 0 5px 5px;
}
.formsCover{
	background-color: #ececff;
	border-radius: 5px;
}
.accordion2 .accordion-panel{
	background-color: #fff;
	color: #474663;
}
.WpBlock{
	position: relative;
	background-color: #ffffff;
	color: #ffffff;
	border-color: black;
	box-shadow: 0 0 2px #5c7693;
	border-top: #5c7693 solid 5px;
	margin: 15px 20px;
	border-radius: 10px;
	padding: 0px;
	min-height: 60px;
}
.WpBlock .infos{
	font-size: 14px;
	text-align: center;
	padding: 15px 6px 6px 6px;
	display: inline-block;
	width: 100%;
	color: #474663;
}
.WpBlock .infobadge{
	position: absolute;
	right: 10px;
	top: -14px;
	color: #fff;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	line-height: 12px;
	font-weight: 400;
	border: #47466382 solid 1px;
	border-radius: 15px;
	font-size: 13px;
}
.WpTitle {
	background-color: #c1c0dd;
	padding: 10px;
	text-align: center;
	color: #302f4e;
	border-top: #474663 solid 5px;
	border-radius: 10px;
	box-shadow: 0px 1px 3px 0px #525087;
}
.WpTitle .badge{
	position: absolute;
	right: 10px;
	top: -14px;
	color: #fff;
	padding: 5px 10px 3px 10px;
}
.wpjstree{
	overflow: auto;
}

.card .header {
	background-color: #474663;
	padding: 10px 25px 12px 25px !important;
	border: 1px solid #474663;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #212834;
	position: relative;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.card .header h2{
	color: #d9e0e7 !important;
	font-weight: 600 !important;
}

.accordion .btn-link{
	position : relative;
}
.light_version .btn.btn-default{
	background: #474663;
	border-color: #e1e8ed;
	color: #ffffff;
}
.accordion .btn span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 40px);
	display: inline-block;
}
.accordion .btn .badge,.accordion2 .badge{
	color: #fff;
	background-color: #007bff;
	border: #1d4774 solid 1px;
	padding: 5px 6px;
	margin: 0px;
	font-weight: 600;
	max-width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	top: calc(50% - 12px);
	right: 0;
	margin: 0 4px;
}
.rtl .accordion .btn .badge, .rtl .accordion2 .badge{
	left: 10px;
	right: auto;
}
.wptoolbar{
	background-color: #393253;
	border-radius: 10px;
	margin-bottom: 20px;
	text-align: right!important;
	flex: 0 0 100%;
	max-width: 100%;
}
.notification{
	box-shadow: 0 0px 5px 0px #4e4c74;
	display: inline-block;
	opacity: 0;
	position: absolute;
	z-index: auto;
	width: 100%;
	bottom: 30px;
	left: 0;
	background-color: #474663;
	padding: 0px;
	text-align: center;
	min-height: 70px;
}
.notification .close{
	position: absolute;
	left: 5px;
	top: 5px;
	cursor:pointer;
}
.rtl .notification .close{
	left: none;
	right: 5px;
}
.notification .icon{
	display: block;
	margin: 10px 40px;
	text-align: center;
	color: #c3c1ed;
}
.notification .message{
	display: block;
	margin: 10px 20px;
	text-align: center;
	color: #5ca2dd;
	text-shadow: 0 0 3px #19182c;
}
.floatLoading{
	display: inline-block;
	position: absolute;
	z-index: auto;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #252444bf;
	background: #000000bf;
	padding-top:20px
}
.floatLoading .loadelms{
	position: relative;
	display: inline-block;
	width: 100%;
	max-height: 100%;
	margin: 20% 0% 0% 0%;
}
.floatLoading .message{
	display: block;
	width: 100%;
	text-align: center;
	color: #007dff;
	text-shadow: 0px 0px 5px #003f64;
	padding: 15px 0px;
}
.inLineLoading{
	position: relative;
	width: 100%;
	margin: 15px 0 20px 0;
}
.inLineLoading .message{
	display: block;
	width: 100%;
	height: 40px;
	color: #09f;
	text-align: center;
	font-size: larger;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: 10px;
}
.inLineLoading .imgloader,.floatLoading .imgloader {
	--loader: rgb(0 153 255);
	--loader-size: 30px;
	position: relative;
	width: 100px;
	height: 60px;
	overflow: hidden;
	transition: .5s;
	letter-spacing: 2px;
	margin: 0px auto;
}

.inLineLoading .imgloader span,.floatLoading .imgloader span {
	position: absolute;
}

.inLineLoading .imgloader span:nth-child(1),.floatLoading .imgloader span:nth-child(1) {
	top: 0;
	left: -100%;
	width: 100%;
	height: var(--loader-size);
	background: linear-gradient(90deg, transparent, var(--loader));
	animation: loader-anim1 1s linear infinite;
}

@keyframes loader-anim1 {
	0% {
		left: -100%;
	}

	50%,100% {
		left: 100%;
	}
}

.inLineLoading .imgloader span:nth-child(2),.floatLoading .imgloader span:nth-child(2) {
	top: -100%;
	right: 0;
	width: var(--loader-size);
	height: 100%;
	background: linear-gradient(180deg, transparent, var(--loader));
	animation: loader-anim2 1s linear infinite;
	animation-delay: .25s
}

@keyframes loader-anim2 {
	0% {
		top: -100%;
	}

	50%,100% {
		top: 100%;
	}
}

.inLineLoading .imgloader span:nth-child(3),.floatLoading .imgloader span:nth-child(3) {
	bottom: 0;
	right: -100%;
	width: 100%;
	height: var(--loader-size);
	background: linear-gradient(270deg, transparent, var(--loader));
	animation: loader-anim3 1s linear infinite;
	animation-delay: .5s
}

@keyframes loader-anim3 {
	0% {
		right: -100%;
	}

	50%,100% {
		right: 100%;
	}
}

.inLineLoading .imgloader span:nth-child(4),.floatLoading .imgloader span:nth-child(4) {
	bottom: -100%;
	left: 0;
	width: var(--loader-size);
	height: 100%;
	background: linear-gradient(360deg, transparent, var(--loader));
	animation: loader-anim4 1s linear infinite;
	animation-delay: .75s
}

@keyframes loader-anim4 {
	0% {
		bottom: -100%;
	}

	50%,100% {
		bottom: 100%;
	}
}
.tooltip{
	z-index:107000;
}

.rightbar{
	right: -100%;
	width: 0;
	overflow: auto;
	background-color: #fff !important;
	padding: 0px;
}
.rightbar.open {
	right: 0;
	width: 100%;
}

.rightbar .slideheader{
	display: -ms-flexbox;
	background-color: #474663;
	color: #fff;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 1.5rem 0.5rem 1.5rem;
	border-bottom: 1px solid #dee2e6;
}
.rightbar .slideContent {
	overflow: auto;
	max-height: calc(100vh - 60px);
}
.rightbar .rightbarControls{
	padding: 8px 20px;
	box-shadow: 0 0 10px #25226c78;
	z-index: 10000000;
}
.rightbar .slideheader .slidetitle{
	padding-top: 8px;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-weight: bolder;
}

.rightbar .slideContent{
	background-color:#fff ;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 1rem;
	border-bottom: 1px solid #dee2e6;
}
img.wpimg {
	cursor: pointer;
	box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
	transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
img.wpimg:hover,
img.wpimg:active {
	box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
	transform: scale(1.25, 1.25);
}

.blue,.blue::before {
	background-color: #45a8ff !important;
	color: #0e223a !important;
	border-color: #0e223a !important;
	border-right-color: #0e223a !important;
}
.c_blue .circle {border-color: #45a8ff;}

.cyan,.cyan::before {
	background-color: #8bf1fd !important;
	color: #135e66 !important;
	border-color: #135e66 !important;
	border-right-color: #135e66 !important;
}
.c_cyan .circle {border-color: #8bf1fd;}

.orange,.orange::before  {
	background-color: #fb8210 !important;
	color: #542d2d !important;
	border-color: #542d2d !important;
	border-right-color: #542d2d !important;

}
.c_orange .circle {border-color: #fb8210;}
.c_orange:hover .circle {box-shadow: 0px 0px 0px 8px rgb(245 108 0 / 40%);}

.yellow,.yellow::before  {
	background-color: #ffe600 !important;
	color: #6e6400  !important;
	border-color: #6e6400  !important;
	border-right-color: #6e6400  !important;

}
.c_yellow .circle {border-color: #ffe600;}


.red,.red::before  {
	background-color: #ff7b7b !important;
	color: #5c0101 !important;
	border-color: #5c0101 !important;
	border-right-color: #5c0101 !important;

}
.c_red .circle {border-color: #ff7b7b;}

.green,.green::before  {
	background-color: #95d793 !important;
	color: #035211 !important;
	border-color: #035211 !important;
	border-right-color: #035211 !important;

}
.c_green .circle {border-color: #95d793;}

.pink,.pink::before  {
	background-color: #ff86af !important;
	color: #74042a !important;
	border-color: #74042a !important;
	border-right-color: #74042a !important;

}
.c_pink .circle {border-color: #ff86af;}
.uploader{
	margin-bottom: 20px;
}
.uploadKit .loadbar{
	-webkit-transition: width 0.5s ease-out;
	-moz-transition: width 0.5s ease-out;
	-o-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}
.uploader .displayer {
	display: block;
	min-height: 120px;
	max-height: 280px;
	background-color: #ffffff;
	padding: 15px 10px;
	box-shadow: inset 0 2px 4px 0px #6f6ea5;
	border: solid #5c7693 1px;
	overflow-y: auto;
}
.uploader .displayer .fileItem {
	display: flex;
	border: #7d96b3 solid 1px;
	position: relative;
	background-color: #5c7693;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px;
	width: 100%;
}

.uploader .displayer .fileItem .filePic {
	display: inline-block;
	width: 100px;
	height: 100px;
	background-position: center;
	background-size: cover;
	border:none;
	background-color: transparent;
	border-radius: 3px;
}

.uploader .displayer .fileItem .fileInfos {
	display: inline-block;
	width: calc(100% - 100px);
	float: right;
	background-color: #5c7693;
	padding: 0px;
	height: 100px;
}
.rtl .uploader .displayer .fileItem .fileInfos {
	float: left;
}
.uploader .displayer .fileItem .fileInfos textarea {
	max-height: 100%;
	min-height: 100%;
	border: none;
	padding: 10px;
	width: calc(100% - 46px);
	background: #5c7693;
	color: #fff;

}
.uploader .displayer .fileItem .fileCtr {
	display: inline-block;
	position: absolute;
	background-color: #323152;
	max-width: 46px;
	padding: 5px;
	right: 0px;
	top: 0px;
	height: calc(100% - 0px);
}
.rtl .uploader .displayer .fileItem .fileCtr {
	left: 0px;
	right: auto;

}
.uploader .displayer .fileItem .fileCtr span {
	display: inline-block;
	padding: 4px 8px 5px 8px;
	width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	text-align: center;
}
.rtl .uploader .displayer .fileItem .fileCtr span {
	padding: 5px 5px 4px 5px;
}
.uploader .displayer .fileItem .fileCtr .fileDel {
	background-color: #f96262;
}
.uploader .displayer .fileItem .fileCtr .fileDown {
	background-color: #689d5d;
}
.uploader .displayer .fileItem .fileCtr .fileShow {
	background-color: #5a799d;
}

.bg-default{
	background-color: #474663;
	color: #fff;
	border-radius: 5px;
}
.eformHeader{
	text-align: center;
	background-color: #474663;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
}
.light_version .timeline .period .timeline-marker::before {
	border-color: #474663;
}
.light_version .timeline .timeline-marker::after {
	background: #474663;
}

.timeline .timeline-content .timeline-title {
	background-color: #cfd6eb;
	margin: 0 10px;
	padding: 10px 15px;
	border-radius: 10px 10px 0px 0px;
	color: #474663;
	font-size: 18px;
	border-left: #2981c7 solid 1px;
	border-top: #2981c7 solid 1px;
	border-right: #2981c7 solid 1px;
	box-shadow: 0px 0px 2px 0px #767676;
}
.timeline .timeline-content p.lineContent{
	background-color: #f1f4fd;
	margin: 0 10px;
	padding: 15px 15px;
	border-left: #2981c7 solid 1px;
	border-right: #2981c7 solid 1px;
	box-shadow: 0px 0px 2px 0px #767676;
}
.timeline .timeline-content span.controls{
	background-color: #b5c0e3;
	margin: 0 10px;
	padding: 5px 15px 5px 15px;
	border-radius: 0px 0px 10px 10px;
	display:block;
	border-left: #2981c7 solid 1px;
	border-bottom: #2981c7 solid 1px;
	border-right: #2981c7 solid 1px;
	box-shadow: 0px 0px 2px 0px #767676;
}
.timeline .timeline-info span {
	letter-spacing: 0px;
	background-color: #2981c7;
	margin: 0 10px 5px 10px;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 10px;
	display: block;
	font-weight: bold;
}
.rtl .timeline .timeline-info span {
	font-size: 16px;
}
.timeline .period .timeline-info span {
	background-color: #fff;
}
.timeline .period .timeline-content {
	padding: 0px 0 35px;
}
.timeline .period .timeline-title {
	background-color: #474663;
	padding: 10px 25px;
	color: #fff;
	border-radius: 25px;
	right: -30px;
	left: -30px;
	font-size: 18px;
	text-align: center;
}

.wpcard{
	box-shadow: 0 0 3px 0px #39325361;
	border: #8780a1 solid 1px;
}
img.card-img-top{
	max-height: 340px;
	border: none;
	border-radius: 5px 5px 0 0;
}
.light_version .card .card-footer {
	background: #393253;
	height: 54px;
}
.wpcard p.card-text span{
	padding: 8px 15px 6px 15px;
	margin: 6px 3px 0px 3px;
	border: #175281 solid 1px;
	display: inline-block;
	background-color: #2981c7;
	color: #fff;
	border-radius: 5px;
}
.wpcard .card-img-overlay {
	overflow:auto;
	padding: 0.6rem;

}
.wpcard .card-footer {
	padding: 0.45rem;
}

.wpcard .card-title{
	margin-top: 25px;
}
.wpcard .badge{
	position: absolute;
	top: 5px;
	left: 0;
	background-color: #393253;
	color: #fff;
	padding: 7px 10px 6px 10px;
	max-width: 96%;

}
.wpProgressbar{
	padding: 10px;
	background: #186bc5;
	border-radius: 10px;
}
.dropdown-menu{min-width:0rem;border: 1px solid rgba(0,0,0,.15);box-shadow: 0px 5px 15px 0px #39325345;}
.multiselect-container>li.active>a>label{color:#fff}
.multiselect-container>li>a>label{color: #393253;}
.rtl .multiselect-container>li>a>label{padding: 5px 20px 2px 40px;}
.language-menu .dropdown-item {
	display: inline-block;
	width: 100%;
	padding: 0px 10px;
	min-width: 8rem;
}
.language-menu .dropdown-menu {border: #39325375 solid 1px !important;}

.theme-cyan .nav.nav-tabs2>li>a.active, .theme-cyan .nav.nav-tabs2>li>a:hover {
	background: #17C2D7 !important;
}
#services .nav.nav-tabs2>li>a {
	color: #fff;
	background: #19232e;
}

@keyframes glowingSuccess {
	0% {
		background-color: #2ba805;
		box-shadow: 0 0 5px #2ba805;
	}
	50% {
		background-color: #49e819;
		box-shadow: 0 0 15px #49e819;
	}
	100% {
		background-color: #2ba805;
		box-shadow: 0 0 5px #2ba805;
	}
}

@keyframes glowingDanger {
	0% {
		background-color: #721c24;
		box-shadow: 0 0 5px #721c24;
	}
	50% {
		background-color: #ff3f3f;
		box-shadow: 0 0 15px #ff3f3f;
	}
	100% {
		background-color: #721c24;
		box-shadow: 0 0 5px #721c24;
	}
}

@keyframes glowingError {
	0% {
		background-color: #e18b0b;
		box-shadow: 0 0 5px #e18b0b;
	}
	50% {
		background-color: #ffc800;
		box-shadow: 0 0 15px #ffc800;
	}
	100% {
		background-color: #e18b0b;
		box-shadow: 0 0 5px #e18b0b;
	}
}
.glowerSuccess {
	background-color: #1c87c9;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	border: none;
	color: #eeeeee;
	cursor: pointer;
	display: inline-block;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	animation: glowingSuccess 1300ms infinite;
}
.glowerError {
	background-color: #e18b0b;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	border: none;
	color: #eeeeee;
	cursor: pointer;
	display: inline-block;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	animation: glowingError 1300ms infinite;
}
.glowerDanger {
	background-color: #ff3f3f;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	border: none;
	color: #eeeeee;
	cursor: pointer;
	display: inline-block;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	animation: glowingDanger 1300ms infinite;
}

.controlInfo  {
	background: #474663;
	color: #ffffff;
	font-size: 14px;
	border-radius: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.controlInfo  span {
	padding: 8px 6px 6px 6px;
	border-radius: 10px;
	text-align: center;
}

.controlInfo  .vals {
	background: #76749d;
}

.geolocation {
	padding: 10px !important;
	background-color: #efefff !important;
	border-radius: 10px !important;
	border: #7ac8ff solid 1px !important;
	margin-bottom: 10px;
	display: inline-block;
}
.geolocation .marker {
	padding: 8px 14px;
	background-color: #7ac8ff;
	border-radius: 28px;
	margin: 3px;
	float: left;
	color: #141434;
}

.geolocation .mapinfo {

	display: block;
	/* background-color: white; */
	padding: 5px 10px 5px 10px;
	width: 80%;
	margin-top: 0px;
	float: left;
}
.rtl .geolocation .mapinfo {
	float: right;
	line-height: 2;
}
.geolocation .mapinfo .badge {
	background: #474663;
	color: #efefff;
	padding: 2px 5px 2px 5px;
	font-weight: bolder;
	font-size: small;
	direction: ltr;
}
.rtl .geolocation .mapinfo .badge {
	padding: 0px 5px 0px 5px;
	display: inline;
	margin-left: 0;
}

.location َ{
	color: #5c86d3;
	line-height: 2em;
}َ
.wpCollections {
	display: block;
	min-height: 40px;
	margin-bottom: 15px;
}
.wpCollections .content {
    min-height: 70px;
    max-height: 200px;
    overflow-y: auto;
    padding: 10px;
    border-radius: 5px;
    background: #b5d3f3;
    box-shadow: inset 0 0 10px 2px #8fbff1;
    border: #719cee solid 1px;
    margin-bottom: 20px;
}
.sweet-alert{background-color:#e4e2f2;background-color:#202534}
.sweet-alert h2 {font-size: 1.8em;color: #3aa0e1;}
.sweet-alert p {color: #354658;color:#6b86a3}
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after{background: #202534;}
.sweet-alert .sa-icon.sa-success .sa-fix{background: #202534;}
.modal .modal-header .topCtr{
	position: relative;
	display: inline-block;
	float:right;
	min-width:40%;
}
.rtl .modal .modal-header .topCtr{float:left;}

.modal .modal-header .badge{
	color: #fff;
	background-color: #007bff;
	border: #1d4774 solid 1px;
	padding: 7px 8px 4px 8px;
	margin: 0px;
	font-weight: 600;
	max-width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	right: 0;
	margin: 0 1px;
	border-radius: 15px;
}
.rtl .modal .modal-header .badge{
	left: 50px;
	right: auto;
}
.modal .modal-header .close {
	border: #d5a6a6 solid 2px;
	padding-top: 12px;
	padding-bottom: 9px;
	border-radius: 5px;
	background: #383838;
	font-size: 17px;
	display: inline-block;
	color: #ff7668;
	font-weight: 700;
	line-height: 0;
	text-shadow: 0px 0px 0px #ff0000;		
	opacity: .5;
}
.modal-title {
	margin: 0 5px;
}
.modal .modal-body{
	min-height: 300px;
	padding: 20px 15px 26px 15px !important;
	overflow-x: hidden;
}	

.modal .modal-body .forms{
	min-height: 300px;
	padding: 0px 6px 24px 6px;
}
.filedown {
	display: block;
	margin: 10px auto;
	padding: 50px 25px;
	border-radius: 5px;
	border: #c8c7d7 solid 1px;
	background: #22274a;
	font-size: 20px;
	width: 60%;
	text-align: center;
	box-shadow: 0px 0px 3px 0px #212040;
}

.alert {
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 1px 2px 0px #838383;
    margin:15px;
}
.alert .fa {
	font-size: 30px;
	display: block;
	padding-bottom: 15px;
}
.alert .close {
	position: absolute;
	top: -10px;
	right: -10px;
    padding: 3px 8px 4px 8px;
	background-color: #a30000;
	color: white;
	border-radius: 25px;
	cursor: pointer;
}
.rtl .alert .close{padding: 4px 8px 0px 8px;}
.alert-warning {
	color: #d95151;
}
.alert-success {
	color: #1b7a1a;
}
.alert-danger {
	color: #b73232;
}
.alert-info {
	color: #007081;
}
.nav.nav-tabs2>li>a{
	border-radius:2px;
}
.accordion.supportItem {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px;
}
.light_version .accordion.supportItem .card-header {
	background: #e7ecf1;
	margin-bottom: 0px;
}
.accordion.supportItem .card-header h5 i{
	float: left;
	margin: 0px 5px;
}
.rtl .accordion.supportItem .card-header h5 i{
	float: right;
}
.accordion.supportItem .card-header h5 button{
	padding: 5px 5px 0px 5px;
	color: #506791 !important;
	height: 45px;
}
.accordion.supportItem .card-header h5 span{
	width:100%;
}
.accordion.supportItem .btn .badge{
	width:auto;
	top: 5px;
	right: 5px;
}
.rtl .accordion.supportItem .btn .badge{
	right: auto;
	left: 5px;
}
.accordion.supportItem .card-header h5 span.user{
	font-weight: 500;
	font-size: 12px;
}
.accordion.supportItem .card-header h5 span.subject{
	font-weight: 100;
	font-size: 12px;
}

.accordion.supportItem div.collapse{
	background: #dbe2ed;
	border-radius: 0px 0px 5px 5px;
	padding: 0px 0px 10px 0px;
	min-height: 200px;
}
.rightbar .accordion.supportItem .chat_detail .input-group{
	position: relative;
	bottom: 0px;
	width: 100%;
}
.rightbar .accordion.supportItem .chat_detail .ismailed .form-group,
.rightbar .accordion.supportItem .chat_detail .ismailed .input-group{margin-bottom: 0 !important;}
.rightbar .accordion.supportItem .chat_detail .ismailed{
	background: #fbfbfb;
	padding: 8px 10px 1px 10px;
	border-radius: 10px;
	border: #cfcece solid 1px;
	margin: 0px 0px 20px 0px;
}
.rightbar .accordion.supportItem .chat_detail{
	display: block;
	position: relative;
	min-height: 300px;
	max-height: 540px;
}
.rightbar .accordion.supportItem .chat_detail .chat-widget{
	width: 100%;
	min-height: 220px;
	max-height: 420px;
	margin-bottom: 0px;
	padding-top: 10px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.rightbar  .accordion.supportItem .chat-widget li.left .chat-info::before{
	border-right: 10px solid rgb(89 199 139);
}
.rightbar .chat-widget li.left .chat-info{
	background: rgb(89 199 139);
	color: #1d4520;
}

.rightbar .accordion.supportItem .avtar-pic.w35{
	border-radius: 20px;
}
.rightbar .accordion.supportItem .avtar-pic.right{
	float:right;
}
.rtl .rightbar .accordion.supportItem .left .avtar-pic{float:left !important;}
.rtl .rightbar .accordion.supportItem .chat-widget li.right .chat-info{float: left;margin-left: 0;}
.rightbar .accordion.supportItem .chat-info .date{
	font-weight: 600;
	font-size: 11px;
	padding: 2px 9px 3px 9px;
	background: #4a5d71;
	border-radius: 15px;
	color: #00ceff;
	margin-top: 10px;
	display: inline-block;
}
.rtl .rightbar .accordion.supportItem .chat-info .date{padding: 4px 9px 2px 9px;}
.rightbar .accordion.supportItem .left .chat-info .date{background: #114d24;color:#59c78b}

.rightbar .accordion.supportItem .chat_detail input[name=message]{
	width: 100%;
	padding: 10px;
	border: #495c70 solid 5px;
	background: #d4e7e9;
	font-weight: 600;
	color: #495c70;
}

.rightbar .accordion.supportItem .chat_detail .cmds{
	width: 100%;
	padding: 0px 15px 5px 15px;
	background: #495c70;
	color: #fff;
	border-bottom: #36485b solid 1px;
	z-index: 1;
}

#eValidationModal #evTitle{
	text-align: center;
	font-size: 16px;
	padding: 10px;
	border: #598bc1 solid 1px;
	border-top: #598bc1 solid 8px;
	border-radius: 10px;
	color: #446c97;
	background: #f5faff;
	box-shadow: 0 0 2px #598bc1;
	display: inline-block;
}
#eValidationModal #evTitle .btn{
    background: #f5faff;
    color: #4e749d;
    border: none;
    width: 100%;
    padding: 5px 0px 2px 0px;
    border-top: #c4d6e9 solid 1px;
    border-radius: 0px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 8px;
    padding-left: 8px;
}
