html {
    font-size: 14px;
    font-family: "Arial";
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
/*
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    /* background-color: #212950;*/
    background-color: #f1f5f9;
  /*  background-color: rgb(242 242 234/var(--tw-bg-opacity)) !important;*/
    color: black;
    padding: 0px;
}

.container-fluid {
    padding: 50px;
    margin-top: 75px;
}
/*
input:not([type]), input[type=text]:not(.browser-default) {
    border-bottom: none;
    height: 1.75rem;
}*/

.k-grid td {
    white-space: nowrap;
}

/*.k-grid-md .k-grid-header .k-grid-header-menu {
    background-color: #22c9ba;
}*/

/*.k-table-alt-row {
    background-color: #22c9ba;
}*/
/*
.k-grid .k-grid-header .k-table-th {
    background-color: #c4c4c4;
    color: white;
}*/

.k-table-thead {
    background-color: #f8f9fa;
    color: black;
} 

.k-table-row {
    /*background-color: #f2f2ea;*/
}
/*
.k-button .k-button-solid-primary:hover {
    background-color: #22c9ba;
    border-color: #22c9ba;
}
    */
/*.k-button-solid-primary {
    background-color: #0069d9;
    border-color: #ef344b;
}*/
/*
button.k-button-solid-primary {
    background-color: red;
    border-color: #ef344b;
}
    */

.k-button-md {
    padding-block: 6px !important;
    padding-inline: 8px !important;
    font-size: 11px !important;
}
.k-button-solid {
    background-color: gray !important;
    border-color: gray !important;
    color: white !important;
}

.k-grid-edit-command k-button k-button-md k-rounded-md k-button-solid k-button-solid-primary k-icon-button {
    padding-block: 6px !important;
    padding-inline: 8px !important;
    font-size: 11px !important;
}

.k-button-md.k-icon-button {
    padding-block: 6px !important;
    padding-inline: 8px !important;
    font-size: 11px !important;
}


button.k-button-solid-primary {
    color: #fff !important;
    border-color: #0062cc !important;
    /*background-color: #0069d9 !important;*/
    --tw-bg-opacity: 1 !important;
    background-color: rgb(33 41 80/var(--tw-bg-opacity)) !important;
}

.k-button-solid-primary {
    color: white;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(33 41 80/var(--tw-bg-opacity)) !important;
    /*background-color: #0062cc !important;*/
    border-color: #0062cc !important;
}


/*.k-button-solid-primary:active {
    background-color: #ef344b;
    border-color: #ef344b;
}*/

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    /* position: absolute; */
    opacity: 100;
    pointer-events: all;
}

h1 {
    /* color: #3f51b5;*/
    --tw-text-opacity: 1 !important;
    color: rgb(33 41 80/var(--tw-text-opacity)) !important;
    font-family: "Arial";
    font-size: 22px;
    letter-spacing: -.025em;
    font-weight: 700;
    margin-top: 0px !important;
}

h2 {
    font-size: 16px;
    letter-spacing: -.025em;
    font-weight: 700;
    --tw-text-opacity: 1 !important;
    color: rgb(33 41 80/var(--tw-text-opacity)) !important;
    font-family: "Arial";
}


/*audio, canvas, embed, img, object, svg, video {
    display: block;
    vertical-align: middle;
    height: 50px;*/
    /*color: white;*/
/*}*/












.header-container {
    top: 0 !important;
    left: 0 !important;
    position: fixed !important;
    width: 100% !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(33 41 80/var(--tw-bg-opacity)) !important;
    height: 100px !important;
    padding-bottom: 0 !important;
    z-index: 10000;
}

.logo-container {
    height: 100px;
    color: white;
    padding-top: 25px;
    padding-left: 50px;
    float: left;
    width: 300px;
}

.menu-container {
    height: 100px;
    color: white;
    padding-top: 35px;
    padding-left: 300px;
}

.menuitem {
    color: white;
    font-weight: 600;
    font-size: 18px;
    padding: 16px;
}

.menuitem:hover {
    color: mediumaquamarine;
}

