@font-face {
	font-family: 'Montserrat';
	src: url('/styles/fonts/Montserrat/Montserrat-Medium.ttf');
	font-weight: normal;
	font-style: normal;
}

html {
	font-family:Roboto;
	margin:0;
	padding:0;
}

body {
	min-height:100vh;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(202,211,228,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(202,211,228,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(202,211,228,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99cad3e4',GradientType=0 ); /* IE6-9 */
	margin:0;
	padding:0;
	padding-top:48px;
	font-family: 'Montserrat';
}

label {
	position:relative;
	top:2px;
}

.opaque-graph svg rect {
	opacity:0;
}

.bad-input {
	border-color: red !important;
}

.box-shadow-gray {
    box-shadow: 0px 0px 5px 0px #00000030;
}

.form-control {
	color:#7D7D77
}

#login-page {
	margin:0 auto;
	padding-top:12vh;
	display:flex;
}

#login-left {
	flex:1 1 200px;
	padding-top:60px;
		margin-right:20px
}

#login-right {
	flex:1.2 1.2 300px;
	min-width: 300px;
	padding-left:20px
}

#login-page #login-central-logo {
	margin: 0 auto;
	margin-top: 7%;
	cursor:pointer;
}

#login-page #login-right {
 	border-left:1px solid #7D7D77;	
 	position:relative;
}

#logo-bubble {
	width: 120px;
	height: 120px;
	border-radius: 100%;
	background-color: #204080;
	margin: 0 auto;
	position:absolute;
    left: 50%;
    transform: translate(-60px, -60px);
    z-index:1;
    background-position: center;
	background-repeat: no-repeat;
	background-size: 45%;
    background-position: center;
    background-image: url('images/home/icon-user.png');
}

#login-form {
	position: relative;
	width: 420px;
	margin: 0px auto;
	border-radius: 5px;
	padding:100px 45px 50px 45px;
	color: #7D7D77;
	font-size:19px;
}

#login-form #login-header {
	font-weight:bold;
	text-align:center;
	margin-bottom:25px;
}

#login-form input {
	background:#F2F2F2 !important;
	height:48px;
	font-size:14px;
	padding-right:30px;
	margin-bottom:20px;
}

.inline-icon-in-input {
	right: 24px;
    top: 15px;
    position: absolute;
    z-index: 2;
}

#login-form button{
	width: 100%;
    height: 50px;
    line-height: 45px;
    margin-top: 15px;
    font-size: 19px;
}

.forgot-password-link {
	text-align:center;
	margin-top:28px;
}

#logout-button {
    margin-left:auto;
    margin-right: 30px;
    cursor:pointer;
    position:relative;
    top:2px;
}

#main-navbar {
	height:48px;	
	background: rgb(32,64,128); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(32,64,128,1) 0%, rgba(32,128,192,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(32,64,128,1) 0%,rgba(32,128,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(32,64,128,1) 0%,rgba(32,128,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#204080', endColorstr='#2080c0',GradientType=0 ); /* IE6-9 */
	color:white;
	
}

#main-navbar #main-menu-toggle-button {
	cursor: pointer;
	width:83px;
	height:40px;
	border-right: 2px solid #268bce;
	display: flex;
    justify-content: center;
    align-items: center;
    font-size:12px;
}

#main-navbar #main-menu-toggle-button img {
	margin-left:5px;
	position:relative;
	top:-1px;
}

#main-navbar .dropdown-menu {
	padding:0px;
	top:42px;
	border-radius:0px;
	width:350px;
	border:1px solid #204080;
	border-left: none;
	border-top: none;

}

#main-navbar .dropdown-item {
	font-size:20px;
	color:#7D7D77;
	margin-top: 10px;
}

#main-navbar .dropdown-item:hover {
	color:#204080;
	background-color: #e6ecf2;
	padding-left:27px;
}

