/* @include transition(all,2s,ease-out); */

@font-face {
	font-family: "ProximaNova";
	font-style: normal;
	font-weight: 400;
	src: url("../../fonts/ProximaNova-Regular.otf") format("opentype"), url("../../fonts/ProximaNova-Regular.woff") format("woff"), url("../../fonts/ProximaNova-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "ProximaNova";
	font-style: normal;
	font-weight: 600;
	src: url("../../fonts/ProximaNova-Semibold.otf") format("opentype"), url("../../fonts/ProximaNova-Semibold.woff") format("woff"), url("../../fonts/ProximaNova-Semibold.ttf") format("truetype");
}

@font-face {
	font-family: "ProximaNova";
	font-style: normal;
	font-weight: 700;
	src: url("../../fonts/ProximaNova-Bold.otf") format("opentype"), url("../../fonts/ProximaNova-Bold.woff") format("woff"), url("../../fonts/ProximaNova-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "ProximaNova";
	font-style: normal;
	font-weight: 900;
	src: url("../../fonts/ProximaNova-Extrabld.otf") format("opentype"), url("../../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../../fonts/ProximaNova-Extrabld.ttf") format("truetype");
}

body {
	color: #354052;
	background: #eff3f6;
	font-family: "ProximaNova";
	font-size: 16px;
	font-weight: 400;
}

.btn {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 32px;
	text-transform: none;
	font-size: 14px;
}

.btn.btn-width-auto {
	min-width: inherit;
	padding: 0 15px;
}

.btn-primary {
	background-color: #0052cc !important;
}

.btn-primary:hover {
	background-color: #003585 !important;
}

.btn-dark-gray {
	background-color: #e6ebef;
	border-color: #e6ebef;
}

.btn-dark-gray:hover {
	background: #dae1e7 !important;
}

.btn-light,
.legend-btn {
	background-color: #f5f6f8;
	border-color: #f5f6f8;
}

.header-main {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1999;
	height: 70px;
	background: #ffffff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	/*--------- nav css ---*/
	/*---- header search ---*/
}

.header-main .navbar {
	box-shadow: none;
	padding: 9px 40px;
}

.header-main .navbar .navbar-brand img {
	width: 59px;
}

.header-main .header-right {
	float: right;
}

.header-main .header-right .notify-main {
	float: left;
	width: auto;
	margin-top: 7px;
}

.header-main .header-right .notify-main.dropdown-toggle::after {
	display: none;
}

.header-main .header-right .notify-main .notify-box {
	display: inline-block;
	margin-top: 7px;
	vertical-align: top;
}

.header-main .header-right .notify-main .notify-box .noti-icon-badge {
	position: absolute;
	right: -14px;
	top: 0px;
	padding: 0px 10px;
	line-height: 1.5;
	font-weight: 600;
	border-radius: 10px;
	background: #ffeae5;
	min-width: 29px;
	color: #bf2600;
	font-size: 12px;
	text-align: center;
}

.header-main .header-right .notify-main .fa-bell {
	color: #334051;
	cursor: pointer;
}

.header-main .header-right .notify-main .fa-bell:before {
	font-size: 20px;
}

.header-main .header-right .notify-main .dropdown-menu {
	top: 54px;
}

.header-main .header-right .profile-main {
	float: left;
	width: auto;
}

.header-main .header-right .profile-main .porfile-section {
	display: inline-block;
	width: auto;
	cursor: pointer;
	margin-left: 33px;
}

.header-main .header-right .profile-main .porfile-section.dropdown-toggle::after {
	display: none;
}

.header-main .header-right .profile-main .porfile-section .header-profile-box {
	display: block;
	width: auto;
	cursor: pointer;
	position: relative;
	padding: 0 44px 0 55px;
	min-height: 55px;
}

.header-main .header-right .profile-main .porfile-section .header-profile-box .avatar {
	position: absolute;
	left: 0;
	top: 7px;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	overflow: hidden;
}

.header-main .header-right .profile-main .porfile-section .header-profile-box .avatar img {
	max-width: 100%;
}

.header-main .header-right .profile-main .porfile-section .header-profile-box .avatar-name {
	width: 105px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	padding: 13px 0 0 0;
	color: #7F8FA4;
	font-size: 14px;
	line-height: 1.1;
}

.header-main .header-right .profile-main .porfile-section .header-profile-box .avatar-name span {
	font-size: 16px;
	font-weight: 700;
	color: #354052;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}

.header-main .header-right .profile-main .porfile-section .header-profile-box .head-down-arrow {
	position: absolute;
	right: 0;
	top: 16px;
	padding: 5px;
}

.header-main .header-right .profile-main .porfile-section .header-profile-box .head-down-arrow:before {
	font-size: 12px;
	vertical-align: top;
}

.header-main .header-right .profile-main .porfile-section .dropdown-menu {
	left: inherit;
	right: 0;
	top: 61px;
}

.header-main .navbar-nav .nav-link {
	font-size: 16px;
	color: #354052;
	letter-spacing: 0.5px;
	font-weight: 600;
}

.header-main .navbar-nav .nav-link:hover,
.header-main .navbar-nav .nav-link.active {
	color: #ef3a4c;
}

.header-main .form-inline.head-search {
	width: 404px;
	max-width: 100%;
	margin-left: 5px;
}

.header-main .form-inline.head-search .input-group {
	width: 100% !important;
}

.header-main .form-inline.head-search .input-group-append {
	cursor: pointer;
}

.header-main .form-inline.head-search .border {
	border: 1px solid #7b8fa6 !important;
	border-right: 0px !important;
}

.header-main .form-inline.head-search .input-group-text {
	border: 1px solid #7b8fa6 !important;
	border-left: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

.font-14 {
	font-size: 14px;
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.form-control:focus {
	box-shadow: none;
}

.defult-avatar {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
	background: #36b27e;
	font-size: 13px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	margin-right: 15px;
}

.defult-avatar img {
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	width: 100%;
	height: 100%;
}

.green-color {
	color: #66B92E !important;
}

.orange-color {
	color: #f5a624 !important;
}

.red-color {
	color: #D65B4A !important;
}

.yellow-color {
	color: #FFD400 !important;
}

.dropdown-menu {
	border: none;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.full-width {
	float: left;
	width: 100%;
	position: relative;
}

.container-main {
	float: left;
	width: 100%;
	margin-top: 70px;
	padding-top: 45px;
}

@media (min-width: 1200px) {
	.container {
		max-width: 960px;
	}
}

.box-shadow-main,
.sidebar-section .note-box-main,
.col-profile-box,
.risk-guide-main,
.risk-assessment-main,
.risk-Summary-main,
.defination-table {
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
	border: 1px solid #e8ecf0;
}

.action-drop {
	float: right;
	width: 38px;
	height: 32px;
	background: #f5f6f8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.action-drop.dark-gray {
	background: #e6ebef;
}

.action-drop i.fa {
	display: block;
	height: 100%;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	color: #354052;
}

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

.action-drop:hover {
	background: #dae1e7 !important;
}

.action-drop .show i.fa {
	background: #354052;
	color: #ffffff;
}

.action-drop .dropdown,
.action-drop .dropdown-toggle {
	display: block;
	height: 100%;
}


/*----  multi avatar --*/

.update-avatar {
	float: left;
	min-width: 63px;
}

.update-avatar a {
	float: left;
	width: 26px;
	height: 26px;
	margin: 0 0 0 -5px;
	position: relative;
	border: 2px solid #ffffff;
	overflow: hidden;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	background: #36b27e;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none !important;
}

.update-avatar a img {
	display: block;
	width: 100%;
	height: 100%;
}

.update-avatar a.last-box {
	background: #5e6c84;
}

.update-avatar a:first-child {
	z-index: 4;
}

.update-avatar a:nth-child(2) {
	z-index: 3;
}

.update-avatar a:nth-child(3) {
	z-index: 2;
}

.update-avatar a:hover {
	z-index: 9 !important;
}


/*----------tag --------*/

.tag-box label {
	display: block;
	margin: 2px 0 0 5px;
	font-size: 14px;
	color: #7F8FA4;
}

.tag-box span {
	display: inline-block;
	vertical-align: top;
	padding: 1px 7px;
	color: #0052cc;
	margin: 3px 1px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	background: #e0edff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	max-width: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.parent-tag {
	float: left;
	width: 40%;
}

.profile-title-main {
	margin: 0 0 10px 0;
}

.profile-title-main .profile-title-box {
	padding-right: 145px;
}

.profile-title-main h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.profile-title-main h2 span {
	font-weight: normal;
}

.profile-title-main .profile-title-info label {
	margin: 0px;
	display: inline-block;
	font-size: 16px;
	color: #354052;
}

.profile-title-main .profile-title-info span {
	font-size: 14px;
	display: inline-block;
	color: #7F8FA4;
	margin: 0 0 0 18px;
}

.profile-title-main .profile-title-info span a {
	color: #354052;
	font-weight: 600;
	text-decoration: none;
}

.profile-title-main .profile-title-info span a:hover {
	color: #D65B4A;
}

.profile-title-main .profile-title-info span label {
	color: #354052;
	font-weight: 600;
	text-decoration: none;
	font-size: 14px;
}

.profile-title-main .print-box {
	position: absolute;
	right: 0;
	top: 0;
}

.profile-title-main .print-box .btn {
	background: #e6ebef;
	min-width: auto;
}

.profile-title-main .print-box .btn:hover {
	background: #dae1e7;
}

.profile-title-main .print-box .print-btn {
	min-width: 90px;
}

.summary-box-main {
	margin: 20px 0 0 0;
}

.trend-summary {
	padding: 0 0 0 150px;
	min-height: 150px;
	background: #ffffff;
}

.trend-summary .trend-status {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 100%;
	background: #fafbfc;
	border-right: 2px solid #e8ecf0;
}

.trend-summary .trend-status>span {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 64px;
	text-align: center;
	width: 100%;
	padding: 0 10px;
}

.trend-summary .trend-status>span label {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.trend-summary .trend-status>span i {
	font-size: 34px;
}

.trend-summary .trend-status p {
	min-height: 190px;
}

.trend-summary .select-drop-down {
	margin: 10px 0 0 0;
}

.trend-summary .select-drop-down .dropdown-toggle {
	border: 1px solid #e8ecf0;
}

.summary-text-box {
	background: #ffffff;
}

.summary-text-box h2 {
	float: left;
	width: 100%;
	border-bottom: 2px solid #e8ecf0;
	padding: 13px 20px;
	font-weight: 400;
	font-size: 18px;
	margin: 0px;
}

.summary-text-box p,
.summary-text-box .summary-new-comment {
	float: left;
	width: 100%;
	padding: 20px;
	margin: 0px;
}

.summary-text-col-row {
	margin: 0 -10px;
}

.summary-text-col-row .summary-text-col-box {
	width: 33.33%;
	padding: 0 10px;
	float: left;
}

.summary-text-col-row .summary-text-col-box p {
	min-height: 190px;
}

.icon-line {
	float: right;
	width: 18px;
}

.icon-line span {
	display: block;
	height: 2px;
	background: #354052;
	margin-bottom: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	width: 12px;
}

.icon-line span:first-child {
	width: 100%;
}

.icon-line span:last-child {
	width: 6px;
}

.icon-line-dorpdown {
	float: right;
	width: 18px;
	margin-top: 7px;
	height: 12px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.icon-line-dorpdown .dropdown-toggle::after {
	display: none;
}

.icon-line-dorpdown .show i.fa {
	background: #dae1e7;
}

.icon-line-dorpdown .dropdown,
.icon-line-dorpdown .dropdown-toggle {
	display: block;
	height: 100%;
}

.update-avatar-new {
	min-width: 106px;
	float: left;
}

.update-avatar-new .avater-new-text {
	float: left;
	width: 26px;
	height: 26px;
	overflow: hidden;
	padding: 0 0 0 26px;
	position: relative;
	min-height: 26px;
	margin: 0 0 0 -5px;
}

.update-avatar-new .avater-new-text a {
	float: left;
	width: 26px;
	height: 26px;
	position: relative;
	border: 2px solid #ffffff;
	overflow: hidden;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-clip: padding-box;
	background: #36b27e;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none !important;
}

.update-avatar-new .avater-new-text a img {
	width: 100%;
	height: 100%;
}

.update-avatar-new .avater-new-text:first-child {
	z-index: 7;
}

.update-avatar-new .avater-new-text:nth-child(2) {
	z-index: 6;
}

.update-avatar-new .avater-new-text:nth-child(3) {
	z-index: 5;
}

.update-avatar-new .avater-new-text:nth-child(4) {
	z-index: 4;
}

.update-avatar-new .avater-new-text:nth-child(5) {
	z-index: 3;
}

.update-avatar-new .avater-new-text:hover {
	z-index: 9 !important;
}

.update-avatar-new .avater-new-text.last-box a {
	background: #5e6c84;
}

.update-avatar-new .avater-new-text span {
	display: inline-block;
	padding: 4px 0 0 0;
}

.riks-info-tab .nav-tabs {
	border-bottom: 3px solid #e6eaee;
	padding: 0 15px;
}

.riks-info-tab .nav-tabs li {
	position: relative;
	padding: 0 15px;
	margin: 5px 0 0 0;
}

.riks-info-tab .nav-tabs>li>a.active,
.riks-info-tab .nav-tabs>li>a.active:focus,
.riks-info-tab .nav-tabs>li>a.active:hover {
	border-width: 0;
}

.riks-info-tab .nav-tabs>li>a {
	border: none;
	color: #666;
	position: relative;
	padding: .5rem 0;
}

.riks-info-tab .nav-tabs>li>a.active,
.riks-info-tab .nav-tabs>li>a:hover {
	border: none;
	color: #4285F4 !important;
	background: transparent;
}

.riks-info-tab .nav-tabs>li>a:after {
	content: "";
	background: #4285F4;
	height: 3px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -3px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}

.riks-info-tab .nav-tabs>li>a.active:after,
.riks-info-tab .nav-tabs>li:hover>a:after {
	transform: scale(1);
}

.riks-info-tab .tab-nav>li>a::after {
	background: #21527d none repeat scroll 0% 0%;
	color: #fff;
}

.riks-info-tab .tab-pane {
	padding: 0;
	float: left;
	width: 100%;
}

.riks-info-tab .tab-content {
	float: left;
	width: 100%;
	padding: 0px;
}

.riks-info-tab form {
	margin: 0px;
}

.riks-info-tab .twitter-typeahead .form-control {
	font-size: 14px !important;
}

.riks-info-tab table tr td {
	vertical-align: top !important;
}

.riks-info-tab table tr td.avatar-img img {
	width: 25px;
}

.avatar-img span {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: top;
	background: #36b27e;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	line-height: 26px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
}

.avatar-img img {
	width: 100%;
}

.status-box {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	padding-left: 20px;
	color: #354052;
	position: relative;
}

.status-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 1px;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	background: #7F8FA4;
}

.status-box.greenDot:before {
	background: #66B92E;
}

.status-box.yellowDot:before {
	background: #FFD400;
}

.status-box.redDot:before {
	background: #D65B4A;
}

.status-box.whiteDot:before {
	background: #ffffff;
	border: 1px solid #7F8FA4;
}


/*---- pagination css ----*/

.pagination-main {
	float: left;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	margin: 0px;
	background: #f7f8f9;
}

.pagination-main ul {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.pagination-main ul li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 2px 7px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	border-radius: 4px;
}

.pagination-main ul li a {
	display: block;
	color: #354052;
	text-decoration: none;
}

.pagination-main ul li a:hover {
	color: #66B92E;
}

.pagination-main ul li.active {
	background: #354052;
}


/*-- comment section --*/

.comment-area-main {
	padding: 10px 30px;
	background: #f7f8f9;
}

.comment-area-main .comment-area {
	display: none;
}

.comments-submit {
	display: none;
}

.comment-view-main {
	padding: 15px 0 0 0;
}

.comment-view-main .comment-view-box {
	display: table;
	width: 100%;
	padding: 15px 30px;
	border-bottom: 1px solid rgba(230, 234, 238, 0.4);
}

.comment-view-main .comment-view-box:last-child {
	border: none;
}

.comment-avatar {
	display: table-cell;
	vertical-align: top;
	width: 50px;
	padding: 0 10px 0 0;
}

.comment-avatar span {
	display: block;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	background: #36b27e;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}

.comment-avatar img {
	display: block;
	width: 100%;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
}

.comment-text {
	display: table-cell;
	vertical-align: top;
}

.comment-text span {
	display: block;
	color: #7F8FA4;
	font-size: 14px;
	padding-bottom: 8px;
}

.comment-text span b {
	color: #354052;
	font-size: 16px;
	padding-right: 5px;
}

.comment-text span span {
	display: inline-block;
	padding: 0px;
}

.comment-text .description_text {
	margin: 0px;
	line-height: 1.2;
}

.comment-action {
	display: table-cell;
	vertical-align: top;
	width: 40px;
}

.comment-action>a {
	text-align: center;
	color: #354052;
	display: block;
}

.comment-action>a:hover {
	color: #ef3a4c;
}


/*--- Mitigation Actions ---*/

.mitigation-from {
	background: #f7f8f9;
	display: none;
}

.mitigation-from-box {
	padding: 20px 30px;
}


/*--- controls Actions ---*/

.controls-from {
	background: #f7f8f9;
	display: none;
}

.controls-from-box {
	padding: 20px 30px;
}


/*--- incidents Actions ---*/

.incidents-from {
	background: #f7f8f9;
	display: none;
}

.incidents-from-box {
	padding: 20px 30px;
}

.delete-row {
	background: rgba(214, 91, 74, 0.6);
}

.delete-row * {
	color: #fff !important;
}

.delete-row .action-drop i.fa {
	color: #354052 !important;
}

.edit-row {
	background: rgba(102, 185, 46, 0.3);
}

.list_relevantControls_commentEffectiv .row {
	margin: 0 -5px;
}

.list_relevantControls_commentEffectiv .row [class*="col-"] {
	padding: 0 5px;
}

#controls .risk-control-table tr td {
	vertical-align: top;
}

.riskcontrol-rightDropdown {
	position: relative;
}

.riskcontrol-rightDropdown label {
	position: absolute;
	left: 0;
	top: -25px;
	margin: 0px;
	font-size: 14px;
}

.riskcontrol-rightDropdown .filter-option {
	position: relative;
}

.riskcontrol-rightDropdown .filter-option:before {
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 16px;
	content: '';
	background: transparent;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
}

.riskcontrol-rightDropdown .filter-option.greenDot {
	padding-left: 21px !important;
}

.riskcontrol-rightDropdown .filter-option.greenDot:before {
	background: #66B92E !important;
}

.riskcontrol-rightDropdown .filter-option.yellowDot {
	padding-left: 21px !important;
}

.riskcontrol-rightDropdown .filter-option.yellowDot:before {
	background: #FFD400 !important;
}

.riskcontrol-rightDropdown .filter-option.redDot {
	padding-left: 21px !important;
}

.riskcontrol-rightDropdown .filter-option.redDot:before {
	background: #D65B4A !important;
}

#controls .risk-control-table table {
	min-width: 100%;
	border: none;
}

#controls .risk-control-table table .avatar-img {
	text-align: left;
}

#controls .risk-control-table table .avatar-img p {
	margin-top: -3px;
}

#controls .risk-control-table table tr {
	border: none;
}

#controls .risk-control-table table tr td {
	padding: 0px 15px 10px 15px;
	border: none;
}

#controls .risk-control-table table tr p {
	margin: 0px;
}

#controls .risk-control-table table .policy {
	padding-left: 30px !important;
}

