html #tris3-login {
    background-color: #006fb7;
}
/* color green */

/** Blockquote **/
html blockquote {
    border-left: 5px solid #006fb7 !important;
}

html .multiValueSuggestBox-panel:focus {
    border-bottom: 2px solid #006fb7 !important;
}
 html nav {
  background-color: #006fb7;
}
 html nav .nav-wrapper {
  background-color: #006fb7;
}

html .materialize-red {
  background-color: #006fb7 !important;
}

html .materialize-red-text {
  color: #006fb7 !important;
}

html .red.lighten-2 {
  background-color: #006fb7 !important;
}
html .red-text.text-lighten-2 
{
  color: #006fb7 !important; 
}

html .red.lighten-1 {
  background-color: #006fb7 !important; 
}

html .red-text.text-lighten-1 {
  color: #006fb7 !important; 
}

html blockquote {
  border-left: 5px solid #006fb7;
}

html .pagination li.active {
    background-color: #006fb7;
}

html footer.page-footer {
  background-color: #006fb7;
}

html .collection .collection-item.active {
      background-color: #006fb7;
}

html .collection a.collection-item {
    color: #006fb7; 
}

html .secondary-content {
  color: #006fb7; 
}

html span.badge.new {
    background-color: #006fb7;
}
html .progress .determinate {
    background-color: #006fb7;
}

html .progress .indeterminate {
    background-color: #006fb7;
}

html .tabs .tab a:hover {
        color: #006fb7;
}
html .tabs .tab.disabled a, html .tabs .tab.disabled a:hover {
      color: white;
}

html .btn, html .btn-large {
  background-color: #006fb7;
}
html .btn-floating {
  background-color: #006fb7;
}
html .btn-floating:hover {
    background-color: #006fb7;
}
html .dropdown-content li > a, html .dropdown-content li > span {
      color: #006fb7;
}
html button:focus {
  outline: none;
  background-color: #006fb7;
}
html textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #006fb7;
    box-shadow: 0 1px 0 0 #006fb7; 
}

html input:not([type]):disabled + label, html input:not([type])[readonly="readonly"] + label,
  html input[type=text]:disabled + label,
  html input[type=text][readonly="readonly"] + label,
  html input[type=password]:disabled + label,
  html input[type=password][readonly="readonly"] + label,
  html input[type=email]:disabled + label,
  html input[type=email][readonly="readonly"] + label,
  html input[type=url]:disabled + label,
  html input[type=url][readonly="readonly"] + label,
  html input[type=time]:disabled + label,
  html input[type=time][readonly="readonly"] + label,
  html input[type=date]:disabled + label,
  html input[type=date][readonly="readonly"] + label,
  html input[type=datetime-local]:disabled + label,
  html input[type=datetime-local][readonly="readonly"] + label,
  html input[type=tel]:disabled + label,
  html input[type=tel][readonly="readonly"] + label,
  html input[type=number]:disabled + label,
  html input[type=number][readonly="readonly"] + label,
  html input[type=search]:disabled + label,
  html input[type=search][readonly="readonly"] + label,
  html textarea.materialize-textarea:disabled + label,
  html textarea.materialize-textarea[readonly="readonly"] + label {
    color: #006fb7;
}
html input:not([type]):focus:not([readonly]),
  html input[type=text]:focus:not([readonly]),
  html input[type=password]:focus:not([readonly]),
  html input[type=email]:focus:not([readonly]),
  html input[type=url]:focus:not([readonly]),
  html input[type=time]:focus:not([readonly]),
  html input[type=date]:focus:not([readonly]),
  html input[type=datetime-local]:focus:not([readonly]),
  html input[type=tel]:focus:not([readonly]),
  html input[type=number]:focus:not([readonly]),
  html input[type=search]:focus:not([readonly]),
  html textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #006fb7;
    box-shadow: 0 1px 0 0 #006fb7;
}
html input:not([type]):focus:not([readonly]) + label,
  html input[type=text]:focus:not([readonly]) + label,
  html input[type=password]:focus:not([readonly]) + label,
  html input[type=email]:focus:not([readonly]) + label,
  html input[type=url]:focus:not([readonly]) + label,
  html input[type=time]:focus:not([readonly]) + label,
  html input[type=date]:focus:not([readonly]) + label,
  html input[type=datetime-local]:focus:not([readonly]) + label,
  html input[type=tel]:focus:not([readonly]) + label,
  html input[type=number]:focus:not([readonly]) + label,
  html input[type=search]:focus:not([readonly]) + label,
  html textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #006fb7;
}
    
