.entry table tbody td {
border-bottom: 1px #ffffff00;
}

.entry table td {
    border-right: unset;
}

.entry table tr:nth-child(even) {
    background: #ffffff00;
}
.paszamineh {
    transition-property: background-image;
    transition-duration: 10s;
    transition-timing-function: ease;
	    border-radius: 10px;
}
.rangmatn {
	color: white;
}
* {
  box-sizing: border-box;
}
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  direction: ltr;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.msnwinput[type=text] {
  outline: 0;
  height: 50px;
  margin: 25px   auto  25px;
  padding: 0 15px 2px;
  font-size: 15px;
  font-family: unset !important;
  text-align: center;
  direction: ltr;
  background: #fff;
  border: 2px solid #ebebeb;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 -2px #ebebeb;
  box-shadow: inset 0 -2px #ebebeb;
  display: block;
}
.msnwinput[type=text]:focus {
    border-color: #62c2e4;
    outline: none;
    -webkit-box-shadow: inset 0 -2px #62c2e4;
    box-shadow: inset 0 -2px #62c2e4;
}
.vasatchin{
	text-align: center;
}

button,
input,
select {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

.form-row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.form-row>.col,.form-row>[class*=col-]{
    padding-right:5px;
    padding-left:5px
}
.form-group {
	margin-bottom: .1rem
}
.form-group select,
input {
	margin-bottom: 10px;
	font-family: unset;
	box-sizing: border-box
}

.form-group select:focus,
input[type="text"]:focus {
	font-size: initial;
	border-color: #81c0ff;
	box-shadow: 0 1px 1px #00000013 inset, 0 0 8px #2aaccc99;
	outline: 0 none
}
.form-control {
	text-align-last: center;
	display: block;
	width: 100%;
	padding: .375rem .75rem!important;
	font-family: unset!important;
	font-size: 1rem!important;
	line-height: 1.5!important;
	border: 1px solid #3b96ff!important;
	direction: rtl;
	text-align: center;
	border-radius: 5px
}
.mx-auto {
    margin: 0 auto!important;
    text-align: center;
}
.sharh {
    text-align: center;
    border: 2px solid #65884559;
    background: #c4fbc8;
    border-radius: 10px;
    padding: 5px;
    width: 100%;
    margin: 0 auto;
}
.invalid {
	text-align: center;
    border: 2px solid #ebebeb;
    background: #fbf5c4;
    border-radius: 10px;
    padding: 5px;
    width: 100%;
    margin: 0 auto;
}

.col-sm-100{
    width:100%;
    min-height:1px;
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
.dokmeh{
	font-family: unset!important;
	font-size: unset!important;
    width:100%!important;
    min-height:1px;
}
.mx-auto{
    margin:0 auto!important;
    text-align:center
}
.natijeh{
    text-align:center;
}
@media (min-width:768px){
    .col-md-55{
        -webkit-box-flex:0;
        -ms-flex:0 0 33.33%;
        flex:0 0 33.33%;
        max-width:33.33%
    }
	.col-100.{
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
	.col-md-50{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
}
@media (max-width:576px){
    .col-100{
        width:100%!important
    }
	
}
