/* SET INCLUDE */

#entryContainer {
    position:relative;
    float:center;
    font-size:12px;
    font-family:arial;
    z-index:20;
}


/* Login Button */
#entryButton { 
    font-family:arial;
    display:inline-block;
    float:right;
    background:#eaeaea url(../../setglimg/login/buttonbg.png) repeat-x; 
    border:1px solid #445058; 
    border-radius:0px;
    -moz-border-radius:0px;
    position:relative;
    z-index:30;
    cursor:pointer;
    text-decoration:none; 
}

/* Login Button Text */
#entryButton span {
    color:#445058; 
    font-size:11px; 
    font-weight:bold; 
    text-shadow:1px 1px #fff; 
    padding:2px 29px 2px 10px;
    background:url(../../setglimg/login/loginArrowDown.png) no-repeat; 
    background-position:right center; 
    display:block
}

#entryButton:hover {
    background:url(../../setglimg/login/buttonbgHover.png) repeat-x;
}

/* Login Box */
#entryBox {
    position:absolute;
    top:23px;
    right:0;
    display:none;
    z-index:39;
}

/* If the Login Button has been clicked */    
#entryButton.active {
    border-radius:0px 0px 0 0;
}

#entryButton.active span {
    background:url(../../setglimg/login/loginArrowUp.png) no-repeat; 
    background-position:right center; 
}

/* Login Form */
#entryForm {
	 width:550px;
    border:1px solid #445058;
    border-radius:0px 0 0px 0px;
    -moz-border-radius:0px 0 0px 0px;
 	-webkit-border-radius: 0px 0 0px 0px;
    margin-top:-1px;
    background:#eaeaea;
    padding:10px;
}


fieldset#entrybody {
    background:#fff;
    border-radius:0px;
    -moz-border-radius:0px;
    padding:2px 2px;
    margin:0;
}


#entrybody label {
    color:#3a454d;
    margin:9px 0 0 0;
    display:block;
    float:left;
    font-size:12px;
}

/* SET INCLUDE SPORTSID*/

#entrySportsidContainer {
    position:relative;
    float:center;
    font-size:12px;
    font-family:arial;
    z-index:20;
}


/* Login Button */
#entrySportsidButton { 
    font-family:arial;
    display:inline-block;
    float:right;
    position:relative;
    z-index:30;
    cursor:pointer;
    text-decoration:none; 
     color: #003366;
    font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #ffffff;
	background: rgb(215,225,235);
    background: -moz-linear-gradient(top,  rgba(215,225,235,1) 0%, rgba(205,216,229,1) 50%, rgba(194,208,223,1) 51%, rgba(185,204,219,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,225,235,1)), color-stop(50%,rgba(205,216,229,1)), color-stop(51%,rgba(194,208,223,1)), color-stop(100%,rgba(185,204,219,1))); 
    background: -webkit-linear-gradient(top,  rgba(215,225,235,1) 0%,rgba(205,216,229,1) 50%,rgba(194,208,223,1) 51%,rgba(185,204,219,1) 100%); 
    background: -o-linear-gradient(top,  rgba(215,225,235,1) 0%,rgba(205,216,229,1) 50%,rgba(194,208,223,1) 51%,rgba(185,204,219,1) 100%); 
    background: -ms-linear-gradient(top,  rgba(215,225,235,1) 0%,rgba(205,216,229,1) 50%,rgba(194,208,223,1) 51%,rgba(185,204,219,1) 100%); 
    background: linear-gradient(to bottom,  rgba(215,225,235,1) 0%,rgba(205,216,229,1) 50%,rgba(194,208,223,1) 51%,rgba(185,204,219,1) 100%);
	padding: 3px;
	line-height: 26px;
	height: 26px !important;
	height: 24px;
	margin: 3px;
	text-decoration: none;
	/*border-radius:5px 5px 5px 5px;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;*/
 	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
 	color: rgb(34, 49, 65) !important;
}

/* Login Button Text */
#entrySportsidButton span {
    color:#445058; 
    font-size:12px; 
    text-shadow:1px 1px #fff; 
    padding:2px 29px 2px 10px;
    background:url(../../setglimg/login/loginArrowDown.png) no-repeat; 
    background-position:right center; 
    display:block
}