#controls .risk-control-table table .action-td {
	padding-right: 30px !important;
}

#controls .risk-control-table tr td {
	padding-bottom: 5px;
}

.chartTableSec input.form-control {
	color: #354052;
	font-size: 14px;
	height: 27px;
	width: 60px;
	padding: .375rem .75rem;
	line-height: 1.5;
	background-color: #fff;
	border-radius: 5px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border: 1px solid #7b8fa6;
	display: inline-block;
	margin-top: -8px;
}


/*thead*/

table.multiDataTable,
.editDataView {
	margin-top: 20px;
	position: relative;
	width: 628px;
	/*background-color: #aaa;*/
	overflow: hidden;
	border-collapse: collapse;
	text-align: center;
}

.multiDataTable thead,
.editDataView thead {
	position: relative;
	display: block;
	width: 628px;
	overflow: visible;
	background: #eff3f6;
}

.multiDataTable thead th,
.editDataView thead th {
	/*background-color: #99a;*/
	min-width: 90px;
	height: 32px;
	/*border: 1px solid #222;*/
}

.multiDataTable thead th:nth-child(1) {
	/*first cell in the header*/
	position: relative;
	display: block;
	/*seperates the first cell in the header from the header*/
	/*background-color: #88b;*/
}


/*tbody*/

