html, body {
    margin: 0;
    padding: 0;
}


body {
    color: #566787;
    /*background-color: #2a2a2a !important;*/
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
}

    body h4 {
        color: #cdcdce;
    }

/* Header */
.headerPane {
    background-color: #EDEDED;
    background-position: left top;
    background-repeat: no-repeat;
    font-family: Tahoma;
}

    .headerPane .headerTop {
        height: 45px;
    }

.loginControl {
    float: right;
    margin-top: 17px;
    margin-right: 25px;
    font-size: 12px;
}

    .loginControl a {
        color: black;
        text-decoration: none;
        border-bottom: dashed 1px black;
        display: inline-block;
    }

.content {
    padding: 5px;
}


/* Account */
.accountHeader h2 {
    margin: 10px 0 7px 0;
    font-size: 16px;
}

.accountHeader p {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.accountHeader {
    margin-bottom: 20px;
}


/* Moderno */
.dxsplControl_Moderno {
    font-family: Segoe UI;
}

    .dxsplControl_Moderno .headerPane,
    .dxsplControl_Moderno .footerMenu li {
        background-color: White;
        color: Black;
    }

    .dxsplControl_Moderno .accountHeader h2 {
        color: #3B3B3B;
    }

    .dxsplControl_Moderno .accountHeader p {
        font-size: 11px;
    }

    .dxsplControl_Moderno .headerMenu {
        margin-top: 13px;
    }

    .dxsplControl_Moderno .loginControl a,
    .dxsplControl_Moderno .templateTitle a {
        color: #0072c6;
        border-color: #0072c6;
    }

    .dxsplControl_Moderno .templateTitle a {
        font-size: 28px;
    }

    .dxsplControl_Moderno .dxsplVSeparator_Moderno {
        border-bottom: 0 !important;
        border-left: 1px solid #d1d1d1;
        border-right: 1px solid #d1d1d1;
    }

    .dxsplControl_Moderno .footerPane {
        background: #EDEDED;
    }




.table-wrapper {
    background: #fff;
    padding: 20px 25px;
    margin: 30px 0;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.table-title {
    padding-bottom: 15px;
    background: #006ab4;
    color: #fff;
    padding: 16px 30px;
    margin: -20px -25px 10px;
    border-radius: 3px 3px 0 0;
}

    .table-title h2 {
        margin: 5px 0 0;
        font-size: 24px;
    }

    .table-title .btn-group {
        float: right;
    }

    .table-title .btn {
        color: #fff;
        float: right;
        font-size: 13px;
        border: none;
        min-width: 50px;
        border-radius: 2px;
        border: none;
        outline: none !important;
        margin-left: 10px;
    }

        .table-title .btn i {
            float: left;
            font-size: 21px;
            margin-right: 5px;
        }

        .table-title .btn span {
            float: left;
            margin-top: 2px;
        }

table.table tr th, table.table tr td {
    border-color: #e9e9e9;
    padding: 12px 7px;
    vertical-align: middle;
}

    table.table tr th:first-child {
        width: 60px;
    }

    table.table tr th:last-child {
        width: 100px;
    }

table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}

table.table-striped.table-hover tbody tr:hover {
    background: #f5f5f5;
}

table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}

table.table td:last-child i {
    opacity: 0.9;
    font-size: 22px;
  /*  margin: 0 5px; */
}

table.table td a {
    font-weight: bold;
    color: #005f7b;
    display: inline-block;
    text-decoration: none;
    outline: none !important;
}

    table.table td a:hover {
        color: #009bc4;
    }

    table.table td a.edit {
        color: #FFC107;
    }

    table.table td a.delete {
        color: #F44336;
    }

table.table td i {
    font-size: 19px;
}

