﻿@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
@import url(https://fonts.googleapis.com/css?family=Allan);

body
{
}

.label
{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: forestgreen;
}

.lbl
{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
}

.labelh
{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: forestgreen;
    text-align: right;
}

.lblh
{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
    text-align: right;
}

.bck
{
    background-color: lightblue;
}

.RadMenu_Black a.rmLink 
{ 
    font-size: 16px!important; 
}  

.lblTtl {
    font-family: 'Allan', cursive;
    font-size:30px;
    color:purple;
}

.lbleml {
    font-family: 'Allan', cursive;
    font-size:20px;
    color:black;
}

.lblSml {
    font-family: 'Allan', cursive;
    font-size:20px;
    color:purple;
}


.pgbckg{
    
    background: -moz-linear-gradient(243deg, rgba(255,255,0,1) 0%, rgba(184,184,0,1) 50%, rgba(255,255,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,255,0,1)), color-stop(50%, rgba(184,184,0,1)), color-stop(100%, rgba(255,255,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(243deg, rgba(255,255,0,1) 0%, rgba(184,184,0,1) 50%, rgba(255,255,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(243deg, rgba(255,255,0,1) 0%, rgba(184,184,0,1) 50%, rgba(255,255,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(243deg, rgba(255,255,0,1) 0%, rgba(184,184,0,1) 50%, rgba(255,255,0,1) 100%); /* ie10+ */
    background: linear-gradient(207deg, rgba(255,255,0,1) 0%, rgba(184,184,0,1) 50%, rgba(255,255,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF00', endColorstr='#FFFF00',GradientType=0 ); /* ie6-9 */

}

div.table-title {
   display: block;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
}

.table-title h3 {
   color: #fafafa;
   font-size: 30px;
   font-weight: 400;
   font-style:normal;
   font-family: "Roboto", helvetica, arial, sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#D5DDE5;;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:23px;
  font-weight: 100;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:nth-child(odd):hover td {
  background:#4E5066;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

.bckappa{
    background-image : url('https://www.amcservice.info/images/chqw/bck-a.jpg');
    background-repeat :repeat; -->
}

.bckapp{

}

.boxGold{
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
background-color:#e7a61a;
}

.boxWhite{
    -webkit-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
}

.boxBlue {
    
background: rgba(212,228,239,1);
background: -moz-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(134,174,204,1)));
background: -webkit-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -o-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -ms-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: linear-gradient(to right, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=1 );

}