#logo-main {
    padding-left: 0 !important;
}
.w3-sidebar {
    transition: all .3s ease-in-out;
}
.w3-sidebar .w3-bar-item
{
    display:flex;
    align-items:baseline; 
}
.w3-sidebar a > i 
{
    margin-right:.5rem;
    transition:.2s;

}
.w3-sidebar a > span 
{
    flex:1;
}
.w3-sidebar a > i.bar-accordian-link {
    margin-left:.5rem;
    margin-right:0 !important;
    padding: .2rem .5rem;
}
.w3-sidebar a.expand > i.bar-accordian-link {
    transform: rotate(90deg);
}

#logo-small {
    padding: 0 !important;
    padding-left: .6rem !important;
}
#logo-bottom {
    margin-bottom:.5rem;
    position:relative; left:-.3rem;
}

#logo-bottom img {
    height: 4rem;
}

.w3-red {
    background-color: #e41e27 !important;
}


#nav-border {
    z-index: 3;
    height: 100%;
    position: fixed;
    left: 220px;
    transition: all .3s ease-in-out;
    border-left: solid 1px #e41e27;
}

#nav-border.glow {
    width: 5px;
    background-image: linear-gradient(to right,rgba(228, 30, 39, .8) ,rgb(135, 135, 135, .7) ); 
}

#main-container {
    background-color: white;
    padding: 1rem;
    width: 100%;
}
.w3-main {
display:flex;
flex:1;
}
.w3-main > div {
    margin-left: 12px !important;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.w3-main header {
    padding:0!important;
}
.w3-main header h2 {
margin-bottom:0!important;
}
.w3-main #bread-crumbs {
    padding:0 .5rem !important;
    padding-bottom:.4rem !important;
}
.w3-main #bread-crumbs > i {
    padding-left:.5rem;
    padding-right:.4rem;
    font-size: .8rem;
    opacity:.8;
}


.w3-table td:first-child {
    padding-left: 5px;
    color: #e41e27;
}
.append-table td:first-child {
    color:initial !important;
    padding-left:.3rem;
}
/*.form-attached .title label {
    font-size: 18px;
    font-weight: bold;
}*/

@media (min-width:993px)
{
    .w3-sidebar.w3-collapse
    {
        display:flex!important;
    }
    #logo-main {
        display:block;
    }
    #logo-small {
        display:none !important;
    }
    #logo-bottom {
        display:block;
    }
    #nav-border {
        left:220px;
    }
    .w3-sidebar h8 {
        display:unset;
    }
    .w3-sidebar a span
    {
        display:unset;
    }
}
@media (max-width:992px)
{
    .w3-sidebar.w3-collapse
    {
        display:flex!important;
        width:53px!important;
    }
    #logo-main {
        display:none !important;
    }
    #logo-small {
        display:block;
    }
    #logo-bottom {
        display:none !important;
    }
    #nav-border {
        left:53px;
    }
    .w3-sidebar h8 {
        display:none !important;
    }
    .w3-sidebar a span
    {
        display:none !important;
    }
    .w3-main
    {
        left:53px;
        margin-right:0!important;
    }
    .w3-sidebar a > i.bar-accordian-link {
        display:none;
    }
}

.form-button {
    display:inline;
}
#main-container {
    border-radius:3px;
}



.w3-container-main {
    display: flex;
    flex-direction: column;
}
.w3-container-main.animated {
    display: none;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}
.w3-container-main > .title > i {
    font-size:1.2rem;
    margin-right:.4rem;  
    position:relative;
    top:-3px;
}
.w3-container-main > .title > label {
    font-size:1.8rem;
}
.w3-container-main > .title > span {
    font-size:1.2rem;
    display:block;
}
.w3-container-main .paginator 
{    
    display: flex;
    align-items:flex-start;
    margin:.5rem;
}
.w3-container-main .paginator .status-row
{
    display: flex;
    align-items: center;
}
.w3-container-main .paginator .status-row .form-spinner {
    margin: 0;
    font-size: 2.5px;
    margin-right: .3rem;
    /*border-color: rgba(50, 50, 50, 0.1);
    border-left-color: blue;*/
}
.w3-container-main .paginator .status-row .form-spinner-message {
    font-size:1.2rem;
    padding-top: .1rem;
}
.w3-container-main .paginator .status-row .form-status {
    margin-top:.2rem;
    padding: .5rem 1rem;
    border: solid 1px #e41e27;
    color: #e41e27;
    background-color: rgba(255, 0, 0, .2);
}
.w3-container-main .paginator .pagination
{    
    display: flex;
}
.w3-container-main .paginator .pagination input
{    
    width: 45px;
    text-align:center;
    margin:0 .5rem;
    padding:.2rem !important;
}
.w3-container-main .paginator .pagination .row-count-container
{
    margin-right:.3rem;
    align-self:center;
}
.w3-container-main .paginator .navigation .w3-button {
    padding: 3px 11px !important;
    padding-right: 5px !important;
    margin-right:0 !important;
}
    .w3-container-main .record-display .record-count {
        color: #373737;
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: .05em;
    }
