/* 
Colours:
*/
:root {
	color: #9F9F9F;
	color: #8ACA8C;
	color: #2A2A2A;
	color: #D4D4D4;
	color: #35B878;
	color: #B6DA99;
	color: #89CB8C;
	color: #6CC387;
	color: #3BBA7C;
}


/* Azo Sans Bold
font-family: azo-sans-web, sans-serif;
font-weight: 700;
font-style: normal; */

/* Azo Sans Bold Italic
font-family: azo-sans-web, sans-serif;
font-weight: 700;
font-style: italic;

Azo Sans Italic
font-family: azo-sans-web, sans-serif;
font-weight: 400;
font-style: italic;

Azo Sans Regular
font-family: azo-sans-web, sans-serif;
font-weight: 400;
font-style: normal;

Azo Sans Uber Regular
font-family: azo-sans-uber, sans-serif;
font-weight: 400;
font-style: normal; */

.custom-col {
	width:15.27%;
	float:left;
	padding-left:15px;
	padding-right:15px;
}

body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 15px;
	color: #202020;
	font-family: 'Quicksand', sans-serif;
	max-height:100%;
	/* overflow: hidden; */
    overflow-y: scroll;
}

img {
    width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    color: #202020;
}

p, a, li {
    color: #202020;
	font-weight: 400;
}

a:hover, a:focus, a:link {
    outline: none!important;
    text-decoration: none;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #707070;
}

.my-5 {
	margin: 20px 0;
}

.mt-5 {
	margin-top: 20px;
}

.mt-4 {
	margin-top: 15px;
}

.mt-3 {
	margin-top: 10px;
}

.mb-5 {
	margin-bottom: 20px;
}

.mb-4 {
	margin-bottom: 15px;
}

.mb-3 {
	margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0!important;
}

.mr-2 {
    margin-right:5px;
}

.mr-4 {
    margin-right: 15px;
}

.ml-2 {
    margin-left:5px;
}

.ml-3 {
    margin-left: 10px;
}

.mt-2 {
    margin-top:10px!important;
}

.mt-3 {
    margin-top:5px;
}

.mb-2 {
    margin-bottom:5px;
}

.p-0 {
    padding: 0px !important;
}

.p-3 {
    padding: 15px;
}

.p-4 {
    padding: 20px;
}

.p-5 {
    padding:35px!important;
}

.pl-0 {
	padding-left: 0px;
}

.pr-0 {
	padding-right: 0px;
}

.pt-5 {
	padding-top: 20px;
}

.pb-5 {
	padding-bottom: 20px;
}

.text-right {
    text-align: right!important;
}

.border {
    border: 1px solid #999999;
}

.border-bottom-thick {
    border-bottom: 2px solid #999999;
}

.border-bottom {
    border-bottom: 1px solid #999999;
}

.border-top {
    border-top: 1px solid #999999;
}

iframe {
    width: 100%;
}

.centered-content {
	text-align: center;
}

.shadow {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.d-block {
    display: block!important;
}

.tooltip { 
	pointer-events: none; 
}

.btn-primary.btn-xxs {
	min-width: none!important;
    max-width: 185px!important;
	font-size: 12px!important;
	padding: 3px;
    margin-left: 20px;
}

.btn-primary.inv {
    color: #2A2A2A;
    background-color: transparent;
    border: 1px solid #2A2A2A;
    width: auto!important;
    font-weight: 300;
}

.colp-10 {
	padding-right: 10px;
	width: 10%;
	display: inline-block;
	overflow:hidden;
	float:left;
}

.colp-12 {
	padding-right: 10px;
	width: 12%;
	display: inline-block;
	overflow:hidden;
	float:left;
}

.colp-15 {
	padding-right: 10px;
	width: 15%;
	display: inline-block;
	overflow:hidden;
	float:left;
}

.colp-20 {
	padding-right: 10px;
	width: 20%;
	display: inline-block;
	overflow:hidden;
	float:left;
}

.colp-25 {
	padding-right: 10px;
	width: 25%;
	display: inline-block;
	overflow:hidden;
	float: left;
}

.colp-30 {
	padding-right: 10px;
	width: 30%;
	display: inline-block;
	overflow:hidden;
	float: left;
}

.colp-35 {
	padding-right: 10px;
	width: 35%;
	display: inline-block;
	overflow:hidden;
	float: left;
}

.colp-50 {
	padding-right: 10px;
	width: 50%;
	display: inline-block;
	overflow:hidden;
	float: left;
}

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

.client-data form input, .client-data form select, .client-data form textarea {
	padding: 6px;
	font-size: 14px;
}

.client-data .content-row-final p {
	font-size: 14px;
}

.alt-email-hidden {
	display:none;
}

.alt-email-visible {
	display:block;
}

.contact-email {
	position:relative;
	padding-right:20px;
}

.toggle-alt-email {
	position:absolute;
	top:6px;
	right:4px;
	z-index:999;
	cursor: pointer;
}

.toggle-alt-email.active i {
	color:#8ACA8C;
}

.missing-email-icon, .alt-email-icon {
	position: absolute;
	top: 9px!important;
	right: -20px!important;
	left: auto!important;
	z-index:999;
}

.alt-email-icon.active i {
	color:#8ACA8C;
}

#closeSubmitToSars {
	margin-left: 40%;
    margin-top: 6%;
    min-width: 10%!important;
    width: 20%;
}

/* Select 2 */
.select2-container--default .select2-search--inline .select2-search__field {
	min-width:200px!important;
	width: auto;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 45px;
    user-select: none;
    -webkit-user-select: none;
    line-height: 45px;
    vertical-align: middle;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
    vertical-align: middle;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 8px;
    right: 1px;
    width: 20px;
}

