body {
	font-size: 15px;
}

table thead {
	background-color: #ECECEC;
	font-weight: normal;
	border-radius: 20px;
}

.table {
	margin-bottom: 0;
}

h3 {
	color: #1F2D3E;
	margin-top: 5rem;
	font-weight: bold;
}

.mb-20 {
	margin-bottom: 20rem;
}

.chosen-container-single .chosen-single{
	padding: 5px 0 0 8px !important;
	height: calc(1.5em + .7rem + 2px) !important;
	border-radius: 0 !important;
}

.chosen-container-single .chosen-single div{
	padding-top: 4px;
}

.chosen-container-single .chosen-single abbr {
	top: 11px !important;
}

.chosen-container .chosen-results li.active-result, .chosen-container-single .chosen-single span {
	font-size: 13px;
}

.chosen-container .chosen-results li.highlighted {
	background-color: #ffc107 !important;
	background-image: linear-gradient(#ffc107 20%, #e0a800 90%) !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	height: calc(1.5em + .5rem + 2px) !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
	margin: 5px 5px 3px 0 !important;
}

.chosen-container {
	display: block;
	width: 100% !important;
}

.nav-tabs .nav-link {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.page-item.active .page-link {
	color: #FFF !important;
	background-color: #298dae;
	border-color: #298dae;
}

.strategy-emitter{
	font-size: 18px;
	color: #000
}

.strategy{
	position: relative;
	border: 1px solid #d9dde1;
	padding: 10px 0;
}

.fields{
	position: relative;
}

.btn, .form-control{
	border-radius: 0;
}

.bucket-container{
	position: relative;
	border: 1px solid #a0a0a0;
	padding: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.destroy-bucket{
	position: absolute;
	top: -15px;
	right: -10px;
}

.btn-radius{
	border-radius: 50%;
	color: #FFF !important;
	padding: 1px 4px;
	font-size: 12px;
	height: 20px;
}

.clickable{
	cursor: pointer;
}

.pointer{
	cursor: pointer;
}

.accordion>.card {
	overflow: visible !important;
}

.nested-fields{
	width: 100%;
}

.select-download{
	margin-left:auto;
	margin-right:auto;
	width: 200px;
	margin-top: 15px;
}

.installation-records{
	padding-top: 40px;
}

.submenu{
	text-indent: 20px;
}

.small-font{
	font-size: 13px;
}

.black-color {
	color: #000;
}

.h4-text{
	color: #000;
	text-align: center;
	font-weight: bold;
}

.btn-xs {
	padding: 0 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	height: 20px;
}

.btn-rounded {
	border-radius: 2rem;
}

.form-actions{
	margin-bottom: 50px;
}

.dropdown-item-delete:active, .dropdown-item-delete:hover {
	background-color: #FF6060 !important;
	color: #FFFFFF;
}

.filter-buttons{
	padding-top: 26px;
}

.absolut-alert{
	width: 100%;
	position: absolute;
}

.modal-backdrop {
	position: relative;
}

.modal-dialog{
	max-width: 800px;
	margin-top: 8%;
	box-shadow: 0 10px 10px .1rem rgba(0, 0, 0, .25);
}

.logged-alert{
	font-size: 18px;
	width: 100%;
	position: absolute;
	top: -79px;
}

.alert{
	font-size: 18px;
	border-radius: 0;
}

.container-content{
	padding: 0 40px 0 40px;
}

.container-buttons{
	padding-top: 20px;
	padding-bottom: 50px;
}

.login-block{
	background: #1F2D3E;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #1F2D3E, #1F2D3E);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #1F2D3E, #1F2D3E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	float: left;
	width: 100%;
	height: 100vh;
	padding: 30px 0;
}

.primary-color{
	color: #1F2D3E;
}

.swap-on-hover {
	position: relative;
	margin: 0 auto;
}

.swap-on-hover a img {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	right: 0;
	left: 0;
	overflow: hidden;
}

.swap-on-hover a > .swap-on-hover_front-image {
	z-index: 9999;
	transition: opacity .3s linear;
	cursor: pointer;
}

.swap-on-hover:hover > a > .swap-on-hover_front-image{
	opacity: 0;
}

input[type=text], input[type=number], input[type=password], input[type=email], input[type=tel]{
	font-size: 14px;
}

.form-control:focus {
	box-shadow: 0 0 10px .1rem rgba(0,123,255,.25);
}

label{
	margin-bottom: 0 !important;
}

span.error{
	color: red;
	font-size: 13px;
	margin-left: 5px;
}

abbr{
	color: red;
}

div.user_email{
	margin-bottom: 3px;
}

.login-footer{
	font-size: 13px;
}

.fa-left{
	padding-left: 5px;
}

.fa-right{
	padding-right: 5px;
}

.banner-sec{
/*	background: url(https://static.pexels.com/photos/33972/pexels-photo.jpg) no-repeat left bottom; */
	background-size: cover;
	border-radius: 10px 0 0 10px;
	padding: 0;
}

.container-login{
	margin-top: 10%;
	background: #F5F5F5;
	box-shadow: 15px 15px 0px rgba(0,0,0,0.1);
	border: 1px solid #000000;
	max-width: 500px;
	min-width: 450px;
}

.link-form{
	border: 1px solid #c4cad1;
	padding: 20px;
}

.login-sec .copy-text{
	position:absolute; 
	width: 80%; 
	font-size:13px; 
	text-align: center;
}

.login-sec .copy-text i{
	color: #FEB58A;
}

.login-sec .copy-text a{
	color: #E36262;
}

.login-sec h2:after{
	content: " "; 
	width: 100px; 
	height: 5px; 
	background: #FEB58A; 
	display: block; 
	margin-top: 20px; 
	border-radius: 3px; 
	margin-left: auto; 
	margin-right: auto
}

ul li a, ul li a:focus {
	color: inherit !important;
	text-decoration: none !important;
}

.navbar {
	background: #fff;
	border: none;
	border-radius: 0;
	margin-bottom: 25px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	height: 55px;
}

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

.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0;
}

.alert-timedout{
	display: none;
}

.download-xlsx{
	font-size: 15px;
	padding-top: 10px;
}

.hidden, #hidden, .inbound-hidden, .outbound-hidden{
	display: none;
}

.management-field{
	display: inline-block;
	min-width: 180px;
}

.collection-amount{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 22px;
}

.management-history-card{
	position: relative;
	border: solid 2px #d7dbe0;
	padding: 20px 20px 0 20px;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}

.management-created-at{
	margin-top: 0;
	padding: 8px 0px;
}

hr.separator{
	margin-top: 20px;
	border: 1px solid #d7dbe0;
	margin-bottom: 0;
}

.management-user{
	position: absolute;
	right: 20px;
}

.management-action-code{
	margin-bottom: 15px;
	color: #212529;
	font-weight: bold;
	font-size: 20px;
}

.management-payment-response{
	background-color: #E9FFF5;
}

.vl{
	border-left: 2px solid #d7dbe0;
	height: 30px;
	margin-left: 50%;
}

.text-result{
	font-size: 13px;
}

.remove-field{
	position: absolute;
	top: 30px;
	right: -5px;
}

.remove-strategy{
	position: absolute;
	top: -15px;
	right: -20px;
}

input.checkbox_larger{
	width: 20px;
	height: 30px;
}

.discount-file-details{
	font-size: 18px;

}

.note{
	font-size: 13px;
}

.test-text{
	width: 100%;
	text-align: center;
}

.form-check{
	display: inline-block;
	margin-right: 50px;
	cursor: pointer;
}

.collection_radio_buttons{
	font-size: 20px;
	padding: 15px;
}

label[for="prospect_prospect_type_false"]{
	background: #f8f9fa;
	color: #000000;
}
label[for="prospect_prospect_type_true"]{
	background: #f8f9fa;
	color: #000000;
}

.radio-button-checked {
	background-color: #17a2b8 !important;
	color: #FFFFFF !important;
}

.form-check-input.radio_buttons.optional {
	display: none;
}

#commission_setting_withholding_calculation_false, 
#commission_setting_withholding_calculation_true, 
#commission_setting_automatic_termination_false, 
#commission_setting_automatic_termination_true,
#job_replica_safi_false,
#job_replica_safi_true,
#job_calculate_category_false,
#job_calculate_category_true,
#job_is_regional_false,
#job_is_regional_true,
#withholding_exception_credit_is_withholding_false,
#withholding_exception_credit_is_withholding_true,
#bulk_download_document_file_rename_false,
#bulk_download_document_file_rename_true {
	display: block;
	position: absolute;
	margin-top: 0.5rem;
	margin-left: -0.5rem;
	font-size: 10px;
}