.w3-container-main .record-display .record-label {
        color: dimgray;
    font-size: 1.2rem;
    margin-left: 3px;
}
.w3-container-main .form-buttons
{
    margin-top:.5rem;
    margin-bottom:1rem;
}
.w3-container-main .w3-button {
    padding: 6px 12px !important;
    transition:.3s ease-in-out;
     background-image: linear-gradient(to bottom, lightgray, gainsboro);
    /*background-clip: padding-box;*/

}
.w3-container-main .w3-button.disabled {
    background-image: none !important;
    cursor: default !important;
    background-color: darkgray !important;
}
.w3-container-main .w3-button.disabled label {
    cursor: default !important;
}
.w3-container-main .w3-button.disabled i {
    cursor: default !important;
}
.w3-container-main .w3-button.small
{
    padding: 7px 12px !important;
    display:inline;
}
.w3-container-main .w3-button:hover {
     background-image: linear-gradient(to bottom, gainsboro, lightgray);
}
.w3-container-main .w3-button:active
{
     background-image: linear-gradient(to bottom, darkgray, lightgray);
}
    .w3-container-main .w3-button i {
        font-size: .7rem;
        padding-right: .5rem;
        position: relative;
        top: -1px;
        color: #373737;
    }
.w3-container-main .w3-button:active {
    transition:.1s;
}

.w3-table td.xx-small, .w3-table th.xx-small {
    width: 40px;
}
.w3-table td.id, .w3-table th.id {
    width:60px;
}
.w3-table td.inactive, .w3-table th.inactive {
    width: 80px;
}
.w3-table td.small, .w3-table th.small {
    width: 80px;
}
.w3-table td.medium, .w3-table th.medium {
    width: 120px;
}
.w3-table td.date, .w3-table th.date {
    width: 200px;
}
.w3-table td.hidden, .w3-table th.hidden {
    display:none;
}

/* Diagonal stacked paper effect */
.thumbnail-list {
    position: relative;
    z-index: 5;
    margin: 1rem;
    margin-top: .5rem;
}

.form-attached .header img.thumblogo {
    max-width: 40px;
    margin: 0 !important;
    /*z-index:1;*/  
}

.form-attached .header > img.thumblogo {
    margin: 1rem !important;
    margin-top: .5rem !important;
}
.form-attached .header img.thumbnail {
    max-width: 60px;
    margin: 0 !important;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.1),0 3px 10px 0 rgba(0,0,0,0.1) !important;
    /*z-index:1;*/  
}

.form-attached .header > img.thumbnail {
    margin: 1rem !important;
    margin-top: .5rem !important;
}

.form-attached .header .thumbnail-list {
    margin-right: 1.5rem;
}

.thumbnail-list::before,
.thumbnail-list::after {
    box-shadow: 2px 1px 1px rgba(0,0,0,0.15);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #eee;
}

/* Second sheet of thumbnail-list */
.thumbnail-list::before {
  left: 4px;
  top: 4px;
  z-index: -1;
}

/* Third sheet of thumbnail-list */
.thumbnail-list::after {
  left: 8px;
  top: 8px;
  z-index: -2;
}

.form-window .w3-button {
    padding: 8px 16px !important;
    transition: .3s ease-in-out;
    background-image: linear-gradient(to bottom, lightgray, gainsboro);
    /*background-clip: padding-box;*/
}
.form-window .w3-button.small
{
    padding: 7px 12px !important;
}
.form-window .w3-button:hover {
     background-image: linear-gradient(to bottom, gainsboro, lightgray);
}
.form-window .w3-button:active
{
     background-image: linear-gradient(to bottom, darkgray, lightgray);
}
    .form-window .w3-button i {
        padding-right: .5rem;
        position: relative;
        top: 0px;
        color: #373737;
    }
.form-window .w3-button:active {
    transition:.1s;
}


.w3-tab-table .form-field input[disabled] {
    margin-bottom: -5px !important;
}



.form-attached .form-window-content {
    min-width: 40%;
    max-width: 40%;
    max-height: 90%;
    text-align: initial;
    background-color: #f9fafc;
    border: solid 1px cornflowerblue;
    border-radius: .5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: auto;
}

.form-attached .form-window-content .content {
    margin: 1.5rem;
    margin-bottom: .5rem;
}

.form-attached .form-field {
    padding: 0;
    margin: 0;
    border: none;
    vertical-align: baseline;
}

.form-attached .textarea-field {
    vertical-align: top !important;
}

