﻿.ValidationError {
    color: #320064;
}
.groupheaderCentered {
    position: relative;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.horizontalCenteredFlexContaner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 15px;
}
.horizontalCenteredFlexContanerPaddingSides {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
}

.paddedToolbarItem {
    padding: 20px 15px 20px 15px;
}

.leftMargin {
    margin-left: 6px !important;
}

.div-svgLogo {
    height: 60px;
    padding-left: 4px;
    padding-top: 4px;
}

#dashboardButton {
    background-color: #320064;
    border: none;
    box-sizing: border-box;
    padding: 16px;
    height: 60px;
    width: 60px;
    color: white;
    cursor: pointer;
}

#dashboardButtonSide {
    background-color: #320064;
    border: none;
    box-sizing: border-box;
    padding: 16px;
    height: 60px;
    width: 60px;
    color: white;
    cursor: pointer;
    margin-bottom: 1px;
}

.editDashboardIcon {
    fill: #ffffff;
}

.LoggedInUser {
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    min-height: 60px;
    box-sizing: border-box;
}

    .LoggedInUser .userName {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        min-height: 60px;
        box-sizing: border-box;
    }

.LoggedInUserMin {
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    min-height: 60px;
    box-sizing: border-box;
}

    .LoggedInUserMin .userNameMin {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        min-height: 60px;
        box-sizing: border-box;
    }

.SiteLabel {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    min-height: 60px;
    box-sizing: border-box;
}

    .SiteLabel .siteName {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        min-height: 60px;
        box-sizing: border-box;
    }

.SideLabel {
    position: relative;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    min-width: 60px;
    box-sizing: border-box;
}

.itemSideBar {
    max-width: 60px;
}

#CardViewMenu {
    height: calc(100% - 100px);
}

.CardviewHeading {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-sizing: border-box;
    height: 50px;
}

.HeaderPadding {
    padding-bottom: 10px;
}

.CardView {
    height: calc(100% - 100px);
    border: none !important;
    background-color: transparent !important;
    background: transparent !important;
}

    .CardView td {
        vertical-align: top;
    }

.dxcvEmptyHiddenCard_BaseTheme {
    height: 100px !important;
    border: none !important;
    background: transparent !important;
}

.card {
    height: 100px !important;
    border: none !important;
    padding-bottom: 4px !important;
}

.breakCard {
    border: none !important;
    box-shadow: 0px 0px 2px #aeaeae;
    position: relative;
    transition: box-shadow 0.12s ease-in-out !important;
    -moz-transition: box-shadow 0.12s ease-in-out !important;
    -webkit-transition: box-shadow 0.12s ease-in-out !important;
}

    .breakCard:hover {
        box-shadow: 5px 10px 18px #888888;
        z-index: 10 !important;
        position: relative !important;
    }

.cardEmpty {
    height: 100px !important;
    border: none !important;
}

.MenuItems {
    text-decoration: none !important;
    font-size: 1.3em !important;
}

.menuLinkHeader {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
}

    .menuLinkHeader:hover {
        display: block;
        height: 100%;
        width: 100%;
        text-align: center;
        text-decoration: none !important;
    }

