﻿@import "../../../Styles/brand-colors.css";

.slat .slat-default .action .btn {
    width: auto;
}
.meta-type i {
    display: inline;
}
.slat-title {
    color: var(--brand_primary_color) ;
}
.slat .slat-default .action {
    width: 300px;
}
.slat-animation.ng-enter,
.slat-animation.ng-leave {
  position:relative;
}

.slat-animation.ng-enter {
  -webkit-animation: 1s repeat-animation-enter;
  animation: 1s repeat-animation-enter;
}

.slat-animation.ng-leave {
  -webkit-animation: 1s repeat-animation-leave;
  animation: 1s repeat-animation-leave;
}

.error {
    font-size: 16px;
    color: red;
    padding-left: 3px;
}

.errorInput {
    border: 1px solid red;
    border-color: red;
}

@keyframes repeat-animation-enter {
  from {
	    opacity: 0;
    	height: 0px;
    	left: -70px;
    }
    75% {
        opacity: 0.3;
    	left: 35px;
    }
    to {
        opacity: 1;
    	height: 70px;
    	left: 0px;
    }
}

@-webkit-keyframes repeat-animation-enter {
  from {
	    opacity: 0;
    	height: 0px;
    	left: -70px;
    }
    75% {
        opacity: 0.3;
    	left: 35px;
    }
    to {
        opacity: 1;
    	height: 70px;
    	left: 0px;
    }
}

@keyframes repeat-animation-leave {
  to {
	    opacity: 0;
    	height: 0px;
    	left: -70px;
    }
    25% {
    	left: 15px;
    }
    from {
        opacity: 1;
    	height: 30px;
    	left: 0px;
    }
}

@-webkit-keyframes repeat-animation-leave {
  to {
	    opacity: 0;
    	height: 0px;
    	left: -70px;
    }
    25% {
    	left: 15px;
    }
    from {
        opacity: 1;
    	height: 30px;
    	left: 0px;
    }
}

.modal-footer .btn {
    margin: 0px !important;
}
.modal-footer-message {
    font-size: small;
}
.modal-error-message {
    font-size: small;
    color: red;
    font-style: italic;
}
.prompt-animation {
  transition: all linear 0.5s;
}
.prompt-animation.ng-hide {
  opacity: 0;
}
.modal-header {
    border-top: 3px solid var(--brand_primary_color);
}


.echo__loader_spinner {
    border: 5px solid transparent;
    border-top: 5px solid var(--brand_secondary_color);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    animation: echo__spin 1s linear infinite;
    position: absolute;
    background-color: transparent;
}

.echo__loader_text {
    width: 25vw;
    text-align: center;
    font: var(--loading_text_font);
    color: var(--loading_text);
    word-wrap: normal;
    margin-top: 1em;
}

.echo__loader_logo{
    position:absolute; 
    z-index:1000;
    background-size: 25px 25px;
    height:25px;
    width:25px;
    top:90px;
    left:75px;
    /*background-image: url('../images/LogoBM.JPG');*/
}

.echo__loader {
    align-content:center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--loading_icon);
}

.echo__loader_backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--loader_backdrop);
    z-index: 99999998;
}

.echo__loader_verity-size {
	height:200px;
	width:200px;
}

.echo__loader_verity-position {
	position: absolute;
	top: 0px;
	left: 0px;
}

.echo__loader_verity-position g {
	transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
}

@keyframes echo__spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.echo-checklist>ul>li {
    border-left: 2px solid #ccc;
    background-color: #f9f9f9;
    padding: 5px;
    margin: 5px 0;
}
.checklist-label {
    font-weight: 400;
    color: var(--brand_primary_color) ;
}
.checklist-label-selected {
   font-weight : 400;
    color: var(--brand_secondary_color) ;
}
.footer-row {
    background-color: var(--brand_background_tertiary_color);
    bottom: 0px;
    position: fixed !important;
    z-index: 100;
    height: auto;
    margin: 0px !important;
    width: 100%;
    padding-bottom: 9px;
    padding-top: 5px;
}

.footer-btn {
    margin: 1px 0px;
}

.footer-message {
    color: var(--brand_primary_color) ;
    margin-top: 15px;
    font-size: small;
}
.footer-message-verify {
    color: var(--brand_primary_color) ;
    margin-top: 5px;
    margin-right: 5px;
    font-size: small;
}