.multiDataTable tbody,
.editDataView tbody {
	position: relative;
	display: block;
	/*seperates the tbody from the header*/
	width: 628px;
	max-height: 207px;
	overflow: auto;
}

.multiDataTable tbody td,
.multiDataTable tbody th,
.editDataView tbody td,
.editDataView tbody th {
	/*background-color: #bbc;*/
	min-width: 90px;
	/*border: 1px solid #222;*/
}

.multiDataTable tbody tr th:nth-child(1),
.editDataView tbody tr th:nth-child(1) {
	/*the first cell in each tr*/
	position: relative;
	/* display: block; seperates the first column from the tbody*/
	font-weight: normal;
	background: #eff3f6;
}

.multiDataTable .btn.btn-sm {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 3px;
	height: auto;
	color: red;
	background: #efefef;
}

.chartTableSec {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

.chartTableSec table {
	float: left;
	width: 100%;
	border: 1px solid #e6eaee;
}

.chartTableSec table>thead>tr>th {
	padding: 5px;
	color: #354052;
	background: #eff3f6;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
	/*text-align: center;*/
}

.chartTableSec table tbody tr th {
	padding: 5px;
	vertical-align: top;
	color: #354052;
	border-bottom: 1px solid #e6eaee;
	border-right: 1px solid #e6eaee;
	font-size: 14px;
	text-align: left;
}

.chartTableSec table tbody tr td {
	padding: 5px;
	vertical-align: middle;
	border-bottom: 1px solid #e6eaee;
	font-size: 14px;
	border-right: 1px solid #e6eaee;
}

.editDataView {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.editDataView .col-action {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 0 0 32px;
}

.editDataView .col-action input {
	width: 70px;
	text-align: left;
}

.editDataView .col-action .btn.btn-sm {
	position: absolute;
	left: 0;
	top: 0;
}

.editDataView .btn.btn-sm {
	padding: 5px 8px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 3px;
	height: auto;
	color: red;
	background: #efefef;
}

.editDataView input {
	padding: 2px 5px;
	border-radius: 4px;
	box-shadow: none;
	width: 50px;
	min-height: 24px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #e2e2e2;
}

.chartTableSec .editDataView thead {
	background: #eff3f6;
}

.chartTableSec .editDataView thead th {
	height: 37px;
	min-width: 112px;
}

.editDataView tbody td {
	min-width: 112px;
}

.editDataView thead th:nth-child(1) {
	/*first cell in the header*/
	position: relative;
	display: block;
	/*seperates the first cell in the header from the header*/
	/*background-color: #88b;*/
	min-width: 112px;
	border: none;
	z-index: 1;
}

.chartTableSec table .delete-row * {
	color: #000 !important;
}

.chartTableSec table .delete-row th {
	background: transparent !important;
}

.chartTableSec table .delete-column {
	background: rgba(214, 91, 74, 0.6);
	border-color: rgba(214, 91, 74, 0.6);
}

#risk-comments-error,
#type-error {
	display: none;
	font-size: 14px;
}

.popover {
	z-index: 9999;
}

.search-with-button {
	display: flex;
}

.search-with-button .btn {
	margin: 3.5px 0 0 10px;
}

.popover-body {
	padding: 3px 10px;
	font-size: 14px;
}

.owner-box.update-avatar a {
	width: 34px;
	height: 34px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	line-height: 34px;
}

.kri-comments-main {
	border: 1px solid #e6eaee;
	margin-bottom: 30px;
}

.kri-comment-box {
	border-bottom: 1px solid #e6eaee;
	padding: 10px 15px;
	display: flex;
	align-items: center;
}

.kri-comment-box span {
	color: #7F8FA4;
	font-size: 14px;
	display: block;
	padding-bottom: 5px;
}

.kri-comment-box div {
	line-height: 1.2;
}

.kri-comment-box:last-child {
	border-bottom: 0;
}

.kri-comment-box .kri-comment-content {
	width: 100%;
}

.kri-comment-box .kri-comment-action {
	width: 40px;
}

.kri-comment-box .kri-comment-action>a {
	text-align: center;
	color: #354052;
	display: block;
}

.kri-comment-box .kri-comment-action>a:hover {
	color: #ef3a4c;
}

.private-profile {
	background: #ffffff;
	padding: 15px 20px;
	margin: 0;
}

.private-profile label {
	color: #7F8FA4;
	margin-bottom: 0px;
	font-size: 14px;
}

.private-profile .update-avatar {
	margin-top: 5px;
}

.modal h2 {
	font-size: 18px;
	font-weight: 600;
}

.sub-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.dropdown-item-inner:focus {
	outline: none !important;
}

.btn:focus {
	box-shadow: none !important;
	outline: none !important;
}

#kri-pie-container {
	padding: 0 10px;
	height: 300px;
}

#kri-line-container {
	height: 300px;
}

.sidebar-section {
	margin-bottom: 30px;
	/*----- sitebar menu ---*/
	/*------ note box ---*/
}

.sidebar-section h2 {
	display: block;
	font-size: 18px;
	font-weight: 900;
	color: #354052;
	border-bottom: 1px solid #e7ebee;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
}

.sidebar-section h6 {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #7F8FA4;
	padding-bottom: 5px;
	margin: 0px;
	letter-spacing: 0.5px;
}

.sidebar-section .sidebar-menu {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
	list-style: none;
	padding: 0px;
}

.sidebar-section .sidebar-menu li {
	float: left;
	width: 100%;
	margin: 3px 0;
}

.sidebar-section .sidebar-menu li a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color: #354052;
}

.sidebar-section .sidebar-menu li a i {
	margin: 0 15px 0 0;
	width: 20px;
}

.sidebar-section .sidebar-menu li a:hover,
.sidebar-section .sidebar-menu li a.active {
	color: #ef3a4c;
}

.sidebar-section .sidebar-menu li .fa-plus {
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
	color: #354052;
}

.sidebar-section .note-box-main {
	float: left;
	width: 100%;
	margin: 25px 0;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e8ecf0;
}

.sidebar-section .note-box-main .note-box {
	float: left;
	width: 100%;
	margin: 0;
	background: #fafbfc;
	border-bottom: 1px solid #e8ecf0;
	padding: 15px;
}

.sidebar-section .note-box-main .note-box h3 {
	display: block;
	font-size: 16px;
}

.sidebar-section .note-box-main .note-box h3 i {
	margin: 0 10px 0 0;
}

.sidebar-section .note-box-main .note-box .note-text {
	display: block;
	padding: 0 0 13px 0;
	font-size: 14px;
	color: #7F8FA4;
	border-bottom: 1px solid #e7ebef;
}

.sidebar-section .note-box-main .note-link {
	float: left;
	width: 100%;
	background: #ffffff;
	margin: 0px;
	padding: 10px 15px;
}

.sidebar-section .note-box-main .note-link a {
	display: block;
	font-size: 14px;
	color: #1a91eb;
	line-height: 1.3;
	font-weight: 600;
}

.risk-profile-top h2 {
	font-size: 18px;
	color: #354052;
	display: inline-block;
}

.public-box {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 15px;
}

.public-box>label {
	font-size: 12px;
	color: #7F8FA4;
	margin-right: 7px;
	vertical-align: middle;
	margin-bottom: 4px;
}

.add-box {
	float: left;
	width: 100%;
	padding: 0 50px 0 0;
}

.add-box .action-drop {
	position: absolute;
	right: 15px;
	top: 0;
	background: #e6ebef;
}

.update-info {
	float: left;
	width: auto;
	margin: 2px 0 0 8px;
	font-size: 14px;
	color: #7F8FA4;
}

.update-info a {
	color: #354052;
	text-decoration: none;
	font-weight: 600;
}

.update-info a:hover {
	color: #ef3a4c;
}

.update-alert {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
	color: #D65B4A;
	font-size: 14px;
	font-weight: normal !important;
}

.col-profile-box {
	background: #ffffff;
	padding: 15px 30px;
	border: 1px solid #e8ecf0;
	border-left: 3px solid #D65B4A;
	margin: 15px 0 24px 0;
}

.col-profile-box .col-profile-sub {
	float: left;
	width: 85%;
	padding: 0 114px 0 52px;
	position: relative;
}

.col-profile-box .col-avatar {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 26px;
	-webkit-border-radius: 26px;
	overflow: hidden;
	background: #36b27e;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	line-height: 46px;
}

.col-profile-box .col-avatar img {
	display: block;
	width: 100%;
	height: 100%;
}

.col-profile-box .col-profile-text {
	display: block;
	font-size: 14px;
	line-height: 1.3;
	color: #7F8FA4;
	min-height: 40px;
	padding-top: 4px;
}

.col-profile-box .col-profile-text i {
	font-style: normal;
	color: #D65B4A;
}

.col-profile-box .col-profile-text a {
	color: #354052;
	text-decoration: none;
	font-weight: 600;
}

.col-profile-box .col-profile-text a:hover {
	color: #ef3a4c;
}

.col-profile-box .profile-date {
	position: absolute;
	font-size: 14px;
	right: 0;
	width: auto;
	top: 0;
	line-height: 1.2;
	padding-top: 7px;
}

.col-profile-box .profile-date span {
	display: block;
	color: #7F8FA4;
}

.col-profile-box .action-drop {
	margin-top: 4px;
}

.risk-guide-main {
	background: #fafbfc;
	padding: 25px 25px 20px 25px;
	padding-bottom: 25px;
	border: 1px solid #e8ecf0;
}

.risk-guide-main .risk-guide-btn {
	padding-right: 135px;
	position: relative;
}

.risk-guide-main .risk-guide-btn .risk-guide-box {
	width: 110px;
}

.risk-guide-main .risk-guide-btn .btn {
	position: absolute;
	right: 0;
	top: 0;
}

.risk-guide-box {
	float: left;
	width: 137px;
	margin: 0 15px 0 0;
}

