

/*Loading panel images*/

.ralp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top:15%;
    z-index: 9000;
    background-color:rgba(237, 243, 255, .7);
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-bottom: 16px solid lightgrey;
  border-left: 16px solid lightgrey;
  border-right: 16px solid lightgrey;
  width: 80px;
  height: 80px;
  margin:auto;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.radLoadingPanel {
    border:1px solid rgb(196, 111, 0);
    -webkit-box-shadow: 1px -.8px 5px 1px rgb(196, 111, 0);
    box-shadow: 1px -.8px 5px 1px rgb(196, 111, 0);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color:white;
    border-color:transparent !important;
    margin:auto;
    width:120px;
    overflow:hidden;
    position:relative;
}

.radLoadingPanel:before {
    content:'loading';
    position:absolute;
    margin-top:45px;
    left:35px;
    z-index:9002;
    
  -webkit-animation:blink-animation 2s linear infinite;
  animation:blink-animation 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes blink-animation {
    25% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }
}

@-webkit-keyframes blink-animation {
    25% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }
}






body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    background-color:rgb(242, 242, 242);
}

body * {
    margin-left: 0px;
    font-size:1.015em;
}

p {
	margin-bottom: 1.1em;
	margin-top: 0;
}
#main p.lastNode {
	margin-bottom: 0;
}
a:link img, a:visited img 
{
	border: none;
}

div.clearFloat {
	clear: both;
	height: 0;
	line-height: 0px;
}
li.clearFloat {
	clear: both;
}
ul.symbolList {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main {
	margin: 0 auto;
	width: 980px;
}

#Link:link, #Link:visited {
	display: inline;
	margin-bottom: 0;
	color: #00e;
	font-weight: normal;
	text-decoration: underline;
}
#Link:visited {
	color: #551a8b;
	font-weight: normal;
	text-decoration: underline;
}
#Link:hover, #Link:focus {
	color: #00e;
	font-weight: normal;
	text-decoration: underline;
}
#Link:active {
	color: #00e;
	font-weight: normal;
	text-decoration: underline;
}
#Div {
	margin-left: 4px;
	margin-top: 22px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #fff;
	width: 363px;
	padding-top: 1px;
	height: 1px;
	height: 2px;
	overflow: hidden;
}

#Footer1 {
    position:relative;
    left:0px;
    right:0px;
    bottom:0px;
}

#Line2 {
	margin: auto;
	display: block;
	border-bottom: 1px solid #999;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

.copyright {
	text-align: left;
	color: #000;
	line-height: 120%;
	margin-right: 15px;
	margin-top: 5px;
	display: inline;
	float: right;
	margin-bottom: 0;
}


.libutton {
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-weight:bold;
  font-size:1.2em;
  padding:8px 30px 8px 30px;
  border:none;
  background: rgb(66, 134, 244);
  border-radius: 3px;
  
}

.libutton:hover {

  background: rgba(0,57,150,0.4); /* For browsers that do not support gradients */
  box-shadow: inset 0 0 1px 1px rgba(66, 134, 244,1), 1px 1px 2px 1px rgba(66, 134, 244,0.7);
}

.libutton:enabled:active {
  background-color: rgba(0,57,150,0.2);
  box-shadow: inset 0 0 0 1px rgba(66, 134, 244,0.8), inset 0 5px 30px rgba(66, 134, 244,1), 1px 1px 2px 1px rgba(66, 134, 244,0.7);
  transform: translateY(2px);

}


/*VALIDATION SUMMARY*/

.valS
{
    margin-right:1px;
    padding:5px;
    text-align:left;
}


.valS ul {
    max-height: 150px;
    overflow-y:auto;
}

.clickclose::before
{
    content:"(click anywhere to close)";
    cursor:pointer;
    right:5px;
    position: absolute;
    color:red;
}

.customvsdiv {
    position: fixed;
    left: 3px;
    right: 3px;
    top: 5px;
    z-index: 9100;
    background-color:rgba(237, 243, 255, .6);
}


/* page message */


.valS,
.errorpopupmsg {
    border:1px solid rgb(255, 0, 0);
    -webkit-box-shadow: 1px -.8px 5px 1px rgb(255, 0, 0);
    box-shadow: 1px -.8px 5px 1px rgb(255, 0, 0);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow:auto;
    border-color:transparent !important;
    background-color:rgb(255, 214, 214);
}


.pagemessage .clickclose::before
{
    font-size:1.02em;
}

.errorpopupmsg,
.successpopupmsg,
.miscpopupmsg,
.warnpopupmsg{
    position: fixed;
    top:3px;
    left: 3px;
    right:3px;
}



