﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for detais on configuring this project to bundle and minify static web assets. */

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}



.form-group-Extra {
    width: calc(70% - 32.5px);
}
/******************************/
/*          GridView            */
/******************************/
/* Grid layout */
.grid-list {
    background-color: #fff;
    color: #5e5b64;
    font: 17px/1.3 "Open Sans", sans-serif;
    margin: 0 auto;
    max-width: 1024px;
    min-width: 300px;
    padding: 30px;
    text-align: center;
}

.grid-container {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: auto;
}

.grid-media-item {
    position: relative;
    margin: 10px;
    width: 200px;
    height: 200px;
    background-color: rgba(0,0,0,0.1);
    padding: 5px;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 4px lightgrey;
}

.grid-media-item-ford {
    position: relative;
    /*margin: 10px;*/
    width: 270px;
    height: 152px;
    background-color: rgba(0,0,0,0.1);
    padding: 5px;
    display: flex;
    flex-direction: column;
    /*box-shadow: 4px 4px lightgrey;*/
}

.grid-media-item-title {
    flex: 0 1 auto;
    margin-bottom: 5px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-media-item-checkbox {
    flex: 0 1 auto;
    margin-bottom: 5px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-media-item-image {
    flex: 1;
    min-height: 0;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ford-grid-media-item-image {
    flex: 1;
    min-height: 0;
    /* margin-bottom: 5px; */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    background-position: center;
}


.grid-media-item-buttons {
    /*flex: 0;*/
    position: relative;
    width: calc(100%);
    display: inline-flex;
}

    .grid-media-item-buttons > .btn {
        width: calc(50%);
    }

.grid li:after {
    content: "";
    display: block;
    padding-bottom: 52%;
}

.grid li a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #fff;
    height: 99%;
    position: absolute;
    width: 98%;
}

    .grid li a:hover {
        border: 2px solid #000;
        box-shadow: inset 0 0 90px -10px rgba( 0, 0, 0, 1 );
        -moz-box-shadow: inset 0 0 90px -10px rgba( 0, 0, 0, 1 );
        -webkit-box-shadow: inset 0 0 90px -10px rgba( 0, 0, 0, 1 );
    }

.list {
    background-color: #ddedfb;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 100%;
}

    .list li {
        border-bottom: 1px solid #fff;
        overflow: hidden;
        padding: 20px;
        transition: background 0.2s linear;
    }

        .list li:hover {
            background-color: #fff;
        }

        .list li a {
            display: table;
            width: 100%;
        }


        .list li img {
            border: none;
            display: table-cell;
            height: 120px;
            vertical-align: middle;
            width: 120px;
        }

        .list li:hover p {
            color: #0096d4;
        }

        .list li p {
            color: #000;
            display: table-cell;
            font-weight: 700;
            padding: 0 0 0 15px;
            vertical-align: middle;
            width: 100%;
        }


.grid-btn {
    float: right;
    display: flex !important;
}

.grid-mediaName {
    display: inline-block;
    height: 15px;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grid-border {
    border: 1.5px solid grey;
}
/******************************/
/*          Navbar            */
/******************************/
.navbar-right > li > a:hover {
    color: black !important;
}


.navbar-right > li > button:hover {
    color: black !important;
}

.container {
    float: left;
    width: 100%;
}

/* element-style Overwrite*/
element.style {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    height: 51px;
}
/* Navbar Overwrite*/
.navbar {
    margin: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid lightgrey;
    background-color: white;
    font-weight: bold;
    min-height: 62px;
}

/*.navbar-brand {
    margin-left: 20px;
}*/

.navbar-brand > img {
    max-height: 40px;
}

* font-family {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

a.btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

a.btn {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

a.classname {
    background: url(../Images/image.gif) no-repeat top left;
    display: block;
    width: 150px;
    height: 150px;
    text-indent: -9999px; /* hides the link text */
}

element.style {
    border: 1px solid;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    height: calc(100% - 67px);
    width: 100%;
    display: flex;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
    padding: 3px;
    overflow: hidden;
}

/* styles for validation helpers */

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


ul.nav.nav-tabs {
    margin: 10px 0px;
}

    ul.nav.nav-tabs li:not(.active) a {
        background-color: #eeeeee;
        color: grey;
    }

    ul.nav.nav-tabs li.active a {
        border-top: 3px solid #16a765;
    }


.loaderbody {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: rgba(128,128,128,0.2);
    z-index: 2147483647;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 45%;
    left: 40%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

[v-cloak] {
    display: none;
}

.btn-layout {
    color: white;
    background-color: #8BC53F;
    border: 1px;
    /*width: 110px;*/
    text-transform: uppercase;
    border-radius: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    min-width: 110px;
    text-align: center;
}

    .btn-layout:hover {
        background-color: #767676;
        color: white;
    }

    .btn-layout:focus {
        background-color: grey;
    }

.upper-navbar {
    margin-left: 15px;
}

    .upper-navbar > li:focus {
        color: black;
    }

.A1 {
    background: #ccc;
}

    /** on active **/

    .A1:focus {
        background: red;
    }

.logout-text {
    /*margin-top: -36px;*/
}

.btn-layout-main > a {
    margin-top: 12px;
}

.upper-navbar > li {
    text-decoration: none;
    padding: 17px;
}


/*.displayPlaylist > div {
    display: inline-flex;
    padding: 0 3px;
    
}*/

/*.upper-navbar > li > a:link, .upper-navbar > li > a:visited {
      background-color: #8BC53F;
      color: white;
      padding: 14px 25px;
      text-align: center;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      display: inline-block;
      border: 1px;
      border-radius: 4px;
      text-transform: uppercase;
      text-decoration: none;
  }

  .upper-navbar > li > a:hover, .upper-navbar > li > a:active {
      background-color: #767676;
      color: white;
  }*/


.btn-layout-main {
    color: white !important;
    background-color: #8BC53F;
    border: 1px;
    width: 110px;
    text-transform: uppercase;
    border-radius: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    padding: 6px 0px !important;
}




    .btn-layout-main:hover, .btn-layout-main:active {
        background-color: #767676 !important;
        color: white;
        border-color: #8BC53F;
    }

    .btn-layout-main:focus {
        background-color: grey !important;
    }

.loginText {
    font-weight: 100;
}
/******************************/
/*     Media/ViewAll         */
/******************************/
#mediaPage {
    width: 100%;
    height: 100%;
    position: relative;
}



.details-box {
    height: 300px;
    width: 250px;
    border: solid 1px;
    margin-top: 120px;
    margin-left: 5px;
}

.btn-detail-area-buttons {
    flex: 0;
    position: relative;
    width: calc(77%);
}

    .btn-detail-area-buttons > .btn {
        width: calc(49%);
    }

.btn-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*margin-left: 5px;*/
    position: relative;
    left: 0px;
    top: 0px;
}

.btn-top-Details {
    justify-content: space-between;
    width: 100%;
}

.btn-top > div {
    margin: 11px;
}

.btn-top .btn:hover:active {
    border-color: black;
    background-color: white;
}

.displayTimeDuration {
    display: flex;
}

.firstDiv {
    position: absolute;
    left: 42%;
    font-size: larger;
}

.secondDiv {
    position: absolute;
    left: 72%;
    font-size: larger;
}

.selectedmedia-box {
    width: 100%;
    height: 50%;
    /*margin-top: 30%;*/
    position: absolute;
    top: 35%;
}


.selectedmedia-box-title {
    text-align: center;
    font-size: 1.3em;
    color: black;
    text-underline-position: below;
    font-weight: bold;
}

.selectedMedia-box-detail {
    list-style-type: disc;
    margin-left: 3px;
}

.modal-title {
    display: inline;
}

.media-modal-title {
    /*text-align: center;
    font-weight: bold;
    font-size: 1.2em;*/
    display: inline;
}

.media-area {
    display: flex;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
}

.departments {
    flex: 0 0 200px;
    margin-top: 130px;
    list-style-type: none;
    margin-left: -400px;
    background-color: floralwhite;
}

    .departments ul {
        list-style-type: disc;
    }

.media-display {
    flex: 150;
}

.browse-options {
    display: flex;
    align-items: center
}

    .browse-options > * {
        margin-left: 10px;
    }

    .browse-options .btn-grid:hover .btn-list:hover {
        background-color: #696969;
        color: white;
    }

.btn-child {
    background-color: #58595b;
    width: 135px;
    height: 30px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 5px;
    border-radius: 3px;
    color: white;
    font-size: 13px;
    font-weight: 600;
    border-color: #767676;
}

    .btn-child:hover {
        color: black;
        background-color: white;
    }


.header-btn {
    color: white;
    background-color: #58595b;
    height: 30px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 5px;
    border-radius: 3px;
    font-weight: 600;
    border-color: #767676;
    min-width: 125px;
    text-align: center;
}

    .header-btn:hover {
        background-color: white;
        color: black;
    }

    .header-btn:focus {
        outline: none;
        color: white;
        background-color: #58595b;
    }

.btn-md {
    width: auto;
}

.progress-bar-color {
    background-color: #8BC53F !important;
}
/*.fixed_header {
    
    table-layout: fixed;
    border-collapse: collapse;
}

    .fixed_header tbody {
        display: block;
        width: 100%;
        overflow: auto;
    }

    .fixed_header thead tr {
        display: block;
        

    }

    .fixed_header thead {
        background: black;
        color: #fff;
    }

    .fixed_header th, .fixed_header td {
        padding: 5px;
        text-align: left;
    }*/



/*#mediatable > tbody > tr > td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

.TitleWidth {
    max-width: 200px !important;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}

.displayFlex {
    display: flex;
    align-items: center;
}

.checkUrlBtn {
    height: 28px;
    width: 93px;
    margin-left: 5px;
}

#StartDate {
    padding: 6px 12px !important;
}

#EndDate {
    padding: 6px 12px !important;
}
/******************************/
/*     Playlist/Index         */
/******************************/
.search-media {
}

/*#table-Playlist > tbody > tr > td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

#PlaylistMediaPage {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.table thead tr {
    text-align: left;
    font-weight: bold;
}

.header {
    display: flex;
    align-items: center;
}

.total-duration {
    position: absolute;
    left: 55%;
    font-size: larger;
}

/*.displayChannelname {
    position: absolute;
    left: 55%;
    font-size: larger;
}*/

.playlist-name {
    font-size: 1.5em;
    margin-right: 30px;
    padding-left: 10px;
}

.center-area {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.swal-wide {
    width: 832px !important;
}

/*Playlist table
    .table thead tr th {
        background-color: #009879;
        color: #ffffff;
        text-align: left;
        font-weight: bold;
        max-width: 120px;
        margin: 25px 0 25px 0;
        min-width: 120px;
    }

.table tbody tr td {
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    margin: 25px 0 25px 0;
    overflow: hidden;
    max-width: 120px;
    min-width: 120px;
    word-wrap: break-word !important;
}*/

.view-area {
    font-size: 1.1em;
    display: flex;
    height: 100%;
    overflow: auto;
}

.table-playlist {
    font-size: 0.9em;
    overflow: auto;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: calc(100% - 50px);
    flex: 1;
    padding: 0 10px;
    position: relative;
    top: 0;
    left: 0;
}


    .table-playlist thead tr th:hover {
        cursor: pointer;
        color: black;
    }

    .table-playlist tbody tr {
        height: 40px;
    }

.table-media {
    font-size: 0.9em;
    overflow: auto;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: calc(100% - 50px);
    flex: 1;
    padding: 0 10px;
}

    .table-media thead tr th:hover {
        cursor: pointer;
        color: black;
    }

.category-area {
    flex: 0 0 250px;
    list-style-type: none;
    background-color: #fff;
    max-width: 250px;
    position: relative;
    border-right: 1px solid #C8CCC3;
    overflow: auto;
}


.bullet_list {
    padding: 10px;
    position: relative;
}

    #bullet_list li {
        list-style-type: none;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
    }

        #bullet_list li ul li {
            margin-left: -21px;
        }

.playlist-category ul {
    list-style-type: disc;
}




.media-category ul {
    list-style-type: disc;
}

.playlist-added-box {
    height: 500px;
    width: 700px;
    border: solid 1px;
    margin-top: -1px;
    margin-right: -779px;
    margin-left: 0px;
}

.playlist-added-box-title {
    text-align: center;
    font-size: 1.3em;
    color: black;
    /*background-color: yellow;*/
    text-underline-position: below;
}

/*Style for EditMedia*/

.abc div label {
    display: inline-block;
    width: auto;
    margin-right: 5px;
    text-align: left;
}

/*Style for AddMedia*/

.checkboxcss {
    margin: 0 0 0 10px;
}


.added-media-box {
    height: 300px;
    width: 250px;
    border: solid 1px;
    margin-top: 120px;
    margin-left: 5px;
}

.added-media-box-title {
    text-align: center;
    font-size: 1.3em;
    color: black;
    /*background-color: yellow;*/
    text-underline-position: below;
}

.Addmedia-search-div {
    background-color: floralwhite;
    border: solid;
}

/*style for Media*/

.media-category {
    flex: 0 0 200px;
    margin-top: 91px;
    list-style-type: none;
    margin-left: -400px;
    background-color: floralwhite;
}

    .media-category ul {
        list-style-type: disc;
    }

.pmedia-display {
    min-width: 0px;
    max-width: 222px;
}

.displayVariableName {
    background-color: lightgrey;
    color: black;
    margin-top: 5px;
    /*margin-left:100px;*/
}


    .displayVariableName > span {
        font-weight: 600;
    }

.remainigCount_parent {
    display: flex;
    flex-direction: column;
}


.remainigCount {
    font-weight: bold;
    font-size: 12px;
    margin-left: 15vh;
}

.resolutionDisplay {
    /*float: right;*/
    font-weight: bold;
    font-size: 12px;
    margin-left: 36.5vh;
}


.remainigCount > span {
    font-weight: 600;
}

#VariableErrorMessage {
    color: red;
    font-weight: 600;
}

.blinkingVariableMsg {
    /*animation: blinkingVariableText 5s infinite;
    font-weight: 600;
    background-color: lightgray;
    
    text-overflow: ellipsis;
    white-space: unset;
    overflow: hidden;
    width: auto;*/
}

    .blinkingVariableMsg:hover {
        overflow: visible;
    }

.blinkingVariablespan {
    margin-left: 5px;
}

.variableName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

    .variableName > span {
    }

@keyframes blinkingVariableText {
    0% {
        color: #000;
    }

    50% {
        color: darkred;
    }

    100% {
        color: #000;
    }
}

.bullet_list_variableModal {
    position: relative;
    list-style-type: none !important;
    margin: 10px;
}

    .bullet_list_variablemodal li div {
        margin-left: 10px;
    }

.bullet_list_variableModalEdit {
    /*position:relative;*/
    list-style-type: none !important;
    margin: 10px;
}

    .bullet_list_variablemodalEdit li div {
        margin-left: 10px;
    }


.chooseFileVarBtn {
    padding: 5px 0px;
    color: blue;
}
/*.form-group-Variable label {
    margin-right:5px;
    font-weight:bold;
}*/



.alertForVariableMsg {
    color: red;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}


.add-table-playlist {
    font-size: 0.9em;
    overflow: auto;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: calc(100% - 50px);
    flex: 1;
    padding: 0 10px;
}

.table-playlist thead tr th:hover {
    cursor: pointer;
    color: black;
}


.add-More-Media-mainLayout {
    position: relative;
}

    .add-More-Media-mainLayout > div {
        margin: 0px;
        padding: 5px 0px;
    }

.addSearch {
    width: 50%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

    .addSearch:focus {
        width: 100%;
    }



.btn-published {
    color: white;
    background-color: #8BC53F;
    border: 1px;
    border-radius: 4px;
    font-weight: 600;
    /*margin-left: inherit;
    display: flex;
    padding: 5px 5px 5px 5px;*/
}


    .btn-published:hover {
        color: black;
        border: 1px;
        border-radius: 4px;
        border-color: black;
        /*background-color: #8BC53F;*/
    }

    .btn-published > form {
        padding: 5px;
    }


.publishedPlaylistclass {
    color: white;
    background-color: darkgray;
    border: 1px;
    border-radius: 4px;
    /*margin-left: inherit;
    display: flex;
    padding: 5px 5px 5px 5px;*/
}



.TemplateTitleStyleEdit {
    /*background-color: #8BC53F;*/
    margin: 10px 50px !important;
}

.addTemplateTitleAdd {
}

.addTemplateTitleEdit {
}


@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #07d;
    border-right: 2px solid transparent;
    animation: spinner .6s linear infinite;
}

.dropdown-playlist-LayoutID1 select {
    -webkit-appearance: none; /* for Firefox */
    -moz-appearance: none; /* for Chrome */
    text-indent: 1px;
    text-overflow: '';
    padding: 2px 30px 2px 6px;
}
/*.dropdown-playlist-LayoutID1 select::-ms-expand {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        padding: 2px 30px 2px 2px;
        display: none; /* for IE
    }*/
/******************************/
/*     detail-area     */
/******************************/
.detail-area {
    flex: 0 0 250px;
    background-color: #f7f7f7;
    overflow-y: auto;
    /*padding: 14px 0px;*/
    font-size: 1.0em;
    padding: 10px 0px;
}

.detail-box-title {
    text-align: left;
    font-size: 16px;
    color: black;
    text-underline-position: below;
    font-weight: bold;
    position: relative;
}

/*.detail-box-detail {
    list-style-type: disc;
    padding: 8px 0;
}*/

.typeMedia-details {
    color: red;
}

.detail-area > div {
    margin: 0 10px;
}

.playlistNDuration {
    margin-left: 10px;
}
/******************************/
/*     SchedulePage   */
/******************************/
#schedulePage {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.layout-display {
    /*border: 1px solid grey;*/
    background-color: white;
    position: relative;
}

    .layout-display.landscape {
        width: 270px;
        height: 152px;
        /*display:table-cell;*/
    }

    .layout-display.portrait {
        width: 152px;
        height: 270px;
    }

.layout-zone-display {
    position: absolute;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

    .layout-zone-display:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .layout-zone-display.zoneone {
        background-color: #ffffff;
    }

    .layout-zone-display.zonetwo {
        background-color: #8BC53F;
    }

    .layout-zone-display.zonethree {
        /*background-color: deepskyblue;*/
        background-color: #767676;
    }

    .layout-zone-display.zonefour {
        background-color: orangered;
    }

#mediaZoneHover {
    border: 1px solid black;
    background-color: lightgray;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.program-list {
    padding: 12px;
}

.program-list-schedule {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
    margin: 0 auto;
    padding: 17px;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: auto;
}

    .program-list-schedule > div {
        margin: 10px;
    }

.mainLayout {
    padding: 15px;
}

#layoutContainer {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 2px 2px;
    justify-content: center;
}

    #layoutContainer > div {
        margin: 10px;
    }

        #layoutContainer > div > span {
            margin-left: 50%;
        }


