/* Minification failed. Returning unminified contents.
(1837,29): run-time error CSS1046: Expect comma, found '59'
(1837,35): run-time error CSS1046: Expect comma, found '/'
 */
/*Custom Styles*/
/*html {
    overflow: auto;
}*/
/*Global Css for save button*/
body.ems-main {
    overflow: hidden;
}

body.ems-navbar-fixed {
    padding-top: 0px;
    height: inherit;
}

.ems-sidebar > .ems-wrapper .nav {
    padding-top: 60px;
}
/* collapsed side bar*/
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999991;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar.active {
        left: 0;
    }
/*.ems-navbar > .ems-wrapper > .nav > .ems-navbar-actions > .ems-notifications > .dropdown-menu{
	height: 100vh;
	right: -300px; 
    position: absolute;
    left: 0;
	opacity:0;
	transition: all 0.6s ease-in-out;
}*/
.ems-navbar > .ems-wrapper > .nav > .ems-navbar-actions > .ems-notifications > .dropdown-menu {
    height: 100vh;
    margin-right: -300px;
    position: fixed;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    bottom: 0;
    top: 60px;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999990;
    opacity: 0;
    transition: all 0.8s ease-in-out;
}
.ems-name .k-dropdown-wrap{
    padding: 3px 8px !important;
}

    /*body.ems-sidebar-iconbar_compact .ems-page-container .ems-page>.ems-header{
    z-index:99999;
}*/


    .overlay.active {
        display: block;
        opacity: 1;
    }

#userFieldGrid .k-header, #MailingListGrid .k-header {
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px 20px 60px;
    background: #063B5A;
    position: relative;
    text-align: center;
}

#sidebar ul.components {
    padding: 50px 0px 0px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

#sidebar ul.list-unstyled.components li {
    padding: 10px 0 10px 20px;
    cursor: pointer;
}
#sidebar ul.components li:hover {
    background-color: #eee;
}

    #sidebar ul.list-unstyled.components li i {
        font-size: 20px;
        margin-right: 15px;
        width: 20px;
    }

.sidebar-header .ems-avatar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    border: 10px solid #fff;
}

.sidebar-header h4 {
    color: #fff;
    text-transform: capitalize;
}

.ems-sidebar.ems-iconbar-compact .nav > .nav-item > .nav-link > .mdi {
    font-size: 30px;
}

.k-grid-header .k-grid-filter.k-state-active {
    color: #689f38;
    background-color: transparent;
}

.k-action-buttons .k-primary.k-button, .k-button.k-bare.k-primary, .k-button.k-flat.k-primary, .k-button.k-outline.k-primary, .k-calendar .k-calendar-header .k-primary.k-button, .k-dialog-buttongroup .k-primary.k-button, .k-edit-buttons .k-primary.k-button, .k-editor-toolbar a.k-primary.k-tool, .k-gantt-toolbar .k-primary.k-button, .k-gantt-views li a.k-primary, .k-scheduler-footer li a.k-primary, .k-scheduler-toolbar li a.k-primary, .k-spreadsheet-popup .k-primary.k-button, .k-spreadsheet-quick-access-toolbar .k-primary.k-button, .k-spreadsheet-sheets-bar .k-primary.k-button, .k-toolbar .k-split-button.k-state-disabled .k-primary.k-button, .k-toolbar > .k-button-group > .k-primary.k-button,
.k-toolbar > .k-primary.k-button:not(.k-overflow-anchor), .k-window-content .k-primary.k-button, .k-calendar .k-calendar-header .k-today, .k-calendar .k-footer .k-nav-today {
    color: #689f38 !important;
}

.k-list .k-item.k-state-hover.k-state-selected, .k-list .k-item:hover.k-state-selected, .k-list-optionlabel.k-state-hover.k-state-selected, .k-list-optionlabel:hover.k-state-selected {
    color: #333 !important;
    background-color: #ebebeb;
}

.k-input.k-textbox.k-state-focus, .k-input.k-textbox:focus, .k-textarea.k-state-focus, .k-textarea:focus, .k-textbox.k-state-focus, .k-textbox:focus {
    border-color: #689f38;
}

.forcopy .k-header {
    background-color: #063b5a;
    color: #fff;
}

.k-widget.k-window.forcopy, .k-window.k-dialog.k-alert {
    border: 0;
    border-radius: 4px;
}

.k-widget.k-window .k-window-titlebar.k-dialog-titlebar {
    padding-right: 70px;
}

span.k-callout.k-callout-n {
    width: 0;
    top: 0;
}

.k-button.k-primary:not(.k-outline) {
    border-color: #689f38;
    background-color: transparent;
}

.k-listbox-toolbar .k-reset li a:not(.k-state-disabled) {
    background-color: #689f38 !important;
    color: #fff;
}
#Eventgrid .k-grid-header thead>tr>th:nth-last-child(2) {
    border-left-color: rgba(0,0,0,0);
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
/* Search button style*/
#searchfilter input {
	outline: none;
}
#searchfilter input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#searchfilter input::-webkit-search-decoration{
	display: none; 
}
    #searchfilter input[type=search] {
        background: #689f38 url('../img/search-solid.svg') no-repeat 11px center;
        border: solid 1px #689f38;
        padding: 0;
        width: 55px;
        -webkit-border-radius: 10em;
        -moz-border-radius: 10em;
        border-radius: 10em;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
#searchfilter input[type=search]:focus {
    background: #fff url('../img/search-solid-green.svg') no-repeat 11px center;
	border-color: #689f38;	
	-webkit-box-shadow: 0 0 5px rgba(104,159,56,.5);
	-moz-box-shadow: 0 0 5px rgba(104,159,56,.5);
	box-shadow: 0 0 5px rgba(104,159,56,.5);
}


#searchfilter input:-moz-placeholder {
	color: #999;
}
#searchfilter input::-webkit-input-placeholder {
	color: #999;
}
#searchfilter input[type=search] {
	width: 36px;
	color: transparent;
	cursor: pointer;
    height: 36px;
}
#searchfilter input[type=search]:focus {
	width: 350px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#searchfilter input:-moz-placeholder {
	color: transparent;
}
#searchfilter input::-webkit-input-placeholder {
	color: transparent;
}
#searchfilter .fa-search{
position: absolute;
    top: 11px;
    font-size: 15px;
    left: 12px;
    color: #fff;
}
#searchfilter input[type=search]:focus ~ .fa-search{
    color: #689f38;
}
#searchfilter input::-webkit-input-placeholder { opacity: 0; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome <=56, Safari < 10 */
#searchfilter input:-moz-placeholder { opacity: 0; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
#searchfilter input::-moz-placeholder { opacity: 0; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
#searchfilter input:-ms-input-placeholder { opacity: 0; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
#searchfilter input::placeholder { opacity: 0; transition: opacity .5s; } /* Modern Browsers */
    
#searchfilter input:focus::-webkit-input-placeholder { opacity: 1; color: #ccc; } /* Chrome <=56, Safari < 10 */
#searchfilter input:focus:-moz-placeholder { opacity: 1; color: #ccc; } /* FF 4-18 */
#searchfilter input:focus::-moz-placeholder { opacity: 1; color: #ccc;} /* FF 19-50 */
#searchfilter input:focus:-ms-input-placeholder { opacity: 1; color: #ccc;} /* IE 10+ */
#searchfilter input:focus::placeholder { opacity: 1; color: #ccc;} /* Modern Browsers */
/* End of Search button style*/
#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.btn-sidebar {
    padding: 0;
    font-size: 20px;
    margin-right: 15px;
    background-color: transparent;
    cursor: pointer;
}
label .mandatory, label .ems-color-danger {
    font-size: medium;
}
.navbar-nav .ems-title-block .ems-sub-title, .navbar-nav .ems-title-block .ems-main-title {
    color: #fff;
}

.navbar-nav .ems-title-block {
    padding: 10px 0px 0px 30px;
}

.ems-sidebar > .ems-wrapper .nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #eee;
}

body > .ems-container .ems-page, body .ems-page-container .ems-page {
    padding-top: 60px;
}

.ems-notification > .ems-tabbed-sidebar-navigation-block-toggle {
    position: relative;
    right: 0;
    padding: 0 28px;
    display: block;
    height: 60px;
    background: transparent;
    color: #fff;
    border: 0;
    width: 70px;
}

.ems-notifications .tab-pane .block {
    border: 1px solid #063B5A;
    margin-top: 20px;
    box-shadow: 0px 3px 6px #063B5A;
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    color: #063B5A;
    font-weight: 500;
}

    .ems-notifications .tab-pane .block > .mdi {
        font-size: 30px;
    }

    .ems-notifications .tab-pane .block:hover {
        transform: translateY(2px);
        box-shadow: 0px 0px 6px #063B5A;
    }

.ems-main .ems-navbar {
    background-color: #fff;
}

    .ems-main .ems-navbar .btn, .ems-main .ems-navbar .nav-link, .ems-main .ems-navbar > .ems-wrapper > .nav > .ems-navbar-actions > .ems-user > .dropdown-toggle > .ems-info > .ems-description {
        color: #333;
    }

    .ems-main .ems-navbar .nav-item {
        border-color: #333;
    }

        .ems-main .ems-navbar .nav-item.ems-active, .ems-main .ems-navbar .nav-item.show, .ems-main .ems-navbar .nav-item:hover {
            background: #ddd;
        }