#main-navbar .dropdown-item.active, #main-navbar .dropdown-item:active {
	background: rgb(32,64,128); /* Old browsers */
	background: -moz-linear-gradient(right,  rgba(32,64,128,1) 0%, rgba(32,128,192,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right,  rgba(32,64,128,1) 0%,rgba(32,128,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(32,64,128,1) 0%,rgba(32,128,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#204080', endColorstr='#2080c0',GradientType=0 ); /* IE6-9 */
	color: #fff;
}

.dot-green {
	background-color:#57D92080 !important;
}

.dot-yellow {
	background-color:#D9D02080 !important;
}

.dot-red {
	background-color:#d9202080 !important;
}

.sortToggle, .sortToggle:focus {
	display: block;
	margin:0 auto;
    outline: none !important;
    box-shadow: none !important;
}


.sortToggle .fa:after {   
  	content: "\F0DC";
    font-size: 12px;
}

[data-sort-type="ASC"] .fa:after {   
  	content: "\f160";
    font-size: 12px;
}

[data-sort-type="DESC"] .fa:after {   
  	content: "\f161";
    font-size: 12px;
}

table tr th {
	vertical-align:bottom
} 


/* GENERAL PANEL CONTAINER */

.panel {
	background: #fff;
	padding:10px;
	margin-bottom:25px;
	box-shadow: 0 0 10px 0px #8caae699;
    border-radius: 10px; 
    border:1px solid #204080;
}

.panel hr {
	margin-top: 0;
    margin-bottom: 1rem;
}

a.panel-toggle {
	color: #707070 !important;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    display: inline-block;
   	color:#707070;
}

a.panel-toggle i.fa {
	margin-left: 10px;
}

.headline-label {
	font-size:14px;
}

[data-toggle="collapse"] i.fa:after {   
  	content: "\f0d7";
    font-size: 18px;
	color: #4bc318;
}

[data-toggle="collapse"].collapsed i.fa:after {
	content: "\f0d8";
	font-size: 18px;
	color: #707070;
}

/* END GENERAL PANEL CONTAINER  */

/* HOME */

.logo-bubble {
	width: 290px;
    height: 290px;
	border-radius: 100%;
    box-shadow: 0px 0px 15px 0px #b0afaf;
    background:#fff;
    background-image: url('images/big-logo.png');
    background-position-x: 40px;
    background-position-y: center;
	background-repeat: no-repeat;
	background-size: 75%;
}

#home-bubbles {
	position:relative;
	height: 80vh;
}

.logo-bubble#home-central-logo {
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}

.home-bg {
	width:80%;
	margin:0 auto;
    margin-top: 2%;
	height:80vh;
	background-image: url('images/home/world-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.home-bubble-outer {
    width: 177px;
    height: 177px;
    border: 10px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 15px 0px #b0afaf;
    color: white;
    background: #204080;
    cursor:pointer;
}

.home-bubble-icon {
	width:80px;
	height:50px;
	margin-top: 30px;
	margin-bottom:10px; 
	margin-left:auto;
	margin-right:auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
    background-position-x: 54%;
    
}

.home-bubble-counter {
	font-size:20px;
	text-align:center;
}

.home-bubble-text {
   	text-align: center; 
}

#home-bubble-1 .home-bubble-icon {
	background-image: url('images/home/icon-clients.png');	
}

#home-bubble-2 .home-bubble-icon {
	background-image: url('images/home/icon-settings.png');	
}

#home-bubble-3 .home-bubble-icon {
	background-image: url('images/home/icon-paddlock.png');	
	background-position-x: 20px;
}

#home-bubble-4 .home-bubble-icon {
	background-image: url('images/home/icon-exclamation.png');	
    background-position-x: 34px;
}

#home-bubble-5 .home-bubble-icon {
	background-image: url('images/home/icon-stop.png');	
    background-position-x: 23px;
}

#home-bubble-1 {
	position:absolute;
	left: 20%;
    top: 25%;
    transform: translate(-50%,-50%);
}

#home-bubble-2 {
	position:absolute;
	left: 80%;
    top: 25%;
    transform: translate(-50%,-50%);
}

#home-bubble-3 {
	position:absolute;
    left: 88%;
    top: 80%;
    transform: translate(-50%,-50%);
}

#home-bubble-4 {
	position:absolute;
	left: 50%;
    top: 95%;
    transform: translate(-50%,-50%);
}

#home-bubble-5 {
	position:absolute;
    left: 12%;
    top: 80%;
    transform: translate(-50%,-50%);
}





.status-color-active {
	color:#D9362080 !important;
}

.status-color-reviewed {
	color:#D9D02080 !important;
}

.status-color-closed-accepted {
	color:#57D92080 !important;
}

.status-color-closed-rejected {
	color:#D9362080 !important;
}

.status-color-escalated {
	color: #ffc107 !important;
}

.dot{
	width:16px;
	height:16px;
	border-radius:8px;
	display:inline-block;
	vertical-align:middle
}

/* END HOME */

/* ALERTS PAGE */

.search-container {
	display:flex;	
    margin-bottom: 10px;	
}

