
.align-center {
    margin: 0 auto;
}

.top-logo-banner {
    margin-top: 50px;
}

.top-logo-img {
    width: 160px;
    display: block;
}

#loginbox {
    border: 1px solid #ddd;
    margin-top: 30px;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.jsgrid-cell {
    overflow: hidden;
}

.login-disclaimer {
    color: #343a40 !important;
    font-size: 80%;
    line-height: 18px;
    font-weight: 500;
}

.pg-heading {
    color: #ff4411;
}

.navbar {
    margin-bottom: 0;
}

.container-fluid {
    padding-left: 0px;
}

.jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-bottom: 0;
    background-color: #fff;
}

    .jumbotron p:last-child {
        margin-bottom: 0;
    }

.jumbotron-heading {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}

.card-div {
    padding-top: 1.5rem !important;
}

.row-card-hm {
    margin-left: 5px;
}

.card-hm {
    float: left;
    padding: .75rem;
    margin-bottom: 2rem;
    margin-right: 0.9rem;
    cursor: pointer;
    border-left-width: .25rem;
    border-left-color: #ee1100;
    height: 8em;
    width: 22em;
}

    .card-hm:hover {
        background-color: #ddd;
        border-left-color: #ee1100;
        color: #000000;
    }

    .card-hm > img {
        margin-bottom: .75rem;
    }

.card-hm-text {
    font-size: 85%;
}

.card-text {
    font-size: 85%;
}

.kb-card-title {
    color: #6c757d !important;
}

footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(0,0,0,.03);
    margin-top: 20px;
    width: 100%;
    height: 80px;
}

    footer p {
        margin-bottom: .25rem;
    }

.text-header {
    color: #6C757D;
}

.nav-link {
    padding-right: 4em;
    padding-left: 0;
}

.row-heading {
    color: #ee1100;
    padding-bottom: 0.3em;
}

.login-form {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .login-form input {
        margin-bottom: 0.5em;
    }

.kb-card {
    float: left;
    padding: .75rem;
    margin-bottom: 2rem;
    cursor: pointer;
    border-left-width: .25rem;
    border-left-color: #5bc0de;
    width: 44%;
    height: 210px;
    margin-right: 3rem;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

    .kb-card:hover {
        background-color: inherit;
        border-left-color: inherit;
        color: black;
        -webkit-box-shadow: 0 2px 5px 0 rgba(128,128,128,.96), 0 2px 10px 0 rgba(128,128,128,.96);
        box-shadow: 0 2px 5px 0 rgba(128,128,128,.96), 0 2px 10px 0 rgba(128,128,128,.96);
    }


.form-control {
    margin-bottom: 3px;
}

.blog-post-title {
    color: #ff4411;
}

.blog-post-meta {
    color: #636c72 !important;
}

.navbar-nav {
    margin-left: -25px;
}

table.dataTable thead {
    border-bottom: 1px red solid;
}

table.dataTable th, table.dataTable td {
    padding: 5px;
    white-space: nowrap;
}

table.dataTable .odd {
    background-color: rgba(0,0,0,.05);
}

table.dataTable tbody tr:hover {
    background-color: rgba(0,0,0,.2);
    cursor: pointer;
}

.pad-rt-2 {
    padding-right: 2em;
}

.header-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 100;
    padding: 20px 13% 10px 7%;
    margin-bottom: 5%;
}

.header-sticky-div {
    height: 50px;
}

.footer-bottom-div {
    bottom: 0;
    position: absolute;
}

.kb-breadcrumb {
    background: none;
    margin-left: -15px;
}

.epl-accordion {
    font-size: 60%;
}

.epl-card {
    border: 1px solid rgba(0,0,0,.125);
}

.epl-card-title {
    color: #616161;
}

    .epl-card-title:hover {
        color: #ee1100;
    }

.epl-card-header {
    background-color: #ddd;
    border:1px solid #616161;
}

.eps-tbl-info {
    font-size: 90%;
}

.eps-tbl {
    font-size: 90%;
    padding-left: 30px;
}

    .eps-tbl th {
        background-color: rgba(0,0,0,.08);
    }

    .eps-tbl th, .eps-tbl td {
        border: 1px solid rgba(0,0,0,.2);
        color: #616161;
    }

.epl-trans-title {
    color: #616161;
    font-weight: bold;
    font-size: 95%;
    padding: 5px 0px 5px 0px;
}

    .epl-trans-title::after {
        content: ": ";
    }

.epl-trans-value {
    padding: 5px 0px 5px 0px;
    padding: 5px 0px 5px 0px;
    color: #616161;
}

.chat-div {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 42px;
    cursor: pointer;
    margin-bottom: 12px;
    padding-right: 50px;
}

.chat-frame {
    position: fixed;
    bottom: 0;
    right: 0;
    border-radius: 7px;
    margin-right: 5px;
    width: 350px;
    height: 370px;
    z-index: 1000;
    background-color: whitesmoke;
    border: none;
}

.chat-close {
    position: fixed;
    bottom: 0;
    right: 0;
    border-radius: 7px;
    margin-bottom: 338px;
    margin-right: 20px;
    z-index: 2000;
    color: whitesmoke;
    cursor: pointer;
    display: none;
}

    .chat-close img {
        width: 24px;
    }

#websiteDiv button, #kbArticlesDiv button, #epsilonsitesDiv button, #resetForm button[data-toggle='dropdown'] {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

#websiteDiv .multiselect-container, #kbArticlesDiv .multiselect-container, #epsilonsitesDiv .multiselect-container, #resetForm .multiselect-container, #resetForm li.form-control {
    background-color: #ddd;
    border: 0px;
}

    #websiteDiv .multiselect-container label, #websiteDiv .multiselect-container label, #epsilonsitesDiv .multiselect-container label, #resetForm .multiselect-container label {
        color: #424242;
        font-weight:600;
    }