body.ems-main.ems-page-header-fixed .ems-page-container .ems-page > .ems-header {
    position: relative;
    top: 0px;
}

body.ems-main .ems-page-container .ems-page .ems-content .ems-body {
    padding-top: 30px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.ems-main .sub-head span.title, .ems-main .sub-head i.far {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.toggle-screen {
    border: 1px solid #fff;
    line-height: normal;
    color: #fff;
    width: 40px;
    height: 38px;
    text-align: center;
    background-color: transparent;
}

.ems-main .sub-head div.mdi {
    color: #fff;
    font-size: 30px;
}

.ems-main .sub-head i {
    color: #fff;
    font-size: 20px;
}

.ems-main a.floating-icon {
    position: absolute;
    bottom: -25px;
}

    .ems-main a.floating-icon div.mdi {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
    }

.ems-main .card > .card-header span {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-active a.nav-link.dropdown-toggle, .nav-active, .list-active {
    background-color: #eee !important;
}

.k-dropdown-wrap, .k-multiselect {
    border: 1px solid #dedede;
    padding: 3px 15px !important;
    font-size: 12px;
    height: 36px;
    border-bottom-width: 0 !important;
    line-height: 16px;
}

.k-widget.k-dropdown {
    border: 1px solid #dedede;
}

.k-autocomplete {
    border: 1px solid #dedede;
    /*border-bottom-width: 1px !important;
    display: block;*/
}

.k-grid-header th.k-header .k-checkbox, #MailingListDetailsSendGrid .k-grid-header th.k-header {
    vertical-align: middle;
}

.k-ie .k-autocomplete .k-input {
    height: 2.65em;
}

.k-dropdown-wrap .k-input, .k-widget.form-control .k-input {
    padding: 0 !important;
    height: auto !important;
}

.k-autocomplete.form-control .k-input {
    padding: 0 0 0 15px !important;
    height: 35px !important;
}


.k-list-optionlabel {
    padding: 0 4px;
}

.k-popup.k-list-container, .form-error {
    font-size: 13px !important;
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-selected, .k-list .k-item.k-state-selected, .k-list-container .k-button.k-state-active, .k-list-container .k-button:active, .k-list-optionlabel.k-state-selected, .k-menu-group .k-item.k-state-selected, .k-menu.k-context-menu .k-item.k-state-selected, .k-spreadsheet-popup .k-button.k-state-active, .k-spreadsheet-popup .k-button.k-state-selected, .k-spreadsheet-popup .k-button:active {
    color: #fff !important;
    background: #689f38;
}

.k-autocomplete.k-state-focused, .k-dateinput-wrap.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect-wrap.k-state-focused, .k-numeric-wrap.k-state-focused, .k-picker-wrap.k-state-focused, .k-state-focused > .k-autocomplete, .k-state-focused > .k-dateinput-wrap, .k-state-focused > .k-dropdown-wrap, .k-state-focused > .k-multiselect-wrap, .k-state-focused > .k-numeric-wrap, .k-state-focused > .k-picker-wrap,
.k-autocomplete.k-state-hover, .k-autocomplete:hover, .k-dateinput-wrap.k-state-hover, .k-dateinput-wrap:hover, .k-dropdown-wrap.k-state-hover, .k-dropdown-wrap:hover, .k-multiselect-wrap.k-state-hover, .k-multiselect-wrap:hover, .k-numeric-wrap.k-state-hover, .k-numeric-wrap:hover, .k-picker-wrap.k-state-hover, .k-picker-wrap:hover {
    border-color: #a6a6a6 !important;
}

.jq-toast-single h2, .jq-toast-single, .k-grid, .k-tabstrip, .k-window, .k-treeview, .k-dropdown .k-dropdown-wrap .k-input, .k-dropdowntree .k-dropdown-wrap .k-input, .k-reset, .k-listview, .k-textarea, .k-textbox, .k-picker-wrap .k-input {
    font-family: Montserrat, arial,sans-serif !important;
}

div.k-grid-norecords  {
    justify-content: center;
   
}
#divTemplateContainer div.k-grid-norecords {
    justify-content: center;
    height: calc(100vh - 185px);
}
/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}


/* Handle */
::-webkit-scrollbar-thumb {
    background: #aaa;
}


    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.nav {
    display: block;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.sub-head button.on {
    background-color: #fff;
}

.ems-main .sub-head button.on i {
    color: #333;
}

.card.status-live {
    border-top: 3px solid #689F38;
    transition: 0.3s all ease-in-out;
}

.card.status-test {
    border-top: 3px solid #cc1b27;
    transition: 0.5s all ease-in-out;
}

.card:hover {
    box-shadow: 0px 5px 8px #ccc;
}

.k-grid-header th.k-header {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    /*vertical-align: top;*/
}

.k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
    bottom: 5px;
    width: calc(12px + 1.42857143em);
    height: calc(9px + 1.42857143em);
}

.ems-main .k-grid td, .ems-main .k-grid th {
    padding-left: 8.4px;
}

body.ems-main .ems-page-container .ems-page > .ems-content > .ems-body > .container-fluid {
    padding: 30px 15px;
}

.k-grid {
    border-color: transparent;
}

.k-grid-content {
    overflow-y: auto;
}

.ems-items-block {
    padding: 10px 15px;
}

    .ems-items-block .btn.ems-no-text {
        margin-right: 5px;
        border-radius: 50%;
    }

.k-widget * {
    box-sizing: inherit;
}

.k-widget.k-calender * {
    box-sizing: content-box !important;
}

.k-widget .k-icon {
    box-sizing: content-box !important;
}

.k-window-title {
    font-size: 18px;
}

.ems-main .k-grid td {
    font-size: 13px;
    overflow: inherit;
}

.k-grid .k-detail-cell {
    padding: 0px;
}

.ems-main .k-grid-content td .mdi {
    font-size: 20px;
}

#BtnShowEvents {
    position: fixed;
    right: 20px;
    bottom: 20px;
    box-shadow: 1px 1px 6px #ccc;
    transition: 0.3s ease-in-out;
    color: #333;
    border:0px;
}

.k-window, .k-window.k-state-focused {
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}

.k-tabstrip-top > .k-tabstrip-items {
    text-transform: capitalize;
    font-weight: 500;
    border-bottom-width: 0px;
}

#bulkUpdatetab.k-tabstrip-top > .k-tabstrip-items, #tbRegistrationRules .k-tabstrip-items, #configurationTabstrip.k-tabstrip-top > .k-tabstrip-items {
    border-bottom-width: 1px;
}

    /*#bulkUpdatetab.k-tabstrip-top > .k-tabstrip-items .k-item, div#tbRegistrationRules .k-tabstrip-items .k-item,  #configurationTabstrip .k-tabstrip-items .k-item {
        margin-bottom: -4px;
    }*/

.k-tabstrip-top .k-tabstrip-items .k-item::after {
    border-bottom-width: 3px;
}
.k-tabstrip-top > .k-tabstrip-items .k-item:hover{background-color: #eee}
.k-tabstrip-top>.k-tabstrip-items .k-state-active, #grdSelectedAttendee .k-filter-row .k-operator-hidden .k-textbox{
    border-bottom-width: 0px;
}
#grdSelectedAttendee .k-filter-row .k-operator-hidden .k-button-icon{height: calc(1.42857143em + 5px);}
.k-tabstrip-items .k-item.k-state-active::after {
    border-color: #689F38;
}

.k-window-content {
    padding: 0px;
}

.k-window-titlebar .k-window-actions {
    position: relative;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    top: auto;
}

.k-window-actions > .k-button-icon .k-i-close {
    border-radius: 50%;
    border: 2px solid #333;
}

body:not(.ems-main) .k-grid td {
    overflow: inherit;
}

.dropdown .dropdown-menu .dropdown-item {
    width: auto;
}

.k-window-titlebar {
    padding: 20px 15px 20px 30px;
    background-color: #eee;
}

.k-tabstrip > .k-content {
    padding: 15px;
}

.k-tabstrip > .k-content {
    margin: 0px;
}

.k-grid button.extras:before, .k-grid div.extras:before, .ems-main .k-listview button.extras:before {
    content: "";
    background-color: #333;
    color: #333;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: inherit;
    margin-right: 5px;
}

.k-grid button.extras, .k-grid div.extras, .ems-main .k-listview button.extras {
    background: transparent;
    border: 1px solid #8896A1;
    border-radius: 5px;
    color: #333;
    font-size: 12px;
    margin-right: 10px;
}

.k-grid div.extras {
    padding: 1px 6px;
    margin: 0 10px 0 0;
    display: inline-block;
}

.k-radio:checked + .k-radio-label:after {
    top: 5px;
    left: 5px;
}

.btn-delete {
    background-color: #eee;
    border: solid 1px #eee;
    color: #333;
}

    .btn-delete:focus, .btn-delete:hover, .btn-delete:active {
        background-color: #ddd;
        border-color: #ddd;
    }

/*.ems-main .k-widget:not(.k-widget.k-calender) {
    display: flex;
    border: 0;
}*/

