﻿
/*@font-face {
    font-family: 'HARIKRISHNA A';
    src: url('../../fonts/harikris.TTF') format('truetype');
}
@font-face {
    font-family: Consolas;
    src: url('../../fonts/consola.ttf') format('truetype');
}
.gujfont {
    font-family: 'HARIKRISHNA A';
    font-size:1.2em;
}*/
input[type=checkbox],input[type=radio] {
    /*zoom: 1.5;*/
    /*width:20px;
    height:20px;*/
}
#divheight row {
    margin-right:0px;
}
.playnow input[type=checkbox], .playnow input[type=radio] {
    padding-left:0px;
    display:none;
}
.playnow label {
    padding-left:0px;
}
.playnow label i {
    font-size: x-large;
    vertical-align: bottom;
}
.alertbx {
    padding: 20px;
    background-color: #f44336;
    color: white;
    margin-bottom: 15px;
    display:none;
    position:absolute;
    width :93%;
    border-radius: 6px;
 
}

.alertbx.success {background-color: #4CAF50;}
#Background {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            background-color: Gray;
            filter: alpha(opacity=40);
            opacity: 0.4;
            z-index:998;
        }
 #loader {
  position: fixed;
    top: 45%;
    left: 43%;
    border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #555;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
  z-index:999;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}