﻿.holds-the-iframe
        {
            background: url(seConfigFiles/images/Processing.gif) center center no-repeat;
        }
        .body
        {
            overflow: scroll;
        }
        .texthome:hover
        {
            color: white;
        }
        .loading
        {
            font-family: Arial;
            font-size: 10pt;
            border: 5px solid #67CFF5;
            width: 200px;
            height: 100px;
            display: none;
            position: fixed;
            background-color: White;
            z-index: 999;
        }
        .Row1
        {
            background-color: #e1e6ec;
        }
        .alert
        {
            padding: 4px;
            background-color: #f44336;
            color: white;
        }
        
        .closebtn
        {
            margin-left: 15px;
            color: white;
            font-weight: bold;
            float: right;
            font-size: 22px;
            line-height: 20px;
            cursor: pointer;
            transition: 0.3s;
        }
        
        .closebtn:hover
        {
            color: black;
        }
        .btnhome
        {
            background-color: #337ab7;
            border: none;
            color: white;
            padding: 4px 4px;
            font-size: 16px;
            cursor: pointer;
            margin-left: 82%;
            height: 1%;
            width: 15%;
        }
        /* Darker background on mouse-over */
        .btnhome:hover
        {
            background-color: #337ab7;
        }
        .modalmessagealert
        {
            position: absolute;
            top: 235px;
            right: 100px;
            bottom: 0;
            left: 0;
            z-index: 10040;
            overflow: auto;
            overflow-y: auto;
        }
        .locationalert
        {
            position: absolute;
            top: 110px;
            bottom: 0;
            left: 0px;
            z-index: 10040;
            overflow: auto;
            overflow-y: auto;
        }
        table, th, td
        {
            border: 1px solid #074684;
            border-collapse: collapse; /*color: #074684;*/
        }
        .modal-header .close
        {
            padding: 0rem 0rem !important;
            margin: -0rem -0rem -0rem auto !important;
        }
        .login-heading
        {
            margin-top: 16px;
        }
        
        button.close
        {
            font-size: 44px;
            position: absolute;
            background-color: #ffffff;
            right: 0px;
            height: 48px;
            width: 44px;
            opacity: 1;
        }
        
        
        .NewGIFIMG
        {
            height: 20px;
            top: 0px;
            right: 0px;
            margin-left: -25px;
            margin-top: -20px;
            display: none;
        }
        .custom-tabs1 li a.active
        {
            background-color: #bbb6b6;
            color: #000000;
        }
        .custom-tabs1 li a
        {
            text-transform: uppercase;
            font-size: 14px;
            padding: 5px 15px;
            border: 1px solid #929292;
            margin-right: 5px;
        }