.ems-main .card-block p {
    margin-bottom: 3px;
}

.k-tabstrip > .k-content, .k-treeview span.k-in, div#divCheck label {
    font-size: 13px;
}

.k-picker-wrap .k-input, .k-dropdown-wrap .k-input {
    font-size: 13px !important;
}


.k-command-cell .k-icon, .k-command-cell .mdi {
    font-size: 16px;
    margin: 0 auto;
}

.k-widget.k-window div.k-grid-header {
    border-width: 0px;
}

.jq-toast-wrap {
    z-index: 99101 !important;
    top: 0px !important;
}

.k-listbox.has-error .help-block.form-error {
    position: absolute;
    bottom: -50px;
    left: 0px;
}
/* 3rd Window CSS */
/*.k-window-content table tr:first-child .row {
    margin-top: 16px;
}*/
.k-window-titlebar + .k-window-content {
    margin-top: 0px;
    line-height: 25px;
    cursor: default;
}
.k-window-titlebar + .k-window-content .ems-checkbox-slider{
    cursor: default;
}
.divTreeview {
    display: inline-block !important;
    border: solid 1px #ccc;
    width: 100%;
    height: auto;
}

div.k-treeview {
    white-space: normal;
    height: 300px;
    overflow: auto;
}

.btn {
    text-transform: uppercase;
}

.nav-link a.btn.btn-success {
    text-transform: capitalize;
}

.divBtn {
    width: 100px;
    align-items: center;
}

    .divBtn .btn > .ems-icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .divBtn button.btn {
        width: 36px;
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
        border: 0;
        height: 36px;
    }

.k-checkbox:checked, .k-checkbox:checked:focus {
    background-color: #689F38 !important;
    border-color: #689F38;
}

    .k-checkbox:checked + .k-checkbox-label::after, .k-checkbox:indeterminate + .k-checkbox-label::after, .k-checkbox:indeterminate + .k-checkbox-label::before {
        background-color: #689F38;
        border-color: #689F38;
    }

    .k-checkbox:checked + .k-checkbox-label::after, .k-checkbox:indeterminate + .k-checkbox-label::after {
        border-color: #fff;
    }

.ems-sidebar.ems-info .nav .nav-item.open .nav-link::before, .ems-sidebar.ems-info .nav .nav-item.open .dropdown-item::before, .ems-sidebar.ems-info .nav .nav-item.open .dropdown-menu::before, .ems-sidebar.ems-info .nav .nav-item .nav-item .nav-link::before, .ems-sidebar.ems-info .nav .nav-item .nav-item .dropdown-item::before, .ems-sidebar.ems-info .nav .nav-item .nav-item .dropdown-menu::before {
    background: none;
}

/* Media Query */
@media only screen and (max-width: 991px) {
    .ems-sidebar > .ems-wrapper .nav {
        padding: 0px;
    }
}

.putScrollbar {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (max-width: 1225px) {
    .ems-main > .ems-navbar > .ems-wrapper > .nav > .ems-navbar-menu {
        position: static;
    }

    .ems-main > .ems-navbar > .ems-wrapper > .nav > .ems-navbar-menu {
        background-color: transparent;
    }
}

@media only screen and (max-width: 445px) {
    .ems-main > .ems-navbar > .ems-wrapper > .nav > .ems-navbar-menu {
        position: fixed;
    }
}

@media only screen and (max-width: 401px) {
    .master-block > .ems-navbar > .ems-wrapper > .nav > .ems-navbar-actions {
        top: 120px;
    }

    .master-block > .ems-navbar > .ems-wrapper {
        background-color: #063b5a;
    }

    body.master-block > .ems-container .ems-page, body .ems-page-container .ems-page {
        padding-top: 120px;
    }

    body.master-block.ems-page-header-fixed > .ems-container .ems-page > .ems-header, body.ems-page-header-fixed .ems-page-container .ems-page > .ems-header {
        top: 120px;
    }

    .ems-sidebar > .ems-wrapper .nav {
        padding-top: 60px;
    }

    body.ems-main .ems-page-container .ems-page {
        padding-top: 60px;
    }
}

/* Login Page Css */
body.login-screen {
    background-image: url('../img/login-image.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.body-sign {
    background-color: rgba(0, 25, 70, 0.80);
    max-width: 460px;
    margin: 0 auto 0 7%;
    padding: 0 30px;
    position: relative;
    height: 100vh;
    display: table;
}

    .body-sign .center-sign {
        display: table-cell;
        padding-top: 20px;
        vertical-align: middle;
    }

    .body-sign .logo img {
        display: block;
        margin: 0 auto;
        width: 250px;
        height: auto;
    }

    .body-sign .panel-sign .panel-body {
        border-top: 0px;
        background: none;
        padding: 0px;
        box-shadow: none;
    }

    .body-sign .checkbox-custom {
        margin-top: 0px;
    }

.panel-sign .mb-lg {
    margin-bottom: 30px !important;
}

.input-group-icon .input-group-addon span.icon.icon-lg {
    color: #ccc;
    font-size: 23px;
    padding: 7px 14px;
}

.input-group-icon .input-group-addon + input.form-control {
    font-size: 16px;
    padding: 0 20px 0 45px;
    border-radius: 0;
}

.checkbox-custom label, .panel-sign a {
    font-size: 14px;
    color: #fff;
    font-family: Montserrat, Helvetica, Arial;
    font-size: 13px;
}

.terms-policy {
    font-weight: 600;
    color: #fff;
}

.panel-sign .btn.btn-primary {
    border-radius: 0;
    background: -webkit-linear-gradient( to right, #1391E3, #266BC9, #1D51BB);
    background: -moz-linear-gradient( to right, #1391E3, #266BC9, #1D51BB);
    background: linear-gradient( to right,#1391E3, #266BC9, #1D51BB);
    font-weight: 700;
    letter-spacing: 0.5;
    font-size: 20px;
    border: 0;
    letter-spacing: 1px;
    font-family: Montserrat, Helvetica, Arial;
}

.panel-sign .text-muted {
    color: #ccc !important;
    font-family: Montserrat, Helvetica, Arial;
    font-size: 13px;
}

.body-sign .panel-sign {
    background: transparent !important;
    border: 0 !important;
}

.login-screen .help-block.form-error {
    color: rgba(255, 15, 15, 0.9);
    font-weight: 600;
}

.body-sign input[type=text]::-ms-clear {
    display: none;
    width: 0px;
    height: 0px;
}

.body-sign input[type=Password]::-ms-reveal {
    width: 26px;
    height: 26px;
}

.body-sign .footer {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: Montserrat, Helvetica, Arial;
    font-size: 12px;
}

    .body-sign .footer img {
        height: 40px;
    }

.body-sign .form-control {
    border-radius: 0;
    background-color: #fff;
    border: 0;
    font-family: Montserrat, Helvetica, Arial;
}

.input-group-text {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #ccc;
}

.btnClss {
    border: 1px solid #0000003d;
    color: #00000091;
    height: 15px;
    border-radius: 7px;
    padding-left: 10px;
}

.dotCss {
    /* float: left; */
    height: 9px;
    width: 9px;
    background-color: #063b5a;
    border-radius: 50%;
    display: inline-block;
    /* width: 100%; */
    /* height: 50%; */
    color: black;
    border-radius: 21px;
    margin-right: 8px;
}

.FieldTypeCss {
    margin-bottom: 10px;
}

.removeMargin {
    margin-bottom: 0px;
}

.mandatory {
    color: #cc1b27 !important;
}

.association [data-title] {
    /*font-size: 30px;*/ /*optional styling*/
    position: relative;
    cursor: pointer;
}

    .association [data-title]:hover::before {
        content: attr(data-title);
        position: absolute;
        top: 25px;
        right: -35px;
        display: inline-block;
        padding: 3px 6px;
        border-radius: 2px;
        background: #000;
        color: #fff;
        font-size: 12px;
        font-family: sans-serif;
    }

    .association [data-title]:hover::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 8px;
        display: inline-block;
        color: #fff;
        border: 8px solid transparent;
        border-bottom: 8px solid #000;
    }

.ems-navbar-actions .k-dropdown {
    align-items: center;
    height: 60px;
    padding: 0 15px;
    font-weight: 500;
    font-size: 13px;
    width: 150px;
    border: 0px;
}

    .ems-navbar-actions .k-dropdown .k-state-default {
        border: 0px;
    }

#ddlEventOptions_listbox li {
    border: none;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 13px;
    font-weight: normal;
    padding: 0 15px;
    position: relative;
    font-size: 12px;
}

    #ddlEventOptions_listbox li:first-child {
        border-bottom: 1px solid #e1e5f0 !important;
    }

.ems-navbar .nav-item.show .dropdown-menu .dropdown-item:hover {
    background: #eee;
}

.ems-navbar-actions .k-i-arrow-60-down {
    font-family: "LineAwesome";
    font: normal normal normal 11px/1 LineAwesome;
    color: #333;
    margin-left: 8px;
}

    .ems-navbar-actions .k-i-arrow-60-down::before {
        content: "\f110";
    }

.ems-navbar-actions .k-dropdown .k-select {
    opacity: 1;
}

.ems-main .k-grid td, .ems-main .k-grid th {
    padding: 5px 0 5px 10px;
}

.k-grid td, .k-grid th {
    padding: 10px 30px;
}

.k-window .k-grid td {
    padding: 10px 10px;
    cursor: pointer;
}

.k-window .k-dropdown {
    display: inline-block;
}

.k-dropdown.has-error {
    display: inline-block;
    margin-bottom: 15px;
    border:1px solid rgb(185, 74, 72);
}

.association {
    position: absolute;
    right: 70px;
    top: 20px;
}

    .association i {
        font-size: 16px;
    }

.k-listbox {
    width: 550px;
    height: 355px;
}

    .k-listbox:first-of-type {
        width: 610px;
    }

.k-listbox-toolbar {
    align-items: center;
    display: inline-flex;
    margin: 0 9% 0 12% !important;
}

/*.k-listbox-toolbar .k-reset li {
        background-color: #689F38;
        color: #fff;
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
        border-radius: 2px;
    }

        .k-listbox-toolbar .k-reset li a:hover {
            background-color: #43a047 !important;
        }*/
.more {
    position: absolute;
    /*top: 0;*/
    right: 25px;
}

#gridCheckBox table th {
    background-color: #063b5a;
    color: #fff;
}

    #gridCheckBox table th:not(:first-child) {
        padding-left: 25%;
    }