.form-attached .textarea-field label {
    position: relative;
    top: .5rem;
}

.form-attached .form-field label {
    text-align: right;
    padding-right: .5rem;
}

.form-attached .form-field input[type=checkbox] {
    margin-bottom: .7rem !important;
}

.form-attached .form-field input[type=password] {
    /*width: -webkit-fill-available;*/
}

.form-attached .form-field input[type=text] {
    width: -webkit-fill-available;
}

.append-table .date-field input[type=text] {
    width: 113px;
}

.append-table .form-field input[type=number] {
    width: 113px;
}

.form-attached .form-field input[type=number] {
    /*width: -webkit-fill-available;*/
    width: 113px;
}

.w3-table tr.drop-target {
    background-color: rgba(244, 67, 54, .5) !important;
}

.form-attached .form-field.short input {
    /*width: -webkit-fill-available;*/
    width: 113px !important;
}

.form-attached .form-field.medium input {
    /*width: -webkit-fill-available;*/
    width: 226px !important;
}

.form-attached .form-field select {
    /*width: -webkit-fill-available;*/
}

.form-attached .form-field textarea {
    padding: .5rem;
    min-height: 10rem;
    background-color: white;
    border: solid 1px lightgray;
    width: -webkit-fill-available;
}

    .form-attached .form-field textarea:read-only
    {
        background-color: gainsboro !important;
    }

.form-attached .footer .form-buttons {
    padding: 1rem;
    border-top: solid 1px lightgray;
    display: flex;
    align-items: baseline;
    margin-top: .5rem;
}


.form-attached .w3-button {
    padding: 8px 16px !important;
    transition: .3s ease-in-out;
    background-image: linear-gradient(to bottom, lightgray, gainsboro);
    /*background-clip: padding-box;*/
}
.form-attached .w3-button.small
{
    padding: 7px 12px !important;
}
.form-attached .w3-button:hover {
     background-image: linear-gradient(to bottom, gainsboro, lightgray);
}
.form-attached .w3-button:active
{
     background-image: linear-gradient(to bottom, darkgray, lightgray);
}
.form-attached .w3-button i {
    padding-right:.5rem;
    position:relative;
    top:0px;
color:#373737;
}
.form-attached .w3-button:active {
    transition:.1s;
}


.file .w3-button {
    max-height: 40px;
}


.w3-container-main .form-filters {
    padding: 0;
    padding-top: .3rem;
    border: 0;
}
.w3-container-main .form-filters .header h3
{
    margin: 0!important;
    font-size: 1rem !important;
}
.w3-container-main .form-filters .content {
    padding:0;
    padding-top:1rem;
    display:flex;
}
.w3-container-main .form-filters .content .items
{
    margin-right: 1rem;
}
.w3-container-main .form-filters .form-buttons {
    padding:0;
    padding-left:1rem;
display:flex;
}
.w3-container-main .form-filters .form-field label {
    padding:0;
    padding-right:.5rem;
    font-size:1rem;
    min-width:6.5rem;
}
.w3-container-main .form-filters .form-field input {
    padding:3px;
    width:320px;
}
.w3-container-main .form-field {
    padding-bottom: .5rem;
}




.form-section .header {
    padding: .5rem 1.5rem !important;
}

.form-section .header i {
    padding-right:.5rem !important;
}
.form-section .header i.fa-times-circle {
    position: relative;
    top: -2px;
    color: #f44336!important;
}
.form-section .header h3 {
   font-size: 1.8rem !important;
}
.form-section table {
    width:100%;
}
.form-section table td.field-key {
    text-align:right;
}
.form-window .form-field select {
    padding:.5rem .2rem !important;
    margin-bottom:.5rem !important;
}
.form-window .form-field input {
    padding:.4rem !important;
    margin-bottom:.5rem !important;

}
.form-attached .form-field select {
    padding: .5rem .2rem !important;
    margin-bottom: .5rem !important;
}

.read-only-display {
    margin-bottom: -.5rem !important;
}

.form-attached .form-field input {
    padding: .4rem !important;
    margin-bottom: .5rem !important;
}

