#breadcrumb {
    display:none;
}
.bg-dark {
    color: #8e8e8e;
    background: #1f282d;
}    

.card-topbanner {
    min-height:80px;
    padding: 0px 0 15px 20px;
    font-size: smaller;
    margin-top: -10px;
}
.card-topbanner .clientname{
    font-size: 150%;
    color: #eee;
    margin-top: 5px;
}
.card-topbanner-item {
    margin: 20px 30px 0px 0px;
    display: inline-block;
}



.no-border > div.panel { border: none; }
/*
.ui-select-clear {
    top: 4px;
}
.form-control {
    height: 23px;
}
*/
.x-small {
  font-size: 70%;
}

.nowrap {
    white-space: nowrap;
}

.chart-panel .panel-heading {
    background-color: rgba(0,0,0,0.4);
    color: #fff;
}
.chart-panel .panel {
    box-shadow: none;
    background-color: rgba(0,0,0,0.03);
    /* margin-bottom: auto; */
}

.table.table-overflow {
    width: auto;
    margin-right: 15px;
}

table.table-overflow {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.table-overflow .column-break {
    border: none !important;
    min-width: 10px;
    padding: 0 !important;
    background-color: #fff;
}

/**
** OVERRIDES STYLES TO APPLY TABLE-RESPONSIVE
**/
.table-responsive > div:first-child {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 479px) {
  .table-responsive > div:first-child {
    width: 100%;
    margin-bottom: 12.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > div:first-child > .table {
    margin-bottom: 0;
  }
  .table-responsive > div:first-child > .table > thead > tr > th,
  .table-responsive > div:first-child > .table > tbody > tr > th,
  .table-responsive > div:first-child > .table > tfoot > tr > th,
  .table-responsive > div:first-child > .table > thead > tr > td,
  .table-responsive > div:first-child > .table > tbody > tr > td,
  .table-responsive > div:first-child > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > div:first-child > .table-bordered {
    border: 0;
  }
  .table-responsive > div:first-child > .table-bordered > thead > tr > th:first-child,
  .table-responsive > div:first-child > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > div:first-child > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > div:first-child > .table-bordered > thead > tr > td:first-child,
  .table-responsive > div:first-child > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > div:first-child > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > div:first-child > .table-bordered > thead > tr > th:last-child,
  .table-responsive > div:first-child > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > div:first-child > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > div:first-child > .table-bordered > thead > tr > td:last-child,
  .table-responsive > div:first-child > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > div:first-child > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > div:first-child > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > div:first-child > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > div:first-child > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > div:first-child > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
    .table-responsive > div:first-child > .table-responsive-xs.table-striped > tbody > tr:nth-of-type(odd),
    .table-responsive > div:first-child > .table-responsive-sm.table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #f9f9f9 !important;
    }
    .table-responsive > div:first-child > .table-responsive-xs tr,
    .table-responsive > div:first-child > .table-responsive-sm tr {
        border: none;
        box-shadow: none;
        background-color: transparent !important;
    }
    .table-responsive > div:first-child > .table-responsive-sm td,
    .table-responsive > div:first-child > .table-responsive-sm th {
        display: table-cell;
    }
}

/**
** flip-scroll
** Source: https://elvery.net/demo/responsive-tables/
**/
@media only screen and (max-width: 767px) {

    .flip-scroll th.visible-xs, td.visible-xs,
    .flip-scroll th.visible-sm, td.visible-sm {
        display: block !important;
    }
    .flip-scroll .table-striped > thead > tr,
    .flip-scroll .table-striped > tbody > tr {
        box-shadow: none;
    }
    .flip-scroll .table > thead > tr > th,
    .flip-scroll .table > tbody > tr > td {
        border-bottom: 1px solid #ddd;
        padding: 12px 8px;
    }
    .flip-scroll .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #f9f9f9 !important;
    }

	.flip-scroll .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	.flip-scroll * html .cf { zoom: 1; }
	.flip-scroll *:first-child+html .cf { zoom: 1; }
	
	.flip-scroll table { width: 100%; border-collapse: collapse; border-spacing: 0; }
 
	.flip-scroll th,
	.flip-scroll td { margin: 0; vertical-align: top; }
	.flip-scroll th { text-align: left; }
	
	.flip-scroll table { display: block; position: relative; width: 100%; }
	.flip-scroll thead { display: block; float: left; }
	.flip-scroll tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
	.flip-scroll thead tr { display: block; }
	.flip-scroll th { display: block; text-align: right; }
	.flip-scroll tbody tr { display: inline-block; vertical-align: top; }
	.flip-scroll td { display: block; min-height: 1.25em; text-align: left; }
 
	/* sort out borders */
	.flip-scroll th { border-bottom: 0; border-left: 0; }
	.flip-scroll td { border-left: 0; border-right: 0; border-bottom: 0; }
	.flip-scroll tbody tr { border-left: 1px solid #babcbf; }
	.flip-scroll th:last-child,
	.flip-scroll td:last-child { border-bottom: 1px solid #babcbf; }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 21px;
    }
}

#dnn_dnnUser_messageGroup,
#dnn_dnnUser_notificationGroup,
#dnn_dnnSearch_ClassicSearch {
    display: none;
}