#gridCheckBox.k-grid tr.k-state-selected {
    background-color: rgba(0,0,0,0) !important;
}

    #gridCheckBox.k-grid tr.k-state-selected > td {
        border-color: transparent;
    }

#gridCheckBox table th[data-title] {
    cursor: default;
}

/*#tabstrip{
    font-weight: normal;
    font-size: 18px;
    margin: 11px 0px;
}*/

input.valid, select.valid, input.error, select.error {
    background-image: none !important;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
    body.ems-sidebar-position-fixed .ems-page-container .ems-sidebar.ems-iconbar-compact .ems-wrapper #for-scroll {
        overflow-y: auto;
    }
}

@media only screen and (max-width: 767px) {
    .body-sign {
        margin: 0 auto;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 780px) {
    .ems-navbar-actions .k-dropdown {
        width: 100%;
        border-bottom: 1px solid #dedede;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
    .modal-dialog-centered {
        margin-top: 22px;
    }
}
/*.row + .row {
    margin-top: 30px;
}*/

.card + .card {
    margin-top: 30px;
}

.ems-widget-card {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 31px 35px;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    height: 100%;
}

    .ems-widget-card .ems-widget-count-att, .ems-widget-card .ems-widget-count-gm {
        color: #171717;
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 12px;
    }

    .ems-widget-card.ems-grey {
        background-color: #dee0e1;
    }

    .ems-widget-card.ems-blue {
        background-color: #b4d9ef;
    }



.dropdown-menu-right {
    right: 0;
    left: auto;
}

.moduleBox {
    width: 100%;
    border: 3px solid #063b5a;
    box-shadow: 3px 5px 6px rgba(6, 59, 90, 0.65);
    border-radius: 5px;
    transition: 0.2s ease-in-out all;
    margin-bottom: 20px;
}

    .moduleBox a {
        padding: 40px;
        display: block;
    }

    .moduleBox img {
        width: 40px;
        filter: invert(21%) sepia(24%) saturate(1593%) hue-rotate(155deg) brightness(92%) contrast(100%);
        -webkit-filter: invert(21%) sepia(24%) saturate(1593%) hue-rotate(155deg) brightness(92%) contrast(100%);
        -ms-filter: invert(21%) sepia(24%) saturate(1593%) hue-rotate(155deg) brightness(92%) contrast(100%);
    }

    .moduleBox:hover img {
        filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(27deg) brightness(101%) contrast(101%);
        -webkit-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(27deg) brightness(101%) contrast(101%);
    }

.fontsizeIcons {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 0;
    color: #063b5a;
    text-transform: uppercase;
}

.moduleBox:hover {
    background-color: #063b5a;
    border: 3px solid #fff;
    box-shadow: 4px 2px 5px #ccc;
}

    .moduleBox:hover .fontsizeIcons {
        color: #fff;
    }

    .moduleBox:hover .svg {
        color: #fff;
    }
.btn-secondary:focus {
    color: #333;
}
.k-grid-content td[role="gridcell"] {
    cursor: pointer;
}

div#divCheck .row + .row {
    margin-top: 15px;
}

div#divCheck .dropdown-menu {
    width: 378px;
    border: 0;
    box-shadow: 0px 0px 6px #ccc;
    -moz-box-shadow: 0px 3px 6px #ccc;
    -webkit-box-shadow: 0px 3px 6px #ccc;
}

div#divCheck .dropdown-item {
    padding: 0;
}

.for-module {
    right: 20px;
    bottom: 10px;
}

a#backLink {
    margin-top: 24px;
}

    a#backLink span.title, a#backLink i {
        font-size: 14px;
    }

.btn-transparent-outline {
    border: 1px solid #fff;
    background-color: transparent;
}

span.k-widget.k-datepicker.form-control, span.k-widget.k-datetimepicker.form-control {
    border: 1px solid #dedede;
    background-color: #fff;
    font-size: 13px;
    padding-left: 10px;
}

    span.k-widget.k-datepicker.form-control .k-picker-wrap, .k-multiselect-wrap.k-floatwrap, span.k-widget.k-datetimepicker.form-control .k-picker-wrap {
        border: 0;
    }

#frmActivitySave .k-datepicker span.k-picker-wrap {
    border: 1px solid #dedede;
    font-size: 13px;
    padding: 2px 0 2px 5px;
}

.k-datetimepicker .k-select .k-link {
    display: flex;
    width: 50%;
}

.dropdown .dropdown-menu .dropdown-divider {
    display: block;
}

div#listView, .k-listview-content {
    display: flex;
    flex-wrap: wrap;
    border: 0;
    flex: 1 0 auto;
    overflow-y: auto;
}

.dropdown-item:active, .dropdown-item:focus, #divCheck .dropdown-item:hover {
    background-color: transparent;
}

div#divCheck button#btnModulesSubmit, div#divCheck button#btnModulesReset {
    background-color: transparent;
    border: 0;
    font-size: 13px;
}

    div#divCheck button#btnModulesSubmit:hover, div#divCheck button#btnModulesReset:hover {
        color: #689F38;
    }
/*.ems-main > .k-calendar-container.k-popup > .k-widget.k-calender{
    display:inline-block !important;
}*/
/* Dashboard */
ul.registrationgroup li div:first-of-type {
    width: 20%;
    display: inline-block;
}

.ems-dashboard-widget {
    text-align: center;
    border: 1px solid #dee0e1;
}

.card-attendeeCount {
    padding: 30px 0 20px;
    box-shadow: 0px 3px 6px #dee0e1;
}

.ems-dashboard-widget > .cardtext {
    position: relative;
    margin: 25px 0 10px;
    z-index: 1;
}

    .ems-dashboard-widget > .cardtext:before {
        border-top: 1px solid #b3b3b3;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 85%;
        z-index: -1;
    }

.ems-dashboard-widget.card-attendeeCount i {
    font-size: 40px;
    color: #063b5a;
}

.ems-dashboard-widget > .cardtext .heading {
    border-radius: 5px;
    font-size: 14px;
    background-color: #8896A1;
    color: white;
    padding: 7px 9px;
    font-weight: 500;
}

.ems-dashboard-widget > .attendeeCount {
    font-size: 20px;
    color: #063b5a;
    font-weight: 600;
}

.registrationgroup, .travelrequest, .setupStatus {
    list-style-type: none;
    padding: 0 20px;
}

    .registrationgroup > li, .setupStatus > li, .travelrequest > li {
        padding: 11px 0px;
    }

        .setupStatus > li:not(:last-child), .travelrequest > li:not(:last-child), #divProfileApproval .k-grid-header {
            border-bottom: 1px solid #dee0e1;
        }

.ems-rows-section .card, .ems-rows-section .card:hover {
    box-shadow: 0 3px 6px #dee0e1;
}

.cursor-pointer, .k-grid input.k-checkbox + label.k-checkbox-label {
    cursor: pointer;
}

.k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button {
    flex: 1 0 0%;
}

.k-autocomplete .k-clear-value, .k-dropdown-wrap .k-clear-value {
    top: 18px;
}
#divProfileApproval.k-window-content .k-grid th {
    padding: 10px 10px;
}
/*temporary solution for scroll during click of dropdown */
.k-grid-content.k-auto-scrollable, .k-grid-footer-wrap.k-auto-scrollable, .k-grid-header-wrap.k-auto-scrollable {
    overflow-x: hidden;
}

#gauge-container {
    width: 70px;
    position: absolute;
    top: 35px;
    right: 25px;
}

    #gauge-container svg path {
        stroke-width: 5px;
    }