html input:not([type]).valid, input:not([type]):focus.valid,
  html input[type=text].valid,
  html input[type=text]:focus.valid,
  html input[type=password].valid,
  html input[type=password]:focus.valid,
  html input[type=email].valid,
  html input[type=email]:focus.valid,
  html input[type=url].valid,
  html input[type=url]:focus.valid,
  html input[type=time].valid,
  html input[type=time]:focus.valid,
  html input[type=date].valid,
  html input[type=date]:focus.valid,
  html input[type=datetime-local].valid,
  html input[type=datetime-local]:focus.valid,
  html input[type=tel].valid,
  html input[type=tel]:focus.valid,
  html input[type=number].valid,
  html input[type=number]:focus.valid,
  html input[type=search].valid,
  html input[type=search]:focus.valid,
  html textarea.materialize-textarea.valid,
  html textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #006fb7;
    box-shadow: 0 1px 0 0 #006fb7; 
}
html .input-field .prefix.active {
      color: #006fb7;
}
html [type="radio"]:checked + label:after {
  border: 2px solid #006fb7;
  background-color: #006fb7;
}
/* Radio With gap */
html [type="radio"].with-gap:checked + label:before {
  border: 2px solid #006fb7;
}

html [type="radio"].with-gap:checked + label:after {
  border: 2px solid #006fb7;
  background-color: #006fb7;
}
html [type="checkbox"]:checked + label:before {
  border-right: 2px solid #006fb7;
  border-bottom: 2px solid #006fb7;
}
/* Indeterminate checkbox */
html [type="checkbox"]:indeterminate + label:before {
  border-right: 2px solid #006fb7;
}
html [type="checkbox"].filled-in:checked + label:after {
  border: 2px solid #006fb7;
  background-color: #006fb7;
}
html .switch label input[type=checkbox]:checked + .lever:after {
  background-color: #006fb7;
}
html input[type=range] + .thumb {
  background-color: #006fb7;
}
html input[type=range] + .thumb .value {
    color: #006fb7;
}
html input[type=range]::-webkit-slider-thumb {
  background-color: #006fb7;
}
html input[type=range]::-moz-range-thumb {
  background: #006fb7;
}
html input[type=range]::-ms-thumb {
  background: #006fb7;
}
html .side-nav.fixed .collapsible-body li.active {
  background-color: #006fb7;
}
html .spinner-layer {
  border-color: #006fb7;
}
html .picker__date-display {
  background-color: #006fb7;
}
html .picker__day.picker__day--today {
  color: #006fb7;
}
html .picker__day--selected,
html .picker__day--selected:hover,
html .picker--focused .picker__day--selected {
  background-color: #006fb7;
}
html .picker__close, html .picker__today {
  color: #006fb7;
}

/* color light green */

html .window .window-toolbar {
    background-color: #38b3e8 !important;
}
/** Image Slider **/
html .slider .indicators .indicator-item.active {
    background-color: #38b3e8;
}
/**SCROLLSPY**/
html .table-of-contents a.active {
    border-left: 2px solid #38b3e8 !important;
}

html .table-of-contents a:hover {
    border-left: 1px solid #38b3e8 !important;
}
/**Time Picker**/
html .lolliclock-header {
    background: #38b3e8 !important;
}

html .lolliclock-active-button-background {
    background-color: #38b3e8 !important;
}

