

/* ********* General *********** */

.sla_status {
	width: 20px;
}
.exclamation_mark {
	width: 4px !important;
}

.verification-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 20px 0;
}
.verification-container .code {
	font-size: 24px;
	height: 40px;
	width: 100%;
	border: none;
	border-radius: 0;
	background-color: #FFFFFF !important;
	border-bottom: 1px solid #C2C6D1;
	margin: 1%;
	text-align: center;
	font-weight: 400;
	padding: 0;
	-moz-appearance: textfield !important;
}
.verification-container .code:focus {
	background-color: #FFFFFF !important;
	border-color: #3855f5;
}
/* Chrome, Safari, Edge, Opera */
.code::-webkit-outer-spin-button,
.code::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


/* ********* Dashboard ****************** */

.dashboard_box_main {
	position: relative;
	border-radius: 8px;
	min-height: 240px;
}
.dashboard_box_header {
	padding: 10px 15px 5px 15px;
	border-radius: 8px 8px 0px 0px;
}
.dashboard_box_header h3 {
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 0.38px;
}
.dashboard_box_header span {
	font-size: 11px;
	color: #FFFFFF;
}
.dashboard_box_open {
	background-color: #5A66DB;
}
.dashboard_box_inprogress {
	background-color: #3793D9;
}
.dashboard_box_complete {
	background-color: #3BAE92;
}
.dashboard_box_incidents {
	background-color: #C73B49;
}
.dashboard_box_problem {
	background-color: #E2961F;
}
.dashboard_box_change {
	background-color: #798C9B;
}
.client_dashboard_box_change {
	background-color: #5981A2;
}
.dashboard_box_general {
	background-color: gray;
}
.dashboard_box_count_open h1:hover {
	color: #5A66DB;
	cursor: context-menu;
}
.dashboard_box_count_progress h1:hover {
	color: #3793D9;
	cursor: context-menu;
}
.dashboard_box_count_complete h1:hover {
	color: #3BAE92;
	cursor: context-menu;
}
.dashboard_box_count_incident h1:hover {
	color: #C73B49;
	cursor: context-menu;
}
.dashboard_box_count_problem h1:hover {
	color: #E2961F;
	cursor: context-menu;
}
.dashboard_box_count_change h1:hover {
	color: #798C9B;
	cursor: context-menu;
}
.dashboard_box_count {
	padding: 10px 25px;
}
.dashboard_box_count h1{
	letter-spacing: 1.33px;
	color: #1C1C1C;
	display: inline-block;
	margin: 0;
	font-weight: 600;
	vertical-align: sub;
}
.dashboard_box_count span {
	font-size: 13px;
	color: #5A5A5A;
	letter-spacing: 0px;
}
.dashboard_box_count span img {
	width: 10px;
	margin-left: 5px;
	margin-right: 2px;
	vertical-align: sub;
}
.dashboard_box_count span .count_number {
	color: #3BAE92;
}
.dashboard_box_count span .count_number_red {
	color: #C73B49;
}
.dashboard_box_content {

}
.image_custom_width {
	width: 40px;
}
.dashboard_box_content span {
	color: #1C1C1C;
	letter-spacing: 0.27px;
	padding: 0 5px;
	font-size: 9px;
	vertical-align: top;
}
.label_change {
	color: #e2961d !important;
	background-color: rgba(226, 150, 29, 0.1);
	border-radius: 4px;
	padding: 1px 10px;
	cursor: pointer;
}
.label_incident {
	color: #94A5B3 !important;
	background-color: rgba(148, 165, 179, 0.1);
	border-radius: 4px;
	padding: 1px 10px;
	cursor: pointer;
}
.label_problems {
	color: #94A5B3 !important;
	background-color: rgba(148, 165, 179, 0.1);
	border-radius: 4px;
	padding: 1px 10px;
	cursor: pointer;
}
.label_change img {
	width: 13px;
	margin-top: -2px;
}
.label_incident img {
	width: 13px;
	margin-top: -2px;
}
.label_problems img {
	width: 13px;
	margin-top: -2px;
}