.k-arcgauge-center-label {
    position: absolute;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.k-arcgauge-label {
    font-size: 13px;
    transition: .2s ease-in-out all;
}

.moduleBox:hover .k-arcgauge-label {
    color: #fff;
}

.k-autocomplete .form-control {
    height: 36px !important;
    background-color: #fff;
    margin-left: 0 !important;
    text-indent: 0px;
    padding: 3px 15px !important;
}

.k-autocomplete.has-error /*.k-dropdown.has-error*/ {
    margin-bottom: 20px;
}

.k-grid-norecords {
    height: auto;
}

.btn-action-block .btn-danger:hover {
    background-color: #cc1b27;
    border-color: #cc1b27;
}

.btn-action-block .btn-success:hover {
    background-color: #689f38;
    border-color: #689f38;
}

.login-screen .form-control:focus {
    box-shadow: none;
}

.k-progressbar .k-progress-status {
    transform: translateY(-18px);
}

.disabled {
    opacity: 0.6;
    pointer-events: none;
}

.k-window .FloatButtonBottom .btn + .btn, .FloatButtonBottom .btn + .btn {
    margin-left: 10px;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #a3e469;
    border-color: #a3e469;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #689f38;
    background-color: #689f38;
}

.custom-control-label::after {
    top: .33rem;
    left: -1.4rem;
}
/* Template List */
.ems-main #divTemplateGrid .card-header {
    padding: 5px 0px 5px 20px;
}
/* Email Template List*/
.mce-menu.mce-menu-sub {
    max-height: 400px;
}
.mce-menu.mce-menu-sub .mce-stack-layout{
    max-height: 400px;
}
/*#divTemplateContainer .k-grid td {
    padding: 0px;
}*/

#divTemplateContainer .k-grid table tr:hover {
    background-color: #fff;
}

#divTemplateContainer .templateCard {
    position: relative;
    background-color: white;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    cursor: pointer !important;
    border: 1px solid #ccc;
    transition: 0.2s ease-in-out;
    max-height: 285px;
    min-height: 285px;
    overflow: hidden;
}

    #divTemplateContainer .templateCard:hover {
        border: 1px solid #689f38ba;
        box-shadow: 0px 1px 6px #ccc;
    }

#divTemplateContainer .tcImage {
    position: relative;
    height: 225px;
    border-radius: 4px 4px 0 0;
}

#divTemplateContainer .templateCard .tcContent {
    border-top: 1px solid #e6e6e6;
    padding: 10px 12px;
    text-align: center;
}

#divTemplateContainer .templatemenu {
    position: absolute;
    z-index: 999;
    background-color: white;
    width: 100%;
    text-align: right;
    height: 40px;
    top: -40px;
    border: 2px solid #f9f4f4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
}

#divTemplateContainer .templateCard:hover .templatemenu {
    top: 0;
    visibility: visible;
}

#divTemplateContainer .tcImageImgHolder {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px 4px 0 0;
}
#EmailTemplateHistory .k-grid-header {
    border-bottom: 1px solid #dedede !important;
}
/* Layout */
.eventName {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 800px;
}

@media only screen and (max-width: 768px) {
    .eventName {
        max-width: 450px;
    }
}

@media only screen and (min-width: 1200px) {
    .sac-popup.sac-popup-visible {
        width: calc(100vw - 30%) !important;
        left: 10% !important;
        right: 10%;
        margin: 0 auto !important;
    }
}
/* multiselect */
.k-multiselect-wrap .k-button {
    padding: 2px 25px 2px 8px;
}

    .k-multiselect-wrap .k-button .k-select {
        margin-right: 0px;
    }

.k-loading-image {
    background-image: url(/Content/assets/img/loaders/svg-loaders/three-dots.svg);    
    animation-name: loadingoverlay_animation__rotate_right;
    animation-duration: 2000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

    .k-loading-image:before, .k-loading-image:after {
        display: none;
    }

.ems-checkbox-slider.ems-on-off > .ems-on, .ems-checkbox-slider.ems-on-off > .ems-off {
    text-transform: none;
}

.FloatButtonBottom {
    position: fixed;
    z-index: 1;
    bottom: 0px;
    background-color: #fff;
    width: 100%;
    padding: 10px 30px;
}

.FloatButtonBottomSaveTheme {
    position: fixed;
    margin-left: 40px;
    /* border: 20px; */
    bottom: 20px;
    z-index: 0;
}

.FloatButtonBottom2 {
    position: fixed;
    margin-left: 107px;
    /* border: 20px; */
    bottom: 20px;
    z-index: 0;
}

.k-window .FloatButtonBottom {
    padding: 10px 15px;
    margin-bottom: 0px;
}

.k-radio:checked + .k-radio-label::before {
    border-color: #689f38;
}

.k-radio:checked + .k-radio-label::after {
    background-color: #689f38;
}

label.k-radio-label, #divGroupAssociation .multiselect-selected-text {
    font-size: 13px;
}

.k-radio:checked {
    border-color: #689f38;
    color: #689f38;
}
/* Images */
#ImageGrid .d-flex {
    align-items: baseline;
}

input.valid {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-dialog-buttongroup .k-primary.k-button {
    color: #063b5a !important;
    background-color: rgb(6 59 90 / 0.2) !important;
}

.k-dialog.k-confirm .k-dialog-titlebar {
    background-color: #063b5a !important;
}

.forcopy .k-window-titlebar {
    background-color: #063b5a;
    color: #fff;
}

.k-dialog.k-confirm .k-dialog-titlebar span {
    color: white !important;
}

.k-edge .k-grid-header .k-header > .k-link, .k-ie .k-grid-header .k-header > .k-link {
    margin-right: 0px !important;
}

.k-upload {
    border: 0px dashed #ccc;
}

    .k-upload .k-dropzone {
        height: 100px;
        border: 1px dashed #ccc;
        flex-direction: column;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
    }

    .k-upload .k-upload-button {
        margin: 0 auto 5px;
        color: #555;
    }

.k-confirm {
    border: 0px;
    border-radius: 5px;
}

.k-dialog.k-alert .k-dialog-titlebar, .k-dialog.k-confirm .k-dialog-titlebar, .k-dialog.k-prompt .k-dialog-titlebar {
    border-color: black;
    color: white !important;
    border-width: 0;
    color: inherit;
    background: #063b5a !important;
}

.k-calendar .k-state-selected.k-state-focused .k-link {
    background-color: #689f38;
    border-color: #689f38;
}

#activityContainer .k-grid table tr:hover {
    background-color: transparent;
}

.backIcon {
    color: #666 !important;
    font-size: 22px !important;
    cursor: pointer;
    margin: 0 10px 0 20px;
    border: 2px solid #666;
    border-radius: 50%;
    padding: 11px;
}



ul.multiselect-container.dropdown-menu.show {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    margin: 0px;
    z-index: 3;
}

.multiselect-100 .btn-group {
    width: 100%;
}

.multiselect-container .input-group {
    margin: 0 0 5px !important;
}

.input-group .input-group-addon {
    display: none;
}

button.btn.btn-default.multiselect-clear-filter .far {
    font-size: 14px;
}

.multiselect-container > li > a > label {
    padding: 3px 20px 3px 10px !important;
    width: 100%;
}

.multiselect-container > li.active {
    background-color: #689f38;
}

    .multiselect-container > li.active .checkbox {
        color: #fff;     
    }

button.multiselect.dropdown-toggle.btn.btn-default {
    text-align: left;
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 25px 10px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    border-color: #dedede;
    width: 100%;
}

.btn-group .btn.dropdown-toggle:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    font-size: 13px;
    color: #888;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .eventName {
        width: 300px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .eventName {
        width: 300px;
    }
}

/*@media only screen and (max-width: 991px) {
    
     .k-widget.k-listbox {
       width: 300px;
    }

        .k-widget.k-listbox.k-listbox-toolbar-right {
            width: 400px;
        }
}

 @media only screen and (min-width: 1300px) {
     .k-widget.k-listbox {
       width: 500px;
    }

        .k-widget.k-listbox.k-listbox-toolbar-right {
            width: 600px;
        }
    
}

@media only screen and (max-width: 1300px) {
     .k-widget.k-listbox {
       width: 300px;
    }

        .k-widget.k-listbox.k-listbox-toolbar-right {
            width: 400px;
        }
    
}

@media only screen and (max-width: 600px) {
     .k-widget.k-listbox {
       width: 200px;
    }

        .k-widget.k-listbox.k-listbox-toolbar-right {
            width: 300px;
        }
    
}

@media only screen and (max-width: 445px) {
      .k-widget.k-listbox {
       width: 170px;
    }

        .k-widget.k-listbox.k-listbox-toolbar-right {
            width:270px;
        }
     
}*/
/*Report Module Css*/
#divReportMain .k-grid-header th.k-header>.k-link{ line-height: inherit;}
.filter {
    background-color: #eee;
}

#tabReportSeting {
    padding: 0px;
}

#ReportsGrid .k-header {
    display: none;
}

#ReportsGrid .preview {
    line-height: 2;
    margin-left: 2%;
}

.reportrNameWindow {
    margin-top: -6%;
}

.reportTemplateheader {
    background-color: rgb(238, 238, 238);
    color: #eee;
    /*min-height: 50px;*/
    padding: 8px;
}

.reportcrossicon {
    color: #888;
    margin-left: 10px;
    font-size: 20px;
    line-height: 38px;
    cursor: pointer;
}

    .reportcrossicon:hover {
        color: #333;
    }

