﻿textarea{
	font-size:xx-large !important;
}
.data{
	padding: 3px 8px 3px 8px;
	border:1px silver solid;
}

.select-dropdown{
	width: 100%;
	padding: 7px;
	border: 1px white solid !important;
	margin-bottom:10px;
}

.select-nomargin{
	width: 100%;
	padding: 7px;
	border: 0px;
}

.table-sm-dss thead tr th{
	color:white !important;
	background-color:navy !important
}

.table-sm-dss > tbody > tr > td{
	padding: 2px;
	cursor:pointer;
}

.form-check-input, .form-check-input-skill{
	cursor:pointer
}

.label-check{
	cursor:pointer
}

#saveChangesBtn{
	display:none
}

.modal-xl{
	width:90%;
}
.modal-ml{
	width:60%;
}

label{
	margin-bottom:0px !important;
}

.close{
	border:1px silver solid;
	color:white;
	background-color:red
}

#detailbox{
	background-color:white
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}
.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}

.skill_label{
	margin-right:10px;
	cursor:pointer;
}

.table-responsive{
	overflow-x: scroll !important;
	max-height:100% !important;
}