table.table .avatar {
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

table.table tr th {
    border-top-style: none;
    border-bottom-style: none;
}

.pagination {
    float: right;
    margin: 0 0 5px;
}

    .pagination li a {
        border: none;
        font-size: 13px;
        min-width: 30px;
        min-height: 30px;
        color: #999;
        margin: 0 2px;
        line-height: 30px;
        border-radius: 2px !important;
        text-align: center;
        padding: 0 6px;
    }

        .pagination li a:hover {
            color: #666;
        }

    .pagination li.active a, .pagination li.active a.page-link {
        background: #03A9F4;
    }

        .pagination li.active a:hover {
            background: #0397d6;
        }

    .pagination li.disabled i {
        color: #ccc;
    }

    .pagination li i {
        font-size: 16px;
        padding-top: 6px
    }

.hint-text {
    float: left;
    margin-top: 10px;
    font-size: 13px;
}
/* Custom checkbox */
.custom-checkbox {
    position: relative;
}

    .custom-checkbox input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        margin: 5px 0 0 3px;
        z-index: 9;
    }

    .custom-checkbox label:before {
        width: 18px;
        height: 18px;
    }

    .custom-checkbox label:before {
        content: '';
        margin-right: 10px;
        display: inline-block;
        vertical-align: text-top;
        background: white;
        border: 1px solid #bbb;
        border-radius: 2px;
        box-sizing: border-box;
        z-index: 2;
    }

    .custom-checkbox input[type="checkbox"]:checked + label:after {
        content: '';
        position: absolute;
        left: 6px;
        top: 3px;
        width: 6px;
        height: 11px;
        border: solid #000;
        border-width: 0 3px 3px 0;
        transform: inherit;
        z-index: 3;
        transform: rotateZ(45deg);
    }

    .custom-checkbox input[type="checkbox"]:checked + label:before {
        border-color: #03A9F4;
        background: #03A9F4;
    }

    .custom-checkbox input[type="checkbox"]:checked + label:after {
        border-color: #fff;
    }

    .custom-checkbox input[type="checkbox"]:disabled + label:before {
        color: #b8b8b8;
        cursor: auto;
        box-shadow: none;
        background: #ddd;
    }
/* Modal styles */
#editScreenModal.modal .modal-dialog {
    max-width: 900px;
}

.modal .modal-header, .modal .modal-body, .modal .modal-footer {
    padding: 20px 30px;
}

.modal .modal-content {
    border-radius: 3px;
}

.modal .modal-footer {
    background: #ecf0f1;
    border-radius: 0 0 3px 3px;
}

.modal .modal-title {
    display: inline-block;
}

.modal .form-control {
    border-radius: 2px;
    box-shadow: none;
    border-color: #dddddd;
}

.modal textarea.form-control {
    resize: vertical;
}

.modal .btn {
    border-radius: 2px;
    min-width: 100px;
}

.modal form label {
    font-weight: normal;
}

#listAllRoles {
    margin: 0px 0px;
}
/* Hotfix for Bootstrap v4.0.0-alpha.6*/
.bootstrap-select.btn-group .dropdown-menu.inner {
    display: block;
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

label.error {
    color: red;
}


/* top menu */
.nav-item .nav-link {
    font-size: 16px;
}

/* ############### buttons ################ */
/* primary */
button.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 128, 160,.5) !important;
}

.btn.btn-success, .btn.btn-info {
    background-color: #006ab4 !important;
    border-color: #008CAF !important;
}

    .btn.btn-success:hover, .btn.btn-info:hover {
        background-color: #008CAF !important;
        border-color: #008CAF !important;
    }

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 110, 137,.5);
}

.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 110, 137,.5);
}

.btn.btn-success {
    display: flex;
    justify-content: space-around;
}

/* secondary */

.btn.btn-default {
    background-color: #f6f6f6;
    border-color: #eaeaea;
}

    .btn.btn-default:hover {
        background-color: #eaeaea;
        border-color: #eaeaea;
    }

    .btn.btn-default:focus {
        outline: 0;
        box-shadow: 0 0 0.2rem rgba(0,0,0,.25) !important;
    }

/* primary on login page  */
button#btnOnLogin.btn.btn-info {
    width: 100% !important;
}

/* buttons on dashboard list (user view) */

#table-user-dashboardlist {
    margin-top: 20px;
    width: 100%;
}

    #table-user-dashboardlist a {
        display: flex;
        text-decoration: none;
        width: 100%;
        height: 3rem;
        margin-top: 0.3rem;
        background-color: rgba(0,0,0,0.01);
        color: #7a7878;
        font-size: 16px;
        font-family: "Varela Round", sans-serif;
        font-weight: bold;
        border-radius: .25rem;
        border: 1px solid rgba(0,0,0,0.2);
    }


