@font-face {
    font-family: 'BPG Nateli';
    src: url('../fonts/bpg-nateli-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/bpg-nateli-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/bpg-nateli-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/bpg-nateli-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/bpg-nateli-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/bpg-nateli-webfont.svg#bpg_nateliregular') format('svg'); /* Legacy iOS */
}
body{
	font-size: 16px;
    font-family: "BPG Nateli";
    font-weight: 400;
	background-image: url(../images/foto.jpg);
    background-repeat: repeat;
    -webkit-font-smoothing: antialiased;
}
.filmebisfoni {
  border-radius: 5px 5px 0px 0px;
  background-color: #cccccc;
  padding: 10px 0 10px 0;
}



#loginscreen {
	width: 350px;
	height: 350px;
	background: #DFE2DB;
	align-content: center;
	text-align: center;
	margin: 30px auto;
	padding: 20px;
	clear: both;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 5px 5px 5px #42607b;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.sabainput {
	text-align: center;
	align-content: center;
	padding: 5px 2px ;
	font-size: 16px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.avtorizaciisgilaki {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    margin: .3em 0 1em 0;
    width: 100%;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 1px;
    background: transparent;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.buttonBlue {
    background: #4a89dc;
    text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
}
.buttonBlue:hover {
    background: #3300cc;
    text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
}

.saatimagla
{
	text-align: right;
	font-weight: bolder;
	font-size: 20px;
}






.table {
  margin: auto;
  width: 1110px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
  border: 1px solid #ebebeb;
  border-radius: 0px 0px 4px 4px;
  text-align: center;
}
@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #cccccc;

}
.row:nth-of-type(odd) {
  background: #cccccc;
}
.row.header {
  font-weight: 900;
  color: #000;
  background: #cccccc;

}
.row.blue {
  background: #cccccc !important;
  color: #000 !important;

  }
@media screen and (max-width: 580px) {
  .row {
	background: #cccccc;
	color: #000;
    padding: 8px 0;
    display: block;
  }
}

.cell {
  padding: 6px 12px;
  display: table-cell;
border: 0.01em solid  lightgray;
}
@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 12px;
    display: block;
border: 0.01em solid  lightgray;
  }
}

.gilaki {
	display: inline-block;
    font-weight: 400;
    color: #C9C9C9;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input {
    text-align: center;
}
.zoliqvevit {
    border-bottom: 0.5px solid black;
}
.fontweight{
    font-weight: bold !important;
}