.select2-container {
    box-sizing: border-box;
    box-shadow: none;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px!important;
    vertical-align: middle;
    background: url(https://files.crtgroupstorage.com/sulenetaylor/angle-down-light.png) no-repeat right 0.70rem center / 12px 7px!important;
    color: #2A2A2A;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #A2A2A2;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent!important;
    border: 0!important;
    border-radius: 0!important;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4!important;
    border: 1px solid #e4e4e4!important;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 7px;
    box-shadow: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid #A2A2A2!important;
    -webkit-appearance: textfield;
    min-width: 360px !important;
    display: block;
}

.no-results {
	margin-left: 15px;
    margin-top: 20px;
    color: red;
    font-size: 16px;
    font-weight: bolder;
}

.orange-txt {
	color:#F26D26;
}
.grey-txt {
    color: #999999!important;
}

.grn-txt {
	color:#66C184!important;
}
.wht-txt {
	color:#fff!important;
}

.tooltip-inner {
    max-width: 200px;
    /* If max-width does not work, try using width instead */
    width: auto;
	text-align: left;
	line-height: 20px;
    z-index: 999999;
}

.client-communications .tooltip-inner {
	width:auto;
}

.header .tooltip-inner {
	text-align: center;
}

.orange {
	color:#F26D26;
	padding: 0;
	margin: 0;
}

.notice {
	padding: 15px;
	font-size: 16px;
	font-weight: 500;
	background-color:rgb(245, 245, 245);
	border-radius:15px;
}

/* .logo {
	margin-left:10%;
	display: inline-block;
	text-align: left;
	float: left;
} */

.logo {
    margin-left: 13%;
    display: inline-block;
    text-align: left;
    float: left;
    /* max-width: 220px; */
    margin-top: 0;
    vertical-align: middle;
    line-height:normal;
}

.button {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 70px;
    width: 30px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: 25px;
    margin-top: 25px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.default-header .logo {
    margin-left: 13%;
    display: inline-block;
    text-align: left;
    float: left;
    /* max-width: 220px; */
    margin-top: 0px!important;
}

.default-header .logo img {
    width: 60%!important;
    height: auto !important;
}

#ts-cs {
	text-align: left!important;
    width: 5%!important;
    vertical-align: top!important;
	margin-top: 10px;
}

.divider {
    border: 1px solid #D4D4D4;
    margin-bottom: 30px;
    margin-top: 30px;
    /* height: 20px; */
    margin-left: -40%;
}

/* .btn-primary {
    color: #fff;
    background-color: #8ACA8C;
    border-color: #8ACA8C;
    padding: 10px 15px;
    font-size: 30px;
    border-radius: 36px;
	min-width: 20%;
	width: auto;
} */

.btn-primary {
    color: #fff;
    background-color: #66C184;
    border-color: #66C184;
    padding: 10px 15px;
    font-size: 17px;
    border-radius: 36px;
    min-width: 26%;
    width: auto;
    font-weight: 300;
}

.btn-primary.btn-sm {
	min-width: 50%!important;
    /* max-width: 60%!important; */
	font-size: 15px!important;
	padding: 5px 15px;
}

.btn-primary.btn-xxs {
	min-width: none!important;
    max-width: 185px!important;
	font-size: 12px!important;
	padding: 3px;
    margin-left: 20px;
}

.btn-primary.btn-sml {
	font-size: 15px!important;
	padding: 10px 10px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff!important;
    background-color: #8ACA8C!important;
	border-color: #8ACA8C!important;
}

.basic-amounts-btn {
    padding: 7px!important;
    font-size: 14px!important;
}

.float-right {
	float: right;
}

/* Header */
.header {
	text-align: right;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	position: relative;
}

/* #resyncResults {
	margin-top: 35px;
	margin-bottom: 50px;
} */

#syncProfilesBtn {
	display: none;
}

.header-icon-round {
    background-color: #8aca8c;
    padding: 10px;
    color: #fff;
    font-size: 25px;
    width: 57px;
    height: 57px;
    display: inline-grid;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 100%;
}

.header-icon-round a {
    color: #fff;
}

.num_credits {
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    /* left: -2px; */
    /* top: -1px; */
    color: #fff;
    line-height: 33px;
}

/* .home-btn-img {
	float: left;
} */

header .col-md-5 {
	position:relative;
}

.navbar-center {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: auto !important;
    max-height: 45px!important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    left: auto;
    right: auto;
    margin: auto;
    width: 100%;
}

.navbar-right img {
    width: 11%!important;
    min-width: 0px!important;
    max-width: none!important;
    margin-right: 10px;
}

.navbar-right a {
	position:relative;
}

.navbar-right a .important {
	box-shadow: 0 0 0 rgba(244, 111, 0,0.8);
	animation: pulse 2s infinite;
	border-radius:100%;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 111, 0, 0.8);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(244, 111, 0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(244, 111, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(244, 111, 0, 0.8);
    box-shadow: 0 0 0 0 rgba(244, 111, 0, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(244, 111, 0, 0);
      box-shadow: 0 0 0 10px rgba(244, 111, 0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(244, 111, 0, 0);
      box-shadow: 0 0 0 0 rgba(244, 111, 0, 0);
  }
}

.navbar-right div {
	display: inline-block;
	margin-right: 5px;
    margin-left: 5px;
}

.home-btn-img img {
    width: 5%;
    min-width: 56px;
    max-width: 56px;
}

.header select {
    padding: 10px;
    margin-right: 20px;
    font-family: 'Quicksand', sans-serif !important;
    min-width: 200px;
    width: auto !important;
}

header .btn-primary {
	font-size: 20px;
}

.page-tabs {
	z-index: -100;
}

.page-tabs .col-md {
	width: 19.84%;
    float: left;
    margin-right: auto;
    margin-left: auto;
    background-color: #D4D4D4;
	padding: 30px;
	text-align:center;
}

.page-tabs .col-md.active {
	background-color: #8ACA8C;
}

.page-tabs .col-md.active h3 {
	color: #fff!important;
}

.page-tabs .col-md h3 {
	font-weight: 300;
	font-size: 16px;
}

.col-md-small {
	float: left;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
	padding: 0.1%;
}

/* Sidebar */ 
#nav-content ul {
	list-style:none;
}

#nav-content ul li a {
	font-size: 17px;
    font-weight: 400;
}