.search-container label {
	margin-bottom:0px;
	font-size:10px
}

/* .search-container input.form-control,
.search-container select.form-control,
.search-container button  {
	font-size:12px !important;
} */

.badInput {
	border-color:red !important;
}
table.main-table{
	border:1px solid #2080C0;
}

table.main-table tr {
	cursor:pointer
}

table.main-table tr:nth-child(even) {
	background-color:#5FA4D20D;
}

table.main-table tr th{
	background-color:#fff;
	color:#204080;
	font-weight:600;
	border:none;
	border-bottom:1px solid #2080C0;
	font-size:14px;
}

table tr th .th-label {
	display:block;
	text-align:center;
}

table.main-table tr:nth-child(odd) {
	background-color:#CBE6FC80;
}

table.main-table tr td {
	border-bottom:1px solid #2080C0;
	border-left:none;
	border-right:none;
	vertical-align:middle;
	color:#000000DE;
	font-size:12px;
}

table tbody tr td.cover-link {
	position:relative;
}

table tbody tr td.cover-link a {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.clickable-client-name{
	text-decoration:underline;
	color: #194be5;
}

.alerts-table-risk-number {
	display:inline-block;
	background: #ffffff;
	border:2px solid #70707099;
	border-radius:5px;
/* 	padding:5px 15px; */
	font-size:16px;
	
    height: 30px;
    width: 30px;
    line-height: 27px; 
}

table#alerts-previous-alerts-of-type {
	padding:10px 0px;
}

table#alerts-previous-alerts-of-type tr {
	cursor:pointer
}



table#alerts-previous-alerts-of-type tr th, #client-activity-history table tr th{
	background-color:#fff;
	color:#707070;
	font-weight:600;
	vertical-align:middle;
	border:none;
	border-bottom:1px solid #204080;
}

#client-activity-history table td {
	border:none;
}

table#alerts-previous-alerts-of-type tr:nth-child(odd) {
	/* background-color:#E5EFF0; */
}

table#alerts-previous-alerts-of-type tr td {
	border-bottom:1px solid #70707080;

	vertical-align:middle;
	color:#000000DE;
	font-size:14px;
	border: none;
}



/* END ALERTS PAGE */

/* CLIENT PAGE */

#client-info table, #client-activity-history table {
	width:100%;
}

#client-info table tr td {
	width:20%;
	vertical-align:top;
	padding-right: 15px;
}

.client-data-card {
	margin:8px;
	margin-top:0px
}

.client-data-card-label {
	font-size:12px;
	color: #000000DE;

}

#client-info .client-data-card-content {
	font-size:14px;
	color: #00000061;
	margin-top: 4px;
    margin-bottom: 15px;
}

#display-transactions {
	postition:relative;
}

.transactions-header {
    color: #707070 !important;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #70707090;
    width: 600px;
    border-radius: 10px;
	margin-top: 35px;
    padding: 0 15px;
}

.transactions-header .transaction-list-image {
    width: 75px;
    height: 75px;
    flex: 0 0 75px;
}

.transactions-list-toggle {
	text-align: right; 
	text-align: right;
	display: inline-block; 
	width: 100%; 
	padding-right:10px;
}

.transactions-header .transactions-header-sum {
	width:100%;
	text-align:right;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

#client-activity-history table td {
	color: #707070;
}

.transaction-list-row {
	display:flex;
	flex-direction:row;
	border: 1px solid #70707099;
	border-radius:10px;
/* 	box-shadow: 0 0 7px -2px #707070; */
    margin: 3px 0px;
    padding:5px;
    min-height: 50px;
    line-height: 50px;
    margin-left: 30px;
}

.transaction-list-row .transaction-list-image {
	width:50px
}

.transaction-list-row .transaction-list-details {
	width:100%
}


.transaction-list-image{
	background-repeat: no-repeat;
	background-position:center center;
	background-size:contain;
	margin-right:10px;
}

.transaction-list-image.transaction-deposit {
	background-image: url('images/transactions/deposit.png')
}

.transaction-list-image.transaction-withdrawl {
	background-image: url('images/transactions/withdraw.png')
}

.transaction-list-image.transaction-purchase {
	background-image: url('images/transactions/purchase.png')
}

.transaction-list-image.transaction-transfer {
	background-image: url('images/transactions/transfer.png')
}



fieldset {
	border: 2px solid #98A7C4;
	border-radius:5px;
	height: 52px;
}