label[for="commission_setting_withholding_calculation_false"], 
label[for="commission_setting_withholding_calculation_true"], 
label[for="commission_setting_automatic_termination_false"], 
label[for="commission_setting_automatic_termination_true"],
label[for="job_replica_safi_false"],
label[for="job_replica_safi_true"],
label[for="job_calculate_category_false"],
label[for="job_calculate_category_true"],
label[for="job_is_regional_false"],
label[for="job_is_regional_true"],
label[for="withholding_exception_credit_is_withholding_false"],
label[for="withholding_exception_credit_is_withholding_true"],
label[for="bulk_download_document_file_rename_false"],
label[for="bulk_download_document_file_rename_true"] {
	padding: 0 0 0 20px;
	font-size: 15px;
}

.script-container {
	padding: 20px;
	border: 1px solid #d7dbe0;
}



/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
	display: flex;
	width: 100%;
	align-items: stretch;
	perspective: 1500px;
}

#sidebar {
	min-width: 250px;
	max-width: 250px;
	min-height: 100vh;
	background: #1F2D3E;
	color: #FFF;
	transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
	transform-origin: bottom left;
	-webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
	z-index: 2;
}

#sidebar{
	background-image: url(<%= asset_path "banner.png" %>) !important;
	background-repeat: repeat !important;
}