#nav-content ul li a:hover, #nav-content ul li a.active {
    color: #8ACA8C;
    background-color: transparent;
	cursor: pointer;
}

/* Login page */

.page-content.login {
/* 	min-height: 90vh; */
	height: auto;
	padding-top: 23vh;
	padding-bottom: 23vh;
	background-color:#FBFBFB;
}

.page-content.register {
/* 	min-height: 90vh; */
	height: auto;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color:#FBFBFB;
}

.page-content .login-inner, .page-content .register-inner {
	background-color: #fff;
	min-height: 50vh;
	padding: 40px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.page-content .login-logo {
	margin-bottom: 20px;
	text-align: center;
}

.page-content .login-logo img {
	width: 30%;
}

.login-inner #email {
	width: 100%;
}

.error {
	display: none;
}

.register-prompt {
	padding-top: 10px;
}

.register-prompt a {
	color:#35b878;
	font-weight: 700;
}

.historical-notice {
	position:absolute;
	left: 23px;
	top: 7px;
}

.historical-notice i {
	color:#F26D26;
}

.token-history-table {
	margin-top: 30px;
}

/* Purchase */
.purchase-page {
	text-align: center;
}

.purchase-page form {
	text-align: center;
}

/* Approve */
.approve-block {
	padding: 30px;
	background-color:#fff;
	box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.3);
    border-radius: 20px;
}

.approve-block .btn-primary, .approve-block .btn-primary.blk.btn-sm {
	width:auto!important;
	min-width:150px!important;
	margin-top:0px;
}

/* Register */
.page-content.register h1 {
	margin-bottom: 30px;
	font-size: 32px;
	text-align: center;
}

.page-content.register label {
	font-size: 16px;
}

.page-content.register #email {
	width: 100%;
}

/* Page content */

.page-content {
	/* min-height: 85vh; */
    height: auto;
    padding-top: 13vh;
    padding-bottom: 10vh;
	background-color:#FBFBFB;
}

.page-content-final {
	/* min-height: 85vh; */
    height: auto;
	padding: 7vh 0;
	background-color:#FBFBFB;
}

.page-content-final.setup {
	text-align: center;
}

.page-content.calculation, .page-content.review, .page-content.setup {
	text-align: center;
}

.phase-heading h1 {
	text-align: left;
	display: inline-block;
	float: left;
	font-size: 24px;
	font-weight: 400;
}

.phase-heading span {
	text-align: right;
	display: inline-block;
	float: right;
	margin-left: 20px;
}

.phase-heading .dropdown button {
	font-size: 17px!important;
}

.phase-heading button i {
    font-size: 18px;
    vertical-align: top;
    line-height: 20px;
	margin-left: 10px;
}

.phase-heading .dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 10px 10px 0 10px;
    margin: 16px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    right: -15px;
}

.phase-heading .dropdown-menu li {
    margin-bottom: 10px;
    text-align: center;
}

.phase-heading .dropdown-menu .btn-primary.btn-sm, .phase-heading .btn-primary.btn-sm {
    display: inline-block;
    min-width: 80%!important;
    width: auto;
    max-width: 100%!important;
	color: #FFF;
}

.review2 .phase-heading, .communicate .phase-heading {
	text-align: right;
}

.review2 .phase-heading h2, .communicate .phase-heading h2 {
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
	margin-right: 20px;
}

.review2 .phase-heading .btn-primary.btn-sm, .communicate .phase-heading  .btn-primary.btn-sm, .calculation2 .phase-heading  .btn-primary.btn-sm {
	display: inline-block;
	min-width: 15%;
	width: auto;
	max-width:100%!important;
}

.reporting-table {
	max-height: 100vh;
	margin-top: 40px;
}

.reporting-table table>thead {
	border-top: 1px solid #707070!important;
    border-bottom: 1px solid #707070!important;
}

.reporting-table table>thead>tr>th {
    min-height: 40px;
    height: auto;
    position: sticky;
    top: 0;
    background-color: #FBFBFB;
    z-index: 9999;
    vertical-align: middle!important;
}

.page-inner {
	padding-top: 5vh;
	padding-bottom: 5vh;
}

.page-inner-final {
	padding-top: 2vh;
	padding-bottom: 2vh;
}

.page-content.review2 .page-inner, .page-content.communicate .page-inner {
    padding-top: 10px;
    padding-bottom: 5vh;
}

.page-inner .container {
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	padding: 5%;
}

.faqs-panels {
	margin-top: 5%;
	padding-top: 5%;
	border-top: 1px solid #eee;
}

.faqs-page .container {
	padding: 3% 3%;
}

.faqs-page .panel-group .panel {
    margin-bottom: 20px;
    border-color: transparent;
    border-radius: 4px;
}

.faqs-page .panel-default>.panel-heading {
    color: #fff;
    background-color: #89CB8C;
    border-color: #ddd;
    padding: 20px;
}

.faqs-page .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 1px solid #ddd;
}

.faqs-page .panel-title {
    font-size: 17px;
}

.page-inner-final .container{
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	padding: 1% 2%;
}

.page-inner-final .nav-tabs>li>a {
    border-radius: 0;
    padding: 10px;
    font-size: 14px;
    height: 45px;
}

.page-inner-final .tab-content h3 {
	margin-top: 15px;
	margin-bottom: 35px;
}