.table-compress tbody tr td {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.table tr td,.table tr th {
	font-size: 12px;
}
.activityscroll {
	min-height: 10vh;
}
.activityscroll::-webkit-scrollbar {
	display: block;
	width: 5px;
}
.activityscroll::-webkit-scrollbar-track {
	border-radius: 10px;
}
.activityscroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 1px #ccc;
	background-color: #ccc;
}
#commentbox {
	resize: none;
}
.description_box {
	resize: none;
}
.envelope-font-size {
	font-size: 30px;
}
#new_request_submitted {
	display: none;
}
#message {
	display: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000 !important;
    border-left: 1px solid #3793D9 !important;
	background-color: #fff !important;
    border-radius: 0;
}

.customer-initial {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #3793D917;
	margin: 0 auto;
}

.text-primary, .btn-link {
	color: #3793D9 !important;
}

.badge-soft-primary {
	background-color: #3793D917 !important;
	color: #3793D9 !important;
}

.overdue-indicator {
	border-top: 5px solid #3793D9;
}

.open-indicator {
	border-top: 5px solid #798C9B;
}

.paid-indicator {
	border-top: 5px solid #11B890;
}

.main-nav-tab {
	bottom: -18px;
}

.title_lines {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.title_lines:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 100%;
    height: 1px;
    content: '\a0';
    background-color: #cccccc;
    margin-left: 1%;
}

.step-progress-bar,.step-progress-bar-complete {
	height: 5px;
    background-color: #0000000D;
	border-radius: 5px;
}

.inner-progress-bar.active,.inner-progress-bar-complete.active {
	background-color: #0073DD;
    height: 5px;
}

.step-circle {
	background-color: #D7D8D9;
    width: 8px;
    height: 8px;
    border: 1px solid #D7D8D9;
    border-radius: 10px;
    position: absolute;
    top: -2px;
    left: -2px;
}

.step-circle-complete {
	background-color: #D7D8D9;
	width: 8px;
	height: 8px;
	border: 1px solid #D7D8D9;
	border-radius: 10px;
	position: absolute;
	top: -2px;
	right: 0;
}

.step-circle.active,.step-circle-complete.active {
	background-color: #fff;
    border: 1px solid #0073DD;
}

.nav-tabs-custom .nav-item .nav-link.active {
	color: #3793D9 !important;
}
.nav-tabs-custom .nav-item .nav-link::after {
	background: #3793D9 !important;
}

.img-container {
	background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 5px;
    box-shadow: 0 0 5px;
    position: absolute;
    top: 23px;
}

.nav-tabs-custom .nav-item .nav-link:hover {
	color: #3793D9 !important;
}

.progress-box {
	position:relative;
}

.page-content {
	padding-bottom: 0 !important;
}

.btn-primary {
    color: #fff;
    background-color: #3793d9 !important;
    border-color: #3793d9 !important;
}

.btn-primary:hover {
	background-color: #3793d9 !important;
    border-color: #3793d9 !important;
}

.pointer {
	cursor: pointer;
}

.ticket-box-btn {
	border: 1px solid #eff2f7;
	border-radius: 5px;
	height: 60px;
}
.category_img {
	width: 32px;
}

.ticket-box-btn:hover {
	border: 1px solid #3793d9;
	border-radius: 5px;
}

.min-vh-60 {
	min-height: 60vh;
}

.min-vh-80 {
	min-height: 80vh;
}

.ticket-icon {
	width: 34px;
}

.title_lines_category:after {
	width: 96% !important;
	margin-left: 0% !important;
}
.action_list_table tr td{
	border: none;
}
.action_list_table tr {
	border-bottom: 1px solid #eff2f7;
}

.bg-primary {
	background-color: #0676de !important;
}

/* ********************** Login style *************************** */