.risk-guide-box h2 {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #354052;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.risk-guide-box .risk-guide-bar {
	display: block;
	height: 14px;
	background: #5e6c84;
	margin: 17px 0 20px 0;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
}

.risk-guide-box .risk-guide-bar.low-bar {
	background: #66B92E !important;
}

.risk-guide-box .risk-guide-bar.moderate-bar {
	background: #FFD400 !important;
}

.risk-guide-box .risk-guide-bar.high-bar {
	background: #f5a624 !important;
}

.risk-guide-box .risk-guide-bar.extreme-bar {
	background: #D65B4A !important;
}

.risk-guide-dots {
	float: left;
	width: auto;
	margin: 2px 20px 2px 0;
	position: relative;
	padding: 0 0 0 36px;
	min-height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	color: #354052;
}

.risk-guide-dots i {
	position: absolute;
	line-height: 28px;
	font-style: normal;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #354052;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border: 2px solid #ffffff;
	background: #354052;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
}

.risk-guide-sub-box {
	display: table;
	width: 33.33%;
	padding: 0 15px;
}

.risk-guide-sub-box .risk-guide-sub-text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

.risk-guide-sub-box .risk-guide-sub-text label {
	margin: 0px;
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #354052;
}

.risk-guide-sub-box .risk-guide-sub-text span {
	font-size: 13px;
	color: #7F8FA4;
}

.dot-box {
	display: table-cell;
	vertical-align: middle;
	width: 30px;
}

.dot-box i {
	display: block;
	line-height: 28px;
	font-style: normal;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #354052;
	width: 30px;
	height: 30px;
	border: 2px solid #ffffff;
	background: #354052;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
}

.gross-dots i {
	background: #354052;
	border: 2px solid #d7d7d8;
	color: #ffffff;
}

.net-dots i {
	background: #d7d7d8;
	border: 2px solid #354052;
}

.target-dots i {
	background: #ffffff;
	border: 2px solid #354052;
}

.dashed-line i {
	background: #ffffff;
	border: 2px dotted #354052;
}

.risk-assessment-main {
	background: #fafbfc;
	padding: 25px;
	border: 1px solid #e8ecf0;
}

.risk-assessment-main h2 {
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #354052;
}

.risk-assessment-box {
	float: left;
	max-width: 600px;
	width: 100%;
	padding: 0 80px 0 40px;
	position: relative;
}

.risk-assessment-box .assessment-vertical-text {
	position: absolute;
	left: 20px;
	padding-top: 39%;
	width: 20px;
	margin: 0 0 0 -14px;
}

.risk-assessment-box .assessment-vertical-text span {
	font-size: 20px;
	font-weight: 600;
	color: #354052;
	font-style: normal;
	display: block;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.risk-assessment-box .risk-assessment-sub {
	float: left;
	width: 100%;
	overflow-y: hidden;
}

.risk-assessment-box .risk-assessment-sub .risk-assessment-board {
	width: 480px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.risk-assessment-box .risk-assessment-sub .risk-assessment-board .assessment-bottom-label {
	float: left;
	width: 100%;
	margin: 7px 0 0 0;
}

.risk-assessment-box .risk-assessment-sub .risk-assessment-board .assessment-bottom-label span {
	float: left;
	color: #7F8FA4;
	font-size: 12px;
	text-align: center;
	padding: 0 5px;
	width: 20%;
}

.risk-assessment-box .risk-assessment-sub .risk-assessment-board .impacts-text {
	float: left;
	width: 100%;
	padding-top: 8px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #354052;
}

.risk-assessment-box .assessment-right-label {
	position: absolute;
	right: -5px;
	top: 0;
	width: 80px;
	margin: 0 0 0 5px;
}

.risk-assessment-box .assessment-right-label span {
	display: block;
	color: #7F8FA4;
	font-size: 12px;
	height: 87px;
	padding: 2.5px 0;
	padding-top: 45%;
}

.risk-assessment-row {
	margin: 0 2.5px;
}

.risk-assessment-row .risk-assessment-col {
	width: 20%;
	padding: 2.5px;
	height: 87px;
	float: left;
}

.risk-assessment-row .risk-assessment-col>.full-width {
	height: 100%;
	background: #ccc;
	border-radius: 5px;
	border-radius: 5px;
}

.risk-assessment-row .risk-assessment-col .low-bar {
	background: #66B92E !important;
}

.risk-assessment-row .risk-assessment-col .moderate-bar {
	background: #FFD400 !important;
}

.risk-assessment-row .risk-assessment-col .high-bar {
	background: #f5a624 !important;
}

.risk-assessment-row .risk-assessment-col .extreme-bar {
	background: #D65B4A !important;
}

.risk-assessment-row .risk-assessment-col .assessment-box-number {
	position: absolute;
	left: 0;
	top: 35%;
	right: 0;
	margin: auto;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}

.risk-assessment-row .risk-assessment-col .point-col-3 {
	float: left;
	width: 100%;
	padding: 1px 0 0 1px;
	position: relative;
	z-index: 2;
}

.risk-assessment-row .risk-assessment-col .point-col-3 span {
	float: left;
	cursor: pointer;
	margin: 0px 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #354052;
	color: #354052;
	border: 2px solid #354052;
	line-height: 25px;
	font-size: 11px;
	text-align: center;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	width: 27px;
	height: 27px;
}

.risk-assessment-row .risk-assessment-col .point-col-4 {
	float: left;
	width: 100%;
	padding: 1px 0 0 1px;
	position: relative;
	z-index: 2;
}

.risk-assessment-row .risk-assessment-col .point-col-4 span {
	float: left;
	cursor: pointer;
	margin: 0px 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #354052;
	color: #354052;
	border: 2px solid #354052;
	line-height: 18px;
	font-size: 11px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 20px;
	height: 20px;
}

.risk-assessment-row .risk-assessment-col .gross-dots-assess {
	background: #354052 !important;
	border: 1px solid #d7d7d8 !important;
	color: #ffffff !important;
}

.risk-assessment-row .risk-assessment-col .net-dots-assess {
	background: #d7d7d8 !important;
	border: 1px solid #354052 !important;
}

.risk-assessment-row .risk-assessment-col .target-dots-assess {
	background: #ffffff !important;
	border: 1px solid #354052 !important;
}

.assessment-drop-down {
	float: right;
	width: auto;
	margin: -31px 0 0 0;
	padding: 0px;
	position: relative;
}

.assessment-drop-down .bootstrap-select.btn-group>.dropdown-toggle {
	height: 32px;
}

.assessment-drop-down i {
	position: absolute;
	right: 10px;
	top: 10px;
}

.assessment-drop-down i:before {
	font-size: 12px;
}

.legend-btn {
	float: right;
	width: auto;
	margin: -31px 0 0 0;
	padding: 0px;
	position: relative;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	padding: 2px 10px;
	cursor: pointer;
	font-size: 14px;
}

.legend-btn span {
	display: inline-block;
	vertical-align: text-bottom;
}

.legend-btn.active {
	background: #354052;
	color: #ffffff;
}

.legend-btn.active:after {
	border-bottom: .3em solid;
	border-top: 0;
}

.legend-btn:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.legend-info {
	display: none;
	border-top: 1px solid #e6eaee;
	padding: 15px 20px;
	background: #ffffff;
}

.legend-info h2 {
	display: block;
	font-size: 18px;
	color: #354052;
	margin: 0px;
	padding: 15px 25px 10px 20px;
	font-weight: 400;
}

.legend-info .legend-text {
	padding: 0 25px 0 20px;
	font-size: 14px;
	text-align: justify;
}

.legend-info .border-right {
	border-right: 3px solid #e6eaee !important;
}

.select-drop-down .bootstrap-select.form-control {
	border: none !important;
	background: transparent;
}

.select-drop-down .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	color: #51607a;
	font-size: 14px;
}

.select-drop-down .form-group {
	margin-bottom: 0px;
}

.select-drop-down .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	color: #51607a;
	font-size: 14px;
}

.select-drop-down .check-mark {
	display: none !important;
}

.select-drop-down .bootstrap-select.btn-group>.dropdown-toggle {
	height: 32px;
}

.select-drop-down .bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.text:focus,
.select-drop-down .bootstrap-select.btn-group .dropdown-menu a.dropdown-item:focus {
	outline: none !important;
}

bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner:focus {
	outline: none !important;
}

bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.text {
	font-size: 14px;
}

.point-hover {
	animation: zoomin 1s infinite;
}


/* Zoom in Keyframes */

@-webkit-keyframes zoomin {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.4);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes zoomin {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.4);
	}
	100% {
		transform: scale(1);
	}
}


/*End of Zoom in Keyframes */


/* Zoom out Keyframes */

@-webkit-keyframes zoomout {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.67);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes zoomout {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.67);
	}
	100% {
		transform: scale(1);
	}
}


/*End of Zoom out Keyframes */


/*---------- risk summary ----*/

.risk-Summary-main {
	margin: 20px 0;
	background: #ffffff;
	border: 1px solid #e8ecf0;
}

.risk-Summary-main .risk-Summary-head {
	padding: 40px 30px;
	padding-bottom: 25px;
}

.risk-Summary-main .risk-Summary-head .risk-Summary-title {
	display: inline-block;
	vertical-align: top;
}

.risk-Summary-main .risk-Summary-head .risk-Summary-title h2 {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	color: #354052;
	margin: 0px;
	vertical-align: middle;
	padding: 0px;
}

.risk-Summary-main .risk-Summary-head .risk-Summary-title span {
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #e6ebef;
	padding: 2px 0 0 10px;
	margin: 2px 0 0 10px;
	font-size: 12px;
	color: #7F8FA4;
	line-height: 1.5;
}

.risk-Summary-main .risk-Summary-head .risk-Summary-title span i {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 0 0;
	background: #354052;
	color: #ffffff;
	border-radius: 10px;
	padding: 1px 7px;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	font-style: normal;
}

.summery-button .select-drop-main {
	width: 320px;
}

.risk-Summary-table {
	float: left;
	width: 100%;
}

.risk-Summary-table table {
	width: 100%;
	color: #354052;
	font-size: 14px;
}

.risk-Summary-table table tr th {
	font-size: 16px;
	font-weight: 600;
	border-bottom: 3px solid #e6eaee;
	padding: 10px 17px 5px 17px;
}

.risk-Summary-table table tr th:first-child {
	padding-left: 30px;
}

