.dpo-side-link {
	color: #4A5568 !important;
	padding-top: 1em !important;
}

.task-row{
	margin-right: 0px;
    margin-left: 0px;
}

.search_dropdown {
    margin-right: 0px;
}

#modal_processors .control-label, #modal_clients .control-label, #modal_joints .control-label{
    height: 34px;
}

.dashboard-card{
	height: 110px;
}
.incident-form .radio-button-text{
	width: calc(100% - 60px);
}
.sv_container .panel-body{
	padding:10px;
}
#dashboard-container  #processor-complicance-progress text.c3-chart-arcs-title {
	font-size: 36px;
}
.regular-text{
	font-size:23px;
}
.breadcrumb > li + li:before {
	content: '>';
	padding: 0px 5px !important;
}
.card-progress{
	height: 94px;
}
.card-margintop{
	margin-top:20px;
}
.datamapping-index .card{
	margin-bottom:0px;
}
.datamapping-index .level-3-group {
 	margin: 0px;
}
.datamapping-index .card-group .card {
    border-right: 1px solid rgba(0, 0, 0, 0);
}
#modal_forms .nav-link{
	cursor:pointer;
}
.ul_p.dropdown-menu.list_choises{
	margin-top: 2px;
	margin-right: 35px;
}
.filter-control{
	border: 1px solid #e9ecef;
	border-left: 4px solid #6797c7;
	padding-bottom: 5px;
}
.datamapping-index button:disabled {
	background: none;
}
.widget-item{
	cursor: pointer;
	overflow-wrap: normal;
}
#viewTasks-filters .select2-container{
	width:100% !important;
}

/* Processor Settings */
.create_account .toggle-on{
	padding-left: 8% !important;
}

.create_account .toggle-off{
	padding-left: 4% !important;
}

.processor_settings .toggle-on{
	padding-left: 15% !important;
}

.processor_settings .toggle-off{
	padding-left: 11% !important;
}


.compliance-risk-index ul {
	list-style: none;
}

.compliance-risk-index .vendor-details {
	border: 2px solid #2F4F4F;
	padding: 2px 10px;
	height: 100%;
}

.compliance-risk-index .vendor-details i {
	font-size: 90px;
}

.compliance-risk-index #rpa-details {
	margin-top: 20px;
}

.compliance-risk-index #rpa-details > * {
	margin: 5px 0;
}



.title_container *{
	display: inline-block;
}
.title_container #alert_1, .title_container #alert_2{
	font-size: 30px;
}
#modal_risk-label{
	width: 100%;
	text-align: center;
}

div.content-customized-fields, div.content-task-workflow-tab,
div.content-processors, div.content-import-processors-clients,
div.content-request-page, div.content-document-categories,
div.content-list-management, div.content-general-settings,
div.content-company-access, div.content-global-settings,
div.content-rpa-categories {
	margin-left: 200px;
	padding: 1px 16px;
}
#list-management {
	height: auto;
}

#survey_process ul {
	color: #212529;
}
#survey_process .list-group-item {
	padding : 12px 20px;
}
/**flag dropdown*/
div.dropdown-item {
	background-color:#181c22 !important;
}
div.flagLeft.show {
	padding-left: 21px;
	padding-right: 120px;
	background: #181c22;
  background-clip: content-box;
  box-shadow: none !important;
}
div.flagLeft.show a:hover {
	background-color:#181c22 !important;
}
#dropdown-flags a {
padding-left:45px;
}
.flagLeftItems i {
	padding-top: 0px;
	padding-bottom: 0px;

}
#selectedLang {
	box-shadow: none !important;
	pointer-events: none;
}
#selectedLang a {background-color:#181c22 !important;}
#selectedLang i {
	pointer-events: auto;
  }

.update-state .select2-selection.select2-selection--multiple{
	background: transparent;
    border-left: 1px solid #ced4da;
}
ul.context-menu{
	list-style: none;
	background: white;
	position: absolute;
	width: 40px;
	z-index: 5;
	padding: 0;
    border: 1px solid #dee2e6 !important;
}
ul.context-menu li > a{
	width: 100%;
}
ul.context-menu li > a:hover{
	position: relative;
	background-color: #e8eff7;
	box-shadow :0 0 2px #0a6aa1;
}
ul.context-menu li{
	text-align: center;
	padding: 5px;
	width: 100%;
	display: inline-block;
}
ul.context-menu li i{
	width: 100%;
	padding: 5px 0px;
}

