﻿/*Set minimum resizeable width*/
.setMinResizable{
    min-width:1000px;
    margin:0 auto;
}
/*#region Override background color theme */

/*For Bootstrap 3*/
.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

.hide-notice-icon{
    display: none;
}

.show-warning-icon {
    font-size: 170%;
    color: #ff8300;
}

.show-error-icon {
    font-size: 170%;
    color: red;
}

/**   BEGIN ICONS TO REQUIRED AND OPTIONAL  **/
.required-icon {
    padding-left: 5px;
    color: #d43f3a;
}

.optional-icon {
    padding-left: 5px;
    color: #1171a3;
}
/**   END ICONS TO REQUIRED AND OPTIONAL  **/

.k-black .k-group,
.k-metroblack .k-group,
.k-highcontrast .k-group,
.k-flat .k-group,
.k-moonlight .k-group {
    color: #ffffff;
}

.km-switch-background, .km-switch-handle {
    color: darkslategray;
}


.reload-activity-button {
    float: right !important;
    margin-right: 5px;
}

body {
    background-color: #FFF;
}

.sidebar-widget form {
    margin: 0em -1em;
}

.custom-k-treeview {
    margin-top: 100px;
    font: inherit;
}

    .custom-k-treeview .ul .li {
        border: solid;
    }

.k-treeview .k-in {
    color: black;
}
/*#endregion */

/* #region Main Styles */

.ng-cloak {
    display: none !important;
}

select > option {
    color: black;
}

input.form-control,
select.form-control,
textarea.form-control {
    /*width: 205px;*/
    width: 60%;
    display: inline;
    display: block;
    height: auto;
    resize: vertical;
}

.widget .padd {
    /*margin-bottom: 0;*/
    /*padding: 1em 0;*/
    height: 12em;
}

    .widget .padd.padd-tight {
        padding: 6px;
    }

.list-flow.list-flow-tight {
    width: 90px;
}


.map {
    height: 228px;
}

.btn > i {
    margin-right: 8px;
}

.btn {
    margin-right: 4px;
    margin-left: 4px;
}

    .btn.btn-notext > i {
        margin-right: 0;
    }

.btn-group {
    margin: .2em;
}


small {
    font-size: 14px;
}

.text-subtle {
    color: #b7b7b7;
}

.page-title-subtle {
    color: white;
}

.page-title {
    color: #EEE;
    margin-right: 12px;
}

.right {
    clear: right;
    float: right;
}

.widget-content .padd:hover {
    cursor: pointer;
    color: white;
    background-color: #52b9e9;
}

    .widget-content .padd:hover * {
        color: white;
    }

.list-flow {
    margin: 6px;
    float: left;
    width: 110px;
    height: 120px;
    border-bottom: solid 0 transparent;
    padding: 1.5% .5%;
}

.name-stack h5 {
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 18px !important;
}


.search-query {
    margin: 2px auto 8px auto !important;
}

.fa-search {
    color: #FFFFFF;
}

.form-search {
    min-height: 2em;
}

.input-group[class*="col-"] {
    width: 80%;
    margin: 0 1.5em;
}

.user .user-pic {
    display: block;
    margin: auto;
}

.user .user-details {
    margin-left: 100px;
    margin-right: 10px;
}

.widget-content {
    padding: 1em;
    margin: 0;
}

.stacked {
    float: none !important;
    display: block;
    margin: auto;
}

.navbar .navbar-brand {
    background: url(/content/images/icon.png) no-repeat left center !important;
    margin: 0 1em;
}

.navbar .brand-title {
    margin-left: 2em;
    color: #FFFFFF;
}

.navbar-logo img {
    height: 20px;
}

.today-datas li {
    padding: 20px 14px;
}