.risk-Summary-table table tr td {
	padding: 10px 17px 5px 17px;
	border-bottom: 1px solid #e6eaee;
	vertical-align: top;
}

.risk-Summary-table table tr td:first-child {
	padding-left: 30px;
	border-left: 3px solid #ffffff;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.risk-Summary-table table tr td .table-text {
	float: left;
	width: 180px;
	line-height: 1.3;
	padding: 0 0 20px 0;
	position: relative;
}

.risk-Summary-table table tr td .table-text b {
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-weight: 600;
	text-overflow: ellipsis;
}

.risk-Summary-table table tr td .table-text span {
	display: block;
	padding: 3px 0 0 0;
	color: #7F8FA4;
}

.risk-Summary-table table tr td .table-text i {
	position: absolute;
	left: 0;
	opacity: 0;
	bottom: 0;
	font-size: 14px;
	font-style: normal;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.risk-Summary-table .fa-arrow:before {
	font-size: 24px;
}

.risk-Summary-table .low-Summary .table-text i,
.risk-Summary-table .low-Summary .fa-arrow {
	color: #66B92E;
}

.risk-Summary-table .low-Summary:hover td:first-child,
.risk-Summary-table .low-Summary.active td:first-child {
	border-left-color: #66B92E;
}

.risk-Summary-table .low-Summary:hover .table-text i,
.risk-Summary-table .low-Summary.active .table-text i {
	opacity: 1;
}

.risk-Summary-table .low-Summary:hover .status-text,
.risk-Summary-table .low-Summary.active .status-text {
	color: #66B92E;
}

.risk-Summary-table .moderate-Summary .table-text i,
.risk-Summary-table .moderate-Summary .fa-arrow {
	color: #FFD400;
}

.risk-Summary-table .moderate-Summary:hover td:first-child,
.risk-Summary-table .moderate-Summary.active td:first-child {
	border-left-color: #FFD400;
}

.risk-Summary-table .moderate-Summary:hover .table-text i,
.risk-Summary-table .moderate-Summary.active .table-text i {
	opacity: 1;
}

.risk-Summary-table .moderate-Summary:hover .status-text,
.risk-Summary-table .moderate-Summary.active .status-text {
	color: #FFD400;
}

.risk-Summary-table .high-Summary .table-text i,
.risk-Summary-table .high-Summary .fa-arrow {
	color: #f5a624;
}

.risk-Summary-table .high-Summary:hover td:first-child,
.risk-Summary-table .high-Summary.active td:first-child {
	border-left-color: #f5a624;
}

.risk-Summary-table .high-Summary:hover .table-text i,
.risk-Summary-table .high-Summary.active .table-text i {
	opacity: 1;
}

.risk-Summary-table .high-Summary:hover .status-text,
.risk-Summary-table .high-Summary.active .status-text {
	color: #f5a624;
}

.risk-Summary-table .escalated-Summary .table-text i,
.risk-Summary-table .escalated-Summary .fa-arrow {
	color: #D65B4A;
}

.risk-Summary-table .escalated-Summary:hover td:first-child,
.risk-Summary-table .escalated-Summary.active td:first-child {
	border-left-color: #D65B4A;
}

.risk-Summary-table .escalated-Summary:hover .table-text i,
.risk-Summary-table .escalated-Summary.active .table-text i {
	opacity: 1;
}

.risk-Summary-table .escalated-Summary:hover .status-text,
.risk-Summary-table .escalated-Summary.active .status-text {
	color: #D65B4A;
}

.risk-Summary-table i.fa-circle {
	font-size: 18px;
}

.risk-updated-date {
	float: left;
	font-size: 14px;
	width: auto;
	color: #354052;
}

.risk-updated-date p {
	margin: 0px;
}

.risk-updated-date span {
	display: block;
	color: #7F8FA4;
}

.defination-table {
	float: left;
	width: 100%;
	background: #ffffff;
	border: 1px solid #e8ecf0;
}

.defination-table>h2.title {
	display: block;
	margin: 0px;
	border-bottom: 3px solid #e6eaee;
	padding: 30px 15px 18px 25px;
	font-size: 18px;
	font-weight: 400;
}

.defination-table table {
	width: 100%;
}

.defination-table table tr td {
	padding: 13px 20px;
	color: #354052;
	border-bottom: 1px solid #e6eaee;
	border-left: 1px solid #e6eaee;
}

.defination-table table tr td:first-child {
	width: 120px;
	text-align: center;
	border-left: none;
}

.defination-table table tr td .dafi-number h2 {
	margin-bottom: 0px;
	line-height: 0.8;
	font-weight: 900;
	font-size: 44px;
}

.defination-table table tr td .dafi-number span {
	display: block;
	font-weight: 600;
}


/*==================
Risk Pofile Activity
=====================*/

.risk-pofile-activity {
	background: #ffffff;
}

.risk-data-box .risk-data-head {
	padding: 15px 30px;
	border-bottom: 2px solid #e6eaee;
}

.risk-data-box .risk-data-head .risk-Summary-title {
	display: inline-block;
	vertical-align: top;
}

.risk-data-box .risk-data-head .risk-Summary-title h2 {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	color: #354052;
	margin: 0px;
	vertical-align: middle;
}

.risk-data-box .risk-data-head .risk-Summary-title span {
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #e6ebef;
	padding: 2px 0 0 10px;
	margin: 2px 0 0 10px;
	font-size: 12px;
	color: #7F8FA4;
	line-height: 1.5;
}

.risk-data-box .risk-data-head .risk-Summary-title span i {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 0 0;
	background: #354052;
	color: #ffffff;
	border-radius: 10px;
	padding: 1px 7px;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	font-style: normal;
}

.risk-data-col {
	padding: 15px 30px 7px 30px;
	border-top: 1px solid #e6eaee;
}

.risk-data-col h2 {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	color: #354052;
	margin: 0px;
	vertical-align: middle;
	margin-bottom: 3px;
}

.risk-data-col .risk-data-col-sub {
	margin: 0 12px 7px 0;
	display: inline-block;
	vertical-align: top;
}

.risk-data-col .risk-data-col-sub .data-profile {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	margin-right: 10px;
	padding-top: 2px;
}

.risk-data-col .risk-data-col-sub .data-profile .data-profile-avatar {
	width: 23px;
	height: 23px;
	background: #66B92E;
	color: #ffffff;
	text-align: center;
	line-height: 15px;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	overflow: hidden;
	margin: 0 4px;
}

.risk-data-col .risk-data-col-sub .data-profile .data-profile-avatar img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.risk-data-col .risk-data-col-sub label {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #7F8FA4;
	margin: 0px;
}

.risk-data-col .risk-data-col-sub i {
	display: inline-block;
	vertical-align: middle;
	background: #354052;
	color: #ffffff;
	border-radius: 10px;
	padding: 1px 7px;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	font-style: normal;
	min-width: 24px;
	margin: 0 0 0 3px;
}

.risk-data-col .risk-data-col-sub span {
	font-size: 13px;
}


/*----- profile-summary-accordion---*/

.profile-summary-accordion>a {
	display: block;
	position: relative;
	min-height: 63px;
	text-decoration: none;
	color: #354052;
	background: #ffffff;
}

.profile-summary-accordion>a .accordion-number {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 60px;
	border-right: 1px solid #e6eaee;
}

.profile-summary-accordion>a .accordion-head {
	float: left;
	width: 100%;
	padding: 15px 60px 10px 80px;
}

.profile-summary-accordion>a .accordion-head h3 {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: -4px;
}

.profile-summary-accordion>a .accordion-head .accordion-head-col {
	margin: 0 12px 0px 0;
	display: inline-block;
	vertical-align: top;
}

.profile-summary-accordion>a .accordion-head .accordion-head-col .data-profile {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	margin-right: 10px;
	padding-top: 2px;
}

.profile-summary-accordion>a .accordion-head .accordion-head-col .data-profile .data-profile-avatar {
	width: 23px;
	height: 23px;
	background: #66B92E;
	color: #ffffff;
	text-align: center;
	line-height: 15px;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	overflow: hidden;
	margin: 0 4px;
}

.profile-summary-accordion>a .accordion-head .accordion-head-col .data-profile .data-profile-avatar img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.profile-summary-accordion>a .accordion-head .accordion-head-col label {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #7F8FA4;
	margin: 0px;
}

.profile-summary-accordion>a .accordion-head .accordion-head-col span {
	font-size: 13px;
}

.profile-summary-accordion>a .accordion-head .accordion-head-col .trend-icon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0 0 0 3px;
}

.profile-summary-accordion>a .accordion-arrow {
	position: absolute;
	right: 30px;
	top: 28px;
	font-size: 10px;
	color: #7F8FA4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.profile-summary-accordion>a[aria-expanded="true"] .accordion-arrow {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.profile-summary-accordion .card {
	border-radius: 0px;
	padding-left: 80px;
}

.risk-profile-list .risk-Summary-table table tr td .table-text {
	padding-bottom: 0px;
}

.risk-profile-list .risk-Summary-table table tr td .table-text b {
	overflow: inherit;
	white-space: inherit;
}

