﻿img.logo {
  margin-top: 8px;
  text-indent: -9999px;
  /* hides the link text */
}

.blue {
  background-color: #033378 !important;
}

.blue-color {
  color: #192256 !important;
}

.green-background {
  background-color: #215E21 !important;
}

.blue-color .active a, .blue-color .active a:hover {
  background-color: #375d9d;
}

.fc-list-item-title .blue-color .active a, .fc-list-item-title .blue-color .active a:hover {
  text-decoration: none;
  color: black;
}

.glyphicon-group .glyphicon, .glyphicon-group .fa {
  color: #6e6e6e;
}

.dark-gray-background {
  background-color: #6e6e6e;
}

.dark-gray-color {
  color: #6e6e6e;
}

.purple-color {
  color: #551A8B !important;
}

.black-background {
  background-color: #000;
}

.black-color {
  color: #000;
}

.white-color {
  color: #fff !important;
}

.red-color {
  color: #ff0000 !important;
}

.green-color {
  color: #007F00 !important;
}

.yellow-color {
  color: #e0e015 !important;
}

.orange-color {
  color: #f0ad4e !important;
}

.red-border {
  border-color: #ff0000;
}

.side-space-sm {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.side-space {
  margin-left: 0.50rem;
  margin-right: 0.5rem;
}

.side-space-lg {
  margin-left: 1rem;
  margin-right: 1rem;
}

.glyphicon-group .glyphicon, .glyphicon-group .fa {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.glyphicon-group .glyphicon:first-of-type, .glyphicon-group .fa:first-of-type {
  margin-left: 0;
}

.glyphicon-group .glyphicon:last-of-type, .glyphicon-group .fa:last-of-type {
  margin-right: 0;
}

.glyphicon-group .btn {
  margin-right: 4px;
}

.glyphicon:hover, .glyphicon:focus {
  text-decoration: none;
}

.editicon {
  background: url(../Images/pencil-icon.png) no-repeat top left;
  display: block;
  width: auto;
  height: 100%;
  text-indent: -9999px;
  /* hides the link text */
}

.table thead {
  /*background-color: #6e6e6e;*/
  background-color: #22356B;
  color: #fff;
}

.table tbody tr {
  cursor: pointer;
}

.table tbody tr:hover, .selected {
  background-color: #6e6e6e;
  background: #a8a8a8;
  background: -moz-linear-gradient(top, #a8a8a8 0%, #444444 49%, #303030 49%, #b5b5b5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8a8a8), color-stop(49%, #444444), color-stop(49%, #303030), color-stop(100%, #b5b5b5));
  background: -webkit-linear-gradient(top, #a8a8a8 0%, #444444 49%, #303030 49%, #b5b5b5 100%);
  background: -o-linear-gradient(top, #a8a8a8 0%, #444444 49%, #303030 49%, #b5b5b5 100%);
  background: -ms-linear-gradient(top, #a8a8a8 0%, #444444 49%, #303030 49%, #b5b5b5 100%);
  background: linear-gradient(to bottom, #a8a8a8 0%, #444444 49%, #303030 49%, #b5b5b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#b5b5b5',GradientType=0 );
  color: #fff;
  cursor: pointer;
}

.table tbody tr:hover td a, .selected td a {
  color: white;
  cursor: pointer;
}

.table tbody tr:hover td a.chosen-single {
  color: #444;
}

tbody tr:hover .glyphicon, .selected .glyphicon, tbody tr:hover .fa, tbody tr:hover td a {
  color: #fff;
}

tbody tr:hover .btn .fa {
  color: #6e6e6e;
}

tbody .child:hover .glyphicon, .selected .glyphicon, tbody .child:hover .fa, tbody .child:hover td a {
  color: #6e6e6e;
}

tbody tr:hover .fc-more {
  color: #337ab7;
}

tbody tr:hover .btn .glyphicon, .selected .glyphicon {
  color: #6e6e6e;
}

.child td:hover {
  color: #000;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 2px !important;
  background-color: #375d9d;
}

.nohover tr:hover {
  background: none !important;
  background-color: #fff !important;
  color: #333333 !important;
}

.nohovertr:hover {
  background: none !important;
  background-color: #fff !important;
  color: #333333 !important;
}

.nohover tr:hover a {
  color: #23527c !important;
}

.nohover tr:hover .glyphicon {
  color: #6e6e6e !important;
}

.nohover {
  color: #6e6e6e !important;
}

/*.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/
th .glyphicon {
  line-height: inherit;
  top: 0;
}

fc-list-item-title, tbody tr:hover td a {
  color: black;
}

.link {
  text-decoration: underline;
  color: #428bca;
  cursor: pointer;
}

.badge {
  background-color: #6e6e6e !important;
  color: #fff !important;
}

.badge-white-on-blue {
  color: #fff  !important;
  background-color: #192256 !important;
}

.badge-white {
  color: #333 !important;
  background-color: #fff !important;
}

.badge-blue-on-white {
  color: #192256 !important;
  background-color: #fff !important;
}

.badge-status-open {
  color: #fff;
  background-color: #f89406 !important;
}

.badge-status-resolved {
  color: #fff;
  background-color: #468847 !important;
}

.badge-status-hold {
  color: #fff;
  background-color: #d9534f !important;
}

.badge-task-open {
  color: #fff;
  background-color: #468847 !important;
}

.badge-task-closed {
  color: #fff;
  background-color: #d9534f !important;
}

.badge-task-hold {
  color: #fff;
  background-color: #f89406 !important;
}

.remove {
  color: #FF0000;
}

#ui-datepicker-div {
  z-index: 100000 !important;
}

.editbutton {
  cursor: pointer;
}

.wrap3 div:nth-child(3n+1) {
  clear: both;
}

.wrap2 .col-md-6:nth-child(2n+1) {
  clear: both;
}

.wrap-2 .col-lg-6:nth-child(2n+1), .wrap-2 .col-md-6:nth-child(2n+1), .wrap-2 .col-sm-6:nth-child(2n+1), .wrap-2 .col-xs-6:nth-child(2n+1) {
  clear: both;
}

.wrap-3 .col-lg-4:nth-child(3n+1), .wrap-2 .col-md-4:nth-child(3n+1), .wrap-2 .col-sm-4:nth-child(3n+1), .wrap-2 .col-xs-4:nth-child(3n+1) {
  clear: both;
}

.wrap-4 .col-lg-3:nth-child(4n+1), .wrap-2 .col-md-3:nth-child(4n+1), .wrap-2 .col-sm-3:nth-child(4n+1), .wrap-2 .col-xs-3:nth-child(4n+1) {
  clear: both;
}

.loadingimg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*.form-control label {
    vertical-align:top;
    margin:2px 0 0 0;
    padding:0;
    font-weight:normal;
}*/
/*.form-control label input[type="checkbox"] {
    margin:2px 0 0 2px;
}*/
.form-label {
  border: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
}

.form-horizontal .checkbox {
  margin-top: 4px;
}

.btn .badge {
  top: 0;
}

.btn-addon {
  color: #555;
  background-color: #eee;
}

.btn-addon:hover {
  color: #555;
  background-color: #eee;
  border: 1px solid #ccc;
}

.btn-filter .btn-default:active, .btn-filter .btn-default:focus {
  background-color: #fff;
}

.btn-primary, .panel-primary > .panel-heading, .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 {
  color: #fff;
  background-color: #22356B;
}

.btn-primary {
  border-color: #22356B;
}

.btn-blue, .btn-blue:hover, .btn-blue:focus, .btn-blue:active {
  color: #fff;
  border-color: #033378;
  background-color: #033378;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: #19274E;
}

.panel-heading > .badge a {
  color: white;
  cursor: pointer;
}

.panel-primary {
  border-color: #22356B;
}

a .panel:hover {
  text-decoration: none;
}

.panel-sm .panel-heading {
  padding: 6px 15px;
}

.clear-a:hover, .clear-a, .clear-a:focus {
  text-decoration: none;
  color: inherit;
  border: none;
  outline: none;
}

.tooltip > .tooltip-inner {
  background-color: #6e6e6e;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #6e6e6e;
}

.comment-header {
  font-weight: bold;
  font-size: 16px;
  color: #033378;
}

.comment-info {
  /*font-weight:normal;*/
  font-size: 75%;
  color: #777;
}

.media-body {
  padding-left: 1.5rem;
}

.top {
  vertical-align: top;
}

.panel-heading .btn-toolbar {
  margin-top: -5px;
}

.panel-sm .panel-heading .btn-toolbar {
  margin-top: 0;
}

.list-group-item .btn-toolbar {
  margin-top: -1px;
}

.list-group-item a, list-group-item a:hover {
  color: #555;
  text-decoration: none;
}

div.list-group-item-no-hover, div.list-group-item-no-hover:hover {
  color: #555;
  text-decoration: none;
  background-color: #fff;
}

.show-links a {
  color: #337ab7 !important;
}

.show-links a:hover {
  color: #23527c !important;
}

.left-1 {
  margin-left: 1rem;
}

/*.text-right {text-align:right;}
.text-left {text-align:left;}*/
/*! jQuery Timepicker Addon - v1.4.5 - 2014-05-26
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2014 Trent Richardson; Licensed MIT */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.ui-timepicker-rtl {
  direction: rtl;
}

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}

/* Custom tabs */
.tab-pane {
  padding-top: 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  color: #fff !important;
  background-color: #375d9d;
  border-color: #31538d;
}

.nav > li > a {
  color: #666;
  padding: 15px 11px;
}

/*.nav > li.active > a {
    color:#000 !important;
}*/
/*.nav > li > a {
    color:#000 !important;
}*/
/*.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;    
}
.nav-tabs > li > a {
    color:#737373;
    background: #e6e6e6;
    border-radius: 0;
    margin-bottom:1px;
    border-top-right-radius:0.25em;
    border-top-left-radius:0.25em;
    padding:4px 6px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    color:#fff !important;
    background-color: #033378;
  background: #033378;
            background: -moz-linear-gradient(top, #003173 0%, #1e5799 50%, #1e5799 51%, #003173 100%); 
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003173), color-stop(50%,#1e5799), color-stop(51%,#1e5799), color-stop(100%,#003173)); 
            background: -webkit-linear-gradient(top, #003173 0%,#1e5799 50%,#1e5799 51%,#003173 100%); 
            background: -o-linear-gradient(top, #003173 0%,#1e5799 50%,#1e5799 51%,#003173 100%); 
            background: -ms-linear-gradient(top, #003173 0%,#1e5799 50%,#1e5799 51%,#003173 100%); 
            background: linear-gradient(to bottom, #003173 0%,#1e5799 50%,#1e5799 51%,#003173 100%); 
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003173', endColorstr='#003173',GradientType=0 );
            border-color:#033378;
}

.tab-pane {
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    border-radius: 0;
    padding: 10px;
}*/
.even {
  background-color: #e8e8e8 !important;
}

/*.thumbnail {
    float:right;
    width:182px;
    height:182px;
    border: 2px solid #545454;
    border-radius: 6px;
    box-shadow: 3px 3px 5px 0px #545454;
    -webkit-box-shadow: 3px 3px 5px 0px #545454;
    -moz-box-shadow: 3px 3px 5px 0px #545454;
}*/
/*.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev		 { left: -25%; }
.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}*/
.carousel-inner, .carousel, .item, .container, .fill {
  height: 100%;
  width: 100%;
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.panel .separator {
  padding: 2px 8px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  color: #fff;
  background-color: #375d9d;
}

.panel-group > .panel > .panel {
  border-radius: 0px;
}

.panel-warning > .panel-heading, .alert-warning {
  background-color: #FFEC8E;
}

@keyframes blink {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

.blink {
  animation: blink 1500ms step-start 0s infinite;
  -webkit-animation: blink 1500ms step-start 0s infinite;
}

.navbar-right {
  float: right !important;
  margin-right: 0;
}

/* Accordion Panel*/
.accordion-header {
  color: #fff;
  font-weight: bold;
  background-color: #b3c1d6;
  border-color: #9d9d9d;
  border-bottom: 1px solid #ddd;
  padding: 3px 15px;
  cursor: pointer;
}

.accordion-header .glyphicon, .accordion-header .fa {
  margin-right: 10px;
}

.thumbnail:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.input-group .btn-group .multiselect {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
}

.multiselect-container li .checkbox {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
}

.multiselect-container .active .checkbox {
  background-color: #337ab7;
  color: #fff;
}

.multiselect-container .active .checkbox input {
  margin-top: 0;
}

.multiselect-container .active:hover .checkbox {
  background-color: #337ab7;
}

.multiselect-container li:hover .checkbox {
  background-color: #f5f5f5;
}

.list-group .list-link:hover {
  background-color: #6e6e6e;
  background: #a8a8a8;
  background: -moz-linear-gradient(top, #a8a8a8 0%, #444444 49%, #303030 49%, #b5b5b5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8a8a8), color-stop(49%, #444444), color-stop(49%, #303030), color-stop(100%, #b5b5b5));
  background: -webkit-linear-gradient(top, #a8a8a8 0%, #444444 49%, #303030 49%, #b5b5b5 100%);
  background: -o-linear-gradient(top, #a8a8a8 0%, #444444 49%, #303030 49%, #b5b5b5 100%);
  background: -ms-linear-gradient(top, #a8a8a8 0%, #444444 49%, #303030 49%, #b5b5b5 100%);
  background: linear-gradient(to bottom, #a8a8a8 0%, #444444 49%, #303030 49%, #b5b5b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#b5b5b5',GradientType=0 );
  color: #fff !important;
  cursor: pointer;
  border-color: #ddd;
}

.list-group-item.active, .list-group-item:hover, .list-group-item.active:hover, a.list-group-item:hover {
  /*background-color:#f5f5f5;*/
  background-color: #C4C4C4;
  border: 1px solid #ddd;
  color: #333;
}

.list-group-item.header-default, .list-group-item.header-default:hover {
  color: #333 !important;
  background: none;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.list-group-item.header-primary, .list-group-item.header-primary:hover {
  color: #fff !important;
  background-color: #375d9d;
}

.list-group-item.header-success, .list-group-item.header-success:hover {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.list-group-item.header-danger, .list-group-item.header-danger:hover {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.not-clocked-in {
  color: #000;
}

.clocked-in-only {
  color: #ff0000;
}

.clocked-in-indirect {
  color: #FDF100;
}

.clocked-in-job {
  color: #00BE00;
}

.list-group-info {
  font-size: 12px;
  padding: 5px 10px;
}

.list-group-paged nav {
  float: right;
}

.list-group-paged nav .pagination {
  margin: 0;
}

.list-group-paged .list-group {
  margin-bottom: 6px;
}

.list-group-paged nav li a {
  color: #6e6e6e;
  border: 1px solid #ddd;
}

.list-group-paged nav li:hover a {
  background-color: #f5f5f5;
  color: #6e6e6e;
  border: 1px solid #ddd;
}

.list-group-paged nav li.active a, .list-group-paged nav li.active:hover a {
  background-color: #6e6e6e;
  color: #fff;
  border: 1px solid #ddd;
}

.list-group-item nav {
  margin-top: -4px;
}

.input-xs {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.chosen-container-single .chosen-single {
  height: 34px !important;
  padding-top: 5px !important;
}

.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn,
.input-group-xs .chosen-single,
.input-group-xs > .btn-group > .multiselect {
  height: 22px !important;
  padding: 1px 5px !important;
  font-size: 12px;
  line-height: 1.5;
}

.input-group-xs > .btn-group > .multiselect {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

.input-group-xs > .btn-group:last-child > .multiselect {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right-width: 1px;
}

.input-group-xs .chosen-single span {
  padding-top: 0 !important;
  margin-top: -2px;
}

.input-group-xs .chosen-container-single .chosen-single div b {
  background-position: 0 -2px;
}

/*.input-group-xs .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 18px 0 !important;
}*/
.input-group-xs .input-group-btn ul.dropdown-menu > li > a {
  padding: 0 10px;
}

.input-group-xs .input-group-btn ul.dropdown-menu > li > a label {
  display: block;
  margin-bottom: 0;
}

.input-group-xs .input-group-btn ul.dropdown-menu > li > a label span {
  font-weight: normal;
  margin-left: 6px;
}

.tr-remove:hover {
  background: none !important;
  background-color: #fff !important;
}

.tr-remove td, .tr-remove:hover td {
  color: #CC0000 !important;
  font-weight: bold;
  text-align: center;
}

.image-target {
  border: solid 1px #aaa;
  min-height: 200px;
  width: 30%;
  margin-top: 1em;
  border-radius: 5px;
  cursor: pointer;
  transition: 300ms all;
  position: relative;
}

.image-contain {
  background-size: cover;
  position: relative;
  z-index: 10;
  top: 0px;
  left: 0px;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.sort-handle {
  cursor: move;
}

.label-group > .label:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
  background-color: #375d9d;
}

.label-group > .label:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
  background-color: #375d9d;
  filter: alpha(opacity=70);
  opacity: 0.7;
  margin-right: 4px;
}

.form-group .chosen-container {
  width: auto !important;
  display: block !important;
  border-radius: 4px !important;
}

.form-group .chosen-choices {
  border-radius: 4px !important;
}

.chosen-container {
  min-width: 200px !important;
}

.input-group .chosen-container-single .chosen-single {
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
  box-shadow: none !important;
}

.chosen-container-single .chosen-single div {
  top: 3px !important;
}

.morecontent span {
  display: none;
  white-space: pre-line;
}

.more {
  white-space: pre-line;
}

.morelink {
  display: block;
}

.orgchart .second-menu-icon {
  transition: opacity 0.5s;
  opacity: 0;
  right: -5px;
  top: -5px;
  z-index: 2;
  color: rgba(68, 157, 68, 0.5);
  font-size: 18px;
  position: absolute;
}

.orgchart .second-menu-icon:hover {
  color: #C2C7D6;
}

.orgchart .node:hover .second-menu-icon {
  opacity: 1;
  color: #C2C7D6;
}

.orgchart .node .second-menu {
  display: block;
  /*position: absolute;
  top: 50px;
  right: 4px;*/
  border-radius: 35px;
  /*box-shadow: 0 0 10px 1px #999;*/
  background-color: #fff;
  z-index: 1;
}

/*.orgchart .node .second-menu .avatar {
  width: 60px;
  height: 60px;
  border-radius: 30px;
    float: left;
  margin: 5px;
}*/
.navbar-inverse .navbar-nav > li > a {
  color: #020202;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
  left: 8px !important;
  right: 8px !important;
  margin-bottom: 0;
}

.help-notes {
  margin-bottom: 15px;
}

.help-note {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}

.help-note:first-child {
  border-top: 1px solid #ccc;
}

.help-note-header {
  margin-bottom: 15px;
}

.help-note-body p {
  margin: 0;
}

.sortable .list-group-item:first-child {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: 0 !important;
}

.collapsed-panel, .collapsed-panel:active, .collapsed-panel:hover {
  border-color: #990000 !important;
  background-color: #990000 !important;
  color: #fff;
}

.collapsed-panel .glyphicon-chevron-down {
  color: #fff !important;
}

.expanded-panel, .expanded-panel:active, .expanded-panel:hover {
  /*border-color:forestgreen !important;
    background-color:forestgreen !important;
    color:#fff;*/
}

/*# sourceMappingURL=app.css.map */