#entrySportsidButton:hover {
   background: -moz-linear-gradient(top,  #dfe7ef 0%, #d8e1eb 49%, #cedae6 51%, #c7d5e1 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe7ef), color-stop(49%,#d8e1eb), color-stop(51%,#cedae6), color-stop(100%,#c7d5e1)); 
    background: -webkit-linear-gradient(top,  #dfe7ef 0%,#d8e1eb 49%,#cedae6 51%,#c7d5e1 100%); 
    background: -o-linear-gradient(top,  #dfe7ef 0%,#d8e1eb 49%,#cedae6 51%,#c7d5e1 100%); 
    background: -ms-linear-gradient(top,  #dfe7ef 0%,#d8e1eb 49%,#cedae6 51%,#c7d5e1 100%); 
    background: linear-gradient(to bottom,  #dfe7ef 0%,#d8e1eb 49%,#cedae6 51%,#c7d5e1 100%);
}

/* Login Box */
#entrySportsidBox {
    position:absolute;
    top:39px;
    right:0;
    display:none;
    z-index:39;
}

/* If the Login Button has been clicked */    
#entrySportsidButton.active {
    border-radius:0px 0px 0 0;
}

#entrySportsidButton.active span {
    background:url(../../setglimg/login/loginArrowUp.png) no-repeat; 
    background-position:right center; 
}

/* Login Form */
#entrySportsidForm {
	 width:700px;
    border:1px solid #445058;
    /*border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
 	-webkit-border-radius: 3px 0 3px 3px;*/
    margin-top:-1px;
    background: rgb(235,236,248);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(235,236,248,1) 0%, rgba(212,217,222,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(235,236,248,1)), color-stop(100%,rgba(212,217,222,1)));
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(235,236,248,1) 0%,rgba(212,217,222,1) 100%);
    background: -o-radial-gradient(center, ellipse cover,  rgba(235,236,248,1) 0%,rgba(212,217,222,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover,  rgba(235,236,248,1) 0%,rgba(212,217,222,1) 100%);
    background: radial-gradient(ellipse at center,  rgba(235,236,248,1) 0%,rgba(212,217,222,1) 100%);
    padding:10px;
}


fieldset#entrySportsidbody {
    padding:0px;
    margin:0;
}


#entrySportsidbody label {
    color:#3a454d;
    margin:9px 0 0 0;
    display:block;
    float:left;
    font-size:12px;
}


/* SET MAIN */

#entryMainContainer {
   position:relative;
    float:right;
    font-size:12px;
    font-family:arial;
    z-index:20;
}


/* Login Button */
#entryMainButton { 
    font-family:arial;
    display:block;
    float:right;
    position:relative;
    z-index:30;
    cursor:pointer;
    text-decoration:none;
    font-size:12px;
    font-family:arial;
    height: 52px;
}

/* Login Button Text */
#entryMainButton span {
    padding-right: 7px;
	padding-left: 7px;
	padding-top: 12px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	float: left;
	font-size: 16px;
	height: 52px;
}

#entryMainButton:hover {
   background-image: none !important;
   background-color: rgba(0, 0, 0, 0.298039) !important;
   border: none;
}

/* Login Box */
#entryMainBox {
    position:absolute;
    top:54px;
    right:0;
    display:none;
    z-index:29;
  
}

/* If the Login Button has been clicked */    
#entryMainButton.active {
    /*border-radius:3px 3px 0 0;*/
}

#entryMainButton.active span {
    background-image: none !important;
   background-color: rgba(0, 0, 0, 0.298039) !important;
   border: none;
}

/* Login Form */
#entryMainForm {
    border:1px solid #445058;
   /* border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;*/
    margin-top:-1px;
    background:#2f3951;
    padding:10px;
  	
  	box-shadow: 0 0 1px rgba(255,255,255,0.2);
	background: #186185 url(../../../setglimg/module_box_transparency10.png) 0 0 repeat;
  	
  	
  	  overflow: auto;
	max-height: 100vh;
}


fieldset#entryMainbody {
  
   /* border-radius:3px;
    -moz-border-radius:3px;*/
     padding:6px 6px;
    margin:0;
}

