:root {
  --main-app-color: #001871;
}

.tab-selected {
	color: #fff;
	background-color: #17a2b8;
}

.do-search-enter {
	display: inline-block;
}
.btn-send-tools {
	color: #adb5bd;
	font-size: 1.2em;
	margin: 8px 12px 0px 0px;
	cursor: pointer;
	}
.send-tool-box {
	height: 0px;
	overflow: hidden;
}
.fa-blue {
	color: #4242d0;
}
.auto-close {
	background-color: #ff9168;
}
.chip {
	margin: 5px;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 0.25rem;
    background: #fff;
    display: block;
    margin-bottom: 1rem;
    padding: 10px;
    position: relative;
    width: 200px;
}
.chip-btn {
	border-radius: .25rem;
    background: #fff;
    display: inline-block;
    padding: 0px;
    position: relative;
    width: 25px;
    text-align: center;
    float: right;
    cursor: pointer;
}
.touch-opt {
	border: 1px solid #ddd;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    max-width: 200px;
}
.touch-opt:hover {
	background-color: var(--main-app-color);
}
.touch-opt-selected {
	background-color: #28a745;
    color: #f8f9fa;
}
.custom-brand-image {
    width: 100%;
}
.card-title {
    line-height: 2em;	
}
.link {
    color: var(--main-app-color);
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

.is-ok {
	color: green;
}
.is-nok {
	color: red;
}

.card-body {
    overflow: scroll; 
}

.editable {
	border: 1px solid #333;
	padding: 3px;
	background-color: #333;
	color: #fff;
	width: 200px;
	height: 26px;
	display: inline-block;
}

.field-subcap {
	font-size: 0.8em;
	color: #3c4249;
}

.edit-form, .edit-user {
	cursor: pointer;
}

.fix-width-label {
	width: 150px;
	margin-bottom: .5rem;
	font-weight: 700;
}