.content-row-final {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DFDFDF;
	min-height: 75px;
    height: auto;
}

.content-row-final .col-md-2 p, .content-row-final .col-md-4 p {
	/* margin-top:10px; */
	font-size:14px;
}

form .content-row-final:last-child {
    border-bottom: 0;
}

.column-heading-final {
	min-height:30px;
	margin-top: 30px;
	height:auto;
	border-bottom:1px solid #707070;
}

.home-section {
    height: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    vertical-align: middle;
    align-self: center;
    align-items: center;
    display: flex;
}

.home-section:after {
	content: '';
    position: absolute;
    top: 29px;
    right: 50%;
    border: 1px solid #D4D4D4;
    width: 40%;
    z-index: -110;
}

.home-section p, .home-section a {
	margin-bottom: 0;
	color: #fff;
	font-size: 18px;
}

.home-section .col-md-8 {
	background-color: #8ACA8C;
	-webkit-border-radius: 61px;
	-moz-border-radius: 61px;
	border-radius: 61px;
	padding: 15px 20px;
	width: 40%;
}

.home-section .col-md-4 {
	background-color: #8ACA8C;
	-webkit-border-radius: 61px;
	-moz-border-radius: 61px;
	border-radius: 61px;
	padding: 15px 10px;
	display: inline-block;
	max-width: 8%;
    text-align: center;
    margin-left: 10%;
}

label {
	font-size: 16px;
    color: #2A2A2A;
    /* margin-bottom: 10px; */
    font-weight: 500;
    margin-top: 10px;
}

label:focus, select:focus {
	text-decoration: none;
	outline: none;
}

form {
	text-align: left;
	
}

form input, form select, form textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #707070;
}

form textarea {
	height: 100px;
}

form .btn-primary {
	margin-top: 20px;
}

.manage-company form .btn-primary.btn-sm {
	width: auto;
	min-width:200px!important;
	max-width:none!important;
	font-size: 18px!important;
}

label[for="select-all"] {
	margin-top: -5px!important;
}

/* Calculate phase 2 */
.column-content::-webkit-scrollbar, .reporting-table::-webkit-scrollbar {
	width: 10px;
}
 
.column-content::-webkit-scrollbar-track, .reporting-table::-webkit-scrollbar-track {
	/* box-shadow: inset 0 0 6px #aaa; */
	background-color:#ececec;
}
 
.column-content::-webkit-scrollbar-thumb, .reporting-table::-webkit-scrollbar-thumb {
	background-color: #35b878;
	/* outline: 1px solid #eee; */
	border-radius: 0px;
}

.column-heading {
	min-height: 40px;
	height: auto;
	border-bottom: 1px solid #707070;
	position: sticky;
}

.column-heading p {
	margin-bottom: 0;
	vertical-align: middle;
}

.column-content {
    max-height: 60vh;
	overflow-y: scroll;
	float:left;
	width: 100%;
}

#email {
	position: relative;
	width: 80%;
}

.calculator-img{
	position: relative;
	width: 55%;
}

.notes-btn {
	position:absolute;
	right: 12px;
    top: 8px;
}

.notes-btn i {
	font-size: 20px;
    padding-right: 2px;
	color:#d4d4d4;
}

.notes-btn.active i {
	color:#8aca8c;
}

.email-div .tooltip-img {
	max-width: 7%!important;
	width: auto;
	position: absolute;
	top: 9px!important;
	right: -12px!important;
	left: auto!important;
}

.tooltip-div .tooltip-img {
	max-width: 20%;
	width: auto;
	position: absolute;
	top: 9px;
    left: -4px;
}

.review2 .tooltip-div.email-div .tooltip-img {
    max-width: 20%;
    width: auto;
    position: absolute;
    top: 13px;
    right: 30px;
}

#setup-login-form .tooltip-div .tooltip-img {
	width: 20px;
	position: absolute;
	top: 0px;
	right: 10px;
	left:auto;
}

.relative-row {
	position: relative;
}

#setup-login-form label {
	position: relative;
	width: 100%;
}

#setup-login-form label>.tooltip-img {
	max-width: 8%!important;
}

.content-row {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DFDFDF;
	height: 60px;
}


.content-row .col-md-4, .content-row .col-md-1, .content-row .col-md-3 {
	padding-left: 8px;
	padding-right: 8px;
}

.page-inner-final .content-row input, .page-inner-final .content-row select {
	padding: 7px;
	font-size: 13px;
}

form .content-row:last-child {
	border-bottom: 0;
}

.no-email-checkbox {
    margin-top: 20px!important;
}

.checkbox {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    line-height: -30px;
}

.checkbox label {
	display: none;
}

.column-content input[type="checkbox"] + label, .column-content input[type="radio"] + label {
    display: inline-block;
    margin: 0em;
    cursor: pointer;
    padding: 0em;
    text-align: center;
    margin-left: 5px;
}

.no-email-checkbox input[type="checkbox"] + label, .no-email-checkbox input[type="radio"] + label {
    display: block;
    margin: 0em;
    cursor: pointer;
    padding: 0em;
    margin-left: 40px;
}

.no-email-checkbox input[type="checkbox"] + label:before, .no-email-checkbox input[type="radio"] + label:before {
    content: "";
    border: 1px solid #707070;
    border-radius: 100%;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    padding-left: 0em;
    padding-bottom: 0em;
    margin-right: 1em;
    vertical-align: middle;
    color: transparent;
    transition: 0.2s;
    text-align: center;
    font-size: 15px;
    margin-top: 0;
    /* line-height: 150px; */
    margin-left: -40px;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    display: block;
    margin: 0em;
    cursor: pointer;
    padding: 0em;
}