.page-splash {
    z-index: 1045 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .9;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.page-splash-synergy, .page-splash-monitor {
    z-index: 1045 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    opacity: .7;
    margin-top: 20px;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.page-splash-monitor {
    width: 102%;
    margin-left: -5px;
    height: calc(100% + 45px);
    margin-top: -45px;
}

.page-splash-message {
    text-align: center;
    margin: 20% auto 0 auto;
    font-size: 400%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-decoration: none;
    color: #F58A00;
    padding: 0;
}

    .page-splash-message.page-splash-message-subtle {
        margin: 30% auto 0 auto;
        font-size: 200%;
    }

.fa-asterisk.fa-asterisk-large {
    font-size: 180%;
    vertical-align: middle;
    color: #F58A00;
}

.fa-asterisk.fa-asterisk-alert {
    color: #F58A00;
}

.fa-asterisk-inline {
    padding: 0 4px 0 0;
}


.progress {
    margin: 30px 10% !important;
}

.spinner {
    margin: 20% auto 0 auto;
    left: auto;
    top: auto !important;
}
/*#endregion*/

table th > a {
    /*font-weight: bold;*/
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    cursor: pointer;
}


.widget-content.referrer {
    border-width: 0;
}

a {
    cursor: pointer;
}

/* #endregion */

/*#region wrapper for angular ng-include and ng-view animations*/
.view-container {
    position: relative;
    overflow: hidden;
}
/*#endregion */

/*#region Angular ng-include, ng-view, ng-repeat shuffle animations*/

.shuffle-animation.ng-enter,
.shuffle-animation.ng-leave {
    position: relative;
}

.shuffle-animation.ng-enter {
    -moz-transition: ease-out all 0.3s 0.4s;
    -o-transition: ease-out all 0.3s 0.4s;
    -webkit-transition: ease-out all 0.3s 0.4s;
    transition: ease-out all 0.3s 0.4s;
    left: 2em;
    opacity: 0;
}

    .shuffle-animation.ng-enter.ng-enter-active {
        left: 0;
        opacity: 1;
    }

.shuffle-animation.ng-leave {
    -moz-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
    left: 0;
    opacity: 1;
}

    .shuffle-animation.ng-leave.ng-leave-active {
        left: 2em;
        opacity: 0;
    }
/*#endregion*/

/*#region Angular ng-include, ng-view, ng-repeat fader animation */
.fader-animation.ng-enter,
.fader-animation.ng-leave,
.fader-animation.ng-move {
    position: relative;
}

.fader-animation.ng-enter,
.fader-animation.ng-leave {
    -webkit-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    -moz-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    -o-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    opacity: 1;
}

    .fader-animation.ng-enter,
    .fader-animation.ng-leave.ng-leave-active {
        opacity: 0;
    }

        .fader-animation.ng-enter.ng-enter-active {
            opacity: 1;
        }

.fader-animation.ng-move {
    opacity: 0.5;
}

    .fader-animation.ng-move.ng-move-active {
        opacity: 1;
    }

/*#endregion*/

/*#region Angular ng-show dissolve animation */
.dissolve-animation.ng-hide-remove {
    display: inline !important;
}

.dissolve-animation.ng-hide-remove,
.dissolve-animation.ng-hide-add {
    -webkit-transition: 0.8s linear all;
    -moz-transition: 0.8s linear all;
    -o-transition: 0.8s linear all;
    transition: 0.8s linear all;
}

    .dissolve-animation.ng-hide-remove.ng-hide-remove-active,
    .dissolve-animation.ng-hide-add {
        opacity: 1;
    }

        .dissolve-animation.ng-hide-add.ng-hide-add-active,
        .dissolve-animation.ng-hide-remove {
            opacity: 0;
        }
/*#endregion */

/*#region toastr */
#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    margin: 4px auto;
}
/*#endregion */

/*#region Responsive */

@media (max-width: 979px) {
    .sidebar-filler {
        width: 200px;
    }

    .nav-collapse {
        clear: none;
    }

        .nav-collapse .nav > li {
            float: left;
        }

    .navbar .btn-navbar {
        display: none;
    }

    .nav-collapse,
    .nav-collapse.collapse {
        height: inherit;
        overflow: inherit;
    }

    .page-splash-message {
        font-size: 300%;
    }

    .btn-group.pull-right {
        float: none !important;
        display: block;
    }
}

@media (max-width: 767px) {
    .nav-collapse {
        clear: both;
    }

        .nav-collapse .nav > li {
            float: none;
        }

    .navbar .btn-navbar {
        display: none;
    }

    .nav-collapse,
    .nav-collapse.collapse {
        height: 0;
        overflow: hidden;
    }

    .page-splash-message {
        font-size: 200%;
        margin: 40% auto 0 auto;
    }

        .page-splash-message.page-splash-message-subtle {
            font-size: 150%;
        }

    .sidebar .sidebar-inner {
        height: inherit;
    }
}

@media (max-width: 320px) {
    .today-datas li {
        padding: 1em .5em;
        line-height: 1em;
    }

        .today-datas li i {
            font-size: 2em;
        }

        .today-datas li .datas-text span {
            font-size: 1em;
        }

    .btn {
        margin: .2em;
        width: 7em;
    }

    .btn-group > .btn {
        display: none;
        width: 7em;
    }

    .btn-group.pull-right {
        margin: .2em 0;
    }

    input,
    select {
        width: 85% !important;
    }

    textarea {
        width: 80%;
        resize: vertical;
    }

    .img-polaroid.user-pic {
        width: 5em;
    }

    .user .user-details {
        margin-left: 7em;
        margin-right: .5em;
    }

    h3 {
        font-size: 1.5em !important;
        line-height: 1.2em !important;
    }
}

/*#endregion */

@font-face {
    font-family: Mohave;
    src: url("../Content/fonts/Mohave.otf");
}

@font-face {
    font-family: Mohave;
    font-weight: bold;
    src: url("../Content/fonts/Mohave-Bold.otf");
}

.menu {
    -webkit-backface-visibility: visible !important;
    -webkit-transition: opacity 700ms linear 0ms;
    -moz-transition: opacity 700ms linear 0ms;
    -ms-transition: opacity 700ms linear 0ms;
    -o-transition: opacity 700ms linear 0ms;
    transition: opacity 700ms linear 0ms;
    position: relative;
    cursor: pointer;
    font-size: 23px;
    display: block;
    left: 18px;
    top: 5px;
    height: 5px;
    width: 33px;
    z-index: 100;
    padding-top: 5px;
}

.hide-drawer {
    display: none !important;
}

    .hide-drawer li a i {
        padding-left: 10px;
        width: 20px;
        padding-right: 20px;
    }



@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

.grid {
    width: 900px;
    height: 250px;
}

.padding {
    padding-left: 2em;
}

.contact-info-form {
    list-style-type: none;
    margin: 30px 0;
    padding: 0;
}

    .contact-info-form li {
        margin: 10px 0;
    }

    .contact-info-form label {
        display: inline-block;
        width: 100px;
        text-align: right;
        font-weight: bold;
    }

/*Changes required for UI on every theme */
label {
    font-weight: 500;
}

ul#latestNews li span.lnDate {
    color: #0042a6;
    font-weight: bold;
    /*padding:0 20px 0 0;*/
    display: block;
    float: left;
    width: 70px;
}