.form-attached .form-field input:read-only {
    margin-bottom: .5rem;
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.form-attached .form-field input.no-space {
    margin-bottom:-5px !important;
}
.form-attached .form-field input.small-space {
    margin-bottom:0px !important;
}

/*.form-section table td:first-of-type {
    width:165px;
}*/
.form-attached table td.field-key {
    width:145px;
}

.form-attached .title-bar {
    display: none !important;
}

.form-attached .header {
    padding-top: 0 !important;
    padding-left: 0 !important;
}

table.metadata td.field-key {
    text-align:right;
}
textarea.script {
    min-height: 100px !important;
}
textarea.selection-list {
    min-height: 100px !important;
}

table.metadata .field-key {
    padding-bottom: .5rem;
padding-right:.5rem;
}

table.metadata .field-value {
    padding-bottom: .5rem;
}
table.metadata .field-value input[type=text] {
    width:100%
}
table.metadata .field-value input[type=number] {
    width:113px;
}
table.metadata .field-value select {
   
}
table.metadata .metadata-item { 
    display:flex;
}
 table.metadata .w3-check, .w3-radio {
    top: -1px !important;
}
 table.metadata .metadata-label {
         padding: .5rem;
 }

.w3-table th {
    font-weight: normal;
}
.w3-table th > div > span
{
    flex:1;
    user-select:none;
    white-space:nowrap;
}
.w3-table th > div, .w3-table td > div
{
    padding:6px 8px;
}
.w3-table tr.empty-row td
{
    padding:.5rem;
}
.w3-table th > div {
    padding: 6px 8px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    background-color: #ddd !important;
    transition: .3s ease-in-out all;
    border-right: solid 1px silver;
    cursor: pointer;
    background-image: linear-gradient(to bottom, lightgray, gainsboro);
    /*background-clip: padding-box;*/
}
.w3-table th > div:hover
{
     background-image: linear-gradient(to bottom, gainsboro, lightgray);
}
.w3-table th > div:active
{
     background-image: linear-gradient(to bottom, darkgray, lightgray);
}
.w3-table th.actions > div, .w3-table th.delete > div, .w3-table th.thumbnail > div, .w3-table th.select > div, .w3-table th.no-sort > div {
    cursor: default;
    background-image: linear-gradient(to bottom, lightgray, gainsboro) !important;
}

.w3-table td.delete > i {
    font-size: 1.2rem;
    color: indianred;
    position: relative;
    top: 2px;
transition: .1s ease-in-out;
cursor:pointer;
}
.w3-table td.delete > i:hover {
    color: red;
}


.w3-table th > div > i
{
    display:none;
}
.w3-table th > div.sort-up > i {
    position: relative;
    top: 2px;
    padding-left: .5rem;
}
.w3-table th > .sort-up.show > i {
    display: block !important;
}
.w3-table th > div.sort-down > i {
    position: relative;
    top: -4px;
    padding-left: .5rem;
}
.w3-table th > .sort-down.show > i {
    display: block !important;
}
.w3-table th:last-of-type > div
{
    border-right:0;
}

.w3-table tr td span {
    cursor:default;
}

#Overview_Content .w3-table tr td:first-of-type span {
    padding-left:5px;
}

.w3-table tr.selected td {
    background-color: darkgray;
}

.form-window-content {
        width: 600px !important;
    border-radius: 3px !important;
}
.form-section > .title-bar {
    background-color: lightgray;
    height: 25px;
}


.form-window .footer .form-buttons
{
    margin-bottom:0 !important;
}

.w3-sidebar .w3-bar-subItems {
    display:none;
}
.w3-sidebar .w3-bar-subItems .w3-bar-item {
    padding-left:1rem !important;
}
#linkAdmin {
    display:none;
}
body.isAdmin #linkAdmin {
    display:flex;
}

