/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 50px;
  padding-right: 0px !important;
  height: auto;
  margin-top: 0em;
  background-color: #000000;
  color: rgb(180, 180, 180);
  font-family: Poppins;
  font-weight: 500;
}

th {
  width: 142px;
height: 22px;
font-family: Poppins;
font-size: 14px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.74px;
color: #ffffff;
padding: 1.5em;
}

tr {
  width: 107px;
  height: 22px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.74px;
  color: #ffffff;
  padding: 1.5em;
}

#box_background {
    background-color: #202020;
    padding: 40px;
    border-radius: 15px;
}


h2 {
  color: white;
  text-align: center;
}

h6 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #b4b4b4;

}

p {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #b4b4b4;
}
#abgea_page_content_pane {

  margin-bottom:100px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
}

.menu-text-ellipse {
overflow: hidden;
text-overflow: ellipsis;
}

.manageaccount_pane{
  width: 100%;
  border-radius: 10px;
  background-color: #202020;
  margin-top: 20px;
  margin-bottom: 20px;
  padding:20px;
}

.manageaccount_pane_delete{
  width: 100%;
  border-radius: 10px;
  background-color: #202020;
  border-color: #FA4848;
  border-style: solid;
  margin-top: 20px;
  margin-bottom: 20px;
  padding:20px;
}

.btn_delete_ok{
  width:100%;
  height:40px;
  background-color: #8d006c;
  border-color: #383838;
  border-radius: 10px;
}

.btn_delete_cancel{
  width:50%;
  height:40px;
  background-color: #B3BDC7;
  border-color: #383838;
  border-radius: 10px;
}

.manageacclabel {
  margin-top: 1px;
  margin-bottom: 10px;
  font-family: Poppins;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgb(180, 180, 180);
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5;
  padding-left: 1px;
  margin-left: 5px;
}
.manageaccvalue {
  color: white;
  font-family: Poppins;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1px;
  margin-left: 5px;
  margin-top: 1px;
  margin-bottom: 10px;
}


.alignleft {
  float: left;
  padding-left: 5px;
  margin-left: 5px;
}

.alignright {
  float: right;
  padding-right: 5px;
  margin-right: 5px;
}

.alignright_font {
  float: right;
  padding-right: 5px;
  margin-right: 5px;
  font-size: 15px;

}

.wca-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #202020;
  color: white;
  z-index: -100;
  padding-top: 10px;
}

.wca-footer p a{
  font-family: Poppins;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

#password_strength {
  color:#3BFFAA;
  font-size: 15px;
}

.modal-open {
  overflow-y: auto;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  height: auto;
}

.notLoggedInContainer {
    background-color: #202020;
    width: 50%;
    height: 50%;
    margin: 0 auto;
    text-align: center;
    border-radius:15px;
}

.mainContainer {
  width: auto;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  height: auto;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  background-color: #202020;
}


.container .text-muted {
  margin: 15px;
  color: white;
  text-align: center;
}

.navbar {
	background-color: #000000;
	border-color:#202020;
	margin-bottom: 0px;
}

#custom-navbar-default {
  border-color: #5a5a5a;
}

.navbar-default .navbar-brand{
	color: white;
	border-color: #000000;
	height: 0px;
}

 .navbar-default .navbar-brand:hover{
	color: white;
	border-color: #000000;
}

.navbar-default .navbar-nav li a{
	color: #fff;
	background-color: #000;
}

.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus{
	color: #000;
	background-color: #ffffff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: white;
  background-color: #000000;
}

#custom-navbar-static-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#custom-navbar {
    border: 1px solid #5a5a5a
}

/*
  Custom nav bar start
*/
.navbarlogo {
	background-color: #202020;
}

.navbarlogo-default .navbar-brand{
	color: white;
}

 .navbarlogo-default .navbar-brand:hover{
	color: white;
}

.navbarlogo-default .navbar-nav li a{
	color: #fff;
	background-color: #202020;
}

.navbarlogo-default .navbarlogo-nav li a:hover, .navbarlogo-default .navbarlogo-nav li a:focus{
	color: white;
	background-color: #f1f1f1;
}
/*
  Custom nav bar end
*/