.addProgramStyle {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

    .addProgramStyle > div {
        padding: 10px;
    }

.addProgramStyle-name {
    font-size: 1.4em;
}

.publishedChannelClass {
    color: white;
    background-color: darkgray;
    border: 1px;
    border-radius: 4px;
    /*margin-left: inherit;
    display: flex;
    padding: 5px 5px 5px 5px;*/
}

/******************************/
/*     AddProgramModal   */
/******************************/
.txtbox2-content-to-play {
    display: -webkit-inline-box;
}

.dropdown-selectPlaylist {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

    .dropdown-selectPlaylist > span {
        margin-left: 5px;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #4C4E49;
        margin-top: 5px;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }




.addedPlaylist1 {
    /*margin-left: 498px;
    margin-top: -32px;*/
    display: inline;
}

.addedPlaylistinZone {
    margin-left: 367px;
    margin-top: -29px;
    font-weight: bold;
}

.addedPlaylist {
    position: relative;
}

.displayPlaylist {
    display: flex;
    align-items: center;
}

    .displayPlaylist > div {
        /*color: red;*/
        display: inline-flex;
    }

        .displayPlaylist > div > button {
            margin-top: -4px;
        }

.child-displayPlaylist {
    padding: 0 5px;
}

.playlistName {
    position: absolute;
    top: 4px;
}

.addVariablebtn {
    position: absolute;
    left: 4%;
}

.displayProgram {
    padding: 5px;
    display: contents;
}

    .displayProgram > div {
        /*max-width: 300px;*/
        /*display:inline;*/
        padding: 5px;
    }

.displayProgram-default {
    display: contents;
}

    .displayProgram-default div {
    }

.selectedPlaylist_Program > div {
    padding: 5px;
}

.selectedTblRow {
    background-color: #8BC53F;
    font-weight: bold;
    color: white;
}

.add-More-Media-Search {
    background-color: #8BC53F;
    padding: 10px;
}

.addMoreMedia {
    padding: 15px;
}

.thtable {
    max-width: 150px;
    word-wrap: break-word;
}

/******************************/
/*     Login Page   */
/******************************/
.login-page {
    margin-left: 300px;
}
/******************************/
/*     Ad to Channel Model   */
/******************************/


.schedule-form {
    margin-left: 139px;
    padding: 5px;
}

.schedule-form-control {
    margin-left: 15px;
}




/******************************/
/*     Language select   */
/******************************/

.dropdown-menu1 {
    min-width: 88px;
}

.dropdown-menu-layout {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}



a.btn:hover {
    color: #fff;
    background-color: #00b3db;
    border-color: #285e8e;
}



.dropdown {
    position: relative;
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0px;
    z-index: 1;
    top: 100%;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


/******************************/
/*     Language select   */
/******************************/

.alreadyBuild-Media {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    /* height: 100%; */
    overflow: auto;
}


/******************************/
/*     Bullet in List   */
/******************************/


.show_hide {
    /*display: none;*/
    display: inline-block;
}

.plus:after {
    content: " +";
}

.minus:after {
    content: " -";
}

/******************************/
/*     Validation   */
/******************************/
/* .invalid class prevents CSS from automatically applying */
.invalid input:required:invalid {
    background: #BE4C54;
}

/* Mark valid inputs during .invalid state */
.invalid input:required:valid {
    background: #17D654;
}

.expand-list {
    margin-left: 0;
    margin-top: 0;
    font-weight: normal;
    cursor: pointer;
}

/******************************/
/*     Login Style   */
/******************************/
/*body {
   
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}*/

.wrapper {
    padding: 32px 0;
}

.form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}

.form-signin-editAccount {
    padding: 15px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}

.bg-img {
    background-image: url("")
}

.btn-all {
    background-color: #8bc53f;
    color: #fff;
    border-color: #ccc;
}

/******************************/
/*    Account   */
/******************************/

.wrapper-Account {
    padding: 20px;
    max-width: 717px;
    margin: auto;
}

.edit-wrapper {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 12px;
}

.form-Account {
    /*content: "";*/
    display: flex;
    clear: both;
    /*width: 100%;*/
    padding: 11px 11px 11px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}

.edit-Account {
    /*content: "";*/
    display: flex;
    /*clear: both;*/
    /*width: 100%;*/
    /*padding: 11px 11px 11px;
    margin: 0 auto;*/
    /*background-color: #fff;*/
}



.details-account {
    float: left;
    width: 55%;
    padding: 20px;
    /*margin: 10px 0;*/
}

.logo-account {
    /*float: left;
    padding: 23px 23px;*/
    float: right;
    padding: 20px;
    /*margin-left: 78px;*/
    width: 50%;
}

.logo-detail {
    /*float: right;
    padding: 23px 23px;
    margin-left: 125px;*/
    float: right;
    margin-left: 50px;
}

.logo-detail-edit {
    float: right;
    margin: 33px 0 0px 128px;
}

}

.btn-edit {
    margin-left: inherit;
    display: flex;
    padding: 5px 5px 5px 5px;
}

    .btn-edit > form {
        padding: 5px;
    }



.edit-horizontal > dt {
    padding: 0 5px;
}


.edit-horizontal > dd {
    padding: 6px 15px;
}

.preview-img {
    /*ight: 200px;
    width: 226px;
    align-items: center;
    border-color: none;
    margin: 30px 0px 16px 0;*/
    height: 250px;
    width: 250px;
    padding: 20px 0px;
    object-fit: contain;
}

.preview-img-edit {
    height: 200px;
    width: 200px;
    align-items: center;
    margin-left: 19px;
    border-color: none;
}

.btn-account-edit {
    float: right;
    margin: 20px;
}


.magic-class {
    display: flex;
}

/******************************/
/*    Group   */
/******************************/

.wrapper-group {
    padding: 20px;
    max-width: 320px;
    margin: auto;
}

.form-groups {
    content: "";
    display: table-cell;
    clear: both;
    padding: 11px 11px 11px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}


.details-group {
    float: left;
    /*width: 50%;*/
    padding: 20px;
    margin: 10px 0;
}

.logo-group {
    /*float: left;
    padding: 23px 23px;*/
    float: right;
    padding: 28px 0;
    margin-left: 78px;
}

.center-text {
    text-align: center;
}

.icon-star {
    color: orange;
}

.display-Child-Name {
    color: red;
}


/******************************/
/*    Comman Buttons  */
/******************************/

.btn-edit {
    color: white;
    background-color: #8BC53F;
    border: 1px;
    border-radius: 4px;
    text-align: center;
}

    .btn-edit:hover {
        color: black;
        background-color: #97c53f;
    }

    .btn-edit:focus {
        outline: none;
    }

    .btn-edit > a {
        color: white;
        text-decoration: none;
    }

.btn-delete {
    color: white;
    background-color: #505050;
    border: 1px;
    border-radius: 4px;
    text-align: center;
}

    .btn-delete:hover {
        color: black;
        background-color: #696969;
    }

    .btn-delete:focus {
        color: white;
        outline: none;
    }

    .btn-delete > a {
        color: white;
        text-decoration: none;
    }


.btn-copy {
    color: white;
    background-color: dimgray;
    border: 1px;
    border-radius: 4px;
    text-align: center;
}

    .btn-copy:hover {
        color: black;
        background-color: dimgray;
    }

    .btn-copy:focus {
        outline: none;
    }

.btn-preview {
    color: white;
    background-color: #c4c4c4;
    border: 1px;
    border-radius: 4px;
    text-align: center;
}

    .btn-preview:hover {
        color: black;
        background-color: #c4c4c4;
    }

    .btn-preview:focus {
        outline: none;
    }

    .btn-preview > a {
        color: black;
        text-decoration: none;
    }

.btn-comman {
    background-color: #505050;
    color: white;
    padding: 5.5px;
    border: 1px;
    border-radius: 4px;
    display: inline-block;
}

    .btn-comman:hover {
        color: black;
        background-color: #505050;
    }

.btnfloat-Right {
    float: right;
}

/******************************/
/*    Comman Buttons  */
/******************************/

.btn-leftsidebar {
    position: absolute;
    bottom: 30px;
    background-color: #D8D8D8;
    padding: 0;
    width: 250px;
    display: flex;
    justify-content: center;
}

    .btn-leftsidebar > .btn {
        /*width: 70px;*/
    }

    .btn-leftsidebar > li {
        margin: 5px;
    }

.rightsidebar {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #454743;
    padding: 8px 4px 4px 8px;
    border-radius: 10px 0 0 0;
    text-align: left;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: var(--Text-Body-inverse, white);
}

/*.lbl-selectplaylists {
    margin-top: -4px;
    margin-left: -11px;
}*/

.navbar-layout a {
    align-content: center;
}

.btn-group-width {
    /*width: 102px;*/
}

.btn-group-overwrite {
    display: flex !important;
}

.hideDisplayUserBtn {
    padding: 0 15px;
}
/******************************/
/*    Account Page style  */
/******************************/
.tbl-Account {
    border: groove;
}

    .tbl-Account > th > tr > th {
        /*max-width: 30px;*/
    }

.centerAccount-Area {
    padding: 0 375px;
    align-items: center;
}

/******************************/
/*    Preview Image and Video  */
/******************************/

.imagePreview {
    width: 100%;
    height: auto;
    max-height: 800px;
    margin: 0 auto;
}

.videoPreview {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/******************************/
/*    Manage/Index  */
/******************************/

#templatePage {
    width: 100%;
    height: 100%;
    position: relative;
}


.info-account {
    margin: 2px -200px;
}

.user-centerArea {
    padding: 0 375px;
    align-items: center;
}



/*#fileList {
    margin-left:132px;
}*/

.temp-edit {
    margin-top: 6px;
}

.temp-edit-Assetsdisplay {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin-top: 6px;
}

.temp-add-Assetsdisplay {
    /*display: flex;
    flex-direction: column;
    list-style-type: none;
    margin-left: 225px;*/
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
}

.filtereddropdown {
    margin: 5px 5px;
}

/*.detail-area-Template {
    flex: 0 0 250px;
    background-color: #e8e8e8;
    overflow: auto;
}*/
.draggbleVariable {
}

    .draggbleVariable > div:hover {
        cursor: pointer;
    }

#manageAGtbl > tbody > tr > td {
    /*max-width: 150px;*/
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    word-wrap: break-word;
}