.k-grid-content .k-selected.k-alt td:hover,
.k-grid-content .k-selected td:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(34 201 186/var(--tw-text-opacity)) !important;
}

/* Replace "Grid" with the Name() of the Grid */
.k-table-tbody > .k-table-row:hover,
.k-table-tbody > .k-table-row.k-hover {
    --tw-text-opacity: 1 !important;
    color: rgb(34 201 186/var(--tw-text-opacity)) !important;
}

.k-grid-md td, .k-grid-md .k-table-td {
    padding-block: 2px;
    padding-inline: 24px;
}

.k-grid-md .k-edit-cell, .k-grid-md .k-command-cell, .k-grid-md .k-grid-edit-row td, .k-grid-md .k-grid-edit-row .k-table-td {
    padding-block: 2px;
    padding-inline: 24px;
}

.k-table-md {
    font-size: 14px;
    line-height: 1;
}

label {
    font-size: 14px;
    color: #3f51b5;
}

input[type=text]:not(.browser-default):disabled {
    border-bottom: 1px solid #9e9e9e;
    color: fieldtext;
    font-size: 15px;
    height: 20px;
    background-color: whitesmoke;
    padding: 5px;
}

input[type=text]:not(.browser-default) {
    font-size: 15px;
    height: 20px;
    background-color: white;
    padding: 5px;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    font-size: 15px;
    height: 20px;
    background-color: white;
}

.row {
    margin-bottom: 4px;
}

select {
    display: block;
}

k-datepicker {
    height: 20px !important;
    font-size: 15px;
    background-color: white;
}

/*input[type=text]:not(.browser-default) {
    border-bottom: 0px;
    background-color: white;
}*/

input[type=number]:not(.browser-default):disabled, input[type=datetime-local]:not(.browser-default):disabled {
    color: #000;
    background-color: white;
}

input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    font-size: 15px;
    height: 34px;
    background-color: white;
    margin-top: 8px;
}












select {
    font-size: 15px;
    height: 33px !important;
    padding: 0;
    background-color: white;
}

.k-calendar-md {
    font-size: 14px;
}

.panel {
    background-color: #fff;
    border: 1px solid #9e9e9e;
}

.bottom10 {
    margin-bottom: 10px;
}

.DivNotificationOk {
    border: 1px solid forestgreen;
    color: black;
    background-color: lightgreen;
    font-size: 14px;
    padding: 9px;
    text-align: center;
}

.DivNotificationError {
    border: 1px solid red;
    color: black;
    background-color: #f6b7b7;
    font-size: 14px;
    padding: 9px;
    text-align: center;
}

.DivNotificationInfo {
    border: 1px solid orange;
    color: black;
    background-color: #ffdf87;
    font-size: 14px;
    padding: 9px;
    text-align: center;
}

.k-grid .k-command-cell .k-button {
    box-shadow: none;
    height: 35px !important;
    width: 35px !important;
}

.whiteicon {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(129deg) brightness(105%) contrast(101%);
}

.k-grid-toolbar {
   
    padding: 10px;
    padding-left: 25px;
}
.addIcon {
    color: white;
    font-size:20px !important;
    width:35px;
    height:35px;
}

#SalesReportGrid .k-grid-header .k-header {
    overflow: visible !important;
    white-space: normal !important;
}

#SalesReportGrid .k-column-title {
    min-width: 0;
    text-overflow: unset;
    white-space: normal !important;
    flex-shrink: 1;
    overflow: visible !important;
}

#SalesTotalsGrid .k-grid-header .k-header {
    overflow: visible !important;
    white-space: normal !important;
}

#SalesTotalsGrid .k-column-title {
    min-width: 0;
    text-overflow: unset;
    white-space: normal !important;
    flex-shrink: 1;
    overflow: visible !important;
}



.k-pager-sizes .k-input-inner, .k-pager-sizes .k-input-value-text {
    font-size: 13px !important;
    padding: 5px !important;
}

.fieldlist {
    margin: 0 0 -1em;
    padding: 0;
}

    .fieldlist li {
        list-style: none;
        padding-bottom: 1em;
    }




