.reportTemplateObjectText {
    width: 80%;
    display: table-cell;
    white-space: normal;
    text-align: left;
}

.reportTemplateheader .k-dropdown-wrap, div#tabFilterSetting {
    background: #fff !important;
}

#divReportSub .k-grid td {
    padding: 0 0 0 10px;
    word-break: break-word;
    min-height: 34px;
    height: 34px;
}

.k-checkbox.k-state-indeterminate, .k-checkbox:indeterminate {
    border-color: #689f38;
    color: #fff;
    background-color: #689f38;
}

#tabReportSeting .k-widget .k-icon {
    display: block !important;
    padding-right: 10px;
}

#tabReportSeting .k-treeview .k-i-collapse:before {
    content: "\e122";
}

#tabReportSeting .k-treeview .k-i-expand:before {
    content: "\e11f";
}

#trvObjectList .k-in {
    width: 100%;
}

#trvObjectList {
    background-color: #fff;
    height: 300px;
    padding: 2px;
}

#divReportMain .k-tabstrip-top > .k-tabstrip-items .k-item.k-state-active {
    background-color: #fff;
}

#grpandorderlist .k-listbox-toolbar {
    margin: 0 1% 0 1% !important;
}

#divReportMain #tabstrip {
    height: 753px;
    padding: 2px;
}



    #divReportMain #tabstrip .k-tabstrip-items .k-item {
        text-align: center !important;
        display: block !important;
    }

#tabFilterSetting span.k-dropdown {
    width: 100%;
}

#tabFilterSetting .k-multiselect {
    height: auto;
}

#tabReportSeting .k-treeview .k-in.k-state-selected {
    color: #111010 !important;
}

#grpandorderlist .k-list .k-item.k-state-selected {
    color: #fff;
}

#grdRpt #background {
    position: absolute;
    z-index: 0;
    background: white;
    display: block;
    min-height: 100%;
    min-width: 100%;
    color: gray;
    line-height: 6;
    text-align: center;
}

#grdRpt #bg-text {
    color: lightgrey;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 200px);
}

#exampleModalCenterReport.modal .modal-body {
    padding: 0;
}

.modal-header {
    text-transform: capitalize;
}

#exampleModalCenterReport #divReportMain .k-grid-header, #exampleModalCenterReport #divReportMain .k-grid .k-grouping-row {
    background-color: #e8e8e8;
}

#exampleModalCenterReport #divReportMain .k-grid-content tr {
    background-color: #fafafa;
}

#ChangeHistorylegendArea label, #RoomingListlegendArea label, #reservationRoomingListlegendArea label, #ChangeHistorylegendAreaRoominglist label, #ChangeHistorylegendAreaRoominglist span {
    font-size: 13px;
}

#TrackingReportSet .k-widget.k-dropdown .k-input {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 30px !important;
    line-height: 30px;
}
legend {
    width: auto;
}
/* End of Report Css*/

.k-window .FloatButtonBottom .btn + .btn {
    margin-left: 10px;
}

#divReportSub .k-grouping-header {
    display: none !important;
}

#ImageGrid .imageDimension {
    font-size: 11px;
    color: #333;
    font-style: italic;
}

#Docgrid .k-header, #ImageGrid .k-header {
    display: none;
}

.mydropzone .Validation {
    text-align: center;
    font-size: 12px;
    color: #dc3545;
    padding-top: 8px;
}

#ImageGrid .preview, #Docgrid .preview {
    line-height: 3;
}

#ImageGrid .photo, #Docgrid .photo {
    width: 60px;
    height: 60px;
}

.mydropzone .k-clear-selected,
.mydropzone .k-upload-selected {
    display: none !important;
}

.mb-100 {
    margin-bottom: 100px;
}
/* Form Design Css*/
.object-block {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #666;
    width: 95%;
    margin: 5px;
    padding: 13px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .object-block span.mdi {
        font-size: 22px;
        line-height: 18px;
        float: right;
    }

#div1 .k-content {
    background-color: #eee;
}

#div1 .block {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

    #div1 .block .mdi {
        /*background-color: #eee;*/
        display: block;
        /*vertical-align: middle;*/
        font-size: 20px;
        line-height: normal;
        margin-bottom: 5px;
        text-align: center;
    }

    #div1 .block div {
        background-color: #fff;
        text-transform: uppercase;
        color: #34495e;
        border: 1px solid #ccc;
        min-height: 35px;
        font-size: 11px;
        width: calc( (100% / 2) - 10px);
        text-align: center;
        padding: 10px 5px;
        margin: 5px;
        cursor: pointer;
        word-break: break-word;
    }

        #div1 .block div.block {
            margin: 0px;
            border: 0;
            background-color: transparent;
        }

#tabstripfd.k-tabstrip-top > .k-tabstrip-items {
    display: flex;
    justify-content: space-evenly;
}

#div1 .block .object-block .mdi {
    background-color: transparent;
    color: #666;
    margin-bottom: 0px;
}

#div1 {
    height: calc(100vh - 120px);
    overflow-y: auto;
}

    #div1 .block .object-block {
        background-color: #fff;
        text-align: left;
        line-height: 24px;
        margin: 5px auto 0;
    }

#div3 .k-tabstrip-wrapper {
    /*height: calc(100vh - 172px);*/
    border: 0px !important;
}
#bs-canvas-right #div3 .k-tabstrip-wrapper .k-tabstrip > .k-content{
    height: calc(100vh - 221px) !important;
}
.clsformname {
    padding: 8px;
    background-color: #eee;
    position: sticky;
    top: 60px;
    width: 100%;
    z-index: 1;
}

.bs-canvas {
    top: 114px;
    width: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
}

.divheight p {
    display: contents;
    margin-bottom: 0px;    
    /*font-family: Arial;
    font-size: 10pt;*/
}
.divheight label{
    font-family: Arial;
    font-size: 13px;
}
/*.divheight::before, .divL::before, .divR::before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 24px;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
}*/

/*.divheight:hover::before, .divL:hover::before, .divR:hover::before {
    content: "\F01DD";
    cursor: move;
}*/

.divheight:hover, .divL:hover, .divR:hover {
    border: 2px dashed grey;
}

.divheight .mdi {
    visibility: hidden;
    font-size: 20px;
    cursor: move;
}

.divheight:hover .mdi {
    visibility: visible;
}

.divL:hover .mdi {
    visibility: visible;
}

.divR:hover .mdi {
    visibility: visible;
}

#bs-canvas-left .k-tabstrip > .k-content {
    padding: 0;
}

#bs-canvas-left #div1 .k-tabstrip {
    min-height: calc(100vh - 120px);
}

.bs-canvas .k-tabstrip-items .k-link {
    -ms-flex-direction: column;
    flex-direction: column;
}

#dropableDiv .fa-color-req {
    color: red;
    font-size: 10px;
    vertical-align: super;
}

#dropableDiv .top-right {
    top: 0px;
    right: 5px;
}

#dropableDiv .adddel {
    align-items: center;
    justify-content: center;
    text-align: center;
}

    #dropableDiv .adddel .btn-group {
        position: fixed;
        z-index: 1;
        transform: translateX(-50%);
    }

.divL, .divR {
    min-height: 60px;
    width: 48%;
    display: flex;
    /*vertical-align: middle;*/
    align-items: center;
    /*background-color: aliceblue;*/
    /*margin: 5px 0px 5px 5px;*/
    padding: 20px 10px 10px;
    border: 2px dashed #eee;
}
#div2 .row {
    margin: 5px 0;
}
#grdFormList .ems-checkbox-switch > .ems-wrapper, #frmConfigurationGR .ems-checkbox-switch > .ems-wrapper{
    width: 70px;
}
#grdFormList .ems-checkbox-switch input[type=checkbox]:checked + .ems-wrapper + .ems-indicator, #frmConfigurationGR .ems-checkbox-switch input[type=checkbox]:checked + .ems-wrapper + .ems-indicator{
    left: 49px;
}
/* End Form Design Css*/

#grdArrival .k-grid-content.k-auto-scrollable, #grdDeparture .k-grid-content.k-auto-scrollable {
    max-height: 300px;
}

div#grdArrival .k-grid-edit-row td > .k-textbox, div#grdArrival .k-grid-edit-row td > .k-widget:not(.k-switch), div#grdDeparture .k-grid-edit-row td > .k-textbox, #grdDeparture .k-grid-edit-row td > .k-widget:not(.k-switch) {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
#MBDgrid .k-grid-header-wrap.k-auto-scrollable, #gridUpdateRoomType .k-grid-header-wrap.k-auto-scrollable{
    border-bottom: 1px solid #dedede;
}
#MBDgrid .k-grid-header .k-grid-filter{
    bottom: calc(16px + 1em - .714285715em - 8px);
}
.k-tabstrip-items>#tabHotelDetail.k-item:not(.k-state-active){opacity: 1;}
#gridUpdateRoomType .k-header {
    vertical-align: top;
}
/* Dropdown issue in Bulk Update*/
#tbRegistrationRules .k-widget.k-dropdown .k-input {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 30px !important;
}
/* End Dropdown issue in Bulk Update*/
#frmAttTrvlDepartureDeatils .k-grid td, #divArrivalgrid .k-grid td {
    padding: 0px 10px;
}

