﻿
.paddLR {
	padding: 0px 15px 10px 15px;
}

.form-control {
	font-size: 13px;
}

.titel-form {
	font-size: 16px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
}

.card {
	margin-bottom: 1.563rem;
	background-color: #fff;
	transition: all 0.5s ease-in-out;
	position: relative;
	border: 0rem solid transparent;
	border-radius: 0.625rem;
	/* height: calc(100% - 25px);*/
	border: 1px solid #dad8d4;
}

.card-body {
	padding: 1.25rem;
}


.mobile-control label {
	font-weight: 500 !important;
	font-size: 13px;
	padding-bottom: 10px;
	line-height: 18px;
}



.form-control {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;	
	background-color: #fff;
	border: 1px solid #dad8d4;
	/*height: 2.813rem;*/
	padding: 0.375rem 0.75rem;
	color: #7e7e7e !important;
	border-radius: 0.375rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-select{
display: block;
width: 100%;
font-size: 14px;
font-weight: 400;
line-height: 1.7;
color: #212529 !important;
border-radius: 0.375rem;
background-color: #fff;
border-radius: 0.375rem;
border: 1px solid #dad8d4;
}


.table > thead > tr > th {
    line-height: 1.5 !important;
    border-bottom-width: 1px !important;
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: middle;
    padding: 8px;
    font-size: 12px;
font-weight:500;
background-color:#094e8f;
color:#fff;

}

.table-custom thead th, .table-custom tbody th { 
    position: relative;
    font-size: 12px;
    text-align: center;
    position: sticky;
    top: -1px;
    left: 0;
    z-index: 9 !important;
}

.text-up{font-weight: 500 !important;
    font-size: 13px;
    padding-bottom: 10px;
    line-height: 18px;}

.bgt{padding: 8px; height: 38px;}
.ck2{padding: 8px; height: 38px;}

.btn-upload {
padding: 8px; 
height: 38px;
    line-height: 20px;
font-size:14px;
border:0px;
outline:0px;
color:#fff !important;
    border-color:#094e8f !important;
    background-color:#094e8f !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}



.bgr{    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;}


/*.table-custom .table tbody tr:nth-child(even) {background: #CCC}
.table-custom .table tbody tr:nth-child(odd) {background: green}*/
/*.table-custom tr:nth-child(odd) {background: #d5d5d5 !important;}
.table-custom tr:nth-child(even) {background: #d5d5d5;}*/