p.footer-message, p.footer-message-verify {
    margin-bottom: 5px;
}


#notesGrid td {
    
    font-size: 12px;
}

#notesGrid th {
    line-height: .75;
    font-size: 12px;
    padding: 0.2em 0.6em 0.2em .6em;
}
#notesGrid .k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    min-width: auto;
    min-width: initial;
    border: none;
}

#notesGrid .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 11px;
}

#notesGrid th a.k-state-active
{
    background-color: Highlight;
}


#notesGrid .k-header>.k-link {
    padding-left: 8px;
}

#notesGrid .k-dirty {
    display: none;
}

.k-grid-filter.k-state-active {
    background-color:Highlight;
}

.paper {
  margin: 0 auto;
  padding: 6px 5px 4px 4px;
  position: relative;
  color: #444;
  line-height: 20px;
  border: 1px solid #d2d2d2;
  background: var(--brand_background_primary_color);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#91BCD3), color-stop(4%, var(--brand_background_primary_color))) 0 4px;
  background: -webkit-linear-gradient(top, #91BCD3 0%, var(--brand_background_primary_color) 8%) 0 4px;
  background: -moz-linear-gradient(top, #91BCD3 0%, var(--brand_background_primary_color) 8%) 0 4px;
  background: -ms-linear-gradient(top, #91BCD3 0%, var(--brand_background_primary_color) 8%) 0 4px;
  background: -o-linear-gradient(top, #91BCD3 0%, var(--brand_background_primary_color) 8%) 0 4px;
  background: linear-gradient(top, #91BCD3 0%, var(--brand_background_primary_color) 8%) 0 4px;
  -webkit-background-size: 100% 20px;
  -moz-background-size: 100% 20px;
  -ms-background-size: 100% 20px;
  -o-background-size: 100% 20px;
  background-size: 100% 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}
.focus {
    background-color: var(--banner_background_color);
    border-top: 5px solid var(--banner_background_color);
}
.focus-pageheader .fph-separator {
    border-top: 1px solid var(--brand_primary_color);
    background-image: linear-gradient(to bottom, var(--brand_primary_color) 0%, var(--brand_primary_color) 100%);
}
/*fidget spinner*/
#svg {
            -webkit-animation-name: spin;
            -webkit-animation-duration: 4000ms;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            -moz-animation-name: spin;
            -moz-animation-duration: 4000ms;
            -moz-animation-iteration-count: infinite;
            -moz-animation-timing-function: linear;
            -ms-animation-name: spin;
            -ms-animation-duration: 4000ms;
            -ms-animation-iteration-count: infinite;
            -ms-animation-timing-function: linear;
            transform-origin: 70% 83%;
            animation-name: spin;
            animation-duration: 4000ms;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @-ms-keyframes spin {
            from {
                -ms-transform: rotate(0deg);
            }

            to {
                -ms-transform: rotate(360deg);
            }
        }

        @-moz-keyframes spin {
            from {
                -moz-transform: rotate(0deg);
            }

            to {
                -moz-transform: rotate(360deg);
            }
        }

        @-webkit-keyframes spin {
            from {
                -webkit-transform: rotate(0deg);
            }

            to {
                -webkit-transform: rotate(360deg);
            }
        }

        @keyframes spin {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }


.burger-dropdown {
    position: relative;
    display: inline-block;
}

.burger-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 148px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: 1px solid lightgray;
    z-index: 2;
    right: 0;
    left: auto;
}

.burger-links {
    color: var(--brand_primary_color) !important;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.burger-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
  color: #636c72;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}


.controlBox {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  border-color: #cccccc;
}


.controlBox-gray {
  background-color: #F2F2F2;
  border-color: #cccccc;
  color: #3c763d;
}

.searchAndPrint {
    display: -webkit-inline-box;
    margin-top: 5px;
    margin-left: 5px;
}

.centerDateCountDown{
    color: var(--brand_secondary_color);
    margin-top: -10px;
}
input::-ms-clear {
    display: none;
}
.header-search {
    display: inline-block;
    margin-bottom: 2px;
}
.header-search > label {
    display: inline;
    font-weight: 200;
    font-size: 14px;
}
.header-search > input {
    display: inline;
    width: 250px;
    margin-right: -10px;
}
.header-form {
    margin-right:15px;
}
.k-switch-label-on, .km-switch-label-on, 
.k-switch-label-off, .km-switch-label-off {
    margin-top: 5px !important;
}
.k-switch {
    height: 35px !important;
    border: none !important;
    font-family: var(--form_switch_control_font_family);
}

.km-switch-background, .k-switch-handle {
    color: var(--form_switch_control_yes);
}

.km-switch-background {
    background-image: var(--form_switch_control_background_image);
}

.km-switch-off .km-switch-background {
    color: var(--form_switch_control_no);
    transition: color 0.5s ease;
}

.km-switch-handle {
    background-color: var(--form_switch_control_thumb);
}

.k-state-disabled .km-switch-handle {
    background-color: var(--form_switch_control_thumb_disabled);
}

.km-switch-wrapper {
    background-color: var(--form_switch_control_no);
}

.k-state-disabled .km-switch-background, .k-state-disabled .k-switch-handle {
    color: var(--form_switch_control_yes_disabled);
}

.k-switch-off.k-state-disabled .km-switch-background {
    color: var(--form_switch_control_no_disabled);
}

.k-state-disabled .km-switch-wrapper {
    background-color: var(--form_switch_control_no_disabled);
}

.k-switch.k-state-disabled, .km-switch.km-state-disabled {
    opacity: var(--form_switch_control_disabled_opacity);
}

.km-switch-off.km-state-disabled .km-switch-handle {
    box-shadow: var(--form_switch_control_no_disabled_boxshadow);
}

.interrupt-label {
    color: var(--brand_background_primary_color);
    font-weight: 100;
}

.echo-header-simple-add-btns {
    margin-top: 6px;
}

.header-buttonrow {
    margin-top: 2px;
}

.echo-password {
    position: relative;
}

.echo-password > span.toggle-password {
    position: absolute;
    top: 10px;
    right: 6px;
    cursor: pointer;
}

.echo-password > input {
    padding-right: 18px;
}

.echo-password > input::-ms-clear, .echo-password > input::-ms-reveal {
    display: none;
}

.echo__loader__mini {
    width: 50px;
    color: var(--loading_icon);
}

.echo__loader_mini-size {
    height: 45px;
    width: 45px;
}

span.form-control-clear > .clear-icon {
    pointer-events: auto;
    text-decoration: none;
    cursor: pointer;
}

.template-modal-content {
    max-height: calc(90svh - 170px);
    overflow: auto;
}

.echoColorPickerControl {
    width: 60px;
    height: 34px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 1px;
    cursor: pointer;
}
.echoColorPickerControl > .selected-color {
    width: 30px; 
    height: 30px; 
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
}
.echoColorPickerControl > .color-selector {
    width: 10px; 
    height: 30px; 
    display: inline-block;
    text-align: center;
    padding: 5px;
    vertical-align: top;
}

.echoColorHistoryTile {
    width: 30px;
    height: 30px;
    cursor: pointer !important;
    display: inline-block;
}

.discussion-box {
    padding: 8px 20px !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--CS-Colors-Brand-Neutral-Color-20, #CED4D5);
    background: var(--CS-Colors-Brand-Neutral-Color-White, #FFF);
    width: 100%;
    margin: 15px auto !important;
}

.newdiscussion-box {
    display: flex;
    padding: 10px !important;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 5px;
    border: 1px solid var(--Gray-40, #E0E0E0);
    background: #FFF;
    width: 100% !important;
    border: none;
}

.newcomment {
    position: fixed;
    bottom: 40px;
    right: 20%;
}

.discussionbox-edit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    color: #0C4E88;
}

.nodiscussion-message {
    width: 100%;
    height: 100%;
    padding: 235px;
    text-align: center;
    font-size: 20px;
    color: #a6a6a6;
    background: var(--CS-Colors-Brand-Neutral-Color-5, #F3F4F5);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.sendbutton {
    background: var(--Success-20, #D1E6D7);
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: var(--Shades-White, #FFF);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.buttonwrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

input:focus {
    outline: none;
    border: none;
}

.editdiscussionbox {
    border-radius: 4px;
    border: 1px solid var(--CS-Colors-Brand-Neutral-Color-20, #CED4D5);
    background: var(--CS-Colors-Brand-Neutral-Color-White, #FFF);
    margin: 15px auto !important;
}

.sectionbottom {
    position: fixed;
    bottom: 40px;
    right: 27%;
    width: 45%;
}