#manageUsertbl > tbody > tr > td {
    /*max-width: 150px;*/
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    word-wrap: break-word;
}

.col1 {
    min-width: 150px !important;
    max-width: 150px !important;
    /*background-color:aquamarine;*/
}

.col2 {
    min-width: 130px !important;
    max-width: 130px !important;
    /*background-color:green;*/
}

.col3 {
    min-width: 130px !important;
    max-width: 130px !important;
    /*background-color: aquamarine;*/
}

.col4 {
    min-width: 110px !important;
    max-width: 110px !important;
    /*background-color: green;*/
}

.col5 {
    min-width: 110px !important;
    max-width: 110px !important;
    /*background-color: aquamarine;*/
}

.col6 {
    min-width: 110px !important;
    max-width: 110px !important;
    /*background-color: green;*/
}



/*#mediatable > tbody > tr > td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/
/******************************/
/*    Device/Index  */
/******************************/
#devicePage {
    width: 100%;
    height: 100%;
    position: relative;
}

.generatecode {
    display: inline-flex;
    margin: 0 50px;
}

.loader {
    border: solid 3px #eee;
    border-bottom-color: #6576ef;
    border-radius: 50%;
    content: "";
    height: 30px;
    left: 67%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 30px;
    top: -63px;
}

.modal-addDeviceCode {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.categoryDropdown {
    /*text-shadow: 1px 1px 1px #827b7b;*/
    font-size: 1.3em;
    padding: 0 2.5px;
}

.LastHeartbeat {
    color: blue;
    font-weight: 600;
}

.Runtime {
    color: blue;
    font-weight: 600;
}

.checkHeartbeatclass {
    font-weight: 600;
    background-color: red;
    color: white;
}

.checkHeartbeatclass1 {
    background-color: blue;
    color: white;
    font-weight: 600;
}

.folderTreeClass {
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

    .folderTreeClass :hover {
        cursor: pointer;
    }


.AGNames:hover {
    cursor: pointer;
}
/******************************/
/*    Manage  */
/******************************/
.wrapper-user {
    padding: 20px;
    max-width: 717px;
    margin: auto;
}

.table-users {
    height: 100%;
    width: 100%;
    margin: 70px 0px;
}

.tempdataMsg {
    color: #ac2424b0;
    font-size: large;
    padding: 0 15px;
}


.wrapper-Manage {
    width: 100%;
    height: 100%;
    padding: 20px;
    max-width: 717px;
    margin: auto;
}

.Wrapper-Manage-Main {
    position: absolute;
    height: 100%;
    width: calc(100% - 286px);
    left: 53%;
}

#AccPage {
    width: 100%;
    height: 100%;
    position: relative;
}

.account-Area {
    flex: 0 0 250px;
    list-style-type: none;
    background-color: #9e9e9e3d;
    font-size: 16px;
    padding: 8px;
}

.header-Account {
    display: flex;
    align-items: center;
    padding: 15px;
}

.tbl-Manage {
    border: none;
    font-size: 0.9em;
    overflow: auto;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 0 15px;
}



#manageDropdownCaret {
    margin-right: 5px;
}