.icon-container {
    width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #006ab4;
}

    .icon-container i {
        color: white;
        font-size: 1.5rem;
    }

.text-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}


#table-user-dashboardlist tr:first-child a {
    margin-top: 0px;
}

#table-user-dashboardlist a:hover {
    background-color: #f5f5f5;
    color: #006ab4 !important;
}




/* checkbox */

.checkbox {
    display: flex;
    align-content: center;
    align-items: center;
}

    .checkbox label {
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        margin-left: 0.1rem;
    }

#logoLogin {
    height: 8rem;
    width: 100%;
    margin-top: 20px;
    background-image: url(../../Content/Images/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* action buttons in tables */

.modal-content #rolesDashboardTable tbody tr td:last-child, .modal-content #RoleTable tbody tr td:last-child, .modal-content #usersRoleTable tbody tr td:last-child, .modal-content #addUsersRoleTable tbody tr td:last-child {
    display: flex;
    justify-content: flex-end;
}

.modal-content thead tr th:last-child {
    text-align: right;
}

#logoPage {
    height: 5rem;
    width: 20rem;
    background-image: url(../../Content/Images/logo_inverted.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 2rem 0 0;
}

#navBar, #navbarUser {
    padding: 0px 0px 0px 20px;
}

.bg-secondary {
    background-color: #006ab4 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: white !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    /*width: 13rem !important;*/
    border-right: 1px solid rgba(255,255,255,0.2);
}

li.nav-item:first-child {
    border-left: 1px solid rgba(255,255,255,.2);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #006ab4 !important;
    background-color: #f5f5f5;
}

    .navbar-dark .navbar-nav .nav-link:hover .fa {
        color: #006ab4 !important;
    }

.navbar-dark .navbar-nav .nav-link .fa {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.navbar-nav, .nav-item, .nav-link {
    height: 100%;
}

.navbar-dark .navbar-toggler {
    background-color: #006ab4;
    border-color: white;
    margin-right: 20px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* expand modal to 100% width by mobile view */
@media (max-width: 576px) {
    .modal-dialog {
        max-width: 100% !important;
        margin: 0px;
    }
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto
    }
}
@media (max-width: 1199px) and (min-width: 767px) {
    #navBar {
        padding: 0px;
    }

    .navbar-dark .navbar-nav .nav-link {
        width: 100% !important;
    }

    .navbar-dark .navbar-nav .nav-link, #navbarsMenu .navbar-nav .nav-link {
        width: 100% !important;
        height: 5rem !important;
        border-bottom: solid 1px rgba(255,255,255,0.2);
    }
}

@media (max-width: 768px) {
    #navBar {
        padding: 0px 0px 0px 20px;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
    }

    #navbarUser {
        padding: 0px;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
    }

    .navbar-nav {
        box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    }

    #navBar {
        padding: 0px;
    }

    .navbar-dark .navbar-nav .nav-item {
        border-right: none !important;
    }

    .navbar-dark .navbar-nav .nav-link, #navbarsMenu .navbar-nav .nav-link {
        width: 100% !important;
        height: 5rem !important;
        border-bottom: solid 1px rgba(255,255,255,0.2);
    }
}

.navbar-nav li.nav-item {
    height: 5rem;
}

.navbar-nav>a.nav-link {
    height: 5rem;
}

a.nav-link {
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        width: 10rem;
    }
}

@media (min-width: 1500px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        width: 12rem;
    }
}

@media (min-width: 1800px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        width: 13rem;
    }
}

@media (min-width: 992px) {
    .navbar-expand-xl .navbar-nav {
        margin-left: auto;
    }
}

    @media (min-width: 1500px) {
        #editScreenModal.modal .modal-dialog, #addScreenModal.modal .modal-dialog {
        max-width: none !important;
    }

    #editScreenModal .modal-content,
    #addScreenModal .modal-content {
        max-width: 900px !important;
        margin-left: auto;
        margin-right: auto;
    }
}