.column-heading input[type="checkbox"] + label, .column-heading input[type="radio"] + label{
	margin-left: 10px;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
    content: "";
    border: 1px solid #707070;
    border-radius: 100%;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    padding-left: 0em;
    padding-bottom: 0em;
    margin-right: 1em;
    vertical-align: middle;
    color: transparent;
    transition: 0.2s;
    text-align: center;
    font-size: 15px;
    margin-top: 0;
    /* line-height: 150px; */
}
input[type="checkbox"]:checked + label:before, .select-row-mark input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
    background-color: #66C184!important;
    border-color: #66C184!important;
    color: #fff;
}
#registerForm input[type="checkbox"] + label:before {
    margin-right: 5px;
}

.new-note input[type="checkbox"] + label, .new-note input[type="radio"] + label {
	font-size: 16px;
	margin-top: 5px;
}

.new-note input[type="checkbox"] + label:before, .new-note input[type="radio"] + label:before {
	margin-top: -1px;
}

.page-content.communicate input[type="checkbox"] + label:before {
    margin-top: 0;
	
}

.page-inner-final .content-row input, .page-inner-final .content-row select {
	margin-left: 10px;
}

.select-row-mark input[type="checkbox"] + label:before, .select-row-mark input[type="radio"] + label:before {
	border: 2px solid #66C184;
    position: absolute;
    left: -20px;
    top: 1px;
    z-index: 999999;
    width: 12px;
    height: 12px;
}

.reporting-table .select-row-mark input[type="checkbox"] + label:before, .reporting-table .select-row-mark input[type="radio"] + label:before {
	left: -35px!important;
	top: 3px!important;
}

.mark-risk {
	position: absolute;
    left: -12px;
    top: 8%;
    width: 23px;
    text-align: center;
}

.select-row-mark {
	position: absolute;
    left: 20px;
    top: 20px;
}

.mark-risk span {
	font-size: 30px;
}

input[type="checkbox"] + label:active:before, input[type="radio"] + label:active:before {
    transform: scale(0);
}

input[type="checkbox"]:checked + label:before, .select-row-mark input[type="checkbox"]:checked + label:before {
    background-color: #66C184!important;
    border-color: #66C184!important;
    color: #fff;
}

input[type="checkbox"]:disabled + label:before , input[type="radio"]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}

input[type="checkbox"]:checked:disabled + label:before, input[type="radio"]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.content-row .btn-primary.blk.btn-sm {
	margin-top: 0!important;
}

.content-row .rc-btn-div .btn-primary.blk.btn-sm {
	min-width: 0!important;
    line-height: 20px;
    width: 25px;
	height: 25px;
    padding: 1px 6px;
    margin-top: -6px!important;
}

.content-row .rc-btn-div .btn-primary.grn.btn-sm {
	min-width: 0!important;
	line-height: 20px;
	width:auto;
	padding: 1px 6px;
    margin-top: -6px!important;
	background-color: #8ACA8C;
    border-color: #8ACA8C;
}

.content-row .rc-btn-div .btn-primary.blk.btn-sm i, .content-row .rc-btn-div .btn-primary.grn.btn-sm i {
	font-size: 12px;
}

.btn-primary.blk.btn-sm {
    min-width: 100%!important;
    font-size: 15px!important;
    padding: 5px 10px;
    margin-top: 5%;
	background-color: #2A2A2A;
	border: #2A2A2A;
}

.btn-primary.blk.btn-sm:hover {
	background-color: #2A2A2A!important;
}

.twobtn-div .btn-primary.blk.btn-sm, .twobtn-div .btn-primary.grn.btn-sm {
	display: inline-block!important;
    min-width: 40%!important;
	margin-top: 0px;
    padding: 10px 10px;
	margin-right:10px;
}

.twobtn-div .btn-primary.grn.btn-sm {
	background-color: #3BBA7C!important;
}

.twobtn-div .btn-primary.blk.btn-sm {
    font-size: 15px!important;
    margin-top: 5%;
	background-color: #2A2A2A;
	border: #2A2A2A;
	margin-top: 0;
}

/* Modal styles */
/* .modal {
    z-index: 9999999;
} */

.modal-content {
	border-radius: 0;
}

.modal-header {
	background-color: #8ACA8C;
	color: #fff;
}
.modal-title {
	color: #fff;
	font-size: 30px;
}

.modal-header .close {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 35px;
    color: #fff;
    opacity: 1;
}

.modal-lg {
    max-height: 800px;
    overflow-y: auto;
}

.addUser-modal .col-md-3 {
	padding-right: 0;
}

.addUser-modal label {
	vertical-align: middle;
	line-height: 40px;
	font-size: 17px;
	font-weight: 300;
	display: unset;
}

.addUser-modal input {
	padding: 10px;
}

.addUser-modal input[type="checkbox"] + label, .addUser-modal input[type="radio"] + label {
  display: block;
  margin: 0em;
  cursor: pointer;
  padding: 0em;
}

.addUser-modal input[type="checkbox"], .addUser-modal input[type="radio"] {
  display: none;
}

.addUser-modal input[type="checkbox"] + label:before, .addUser-modal input[type="radio"] + label:before {
	content: "";
    border: 1px solid #707070;
    border-radius: 0;
    display: inline-block;
	width: 1.5em;
    height: 1.5em;
    padding-left: 0em;
    padding-bottom: 0em;
    margin-right: 0.8em;
    vertical-align: top;
    color: transparent;
    transition: 0.2s;
    text-align: center;
    font-size: 15px;
}

.addUser-modal input[type="checkbox"] + label:active:before, .addUser-modal input[type="radio"] + label:active:before {
  transform: scale(0);
}

.addUser-modal input[type="checkbox"]:checked + label:before, .addUser-modal input[type="radio"]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
}

.addUser-modal input[type="checkbox"]:disabled + label:before, .addUser-modal input[type="radio"]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.addUser-modal input[type="checkbox"]:checked:disabled + label:before, .addUser-modal input[type="radio"]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.calculation-modal .col-md-3 {
	padding-right: 0;
}