.MismatchColor {
    font-weight: bold;
    background-color: lightskyblue !important;
}

.NewattendeeColor {
    background-color: lightgreen !important;
}

.CancelattendeeColor {
    background-color: lightpink !important;
}

.SubsitituteattendeeColor {
    background-color: lightblue !important;
}

.informatioonchangeColor {
    background-color: yellow !important;
}
/*for Web design page*/
.checklist .k-header {
    background-color: #063b5a;
    color: #fff;
}

.checklist .k-window-titlebar {
    background-color: #063b5a;
    color: #fff;
}

.noHover {
    pointer-events: none;
    vertical-align: top;
}

    .noHover .btn {
        width: 30px;
        height: 30px;
        padding: 6px 0px;
        border-radius: 15px;
        text-align: center;
        font-size: 12px;
        line-height: 1.42857;
    }

    .noHover + div > * {
        cursor: pointer;
    }

.checklistcheckRows {
    margin-top: 30px !important;
}

    .checklistcheckRows > div > label {
        font-size: 13px !important;
    }

.k-widget.k-window.checklist {
    border: 0;
    border-radius: 4px;
    left: 40% !important;
    transform: translateX(-50px);
}

.border-success {
    border-color: #689f38 !important;
}

.templatesArea {
    padding: 0px 0px 0px;
    margin-bottom: -1px;
    height: auto;
    /*height: calc(100vh - 250px);*/
    overflow-y: hidden;
    border: 0;
}

.k-listviewtemplate:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.templateCard .tcImage::after {
    content: '';
    /*background: -webkit-gradient(linear, left top, right bottom, from(#43B7B2), to(#33257E));
    background: linear-gradient(to bottom right, #43B7B2, #33257E);*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    border-radius: 4px 4px 0 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.divTemplateType #ddlTemplateType{
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 7px;
}
/*@media (min-width: 768px) {
    .col-sm-2 {
        width: 29.666667%;
    }
}



@media (min-width: 1600px) {
    .col-sm-2 {
        width: 14.666667% !important;
    }
}*/


input[type='radio'], input[type='checkbox'] {
    margin: 2px 5px 0 0;
    vertical-align: text-top !important;
}

.templateCard {
    position: relative;
    background-color: white;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    cursor: pointer !important;
    border: 1px solid #ccc;
    transition: 0.2s ease-in-out;
    max-height: 285px;
    min-height: 285px;
    overflow: hidden;
}

    #WebDesignPages .templateCard:hover {
        border: 1px solid #689f38ba;
        box-shadow: 1px 1px 6px #ccc;
        -moz-box-shadow: 1px 1px 6px #ccc;
        -webkit-box-shadow: 1px 1px 6px #ccc;
    }
    #WebDesignPages .k-listview-content .col-xl-2:first-child .templateCard {
    border: 2px dashed #ccc;
}
        #ConfirmationPagestemplate .templateCard:hover {
    border: 1px solid #689f38ba !important;
    box-shadow: 1px 1px 6px #ccc;
    -moz-box-shadow: 1px 1px 6px #ccc;
    -webkit-box-shadow: 1px 1px 6px #ccc;
}

    #ConfirmationPagestemplate .k-listview-content .col-xl-2:first-child .templateCard {
    border: 1px solid #ccc;
}


     #WebDesignPages #defaultContent {
    color: #ccc;
}

    .templateCard .tcImage {
        position: relative;
        height: 225px;
        border-radius: 4px 4px 0 0;
    }

.tcImageImg {
    padding-top: 120px !important;
}

.templateCard .tcImage .tcImageImgHolder {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px 4px 0 0;
}

.templateCard .tcImage:hover .tcImageImgHolder .tcImageImg {
    /*-webkit-transform: scale(1.50);
    transform: scale(1.50);*/
}

.templateCard .tcImage .tcImageImgHolder .tcImageImg {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 100%;
    border-radius: 4px 4px 0 0;
}
#WebDesignPages .tcImage:hover .tcImageImgHolder img {
    transform: translateY(calc(-100% + 200px));
    transition: transform 5s ease-in-out !important;
}

.templateCard .tcContent {
    border-top: 1px solid #e6e6e6;
    padding: 10px;
    line-height: 20px;
    text-align: center;
    z-index: 10000;
    height: 20%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.textarea {
    overflow: auto;
    width: 100% !important;
    height: 100px !important;
}
.templateChk {
    position: absolute;
    left: 5px;
    bottom: 5px
}
.clsThemeList .k-listview-content{
    margin-bottom: 30px;
}
.clsThemeList .k-listview-content>.k-state-selected{
    background-color: #fff;
}
#bs-canvas-right .themethumbnails .content .content-overlay{
    top: 190px;
}
#bs-canvas-right .themethumbnails .content:hover .content-overlay{
    top:0px;
}
#bs-canvas-right .themethumbnails .content-image{
    max-height: 240px;
}
.bs-canvas-content .btn{
    position: relative;
    font-size: 12px;
    font-weight: 500;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 25px;
    text-transform: uppercase;
 }
.bs-canvas-content .btn-success{
    background-color: #689f38;
    border-color: #689f38;
}
.bs-canvas-content .btn-secondary-outline{
    background-color: #fff;
    border-color: #333;
}
#divGroupAssociation .btn-group{
    width: 100%;
    padding: 0 12px 0 12px;
}
#divGroupAssociation .btn-group .btn.dropdown-toggle:after{
    border: 0;
}
#divGroupAssociation ul.multiselect-container.dropdown-menu.show{
    width: 92%;
    max-height: 250px;
}
#divGroupAssociation .multiselect.dropdown-toggle.btn.btn-default{
    padding: 0 10px;
}
#bs-canvas-left #div1 .k-tabstrip > .k-content{
    margin-bottom: 60px;
}
#formOuterDiv input[type='checkbox'] {
        background-color: #fff;
}
#tabstrip-1 .block div, #tabstrip-2 .object-block {
    cursor: grabbing;
}
/*end for Web design page*/

/*Websites themes*/
.add-new .templateCard {
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    color: #ccc;
    border-style: dashed;
    font-size: 20px;
    border-width: 2px;
}

.themethumbnails .content {
    position: relative;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    border: 4px solid transparent;
}

    .themethumbnails .content .content-overlay {
        background: rgba(0,0,0,0.7);
        position: absolute;
        height: 99%;
        width: 100%;
        left: 0;
        top: 265px;
        bottom: 0;
        right: 0;
        opacity: 1;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .themethumbnails .content:hover .content-overlay {
        top: 0;
    }

.themethumbnails .content-image {
    width: 100%;
    max-height: 320px;
}

.themethumbnails .content-details {
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    opacity: 1;
    /*-webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;*/
}

.themethumbnails .content:hover .content-details {
    top: 20%;
    left: 50%;
    opacity: 1;
}

.themethumbnails .content:hover .content-description {
    opacity: 1;
}

.themethumbnails .content-details h5 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0.5em;
    margin-top: 20px;
}

#listviewTheme .k-listview-content > .k-state-selected .content {
    border: 4px solid red;
}

span#reportUserDetailWin_wnd_title {
    width: 66%;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding-right: 20px;
}


#listviewTheme {
    border: none;
}

.themethumbnails .content-description ul {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

    .themethumbnails .content-description ul li {
        width: 30px;
        height: 30px;
        display: inline-block;
        margin-left: -15px;
        border-radius: 50%;
    }

.themethumbnails .content-description {
    opacity: 0;
}
.roomblockandgroupmanagerlabel, .groupmanagerlabel {
    color: white;
    background: darkgray;
}
input#Timezone, #DefaultAirport {
    width: 95%;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 15px !important;
}

#WebDesignPagesContainer .k-listview-content>.k-state-selected{
    background-color: transparent !important;
}
#WebDesignPagesContainer .k-listview-content>.k-state-selected .templateCard {
    border: 1px solid #689f38;
}
/*#configurationTabstrip-4{
    height: calc(100vh - 220px);
}*/
#configuration .k-content {
    max-height: calc(100vh - 216px);
}
sup {
    top: 0;
    font-size: 20px;
    font-weight: 600;
}
/*Websites themes End*/
    /*Left aside Menu*/
    .website-menu #LeftPannel {
        width: 150px;
        position: fixed;
        z-index: 1;
        text-align: center;
        background: #ffffff;
        height: 100vh;
        border: 1px solid #ddd;
        border-top: 0px;
    }

        .website-menu #LeftPannel .tiles {
            padding: 22px 0px;
            border-bottom: 1px solid #dee0e1;
            transition: 0.3s ease-in-out all;
        }
        .website-menu #LeftPannel .tiles:hover {
    background-color: #eee;
        }

   .website-menu .left {
        width: 130px;
        height: calc(100vh - 120px);
        float: left;
        border-collapse: collapse;
        position: relative;
        border-right: 1px solid #ccc;
        background-color: #fff;
        z-index: 1;
    }

    .website-menu .lefticon {
        color: #063B5A;
        font-size: 2em;
        text-align: center;
    }

    /*.fontsizeIcons {
        font-size: 20px;
        font-weight: 500;
        margin: -34px 0 0;
        color: #063b5a;
        text-transform: uppercase;
        text-align: center;
    }*/

    .website-menu .fontsizeIconsLeft {
        font-size: 13px;
        font-weight: 500;
        margin: 10px 0 0;
        color: #063b5a;
        text-transform: uppercase;
        text-align: center;
        /*padding-left: 22px;*/
    }

    .website-menu .activeTiles {
        background: #eee;
    }

    .website-menu .rightPanelDiv {
        margin-left: 150px;
    }

    /* END Left aside Menu */