#userDropdowncaret {
    margin-right: 8px;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

#userDropdownAvatar {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #262B2D;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-right > li {
    margin-top: 5px;
}

.dropdown-manage {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: left;
    min-width: 160px;
}

    .dropdown-manage > li > a {
        color: #58595b !important;
        padding: 14px 16px;
        display: block;
        text-decoration: none;
        white-space: nowrap;
    }

        .dropdown-manage > li > a:hover {
            background-color: #c4c4c4;
        }

.navbar-right {
    margin-left: 20px;
    margin-right: 20px;
}

.dropdown-help {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: left;
    min-width: 106px;
}

    .dropdown-help > a {
        color: #58595b !important;
        padding: 14px 16px;
        display: block;
        text-decoration: none;
        white-space: nowrap;
    }

        .dropdown-help > a:hover {
            background-color: #c4c4c4;
        }

.dropdown-account {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: left;
}

    .dropdown-account > a:hover {
        background-color: #c4c4c4;
    }

    .dropdown-account > a {
        color: #58595b !important;
        text-decoration: none;
        display: block;
        padding: 10px 20px;
        font-weight: bold;
        white-space: nowrap;
    }

    .dropdown-account > form > button {
        color: #58595b !important;
        text-decoration: none;
        display: block;
        padding: 10px 23px;
        font-weight: bold;
        margin: 0 !important;
        white-space: nowrap;
    }

        .dropdown-account > form > button:hover {
            background-color: #c4c4c4;
        }