.calculation-modal label {
	vertical-align: middle;
	line-height: 45px;
	font-size: 17px;
	font-weight: 300;
	display: unset;
}

.calculation-modal input, .calculation-modal select {
	padding: 5px;
}

.calculation-modal input[type="checkbox"] + label, .calculation-modal input[type="radio"] + label {
  display: block;
  margin: 0em;
  cursor: pointer;
  padding: 0em;
}

.calculation-modal input[type="checkbox"], .calculation-modal input[type="radio"] {
  display: none;
}

.calculation-modal input[type="checkbox"] + label:before, .calculation-modal input[type="radio"] + label:before {
	content: "";
    border: 1px solid #707070;
    border-radius: 0;
    display: inline-block;
	width: 1.5em;
    height: 1.5em;
    padding-left: 0em;
    padding-bottom: 0em;
    margin-right: 0.8em;
    vertical-align: top;
    color: transparent;
    transition: 0.2s;
    text-align: center;
    font-size: 15px;
	vertical-align: middle;
}

.calculation-modal input[type="checkbox"] + label:active:before, .calculation-modal input[type="radio"] + label:active:before {
  transform: scale(0);
}

.calculation-modal input[type="checkbox"]:checked + label:before, .calculation-modal input[type="radio"]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
}

.calculation-modal input[type="checkbox"]:disabled + label:before, .calculation-modal input[type="radio"]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.calculation-modal input[type="checkbox"]:checked:disabled + label:before, .calculation-modal input[type="radio"]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.three-col input {
	width: 50%;
	display: inline-block;
}

.three-col input[type="checkbox"] + label, .three-col input[type="radio"] + label {
    max-width: 30%;
    display: inline-block;
}

.three-col .btn-primary {
	min-width: 30%!important;
	max-width: 30%!important;
	display: inline-block;
	margin-top: 0!important;
	float: right;
}

.l-h-40 {
	line-height: 40px;
}

.form-row {
	display: block;
	min-height: 50px;
}

#videoModal .modal-title {
	color: #202020!important;
	margin-bottom: 20px;
}

#draftworx-title {
	margin-top: 20px;
}

/* Footer */
.footer {
    background-color: #2A2A2A;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    z-index: 999;
    position: relative;
}

.footer p, .footer a {
	color: #fff;
	margin-bottom: 0;
}

[data-notify="container"][class*="alert-pastel-"] {
    background-color: rgb(255, 255, 255);
    border-width: 0px;
    border-left: 15px solid rgb(255, 240, 106);
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
	z-index:999999999!important;
}

[data-notify="container"].alert-pastel-info {
    border-left-color: #8ACA8C;
}

[data-notify="container"].alert-pastel-danger {
    border-left-color: #F52B2B;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="title"] {
    color: #333;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="message"] {
    font-weight: 400;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0,0,0,0.3);
    background: white;
    padding: 20px 20px;
}

/* Forgot Password  */

#forgot-password-link {
	font-size:12px;
}

#forgot-password-link:hover {
	color:#35B878;
}

header .select2-container {
    z-index:inherit;
    margin: 0 20px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 25% !important;
}

header .select2-container .select2-selection--single {
	text-align: left;
	height:auto;
	border-radius:0px;
    background-color: transparent!important;
    padding: 10px;
    margin-right: 20px;
    font-family: 'Quicksand', sans-serif !important;
    min-width: 200px;
    width: auto !important;
}

header .select2-container--default .select2-selection--single .select2-selection__rendered {
	height:auto;
	line-height:inherit;
	color:#000;
	font-weight: 700;
}

header .select2-container--default .select2-selection--single .select2-selection__arrow {
	height:100%;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 26px;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px!important;
    vertical-align: middle;
    background: url(https://files.crtgroupstorage.com/sulenetaylor/angle-down-light.png) no-repeat right 0.70rem center / 12px 7px!important;
    color: #2A2A2A;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #A2A2A2;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

header .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

header .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 45px !important;
    user-select: none;
    -webkit-user-select: none;
    line-height: 33px;
    vertical-align: middle;
    text-align: left!important;
}


.select2-container {
    z-index: 999999;
}

#search_text {
	width: 300px;
	display:inline-block;
	padding: 5px;
    margin-right: 15px;
}

.phase-heading span .dropdown {
	display:inline-block;
}

.phase-heading .dropdown-menu a.btn-primary.btn-sm {
	padding: 3px 10px;
    /* width: auto!important;
    min-width: 0!important; */
}

.tutorial-header {
	text-align: center;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
}

.tutorial-header h2 {
	font-size: 35px;
}

.tutorial-categories {
	display:block;
	text-align: center;
}

.tutorial-category {
	display:none;
}

.tutorial {
	display:none;
}

.tutorial-block {
	text-align: center;
	display:inline-block;
	width:33%;
	background-color:#fff;
	padding:20px;
	cursor:pointer;
}

.tutorial-block-inner {
	box-shadow: 0px 3px 9px -1px rgba(0,0,0,0.2);
    border-radius: 12px;
	padding: 18px;
	background-color:#8ACA8C;
}

.tutorial-block.important .tutorial-block-inner {
	box-shadow: 0px 0px 11px 1px rgba(244, 111, 0,0.8);
}

.tutorial-block-inner h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	color:#fff;
}

.tutorial-block-inner p {
	color:#fff;
	font-size: 18px;
}

.tutorial-btn {
	padding: 8px!important;
    font-size: 14px!important;
}

.tut-cats-tabs .tab-content {
	padding: 20px;
}

.tut-cats-tabs .nav-tabs>li.active>a, .tut-cats-tabs .nav-tabs>li.active>a:focus, .tut-cats-tabs .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background-color: #D4D4D4;
    padding: 10px 20px;
    text-align: center;
}

