.tmd_ymm_table th {
    padding: 10px 10px !important;
}

.tmd_ymm_table th,
.tmd_ymm_table td {
    text-align: left;
}

.tmd_ymm_table th:last-child,
.tmd_ymm_table td:last-child {
    text-align: center;
}

.tmd_ymm_table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.ymm_heading {
    text-align: center;
    font-weight: 400;
    margin-top: 12px;
}

.tmd_front_search_main {
    padding: 3px;
    border: 1px solid #ddd;
    width: 100%;
    clear: both;
}

.tmd_front_search_main label {
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    color: #7e7979;
    margin: 5px;
}

.inner_div label .fa {
    margin-right: 10px;
}

.inner_div {
    display: inline-block;
    padding: 5px;
}

.tmd_search_box {
    text-align: center;
}

.tmd_search_submit {
    position: relative;
}

.tmd_ymm_add_more {
    background: #2271b1;
    color: #fff;
    text-shadow: none;
    margin: 5px;
    border: none;
    border-radius: 4px;
    padding: 8px 8px 8px 8px;
    cursor: pointer;
}

.tmd_ymm_delete {
    margin: 0px 5px !important;
    color: #f90000 !important;
    border-color: #f90000 !important;
}

.tmd_ymm_delete:focus {
    box-shadow: 0 0 0 1px #f90000 !important;
}

.tmd_make label,
.tmd_model label,
.tmd_engine label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

#make_table_wrapper label select {
    width: 50px;
}

#model_table_wrapper label select {
    width: 50px;
}

#engine_table_wrapper label select {
    width: 50px;
}

#tmderrorname {
    color: #ff0000;
    text-align: center;
}

.inner_div select {
    display: block;
    height: auto;
    width:100%;
   background: #fff;
    border: 1px solid rgba(34, 36, 38, .15);
    border-radius: 0.28571429rem;
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    padding: 0.62em 1em;
    color: rgba(0, 0, 0, .87);
    -webkit-transition: color .1s ease, border-color .1s ease;
    transition: color .1s ease, border-color .1s ease;
}

.tmd_make,
.tmd_model button {
    cursor: pointer;
}

.make_table .tmd_ymm_submit {
    cursor: pointer;
}

.tmd_ymm_table .tmd_ymm_submit {
    cursor: pointer;
}

.tmd_engine .tmd_ymm_submit {
    cursor: pointer;
}

.ymm-main-container .form-table td {
    width: 33.33% !important;
}

.ymm-main-container .form-table input {
    width: 100%;
    padding: 11px 8px;
    line-height: unset;
    margin: 0;
}

#additional_product_data .tmd_ymm_table input {
    width: 85%;
}

#export_form fieldset {
    display: flex;
    align-items: baseline;
}

.ymm-section {
    display: flex;
    align-items: center;
}

.ymm-section h4 {
    width: 15%;
    margin: 30px 0;
}

.ymm-section input[type=file] {
    margin-bottom: 8px;
}

.ymm-settings-container .form-table th {
    width: 300px;
}

.wrap .ymmtop,
.ymm-settings-container .ymm-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ymm-settings-container .ymm-top h2 {
    background: #ffff;
    padding: 6px 20px;
    border: 1px solid lightgrey;
    margin: 5px;
}

#filter_form .tmd_search_box .inner_div span {
    color: red;
    display: none;
}

.tmd_search_box .inner_div .fa {
    display: none;
}

.tmdymmmaintable .not-found {
    text-align: center;
}


/*------------------- PAGINATION CSS  ----------------------*/
.tmdymm-paginartion ul {
    display: flex;
    column-gap: 10px;
}

.tmdymm-paginartion ul li a {
    border: 1px solid;
    padding: 6px 10px;
}

.wrap .ymm-filter-container{
    border: 1px solid #c7c7c7;
    margin: 20px 0;
	padding:15px 5px;
	background:#ffffff;
	}

.wrap .ymm-filter-container input[type='number']{
	 width:100%;
	 height:42px;
	
}

.wrap .ymm-filter-container input[type='text']{
	 width:100%;
	height:42px;
}

.wrap .ymm-filter-container input[type='submit']{
	 width:100%;
	 height:42px;
}

.ymm-settings-container.wrap {
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
}
.ymm-exports{
		padding: 20px;
		background: #fff;
		border: 1px solid #dddddd;
 }

.ymm-required{
    color: red;
}


.ymm-widget-filter .inner_div {
    display: block;
    padding: 9px;
 }



.ymm-widget-filter h2{
	font-size:20px;
	
}

.ymm-makeforms{
  background:#fff;
  padding:20px;
  border:1px solid #ddd;
}

.ymm-settings-container input[type='text']{
	min-height:40px;
}
.ymm-settings-container select#year-status{
	min-height:40px;
}

.ymm-fromyearforms {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
}

.ymm-toyearforms {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
}

.ymmtop h1{
	text-transform:capitalize;
}