.MenuIteminfo {
    display: flex;
    color: #666;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}

.ItemSpan {
    margin: auto;
}

.MenuItemversion {
    width: 100%;
    box-sizing: border-box;
    font-size: 0.8em !important;
    line-height: 1;
    padding: 0;
    display: none;
    color: #666;
}

.MenuCardLayout {
    border: 1px solid white;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 4fr 1fr;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-items: center;
}

    .MenuCardLayout:hover {
    }

.card:hover {
    /*background-color: rgba(0,0,0,0.2);*/
}

    .card:hover .MenuIteminfo {
        /*color: white;*/
    }

    .card:hover .MenuItems {
        /*font-weight: 500;*/
    }

    .card:hover .MenuItemversion {
        display: inline-block;
        color: #320064;
        text-align: center;
    }

.myform-outer {
    display: table;
    width: 100%;
}

    .myform-outer .myform-row {
        display: table-row;
    }

        .myform-outer .myform-row .myform-cell {
            display: table-cell;
            vertical-align: middle;
            width: 70%;
            padding-top: 3px;
        }

        .myform-outer .myform-row .myform-label {
            display: table-cell;
            vertical-align: middle;
            width: 30%;
            padding-top: 3px;
        }

.scroll-form {
    overflow-y: auto;
}

.formRegister {
    width: 100% !important;
}

.formLogin {
    width: 400px !important;
}

.shadowFormGroup {
    box-shadow: 10px 10px #DDD;
}

.centered-cell {
    text-align: center !important;
}

.confirm-form {
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
}

.help-block {
    color: #320064;
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
}

    .help-block ul {
        list-style-type: none;
        margin-block-start: 0px;
        margin-block-end: 0px;
        padding-inline-start: 0px;
    }

    .help-block li {
        padding-left: 1em;
        text-indent: -1em;
    }

        .help-block li:before {
            content: "*";
            padding-right: 5px;
        }

        .help-block li:after {
            content: "*";
            padding-left: 5px;
        }

html, body, form {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.imageBackground {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.body-content {
    display: flex;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.login-body-content {
    background: url(Images/CentracomLogoRGB.svg);
    background-repeat: no-repeat;
    background-position: 10px 6px;
    background-attachment: fixed;
    background-size: 20%;
    justify-content: center;
    overflow: hidden;
}

.login-form-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-top: 60px;
    margin-left: 2px;
    margin-right: 2px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

    .login-form-container .loginview {
        box-sizing: border-box;
    }

login-form-container::before, login-form-container::after {
    content: '';
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.login-form-container::-webkit-scrollbar {
    display: none;
}

.form-container {
    margin: auto;
    margin-top: 60px;
    background: #fff;
    overflow: auto;
    height: 100%;
    box-sizing: border-box;
}

    .form-container::-webkit-scrollbar {
        display: none;
    }

.form-container-lge {
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
}

.form-container-margins {
    margin: 6px 6px 6px 6px;
    -ms-overflow-style: scrollbar;
    scrollbar-width: auto; /* Firefox */
}

    .form-container-margins::-webkit-scrollbar {
        display: normal;
    }

.form-container-paddings {
    padding: 6px 6px 6px 6px;
    -ms-overflow-style: scrollbar;
    scrollbar-width: auto; /* Firefox */
}

    .form-container-paddings::-webkit-scrollbar {
        display: normal;
    }

.form-container-centered {
    display: flex;
    justify-content: center;
}

.table-form {
    width: 800px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.75);
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
}

    .table-form td {
        padding: 4px;
    }

.table-form-reg {
    width: 800px;
    margin: auto;
    text-align: center;
    background-color: rgba(255,255,255,0.75);
    border: 15px solid transparent;
}

.table-form-subtable {
    width: 300px;
    margin-top: 0;
    text-align: center;
    border: 15px solid transparent;
}

.table-form-cell {
    background-color: rgba(255,255,255,0.5);
    vertical-align: top;
}

.cell-spacing {
    padding: 10px;
}

.errorStyle {
    color: red;
    text-align: center;
    font-family: Roboto Light, Arial, Verdana;
}

    .errorStyle ul {
        color: #BA1A2F;
        font-size: 12px;
        text-align: left;
        list-style: none;
        padding: 0;
    }

        .errorStyle ul li {
            padding: 0;
        }

.reg-header {
    visibility: visible;
}

.reg-footer {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_p {
    margin: 0 !important;
}

.button-google {
    width: 250px;
    margin-left: 15px;
}

/* The following is used for the Google button */

#customBtn {
    display: inline-block;
    background: #4285f4;
    color: white;
    width: 240px;
    border: thin solid #4285f4;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
    height: 50px;
}

    #customBtn:hover {
        cursor: pointer;
        box-shadow: 1px 1px 2px 2px rgba(66,133,244,0.2);
    }

span.icon {
    background: url('Images/google_logo.png');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    width: 48px;
    height: 48px;
    /*background-size: 48px 48px;*/
    float: left;
    margin: 0;
    padding: 0;
}

span.buttonText {
    display: inline-block;
    box-sizing: border-box;
    line-height: 50px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding-left: 4px;
    padding-right: 4px;
}

/* Google button styles end here */

.toolBar {
    height: 50px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: stretch;
    width: 100%;
    margin-bottom: 6px;
    margin-top: 6px;
    box-sizing: border-box;
}

    .toolBar input {
        height: 25px;
    }

    .toolBar .toolTextButton {
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-left-style: none !important;
    }

    .toolBar .itemDiv {
        margin-left: 6px;
        display: flex;
        align-items: center;
        flex-direction: row;
        align-content: center;
    }

    .toolBar .itemDivRight {
        margin-left: 6px;
        display: flex;
        align-items: center;
        flex-direction: row;
        align-content: center;
        float: right;
    }

.toolBarNarrow {
    margin-bottom: 0px;
    margin-top: 0px;
}


@media screen and (max-device-width: 620px) {
    div [class='form-container'] {
        height: 100% !important;
    }

    table[class='table-form-reg'] {
        width: 100% !important;
    }

    td[class='table-form-cell'] {
        min-height: 500px !important;
        width: 100% !important;
    }

    table[class='table-form-subtable'] {
        width: 100% !important;
    }

    tr[class='reg-header'] {
        display: none !important;
    }

    div[class='imageBackground'] {
        background-image: url(Images/Pindrop-Website-Landing-Page-Mobile-Final.jpg) !important;
    }

    .reg-footer {
        flex-wrap: wrap;
    }
}

@media not all and (pointer: none) {
    .MenuCardLayout {
        grid-template-rows: 1fr 4fr;
    }

        .MenuCardLayout .MenuItemversion {
            display: none;
        }

    .breakCard:hover .MenuItemversion {
        display: none;
    }
}

@media screen and (max-width: 812px) and (orientation: portrait) {
    .LoggedInUser {
        display: none;
    }

        .LoggedInUser .userName {
            display: none;
        }

    .LoggedInUserMin {
        display: flex;
    }

        .LoggedInUserMin .userNameMin {
            display: flex;
        }

    .SiteLabel {
        display: none;
    }

    .SideLabel {
        display: flex;
    }

    .MenuCardLayout {
        grid-template-rows: 1fr;
        min-height: 35px;
    }

        .MenuCardLayout .MenuIteminfo {
            display: none;
        }

        .MenuCardLayout .MenuItemversion {
            display: none;
        }

    .breakCard {
        border: none !important;
    }

        .breakCard:hover .MenuItemversion {
            display: none;
        }
}

@media screen and (max-width: 812px) {
    .formRegister {
        width: 100% !important;
    }

    .formLogin {
        width: 100% !important;
    }

    .myform-outer {
        display: normal;
        width: 100%;
    }

        .myform-outer .myform-row {
            display: inline-block;
        }

            .myform-outer .myform-row .myform-cell {
                display: inline;
                width: 100%;
                padding-top: 3px;
            }

            .myform-outer .myform-row .myform-label {
                display: table-cell;
                vertical-align: middle;
                width: 100%;
                padding-top: 3px;
            }
}