#sidebar ul li a:hover{
	color: #212529 !important;
	background-color: #F0F0F0 !important;
}

#sidebar .logo {
	padding-top: 20px;
}

#sidebar .text-logo {
	padding-bottom: 20px;
}

#sidebar.active {
	margin-left: -250px;
	transform: rotateY(100deg);
}

#sidebar ul.components {
	padding: 20px 0;
	border-bottom: 1px solid #47748b;
}

#sidebar ul p {
	color: #fff;
	padding: 10px;
}

#sidebar ul li a {
	padding: 10px;
	font-size: 1em;
	display: block;
	padding-left: 25px;
}

#sidebar ul li > a.active, a[aria-expanded="true"] {
	color: #1F2D3E !important;
	background: #fff;
	font-weight: bold;
}

a[data-toggle="collapse"] {
	position: relative;
}

.sidebar-dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

ul ul a {
	font-size: 0.9em !important;
	padding-left: 30px !important;
	background: #1F2D3E;
}

ul.CTAs {
	padding: 20px;
}

ul.CTAs a {
	text-align: center;
	font-size: 0.9em !important;
	display: block;
	border-radius: 5px;
	margin-bottom: 5px;
}

a.download {
	background: #fff;
	color: #1F2D3E;
}

a.article, a.article:hover {
	background: #212529 !important;
	color: #fff !important;
}

/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */
#content {
	width: 100%;
	min-height: 100vh;
	transition: all 0.3s;
}

#sidebarCollapse {
	width: 40px;
	height: 40px;
	background: transparent;
	cursor: pointer;
}

#sidebarCollapse span {
	width: 80%;
	height: 2px;
	margin: 0 auto;
	display: block;
	background: #555;
	transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
	transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
	transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
	opacity: 0;
}
#sidebarCollapse span:last-of-type {
	transform: rotate(-45deg) translate(1px, -1px);
}