.operation-status-placeholder {
    position: absolute;
    right: 10px;
    top: 15px;    
}

h2.underline {
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 5px;
}

.operation-photos .image img {
    padding: 10px;
    max-height: 130px;
    border-radius: 15px;
    float: left;
}

.filter-operation-status button:last-child:hover,
.filter-operation-status button.active:last-child {
    color: #555;
    background-color: #AFC8AD;
    border-color: #AFC8AD;
}

.filter-operation-status button:first-child:hover,
.filter-operation-status button.active:first-child {
    color: #555;
    background-color: #00a69c;
    border-color: #00a69c;
}


.right {
    float: right;
}


.toolbar {
    background-color: #f7f7f7;
    padding: 5px;
    margin-bottom: 15px;
}
.toolbar .separator {
    border-left: 1px solid #bbb;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    height: 2em;
    margin-top: -5px;
    font-size: 12px;
    vertical-align: middle;
}
.toolbar .btn-group {
    display: inline-block;
}

.btn-small {
    padding: 4px 9px;
    /*font-size: 95%;*/
/*    visibility: hidden;*/
    display: inline-block;
    margin: 0px 2px 4px 0px;
}

.btn-icon, .btn-icon:visited {
    padding: 0px 6px;
    border: none;
    background-color: transparent;
    color: darkgray;
}
.btn-icon:hover {
    color: #3d3c3c;
    background-color: transparent;
}
.btn-icon.btn-danger, .btn-icon.btn-danger:hover {
    color: #d9534f;
}

.plate {
    font-family: monospace;
    font-size: 14px;
    text-wrap: nowrap;
}

.navbar-userinfo .userMessages strong:before, .navbar-userinfo .userNotifications strong:before {
    color: #fff;
}
/*.navbar-default .LoginLink,
.navbar-default .navbar-nav > li > div > ul > li > a {
    color: #fff;
}*/
.navbar.navbar-default {
    background-color: #fff;
    border: 0;
}

.transport-position {
    border-radius: 30%;
    /*width: 20px;*/
    height: 20px;
    padding: 0 5px 0 5px;
    background: #f1f1f1;
    border: 1px solid #999;
    color: #666;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.expand-collapse{
    position: relative;
    color: #384142;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 10px;
    height: 10px;
    cursor: pointer;
    float: right;
    margin-right: 5px;
    margin-top: -10px;
    margin-bottom: 10px;    
}
.expand-collapse:before{
content: "\f077";
}
.expand-collapse.collapsed:before{
content: "\f078";
}


.toolbar {
    background-color: #f7f7f7;
    padding: 5px;
    margin-bottom: 15px;
}
.toolbar .separator {
    border-left: 1px solid #bbb;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    height: 2em;
    margin-top: -5px;
    font-size: 12px;
    vertical-align: middle;
}
.toolbar .btn-group {
    display: inline-block;
}