.form-window .content .progress-bar-container {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.form-window .content .progress-bar {
    flex:1;
    height: 3px;
    border: solid 1px lightgray;
    display:flex;
}

.form-window .content .progress-bar .progress {
    background-color:cornflowerblue;
    transition:.3s ease-in-out;
}

.form-window .content .progress-bar-label {
    margin-left:.5rem;
    margin-right:.5rem;
    color: lightgray;
}


.form-section .w3-tab-table section > .title > i {
    font-size: 1.3rem;
    margin-right: .4rem;
    position: relative;
    top: -2px;
}

.form-section .w3-tab-table section > .title > label {
    font-size: 1.8rem;
}

.form-section .w3-tab-table section > .title > span {
    font-size: 1.2rem;
    display: block;
}
.form-section .w3-tab-table .paginator {
    display: flex;
    align-items: flex-start;
    margin: .5rem;
}

    .form-section .w3-tab-table .paginator .status-row {
        display: flex;
        align-items: center;
    }

        .form-section .w3-tab-table .paginator .status-row .form-spinner {
            margin: 0;
            font-size: 2.5px;
            margin-right: .3rem;
            /*border-color: rgba(50, 50, 50, 0.1);
    border-left-color: blue;*/
        }

        .form-section .w3-tab-table .paginator .status-row .form-spinner-message {
            font-size: 1.2rem;
            position: relative;
            top: .2rem;
            padding-left: .2rem;
        }

        .form-section .w3-tab-table .paginator .status-row .form-status {
            margin-top: .2rem;
            padding: .5rem 1rem;
            border: solid 1px #e41e27;
            color: #e41e27;
            background-color: rgba(255, 0, 0, .2);
        }

    .form-section .w3-tab-table .paginator .pagination {
        display: flex;
    }

        .form-section .w3-tab-table .paginator .pagination input {
            width: 38px;
            text-align: center;
            margin: 0 .5rem;
            padding: .2rem !important;
        }

        .form-section .w3-tab-table .paginator .pagination .row-count-container {
            margin-right: .3rem;
            align-self: center;
        }

            .form-section .w3-tab-table .paginator .pagination .row-count-container input {
                width: 38px;
            }

    .form-section .w3-tab-table .paginator .navigation .w3-button {
        padding: 3px 11px !important;
        padding-right: 5px !important;
        margin-right: 0 !important;
    }

.form-section .w3-tab-table .record-display .record-count {
    color: #373737;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .05em;
}

.form-section .w3-tab-table .record-display .record-label {
    color: dimgray;
    font-size: 1.2rem;
    margin-left: 3px;
}

.form-section .w3-tab-table .form-buttons {
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.form-section .w3-tab-table .w3-button {
    padding: 6px 12px !important;
    transition: .3s ease-in-out;
    background-image: linear-gradient(to bottom, lightgray, gainsboro);
    /*background-clip: padding-box;*/
}

    .form-section .w3-tab-table .w3-button.small {
        padding: 7px 12px !important;
        display: inline;
    }

    .form-section .w3-tab-table .w3-button:hover {
        background-image: linear-gradient(to bottom, gainsboro, lightgray);
    }

    .form-section .w3-tab-table .w3-button:active {
        background-image: linear-gradient(to bottom, darkgray, lightgray);
    }

    .form-section .w3-tab-table .w3-button i {
        font-size: .7rem;
        padding-right: .5rem;
        position: relative;
        top: -1px;
        color: #373737;
    }

    .form-section .w3-tab-table .w3-button:active {
        transition: .1s;
    }

    .form-section .w3-tab-table .w3-button.disabled {
        background-image: none !important;
        cursor: default !important;
        background-color: darkgray !important;
    }
    .form-section .w3-tab-table .w3-button.disabled label {
        cursor: default !important;
color:dimgray;
    }
    .form-section .w3-tab-table .w3-button.disabled i {
        cursor: default !important;
color:dimgray;
    }


.valid-dates {
    padding: 1rem;
    padding-top: .5rem;
padding-bottom:0;
width:100%;
}

.valid-date-row {
display:flex;
}

.valid-date {
    margin-left: 1rem;
    margin-right: 1rem;
}
.valid-date i {
    font-size: 1.4rem;
    color: cornflowerblue;
    position: relative;
    top: 1px;
transition:.2s ease-in-out;
cursor:pointer;
}

.valid-date i:hover {
    color: dodgerblue;
}

.valid-date span {
}

.valid-date input[type=text] {
    padding: .2rem !important;
    margin-left: .5rem;
    margin-right: .5rem;
}


.valid-days-row {
    margin-bottom:1rem;
}

.valid-days-enable {
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 0rem;
}

.valid-days-enable input[type=checkbox] {
    margin-left: .3rem;
    margin-right: .3rem;
}

.valid-days-enable label {

}

.valid-days {
    margin-left: 0rem;
    margin-right: .5rem;
    padding-left: 0rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display:flex;
}
.valid-date-range {
    /*margin-bottom:1.5rem;*/
}
.valid-day {
    /*display: flex; */
    align-items: center;
    /* border: solid 1px lightgray; */
    background-color: #e41e27;
    text-align: center;
    color: white;
    border-radius: 3px;
    margin: 0 1px;
    padding: 4px 10px;
    transition:.2s ease-in-out;
    cursor:pointer;
    border:solid 1px red;
}
.valid-day:hover {
    color: #fff;
    background-color: #f44336;
}
.valid-day.disabled {
    color: gray;
    background-color: lightgray;
    border:solid 1px silver;
}

.valid-day > span {
    width: 6rem;
    text-align: right;  
    user-select:none;
}

.valid-day > input[type=checkbox] {
    margin-left: .3rem;
    margin-right: .3rem;
    top: -1px !important;
}
.valid-day.sunday {
    margin-left:.5rem;
}

.valid-time {
    padding-left:0rem;
}
.valid-time > input[type=time] {
    padding: .2rem !important;
    margin-left: .5rem;
    margin-right: .5rem;
    width:140px;
}
.valid-time > input.full {
    width:unset !important;
}

.new-valid-date-row {
    display: flex;
padding-left:.5rem;
}

.new-valid-date {
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    align-items:center;
}

.new-valid-date i {
        font-size: 1.6rem;
    color: cornflowerblue;
    position: relative;
    top: -2px;
    transition: .2s ease-in-out;
    cursor: pointer;
}

.new-valid-date i:hover {
    color: dodgerblue;
}

.new-valid-date span {
margin:0 .5rem;
}


.remove-valid-date {
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    align-items:center;
}

.remove-valid-date i {
    font-size: 1.2rem;
    color: indianred;
    /* position: relative; */
    /* top: -5px; */
    transition: .2s ease-in-out;
    cursor: pointer;
    margin-left: 1px;
}

.remove-valid-date i:hover {
    color: red;
}

.valid-date-message {
   padding-left: .3rem;
     position: relative; 
     top: -.5rem; 
    font-style: italic;
}

.valid-date-list {
    padding-top: 0rem;
    margin-right: 2rem;
    padding-bottom: 1rem;
}

.valid-days-header {
display: flex;
    align-items: center;
    padding: 0;
    border-bottom: solid 1px lightgray;
    padding-bottom: 0 !important;
    padding-top:1rem;
}

.valid-date-days label {

}






.special-dates {
    padding: 1rem;
    padding-top: .5rem;
padding-bottom:0;
width:100%;
}

.special-date-row {
display:flex;
}

.special-date {
    margin-left: 1rem;
    margin-right: 1rem;
}
.special-date i {
    font-size: 1.4rem;
    color: cornflowerblue;
    position: relative;
    top: 1px;
transition:.2s ease-in-out;
cursor:pointer;
}

.special-date i:hover {
    color: dodgerblue;
}

.special-date span {
}

.special-date input[type=text] {
    padding: .2rem !important;
    margin-left: .5rem;
    margin-right: .5rem;
}


.special-days-row {
    margin-bottom:1rem;
}

.special-days-enable {
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 0rem;
}

.special-days-enable input[type=checkbox] {
    margin-left: .3rem;
    margin-right: .3rem;
}

.special-days-enable label {

}

.special-days {
    margin-left: 0rem;
    margin-right: .5rem;
    padding-left: 0rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display:flex;
}
.special-date-range {
    /*margin-bottom:1.5rem;*/
}
.special-day {
    /*display: flex; */
    align-items: center;
    /* border: solid 1px lightgray; */
    background-color: #e41e27;
    text-align: center;
    color: white;
    border-radius: 3px;
    margin: 0 1px;
    padding: 4px 10px;
    transition:.2s ease-in-out;
    cursor:pointer;
    border:solid 1px red;
}
.special-day:hover {
    color: #fff;
    background-color: #f44336;
}
.special-day.disabled {
    color: gray;
    background-color: lightgray;
    border:solid 1px silver;
}

.special-day > span {
    width: 6rem;
    text-align: right;  
    user-select:none;
}

.special-day > input[type=checkbox] {
    margin-left: .3rem;
    margin-right: .3rem;
    top: -1px !important;
}
.special-day.sunday {
    margin-left:.5rem;
}

.special-time {
    padding-left:0rem;
}
.special-time > input[type=time] {
    padding: .2rem !important;
    margin-left: .5rem;
    margin-right: .5rem;
    width:135px;
}

.new-special-date-row {
    display: flex;
padding-left:.5rem;
}

.new-special-date {
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    align-items:center;
}

.new-special-date i {
        font-size: 1.6rem;
    color: cornflowerblue;
    position: relative;
    top: -2px;
    transition: .2s ease-in-out;
    cursor: pointer;
}

.new-special-date i:hover {
    color: dodgerblue;
}

.new-special-date span {
margin:0 .5rem;
}


.remove-special-date {
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    align-items:center;
}

.remove-special-date i {
    font-size: 1.2rem;
    color: indianred;
    /* position: relative; */
    /* top: -5px; */
    transition: .2s ease-in-out;
    cursor: pointer;
    margin-left: 1px;
}

.remove-special-date i:hover {
    color: red;
}

.remove-special-date.disabled i {
    transition:0 !important;
    cursor:default !important;
    color: indianred !important;
}

.multi-edit-row {
    padding-bottom: 5px;
}
.network .multi-edit-row {
    padding-left: 10px;
}
.channel .multi-edit-row {
    padding-left: 10px;
}
.hide-multi-edit .multi-edit-row {
    display:none !important;
}

.multi-edit-label {
    padding-left:5px;
    cursor:default;
    user-select:none;
}

.hide-multi-edit .field-multi-edit {
    display:none;
}

.special-date-message {
    padding-left: .3rem;
    position: relative;
    top: -.5rem;
    font-style: italic;
}


.special-date-list {
    padding-top: 0rem;
    margin-right: 2rem;
    padding-bottom: 1rem;
}

.special-days-header {
display: flex;
    align-items: center;
    padding: 0;
    border-bottom: solid 1px lightgray;
    padding-bottom: .5rem !important;
    padding-top:0rem;
    margin-bottom:.5rem;
}

.special-date-days label {

}


.conditions {
    padding: 1rem;
    padding-top: .5rem;
padding-bottom:0;
}

.condition-row {
display:flex;
}

.condition {
    margin-left: 1rem;
    margin-right: 1rem;
}
.condition i {
    font-size: 1.4rem;
    color: cornflowerblue;
    position: relative;
    top: 1px;
transition:.2s ease-in-out;
cursor:pointer;
}

.condition i:hover {
    color: dodgerblue;
}

.condition span {
}


.days-row {

}

.days-enable {
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 0rem;
}

.days-enable input[type=checkbox] {
    margin-left: .3rem;
    margin-right: .3rem;
}

.days-enable label {

}

.days {
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: 3rem;
    padding-top: .5rem;
    padding-bottom: 2rem;
}
.condition-range {
    margin-bottom:1.5rem;
}
.day {
    display: flex;
    align-items: center;
}


.day > span {
    width: 6rem;
    text-align: right;
}

.day > input[type=checkbox] {
    margin-left: .3rem;
    margin-right: .3rem;
    top: -1px !important;
}

.time {
    padding-left:1rem;
}
.time > input[type=time] {
    padding: .2rem !important;
    margin-left: .5rem;
    margin-right: .5rem;
}

.condition-list {
    padding-top: 1.3rem;
    margin-right: 2rem;
    padding-bottom: 1rem;
}

.condition-header {
display: flex;
    align-items: center;
    padding: 0;
    border-bottom: solid 1px lightgray;
    padding-bottom: 0 !important;
}

.condition-header label {

}

.condition-row {
    display: flex;
    padding-left: .3rem;
    padding-right: .3rem;
    border-bottom: solid 1px lightgray;
    padding-bottom: .7rem;
    padding-top: .7rem;
}

.condition-field {
    padding-right:1rem;
}

.condition-metadata {

}

.new-condition-row {
    display: flex;
padding-left:.5rem;
}

.new-condition {
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    align-items:center;
}

.new-condition i {
        font-size: 1.6rem;
    color: cornflowerblue;
    position: relative;
    top: -2px;
    transition: .2s ease-in-out;
    cursor: pointer;
}

.new-condition i:hover {
    color: dodgerblue;
}

.new-condition span {
margin:0 .5rem;
}

.condition-message {
padding-left:.3rem;
position:relative;
top:-.5rem;
    font-style:italic;
}

.remove-condition {
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    align-items: center;
}

.remove-condition i {
    font-size: 1.2rem;
    color: indianred;
    /* position: relative; */
    /* top: -5px; */
    transition: .2s ease-in-out;
    cursor: pointer;
    margin-left: 1px;
}

.remove-condition i:hover {
    color: red;
}



/*.title .fa-object-group
{
    color:slategray;
    font-size: 1.5rem !important;
    margin-right:.5rem !important;
}
.header .fa-object-group
{
    color: slategray !important;
    font-size: 1.5rem !important;
    position: relative;
    top: 3px;
}

.title .fa-history
{
    color:slategray;
    margin-right:.5rem !important;
}
.header .fa-history
{
    color: slategray !important;
    font-size: 1.5rem !important;
    position: relative;
    top: 4px;
}

.title .fa-clipboard-list
{
    color:brown;
    font-size: 1.5rem !important;
    margin-right:.5rem !important;
}
.header .fa-clipboard-list
{
    color: brown !important;
    font-size: 1.5rem !important;
    position: relative;
    top: 3px;
}

.title .fa-clipboard-list
{
    color:brown;
    font-size: 1.5rem !important;
    margin-right:.5rem !important;
}
.header .fa-clipboard-list
{
    color: brown !important;
    font-size: 1.5rem !important;
    position: relative;
    top: 3px;
}

.title .fa-power-off
{
    color:dodgerblue;
    margin-right:.5rem !important;
}
.header .fa-power-off
{
    color: dodgerblue !important;
    font-size: 1.5rem !important;
    position: relative;
    top: 5px;
}

.title .fa-images
{
    font-size: 1.5rem !important;
    color:forestgreen !important;
    margin-right:.5rem !important;
}
.header .fa-images
{
    color: forestgreen !important;
    font-size: 1.5rem !important;
}

.title .fa-exclamation-triangle
{
    color:#f44336!important;
}
.header .fa-exclamation-triangle
{
    color:#f44336!important;
}

.title .fa-broadcast-tower
{
    color:black;
    margin-right:.5rem !important;
    position: relative;
    top: -5px !important;
}
.header .fa-broadcast-tower
{
    color: black !important;
    font-size: 1.5rem !important;
    position: relative;
    top: 1px;
}*/

.ConfigPage .header 
{
    display:flex;
    align-items:baseline;
}
.ConfigPage .header h3 {
    font-size: 1.8rem !important;
    margin:0;
}
.ConfigPage .header i {
    font-size: 1.3rem;
    margin-right: .4rem;
    position: relative;
    top: -2px;
}
.ConfigPage .form-field {
    width: 60px;
    text-align: right;
}
.ConfigPage .checkbox-field {
    width: fit-content !important;
}
.ConfigPage .form-buttons {
    padding: 1rem;
    border-top: solid 1px lightgray;
    display: flex;
    align-items: flex-start;
    margin-top: .5rem;
}
.ConfigPage .form-buttons .status-row {
    flex:0;
}
.ConfigPage .form-buttons .status-row .form-status {
    margin-top:0;
}
.ConfigPage .form-buttons .status-row .form-status > div {
    white-space:nowrap;
}
/*.ConfigPage .form-buttons .w3-button {
    margin-left:65px;
}*/
.ConfigPage .form-spinner-message {
    white-space: nowrap !important;
}

.update-feedback
{
    opacity: 0;
    position: fixed;
    right: 0px;
    top: 150px;
    padding: 15px;
    font-size: large;
    transition:opacity 0.2s ease-out, left 0.2s ease-out, top 0.2s ease-out;
    color: #2f6f8b;
    background-color: #d1e4f1;
    border:solid 1px #c0e9ef;
    border-top-left-radius:3px;
}
.update-feedback.success,
.update-feedback.green
{color: #317532; background-color: #dff0d4; border:solid 1px #d8eac8;}
.update-feedback.warning,
.update-feedback.yellow
{color: #876b37; background-color: #fcf8e1; border:solid 1px #faedcd;}
.update-feedback.failure,
.update-feedback.error,
.update-feedback.red
{color: #a91c00; background-color: #f2dedc; border:solid 1px #eccfd2;}
.update-feedback.show
{
    opacity:1;
    top:110px;
}

.framesets-header {
    margin: .5rem;
    margin-top:0rem;
    margin-bottom:1rem;
}
.framesets {
    /*margin: 1rem;*/
}
.frameset-header {
}
.frameset-title {
    margin: 1rem;
    font-size: 1.6rem;
    margin-left: .2rem;
    margin-bottom: 0rem;
}
.frameset-actions {
    background-color: whitesmoke;
    border: solid 1px lightgray;
    padding: 1rem;
}

.frameset-image-control {
    margin:1rem 0;
}
.frameset-image {
    width:1920px;
    height:1080px;
    border: solid 1px lightgray;
        display: flex;
    overflow: hidden;
    flex-flow: row;
    position:relative;
}

.framesets .w3-table select {
    background-color:whitesmoke;
}
.framesets .w3-table {
    border: solid 1px silver;
    border-top: none;
}
.framesets .w3-table th.wire-frame {

}
    .framesets .w3-table td {
        vertical-align:middle !important;
    }
.framesets .w3-table td input {
    width:100%;
}
.framesets .w3-table td input[type=number] {
    width:100px;
}
        .framesets .w3-table td select {
            width: 100%;
            background-image: linear-gradient(to bottom, lightgray, gainsboro);
            /*background-clip: padding-box;*/
            transition: .3s ease-in-out;
        }
        .framesets .w3-table td select:hover {
            background-image: linear-gradient(to bottom, gainsboro, lightgray);
        }

        .framesets .w3-table td select:active {
            background-image: linear-gradient(to bottom, darkgray, lightgray);
        }
.framesets .w3-table td {
    padding: 8px 4px;
}
    .framesets .w3-table td.wireframe-thumbnail .sp-replacer {
        border: solid 1px silver;
        background-image: linear-gradient(to bottom, lightgray, gainsboro);
        /*background-clip: padding-box;*/
        transition: .3s ease-in-out;
    }
        .framesets .w3-table td.wireframe-thumbnail .sp-replacer:hover {
            background-image: linear-gradient(to bottom, gainsboro, lightgray);
        }

        .framesets .w3-table td.wireframe-thumbnail .sp-replacer:active {
            background-image: linear-gradient(to bottom, darkgray, lightgray);
        }
    .framesets .w3-table .wireframe-thumbnail {
width:70px;
    }

.form-window .upload-form .form-field.field-key {
    width: 65px !important;
}
.form-filters {
    background-color:#fff !important;
}
.form-window .upload-form .form-field.field-key
{
    white-space: nowrap;
}
.tcp-addresses {

}
.tcp-addresses-loader {
    width: 5em !important;
    height: 5em !important;
    border-width: .8em !important;
    position:relative;
    top:-5px;
}
.get-tcp-addresses {
    padding: .5rem .5rem;
    padding-bottom: .3rem;
    font-size:.9rem;
}
.tcp-addresses button {
    margin-right:5px;
}
.get-tcp-addresses span {
    padding-left: .5rem;
}
.get-tcp-addresses-error {
    padding:.5rem;
    color:red;
    font-style:italic;
    background-color:deeppink;
    border:solid 1px red;
}