.dbSchemaContainer {
    background-color: darkgoldenrod;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

    .dbSchemaContainer input[type=checkbox] {
        width: 17px;
        height: 17px;
        vertical-align: middle;
    }

.dbSchemaInner {
    height: 215px;
    overflow: auto;
}

#sortListBox .k-listbox {
    width: 100%;
    height: 217px;
}

.div-custom {
    margin: 10px 10px 10px 10px;
}

.ks-file-manager-children {
    position: relative
}

    .custom-panel {
    padding: 1px;
    max-width: 100%;
}

    .custom-panel .panel-heading {
        padding: 5px 5px 5px 5px;
    }

    .custom-panel .panel-body {
        padding: 5px;
    }

    .custom-panel > .panel-danger > .panel-heading {
        background-color: orange;
        color: white;
        font-size: 20px;
    }

.page-splash-file-manager {
    width: 100%;
    height: 500px;
    min-height: 500px;
    max-height: 500px;
    z-index: 1045 !important;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.6;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

/* ----------- 1024px - 1440px ----------- */
@media screen and (min-width: 1024px) {
    .filemanager-container {
        height: 500px;
        min-height: 500px;
        max-height: 500px;
    }
}

/* ----------- 1440px + ----------- */
@media screen and (min-width: 1440px) {
    .filemanager-container {
        height: 700px;
        min-height: 700px;
        max-height: 700px;
    }
}

.popupWindowContent {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .popupWindowContent .panel-heading {
        padding: 2px 5px;
    }

    .popupWindowContent .panel-body {
        padding: 7px;
    }

    .popupWindowContent .k-listbox {
        width: 100%;
        height: 100px;
        color: black;
    }

        .popupWindowContent .k-listbox .k-item {
            line-height: 1.2em;
            min-height: 1.3em;
        }

    .popupWindowContent .panel {
        margin-bottom: 5px;
    }

    .popupWindowContent .k-textbox {
        color: black;
        height: auto;
        width: 100%;
        box-sizing: border-box;
        padding: 2px;
        border-radius: 5px;
        background-color: beige;
        margin: 1px 1px 3px 0px;
    }

    .popupWindowContent .workbox {
        width: 100%;
        height: 4em;
        box-sizing: border-box;
        border-radius: 3px;
        background-color: aliceblue;
        color: black;
    }

    .popupWindowContent .workbox-param {
        width: 100%;
        height: 15em;
        box-sizing: border-box;
        border-radius: 3px;
        background-color: aliceblue;
        color: black;
    }
    .popupWindowContent .variable-param {
        height: 10em;
    }

.popupwindow-footer {
    align-self:flex-end;
    width: 95%;
    padding: 19px 0 0px;
    text-align: center;
    background-color: white;
}

.nav-tabs > li > a {
    /* adjust padding for height*/
    padding-top: 4px;
    padding-bottom: 4px;
}


.ev-top-right-grid {
    margin-top: 10px;
    overflow: auto;
}

.form-table {
    border-spacing: 5px;
    width: 70%;
}

    .form-table td {
        padding: 10px;
    }

    .form-table input {
        width: 70%;
    }

    .form-table .k-dropdown {
        width: 70%;
    }

.adjacent-divs {
    display: flex;
}

.full-width {
    width: 100%;
}

.adjacent-div1 {
    width: 50%;
}

.adjacent-div2 {
    width: 50%;
}

.ks-checkbox {
    height: 18px;
    width: 18px;
}

.ks-grid {
    white-space: nowrap;
}

    .ks-grid input[type="checkbox"] {
        float: left;
        margin: 0 auto;
        width: 100%;
        -webkit-appearance: checkbox;
    }

        .ks-grid input[type="checkbox"]:focus {
            content: none;
        }

        .ks-grid input[type="checkbox"]:before {
            content: none;
        }

/* ********************** class*=animate Animation **********************  */
/* Have to set height explicity on class*=animate 
to prevent collapsing during animation*/
.division[class*=animate] {
    height: 65px;
}

[class*=animate].ng-enter-prepare {
    opacity: 0;
}

[class*=animate].ng-enter {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

[class*=animate].ng-leave {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

/*slide from left */
[class*=animate].ng-enter {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

/*slide from Right */
.slide-from-right.ng-enter {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.slide-from-right.ng-enter-active {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.slide-from-right.ng-leave-active {
    position: relative;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
/* end of Slide from right */
[class*=animate].ng-enter-active {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

[class*=animate].ng-leave-active {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
/*Slide from Top*/
.slide-from-top.ng-enter {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.slide-from-top.ng-enter-active {
    position: absolute;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.slide-from-top.ng-leave-active {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

/*Appear from center*/
/*[class*=animate].ng-enter {
  opacity: 0;
  -webkit-transform:scale3d(0.5, 0.5, 0.5);
  -moz-transform:scale3d(0.5, 0.5, 0.5);
  transform:scale3d(0.5, 0.5, 0.5);
}

[class*=animate].ng-enter-active {
  opacity: 1;
  -webkit-transform:scale3d(1, 1, 1);
  -moz-transform:scale3d(1, 1, 1);
  transform:scale3d(1, 1, 1);
}
/*[class*=animate].ng-leave {
  opacity: 1;
  /*padding-left: 0px;
  -webkit-transform:translate3d(0, 0, 0);
  -moz-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);
}*/

/*[class*=animate].ng-leave-active {
  opacity: 0;
  /*padding-left: 100px;
  -webkit-transform:translate3d(100px, 0, 0);
  -moz-transform:translate3d(100px, 0, 0);
  transform:translate3d(100px, 0, 0);
}*/
/* ********************************************  */
.custom-body {
    background-color: lightblue;
    padding: 0px;
}

.custom-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ks-error-page {
    background-color: papayawhip;
}
/*.k-grid {
    font-size: 11px;
}
.k-grid td {
    line-height: 1em;
}*/
.table > tbody > tr > th, .table > tbody > tr > td {
        border-top: none;
        padding: 4px;
    }
.marginTop{
    margin-top:10px;
}
.rootTree{
    margin-bottom: 0px;
}
.rootTree-panel-body{
    height: 307px;
    overflow: auto;
}
 .breadcrumb {
        background-color: azure;
    }

        .breadcrumb p {
            color: black;
        }

            .breadcrumb a:hover {
                text-decoration: solid
            }

        .breadcrumb > .active {
            color: black;
        }

        .breadcrumb > li + li:before {
            content: "\00BB";
            color: #D2322D;
        }

.setOverflow{
    overflow:auto;
}


.ks-top-and-bottom{
    max-height:1300px;
}
.ks-top-half{
    display:flex;
    height:29%;
}
.ks-top-half-left{
    width:30%;
    position:relative;
    overflow:hidden;
}
.ks-top-half-right{
    width:70%;
    position:relative;
    overflow:auto;
}
.ks-top-complete{
    width:100%;
    position:relative;
    overflow:auto;
}
.ks-separator{
    height:5px;
    border-radius:3px;
    background-color:darkgray;
}
.ks-bottom-half{
    height:70%;
    position:relative;
    overflow:auto;
}
.ks-editor-panel{
    margin:1px;
}
.ks-editor-panel-heading{
    background-color:var(--panel-header-color);
}
.ks-editor-panel-heading-text{
    font-size:large;
    padding-bottom:15px;
    color:black;
}
.ks-editor-panel-heading-buttons{
    float:right;
}
.list-search-input{
    width:48%;
}
.floatRight{
    float:right;
}

/* bootstrap modal overflow */
.modal-open{
    overflow:auto !important;
}
.modal {
  text-align: center;
  padding: 0!important;
  z-index:15000 !important;
}
.license.modal {
    z-index:14000 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/*ks-flex divs*/
.ks-flex{
    display:flex;
}
.ks-flex-50_50-div1{
    width:50%;
}
.ks-flex-50_50-div2{
    width:50%;
}

/*end of ks-flex divs*/

/*setting overflow to k-content class*/
.k-tabstrip .k-content.k-state-active {
overflow:auto !important;
}

.disableDiv {
    pointer-events: none;
    opacity: 0.4;
}

.manuallyChanged {
    color: #ffc107;
}

.greenCheckmark{
    color:green;
}

.redCheckmark {
    color: red;
}

.bluePlus{
    color:dodgerblue;
}

.relative{
    position:relative;
}

.redExclamation{
    color: red;
}

.draggableGridRow{
    cursor:grab;
}

.margin-ai-copilot {
    margin-top: 30px;
    margin-left: 30px;
}

.chat-box-ai-copilot {
    background-color: #e4e7eb;
    border-radius: 10px;
    padding: 10px;
}
.event-list-ai-copilot {
    max-height: 565px;
    overflow-y: scroll;
}