@media (min-width: 1350px) {
    .col-weekday {
        width: 14.28%;
    }
}

.filter-label-block label {
    display:block    
}

/*.filter-state button:first-child {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}*/
.filter-state button:first-child:hover,
.filter-state button.active:first-child {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

/*.filter-state button:last-child {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}*/

.filter-state button:last-child:hover,
.filter-state button.active:last-child {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}


.card-order-container {
    padding: 15px;
}

.card-order {
    background-color: white;
    border: none;
    box-shadow: 0px 3px 10px -3px rgb(0 0 0 / 30%);
    /* border-left: 3px solid #00a69c; */
    padding: 20px 20px;
    /*min-height: 175px;*/    
}

.card-order .state {
    position: absolute;
    top: 20px;
    right: 30px;
}

.card-order .title {
    font-size: large;
    font-weight: 700;
}

.card-order .sub-title {
    font-size: larger;
    font-weight: 600;
}

.card-order .margin-top {
    margin-top: 15px;
}

.card hr {
    margin-top: 5px;
    margin-bottom: 10px;
}






/*
** Global styles
*/
body, .normal {
  font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}
/*a, a:visited {
    color: #596669;
}*/
.panel-default > .panel-heading {
    /*background-color: transparent;*/
    border: 0px;
    font-weight: bold;
    color: #555;
    padding: 5px 15px;    
}

/*
** Container
*/
.main-container {
    background-color: rgba(255,255,255,0.4);
    min-height: 600px;
}
/*.container-fluid {
    max-width: 1300px;
}*/

/*
** Logo and Menu
*/
#dnn_dnnLOGO_imgLogo {
    position: absolute;
    top: 3px;
}
@media (min-width: 480px){
    .navbar-nav {
        float: left;
        margin: -1px;
    }
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    border-bottom: 4px solid transparent;  
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 2;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .35s;    
    margin: 3px 5px 0 5px;
    letter-spacing: 0.08em;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #00a69c;
    border-bottom: 4px solid #00a69c;    
    background-color: transparent;
    transition: color .35s;    
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #00a69c;
    border-bottom: 4px solid #00a69c;    
    background-color: transparent;
    transition: color .35s;
}
/*.navbar-default .LoginLink, .navbar-default .navbar-nav > li > div > ul > li > a {
    color: #00821a;
}*/
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.navbar {
    min-height: 100px;
    position: sticky;
    top: -50px;
    z-index: 1001;
}
.navbar-userinfo {
    position: sticky;
    top: 0px;
}
.navbar-mainmenu {
    margin-top: 40px;
}
.dnn-menu ul{
    list-style:none;
}




.no-panel > .panel {
    border: none;
    box-shadow: none;
    margin: 0px -15px 0px -15px;
    background-color: transparent;
}
.panel-filters div.panel {
    background-color: #f1f1f1;
    border: none;
    margin: 0;
}
.panel-filters div.panel-heading {
    background-color: transparent;
    border-color: #dedede;
    height: 33px;
    padding: 7px 10px;
    letter-spacing: 1px;
}
.panel-filters div.panel-title {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
}


/*
.navbar-default{
    box-shadow: none !important;
}
.navbar.navbar-default::after {
    box-shadow: 0px 21px 32px -2px rgba(0, 0, 0, 0.6);
    position: absolute;
    content: ' ';
    width: 100%;
    height: 35px;
    border-radius: 50%;
    z-index: -1;
    margin-top: -50px;
}
*/



/*
ul.navbar-nav > li > a {
    border-bottom: 3px solid transparent;
    display: block;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 2;
    color: #7f8485;
    text-decoration: none;
    transition: color .35s;
    text-transform: uppercase;
    background-color: transparent;
    margin: 3px 5px 0 5px;
}
*/