.successpopupmsg {
    border:1px solid rgb(7, 102, 0);
    -webkit-box-shadow: 1px -.8px 5px 1px rgb(7, 102, 0);
    box-shadow: 1px -.8px 5px 1px rgb(7, 102, 0);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow:auto;
    border-color:transparent !important;
    background-color:rgb(172, 255, 165);
}

.warnpopupmsg {
    border:1px solid rgb(166, 173, 16);
    -webkit-box-shadow: 1px -.8px 5px 1px rgb(166, 173, 16);
    box-shadow: 1px -.8px 5px 1px rgb(166, 173, 16);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow:auto;
    border-color:transparent !important;
    background-color:rgb(245, 247, 200);
}


.miscpopupmsg {
    border:1px solid rgb(160, 97, 1);
    -webkit-box-shadow: 1px -.8px 5px 1px rgb(160, 97, 1);
    box-shadow: 1px -.8px 5px 1px rgb(160, 97, 1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow:auto;
    border-color:transparent !important;
    background-color:rgb(255, 238, 214);
}

.pagemessage {
    position: fixed;
    top:0px;
    left: 0px;
    right: 0;
    bottom:0px;
    z-index: 9000;
    overflow: hidden;
    outline: 0;
}


/*
  .hd     = Header
  .hd .c  = Header cap
  .hdt    = Header with title
  .hdt .c = Header with title cap
  .ft     = Footer
  .ft .c  = Footer cap
  .bd     = Body
  .bd .c  = Body cap
*/

/* The original images are in Megasys.Framework.ServerControl.Assets.Images.GroupBox */


.bgbht {
	color:#000;
}


.bgbht .c {
	height:11px;
}

.bgbht .c
{
	height:27px;
}

.bgbht.hdt
{
	background-color:rgb(255,255,255);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom:10px;
}


.bgb.tt {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height:100%;
}


.bgbht.simple 
{
    -webkit-box-shadow: 0px 0px .1px 1px rgba(10, 150, 255,0.7);
    box-shadow: 0px 0px .1px 1px rgba(10, 150, 255,0.7);
}

.bgb.hdt .c
{
    /* trt.png */
	margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
    margin-bottom:4px;
}

.bgbht h1
 {
	/* title */
	font-weight: bold;
	margin:0px;
	padding: 5px 0px 1.5px 0px;
    margin-left:10px;
    margin-right:10px;
}

.bgb.ntt {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height:100%;
}

.bgb.tt {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height:100%;
}

.bgb.tt.simple,
.bgb.ntt.simple
 {
    margin-bottom:5px;
    -webkit-box-shadow: 0px 0px .1px 1px rgba(10, 150, 255,0.7);
    box-shadow: 0px 0px .1px 1px rgba(10, 150, 255,0.7);
    background-color:#fff;

}

.bgb {
  position:relative;
  /*overflow:hidden; */
}

/* ALERT CONTROL */


/* ALERT CONTROL */
.disablealertbutton {
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  
  font-size:1.1em !important;
  border: none;
  background: none;
  min-width:20px;
  height:20px;
  position:absolute;
  top:5px;
  right:5%;
  float:right !important;
}

.disablealertbutton.anchorbutton {
  min-width:30px;
  padding:1px 20px;
}



.announcementText{
     word-wrap:break-word;
}

.systemalert {
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    max-height:60px;
    padding: 20px;
    padding-left:50px;
    padding-right:50px;
    background-color: #ffac34;
    color: white;
    z-index:9999;
}

.alertNotice {
    background-color: #004cff !important;
}

.alertWarning{
     background-color: #f48b36 !important;
}

.alertUrgent{
    background-color: red !important;
}

.systemalertheading{
    position: relative;
    top: -8px;
}

.systemalertmsg{
    max-height:60px;
    word-wrap:break-word;
    overflow-y:auto;
    position: relative;
    bottom: 8px;
}

.closesystemalertbtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closesystemalertbtn:hover {
    color: black;
}

/*System Alert Scroll Bar*/
.systemalertmsg::-webkit-scrollbar {
      width:16px ;
}

.systemalertmsg::-webkit-scrollbar-track {
    display: none !important;
}

.systemalertmsg::-webkit-scrollbar-track-piece {
    display: none !important;
}

.systemalertmsg::-webkit-scrollbar-button {
    display: none !important;
}

.systemalertmsg::-webkit-scrollbar-thumb {
    background:transparent !important;
    border-radius:5px;
    border:1px solid white !important;
}

.RadForm.rfdRoundedCorners.rfdTextbox .rfdTextInput,
.RadForm.rfdRoundedCorners.rfdTextarea textarea,
.RadForm.rfdRoundedCorners.rfdFieldset fieldset,
.RadForm.rfdRoundedCorners .rfdSkinnedButton {
    border-radius: 0em;
}