.tut-cats-tabs .nav>li>a {
    padding: 10px 20px;
}

.tut-cats-tabs .nav>li {
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

.tut-cats-tabs .nav-tabs>li {
    float: none;
}

.tutorial-back-btn {
	padding: 5px!important;
    font-size: 13px!important;
}

.btn-primary.sync-sm-btn {
	width:auto!important;
	min-width:0px!important;
}

.initial-setup .checkbox {
	margin-bottom: 3px;
}

.initial-setup .checkbox label {
	font-size:14px;
	text-align:left!important;
	padding-left:10px!important;
}

.initial-setup .checkbox input[type="checkbox"] + label:before, .initial-setup .checkbox input[type="radio"] + label:before {
	vertical-align:middle;
	width: 1em;
	height: 1em;
	margin-top:-3px;
}

.initial-setup .content-row-final {
	padding-top: 10px;
	padding-bottom: 2px;
}

.placeholder-btn {
	display: inline-block;
    padding: 3px;
    background-color: #e9e9e9;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    padding-left: 8px;
    padding-right: 8px;
	margin-bottom: 5px;
}

/* .gen-key {
	font-weight:600;
	color:#4A65F9;
}

.gen-key:hover {
	color:#4A65F9;
	border-bottom: 1px dotted;
} */

/* itr14 */
.itr14-header .row {
    align-items: center;
    align-content: center;
    align-self: center;
    justify-content: center;
    display: flex;
}
.itr14-table {
    padding-right: 15px;
    margin-top: 20px;
}
.client-data-match {
    padding: 5vh 0 10vh 0;
    background-color: #FBFBFB;
}

.client-data-match .card {
    background-color: #fff;
    width: 100%;
    overflow-y: scroll;
    min-height: 40vh;
    max-height: 40vh;
    padding-right: 15px;
    padding-left: 15px;
    box-shadow: 0px 3px 6px #00000029;
}

.match-proceed-card .dropdown-toggle {
    background-color: transparent;
    border: 0;
    font-size: 35px;
    color: #2A2A2A;
    float: right;
    text-align: right;
    width: 40px;
}

.match-proceed-card .dropdown-menu {
    position: absolute;
    right: 100%;
    left: auto;
    top: 0 !important;
    z-index: 1000;
    float: left;
    min-width: 60px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #707070;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.match-proceed-card .dropdown-menu>li>a:focus, .match-proceed-card .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: transparent;
}

.match-proceed-card .dropdown-menu>li>a {
    display: block;
    padding: 0px 2px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-align: center;
}

#suggestedMatchModal .modal-body {
    padding: 0;
}

.card {
    background-color: #fff;
    width: 100%;
    overflow-y: scroll;
    max-height: 50vh;
    padding-right: 15px;
    padding-left: 15px;
    box-shadow: 0px 3px 6px #00000029;
}

.card::-webkit-scrollbar {
	width: 10px;
	text-align: center;
	align-self: center;
}

.card::-webkit-scrollbar-track {
	box-shadow: none;
	border-radius: 8px;
	width: 10px;
	text-align: center;
	align-self: center;
	padding: 15px;
}

.card::-webkit-scrollbar-thumb {
	background-color: #D6D6D6;
	outline: 1px solid #D6D6D6;
	border-radius: 8px;
	padding: 10px;
}

.card .col-md-11 {
    vertical-align: middle;
    line-height: normal;
    justify-content: center;
    align-items: center;
    align-self: center;
    line-height: normal;
}

.client-data-match .card .row {
    display: flex;
    align-items: end;
    align-self: end;
}

.client-data-match .table-wht-bg {
    background-color: #EBEBEB;
}

.icons {
    margin: 0;
}
.icon {
    width: 35px;
    height: 35px;
    max-width: 100px;
    border-radius: 100%;
    padding: 6px 0;
    text-align: center;
    margin: 6px auto;
    vertical-align: middle;
}
.actions .icon {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

.icon i {
    font-size: 18px;
    vertical-align: middle;
}

.icon img {
    width: 20px;
    height: 20px;
    position: relative;
}
.logo-img img {
    width: 35px;
    height: auto;
    margin-right: 10px;
}
.drag-icons {
    line-height: 65px;
}
.drag-icons i {
    color: #CBCBCB;
    font-size: 30px;
    line-height: 50px;
    vertical-align: middle;
}

#dragable {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 15px !important;
    right: 25px !important;
}

.clear-bg {
    background-color: transparent;
    padding: 0;
}
.clear-bg img {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
}
.wht-bg {
    background-color: #fff;
    position: relative;
}

.icon span {
    position: absolute;
    right: -5px;
    top: 0;
    font-size: 40px;
    line-height: 10px;
}
.l-grn-bg {
    background-color: #66C184!important;
}
.grn-bg {
    background-color: #14553F;
}

