input:focus {
	box-shadow: none;
	outline: none;
}

input {
	border: 0px;
}

.table_ega {
	/*width: 1024px;*/
	border: 1px solid #000;
}

.table_ega input {
	border: 0px;
	border-bottom: 1px dotted #000;
	min-height: 49px;
	width: 100%;
	padding: 10px;
}

.table_ega hr {
	height: 1px;
	background-color: rgba(0, 0, 0, 0.5);
}

.table_ega th, td, tr, p {
	/*border: 0px !important;*/
	padding: 5px !important;
}

.first_box {
	width: 32%;
}

.inner-data {
	width: 200px !important;
}

.inner-data-pic {
	width: 300px !important;
}

.form-end {
	border-bottom: 1px solid #545252 !important;
}

.table_eda .input-full {
	width: 100%;
	border-bottom: 1px solid #545252 !important;
}

.form-bg-blue {
	background-color: #bdd7ee;
}

.bgv-main {
	border: 1px solid #000 !important;
	margin: 0px;
	padding: 0px;
}

.bgv-main .col-md-12 {
	margin: 0px;
	padding: 0px;
}

.table-bgv tr, td {
	/*border: 1px solid #000 !important;*/
	/*font-weight: bold;*/
    font-size: 13px;
}

.empty-space-form {
	min-height: 30px;
}

.border-none {
	border: 0px !important;
}

.table_nda {
	width: 1024px;
	border: 1px solid #000;
}

.table_nda input {
	border: 0px;
	border-bottom: 1px dotted #000;
	width: 100%;
}

.table_ega_border {
	border: 0px;
}

.strike-with-bor {
	border: 1px solid #000;
	padding: 10px;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    text-align: left;
}

.table_ega {
    margin-bottom: 2em;
}

.table_ega input {
    min-height: 30px;
    padding: 5px 10px;
    margin-bottom: 7px;
}

.table_ega input[type=checkbox]{
    height: 15px !important;
    min-height: 15px !important;
    width: auto;
    margin-right: 0.5em;
}

.table_ega input[type=submit]{
    width: 250px;
    margin: 0 auto;
    float: none !important;
    display: block;
    margin-bottom: 2em;
}

.table_ega ul{
    /*padding-left: 0;*/
    margin: 1em 0 1em 0;
}

.table {
    border-bottom: 2px solid #f2f2f2;
}