﻿   
        .loader-block {
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 9999;
            overflow: hidden;
            background: url(../images/loading.gif) 50% 50% no-repeat;
        }
        #loader-mask {
            background: #000;
            display: block;
            height: 100%;
            left: 0;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 99999 !important;
            -ms-opacity: 0.3;
            opacity: 0.3;
        }
        .txtlft {
    text-align: left!important;
}
        .progress{
            margin-top: 5px;
        }

         .cse .gsc-control-cse, .gsc-control-cse {padding:7px 0 0 0 !important}

         .button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}    
 
  