/*
a, a:visited {
    color: #00821a;
}
.pagination > li > a, .pagination > li > span {
    color: #00821a;
}

.btn-primary {
    color: #fff;
    background-color: #0a6d3b;
    border-color: #00821a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #00821a;
    border-color: #084f2c;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    background-color: #0a6d3b;
    border-color: #00821a;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #0a6d3b;
    border-color: #084f2c;
}
*/



/*
.panel-default > .panel-heading {
    color: #00821a;
    background-color: rgba(255,255,255,0.9);
    border-color: #94d359;
    border-bottom-width: 2px;
}
hr{border-top-color:#94d359;}
h2 {
    border-bottom: 2px solid #94d359;
  margin-top: 14px;
}
*/

#FooterRow {
    padding: 15px 0px;
    color: #f1f1f1;
    background: #3d3c3c;
    border-top: 5px solid  #596669;
}
#FooterRow .SkinLink {
    margin-top: 0;
}


/*
#FooterRow {
    background-color: #00821a;
    color: #eee;
}



footer .footer-below {
    background-color: #aaa;
}

#FooterRow {
    background: #00821a;
  	background: linear-gradient(159deg, rgba(9,97,53,1) 0%, rgba(9,97,53,1) 54%, rgba(6,54,30,1) 100%);
    color: #eee;
    padding: 15px 0px;
    border-top: 5px solid  #94d359;
}

#FooterRow, #FooterRow a, #FooterRow *
{
    color:eee !important;
}
#FooterRow ul{}
#FooterRow li{padding:3px;}
#FooterRow a{color:white !important;}
.text-primary {
    color: #00821a;
}
*/



	
.control-item {
	float: left;
	padding: 5px 20px 0 5px;
}



.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green,
.bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple,
.bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active,
.bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active,
.bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active,
.bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .bg-soft-green {
    color: #fff !important
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important
}

.bg-gray-light {
    background-color: #f7f7f7
}

.bg-black {
    background-color: #111 !important
}

.bg-red {
    background-color: #dd4b39 !important
}
.text-red {
    color: #dd4b39 !important
}

.bg-yellow {
    background-color: #efe347 !important
}

.bg-aqua {
    background-color: #70bfd0 !important
}

.bg-blue {
    background-color: #0073b7 !important
}
.text-blue {
    color: #0073b7 !important
}

.bg-light-blue {
    background-color: #3c8dbc !important
}

.bg-soft-green {
    background-color: #7dc693 !important
}
.text-soft-green {
    color: #7dc693 !important
}

.bg-green {
    background-color: #00a65a !important
}

.bg-navy {
    background-color: #001f3f !important
}

.bg-teal {
    background-color: #39cccc !important
}

.bg-olive {
    background-color: #3d9970 !important
}

.bg-lime {
    background-color: #01ff70 !important
}

.bg-orange {
    background-color: #f4a261 !important
}
.text-orange {
    color: #ff851b !important
}

.bg-fuchsia {
    background-color: #f012be !important
}

.bg-purple {
    background-color: #605ca8 !important
}

.bg-maroon {
    background-color: #d81b60 !important
}

.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important
}

.bg-black-active {
    background-color: #000 !important
}

.bg-red-active {
    background-color: #d33724 !important
}

.bg-yellow-active {
    background-color: #db8b0b !important
}

.bg-aqua-active {
    background-color: #00a7d0 !important
}

.bg-blue-active {
    background-color: #005384 !important
}

.bg-light-blue-active {
    background-color: #357ca5 !important
}

.bg-green-active {
    background-color: #008d4c !important
}

.bg-navy-active {
    background-color: #001a35 !important
}

.bg-teal-active {
    background-color: #30bbbb !important
}

.bg-olive-active {
    background-color: #368763 !important
}

.bg-lime-active {
    background-color: #00e765 !important
}

.bg-orange-active {
    background-color: #ff7701 !important
}

.bg-fuchsia-active {
    background-color: #db0ead !important
}

.bg-purple-active {
    background-color: #555299 !important
}

.bg-maroon-active {
    background-color: #ca195a !important
}

[class^="bg-"].disabled {
    opacity: .65;
    filter: alpha(opacity=65)
}