#userFieldDuplicateGrid .k-grid-header, #MailingListDetailsSendGrid .k-grid-header, #GroupDuplicateGrid .k-grid-header, #TransferDetailstab .k-tabstrip-items, #grdSelectedAttendee .k-grid-header tr:first-child {
    border-bottom: 1px solid #dedede;
}

#userFieldDuplicateGrid.k-grid.k-grid-display-block, #GroupDuplicateGrid.k-grid.k-grid-display-block {
    border: 1px solid #dedede;
}
 
.font-13{
    font-size: 13px;
}
.sidebar-right-toggle {
    background-color: #689f38;
    padding: 19px;
    position: absolute;
    top: 0;
    right: 0;
}
aside#sidebar-right {
    padding: 20px 0 20px 23px;
    box-shadow: 1px 7px 10px 3px rgba(0,0,0,.2);
}
.sidebar-right-opened .sidebar-right-toggle i {
    transform: rotate(180deg);
}
.sidebar-right-toggle i {
    color: #fff;
    transition: .4s ease-in-out;
}
::-webkit-search-cancel-button{
    cursor: pointer;
}
.k-loading-mask .k-loading-image, .k-loading-mask {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    top: auto;
    left: auto;
}
.k-loading-mask {
    position: fixed;
}
.daterangepicker {
    z-index: 10051;
}
#sidebar-right *:focus {
    outline: none;
}

#gridImport .k-header {
    display: none;
}
#MailingListContainer .k-widget.k-window {
    padding-top: 0px !important;
}

#MailingListContainer .k-widget.k-window .k-window-titlebar {
    margin-top: 0px !important;
}
#divAddException .k-widget.k-window .k-window-titlebar {
    margin-top: -59px !important;
}
#MailingListdetailWin .k-tabstrip-wrapper {
    height:100%;
}
#MailingdetailWin .k-tabstrip-wrapper {
    height: 100%;
}
/*#MailingdetailWin .k-content{
    top:0;
}*/
#MailingdetailWin .k-tabstrip > .k-content {
    padding-top:0;
}
    .btnsearch {
    padding: 11px 11px 12px !important;
    cursor: pointer !important;
    border-radius: 2px;
}
#MailingListDetailsConatiner .form-control:disabled, #MailingListDetailsConatiner .form-control[readonly] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.breakWordEmail {
    word-break: break-all !important;
    word-wrap: break-word !important;
}
.errorTxtborder {
    border-color: #b94a48 !important;
    border-top-color: rgb(185, 74, 72) !important;
    border-right-color: rgb(185, 74, 72) !important;
    border-bottom-color: rgb(185, 74, 72) !important;
    border-left-color: rgb(185, 74, 72) !important;
}

    #grpGrid.k-grid tbody tr, #htlGrid.k-grid tbody tr, #RegistrationTypeGrid.k-grid tbody tr {
        cursor: move;
    }
    .daterangepicker .periods li:hover, .daterangepicker .periods li.active, .daterangepicker .ranges li:hover, .daterangepicker .ranges li.active, .calendar .calendar-table .table-row .table-col.start-date .table-value-wrapper, .calendar .calendar-table .table-row .table-col.start-date .table-value-wrapper:hover, .calendar .calendar-table .table-row .table-col.end-date .table-value-wrapper, .calendar .calendar-table .table-row .table-col.end-date .table-value-wrapper:hover,
.daterangepicker .custom-range-buttons button.apply-btn {
    background: #689f38 !important;
    color: #fff !important;
}

.daterangepicker .periods li, .daterangepicker .ranges li, .daterangepicker .custom-range-buttons button {
    color: #333 !important;
}

.calendar .calendar-table .table-row .table-col.in-range {
    background: rgba(104, 159, 56, 0.1) !important;
}
div#mCSB_1 {
    outline: none;
}
.k-popup .k-calendar {
    font-size: 11px !important;
}
/* Dropdown tray*/
.ems-main .top-tray#toggle {
    display: none;
}
.top-tray.message .img-label{
    text-transform: uppercase;
    color: #063B5A;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 500;
    line-height: normal;
}
.top-tray.message {
    background: #fff;
    color: #333;
    position: fixed;
    top: -440px;
    left: 0;
    right: 0;
    width: 750px;
    margin: 0 auto;
    /*height: 440px;*/
    height: 300px;
    z-index: 99998;
    border-radius: 0 0 10px 10px;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow-x: hidden;
    box-sizing: border-box;
}
.top-tray.message  #avail-module {
    font-size: 13px;
    bottom: 5px;
    right: 10px;
}
.top-tray.message  a.img-text .svg-img {
    height: 30px;
    -webkit-filter: invert(21%) sepia(24%) saturate(1593%) hue-rotate(155deg) brightness(92%) contrast(100%);
    filter: invert(21%) sepia(24%) saturate(1593%) hue-rotate(155deg) brightness(92%) contrast(100%);
    -ms-filter: invert(21%) sepia(24%) saturate(1593%) hue-rotate(155deg) brightness(92%) contrast(100%);
}
.top-tray.message  a.img-text:hover .svg-img {
    color: #fff;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(27deg) brightness(101%) contrast(101%);
    -webkit-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(27deg) brightness(101%) contrast(101%);
    -ms-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(27deg) brightness(101%) contrast(101%);
}
.top-tray.message  a.img-text:hover .img-label{ color: #fff;}
.img-text {
    display: block;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 3px rgba(0,0,0,.2);
    padding: 20px 10px;
    margin-bottom: 20px;
    min-height: 125px;
    border-radius: 5px;
    transition: 0.2s ease-in-out;
}
.img-text:hover{
    background-color: #063b5a;
    box-shadow: 4px 2px 5px #ccc;
}
.top-tray#toggle {
  position:absolute;
  appearance:none;
  cursor:pointer;
  left:-100%;
  top:-100%;
}

.top-tray#toggle + label {
  position: fixed;
    cursor: pointer;
    padding: 10px;
    background: #689F38;
    width: 110px;
    z-index: 99100;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0 0px 20px 20px;
    padding: 0;
    color: #FFF;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    margin: 0 auto;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    box-shadow: 0 3px 7px rgba(0,0,0,.3);
}
.top-tray#toggle + label:before {
  content:"\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 16px;
  vertical-align: top;
  margin-right: 10px;

}
.top-tray#toggle:checked ~ .message {
  top: 0;
  box-shadow: 0 3px 7px rgba(0,0,0,.3);
}

.top-tray#toggle:checked + label {
  background:#dd6149;
  /*top: 440px;*/
  top: 300px;
}

.top-tray#toggle:checked + label:before {
  content:"\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 16px;
  vertical-align: top;
  margin-right: 10px;
}
.ems-page-loading .top-tray#toggle + label {
    opacity: 0;
}
/* End of Dropdown tray*/

/* Start Tab Issue css focus*/
.ems-checkbox-slider:focus {
    outline-color: #689F38 !important;
    outline-style: solid !important;
    outline-width: thin !important;
}

.btn-success:focus,
.btn__content:focus {
    outline: none;
}

.btn-success:focus {
    color: #fff;
    background-color: #58882d;
    border-color: #58882d;
}
label.ems-checkbox-switch:focus {
    outline: auto !important;
}
/* End Tab Issue css focus*/
#viewHistory{height: calc(100vh - 230px); width: 99%;}
.mce-branding {
    display: none !important;
}
#grdSelectedAttendee .k-filter-row th {
    padding: 5px;
}
#grdSelectedAttendee .k-filter-row .k-operator-hidden{border: 1px solid #dedede}
#grdSelectedAttendee .k-grid-content.k-auto-scrollable{ height: 500px}
.mce-btn{border: 1px solid #dedede !important;}
.mce-btn-group:not(:first-child){border-left: 0px !important; margin-left: 0px !important;}
.modal.fade {
    opacity: 1 !important;
}
.sac-nodes-fixed ul:not(.sac-ul-top) .sac-node-name.sa-selected-item:before, .sac-nodes-fixed .sac-noselect:before{
    left: -10px;
    position: absolute;
}
    ul:not(.sac-ul-top) .sac-node-name.sac-noselect:before {
        content: "\f0c8";
        font-family: "Font Awesome 5 Free" !important;
    }

    ul:not(.sac-ul-top) .sac-node-name.sa-selected-item:before, .sac-node-selected:before {
        content: "\f14a" !important;
        font-family: "Font Awesome 5 Free" !important;
    }

/* TOV CSS */
.jexcel_content {
    font-size: 13px;
}
.jexcel_content tbody tr td {
    white-space: normal !important;
}
/* End of TOV CSS*/
.jq-toast-single {
    word-break: break-word;
}