#sidebarCollapse.active span {
	transform: none;
	opacity: 1;
	margin: 5px auto;
}


/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
#sidebar {
		margin-left: -250px;
		transform: rotateY(90deg);
    }
    #sidebar.active {
		margin-left: 0;
		transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
		transform: none;
		opacity: 1;
		margin: 5px auto;
    }
    #sidebarCollapse.active span {
		margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
		transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
		opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
		transform: rotate(-45deg) translate(1px, -1px);
    }
}


/* ---------------------------------------------------
					APPLE PAGINATION
----------------------------------------------------- */

.apple_pagination {
	background: #f1f1f1;
	border: 1px solid #e5e5e5;
	text-align: center;
	padding: 0.5em;
	cursor: default;
}

.apple_pagination a, .apple_pagination span {
	padding: 0.2em 0.3em;
}

.apple_pagination .disabled {
	color: #aaaaaa;
}

.apple_pagination .current {
	font-style: normal;
	font-weight: bold;
	background-color: #bebebe;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	line-height: 1.5;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px;
}

.apple_pagination a {
	text-decoration: none;
	color: black;
}

.apple_pagination a:hover, .apple_pagination a:focus {
	text-decoration: underline;
}



/* Messsages bubble */
section div {
  word-wrap: break-word;
  margin-bottom: 5px;
  line-height: 24px;
}

.from-them {
  position: relative;
  padding: 10px 20px;
  background: #E5E5EA;
  border-radius: 25px;
  color: black;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.from-them:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: -7px;
  height: 20px;
  border-left: 20px solid #E5E5EA;
  border-bottom-right-radius: 16px 14px;
  -webkit-transform: translate(0, -2px);
}

.from-them:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: -2px;
  left: 4px;
  width: 26px;
  height: 20px;
  background: white;
  border-bottom-right-radius: 10px;
  -webkit-transform: translate(-30px, -2px);
}

.from-them > p, .from-me > p {
  margin-bottom: 0 !important;
}

.message-info {
  position: absolute;
  font-size: 11px;
  bottom: -25px;
  right: 0;
  color: #000;
}

.message-info p {
  margin: 0;
  padding: 0;
}

.comments{
  width: 100%;
  display: inline-block;
}
/* Messsages bubble */

.hidden{
	display: none;
}

/*FORM*/

h1 {
    text-align: center;
}
h2 {
    margin: 0;
}
#multi-step-form-container {
    margin-top: 5rem;
}
.text-center {
    text-align: center;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pl-0 {
    padding-left: 0;
}
.button {
    padding: 0.7rem 1.5rem;
    border: 1px solid #4361ee;
    background-color: #4361ee;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.submit-btn {
    border: 1px solid #0e9594;
    background-color: #0e9594;
}
.mt-3 {
    margin-top: 2rem;
}
.d-none {
    display: none;
}
.form-step {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 3rem;
}
.font-normal {
    font-weight: normal;
}
ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}
.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #4da3ff;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #4361ee !important;
    color: #fff;
}
.form-stepper .form-stepper-active .label {
    color: #4361ee !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #4361ee !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #0e9594 !important;
    color: #fff;
}
.form-stepper .form-stepper-completed .label {
    color: #0e9594 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #0e9594 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}
.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
}
.form-stepper a {
    cursor: default;
}

tfoot input {
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
}

.required_field {
	color: red;
}

#employees-datatable{
	width: 106%;
	margin-left: -2%;
}

.employee-title {
	margin-left: -2%;
}

.accordion>#accordion-employees {
	margin-left: -2%;
	overflow: visible !important;
	width: 106%;
}

.accordion>#accordion-safi-discount-file {
	overflow: visible !important;
	width: 100%;
}

.accordion>#accordion-invoices {
	margin-left: -2%;
	overflow: visible !important;
	width: 104%;
}

