﻿.MyRow {
    margin-top: 8px;
}

@font-face {
    font-family: MyFont;

    src: url('/fonts/BKoodakBold.afm');
    src: url('/fonts/BKoodakBold.eot');
    src: url('/fonts/BKoodakBold.svg');
    src: url('/fonts/BKoodakBold.ttf');
    src: url('/fonts/BKoodakBold.woff');
}
.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
		}


* {
    font-family: MyFont;
}
     .pagination
{
  line-height: 26px;
}

.pagination span
{
  padding: 5px;
  border: solid 1px #EAEF1E;
  text-decoration: none;
  white-space: nowrap;
  background: #EAEF1E;
}

.pagination a, 
.pagination a:visited
{
  text-decoration: none;
  padding: 6px;
  white-space: nowrap;
}
.pagination a:hover, 
.pagination a:active
{
  padding: 5px;
  border: solid 1px #9ECDE7;
  text-decoration: none;
  
  white-space: nowrap;
  background: #486694;
}

 .modal1
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.center1
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 60px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.center1 img
{
    height: 40px;
    width: 40px;
}
.form-group .required .control-label:after {
  content:"*";color:red;
}