/* Error messages */
.global-messages, .global-messages .col {
    display: block;
    height: 0;
    left: 50%;
    margin-left: -200px;
    position: fixed;
    top: 40%;
    width: 400px;
    z-index: 99999;
}
.global-messages-inner {
    margin-right: -200px;
    padding-top: 15px;
    position: fixed !important;
    right: 50% !important;
    text-align: center;
    width: 400px;
}
.global-messages-item {
    border-radius: 0px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 1) inset, 0 2px 20px 0 rgba(0, 0, 0, 0.15), 1px 0 5px 0 rgba(0, 0, 0, 0.2);
    clear: both;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin: 0 5px 10px;
    opacity: 0.95;
    padding: 0;
    position: relative;
    text-shadow: 0 -1px rgba(255, 255, 255, 0.8);
    vertical-align: top;
    width: 380px;
    font-size: 12px;
}
.global-messages-item.success {
    background-color: rgb(221, 242, 217);
    border: 1px solid rgb(123, 186, 110);
    color: #29681c;
}
.global-messages-item.info {
    background-color: rgb(217, 230, 242);
    border: 1px solid rgb(110, 147, 186);
    color: #1c4169;
}
.global-messages-item.warn {
    background-color: #f1f2d9;
    border: 1px solid #ad962e;
    color: #897725;
}
.global-messages-item.error {
    background-color: #f2c2c2;
    border: 1px solid #f2bbbb;
    color: #701d1d;
}
.global-messages-item .msg-icon {
    left: 8px;
    position: absolute;
    top: 8px;
    z-index: 2;
}
.global-messages-item.error .msg-icon, .msg-icon.cross, .global-messages-item.warn .msg-icon, .msg-icon.exclamation, .global-messages-item.success .msg-icon, .msg-icon.tick, .global-messages-item.info .msg-icon, .msg-icon.info {
    display: inline-block;
    height: 20px;
    width: 20px;
}
.global-messages-item.error .msg-icon, .msg-icon.cross {
    background: url("../../setglimg/error.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.global-messages-item.warn .msg-icon, .msg-icon.exclamation {
    background: url("../../setglimg/warning.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 22px;
}
.global-messages-item.success .msg-icon, .msg-icon.tick {
    background: url("../../setglimg/success.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.global-messages-item.info .msg-icon, .msg-icon.info {
    background: url("../../setglimg/info.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.global-messages-item .msg-body {
    display: block;
    margin: 2px;
    max-width: 600px;
    min-height: 33px;
    min-width: 60px;
    text-align: left;
    vertical-align: top;
    z-index: 1;
}
.global-messages-item .msg-text {
    display: none;
    padding: 9px 15px 8px 35px;
    vertical-align: middle;
}
.global-messages-item .msg-text ul, .global-messages-item .msg-text ol {
    margin: 10px 0 0;
    padding-left: 15px;
}
.global-messages-item .msg-text li {
    font-weight: 400;
    padding: 0;
}
.global-messages-item .msg-text p {
    margin: 5px 0;
}
.global-messages-item *::-moz-selection {
    background: none repeat scroll 0 0 transparent;
}
.global-messages-item.expanded .msg-text, .global-messages-item.collapsed .msg-text {
    display: inline-block;
}

/* 	RESULT STYLE  */
.testresultPass{
	font-weight: bold;
	font-size:12px;
	padding:0px 0px 3px 3px;
	margin-left:10px;
	display: block;
	height:28px;
	float:left;
}
.testresultPass span{
	padding:3px 3px 3px 3px;
	margin: 0px 0px 0px 20px;
	display:block;
	float:right;
	white-space: nowrap;
}
.shortPass{
	background:url(../../setglimg/error.png) no-repeat 0 0;
}
.badPass{
	background:url(../../setglimg/warning.png) no-repeat 0 0;
}
.goodPass{
	background:url("../../setglimg/success.png") no-repeat 0 0;
}
.strongPass{
	background:url("../../setglimg/success.png") no-repeat 0 0;
}

.general_inner_dashboard {
 
	padding: 5px;
	float: left;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #f6f6f6;
	vertical-align: middle;
	min-height: 100px;
	
	box-shadow: 0 0 1px rgba(255,255,255,0.2);
	background: url(../../../setglimg/module_box_transparency25.png) 0 0 repeat;
}
.link_dashboard {
 
	font-size: 20px;
	font-weight: bold;
}
.modal-dialog .general_inner{
	background: none;

}
.modal-dialog .link_dashboard  {
	color: #000000;
	
}

.modal-dialog .link_dashboard_sm {
	color: inherit;
	
}
.modal-dialog .moduletable th {
	color: #000000;
	
}

.modal-dialog .dctabrowwhite:hover {
	background-color: #ffffff;
}

.modal-dialog .img-thumbnail {
   
    border: 1px solid #000000;
    border-radius: 0px;
    box-shadow: 0 0 1px rgba(255,255,255,0.2);
    background-color: #E6E6E6;
 
}
.numberCircle {
    margin: 0 !important;
}
.numberCircle_gold {
    margin: 0 !important;
}
.numberCircle_silver {
    margin: 0 !important;
}
.numberCircle_bronze {
    margin: 0 !important;
}
.numberCircle {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding-top: 2px;

    border: 2px solid #fff;
    text-align: center;

    font-size: 13px;
    margin: auto;
}
.numberCircle_gold {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding-top: 2px;

    border: 2px solid #fff;
    text-align: center;

    font-size: 13px;
    
    background: linear-gradient(
    90deg,
    rgba(255, 87, 34, 1) 0%,
    rgba(205, 220, 57, 1) 100%,
    rgba(0, 212, 255, 1) 100%
  );
  margin: auto;
}

.numberCircle_silver {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding-top: 2px;

    border: 2px solid #fff;
    text-align: center;

    font-size: 13px;
    
   background: linear-gradient( 90deg, rgb(74, 74, 74) 0%, rgb(191, 191, 191) 100%, rgb(87, 168, 185) 100% );
    margin: auto;
}

.numberCircle_bronze {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding-top: 2px;

    border: 2px solid #fff;
    text-align: center;

    font-size: 13px;
    
   background: linear-gradient( 90deg, rgb(217, 118, 87) 0%, rgb(123, 93, 71) 100%, rgb(0, 212, 255) 100% );
   margin: auto;
}