.modalCenter{
	top:40% !important;
	transform: translateY(-50%)!important;
}

.select2-container--krajee-bs4 .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    outline: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select2-container--krajee-bs4 .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
    line-height: 1.5 !important;
    padding: 0.375rem 1.5rem 0.375rem 0.75rem !important;
}
.select2-container--krajee-bs4 .select2-selection--single .select2-selection__clear {
    right: 1.8rem !important;
}
.select2-container--krajee-bs4 .select2-selection--single .select2-selection__clear {
    position: absolute !important;
}
.select2-container--krajee-bs4 .select2-selection__clear {
    position: absolute;
    font-size: 1.4rem !important;
    font-weight: 700;
    line-height: 1 !important;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.select2-container .select2-selection--single .select2-selection__clear {
	left: unset !important;
}
.select2-container--krajee-bs4 .select2-selection--single .select2-selection__placeholder {
    color: #999 !important;
    font-size: 12px !important;
    position: relative !important;
    /* top: -3px !important; */
    /* left: -6px !important; */
}
.select2-container--krajee-bs4 {
	display: block;
}
/* #third-party-list*/
#third-party-list {
	height: 289px;
}
#third-party-list hr {
	margin: 8px 0;
}
#third-party-list h6 {
	width: 100%;
}
#third-party-list .m-l-10 h6, #third-party-list .m-l-10 h3 {
	display: inline;
}
#third-party-list i{
	align-self: center;
	vertical-align: center;
}
#third-party-list .round {
	max-height: 50px;
	height: 100%;
	max-width: 50px;
	width: 100%;
	border-radius: 100%;
	flex-direction: row;
	justify-content: center;
	align-items: center
}
#third-party-list .d-flex {
	margin-top: 10px;
}
#third-party-list .m-l-10 h6 {
	margin-left: 2px;
}
@media screen and (max-width: 1920px){
	#third-party-list .round {
		height: 40px;
		width: 40px;
		border-radius: 25px;
	}
	#third-party-list .m-l-10 h6, #third-party-list .m-l-10 h3 {
		display: block;
	}
	#third-party-list .round i {
		margin-top: 11px;
		position: absolute;
		margin-left: -9px;
		width: 16px;
	}
	#third-party-list .round .center-icon {
		margin-left: -10.5px;
	}
}

@media screen and (max-width: 1599px) {
	#third-party-list .round{
		width: 50px;
		height: 50px;
	}
	#third-party-list hr {
		margin: 2px 0;
	}
	#third-party-list h6 {
		width: 100px;
    }
}
@media screen and (max-width: 1650px){
	#third-party-list .round {
		height: 35px;
		width: 35px;
		border-radius: 18px;
	}
  }

@media screen and (max-width: 1599px){
  #third-party-list .round {
	max-height: 50px;
	height: 100%;
	max-width: 50px;
	width: 100%;
	border-radius: 50%;
	}
	#third-party-list .m-l-10 h6, #third-party-list .m-l-10 h3 {
		display: inline;
	}
	#third-party-list h6 {
		width: 100%;
	}
	#third-party-list hr {
		margin: 8px 0;
	}
	#third-party-list .round i {
		margin-top: 0;
		position: relative;
		margin-left: 0;
	}
	#third-party-list .round .center-icon {
		margin-left: 0;
		width: 20px;
	}
}

/* Data Pocessing dropdown (Status/Risk) */

	#changePieChart{
		padding: 0 12px;
	}
#select2-assessments_to_copy-results .loading-results{
	display:none !important;
}

#get-forms-grid .select2-container--krajee-bs4{
	display: inline-block;
}

.no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* TabsX height rules */
.tab-height-lg .tab-content {
    height: 400px !important;
    overflow: auto;
}

.tab-content {
    padding: 10px;
}
.btn-survey-file{
	color: white;
    background-color: #1ab394;
}

.footer-guest p#custom-legals {
	width: initial;
}

.lds-spinner {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-spinner div {
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #333;
}
.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}
@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.bootstrap-dialog.studio-confirm-trigger{
	z-index: 5000 !important;
}