.bg-img {
	background-image: url(../images/bg.png);
	display: block;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.parentContainer {
	border: 1px solid #f1f1f1;
	background-color: #FFFFFF;
	margin-top: 35px;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 9%;
	box-shadow: 0px 0px 34px 2px #0000000d !important;
	border-radius: 10px;
}
.welcomecontainer {
	margin-top: 60px !important;
}
.welcometextdsktop {
	font-size: 42px !important;
	font-family: SegoeUI-Light;
	color: #777777;
}
.container-fluid label {
	color: #424242;
}
.emaillbl {
	color: #3C3950;
	font-family: SegoeUI-SemiBold;
	font-size: 15px;
	font-weight: 100 !important;
}
.login_input {
	border: 1px solid #D3D3D3;
	width: 100%;
	padding: 6px 8px 6px 8px;
	border-radius: 5px;
	font-size: 17px;
	outline: none;
	color: #191919;
	font-family: sans-serif;
	background-color: #FFFFFF;
	height: 40px;
	-webkit-appearance: none;
}
.login_error {
	color: #FA4545;
	font-size: 10px;
}
.login_btn {
	background-color: #3793D9 !important;
	border-color: #3793D9 !important;
	margin-top: 0px;
	border-radius: 5px;
	color: #fff;
	width: 110px;
	font-size: 15px;
	outline: none !important;
}
.bg-white {
	background-color: #fff;
}
.pt-15 {
	padding-top: 15px;
}
.p-10 {
	padding: 10px;
}
.footertext {
	font-size: 12px;
	color: #AAAAAA;
}
.footeritem {
	cursor: pointer;
	margin: 0;
}
.code-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0;
}
.ms-10 {
	margin-left: 5rem;
}


@media screen and (min-width: 1440px) {
	.bg-img {
		height: 94% !important;
	}
	.parentContainer {
		margin-top: 6% !important;
	}
}


.min-vh-90 {
	min-height: 90vh;
}

.carousel-indicators [data-bs-target] {
	background-color: #3793D9 !important;
}

.carousel-indicators {
	top: 70px;
	cursor: pointer;
}

.main-logo {
	width: 300px;
}

@media screen and (min-width: 768px) {
	#desktoplogin {
		display: block;
	}
	#mobilelogin {
		display: none;
	}

}



@media only screen and (max-width:767px) {
	.progress-label {
		position: absolute;
		left: 13px;
		top: -5px;
	}

	.main-logo {
		width: 150px;
	}

	.ticket-icon {
		width: 25px;
		height: 25px;
	}

	.font-size-13 {
		font-size: 11px!important;
	}
	.step-progress-bar {
		height: 40px;
		width: 5px;
	}
	.progress-steps {
		flex-direction: column;
	}
	.inner-progress-bar.active {
		background-color: #0073DD;
		width: 5px;
		height: 40px;
	}
	.step-circle-complete {
		bottom: 0 !important;
		top: 2px;
		right: auto;
		left: -2px;
	}

	.progress-label-complete {
		position: absolute;
		left: 13px;
		bottom: -3px;
		margin: 0;
	}

	.step-progress-bar-complete {
		height: 10px;
		width: 5px;
	}
	.inner-progress-bar-complete.active {
		background-color: #0073DD;
		height: 10px;
		width: 5px;
	}
	.mobile_ticket_title {
		margin-left: 0 !important;
	}
	.priority_mobile {
		display: inline-block !important;
	}
	.request_col_mobile {
		margin-bottom: 10px;
		display: none;
	}
	.my_comment_section {
		width: 100% !important;
		border: none !important;
	}
	.title_lines_category:after {
		width: 88% !important;
	}
}

@media only screen and (max-width:500px) {
	.nav-tabs-custom .nav-item .nav-link {
		padding: 0.5rem 0rem;
	}
	.font-size-13 {
		font-size: 10px!important;
	}
}

@media only screen and (max-width:1500px) {
	.table tr td,.table tr th, .table th {
		font-size: 10px;
	}
}