/* Start - Studio Scheduler */
.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.people-container {
    display: inline-block;
    width: 120px;
    position: relative;
    text-align: left;
}

    .people-container p {
        font-size: 12px;
        font-weight: 800;
        position: absolute;
        top: -6px;
        left: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 90px;
    }

    .people-container > * {
        z-index: 2;
    }

    .people-container input[type=checkbox] {
        position: absolute;
        left: 6px;
        top: 6px !important;
    }

    .people-container .people-container-line {
        height: 3px;
        width: 100%;
        background-color: #bbb;
        position: absolute;
        top: 11px;
    }

.studioSchedulerEventContainer {
    margin-top: 5px;
    margin-left: 15px;
}

    .studioSchedulerEventContainer p {
        margin: 0;
    }

    .studioSchedulerEventContainer a {
        cursor: pointer;
        font-size: 20px;
        display: flex;
        margin-top: 3px;
    }


    .studioSchedulerEventContainer .studioSchedulerEventActionContainer {
        justify-content: space-between;
        display: flex;
    }
        .studioSchedulerEventContainer .studioSchedulerEventActionContainer a.removeEvent {
            color: red;
            float: left;
        }

        .studioSchedulerEventContainer .studioSchedulerEventActionContainer a.divideEvent {
            padding-right:10px;
            color: #212950;
        }
/* End - Studio Scheduler */















/*
.k-grid-md .k-table-td {
    padding-block: 0px !important;
    padding-inline: 24px !important;
}
*/
.ellipsis {
    text-overflow: ellipsis !important;
}

.demo-section {
    display: flex;
    justify-content: space-evenly;
}

hr {
    border: 1px solid darkgrey;
    margin-bottom: 0px;
}

.label {
    font: normal 14px/16px Metric, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #656565;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.k-checkbox-label {
    padding-left: 25px;
}

.k-form-hint {
    margin-top: 10px;
}

.template img {
    float: left;
    margin: 0 8px;
}

.template p {
    margin: 5px 0 0;
}

.template h3 {
    padding: 0 8px 5px;
    font-size: 12px;
}

.template a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.k-hover .template a,
.movie-template a:hover {
    color: #000000;
}

body, h1, h2, h3 {
    margin: 0px;
}















.k-expander-title {
    color: #3f51b5
}
.displayNone {
    display: none !important;
}

strong {
    font-weight: 800;
}

.k-tabstrip-items .k-item {
    color: white;
    background-color: #26a69a;
}

    .k-tabstrip-items .k-item.k-active {
        color: white;
        background-color: #212950;
    }
    /*
.card td {
    padding: 5px 0;
}*/

.card .k-tabstrip-content, .k-tabstrip > .k-content {
    padding: 16px 0;
}


.studioSchedulerStatusContainer {
    width: 100%;
    height: 15px;
    background-color: green;
    position: absolute;
    z-index: 1;
}


.StatusNoJob {
    background-color: #EBEBEB;
}
.StatusInEditing {
    background-color: #FFFF00;
}
.StatusSendToStudio {
    background-color: #800080;
}
.StatusStudioScheduled {
    background-color: #348534;
}
.StatusStudioFinished {
    background-color: #800080;
}

.k-event {
    padding-right: 0;
}
















.k-scheduler-monthview .studioSchedulerStatusContainer {
    position: absolute;
}

.k-scheduler-monthview .removeEvent,
.k-scheduler-monthview .divideEvent {
    display: none;
}



#recurrenceRule_label{
    display: none;
}

.designerColorIndicator {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ccc;
}

.k-edit-form-container .k-edit-label {
    padding: 9px 0;
}

.eventButton.active {
    position: absolute;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: red;
    border-radius: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #3f51b5;
    background-color: white;
    opacity: 0.5;
}
.eventDetailButton.active {
    left: 8px;
    z-index: 2000;
}


.eventSplitButton {
    left: 50%;
    z-index: 2000;
    transform: translate(-50%);
}

.studioSchedulerEventContainerContent{
    padding: 0 5px;
   /* margin-top: 15px;*/
}

#schedulerRefreshButton {
    float: left;
}
#team-schedule {
    min-height: 45px;
}