body {
	position: relative;
    background-color: #ecf0f5;
}
.panel-footer {
    background: #ECF0F5;
    border-bottom: none;
}
.text-red {
    color: red;
}
.text-aqua {
    color: red;
}
.alert {
    border-radius:50px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 5px;
    
}
.alert-success {
    border: 3px solid #eeffe78a;
}
.alert-warning {
    border: 3px solid #faf1c4;
}
.alert-danger {
    border: 3px solid #facccb;
}
.btn {
    border-radius: 50px;
    box-shadow: 3px 5px 0 #eee;
}
.bg-database {
    background-color: #fffefc;
}
.bg-white {
    background-color:#ffffff;
}
p.control-label {
    text-align: left!important;
    font-style: italic;
    color: #FF5500!important;
}
input.form-control {
    height: 40px!important;
}
.form-control {
    box-shadow: 0 0 5px rgba(219, 218, 218, 0.5);
    max-width: 100%;
}
.highlight-text {
    position: relative;
    z-index: 1252;
    margin-bottom: 0;
}
.header {
    border-radius: 0;
    margin-bottom: 0;
    border: 0;
    border-bottom: 0;
}
.header h2 {
    padding: 0;
    margin: 5px;
    font-size: 2.8rem;
    color: #337AB7;
    font-family: cursive;
    text-shadow: 1px 1px 0 #dff0d8;
}
.header p {
    font-style: italic;
    font-weight: 700;
    color: #7AA478;
}
.header .panel-heading {
    background: #fffefc;
    border-radius: 0;
    border-bottom: 0;
}
.menubar ul.nav {
    border-left: 0;
    border-right: 0;
    border: 0;
}
.menubar ul.nav li a {
    border-radius: 0;
}
.menubar ul.nav li.active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    height: 10px;
    width: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #337AB7;
}
.menubar .panel-heading {
    background: #ffffff;
    padding: 0;
    border-radius: 0;
}

@media (max-width: 480px) {
	.nav-pills>li {
		width: 50%;
		text-align: center;
	}

	.nav-pills>li+li {
		margin-left: 0;
	}
}

#purchaseCodeForm, #databaseForm, #siteForm, #timezoneForm {
    margin-top: 20px;
}

/*
---------------------------------------
  Start Overlay Mask Window 
---------------------------------------
*/
.overlay { 
    overflow: hidden;
    max-height: 100%;
    max-width: 100%;
}
.overlay:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    bottom: 0; 
    right: 0;
    z-index: 1000;
    opacity:.8;
    position: fixed; 
    background: #000000;
}
.overlay-loader { 
    overflow: hidden;
    max-height: 100%;
    max-width: 100%;
}
.overlay-loader:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    bottom: 0; 
    right: 0;
    z-index: 1250;
    opacity: .8;
    position: fixed; 
    background: #eef9ff;
}
.overlay-loader:before {
    content: '';
    background: url(../images/loader.gif) no-repeat;
    width: 64px;
    height: 64px;
    top: 50%; 
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    z-index: 1254;
    opacity: 1;
    position: fixed;
}
#loader-status {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 240px;
    min-height: 40px;
    margin-left: -120px;
    text-align: center;
    padding: 10px;
    background: red;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 50% 50% 0 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    z-index: 1253;
}
#loader-status .text {
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
#loader-status .progress {
    display: none;
    margin-bottom: 0;
    height: 10px;
}
/* End Overlay Mask Window */

.copyright {
    margin-bottom: 20px;
    font-size: 12px;
}
.revalidate-header{
    border:2px solid #ddd;border-radius: 50px!important;
}
.revalidate-header .panel-heading{
   border-radius: 50px!important;
}
.mt-30{
    margin-top: 30px;
}
.mt-20{
    margin-top: 20px;
}
.mt-10{
    margin-top: 10px;
}
.p-10{
    padding: 10px;
}
.requirements-wrapper>p{
    color:#ff023b;
}
#its24 {
    position: fixed;
    height: 100%;
    left: 0;
    bottom: 0;
}
#its24 .svg {
    height: 100%;
    width: auto;
}
.st0{opacity:0.1;}
.st1{fill:url(#XMLID_67_);}
.st2{fill:url(#XMLID_68_);}
.st3{fill:url(#XMLID_69_);}
.st4{fill:url(#XMLID_70_);}

.enable-bg{
    enable-background:new 0 0 426 447;
}
.w-70p{
    width: 70%;
}
.logo-color-1{
    stop-color:#FFC609
}
.logo-color-2{
    stop-color:#FAAF40
}
.logo-color-3{
    stop-color:#009BC9
}
.logo-color-4{
    stop-color:#005D99
}
.logo-color-5{
    stop-color:#FFC609
}