.dropdown-language {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: left;
    width: auto;
}

.navbar-default .btn-link {
    color: #4C4E49;
}

.dropdown-form > button {
    padding: 10px;
    display: block;
    text-decoration: none;
    width: 100%;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #4C4E49;
    margin: 0;
}

    .dropdown-form > button:hover {
        background-color: rgba(24, 54, 2, 0.08);
        text-decoration: none;
        color: #4C4E49;
    }

    .dropdown-form > button:active {
        background-color: rgba(24, 54, 2, 0.12);
        color: #1D2B1C;
    }

.dropdown-width {
    width: 300px !important;
    height: 400px !important;
}

.contact-page {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.dropdown:hover .dropdown-content {
    display: inline-block;
}

/******************************/
/*  xtra  */
/******************************/

/*.menu {
    margin: 0 30px 0 0;
}

    .menu a {
        clear: right;
        text-decoration: none;
        color: gray;
        margin: 0 10px;
        line-height: 70px;
    }

span {
    color: #54D17A;
}

label {
    margin: 0 40px 0 0;
    font-size: 26px;
    line-height: 70px;
    display: none;
    width: 26px;
    float: right;
}

#toggle {
    display: none;
}


@media only screen and (max-width: 1000px) {
    label {
        display: block;
        cursor: pointer;
    }

    .menu {
        text-align: center;
        width: 100%;
        display: none;
    }

        .menu a {
            display: block;
            border-bottom: 1px solid #EAEAEB;
            margin: 0;
        }

    #toggle:checked + .menu {
        display: block;
    }
}*/
/*#toggle {
    display:none;
}

.menu {
    margin: 0 30px 0 0;
}

    .menu > ul > li > a  {
        clear: right;
        text-decoration: none;
      
    }

    .menu > ul > li > button{
        clear: right;
        text-decoration: none;
        
    }


.togglelabel {
    margin: 0 40px 0 0;
    font-size: 26px;
    line-height: 70px;
    display: none;
    width: 26px;
}

@media only screen and (max-width: 50%) {
    .togglelabel {
        display:block;
        cursor:pointer;
    }

    .menu {
        text-align: center;
        width: 100%;
        display: none;
    }

        .menu > ul > li > a {
            display: block;
            border-bottom: 1px solid #EAEAEB;
            margin: 0;
        }

        .menu > ul > li > button {
            display: block;
            border-bottom: 1px solid #EAEAEB;
            margin: 0;
        }
    #toggle:checked + .menu {
        display:block;
    }
}*/
/******************************/
/*  FAQ  */
/******************************/
.faqbody {
    text-align: center;
    padding: 150px;
}

h1 {
    font-size: 50px;
}

.faqbody {
    font: 20px Helvetica, sans-serif;
    color: #333;
}

article {
    display: block;
    text-align: left;
    width: 650px;
    margin: 0 auto;
}

.faqa {
    color: #dc8100;
    text-decoration: none;
}

    .faqa:hover {
        color: #333;
        text-decoration: none;
    }

#main-radio > lable {
    display: inline;
    position: relative;
    margin-left: 0.2em;
    _top: 0.2em;
}


#main-radio > div {
    display: inline-flex;
    margin: 8px 9px;
}

.errorClass {
    background: #444;
    color: #eee;
}

.btnVaribleParent {
    /*position: relative;*/
    display: flex;
}

.btnVarible {
    /*position: absolute;
    top: 8%;
    left: 50%;*/
    padding: 0 5px;
}

.btnVaribleDefault {
    position: absolute;
    top: 8%;
    left: 64%;
}

.btnPreview-Default {
    position: absolute;
    top: 8%;
    left: 86%;
}

.custom-file-input {
    display: inline-block !important;
    position: absolute;
    bottom: -4px;
    top: -3px;
}
/******************************/
/*    AddCategory/// */
/******************************/
.addCategoryIcon {
    border-radius: 0%;
    font-size: 22px;
    float: right;
    position: absolute;
    left: 80%;
}

.addChannelicon {
    color: orangered;
    transform: scale(0.7,0.7);
}

.blinking {
    animation: blinkingText 5s infinite;
    font-weight: 600;
    background-color: #8BC53F;
    padding: 2px 10px;
}

@keyframes blinkingText {
    0% {
        color: #000;
    }

    50% {
        color: white;
    }

    100% {
        color: #000;
    }
}

addedPlaylist1 {
    margin-left: 498px;
    margin-top: -32px;
}

.displayPlaylist1 {
    margin: 1px 0;
}

.tbl-user {
    border: none;
    font-size: 1.0em;
    overflow: auto;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 15px 15px;
}


.Paragraph_id {
    color: red;
    font-weight: 600;
}

.GroupIndex {
    padding: 50px;
}

.tbl-GroupIndex {
    padding: 20px 0;
}

.GroupIndex > tbl-GroupIndex {
    margin-bottom: 15px;
    padding: 0 0
}

.AccountIndex {
    padding: 50px;
}

.tbl-AccountIndex {
    padding: 10px 0;
}

.AccountIndex > tbl-AccountIndex {
    margin-bottom: 15px;
    padding: 0 0;
}



/******************************/
/*    ToolTip */
/******************************/
/* FOR TEST PURPOSES ONLY */
.tooltipQuestion {
    position: absolute;
    bottom: -5px;
    right: 2px;
    font-size: 15px;
}


.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: 1;
    margin: -3px 8px;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 300px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -60px;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.redColor {
    color: orangered;
    font-size: 12px;
}

.greenColor {
    color: limegreen;
    font-size: 12px;
}


.table-device {
    font-size: 0.9em;
    overflow: auto;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: calc(100% - 50px);
    flex: 1;
    padding: 0 15px;
}


    .table-device thead tr th:hover {
        cursor: pointer;
        color: black;
    }

.variableAddClass {
    margin-left: 250px;
}

.editVariableBtn {
    margin-left: 225px;
    width: 120px;
}

.addVariableBtn {
    margin-left: 225px;
    width: 120px;
}

.editVariableText {
    width: 120px;
}

.displayVariableText {
    width: 120px;
    background-color: lightgray;
}

.charactorsLimitClass {
    width: 55px;
}
/******************************/
/*    Change class of btn-primary because sweetalert okay button takes class from bootstrap btn-primary */
/******************************/
.btn-primary {
    color: white !important;
    background-color: #8BC53F !important;
    border: 1px !important;
    border-radius: 4px !important;
}