button.custom_ge_btn {
  background-color: #555555;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Poppins;
  font-size: 16px;
  margin: 0;
  padding: 9px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

button.custom_ge_btn:hover {
  background: #616161;
  color: white;
}


button.custom_ge_blue {
  background-color: #0666bc;
  color: #FFFFFF;
}

button.custom_ge_purple {
  background-color: #8d006c;
  color: #FFFFFF;
  border-radius: 10px;
}

button.small_custom_ge_purple {
  background-color: #8d006c;
  border-color: #8d006c;
  color: #fff;
  border-radius: 10px;
}

button.custom_ge_blue:hover {
  background: #0387fad3;
  color: white;
}

button.custom_ge_gray {
  background-color: #e3e2e2;
  color: #808080;
  border-color: #e3e2e2;
  border-radius: 10px;
}

button.custom_ge_gray:hover {
  background: #6b6969;
  color: white;
  border-color: #6b6969;
}


button.custom_ge_btn_danger {
  background-color: #da4f49;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: GE Inspira Pitch,Arial,Helvetica,sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 9px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  background: #da4f49;
}

button.custom_ge_btn_danger:hover {
  background: #bd362f;
  color: white;
}

button.custom_ge_btn_default {
  background-color: #fff;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: Poppins;
  font-size: 16px;
  margin: 0;
  padding: 9px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

button.custom_ge_btn_default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #B3BDC7;
}


/* content part */

.content_part {
  margin: 20px 0;
  text-align: left;
  width: auto;
  max-width: 1000px;
}
.content_part h1 {
  font-size: 24px;
  line-height: 1;
}

.content_part h2 {
  font-size: 20px;
  line-height: 1;
}
.content_part .lead {
  font-size: 24px;
  line-height: 1.25;
}
.content_part .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Button panel */
.btn-primary-login{
  background-color: #555555;
}
 .btn-primary{
	  background-color: #555555;
}

.btn-chgregion{
	  width:100%;
	  background-color: #e62e00 !important;
	  border-color: #e62e00 !important;
	  border-radius: 10px;
	  align: center;
	  color: #ffffff !important;
	  white-space: normal;
}

.btn-chgregion:hover,
.btn-chgregion:focus,
.btn-chgregion.focus,
.btn-chgregion:active,
.btn-chgregion.active,
.btn-chgregion:active.focus,
.btn-chgregion.active.focus,
.btn-chgregion:active.focus {
	border-color: #ff5c33 !important;
	background-color: #ff5c33 !important;
	outline: 0 !important;
	outline-offset: 0  !important;
	background-image: none  !important;
	-webkit-box-shadow: none !important;
	box-shadow: none  !important;
}

.btn_section {
  margin: 20px 0;
  text-align: center;
  width: auto;
  max-width: 1000px;
}

.btn_panel {
  margin: 20px 0;
  text-align: center;
  width: auto;
  max-width: 1000px;
}
.btn_panel h1 {
  font-size: 100px;
  line-height: 1;
}
.btn_panel .lead {
  font-size: 24px;
  line-height: 1.25;
}
.btn_panel .btn {
  font-size: 14px;
  width : 300px;
  height : 40px;
}

button.btn.btn-large {
  font-size: 14px;
  padding: 10px 10px;
  min-width:300px;
  height : 40px;
  text-align: center;
  border-radius: 10px;
  background-color: #a11f7f;
  width: 100%;
}

input.error_background {
	background-color: #f0e68c;
}

.error_message {
	color: rgb(250,72,72);
}

.required_info {
    color: #669933;
    font-size: 0.8rem;
    position: relative;
}


.h4, h4 {
  font-family: Poppins;
font-size: 24px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.26px;
text-align: center;
color: #ffffff;


}
.h5, h5 {
  margin-top: 1px;
  margin-bottom: 10px;
  font-family: Poppins;
  line-height: 1.4;
  font-weight: 100;
  letter-spacing: 0.02em;
}
.h6,h6 {
  margin-top: 1px;
  margin-bottom: 10px;
  font-family: Poppins;
  line-height: 1.4;
  font-weight: 50;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.h7,h7 {
  margin-top: 1px;
  margin-bottom: 10px;
  font-family: Poppins;
  line-height: 1;
  font-weight: 50;
  font-size: 10px;
  letter-spacing: 0.02em;
}

.btn_signIn{
  width:100%;
  height:40px;
  background-color: #8d006c;
  border-color: #383838;
  border-radius: 10px;
  align: center;
}

.btn_cancel{
  width:40%;
  height:40px;
  color: white;
  background-color: #B3BDC7;
  border-color: #383838;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.btn_ok{
  width:40%;
  height:40px;
  color: white;
  background-color: #8d006c;
  border-color: #383838;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.btn_resend{
  color: #fff;
  background-color: #812469;
  border-color: #812475;
}

.center-block{
  padding: 20px;
}

.form-group {
  margin-bottom: 5px;
  text-align: left;
}

.form-font{
  color: rgb(180 180 180);
  font-family: Poppins;
  font-weight: 600;
  letter-spacing: .04em;
}

.form-horizontal label {
	cursor: default;
}

.form-horizontal .control-label {
    padding-top: 0px;
    cursor: default;
}

.form-horizontal .controls {
  padding-top: 2px;
}

.control-group.error .control-label {
  color: rgb(250,72,72);
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: rgb(250,72,72);
}


.control-group.error .checkbox-label {
  color: #EE3324;
}

.error input {
	color: #EE3324;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #EE3324;
}

.control-group.error .checkbox-label .checkbox,
.checkbox.error .checkbox,
.checkbox.error input {
	color: #EE3324;
}

.control-group.error .checkbox-label .checkbox,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #EE3324;
  background-color: #FFE9BA;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error .checkbox-label .checkbox,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #EE3324;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.form-control {
  border-radius: 10px;
  font-weight: 600;
  font-size: 12px;
  position: initial;
}

.input-group .form-control {
  position: initial;
}

.form-control:focus {
  border-color: #555555;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(80, 80, 80, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(80, 80, 80, .6);
}

a {
  color: rgb(180 180 180);
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #ffff;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bg-primary {
  color: #fff;
  background-color: #585858;
}
a.bg-primary:hover {
  background-color: #616161;
}
.form-card {
  max-width: 250px;
  padding: 19px 19px 19px;
  margin: 0 auto 20px;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
          box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-card .form-card-heading,
.form-card .checkbox {
  margin-bottom: 10px;
}

.form-card input[type="text"],
.form-card input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}

.text-notice{
	margin: 5px 0;
	color: rgb(180,180,180);
	text-align: center;
}

.panel-primary .panel-heading{
	background-color: #202020;
}

.panel {
  margin-bottom: 20px;
  background-color: #202020;
  border-color: #fff;
  border-radius:20px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-primary {
  border-color: #202020;
  margin:20px;
}

.panel-primary .panel-body{
	background-color: #202020;
	color: #fff;
	border-color: #fff;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    margin: 20px;
}

.panel-primary > .panel-heading {
  color: #fff;
  border-color: #979797;
  margin: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #202020;
  background-color: #202020;
}
.panel-primary > .panel-heading .badge {
  background-color: #202020;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #202020;
  background-color: #202020;
}
.close{
  color: #fff;
    opacity: 1;
}
.alert-info {
  color: #f1f1f1;
  background-color: #202020;
}

.app-logo {
  width: 100%;
  padding-bottom: 6px;
  padding-top: 6px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 12px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: solid 1px #5a5a5a;
}
/**** Media Queries ***/

/* Media Queries */

/* decreasing white space between table and footer, and increasing space at bottom of footer to make links easier to hit */
@media(min-width: 320px){
	.btn .btn-default .btn-primary{
		margin-bottom: 2em;
	}
}

@media (max-width: 360px){
	.col-md-6 {
		padding-top: 2%;
	}

.alert {
		margin-bottom: 3em;
    padding-bottom: 1em;
	}

	 p .text-notice{
		margin-bottom: 1em;
	}

	button.btn.btn-large{
		margin-bottom: 3.5em;
		width: 100%
	}

}

@media(max-width: 420px){
	button.btn.btn-large{
		margin-bottom: 3.5em;
	}
}

/* increasing space between content & footer, adjusting colors on mobile menu*/
@media(min-width: 530px){
	.col-md-6 {
		padding-bottom: 10%;
	}

	.panel{
		margin-bottom: 6em;
	}

	button.btn.btn-large{
		margin-bottom: 2.5em;
	}

	form{
		margin-bottom: 2.5em;
	}
}

@media(max-width: 765px){
	.navbar-default .navbar-toggle {
		border-color: #8d006c;
		background-color: #000000;
	}

	.navbar-default .navbar-toggle:hover {
    		border-color: #8d006c;
    		background-color: #000000;
    	}

  .navbar-default{
    background-color: #000000;
  }

	.navbar-default .navbar-nav li a{
		color: #000;
		background-color: #fff;
		float: right;
		display: block;
		width: 225px;
		text-align: left;
		border-bottom: 1px solid #555555;
	}

	 .panel{
		margin-bottom: 5em;
	}

	.col-md-6{
		padding-bottom: 1em;
	}

	.col-md-8{
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
	}

	.alert {
		margin-bottom: 4em;
    padding-top: 5px;
    background-color: #202020;
    color:rgb(192, 192, 192) ;
	}

	/*.navbar-nav {
   		 margin: 0px -15px;
	}*/

	.wca-footer .container  {
    margin-top: -15px;
    background-color: #202020;
	}
}

@media(min-width: 768px){
	.wca-footer .container  {
		margin-top: -1.2em;
	}

	.wca-footer .container .text-muted{
		margin-top: 1.2em;
	}

	.col-md-6 {
		padding-bottom: 2%;
	}
}

/* modal dialog issue fix */
.modal-backdrop {
    z-index: 1040 !important;
}
.modal-dialog {
    background-color: #202020;
    margin: 2px auto;
    z-index: 1100 !important;
}

a.newtab:after {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAAtUlEQVQokZXRsU0DQRCF4e8ZSyQECBqgDxORUgCCjISABkgvdQO0QIREAbblgD7oABGQEA3JnRF4z8gTzc78b97uLHtGoKpOcYuDTSOZV1XXH4/xkmQ97Qt3uMRrY+gZbvp8IzjEIkn3B17gGU/4gMnYXavqvIev8TbUp//BSVZYDb0thwasqrphAS2HGa6SrFvuW4Ik8/arfgu+cFFVDyPcDEt+Pu4E9zgaEXziMcn7LvdmfAOp7TRy/e/4OQAAAABJRU5ErkJggg==');
  margin: 0px 3px 0px 5px;
  font-size: 15px;
}

.straight-line {
background-color:#656565;
height: 1px;
margin: 10px auto;
}

table.apps > thead > tr > th {
    bgcolor: #000000
    color:white;
    border-bottom:#000000;
    background-color: #000000;
    line-height: 1.42857143;
 }

table.apps > thead > tr {
    bgcolor: #000000;
 }

 table.apps {
     background-color: #000000;
     border: 1px solid #000000;
  }

  table.apps > tbody > tr {
  bgcolor=#000000;
  }

 table.apps > tbody > tr > td {
     bgcolor=#000000;
     color:white;
     background-color: #000000;
     line-height: 2.42857143;
     border-top: 1px solid #363333;
     border-bottom: 1px solid #363333;
  }

  table.apps > tbody > tr:last-child > td {
    border-bottom: 0;
  }

  table.apps_desktop > thead > tr > th {
      bgcolor: #202020
      color:white;
      border-bottom:#202020;
      background-color: #202020;
      line-height: 1.42857143;
      font-weight: 600;
   }

  table.apps_desktop > thead > tr {
      bgcolor: #202020;
   }

   table.apps_desktop {
       background-color: #202020;
       border: 1px solid #202020;
    }

    table.apps_desktop > tbody > tr {
    bgcolor=#202020;
    }

   table.apps_desktop > tbody > tr > td {
       bgcolor:#202020;
       color:white;
       font-weight: normal;
       background-color: #202020;
       line-height: 2.42857143;
       border-top: 2px solid #363333;
       border-bottom: 2px solid #363333;
    }

    table.apps_desktop > tbody > tr:last-child > td {
      border-bottom: 0;
    }

    .pwd {
    }

    #form_button {
        text-align: center;
        padding: 20px;
    }

.dropdown-menu {
    padding:0px;
}

.line-divider {
    background-color:#5a5a5a;
    height: 2px;
    margin-left:40px;
    margin-right:40px;
    margin-bottom:40px;
}

.overlay {
  background: #ffffff00;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

  .loader {
    display: block;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border: 6px solid #ccc;
    border-radius: 100%;
    border-top-color: #a11f7e;
    border-left-color: #a11f7e;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
  }

  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  .center {text-align: center;}
  
  .success-msg {
  	margin-top:40px;
  	font-size:15px ;
  	color:#ffff"
  }