fieldset .form-control, fieldset .form-control:focus, fieldset input, fieldset input:focus {
	border:none;
	box-shadow:none;
	outline:none;
}

legend{
	width: inherit;
    font-size: 12px;
    margin: 0px 10px;
    padding: 0px 3px;
    position: relative;
}



.client-lifetime-alerts-panel {
	padding:25px 12px;
	height:100%;
	min-height:100vh;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(205,214,230,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(205,214,230,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(205,214,230,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99cdd6e6',GradientType=0 ); /* IE6-9 */
	border-left:1px solid #204080;
}





/* END CLIENT PAGE */

/* ALERT */

.alert-client-panel {
	padding:25px;
	height:100%;
	min-height:100vh;
	border-right:1px solid #204080;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(205,214,230,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(205,214,230,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(205,214,230,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99cdd6e6',GradientType=0 ); /* IE6-9 */

}

.alert-client-panel .client-data-card-content {
	font-size:16px;
	color: #00000061;
	margin-top:3px;
	margin-bottom:16px;
}

.alert-upper-row {
	display:flex;
	justify-content:space-between;
	flex-direction:row;
	align-items: stretch;
}

.alert-general-info {
	display:inline-block;
	margin-bottom:25px; 
	flex: 0 0 500px;
}

.alert-general-info-static-part{
	display:flex;
	justify-content:space-between;
	border:1px solid #204080;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding: 8px 16px;
	box-shadow: 0 0 10px 0px #b7d0e380;
	width:100%;
    border-top: none;
}


.alert-general-info-static-part > div {
	flex: 1 1 100px;
}

.alert-type-info {
	padding-right: 20px;
}



.alert-status-info, .transaction-right {
	padding-left: 20px;
	border-left:1px solid #204080;
}

.alert-status-label, .alert-type-label {
	font-size:14px;
	color: #000000DE;
	opacity:0.6;
}

.alert-type-name {
	font-size:18px;
    font-weight: 700;
   	color: #000000DE;
}

.alert-status-name {
	font-size:18px;
    font-weight: 700;
}

.alert-general-info-transaction {
	border:1px solid #204080;
	border-top:none;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	margin: 0px 15px;
	padding: 15px;
	display:flex;
	justify-content:space-between;
	font-size:14px;
}

.alert-general-info-transaction > div {
	display: inline-block;
    width: 50%;
}

.transaction-details-row {
	margin:8px 0px;
}

.transaction-details-label {
	font-weight:600;
}

.transaction-details-content {
    max-width: 100%;
    word-break: break-word;
}



.alert-previous-cases {
	flex: 0 0 300px;
	padding: 0px 10px;
	margin-bottom:25px;
	margin-left: auto;
	display: flex;
    flex-direction: column;
}

.alerts-previous-scroll-container {
	overflow-y:auto;
	flex-grow:1;
    max-height: 300px;
    border: 1px solid #204080;
}

table.client-alerts-over-lifetime-table {
	padding:10px 0px;
	border:1px solid #204080;
}


table.client-alerts-over-lifetime-table tr th{
	background-color:#fff;
	color:#707070;
	font-weight:600;
	vertical-align:middle;
	border:none;
	border-bottom:1px solid #204080;
}

table.client-alerts-over-lifetime-table tr:nth-child(odd) {
	/* background-color:#E5EFF0; */
}

table.client-alerts-over-lifetime-table tr td {
	border-bottom:1px solid #204080;
	border-left:none;
	border-right:none;
	vertical-align:middle;
	color:#000000DE;
	font-size:14px;
    border: none;
}

.text-paragraph, .text-paragraph .form-control, .text-paragraph li {
	font-size:14px !important;
}

.text-paragraph table.table tr th, .text-paragraph table.table tr td {
	padding:0.75rem 0px;
}

.text-paragraph textarea {
	padding:0px 0.75rem;
}

.text-paragraph-title {
	font-size:18px;
	color:#000000DE;
	font-weight:600;	
	display:flex;
	justify-content:space-between
}


.dropdown-menu-container {
	position:relative;
}

.dropdown-menu {
	position:absolute;
	z-index:10;
}

.dropdown-menu li {
	padding:5px;
	
}

.dropdown-menu li:hover {
	cursor:pointer;
	background: #E5EFF0;
}

.dropdown-edit {
	position:absolute;
	top:0;
	right:0;
}

textarea.recommendation-text, textarea.last-recommendation-text  {
	resize: none;
	font-size:14px;
}

.recommendation-text:disabled, .last-recommendation-text:disabled {
	background: #fff !important;
	border:none !important;
}

.recommendation-status:disabled, .last-recommendation-status:disabled {
	background: #fff !important;
}

#rec-value-last-action-toggle:disabled{
	background: #fff !important;
}

#map {
	width:100%;
	height: 385px;
	margin: 0px 10px;
}
/* ------- */

.popup-wrapper {
	position:absolute;
	top:0;
    left:0;
}

.popup {
	display:none;
	position:fixed;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
    z-index:100
}

/* .popup-close {
	float:right;
	color:red;
	cursor:pointer;
} */

.popup-container{
	width:800px;
	min-height:450px;
	background:#fff;
	margin:0 auto;
	margin-top:100px;
	position:relative;
}

.popup-body {
	padding: 0px 20px;
    padding-bottom: 60px;
   
}

.popup-header {
	
	height:48px;	
	background: rgb(32,64,128); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(32,64,128,1) 0%, rgba(32,128,192,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(32,64,128,1) 0%,rgba(32,128,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(32,64,128,1) 0%,rgba(32,128,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#204080', endColorstr='#2080c0',GradientType=0 ); /* IE6-9 */
	color:white;	
    font-size: 19px;
    line-height:48px;
    padding:0px 20px;
	display:flex;
	justify-content:space-between;
    align-items: center;
}

.popup-content {
	margin:10px;
	padding: 10px;
	max-height:400px;
	overflow-y: auto;
}
.popup .popup-specifix-text{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight:600;
}

.popup-text-paragraph {
	margin-top:20px;
	font-size:16px;
	color: #000000DE;
}

.popup-footer {
	padding:0px 20px;
	height:70px;
    width: 100%;
	position: absolute;
	bottom:0;
	left:0px;	
}

.popup-buttons {
	display:flex;
	justify-content:flex-end;
	margin-top: 20px;
}

#new-recommendation-dropdown-menu-container{

}

#new-recommendation-dropdown{
    z-index: 10000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    max-width:100%
}

#new-recommendation-dropdown-toggle {
    font-size: 20px;
    cursor: pointer;
}

#new-recommendation-popup ul li {
	padding:5px;
}