/******************************/
/*  will make the Radio button green instead of origional one  */
/******************************/

in


input[type='radio']:after {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    top: -1px;
    left: -1px;
    position: relative;
    /*background-color: white;*/
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1.5px solid white;
}

input[type='radio']:checked:after {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #8BC53F;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1.5px solid white;
}

.addMediaRadiobtn {
    align-items: center;
}

.modal-header {
    cursor: move;
}


#hide input[type=file] {
    display: none;
    margin: 10px;
}

    #hide input[type=file] + label {
        display: inline-block;
        margin: 20px;
        padding: 4px 32px;
        background-color: #FFFFFF;
        border: solid 1px #666F77;
        border-radius: 6px;
        color: #666F77;
    }

    #hide input[type=file]:active + label {
        background-image: none;
        background-color: #2D6C7A;
        color: #FFFFFF;
    }


.trigger {
    padding: 4px;
    background-color: #8BC53F;
    border: 1px;
    border-radius: 4px;
}


.labelInput span {
    margin: 3px 7px;
}


.labelInput input {
    display: none;
}


.media-label-input {
    margin: 7px 0px;
}



    .media-label-input input {
        display: none;
    }

#replaceFileName {
    font-weight: 100;
}

.spanStyleEditVariable {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 281px;
    overflow: hidden;
}

.ImageOrVideo {
    display: flex;
}

    .ImageOrVideo span {
        display: inline-block;
    }

    .ImageOrVideo label {
        display: inline-block;
    }


/******************************/
/*          GridView            */
/******************************/

.identity-class {
    display: flex;
    border: 2px solid;
}
/******************************/
/*       Identity/Layout            */
/******************************/
.layout-main {
    height: auto;
    padding: 18px;
    max-width: 717px;
    /*max-width: 320px;*/
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    border: 1px solid rgba(0,0,0,0.1);
}

.layout-parent {
    display: flex;
    justify-content: space-evenly;
}

.layout-child1 {
    width: 25%;
}

.layout-child2 {
    padding: 0 35px;
}

    .layout-child2 > div > div {
        width: 100%
    }


.confirmationEmail {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}

    .confirmationEmail > p {
        font-size: 1.2em;
    }


.resetpassword-parent {
    height: auto;
    padding: 18px;
    max-width: 320px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    border: 1px solid rgba(0,0,0,0.1);
}
/******************************/
/*          FAQ Page            */
/******************************/

.panel-info {
    border-color: transparent !important;
}

#Faq-page {
    padding: 20px;
}

.scrollable-page {
    overflow-y: auto;
    height: 100%;
    overflow-x: hidden;
}

#FAQTitleHeader {
    font-size: 2em;
    float: left;
}

#faqSearchBox {
    float: right;
}

#filterFAQ {
    font-weight: normal;
    text-align: right;
    clear: both;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.top-faq-container {
    padding: 10px 0;
}

#bottom-faq-container {
    margin-top: 50px;
}

#faqBodyContainer {
    margin-top: 40px;
}

    #faqBodyContainer > .panel {
        margin-top: 15px !important;
        margin: auto;
    }

.panel-info > .panel-heading {
    color: #fff;
    background-color: #858683;
    border-color: #bbb;
}

.questionToShow {
    color: #fff;
    font-weight: bold;
}

    .questionToShow:link {
        color: #fff;
    }





.TitleFAQ {
    max-width: 500px !important;
}

.DescriptionFAQ {
    max-width: 500px !important;
    max-height: 300px !important;
}

/*.form-group, .form-control {
    display: inline-block;
    width: 100% !important;
}*/


.orderOfQuestion {
    float: right;
}

/*a {
    color: #96c856  !important;
    text-decoration: none !important;
}*/

#displayErrorMsg {
    color: red;
}

#mediaAddBtn {
    cursor: pointer;
    display: block;
    width: 90px;
    background-color: purple;
    height: 25px;
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    line-height: 25px;
    text-align: center;
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    transition: 500ms all;
}

/******************************/
/*      404 Error Page           */
/******************************/


/** {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
}*/

/*#notfound {
    position: relative;
    height: 80vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 710px;
    width: 100%;
    padding-left: 190px;
    line-height: 1.4;
}

.notfound .notfound-404 {
        position: absolute;
        left: 0;
        top: 0;
        width: 150px;
        height: 150px;
    }

        .notfound .notfound-404 h1 {
            font-family: 'Passion One', cursive;
            color: #00b5c3;
            font-size: 150px;
            letter-spacing: 15.5px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .notfound h2 {
        font-family: 'Raleway', sans-serif;
        color: #292929;
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2.5px;
        margin-top: 0;
    }

    .notfound p {
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 15px;
        color: #333;
    }

    .notfound a {
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        background: #fff;
        display: inline-block;
        padding: 15px 30px;
        border-radius: 40px;
        color: #292929;
        font-weight: 700;
        -webkit-box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .notfound a:hover {
            color: #fff;
            background-color: #00b5c3;
        }

@media only screen and (max-width: 480px) {
    .notfound {
        text-align: center;
    }

        .notfound .notfound-404 {
            position: relative;
            width: 100%;
            margin-bottom: 15px;
        }

    .notfound {
        padding-left: 15px;
        padding-right: 15px;
    }
}*/


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
}

#notfound {
    position: relative;
    height: 100vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 460px;
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

    .notfound .notfound-404 {
        position: relative;
        width: 180px;
        height: 180px;
        margin: 0px auto 50px;
    }

        .notfound .notfound-404 > div:first-child {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: #ffa200;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            border: 5px dashed #000;
            border-radius: 5px;
        }

            .notfound .notfound-404 > div:first-child:before {
                content: '';
                position: absolute;
                left: -5px;
                right: -5px;
                bottom: -5px;
                top: -5px;
                -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
                box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
                border-radius: 5px;
            }

        .notfound .notfound-404 h1 {
            font-family: 'Cabin', sans-serif;
            color: #000;
            font-weight: 700;
            margin: 0;
            font-size: 90px;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 50%;
            text-align: center;
            height: 40px;
            line-height: 40px;
        }

    .notfound h2 {
        font-family: 'Cabin', sans-serif;
        font-size: 33px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 7px;
    }

    .notfound p {
        font-family: 'Cabin', sans-serif;
        font-size: 16px;
        color: #000;
        font-weight: 400;
    }

    .notfound a {
        font-family: 'Cabin', sans-serif;
        display: inline-block;
        padding: 10px 25px;
        background-color: #8f8f8f;
        border: none;
        border-radius: 40px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .notfound a:hover {
            background-color: #2c2c2c;
        }

/******************************/
/*      Radio Button            */
/******************************/

.switch-field {
    display: flex;
    /*margin-bottom: 36px;*/
    overflow: hidden;
}

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .switch-field label {
        background-color: #e4e4e4;
        color: rgba(0, 0, 0, 0.6);
        font-size: 14px;
        line-height: 1;
        text-align: center;
        padding: 8px 16px;
        margin-right: -1px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
        transition: all 0.1s ease-in-out;
    }

        .switch-field label:hover {
            cursor: pointer;
        }

    .switch-field input:checked + label {
        background-color: #8BC53F;
        box-shadow: none;
    }

    .switch-field label:first-of-type {
        border-radius: 4px 0 0 4px;
    }

    .switch-field label:last-of-type {
        border-radius: 0 4px 4px 0;
    }



.form-group-selectAll {
}


.form-control-ovrt {
    display: initial;
}

.icon-list {
    margin-left: 4px;
}

/******************************/
/*      Hamburger Menu
*/
/******************************/


/*.loginPartial_label {
    margin: 0 40px 0 0;
    font-size: 26px;
    line-height: 70px;
    display: none;
    width: 26px;
    float: right;
}

#loginPartial_toggle {
    display: none;
}

.loginPartial_menu > ul > li {
    display: inline-block;
}

.loginPartial_menu > ul > li > button {
    align-items: center;

}

    .loginPartial_menu > ul > li > button {
        
    }

@media only screen and (max-width: 1000px) {
    .loginPartial_label {
        display: block;
        cursor: pointer;
    }

    .loginPartial_menu {
        text-align: center;
        width: 100%;
        display: none;
    }

        .loginPartial_menu > ul > li  {
            display: block;
            border-bottom: 1px solid #EAEAEB;
            width: 150px;
        }

    #loginPartial_toggle:checked + .loginPartial_menu {
        display: block;
    }
}*/

/******************************/
/*     Dashboad   */
/******************************/
#dashboardPage {
    width: 100%;
    height: 100%;
    position: relative;
}