.module-toolbar{z-index:1001;}



/*
** DASHBOARD
*/
.panel-indicator-details > .panel-default {
  box-shadow: none;
  margin-bottom: 0px;
}

.panel-indicator-details > .panel-default > .panel-heading {
  padding: 5px 10px;
  font-size: 12px;
  border: none;
}
.panel-indicator-details > .panel-default > .panel-heading > .panel-title {
  font-size: 12px;
}

.no-padding-bottom > .panel-default > .panel-body {
    /*padding-bottom: 0px;*/
}

.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  margin-bottom: 0px;
}
.small-box>.inner {
  padding: 10px;
  text-align: left;
}
.small-box h3, .small-box p {
  z-index: 5;
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  width: 55%;
}
.small-box .icon {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 0;
  font-size: 70px;
  color: rgba(0,0,0,0.05);
}

.small-box:hover .icon {
  font-size: 85px
}
.small-box .expand-collapse{
    /*background-color: rgba(255,255,255,0.1);*/
    color: rgba(255,255,255,0.8);
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 15px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 100%;
    height: 14px;
    cursor: pointer;
    padding-right: 10px;
    text-align: right;
    position: absolute;
    right: 5px;
    bottom: 8px;
    z-index: 1;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
.small-box .expand-collapse:hover {
    color: #FFF;
}
.small-box .expand-collapse:before{
content: "\f077";
}
.small-box .expand-collapse.collapsed:before{
content: "\f078";
}

.small-box .details {
    /*position: absolute;*/
    width: 100%;
    margin-left: 0px;
    z-index: 1;
}
.small-box .table {
    margin-bottom: 0px;
}
.small-box .table > tbody > tr > td {
    border-top: 1px solid #ddd;
}
.small-box .table .mainFooter {
    border-top: 2px solid #ddd;
}

.small-box a, .small-box a:visited {
    color: white;
}

.small-box a:before {
   font-family: "Font Awesome 5 Free";
   content: "\f35d";
   display: inline-block;
   padding-right: 5px;
   font-weight: 600;
   font-size: small;
}

.chart-panel .panel-heading {
    background-color: rgba(0,0,0,0.4);
    color: #fff;
}
.chart-panel .panel {
    box-shadow: none;
    background-color: rgba(0,0,0,0.03);
    /* margin-bottom: auto; */
}


/*
** BG COLORS
*/
.bg-smooth-green, .bg-smooth-blue, .bg-dark-blue, .bg-smooth-orange
{
    color: #fff !important
}
.bg-smooth-green { background-color: #7dc693 !important; }
.bg-smooth-blue { background-color: #60a3bc !important; }
.bg-dark-blue { background-color: #3c6382 !important; }
.bg-smooth-orange { background-color: #e58e26 !important; }

[class^="bg-"].disabled {
    opacity: .65;
    filter: alpha(opacity=65)
}



/*
** CAR PLATE
*/

.registration-ui {
    background: linear-gradient(to bottom, #fff 0%,#f1f1f1 100%);
    padding: .25em 1em .25em 2em;
    font-weight: bold;
    font-size: 1.5em;
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 1px 1px 1px #ddd;
    position: relative;
    font-family: helvetica, ariel, sans-serif;
    text-wrap: nowrap;    
}

.registration-ui:before {
    content: 'P';
    display: block;
    width: 2.5em;
    height: 100%;
    background: #063298;
    position: absolute;
    top: 0;
    border-radius: 5px 0 0 5px;
    color: #fff;
    font-size: .5em;
    line-height: 5.2em;
    padding-left: 0.9em;
}

.registration-ui.foreign:before {
    content: '';
}

.registration-ui:after {
    content: '';
    display: block;
    position: absolute;
    top: 0.25em;
    left: 0.25em;
    width: 0.6em;
    height: 0.6em;
    border-radius: 30px;
    border: 1px dashed #f8d038;
}

.registration-ui a, .registration-ui a:visited {
    color: #000;
}