#new-recommendation-popup ul li:hover {
	cursor:pointer;
	background: #E5EFF0;
}

#new-recommendation-text {
	resize: none;
	min-height: 200px;
}

.recommendation input:enabled, .last-recommendation input:enabled {
	border:1px solid #86BBC2
}

textarea.last-recommendation-text:not([disabled]),  textarea.recommendation-text:not(disabled) {
	border:1px solid #86BBC2
}

/* ------- */

/* END ALERT */


.page-item .page-link {
    color: #fff !important;
    background-color: #fff !important;
    border-color: #2080C0 !important;
    color:#2080C0 !important;
    cursor: pointer;
}

.page-item.active .page-link {

    color: #fff !important;
    background-color: #5FA4D2 !important;
    
}



hr {
	border-top:1px solid #214080;
}

.navbar-light .navbar-nav .nav-link {
	color:#1f19c8;
	font-weight:600;
	font-size: 18px;
}



.color-highlighted-label{
	padding:5px; 
	border:1px solid #57D920;
	background: #57D92080; 
	margin:10px 0px; 
	border-radius:5px
}

.color-highlighted-label.warning {
	background: #D9362080 !important;
    border: 1px solid #D93620;
}


.investigation-result-paragraph {
	margin:20px 0px;
}

.investigation-seperator {
	background-color:rgba(32,128,192,1); width:100%; height:8px;
}

.investigation-seperator-thin {
	background-color:rgba(32,128,192,1); width:90%; margin: 20px auto; height:2px;
}

.xls-table-button i {
    color:green !important; 
    font-size: 20px !important; 
}

ul.pagination {
	justify-content: center;
}

/* EMPLOYEES */
.employee-card {	
    border: 1px solid #70707099;
    box-shadow: 0 0 7px -2px #707070;
    margin: 20px;
    padding: 10px;
	width: 200px;
	text-align: center;
	cursor: pointer;
}

.employee-card .employee-picture{
	margin: 0px auto;
	width: 160px;
	height: 160px;
	border-radius: 100%;
	background-position: center;
	background-size: cover;
	/* background-image: url('/styles/images/temp/dog1.jpeg'); */
}

.employee-card .employee-name {
	margin: 15px 0px;
} 

.team-title-name {
    font-size: 18px;
    font-weight: 700;
}