.risk-profile-list .status-text {
	display: block;
	font-weight: 600;
	width: 80px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.riks-profile-prient-main {
	display: none;
}

.riks-profile-prient-box {
	background: #ffffff;
	padding: 30px 30px 15px 30px;
}

.riks-profile-prient-box h2 {
	font-size: 17px;
	font-weight: 400;
	margin: 0 0 5px 0;
}

.riks-profile-prient-box label {
	display: inline-block;
	margin: 0 0 0 0;
	font-size: 14px;
}

.riks-profile-prient-box span {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
	max-width: 32px;
	line-height: 1;
	font-size: 13px;
}

.riks-profile-prient-box .table-p-profile {
	position: relative;
	padding: 0 0 0 24px;
}

.riks-profile-prient-box .table-p-profile .data-profile-avatar {
	width: 23px;
	height: 23px;
	background: #66B92E;
	color: #ffffff;
	text-align: center;
	line-height: 15px;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	overflow: hidden;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.riks-profile-prient-box .table-p-profile .data-profile-avatar img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.riks-profile-prient-box .table-right-col .col-4 {
	margin: 0 0 15px 0;
}

.riks-profile-prient-box .table-right-col span {
	max-width: inherit;
	padding-top: 3px;
	position: relative;
	top: 2px;
}

.riks-profile-prient-box.low-Summary-table {
	border-left: 3px solid #66B92E;
}

.riks-profile-prient-box.low-Summary-table .tb-status span {
	color: #66B92E;
}

.riks-profile-prient-box.escalated-Summary-table {
	border-left: 3px solid #D65B4A;
}

.riks-profile-prient-box.escalated-Summary-table .tb-status span {
	color: #D65B4A;
}

.risk-control-main {
	margin: 20px 0 0 0;
	background: #ffffff;
	overflow-y: hidden;
}

.risk-control-main h2 {
	display: block;
	padding: 13px 20px;
	font-weight: 400;
	font-size: 18px;
	margin: 0px;
}

.risk-control-main table {
	width: 100%;
}

.risk-control-main table th {
	background: #f7f8f9;
	font-size: 13px;
	font-weight: 400;
	color: #a0a5ae;
	padding: 6px 15px;
	border-top: 1px solid #e6eaee;
}

.risk-control-main table th:first-child {
	padding-left: 30px;
}

.risk-control-main table th:last-child {
	padding-right: 30px;
}

.risk-control-main table td {
	padding: 18px 15px;
	color: #7F8FA4;
	font-size: 14px;
	vertical-align: top;
}

.risk-control-main table td:first-child {
	color: #354052;
	font-weight: 600;
	padding-left: 30px;
}

.risk-control-main table td:last-child {
	padding-right: 30px;
}

.risk-control-main table td .sort-icon {
	display: inline-block;
	color: #7F8FA4;
	font-weight: 700;
	margin: 0 0 0 6px;
}

.risk-control-table-main {
	overflow-x: auto;
}

.risk-control-table-main table {
	min-width: 660px;
}

.risk-control-box {
	margin: 20px 0 0 0;
	background: #ffffff;
}

.risk-control-box h2 {
	display: block;
	padding: 13px 20px;
	font-weight: 400;
	font-size: 18px;
	margin: 0px;
}

.risk-control-box .risk-control-table {
	width: 100%;
}

.risk-control-box .risk-control-table th {
	background: #f7f8f9;
	font-size: 13px;
	font-weight: 400;
	color: #a0a5ae;
	padding: 6px 15px;
	border-top: 1px solid #e6eaee;
	text-align: left;
}

.risk-control-box .risk-control-table th:first-child {
	padding-left: 30px;
}

.risk-control-box .risk-control-table th:last-child {
	padding-right: 30px;
}

.risk-control-box .risk-control-table td {
	padding: 18px 15px;
	color: #7F8FA4;
	font-size: 14px;
	vertical-align: top;
}

.risk-control-box .risk-control-table td:first-child {
	color: #354052;
	font-weight: 600;
	padding-left: 30px;
}

.risk-control-box .risk-control-table td:last-child {
	padding-right: 30px;
}

.risk-control-box .risk-control-table td .sort-icon {
	display: inline-block;
	color: #7F8FA4;
	font-weight: 700;
	margin: 0 0 0 6px;
}

.action-table table tr td {
	padding: 15px 17px;
}

.avatar-text {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 30px;
	min-height: 25px;
}

.avatar-text .avtar-img {
	float: left;
	width: 24px;
	height: 24px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	background: #36b27e;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none !important;
	position: absolute;
	left: 0;
	top: 0;
}

.avatar-text .avtar-img img {
	display: block;
	width: 100%;
	height: 100%;
}

.avatar-text span {
	display: block;
	padding: 4px 0 0 0;
}

.avatar-text b {
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	max-width: 300px;
	padding-top: 3px;
}

.comments-main .risk-Summary-head {
	padding: 20px 30px;
	border-bottom: 3px solid #e6eaee;
}

.comments-main .comments-box {
	padding: 15px 30px;
	min-height: 24px;
	border-bottom: 1px solid #e6eaee;
}

.comments-main .comments-box .avatar-text span {
	padding: 2px 0 0 0;
	font-size: 14px;
}

.comments-main .comments-box .comment-date {
	display: inline-block;
	color: #7F8FA4;
	border-left: 1px solid #e6ebef;
	font-size: 12px;
	padding: 0 0 0 7px;
	line-height: 1;
	margin-left: 7px;
}

.comments-main .comments-box .comment-text {
	font-size: 14px;
	margin-top: 6px;
}


/*==================
Riks-Info-tab Clients Changes (29-11-2018)
=====================*/

.riks-info-tab .nav-tabs>li>a i {
	display: inline-block;
	vertical-align: top;
	margin: 4px 0px 0 5px;
	background: #354052;
	color: #ffffff;
	border-radius: 10px;
	padding: 1px 7px;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	font-style: normal;
}

.risk-Summary-main .risk-Summary-head .risk-Summary-title .indicaterOfRiskControl {
	margin: 0px 0 0 10px;
	padding: 0 0 0 10px;
}

.risk-Summary-main .risk-Summary-head .risk-Summary-title .indicaterOfRiskControl .hide {
	display: none;
}

.risk-Summary-main .risk-Summary-head .risk-Summary-title .indicaterOfRiskControl i {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0 5px;
	background: #ffffff;
	color: #ffffff;
	border-radius: 10px;
	font-size: 10px;
	height: 15px;
	width: 15px;
	padding: 0;
	text-align: center;
	font-style: normal;
}

.risk-Summary-main .risk-Summary-head .risk-Summary-title .indicaterOfRiskControl i.greenDot {
	background: #66B92E;
}

.risk-Summary-main .risk-Summary-head .risk-Summary-title .indicaterOfRiskControl i.yellowDot {
	background: #FFD400;
}

.risk-Summary-main .risk-Summary-head .risk-Summary-title .indicaterOfRiskControl i.redDot {
	background: #D65B4A;
}

.mgntop15 {
	margin-top: 15px;
}

.legend-info .defination-table>h2.title {
	display: block;
	margin: 0px;
	border-bottom: 3px solid #e6eaee;
	padding: 9px 10px 10px 23px;
	font-size: 16px;
	font-weight: 400;
}

.legend-info .defination-table table tr td .dafi-number h2 {
	margin-bottom: 0px;
	line-height: 0.8;
	font-weight: 900;
	font-size: 27px;
	padding: 5px 25px 5px 20px;
}

.legend-info .defination-table table tr td .dafi-number span {
	font-size: 14px;
}

.legend-info .defination-table table tr td .dafi-text {
	font-size: 13px;
}

.risk-control-table {
	counter-reset: section;
}

.risk-control-table .priority {
	text-align: center;
}

.risk-control-table .priority:before {
	counter-increment: section;
	content: counter(section);
}

.avatar-img {
	text-align: center;
}

.risk-control-box .risk-control-table tbody tr {
	border-bottom: 1px solid #f1f1f1;
}

.risk-control-box .risk-control-table tbody tr td {
	vertical-align: middle;
}

.risk-control-box .risk-control-table tbody tr td p {
	margin: 1px 0;
}

.risk-control-box .risk-control-table tbody tr td.relevantControls p {
	margin: 8px 0;
}

.risk-control-box .risk-control-table tbody tr td.effectiveness p {
	margin: 8px 0;
}

.risk-control-box .risk-control-table tbody tr td.avatar-img p {
	margin: 2px 0;
}

.risk-control-box .risk-control-table tbody tr td.avatar-img p img {
	width: 24px;
}

.risk-control-box .avatar-img {
	text-align: left;
}

.riks-info-tab table tr td {
	vertical-align: top;
}

.adding-key .risk-Summary-head {
	border-bottom: 3px solid #e6eaee;
	padding: 20px 30px;
}

.adding-key .adding-key-info {
	padding: 20px 30px;
}

.adding-key .form-inline .form-control {
	padding: 10px;
	line-height: 1;
	height: 33px;
	margin-right: 5px;
}


/*--- Key Risk chart ------*/

.chartTypeSec_content {
	padding: 20px 30px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 12px;
	vertical-align: middle;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.switch input:checked+.slider {
	background-color: #7c8084;
}

.switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #7c8084;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

.switch .slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: -4px;
	bottom: -2px;
	background-color: #36b27e;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

.switch input:checked+.slider:before {
	-webkit-transform: translateX(22px);
	-ms-transform: translateX(22px);
	transform: translateX(22px);
	background-color: #354052;
}

.reoport-form-main .reoport-form-box {
	padding: 28px 5px;
	background: #ffffff;
}

.reoport-form-main h2 {
	display: inline-block;
}

.form-control {
	color: #354052;
	font-size: 14px;
}

.form-control,
.bootstrap-select.form-control {
	border: 1px solid #7F8FA4 !important;
}

.select-drop-main.drop-with-btn .bootstrap-select.form-control {
	height: 32px;
}

.select-drop-main .btn-light,
.select-drop-main .legend-btn {
	background: none;
	border: none;
	color: #7F8FA4;
}

.select-drop-main .show>.btn-light.dropdown-toggle,
.select-drop-main .show>.dropdown-toggle.legend-btn {
	background: none;
	border: none;
}

.select-drop-main .dropdown-toggle:after {
	border: none;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f078";
	position: relative;
	top: 3px;
	right: 5px;
	color: #7F8FA4 !important;
	vertical-align: top;
}

.select-drop-main .dropdown-item-inner:focus,
.select-drop-main .bootstrap-select.btn-group .dropdown-menu a.dropdown-item {
	outline: none !important;
}

.select-drop-main .check-mark {
	display: none !important;
}

.select-drop-main span.text {
	font-size: 14px !important;
}

.select-drop-main .bootstrap-select>.dropdown-toggle.bs-placeholder {
	color: #354052 !important;
}

.select-drop-main .dropdown-item-inner.greenDot:before {
	position: absolute;
	left: 4px;
	top: 6px;
	width: 15px;
	height: 15px;
	content: '';
	background: #66B92E;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
}

.select-drop-main .dropdown-item-inner.yellowDot:before {
	position: absolute;
	left: 4px;
	top: 6px;
	width: 15px;
	height: 15px;
	content: '';
	background: #FFD400;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
}

.select-drop-main .dropdown-item-inner.redDot:before {
	position: absolute;
	left: 4px;
	top: 6px;
	width: 15px;
	height: 15px;
	content: '';
	background: #D65B4A;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
}

.select-drop-main .dropdown-item-inner.whiteDot:before {
	position: absolute;
	left: 4px;
	top: 6px;
	width: 15px;
	height: 15px;
	content: '';
	background: #ffffff;
	border: 1px solid #7F8FA4;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
}

.input-group .form-control {
	border-right: 0 !important;
}

.input-group .input-group-text {
	border-color: #7b8fa6 !important;
}

.form-group label {
	margin-bottom: 3px;
}

.bootstrap-select.btn-group .filter-option {
	color: #354052;
}


/*---- mitigation-from---*/

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
	background: #354052;
	color: #ffffff;
}

.dropdown-item {
	font-size: 14px;
}

.input-with-icon {
	padding-right: 40px;
	position: relative;
}

.input-with-icon .add-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	text-align: center;
	padding: 11px 0;
	color: #354052;
}


/*
.risk-status-color { .filter-option { position: relative; &:before { position: absolute; left: 0; top: 2px; width: 15px; height: 15px; content: ''; background: transparent; @include border-radius(15px); } &.greenDot { padding-left: 21px !important; &:before { background: $green !important; } } &.yellowDot { padding-left: 21px !important; &:before { background: $yellow !important; } } &.redDot { padding-left: 21px !important; &:before { background: $red !important;             } } &.whiteDot { padding-left: 21px !important; &:before { background: $white-color !important;             border: 1px solid $body-color; } } }
}
*/

.modal {
	z-index: 2000;
}

.modal-backdrop {
	z-index: 1999;
}

.adding-risk-popup .modal-dialog {
	max-width: 630px;
}

.adding-risk-popup #smartwizard,
.adding-risk-popup #rootwizard {
	padding: 20px;
}