[type="file"] {
/* Style the color of the message that says 'No file chosen' */
  color: #878787;
}
[type="file"]::-webkit-file-upload-button {
  background: #212529;
  border: 2px solid #212529;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: all 1s ease;
}

[type="file"]::-webkit-file-upload-button:hover {
  background: #fff;
  border: 2px solid #535353;
  color: #000;
}
#result-qr{
	font-size: 1.2rem;
    font-weight: 400;

}
span#reader_qr__status_span {
    display: none !important;
}
a#reader_qr__dashboard_section_swaplink{
	display: none !important;
}

a[href$='https://github.com/mebjas/html5-qrcode'] { 
	display: none !important;
}

#reader_qr__scan_region{
	background: #ECECEC;
}

#reader_qr__dashboard{
	background: #ECECEC;
}

#reader_qr__dashboard_section_csr > div > button:after{
	content:' | Solicitar permiso de camara' !important;
}

#reader_qr__dashboard_section_csr > div > button{
	border-radius: 4px !important;
	border: none !important;
	color: #fff !important;
	background-color: #17a2b8 !important;
}

.invoice_sections{
	color: #00829B;
	padding-bottom: 10px;
	font-size: 20px;
	text-decoration: underline;
}

.invoice_fields{
	margin-right: 5px;
	display: flex;
}

.invoice_fields_content{
	font-size: 15px;
	margin-bottom: 0px;
	float: right;
}

.concepts, .prorrateo{
	margin: 15px;
}

.table-concepts, .table-prorrateo{
	background-color: #FE9E9E;
}

.download_prorrateo{
	text-decoration: underline;
	margin-left: 20px;
}

/* Estilos para el modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  margin-left: 15%;
  width: 90%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
}

.modal-invoice {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  margin-top: 40%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-rows{
  margin-left: 5%;
}

.modal-table{
  margin-left: 5%;
  margin-right: 5%;
}

.radio_buttons {
  border: 1px solid #CFD4D9;
  border-radius: 10px;
  padding: 10px;
}

legend {
  width: initial;
  padding: 0 10px;
}

.show-icon{
	color: black;
}

.filter_invoices_requisition{
	display: flex;
	justify-content: end;
}

#invoices_requisition_paginate {
	display: flex;
	justify-content: center;
}

.bg-green {
	background-color: #d4edda;
}

.modal-invoice-return-reason {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  margin-top: 40%;
  display: block;
}

.modal-invoice-return {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  margin-top: 40%;
}

.return-actions {
	margin-top: 4%;
}

.return-title{
	text-decoration: underline;
}

.return-reason-button {
	background: #ADD8E6;
}

.info-data {
	background: #A5DEE1;
}

.warning {
	background: #FFD580;
}

.rounded {
	border-radius: 10px;
}

#credit_id_input {
	width: 100%;
}

.list_type_name_title {
	color: #00829B;
}

.h3-design {
	color: #00829B;
}

.hr-credit-analysis{
	border: 1px solid gray;
	border-width: 0 0 1px 0;
}

.input-priority {
	width: 55px;
	text-align: center;
}

.icon-priority {
	width: 25px;
}

.roles-container {
  display: flex;
  flex-wrap: wrap;
}

.role-item {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 5px;
  display: inline-block;
}

.roles-input {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 5px;
  min-height: 30px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.roles-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.roles-link:hover {
  cursor: pointer;
}

.analysis-buttons{
	color: inherit; 
	text-decoration: none;
	margin-top: .5%;
}

.modal-header-blue{
	background: #212529;
}

.text-icon{
	margin-top: -4%;
}

.hr-detections{
	border: 1px solid gray;
	border-width: 0 0 1px 0;
	margin-top: -2%;
}

.hr-internal-bureau{
	border: 1px solid gray;
	border-width: 0 0 1px 0;
	margin-top: -1%;
}

.thick-border td {
    border-top: 3px solid black !important;
	margin-top: 1%;
}

.container-gray {
	background: #d6d8db;
}