@media (max-width: 479px) {
    #logoPage {
        max-width: calc(100% - 110px);
        margin: 0 1rem;
    }
}

table.table td a.edit {
    color: #006ab4;
}

.modal-header {
    background-color: #006ab4;
    border-radius: inherit;
}

    .modal-header h4 {
        color: white;
    }

.close {
    color: white !important;
    text-shadow: none;
}

/* ############### Dashboard Parameters ############### */
#dashboardParameterContent {
    vertical-align: top;
    display: table-cell;
    position: relative;    
    width: 200px;
    height: 100%;
    left: 0;
    top: 80px;
    right: 0;
    bottom: 0;
    padding-right: 17px;
}

#dashboardParameterContentHeader {
    width: 100%;
    height: 65px;
    padding: 28px;
    text-align: center;    
}
    #dashboardParameterContent .group {
        line-height: 1.1;
        margin-bottom: 5px;
    }

        #dashboardParameterContent .group label {
            font-size: 12px;
            margin-left: 5px;
        }

        #dashboardParameterContent .group input {
            font-size: 12px;
            width: 100%;
        }

        #dashboardParameterContent .group .subgroup {
            margin-bottom: 1px;
        }

            #dashboardParameterContent .group .subgroup label {
                font-size: 11px;
                margin-left: 5px;
                margin-bottom: 0px;                
            }

            #dashboardParameterContent .group .subgroup input {
                font-size: 11px;
                width: 100%;                
            }

            #dashboardParameterContent .group .subgroup select {
                font-size: 11px;
                width: 100%;                
            }
        

/* ############### drop-down menu for user and role selection ############### */														  

.selectListWithBtn {
    display: flex;
    margin-bottom: 1rem;
    margin-top: 0.3rem;
}

    .selectListWithBtn .form-group, #usersSelectList {
        margin: 0px;
    }

    .selectListWithBtn .form-control:focus {
        box-shadow: none;
    }

#RoleSelector {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    flex-grow: 1 !important;
}

.selectListWithBtn .btn-success {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    flex-grow: 1;
}

#usersSelectList, .rolesSelectList, .selectListWithBtn .form-group {
    flex-grow: 99;
}

    #usersSelectList select {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }

.btn-add-userrole {
    flex-grow: 1;
}

/* ############### footer / copyright ############### */

.footer {
    width: 100%;
    height: 3rem;
    background-color: white;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid 1px rgba(0,0,0,0.3);
    text-align: center;
}

.footerLogin {
    text-align: center;
    display: flex;
    justify-content: center;
}



#addNewRole {
    padding-bottom: 15px;
    background: #E6F4FA;
    color: #fff;
    padding: 16px 30px;
    margin: -10px -25px 10px;
    border-bottom: rgba(0,0,0,0.1) solid 1px;
}

    #addNewRole input {
        width: 100%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #addNewRole .btn {
        margin: 0px !important;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        width: auto !important;
        justify-content: space-between !important;
    }

.btn-addUser,
.btn-addScreen {
    width: auto !important;
}

    #addNewRole .btn i,
    .btn-addUser i,
    .btn-addScreen i {
        margin-right: 0.1rem;
    }



#addNewRole .btn-success:not(:disabled):not(.disabled):active:focus, #addNewRole .btn-success:focus, #addNewRole input:not(:disabled):not(.disabled):active:focus, #addNewRole input:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}

#inputUsername {
    margin-top: 20px;
}

.form-control:focus {
    border-color: #006ab4;
    box-shadow: 0 0 0 0.2rem rgba(0,156,196,.25);
}

/* #################### Nav tabs #################### */

/* fix left border - which comes from the main menu items */
.nav-tabs li.nav-item {
    border-left: none;
}

.nav.nav-tabs {
    font-size: 1rem;
    margin-bottom: 1rem;
    border-bottom-color: #006ab4;
}

.nav-tabs .nav-link.active {
    background-color: #006ab4;
    color: white;
    border-bottom: 1px solid rgba(0,0,0,0);
    border-left-color: #006ab4;
    border-top-color: #006ab4;
    border-right-color: #006ab4;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #006ab4 #006ab4 #006ab4;
}

.nav-tabs .nav-link {
    color: #566787;
}