.adding-risk-popup .tab-content {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}

.adding-risk-popup .btn-toolbar {
	display: block;
	float: right;
}

.adding-risk-popup h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.adding-risk-popup .form-group label {
	font-size: 14px;
	margin-bottom: 5px;
	color: #7F8FA4;
}

.adding-risk-popup .form-group .form-control {
	font-size: 14px;
}

.adding-risk-popup .slimScrollDiv {
	min-width: 557px;
}

.adding-risk-popup .slimScrollDiv .scrollable {
	min-width: 557px;
}

.risk-search {
	border: 1px solid #e6eaee;
	margin: 20px 0;
}

.risk-search .slimScrollDiv,
.risk-search .scrollable {
	max-height: 145px;
}

.risk-search .risk-Summary-table {
	background: #ffffff;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
}

.risk-search .risk-Summary-table table tr td {
	vertical-align: middle;
}

.risk-search .risk-Summary-table table tr td:first-child {
	border-left: none !important;
	padding-left: 17px;
	font-weight: 400;
}

.risk-search .risk-Summary-table table tr td .table-text {
	padding: 0px;
}

.risk-search .risk-Summary-table table tr td a i {
	color: #354052;
	font-size: 16px;
}

.search-plus {
	padding-right: 40px;
}

.search-plus .add-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	text-align: center;
	padding: 11px 0;
	color: #354052;
}

.search-dropdown {
	padding: 0 180px 0 0;
}

.search-dropdown .select-drop-main {
	position: absolute;
	right: 0;
	top: 0;
	width: 165px;
}

.wizard-tab-box {
	float: right;
	width: auto;
	margin: 15px 0 0 0;
	position: relative;
}

.wizard-tab-box ul {
	position: relative;
	z-index: 1;
}

.wizard-tab-box ul li {
	position: relative;
	padding: 0 15px;
	list-style: none;
}

.wizard-tab-box ul li a {
	padding: 0 15px;
	color: #354052;
	position: relative;
	text-decoration: none;
	z-index: 99;
	font-size: 15px;
}

.wizard-tab-box ul li a.active {
	color: #1a91eb;
}

.wizard-tab-box ul li a:before {
	position: absolute;
	left: 0;
	right: 0;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	background: #1a91eb;
	content: '';
	top: -15px;
	margin: auto;
}

.wizard-tab-box ul li a.active+ :after {
	position: absolute;
	content: '';
	width: 50%;
	height: 10px;
	background: #000;
	right: 0;
	top: -14px;
	z-index: 11;
}

.wizard-tab-box ul li:first-child:before {
	position: absolute;
	content: '';
	width: 50%;
	height: 10px;
	background: #ffffff;
	left: 0;
	top: -14px;
	z-index: 11;
}

.wizard-tab-box ul li:last-child:before {
	position: absolute;
	content: '';
	width: 50%;
	height: 10px;
	background: #ffffff;
	right: 0;
	top: -14px;
	z-index: 11;
}

.wizard-tab-box .progress {
	height: 8px;
	position: absolute;
	left: 0;
	top: -12px;
	display: block;
	width: 100%;
	background: #ffffff;
}

.wizard-tab-box .progress .progress-bar {
	height: 10px;
	min-width: 33.33%;
	background: #1a91eb;
}

#rootwizard .pager {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#rootwizard .pager li {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

.autocomplete-box {
	position: relative;
	/*.tt-dataset-cars {
    max-height: 340px;
    overflow-x: hidden;
}*/
}

.autocomplete-box .twitter-typeahead {
	width: 100%;
	position: relative;
}

.autocomplete-box .twitter-typeahead:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f002';
	position: absolute;
	line-height: 37px;
	height: 90%;
	width: 29px;
	z-index: 9;
	right: 2px;
	top: 1px;
	background: #ffffff;
	padding-left: 3px;
}

.autocomplete-box .twitter-typeahead .form-control {
	width: 100%;
	font-size: 16px;
}

.autocomplete-box .slimScrollDiv {
	max-height: 265px;
	height: auto !important;
	min-width: 100% !important;
}

.autocomplete-box .slimScrollDiv .scrollable {
	max-height: 265px;
	height: auto !important;
	min-width: 100% !important;
}

.tt-hint {
	color: #999999;
}

.tt-menu {
	background-color: #ffffff;
	border: none;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	margin-top: 12px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	padding: 0;
	width: 100%;
	margin-top: 0px !important;
}

.top-search-main {
	padding: 10px 15px;
	display: table;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 1px solid #e6eaee;
}

.top-search-main .search-avatar {
	display: table-cell;
	vertical-align: middle;
	width: 22px;
}

.top-search-main .search-avatar span {
	display: block;
	width: 22px;
	height: 22px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	background: #354052;
	color: #ffffff;
	text-align: center;
	line-height: 22px;
	font-size: 10px;
	position: relative;
}

.top-search-main .search-avatar span .av-online {
	display: none;
	width: 8px;
	height: 8px;
	border: 1px solid #ffffff;
	position: absolute;
	right: -3px;
	bottom: -3px;
	z-index: 9;
	background: #66B92E;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
}

.top-search-main .search-avatar span img {
	max-width: 100%;
	max-height: 100%;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
}

.top-search-main .search-text {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 0 0 0 10px;
	line-height: 1.2;
}

.top-search-main .search-text label {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: 400;
	color: #354052;
}

.top-search-main .search-text span {
	font-size: 12px;
	color: #7F8FA4;
}

.top-search-main:hover {
	background: #354052;
}

.top-search-main:hover label {
	color: #ffffff !important;
}

.top-search-main:hover span {
	color: #ffffff !important;
}

.top-search-main.tt-cursor {
	background: #354052;
}

.top-search-main.tt-cursor label {
	color: #ffffff !important;
}

.top-search-main.tt-cursor span {
	color: #ffffff !important;
}

.empty-search {
	padding: 20px;
	text-align: center;
	font-size: 15px;
}


/*---- add email ---*/

.add-email-popup .modal-dialog {
	max-width: 600px;
}

.add-email-popup .add-email-popup-top {
	padding: 20px;
	padding-bottom: 0px;
}

.add-email-popup .add-email-popup-top h2 {
	font-size: 18px;
	font-weight: 600;
}

.add-email-popup .add-email-popup-top label {
	font-size: 14px;
	margin-bottom: 5px;
	color: #7F8FA4;
}

.add-email-popup .add-email-popup-top .row {
	margin: 0 -5px;
}

.add-email-popup .add-email-popup-top .row [class*=col-] {
	padding: 0 5px;
}

.add-email-popup .add-email-popup-top .select-drop-add {
	position: relative;
}

.add-email-popup .add-email-popup-top .select-drop-add .form-group {
	padding: 0 50px 0 0;
}

.add-email-popup .add-email-popup-top .select-drop-add .add-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	text-align: center;
	padding: 11px 0;
	color: #354052;
}

.add-email-popup .risk-Summary-table {
	border-top: 3px solid #e6eaee;
}

.add-email-popup .risk-Summary-table table tr td {
	padding: 10px 17px;
	vertical-align: middle;
}

.add-email-popup .risk-Summary-table table tr td:first-child {
	padding: 10px 17px;
	border-right: 0px;
}

.add-email-popup .risk-Summary-table table tr td a i {
	color: #354052;
	font-size: 16px;
}

.add-email-popup .add-email-popup-bottom {
	padding: 20px;
}

.add-email-popup .add-email-popup-bottom span {
	padding: 5px 0 0 0;
	color: #354052;
	display: inline-block;
	font-size: 14px;
}

.add-email-popup .slimScrollDiv {
	min-width: 557px;
}

.add-email-popup .slimScrollDiv .scrollable {
	min-width: 557px;
}

.remember-check {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.remember-check .radio {
	display: block;
	padding: 0px;
	margin-bottom: 10px;
}

.remember-check .radio label {
	margin-top: 20px;
}

.remember-check .radio input[type=radio] {
	display: none;
}

.remember-check .radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 22px;
	margin-right: 0;
	font-size: 13px;
	color: #333333;
	font-weight: 400;
	min-height: 14px;
	margin-top: 0px;
	letter-spacing: 0.4px;
	text-align: left;
}

.remember-check .radio label:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	height: 14px;
	width: 14px;
	background: transparent;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	top: 2px;
	border: 1px solid #8894a1;
}

.remember-check .radio input[type=radio]:checked+label:before {
	content: "";
	background: #00a1e0;
	height: 14px;
	width: 14px;
	border: #00a1e0;
}

.remember-check .radio label a {
	color: #333333;
	text-decoration: underline;
}

.remember-check>label {
	width: 100%;
	color: #333333;
	font-size: 13px;
	font-weight: 400;
}

.graph-table {
	padding: 20px;
}

#key-chart {
	overflow: auto;
}

.chart-row-msj {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9;
	display: none;
}