/*.addDashboard-Container {*/
/*display: flex;*/
/*display: flex;
}*/


.addDashboard {
    display: flex;
}

    .addDashboard > div {
        margin-right: 10px;
    }

.groupDashCategory > span {
    margin-left: 10px;
}

.accountDashCategory > span {
    margin-left: 10px;
}


.groupDashCategory > ul {
    margin: 5px 20px;
}

.accountDashCategory > ul {
    margin: 5px 20px;
}

.groupDashCategory > ul > li:hover {
    cursor: pointer;
    text-decoration: underline;
}

.accountDashCategory > ul > li:hover {
    cursor: pointer;
    text-decoration: underline;
}

/*.accountDashCategory > ul > li:active {
  text-decoration:double;
    text-decoration: underline;
}

.accountDashCategory > ul > li:active {
    text-decoration: solid;
    text-decoration: underline;
}*/

.dashTemplate-container {
    /*margin-top: 10px;*/
}

.dashTemplate-area {
    padding: 10px;
}

.dashTable-thead {
    background-color: grey;
    color: white;
}

.inputDisabled {
    /* opacity:0.6;*/
    cursor: not-allowed;
    pointer-events: none;
    background-color: lightgray;
}

.divDisabled {
    pointer-events: none;
    opacity: 0.4;
}

.dashboardTitle {
    font-size: 18px;
    font-weight: bold;
}

.dashboard-center-area {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.fullScreen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.addInPlaylist-Container {
    display: flex;
    align-items: center;
}

    .addInPlaylist-Container > label {
        margin-left: 10px;
    }

.playImage {
    height: 138px;
    width: 190px;
    opacity: 0.7;
}

.register-user input, .register-user select, .edit-user input, .edit-user select {
    max-width: none;
}

.register-user a {
    font-size: small;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #93c44a;
}


.grid-media-item-image-container {
    position: relative;
    width: 100%;
    height: 150px;
    background-color: #f8f9fa;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden;
}

.grid-media-item-image {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center !important;
}

.grid-media-item-image-container .playImage {
    position: absolute;
    width: 50% !important; /* Make it bigger */
    height: 50% !important; /* Make it bigger */
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
    opacity: 0.8;
    color: white
}



.grid-media-item-image[src*="url.png"],
.grid-media-item-image[src*="TemplateIcon.png"],
.grid-media-item-image[src*="no-image.png"],
.grid-media-item-image[src*="no-image-thumb.jpg"] {
    width: 80px;
    height: 80px;
    object-fit: contain;
}


.media-thumbnail-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.body-content > div:last-of-type {
    flex: 1;
    max-height: 100%;
    overflow: auto;
}

/******************************/
/*     Sidebar Nav   */
/******************************/

#sidebar-nav {
    position: relative;
    width: 80px;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-family: "Roboto", sans-serif;
    padding: 16px 0 32px 0;
    background-color: rgba(242, 242, 242, 1);
}

.sidebar-nav-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

a.sidebar-nav-item {
    max-width: 72px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    text-decoration: none;
    font-weight: 600;
    font-size: 11px;
    color: #4C4E49;
}