html .lolliclock-button {
    color: #38b3e8 !important;
}
html .lolliclock-canvas-fg {
    fill: #38b3e8 !important;
}
/** File Uploader **/
html .fileuploader .upload-label {
    background-color: #38b3e8 !important;
}

html .fileuploader .upload-label i {
    background: #fff !important;
    color: #38b3e8 !important;
}

html .fileuploader.active {
    background: #38b3e8 !important;
}
html .preview-container .previews .zdrop-info .preview-icon {
    color: #38b3e8 !important;
}
html .preview-container .header {
    background-color: #38b3e8 !important;
}

/** Window **/
html .window .window-toolbar {
    background-color: #38b3e8 !important;
}

/** Tree Item **/
html .tree-item i {
    color: #38b3e8;
}

/** Stepper **/
html .stepper .step.success > div:first-child i, html .stepper .step.success .title,  html .stepper .step.success .description {
    color: #38b3e8 !important;
}

html .stepper .step > div:first-child .circle {
    background: #38b3e8 !important;
}

/** Rich Editor **/
html .editorDialogs .modal .btn, html .editorDialogs .modal .btn-large, html .note-editor .modal .btn, html .note-editor .modal .btn-large {
    background: #38b3e8 !important;
}

html .editorDialogs .modal .btn-large:hover, html .editorDialogs .modal .btn:hover, html .note-editor .modal .btn-large:hover, html .note-editor .modal .btn:hover, html .note-editor .modal .btn.modal-close:hover, html .note-editor .modal .file-field .btn:hover, html .note-editor .modal .note-link-btn:hover, html .note-editor .modal .note-image-btn:hover {
    background: #38b3e8 !important;
}
/** Rating **/
.material-rating {
    color: #38b3e8;
}
/** ComboBox **/
html ul.select2-results__options[aria-multiselectable="true"] li.select2-results__option:not([role="group"])[aria-selected="true"]:after {
    border: 2px solid #38b3e8;
    background-color: #38b3e8;
}

html .picker__weekday-display {
    background-color: #38b3e8;
    }

html .materialize-red.lighten-1 {
  background-color: #38b3e8 !important;
}

html .materialize-red-text.text-lighten-1 {
  color: #38b3e8 !important;
}
html .materialize-red.darken-2 {
  background-color: #38b3e8 !important;
}
html .materialize-red-text.text-darken-2 {
  color: #38b3e8  !important;
}
html .red {
  background-color: #38b3e8 !important; 
}

html .red-text {
  color: #38b3e8 !important;
  fill: #38b3e8 !important;
}
html .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
      color: #38b3e8;
}
html .tabs .tab a {
      color: #38b3e8;
}
html .tabs .indicator {
    background-color: #38b3e8;
}

html .tabs {
    background-color: white;
}

html textarea.materialize-textarea:focus.invalid {
    border-bottom: 1px solid #38b3e8;
    box-shadow: 0 1px 0 0 #38b3e8;
}
html textarea.materialize-textarea:focus.invalid + label:after {
    color: #38b3e8;
}
/* color dark green */
html .materialize-red.lighten-2 {
  background-color: #00436E !important;
}

html .materialize-red-text.text-lighten-2 {
  color: #00436E !important;
}
html .materialize-red.darken-4 {
  background-color: #00436E !important; 
}

html .materialize-red-text.text-darken-4 {
  color: #00436E !important; 
}
html .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #00436E;
}
html .btn:hover, html .btn-large:hover {
    background-color: #00436E;
}
/* tris3.css styles  */

html .button_active {
    background-color: #006fb7 !important; 
}
html .button_in_use {
    background-color: #006fb7 !important; 
}
html ul.side-nav:not(.expanded) .collapsible-header.active a {
    background-color: #006fb7;
}
html .ol-control button:hover
{
    background-color:#006fb7;
}
html .ol-control button:focus, html .ol-control button:hover
{
    background-color:#006fb7;
}
html .layerswitcher-button
{
	color: #006fb7;
}

html .login-options {
	display: none;
}