.employee-panel {
	display:flex;
	flex-wrap:wrap;
	justify-content: right;
}
		
.employee-upper-row {
	display:flex;

}

.user-panel {
	flex: 0 0 320px;
}

.stat-panel {
	flex: 1 0 600px;
	min-width:600px;
	margin-left:20px;
	margin-right:20px;
	text-align: center;
}

.all-team-graph-panel {
	flex: 0 0 450px;
}


#profile-statistics .stat-cell, .profile-seperate-numbers .stat-cell{
	display: inline-block;
    width: 22%;
    padding: 1%;
    border: 1px solid #ccc;
    margin: 1%;
}

#team-statistics .stat-cell {
	display: inline-block;
    width: 30%;
    padding: 1%;
    border: 1px solid #ccc;
    margin: 1%;
}

.stat-name {
	font-size: 14px;
   	color: #000000DE;
  	    display: flex;
   	justify-content: space-between;
   	margin-bottom: 5px;
}

.stat-value {
	font-size: 14px;
	color: #00000061;
	display: flex;
   	justify-content: space-between;
   	font-weight:800;
}

.user-stats {
	border: 1px solid #ccc;
	margin: 10px;
   }

.user-stats-row{
 	display:flex;
 	justify-content: space-between;
 	padding:2px 10px;
}

.user-stat-value{
	font-size: 14px;
	color: #00000061;
}

.user-stat-label{
	font-size: 14px;
	color: #000000DE;
}

.profile-seperate-numbers {
	padding:10px;
}
#rule-template {
	margin-bottom:0px; 
	border-radius:0px; 
	box-shadow: 0px 0px 8px -2px #204080 inset; 
	padding: 10px 30px;
}

#rule-template .text-paragraph-title {
	margin-bottom:10px;
	justify-content: left;
    align-items: center;
}

#rule-template .text-paragraph-title span{
	display:inline-block;
	width: 200px;
}

.rec-row {
	margin-bottom:10px;
}



.rule-alert-type-button:not(.marked-button){
	background: none !important;
	color: #7D7D77 !important;
	border: 1px solid #204080 !important;
}

.rule-template-middle > div {
	margin:30px 0px;
}


.rule-template-upper, .rule-template-lower  {
	display:flex;
	justify-content:space-between;
}

.rule-template-upper > div, .rule-template-lower > div {
	flex: 1 1 100px;
	max-width:48%
}

.rules-table {
	margin:20px 0px;
}

.rules-table .table-row {
	display:flex; 
	justify-content:space-around; 
	border: 1px solid #2080C0;
 	color: #707070;;
	border-top:none;
	align-items:center;
}

.rules-table .table-row:nth-child(1) {
	border-top:1px solid #2080C0;
}

.rules-table .table-row .table-col:nth-child(1){
	flex: 0 0 40%
}

.rules-table .table-row:nth-of-type(2n) {
    background-color: #5FA4D20D;
}

.rules-table .table-row:nth-of-type(2n+1) {
    background-color: #CBE6FC80;
}

.fourth-col-value {
	max-width:90%;
	display:inline-block;
}

.required-field {
	color:red;
	margin-left:5px;
}

.truncate {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.screening-assesment {
	width:80%;
	margin:40px auto;
}

.screening-option{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:20px;
}

.checkbox-container {
	flex: 0 0 50px
}

.textarea-container {
	flex:1 1 50px
}

.screening-option textarea {
	width:100%;
	resize:none;
	border:1px solid #ccc;
}

.screening-option textarea:disabled {
	background: #fff !important;
	border:none !important;
}

.screening-assesment-buttons {
	width:100%;
	display:flex;
	justify-content:center;
}

.screening-assesment input[type=checkbox] {
    display:none;
}

.screening-assesment input[type=checkbox] + label {
    display:inline-block;
    padding: 0 0 0 0px;
    background:url("/styles/images/unchecked.png") no-repeat;
    height: 24px;
    width: 24px;
  background-size: contain;
}

.screening-assesment input[type=checkbox]:checked + label {
    background:url("/styles/images/checked.png") no-repeat;
    height: 24px;
    width: 24px;
    display:inline-block;
  	background-size: contain;
}




@media only screen and (max-width: 800px) {
	
 #login-page {
 	padding-top:2vh;
 	width:100%;
 	margin:0;
 }
 
 #login-right {
 	display:none !important;
 }
 
 #login-left {
 	margin:0 auto;
 }
 

}