.sidebar-nav-item-icon {
    width: 56px;
    height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

    .sidebar-nav-item-icon svg {
        fill: #4C4E49;
    }

a.sidebar-nav-item.disabled {
    color: rgba(27, 28, 27, 0.45);
    pointer-events: none;
    cursor: default;
}
    a.sidebar-nav-item.disabled .sidebar-nav-item-icon svg {
        fill: rgba(27, 28, 27, 0.45);
    }

a.sidebar-nav-item.active .sidebar-nav-item-icon {
    background-color: rgba(24, 54, 2, 0.12);
}


.sidebar-nav-item:hover:not(.disabled):not(.active) .sidebar-nav-item-icon {
    background-color: rgba(24, 54, 2, 0.08);
}

.sidebar-nav-item img {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/******************************/
/*     Menu Changes   */
/******************************/

.menu-list {
    padding: 10px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #666666;
    font-size: 14px;
}

.menu-divider {
    border-bottom: 1px solid #C8CCC3;
    margin: 4px 0 4px 16px;
}

.menu-divider:last-child {
    display: none;
}

.menu-item-container {
    position: relative;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 16px;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
}

.menu-item.disabled {
    color: rgba(27, 28, 27, 0.45);
}

    .menu-item.active {
        background-color: rgba(24, 54, 2, 0.12);
        color: #1D2B1C;
    }

    .menu-item:hover:not(.disabled):not(.active) {
        background-color: rgba(24, 54, 2, 0.08);
    }

.menu-item-btn {
    width: 30px;
    height: 30px;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    position: absolute;
    right: 7px;
    top: 5px;
    cursor: pointer;
}

.menu-item-btn.visible {
    display: flex;
}

.menu-item-container:hover .menu-item-btn {
    display: flex;
}

    .menu-item-btn:hover {
        display: flex;
        background-color: rgba(24, 54, 2, 0.08);
    }

    .menu-item-btn:active {
        background-color: rgba(24, 54, 2, 0.12);
    }

.menu-item-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 20px;
    max-width: 100%;
}

.menu-item-container:hover .menu-item-label {
    max-width: calc(100% - 30px);
}

.menu-item-label > div {
    padding-top: 2px;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sub-item {
    margin-left: 16px;
}

.add-category {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/******************************/
/*     Table Changes   */
/******************************/
.search-box {
    position: relative;
}

.search-box .search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 14px;
    pointer-events: none; 
}

.search-box input {
    padding-left: 34px; 
}

.search-textbox {
    border-radius: 25px;
    color: #4C4E49;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    height: 52px;
    border-radius: 100px;
    border: 1px solid #C8CCC3;
    background: #FFF;
    display: flex;
    width: 354px;
    height: 52px;
    min-width: 160px;
}

   
.search-textbox::placeholder {
    color: #4C4E49;
    opacity: 1;
}

.search-textbox::-webkit-input-placeholder {
    color: #4C4E49;
}

.search-textbox:-ms-input-placeholder {
    color: #4C4E49;
}

.search-textbox::-ms-input-placeholder {
    color: #4C4E49;
}

.glyphicon-search.search-icon {
    color: #4C4E49;
}

.media-link {
    color: #1D2B1C;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    display: flex;
    min-width: 65px;
    padding: 10px 16px 10px 12px;
    justify-content: center;
    border: none;
    border-radius: 100px;
}

.media-link.text {
    background: rgba(24, 54, 2, 0.00);
}

.media-link.disabled {
    background: rgba(24, 54, 2, 0.00);
    color: rgba(27, 28, 27, 0.45);
}

.media-link.outline {
    border: 1px solid var(--Border-On-primary, #1D2B1C);
    background: rgba(24, 54, 2, 0.00);
    outline: none !important;
}

.media-link.filled {
    border-radius: 100px;
    background: var(--Surface-Background-surface-dark-020, #262B2D);
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--Text-Body-inverse, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
}

.media-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.media-link:not(.disabled):not(:disabled):hover {
    background: rgba(24, 54, 2, 0.08);
}

.media-link:not(.disabled):not(:disabled):active {
    background: rgba(24, 54, 2, 0.18) !important;
}

.media-link.outline:not(.disabled):not(:disabled):hover {
    background: var(--Surface-Background-surface-dark-020, #262B2D) !important;
    box-shadow: 0 1px 2px 0 rgba(27, 28, 27, 0.30), 0 1px 3px 1px rgba(27, 28, 27, 0.15);
    color: var(--Text-Body-inverse, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}

.media-link.filled:not(.disabled):not(:disabled):hover {
    background: var(--Surface-Background-surface-dark-020, #262B2D) !important;
    box-shadow: 0 1px 2px 0 rgba(27, 28, 27, 0.30), 0 1px 3px 1px rgba(27, 28, 27, 0.15);
    color: var(--Text-Body-inverse, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}

.media-link.outline:not(.disabled):not(:disabled):active {
    background: var(--Surface-Background-surface-dark-020, #262B2D) !important;
    color: var(--Text-Body-inverse, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}

.media-link.filled:not(.disabled):not(:disabled):active {
    background: var(--Surface-Background-surface-dark-020, #262B2D) !important;
    color: var(--Text-Body-inverse, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}

.media-link:disabled {
    display: flex;
    padding: 10px 16px 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: var(--State-layer-Primary-disabled, rgba(24, 54, 2, 0.00)) !important;
    color: var(--Text-Body-disabled, rgba(27, 28, 27, 0.45));
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    letter-spacing: 0.1px;
}

.icon-container {
    height: 32px !important;
    width: 32px !important;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}

.icon-inner-container {
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.icon-inner-container:hover {
    border-radius: 100px;
    background: rgba(24, 54, 2, 0.08);
}

.icon-inner-container:active, .icon-inner-container.is-active {
    border-radius: 100px;
    background: rgba(24, 54, 2, 0.18);
}

.layout-option {
    display: flex;
    justify-content: center;
    align-items: center;
}

.action-button-container {
    display: flex;
    gap: 32px
}

.checkbox-container {
    display: flex;
    width: 58px;
    height: 36px;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.checkbox-container input[type="checkbox"] {
    height: 18px;
    width: 18px;
}

.checkbox-container label {
    margin: 0px;
}


.custom-table thead tr {
    border-bottom: 1px solid #C8CCC3;
    background: #FFF;
}

.custom-table thead tr th {
    height: 36px;
    padding: 6px 8px;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.custom-table tr td {
    min-height: 50px;
    padding: 6px 8px;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    vertical-align: top !important;
    border-bottom: 1px solid var(--Border-border-010a, #C8CCC3);
    padding: 0px !important;
}

.custom-table thead tr th .header {
    color: #1D2B1C;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.custom-table .header a:first-of-type {
    margin-left: 5px;
}

.custom-table .table-action {
    display: flex;
    gap: 8px;
    height: 28px;
}

.custom-table tbody {
    border-bottom: 1px solid var(--Border-border-010a, #C8CCC3);
    background: var(--Surface-Background-surface-light-000, #FFF);
}

.checkbox-container input[type="checkbox"] {
    accent-color: #1B1C1B;
}

.row-selected td, .row-active td {
    background-color: #F7F7F7;
}

.title-container {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.item-box-detail {
    display: flex;
    width: auto;
    padding: 8px 8px 0 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.detail-box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    display: flex;
}

.header-container {
    display: flex;
    min-width: 65px;
    align-items: flex-start;
    gap: 8px;
    display: flex;
    padding: 10px 16px 10px 0px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.cms-card {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--Surface-Background-surface-light-000, #FFF);
}

.card-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.cart-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    color: var(--Text-Body-primary, #4C4E49);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.5px;
    width: 100%;
    word-break: break-word;
}

.card-desc {
    color: var(--Text-Body-primary, #4C4E49);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    width: 100%;
    word-break: break-word;
}


.custom-nav-item-container {
    display: flex;
    width: 220px;
    min-width: 112px;
    max-width: 280px;
    padding: 8px 0;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 4px;
    background: var(--Surface-Background-surface-light-010, #F7F7F7);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 2px 6px 2px rgba(0, 0, 0, 0.15);
}

.custom-nav-item {
    display: flex;
    height: 48px;
    align-items: center;
    flex: 1 0 0;
    cursor: pointer;
    width: 100%;
}

.playlist-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.playlist-action {
    display: flex;
    align-items: center;
    gap: 16px;
}

.displayBlock {
    display: block
}

.playlist-label {
    color: var(--Text-Body-primary, #4C4E49);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    letter-spacing: 0.1px;
}

.checkboxitem {
    width: 100px
}

.actionitem {
    width: 140px
}

.cursorPointer {
    cursor: pointer
}

/******************************/
/*     Top Nav Changes   */
/******************************/

.navbar-menu-container {
    display: flex;
    padding-right: 20px;
    height: 100%;
    justify-content: flex-end;
    gap: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #4C4E49;
}

.navbar-menu-btn {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .navbar-menu-btn:hover {
        background-color: rgba(24, 54, 2, 0.08);
    }

    .navbar-menu-btn:active, .dropdown.open > .navbar-menu-btn {
        background-color: rgba(24, 54, 2, 0.18)
    }

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.dropdown-menu.left {
    left: auto;
    right: 0;
}

    .dropdown-menu.left .dropdown-menu.left {
        right: 100%;
        left: auto;
    }

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #4C4E49;
}

.dropdown-menu > li > a {
    padding: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #4C4E49;
}

    .dropdown-menu > li > a:hover {
        background-color: rgba(24, 54, 2, 0.08);
        color: #4C4E49;
    }

    .dropdown-menu > li > a:active {
        background-color: rgba(24, 54, 2, 0.12);
        color: #1D2B1C;
    }


.checkbox-inner-container {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    width: 140px;
}


.ml-30 {
    margin-left: 30px;
}

.expand-icon {
    cursor: pointer;
    margin-left: 8px;
}

.collapsible-row {
    background-color: #f9f9f9;
}

.zone-child {
    padding-left: 30px;
    font-style: italic;
}

.border-none {
    border-bottom: none !important;
    border-top: none !important;
}

.placeholder-row {
    border-bottom: 1px solid var(--Border-border-010a, #C8CCC3);
    background: var(--Surface-Background-surface-dark-010, #454743);
    color: var(--Text-Body-inverse, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.card-header-icon {
    display: flex;
    padding: 10px 16px 10px 0;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
}

.card-header-collapse {
    display: flex;
    padding: 2px;
    justify-content: center;
    align-items: center;
}

.collapse-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.checkboxitem-group {
    width: 50px;
}

.drag-handle {
    cursor: grab;
}

.drag-handle:active {
    cursor: grabbing;
}

.drag-handle {
    cursor: grab;
}

.drag-handle:active {
    cursor: grabbing;
}

.zone-details {
    margin-top: 6px;
    font-size: 13px;
}

.zone-row {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 44px;
    padding: 2px 0;
    padding: 11px 8px;
    color: var(--Text-Body-on-primary, #1D2B1C);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    border-top: 1px solid var(--Border-border-010a, #C8CCC3);
}


.table-cell-container {
    min-height: 50px;
    padding: 11px 8px;
    display: flex;
    align-items: center;
}

.table-cell-container.center-text {
    text-align: center;
    justify-content: center;
}

#mediatable th.checkboxitem {
    padding-left: 0px;
}

.ellipsis-text {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.delete-title {
    color: var(--Text-Body-on-primary, #1D2B1C);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.list-group-item-delete {
    color: var(--Text-Body-on-primary, #1D2B1C);
    font-family: Roboto;
    font-size: 14px;
    border: none;
    font-weight: 400;
}

.list-group-delete {
    max-height: 300px;
    overflow: auto;
}

.revert-icon {
    fill: #4C4E49;
}

.revert-icon.disabled {
    fill: var(--Icon-disabled, rgba(27, 28, 27, 0.45));
}

.actionitem .table-cell-container . icon-container {
    width: 50px;
    height: 50px;
}

.edit-button-container {
display: flex;
align-items: center;
}

.playlist-publish-message-container {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: var(--Surface-Background-surface-dark-010, #454743);
    margin-right: 11px;
}

.playlist-publish-message {
    display: flex;
    align-items: center;
}

.publish-message {
    display: flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Text-Body-inverse, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    letter-spacing: 0.1px;
}

.media-link.outline:disabled {
    border: 1px solid rgba(27, 28, 27, 0.4);
}

.media-link.filled:disabled {
    color: var(--Text-Body-disabled, rgba(27, 28, 27, 0.45));
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    background: rgba(27, 28, 27, 0.08) !important;
}