.grn-bg i {
    color: #fff;
}
.grey-bg {
    background-color: #999999;
}
.table-grn-bg>td, .table-grey-bg>td {
    border-top: 0!important;
}
.table-grn-bg {
    background-color: #66C184;
    padding: 20px 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.table-grey-bg {
    background-color: #D6D6D6;
    padding: 20px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.client-data-match .card .table-grn-bg, .card .table-grey-bg {
    align-items: center;
    align-self: center;
    display: flex;
    padding: 5px;
}
.table-grn-bg p, .table-grey-bg p {
    margin-bottom: 0;
    font-weight:500;
    line-height: normal;
    font-size: 14px;
}
.table-wht-bg {
    padding: 0px;
    margin-bottom: 10px;
    border: 1px solid #CBCBCB;
    vertical-align: middle;
    align-items: center;
    align-self: center;
    display: flex;
}
.table-wht-bg .row {
    /* line-height: 30px; */
    vertical-align: middle;
}
.right-block .table-wht-bg {
    background-color: #fff;
    margin-bottom: 5px;
    height: 63px;
} 
.table-wht-bg p {
    margin-bottom: 0;
    /* border-bottom: 1px dotted #707070; */
    display: inline;
    font-weight:500;
    line-height: normal;
    font-size: 14px;
}
.table-top-banner {
    background-color: #66C184;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.table-top-banner h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
}

.table-top-banner img {
    width: 40px;
    height: auto;
}

/* Dashboard landing */
.dashboard-landing {
	padding-bottom: 6%;
}

.grn-circle {
    background-color: #8ACA8C;
    border-radius: 100%;
    color: white;
    font-weight: bold;
    /* min-width: 260px; */
    /* max-width: 260px; */
    /* height: auto; */
    /* min-height: 270px; */
    width: 260px;
    height: 270px;
	display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
}

.grn-circle h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle;
    display: block;
    text-align: center;
}

.grn-circle p, .blk-circle p, .blk-circle a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle;
    display: block;
    text-align: center;
    margin: 10px auto;
}

.blk-circle i {
	font-weight: 600;
	font-size: 25px;
}

.blk-circle {
    background-color: #000;
    color: #fff;
    border-radius: 100%;
    /* padding: 53px 13% 0; */
    text-align: center;
    /* max-width: 260px; */
    /* height: auto; */
    /* min-height: 270px; */
    width: 260px;
    height: 270px;
	display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
}

.blk-c-content {
    display: block;
}

.blk-circle .btn-primary {
    width: 70%;
}

.landing-heading {
	text-align: center;
	margin-bottom: 10%;
}

.landing-heading img {
	width: 40%;
	margin: 0 0 5% 0;
}

.landing-heading h1 {
	color: #8ACA8C;
}

.dashboard, .correspondence {
	background-color: #FBFBFB;
	padding: 5%;
}

.dashboard-card {
	box-shadow: 0px 3px 6px #00000029;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 40px;
}

.dashboard-card .btn-primary.btn-sm {
    min-width: 35%!important;
    padding: 5px 10px;
}

h1 .btn-primary.btn-sm {
	min-width: 0!important;
}

.table-responsive {
    min-height: min-content;
    overflow-x: auto;
    overflow-y: scroll;
    max-height: 380px;
	position: relative;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

.table-responsive>table>thead {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

.table-responsive>table>thead>tr>th {
	border: 0;
	vertical-align: middle;
}

.table-responsive::-webkit-scrollbar {
	width: 10px;
	text-align: center;
	align-self: center;
}

.table-responsive::-webkit-scrollbar-track {
	box-shadow: none;
	border-radius: 5px;
	width: 10px;
	text-align: center;
	align-self: center;
	padding: 15px;
}

.table-responsive::-webkit-scrollbar-thumb {
	background-color: #2A2A2A;
	outline: 1px solid #2A2A2A;
	border-radius: 5px;
	padding: 10px;
}

.pinned-correspondence table, .correspondence-table {
	margin-top: 20px;
}

.pinned-correspondence tbody>tr.active>td, .correspondence-table tbody>tr.active>td {
	background-color: #F2FFF2!important;
}

.pinned-correspondence-table .checkbox, .correspondence-table .checkbox {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    line-height: -30px;
}

.pinned-correspondence .table>thead>tr>th, .correspondence-table .table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
}

.actions-th .checkbox {
	float: right;
}

.actions-th .checkbox label {
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

.actions input[type="checkbox"] + label:before, .actions-th input[type="checkbox"] + label:before, .actions input[type="radio"] + label:before, .actions-th input[type="radio"] + label:before {
    content: "";
    border: 1px solid #707070;
    border-radius: 100%;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    padding-left: 0em;
    padding-bottom: 0em;
    margin-right: 1em;
    vertical-align: middle;
    color: transparent;
    transition: 0.2s;
    text-align: center;
    font-size: 15px;
    margin-top: 0;
    /* line-height: 150px; */
    background-color: #fff;
}

.actions i {
	font-size: 20px;
	margin: 0 5px;
	vertical-align: middle;
}

.table i {
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.table i:hover {
    color: #8aca8c;
}

.pin-icon {
	color: #8ACA8C;
}

.actions-th button {
    background-color: transparent;
    border: 0;
    display: inline-block;
}

.actions-th .dropdown {
    position: relative;
    display: inline-block;
}

.actions-th .dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    /* display: none; */
    float: left;
    min-width: 160px;
    padding: 10px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    right: 0;
}

.correspondence-filters select, .correspondence-filters input {
	width: 100%;
}

.correspondence-search  .btn-primary.btn-sm {
    min-width: 35%!important;
    padding: 5px 10px;
    margin-top: 12%;
}

.correspondence .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    background: url('https://files.crtgroupstorage.com/sulenetaylor/angle-down-light.png') no-repeat right 0.70rem center/12px 7px;
    color: #0F3559;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #A2A2A2;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #A2A2A2;
    outline: 0;
    box-shadow:none;
}

.correspondence-table {
    border: 1px solid #ddd;
}

.modal#documentModal, .modal#usersModal {
    position: fixed;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.activate-subscription .list-group {
    padding-left: 0;
    margin-bottom: 20px;
    border: 0;
}

.activate-subscription .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #ddd;
	border-radius: 0;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	border-top: 0;
}

.dashboard.activate-subscription {
    background-color: #FBFBFB;
    padding: 5%;
    min-height: 87vh;
}

.actions .dropdown a.dropdown-toggle {
    cursor:pointer;
}

.actions .dropdown a.dropdown-toggle i {
    vertical-align: inherit;
}

.dashboard-card.correspondence-type-overview .table-responsive {
    max-height: 500px;
    position: relative;
    min-height: 486px;
    margin-top: 30px;
}