.error {
    color: red;
}

#userForm .error {
    color: red !important;
    font-weight: normal;
}

#passwordForm .error {
    color: red !important;
}

.event-templates-div {
    background-color: rgba(0,0,0,.03);
    border: rgba(0,0,0,.03) 1px solid;
    color: inherit;
    border-radius: 20px;
    margin-right: 10px;
}

.page-info, .page-info a {
    color: #6c757d !important;
    font-size: 90%;
}

    .page-info a {
        text-decoration: underline;
    }

.page-info-list a {
    color: #6c757d !important;
    font-style: italic;
}

.page-info-icon {
    width: 16px;
    margin-left: 3px;
}

.page-info-container {
    font-size: 90%;
    margin-top: 55px;
}

    .page-info-container hr {
        margin-top: 3px;
        margin-bottom: 3px;
    }

.mandatory {
    color: #B80000;
    font-weight: bold;
    padding-left: 3px;
}

.event-preview-box {
    font-size: 80%;
    height: 70%;
    overflow: scroll;
    border: 1px solid silver;
}

.alert-container {
    padding-left: 36px;
}

tr.jsgrid-row td:nth-child(5n), tr.jsgrid-alt-row td:nth-child(5n) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 50px;
}

#userForm {
    font-size: 90%;
}

.user-row label {
    font-weight: bold;
}

.multiselect-container {
    width: 350px;
    font-size: 95%;
}

.user-row .multiselect {
    /* max-width: 199px; */
    overflow: hidden;
}

.user-row .multiselect-search {
    margin-right: 10px;
}

.role-tbl {
    font-size: 90%;
}

    .role-tbl th {
        background-color: rgba(0,0,0,.08);
    }

    .role-tbl th, .role-tbl td {
        border: 1px solid rgba(0,0,0,.2);
        color: #616161;
        padding: 10px;
        white-space: nowrap;
    }

.role-yes, .role-no {
    text-align: center;
}

    .role-yes img, .role-no img {
        width: 16px;
    }

.icon-role-edit {
    width: 16px;
    height: 14px;
    margin-left: 5px;
    margin-top: -1px;
}

.role-row {
    white-space: nowrap;
}

.selectedSourceCode {
    width: 540px;
    height: 100px;
    border: 1px solid #ced4da;
    background-color: #fafafa;
    border-radius:6px;
}

#epsilon-container label {
    font-weight: bold;
    color: #6c757d !important;
}

.loader-container {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    opacity: 1;
    z-index: 1000;
    padding-top: 120px;
    margin-top: -25px;
}

.loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #38c2ad;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #eeeeee;
            margin: -3px 0 0 -3px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 50px;
                left: 50px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 54px;
                left: 45px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 57px;
                left: 39px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 58px;
                left: 32px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 57px;
                left: 25px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 54px;
                left: 19px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 50px;
                left: 14px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 45px;
                left: 10px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.calender-popup {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%;
}

.daterangepicker {
    background-color: #e0e0e0 !important;
    border: 0px;
}

.icon-img {
    width: 16px;
    height: 16px;
}

.wraptext {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popover {
    max-width: 750px;
    width: auto;
}

#event-log-table {
    border-collapse: collapse;
    width: 95%;
}

    #event-log-table td, #event-log-table th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #event-log-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #event-log-table tr:hover {
        background-color: #ddd;
    }

    #event-log-table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #4CAF50;
        color: white;
    }

.header-content {
    margin-right: 50px !important;
}

.top-header-color {
    background-color: #ee1100 !important;
}

.top-edge {
    height: 16px;
}

.bg-primary {
    background-color: #fff !important;
}

.text-red {
    color: #ee1100 !important;
}

.menu-color {
    color: #6C757D !important;
}

.nav-link {
    color: #6C757D !important;
}

.line-color {
    color: #212529 !important;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: absolute;
}

.footer-alignment {
    margin-left: 120px !important;
    font-weight:600!important;
    
}

.home-header-alignment {
    margin-left: 70px !important;
}

.home-header-padding-bottom {
    padding-bottom: 0.5rem !important;
    padding-top: 1.5rem !important;
}

.home-menu-font-bold {
    font-weight: 500;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none;
    color: red !important;
    background-color: #ddd !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: red !important;
    background-color: #ddd !important;
}

.loginpage-topedge-alignment {
    padding-top: -0.5rem !important;
}

.submitbtn:hover {
    color: #ffffff !important;
    background-color: #ee1100 !important;
    font-weight: 500 !important;
    border-color: #ee1100 !important;
}

.hinttext-info {
    color: #ee1100 !important;
}

/*.form-line-active input:focus, .form-line-active textarea:focus {
    border: 1px solid red !important;
    box-shadow: 0 0 3px red !important;
    -moz-box-shadow: 0 0 3px red !important;
    -webkit-box-shadow: 0 0 3px red !important;
}*/

input:focus, textarea:focus, select:focus {
   border: 2px solid lightgrey !important;
    box-shadow: 0 0 3px lightgrey !important;
    -moz-box-shadow: 0 0 3px lightgrey !important;
    -webkit-box-shadow: 0 0 3px lightgrey !important;
}

.main__header--scroll {
	border-style: solid !important;
	border-color: #ed1100 !important;
	border-width: 15px 0px 0px 0px !important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	border: 0;
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	background: #fff;
	-webkit-animation: menuSlideDown 0.5s both;
	animation: menuSlideDown 0.5s both;
	z-index: 3000;
	box-shadow: 0px 3px 10px 1px #ccc;
    display:block;
}