.chart-row-msj h5 {
	position: absolute;
	left: 0;
	top: 45%;
	width: 100%;
	padding: 0 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
}

#key-piechart {
	overflow: auto;
	display: none;
}

.highcharts-container {
	height: auto;
}

.bootstrap-datetimepicker-widget table td.day,
.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
	font-size: 14px;
}


/*@import 'kri-graph';*/

.summary-comment-view {
	border: 1px solid #e6eaee;
	margin-bottom: 30px;
}

.summary-comment-view-box {
	border-bottom: 1px solid #e6eaee;
	padding: 0;
	display: table;
	width: 100%;
	align-items: center;
	line-height: 1.2;
}

.summary-comment-view-box span {
	color: #7F8FA4;
	font-size: 14px;
	display: block;
	padding-bottom: 5px;
}

.summary-comment-view-box .summary-comment-content {
	display: table-cell;
	padding: 10px 15px;
}

.summary-comment-view-box div {
	line-height: 1.2;
}

.summary-comment-view-box .summary-trend-status {
	width: 60;
	display: table-cell;
	text-align: center;
	border-right: 1px solid #e6eaee;
	padding: 10px 15px;
	position: relative;
	vertical-align: middle;
}

.summary-comment-view-box .summary-comment-action {
	width: 54px;
}

.summary-comment-view-box .summary-comment-action>a {
	float: right;
	width: 20px;
	color: #354052;
	text-align: center;
}

.summary-comment-view-box .summary-comment-action>a:hover {
	color: #ef3a4c;
}

.summary-comment-area {
	display: none;
}

.summary-new-comment {
	line-height: 1.3;
}

.summary-new-comment .date-box {
	color: #7F8FA4;
	font-size: 14px;
	display: block;
	padding-bottom: 5px;
}

.summary-new-comment a {
	color: #ef3a4c;
}

.summary-comments-main .slimScrollDiv,
.summary-comments-main .scrollable {
	max-height: 260px;
}

.summary-comment-box {
	border-bottom: 1px solid #e6eaee;
	display: table;
	width: 100%;
	align-items: center;
}

.summary-comment-box span {
	color: #7F8FA4;
	font-size: 14px;
	display: block;
	padding-bottom: 5px;
}

.summary-comment-box div {
	line-height: 1.2;
}

.summary-comment-box:last-child {
	border-bottom: 0;
}

.summary-comment-box .summary-comment-content {
	display: table-cell;
	padding: 10px;
}

.summary-comment-box .summary-comment-action {
	width: 36px;
	padding-right: 15px;
	display: table-cell;
	vertical-align: middle;
}

.summary-comment-box .summary-comment-action>a {
	float: right;
	width: 20px;
	color: #354052;
	text-align: center;
}

.summary-comment-box .summary-comment-action>a:hover {
	color: #ef3a4c;
}

.frequency-status label {
	display: block;
	margin: 2px 0 0 5px;
	font-size: 14px;
	color: #7F8FA4;
	text-align: right;
}

.frequency-status span {
	font-size: 14px;
	color: #000;
	text-align: right;
	display: block;
}

.trend-vel i {
	font-size: 20px;
}

.summary-comment-status {
	display: table-cell;
	width: 152px;
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid #e6eaee;
	background: #fafbfc;
}

.summary-comment-status i {
	font-size: 34px;
}

.trend-summary.trend-none {
	padding: 0px;
}

.trend-summary.trend-none .trend-status {
	display: none;
}

.trend-edit-box {
	display: table;
	width: 100%;
	border-bottom: 2px solid #e6eaee;
}

.comment-trend-statu {
	display: table-cell;
	width: 150px;
	text-align: center;
	padding: 0 15px;
	vertical-align: middle;
	background: #fafbfc;
}

.comment-trend-area {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	border-left: 2px solid #e6eaee;
}

.trend-status-new {
	padding: 10px 0;
}

.trend-status-new label {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

.trend-status-new i {
	font-size: 34px;
}


/*@import 'add-profile';*/


/*@import 'add-risk';*/

@media print {
	* {
		-webkit-print-color-adjust: exact;
	}
	.container-main {
		margin-top: 0px;
	}
	.print-show {
		display: block !important;
	}
	.print-full {
		width: 100% !important;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100% !important;
	}
	.risk-assessment-main {
		width: 75%;
	}
	.header-main,
	.sidebar-section,
	.risk-profile-top,
	.add-box-main,
	.tag-box,
	.col-profile-box,
	.risk-guide-main {
		display: none;
	}
	.print-box {
		display: none;
	}
	.profile-title-main .profile-title-box {
		padding-right: 0px;
	}
	.profile-title-box h2 .clearfix {
		display: none;
	}
	.defination-table.mt-4 {
		margin-top: 70px !important;
	}
	.reoport-form-main {
		display: none;
	}
	.profile-summary-accordion a {
		cursor: default;
	}
	.profile-summary-accordion a .accordion-arrow {
		display: none;
	}
	.profile-summary-accordion .collapse {
		display: block !important;
	}
	.riks-profile-prient-main {
		display: block;
	}
	.risk-data-col .risk-data-col-sub i {
		background: none;
		color: #354052;
		margin-top: 1px;
	}
	.risk-Summary-table table tr td:first-child {
		border-left: none;
	}
	.risk-Summary-table table tr td .update-avatar a {
		width: auto;
		margin: 0px;
	}
	.profile-summary-accordion .card {
		padding: 25px;
	}
	.icon-line {
		display: none;
	}
	.update-avatar-new .avater-new-text {
		width: auto;
		margin: 0 8px 0 0;
		padding: 0 0 0 30px;
	}
	.update-avatar-new .avater-new-text.last-box {
		display: none;
	}
	/*--- risk tab --*/
	.riks-info-tab {
		border: none;
	}
	.riks-info-tab .nav-tabs {
		display: none;
	}
	.riks-info-tab .tab-pane {
		display: block;
		margin-top: 30px;
		opacity: 1;
		float: left;
		border: 1px solid #e6eaee;
	}
	.riks-info-tab .risk-Summary-head {
		padding-top: 25px;
	}
	.riks-info-tab form {
		display: none !important;
	}
	.riks-info-tab .btn,
	.riks-info-tab .select-drop-main {
		display: none !important;
	}
	.pagination-main,
	.action-drop,
	[type=button] {
		display: none;
	}
}

@media (max-width: 1100px) {
	.header-main .form-inline.head-search {
		width: 300px;
	}
}

@media (max-width: 1025px) {
	.head-search {
		width: 300px;
	}
	.risk-Summary-table {
		overflow: auto;
		max-height: 250px;
	}
	.header-main .form-inline.head-search {
		width: 300px;
	}
	::-webkit-scrollbar {
		width: 4px;
		height: 4px;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
	}
	::-webkit-scrollbar-thumb {
		border-radius: 2px;
		background-color: #cccccc;
		border: 1px solid #eee;
	}
}

@media (max-width: 991px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #ffffff;
		padding: 20px;
	}
	.navbar-toggler {
		position: absolute;
		left: 100px;
		top: 19px;
	}
	.navbar-toggler .fa-bars {
		margin-top: 5px;
	}
	.multiDataTable thead,
	.editDataView thead,
	.multiDataTable tbody,
	.editDataView tbody {
		width: 478px;
	}
}

@media (max-width: 768px) {
	.header-main .navbar {
		padding: 9px 20px;
	}
	.navbar-brand {
		margin-right: 5px;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-left: 5px;
		padding-right: 5px;
	}
	.navbar-expand-md .navbar-nav li {
		text-align: center;
	}
	.navbar-collapse {
		text-align: center;
	}
	.container {
		max-width: 760px;
	}
	.head-search {
		display: inline-block;
	}
	.sidebar-section h2 {
		font-weight: 700;
		font-size: 16px;
	}
	.sidebar-section .sidebar-menu li a i {
		margin-right: 5px;
	}
	.risk-guide-box {
		width: 106px;
	}
	.profile-title-main .profile-title-info span {
		display: block;
		margin-left: 0px;
	}
	.risk-guide-sub-box {
		width: 100%;
		margin: 5px 0;
	}
	.adding-key .adding-key-info {
		padding: 20px 15px;
	}
	.form-inline .form-group {
		margin-bottom: 0px;
	}
}

@media (max-width: 767px) {
	.note-box-main {
		display: none;
	}
	.add-box-main {
		display: none !important;
	}
	.col-profile-box {
		padding: 15px;
	}
	.col-profile-box .col-profile-sub {
		padding-right: 70px;
	}
	.risk-assessment-box {
		padding: 0 60px 0 20px;
	}
	.risk-assessment-box .assessment-vertical-text {
		left: 10px;
		padding-top: 80%;
	}
	.risk-assessment-box .assessment-right-label {
		right: -30px;
	}
	.risk-guide-main {
		padding: 25px 15px 20px 15px;
	}
	.risk-assessment-main {
		padding: 25px 15px;
	}
	.risk-Summary-main .risk-Summary-head {
		padding: 30px 15px;
	}
	.risk-Summary-table table tr th:first-child,
	.risk-Summary-table table tr td:first-child {
		padding-left: 15px;
	}
	.defination-table>h2.title {
		padding: 20px 15px 18px 15px;
	}
	.summary-text-col-row .summary-text-col-box {
		width: 100%;
		margin: 5px 0;
	}
	.summery-button {
		width: 100%;
		margin: 15px 0;
	}
	.summery-button .select-drop-main {
		width: 150px;
	}
	.risk-Summary-main .risk-Summary-head .risk-Summary-title span {
		margin-left: 7px;
	}
}

@media (max-width: 480px) {
	.header-profile-box {
		padding: 0 28px 0 45px !important;
	}
	.avatar-name {
		width: 55px !important;
	}
	.porfile-section {
		margin-left: 20px !important;
	}
	.navbar-toggler {
		left: 85px !important;
	}
	.add-email-popup .add-email-popup-bottom span {
		padding-bottom: 10px;
	}
	.wizard-tab-box ul li {
		padding: 0px;
	}
	.wizard-tab-box ul li a {
		padding: 0 8px;
	}
}

.associated-text-new a{
	display: block;
	padding: 1px 7px;
	color: #674ea7 !important;
	margin: 3px 1px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	background: #d9d2e9;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-clip: padding-box;
	max-width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*# sourceMappingURL=style.css.map */