﻿
    <style type="text/css">
        .fontsize
        {
            font-size: 18px;
            color: #0485a3;
        }
        .mt10
        {
            margin-top: 10px;
        }
        .table-custom-class thead tr th
        {
            border-right: 1px solid #ccc;
            background: #18aacc;
            color: #fff;
        }
        
        
        tr.highlight td
        {
            background: #fef6dd !important;
        }
        .searchLabel
        {
            font-size: 14px !important;
            font-weight: 600 !important;
            color: #0485a3 !important;
            width: auto !important;
            text-align: left !important;
            padding: 6px !important;
            margin: 0px !important;
        }
        .mt5
        {
            margin-top: 5px;
        }
        .txtsearbox
        {
            border: 1px solid #d7d5d5;
            height: 18px;
            padding: 2px 3px;
            border-top: 0px !important;
            border-left: 0px !important;
            border-right: 0px !important;
            background: transparent !important;
            font-size: 13px !important;
        }
        .highlightmismatch{-webkit-animation: invalid 1s infinite; /* Safari 4+ */
  -moz-animation:    invalid 1s infinite; /* Fx 5+ */
  -o-animation:      invalid 1s infinite; /* Opera 12+ */
  animation:         invalid 1s infinite; /* IE 10+ */}
        @-webkit-keyframes invalid {
          from { background-color: #cff5f2; }
          to { background-color: inherit; }
        }
        @-moz-keyframes invalid {
          from { background-color: #cff5f2; }
          to { background-color: inherit; }
        }
        @-o-keyframes invalid {
          from { background-color: #cff5f2; }
          to { background-color: inherit; }
        }
        @keyframes invalid {
          from { background-color: #cff5f2; }
          to { background-color: inherit; }
        }
        
        .loadersmall {
  border: 3px solid rgba(201, 76, 76, 0);
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
      margin: 0 auto;
    top: 40%;
    position: relative;
    z-index:99999;
}


@-webkit-keyframes spin {
  0% { 
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loaderbg{position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;    opacity: .5;  display: none;}
    .loaderbginner
    {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
        }
        .loaderbginner h5{position: relative;
    z-index: 99999;
    top: 40%;
    color: #fff;    width: 14%;
    margin: 0 auto;}

    </style>