/*############### round switch - remember me on login page */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 15px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        top: 1px;
        left: 1px;
        height: 13px;
        width: 13px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #006ab4;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* remember me row */

#loginRememberMe {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    #loginRememberMe label:last-child {
        margin-left: 12px;
    }




/* ############### File upload/select button ############### */

.fileContainer {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    /* hide */

    .fileContainer [type=file] {
        cursor: inherit;
        display: block;
        font-size: 999px;
        filter: alpha(opacity=0);
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
    }
    /* button fix */

    .fileContainer .btn.btn-success {
        color: white;
        background-color: #006ab4 !important;
        border-color: #008CAF !important;
    }

    .fileContainer:hover .btn.btn-success {
        background-color: #008CAF !important;
        border-color: #008CAF !important;
    }


/* bootstrap-toogle */
.toggle-on {
    left: -20%;
}

.toggle-off {
    left: 60%;
}

/*Screen Items table*/

.ui-jqgrid-actions .btn {
    min-width: 30px;
    width: 38px;
}

.ui-inline-del, .ui-inline-cancel {
    margin-left: 2px !important;
}

#jqgh_screenItemsTable_Actions,
#jqgh_screenItemsTable_Add_Actions {
    text-align: center;
}

#delmodscreenItemsTable {
    z-index: 1051 !important;
    width: auto !important;
}

.btn.btn-xs.btn-outline-primary.ui-jqdialog-titlebar-close {
    display: none;
}

#info_dialog {
    z-index: 1600 !important;
}

#screenItemsTable_Add [id^="jSaveButton"],
#screenItemsTable_Add [id^="jEditButton"] {
    display: none !important;
}

i.fa.fa-chain-broken {
    color: #F44336;
    font-size: 20px;
}

i.fa.fa-link {
    color: #006ab4;
    font-size: 20px;
}

i.fa.fa-clone {
    color: dimgrey;
    font-size: 20px;
}

#screenTable i.fa {
    margin-left: 5px;
    margin-right: 5px;
}

.dtp .dtp-date, .dtp .dtp-time {
    background: #006ab4 !important;
}

.dtp .dtp-date-view .dtp-header {
    background: #006ab4 !important;
}

.dtp table.dtp-picker-days tr > td > a.selected {
    background: #006ab4 !important;
}

.btn-outline-primary {
    color: #006ab4 !important;
}

    .btn-outline-primary:hover {
        color: #fff !important;
        background-color: #006ab4 !important;
    }

.hideButton {
    display: none !important;
}

.es-list {
    max-height: 160px !important;
}

input.es-input {
    background-color: white !important;
}

.ui-jqgrid .ui-jqgrid-bdiv {
    overflow: unset !important;
}

span.fa.fa-fw {
    width: 0.8rem !important;
}

div.btn.btn-xs.btn-default.ui-pg-div {
    font-size: 0.8rem;
}

input.publicLinkValue {
    max-width: 3.5rem;
    background-color: white;
    border-color: #ced4da;
    border-width: 1px;
    border-radius: 4px;
    padding-left: 3px;
    padding-right: 3px;
    border-style: solid;
    box-shadow: none;
}


.container404 {
    color: white;
    width: 100%;
    height: 100%;
}

.content404 {
    position: relative;
    float: left;
    color: #006ab4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .content404 h1 {
        font-size: 8rem !important;
        text-align: center !important;
    }

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

.carousel-fade .carousel-item {
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity 2s ease-in-out !important;
}

    .carousel-fade .carousel-item.active {
        opacity: 1;
    }

#screenItemsTable input[type=number] {
    text-align: right;
}

body.with-background {
    background-image: url(../../content/images/background.jpg);
    background-position: center;
 --   background-repeat: no-repeat;
    background-size: cover;
}

.lightBlueStripe {
    padding-bottom: 15px;
    background: #E6F4FA;
    color: #fff;
    padding: 16px 30px;
    margin: -10px -25px 10px;
    border-bottom: rgba(0,0,0,0.1) solid 1px;
}

#DashboardTable a.nav-item.nav-link {
    padding: 0px !important;
}

.hide {
    display: none !important;
}