﻿body {
    font-family: 'Ubuntu', Helvetica Neue, Helvetica, Arial, Sans Serif;
    -webkit-touch-callout: none;
    /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;
    /* prevent webkit from resizing text to fit */
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    background: #ecf0f2;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 50px;
    margin-right: 50px;
}

/* Override the default bootstrap behavior where horizontal description lists 
will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */

.card-box {
    padding: 20px;
    border: 1px solid rgba(54, 64, 74, 0.08);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #fff;
}

.pageTitle {
    max-width: 1280px;
    margin: 55px auto;
}

    .pageTitle h2 {
        font-size: 20px;
        font-weight: 400;
        color: #506773;
        height: 50px;
        line-height: 50px;
        padding: 0;
        margin: 0 0 0 16px;
    }

        .pageTitle h2 span {
            /*subtitle*/
            font-size: 16px;
            font-weight: 400;
            text-shadow: none;
            margin-left: 10px;
        }

    .pageTitle .titleBTN {
        float: right;
        height: 50px;
        margin: 0 0 0 10px;
    }

        .pageTitle .titleBTN a {
            border: 1px solid #708A97;
            height: 38px;
            display: block;
            margin-top: 8px;
            line-height: 38px;
            border-radius: 20px;
            -ms-border-radius: 20px;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            text-align: center;
            padding: 0 16px;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 700;
            color: #708A97;
            transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
            -webkit-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
            -o-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
            -ms-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
            -moz-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
        }

            .pageTitle .titleBTN a i {
                font-size: 13px;
                vertical-align: middle;
                margin-right: 12px;
            }

            .pageTitle .titleBTN a:hover {
                border: 1px solid #263238;
                color: #435761;
            }

            .pageTitle .titleBTN a.active {
                background: #607D8B;
                color: #fff;
            }

        .pageTitle .titleBTN .dPickerCont label {
            color: #435761;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 60px;
            width: 15%;
            font-weight: 700;
            display: inline-block;
            float: left;
        }

        .pageTitle .titleBTN .dPickerCont div.dPicker {
            line-height: 54px;
            width: 85%;
            display: inline-block;
            float: right;
        }

            .pageTitle .titleBTN .dPickerCont div.dPicker .k-picker-wrap.k-state-default .k-input {
                display: inline-block;
                width: 100%;
                height: 40px;
                outline: 0;
                border: 1px solid #BFCBD1;
                padding: 0 8px;
                border-right: none;
                border-radius: 1px;
                -ms-border-radius: 1px;
                -moz-border-radius: 1px;
                -webkit-border-radius: 1px;
                transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
                -webkit-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
                -o-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
                -ms-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
                -moz-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
            }

                .pageTitle .titleBTN .dPickerCont div.dPicker .k-picker-wrap.k-state-default .k-input:focus {
                    outline: 0;
                    border-color: #708A97;
                }

    .pageTitle .datePicker {
        display: block;
        width: 100%;
        height: 50px;
        margin: 0;
        padding: 0;
    }

        .pageTitle .datePicker .datePickerButtons {
            display: inline-block;
            float: right;
            margin: 2px 0;
        }

            .pageTitle .datePicker .datePickerButtons .datePickerBtn {
                height: 38px !important;
                line-height: 38px !important;
                border: 1px solid #a1b3bc;
                color: #647d8a;
                text-align: center;
                line-height: 36px;
                font-size: 12px;
                font-weight: 700;
                display: inline-block;
                float: left;
                padding: 0 10px;
                text-transform: uppercase;
                transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
                -webkit-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
                -o-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
                -ms-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
                -moz-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
            }

                .pageTitle .datePicker .datePickerButtons .datePickerBtn.datePickerBtnLeft {
                    border-right: none;
                    -webkit-border-top-right-radius: 0;
                    -webkit-border-bottom-right-radius: 0;
                    -webkit-border-bottom-left-radius: 3px;
                    -webkit-border-top-left-radius: 3px;
                    -moz-border-radius-topright: 0;
                    -moz-border-radius-bottomright: 0;
                    -moz-border-radius-bottomleft: 3px;
                    -moz-border-radius-topleft: 3px;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                    border-bottom-left-radius: 3px;
                    border-top-left-radius: 3px;
                }

                .pageTitle .datePicker .datePickerButtons .datePickerBtn.datePickerBtnMiddle {
                    border-right: none;
                }

                .pageTitle .datePicker .datePickerButtons .datePickerBtn.datePickerBtnRight {
                    -webkit-border-top-right-radius: 3px;
                    -webkit-border-bottom-right-radius: 3px;
                    -webkit-border-bottom-left-radius: 0;
                    -webkit-border-top-left-radius: 0;
                    -moz-border-radius-topright: 3px;
                    -moz-border-radius-bottomright: 3px;
                    -moz-border-radius-bottomleft: 0;
                    -moz-border-radius-topleft: 0;
                    border-top-right-radius: 3px;
                    border-bottom-right-radius: 3px;
                    border-bottom-left-radius: 0;
                    border-top-left-radius: 0;
                }

                .pageTitle .datePicker .datePickerButtons .datePickerBtn:hover {
                    border-color: #849ba6;
                    color: #435761;
                }

                .pageTitle .datePicker .datePickerButtons .datePickerBtn.selected {
                    background: #5c7885;
                    color: #fff;
                    transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
                    -webkit-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
                    -o-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
                    -ms-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
                    -moz-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
                    border-color: #5c7885;
                }

        .pageTitle .datePicker .datePickerDates {
            display: block;
            width: 100%;
            height: 40px;
            line-height: 36px;
            margin: 0;
            padding: 0;
        }

            .pageTitle .datePicker .datePickerDates .k-datetimepicker,
            .pageTitle .datePicker .datePickerDates .k-datepicker {
                margin: 0;
            }

                .pageTitle .datePicker .datePickerDates .k-datetimepicker .k-picker-wrap,
                .pageTitle .datePicker .datePickerDates .k-datepicker .k-picker-wrap {
                    background-color: transparent;
                }

                    .pageTitle .datePicker .datePickerDates .k-datetimepicker .k-picker-wrap input.k-input,
                    .pageTitle .datePicker .datePickerDates .k-datepicker .k-picker-wrap input.k-input {
                        height: 40px !important;
                        -webkit-border-top-right-radius: 0;
                        -webkit-border-bottom-right-radius: 0;
                        -webkit-border-bottom-left-radius: 3px;
                        -webkit-border-top-left-radius: 3px;
                        -moz-border-radius-topright: 0;
                        -moz-border-radius-bottomright: 0;
                        -moz-border-radius-bottomleft: 3px;
                        -moz-border-radius-topleft: 3px;
                        border-top-right-radius: 0;
                        border-bottom-right-radius: 0;
                        border-bottom-left-radius: 3px;
                        border-top-left-radius: 3px;
                    }

                        .pageTitle .datePicker .datePickerDates .k-datetimepicker .k-picker-wrap input.k-input:disabled,
                        .pageTitle .datePicker .datePickerDates .k-datepicker .k-picker-wrap input.k-input:disabled {
                            background: #fff;
                        }

                    .pageTitle .datePicker .datePickerDates .k-datetimepicker .k-picker-wrap span.k-select,
                    .pageTitle .datePicker .datePickerDates .k-datepicker .k-picker-wrap span.k-select {
                        height: 40px !important;
                        line-height: 38px;
                        -webkit-border-top-right-radius: 3px;
                        -webkit-border-bottom-right-radius: 3px;
                        -webkit-border-bottom-left-radius: 0;
                        -webkit-border-top-left-radius: 0;
                        -moz-border-radius-topright: 3px;
                        -moz-border-radius-bottomright: 3px;
                        -moz-border-radius-bottomleft: 0;
                        -moz-border-radius-topleft: 0;
                        border-top-right-radius: 3px;
                        border-bottom-right-radius: 3px;
                        border-bottom-left-radius: 0;
                        border-top-left-radius: 0;
                    }

                        .pageTitle .datePicker .datePickerDates .k-datetimepicker .k-picker-wrap span.k-select .k-icon,
                        .pageTitle .datePicker .datePickerDates .k-datepicker .k-picker-wrap span.k-select .k-icon {
                            margin: 0 7px;
                        }

                    .pageTitle .datePicker .datePickerDates .k-datetimepicker .k-picker-wrap.k-state-border-down,
                    .pageTitle .datePicker .datePickerDates .k-datepicker .k-picker-wrap.k-state-border-down {
                        padding-bottom: 0;
                    }

                    .pageTitle .datePicker .datePickerDates .k-datetimepicker .k-picker-wrap.k-state-active,
                    .pageTitle .datePicker .datePickerDates .k-datepicker .k-picker-wrap.k-state-active {
                        box-shadow: none;
                        -moz-box-shadow: none;
                        -webkit-box-shadow: none;
                    }

                    .pageTitle .datePicker .datePickerDates .k-datetimepicker .k-picker-wrap.k-state-disabled input,
                    .pageTitle .datePicker .datePickerDates .k-datepicker .k-picker-wrap.k-state-disabled input {
                        background: #fff;
                    }

                    .pageTitle .datePicker .datePickerDates .k-datetimepicker .k-picker-wrap.k-state-focused input.k-input,
                    .pageTitle .datePicker .datePickerDates .k-datepicker .k-picker-wrap.k-state-focused input.k-input {
                        box-shadow: none;
                        -moz-box-shadow: none;
                        -webkit-box-shadow: none;
                        border-color: #708A97;
                    }

.bigPageTitle {
    max-width: 1280px;
    margin: 25px auto 10px auto;
    padding: 30px 20px;
}

    .bigPageTitle h2 {
        font-size: 24px;
        text-align: center;
        font-weight: 400;
        color: #506773;
    }

        .bigPageTitle h2 a i {
            margin: 0 0 0 10px;
            vertical-align: text-bottom;
            font-size: 28px;
            color: #BFCBD1;
            transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
            -webkit-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
            -o-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
            -ms-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
            -moz-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
        }

            .bigPageTitle h2 a i:hover {
                color: #2980B9;
            }

        .bigPageTitle h2:hover i {
            color: #708A97;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }

    .bigPageTitle.dateTitle {
        margin: 30px auto;
        padding: 0px 20px;
    }

        .bigPageTitle.dateTitle h2 {
            position: relative;
            padding: 40px 0;
            font-weight: 500;
            text-align: left;
            color: #708a97;
        }

            .bigPageTitle.dateTitle h2 span.number {
                font-family: 'montserrat';
                letter-spacing: -0.6px;
                margin: 0 10px;
            }

            .bigPageTitle.dateTitle h2 span.time {
                position: absolute;
                bottom: 0;
                left: 0;
                margin: 0;
            }

            .bigPageTitle.dateTitle h2 span.right {
                font-size: 20px;
                color: #708A97;
                display: inline;
                float: right;
            }

.promoBanner.visualProductU {
    min-height: 100px;
    background: #00B6F0;
    color: white;
    display: none;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    margin-bottom: -2px;
    padding: 0 15px;
}

    .promoBanner.visualProductU img {
        display: inline-block;
        width: 68px;
        margin: 14px;
        float: left;
    }

    .promoBanner.visualProductU h2 {
        padding: 14px 0 0 0;
        font-weight: 700;
        color: #fff;
    }

    .promoBanner.visualProductU p {
        display: inline-block;
        font-weight: 300;
        font-size: 16px;
    }

    .promoBanner.visualProductU.showVisualProductU {
        display: block;
    }

header {
    position: relative;
    top: 0;
    width: 100%;
    height: 80px;
    display: block;
    z-index: 2;
    background: #009fd1;
}

    header .inner {
        max-width: 1280px;
        margin: 0 auto;
        position: relative;
        padding: 0;
    }

        header .inner nav.mainMenu {
            height: 80px;
            display: inline-block;
        }

            header .inner nav.mainMenu ul {
                height: 80px;
                list-style: none;
                margin: 0;
                padding: 0;
            }

                header .inner nav.mainMenu ul li {
                    height: 80px;
                    line-height: 80px;
                    display: inline-block;
                }

                    header .inner nav.mainMenu ul li a.active {
                        color: #fff;
                    }

                    header .inner nav.mainMenu ul li a.mainMenuHome {
                        position: relative;
                    }

                        header .inner nav.mainMenu ul li a.mainMenuHome.active img {
                            opacity: 1;
                        }

                        header .inner nav.mainMenu ul li a.mainMenuHome img {
                            margin-top: -4px;
                            opacity: 1;
                            width: 40px;
                            opacity: 0.65;
                            transition: all 0.25s ease-out;
                            -webkit-transition: all 0.25s ease-out;
                            -o-transition: all 0.25s ease-out;
                            -ms-transition: all 0.25s ease-out;
                            -moz-transition: all 0.25s ease-out;
                        }

                    header .inner nav.mainMenu ul li a {
                        position: relative;
                        text-decoration: none;
                        font-size: 15.5px;
                        color: rgba(255, 255, 255, 0.7);
                        font-weight: 500;
                        font-weight: 700;
                        text-transform: uppercase;
                        margin: 0 5px;
                        padding: 0 10px;
                        display: inline-block;
                        height: 80px;
                        line-height: 80px;
                        transition: all 0.25s ease-out;
                        -webkit-transition: all 0.25s ease-out;
                        -o-transition: all 0.25s ease-out;
                        -ms-transition: all 0.25s ease-out;
                        -moz-transition: all 0.25s ease-out;
                    }

                        header .inner nav.mainMenu ul li a:hover {
                            color: white;
                        }

        header .inner div.userName {
            display: inline-block;
            float: right;
            color: #fff;
            padding: 0 15px;
            height: 80px;
            line-height: 80px;
            position: relative;
            min-width: 115px;
            text-align: right;
            transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
            -webkit-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
            -o-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
            -ms-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
            -moz-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
        }

        header .inner div.profilePic {
            display: none;
            margin: 26px 10px 0 0;
            float: right;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            -ms-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
            -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
            -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
        }

        header .inner div.userName .userNameDisplay a {
            display: inline;
            color: #fff;
        }

        header .inner div.userName .userNameDisplay form a i {
            font-size: 22px;
            vertical-align: middle;
        }

        header .inner div.userName .userNameDisplay form {
            display: inline;
            margin: 0 6px;
            padding: 0;
        }

.loginBody {
    background-color: #00b5f0;
    /*background-image: linear-gradient(#0e65d6, #90bef9);*/
    /*width: 100vw;
    height: 100vh;*/
}

.loginWrap {
    color: #435761;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    height: 100%;
    overflow: auto;
}

.brandWhite {
    background: url(../images/brandIntaleCRM.png) no-repeat;
    background-size: 100%;
    display: block;
    max-width: 400px;
    height: 150px;
    /*margin: 30px auto 0 auto;*/
}

.loginBox {
    max-width: 350px;
    /*margin: 20px auto;
padding: 12px 12px 20px 12px;
border-radius: 2px;
-ms-border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;*/
}


    .loginBox h2 {
        font-weight: 300;
        font-size: 28px;
        color: #fff;
    }

    .loginBox label {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
        margin: 5px 0 10px 0;
        display: block;
        font-weight: 700;
    }

    .loginBox input[type=text], .loginBox input[type=password] {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        width: 100%;
        display: block;
        border: none;
        outline: none;
        height: 46px;
        padding: 0 10px;
        background: transparent;
        margin: 5px 0 10px 0;
        border-radius: 2px;
        -ms-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border: 2px solid rgba(255, 255, 255, 0.85);
        transition: all 0.125s ease-out;
        -webkit-transition: all 0.125s ease-out;
        -o-transition: all 0.125s ease-out;
        -ms-transition: all 0.125s ease-out;
        -moz-transition: all 0.125s ease-out;
    }

    .loginBox input[type=submit] {
        width: 100%;
        outline: none;
        border: none;
    }

    .loginBox .whitebtn {
        height: 60px;
        line-height: 60px;
        margin: 0;
    }

.validation-summary-errors {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 100%;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #FFFFFF;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    background-color: #BD362F;
}


.whitebtn {
    color: #008fbd !important;
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    display: inline-block;
    width: 100%;
    margin: 0;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.075s cubic-bezier(0.01, 0, 0.57, 1);
    -webkit-transition: all 0.075s cubic-bezier(0.01, 0, 0.57, 1);
    -o-transition: all 0.075s cubic-bezier(0.01, 0, 0.57, 1);
    -ms-transition: all 0.075s cubic-bezier(0.01, 0, 0.57, 1);
    -moz-transition: all 0.075s cubic-bezier(0.01, 0, 0.57, 1);
}

section.container .mainContent.noBottomActionBar {
    height: 100%;
    padding: 0px 4px 50px 4px;
}

.bigPageTitle {
    max-width: 1280px;
    margin: 25px auto 10px auto;
    padding: 30px 20px;
}

    .bigPageTitle h2 {
        font-size: 24px;
        text-align: center;
        font-weight: 400;
        color: #506773;
    }

.cardWidget {
    margin: 15px 0;
    position: relative;
    background: #fff;
    overflow: hidden;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .cardWidget.cardWidgetBlue {
        background: #2980B9;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .cardWidget .head {
        height: 50px;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-topleft: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 3px;
        margin: 0 !important;
        padding: 0 20px;
        background: #5c7885;
        overflow: hidden;
        white-space: nowrap;
    }

    .cardWidget.cardWidgetBlue .head {
        background: #2980B9;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

        .cardWidget.cardWidgetBlue .head h3 {
            color: #fff;
            margin: 0 !important;
        }

    .cardWidget.cardWidgetBlue .cardWidgetBody {
        background: #3896d3;
    }

    .cardWidget.cardWidgetGreen .cardWidgetBody {
        background: #29b765;
    }

    .cardWidget.cardWidgetGreen {
        background: #229653;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

        .cardWidget.cardWidgetGreen .head {
            background: #229653;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
        }

            .cardWidget.cardWidgetGreen .head h3 {
                color: #fff;
                margin: 0 !important;
            }

        .cardWidget.cardWidgetGreen .cardWidgetBody .heroNumber {
            color: #fff;
        }

    .cardWidget .cardWidgetBody {
        padding: 20px 20px 55px 20px;
    }

    .cardWidget.cardWidgetBlue .cardWidgetBody .heroNumber {
        color: #fff;
    }

    .cardWidget .cardWidgetBody .heroNumber {
        width: 100%;
        display: block;
        min-height: 235px;
    }

        .cardWidget .cardWidgetBody .heroNumber p {
            width: 100%;
            text-align: center;
            padding: 50px 0;
            margin: 0;
            font-size: 64px;
            font-weight: 700;
            font-family: 'montserrat';
            letter-spacing: -0.6px;
        }

            .cardWidget .cardWidgetBody .heroNumber p span {
                font-size: inherit;
            }

    .cardWidget.cardWidgetIkiosk {
        background: #DB0A5B;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

        .cardWidget.cardWidgetIkiosk .head {
            background: #DB0A5B;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
        }

            .cardWidget.cardWidgetIkiosk .head h3 {
                color: #fff;
                margin: 0 !important;
            }

        .cardWidget.cardWidgetIkiosk .cardWidgetBody {
            background: #f5196e;
        }

            .cardWidget.cardWidgetIkiosk .cardWidgetBody .heroNumber {
                color: #fff;
            }

.cell-template a {
    color: #2ba6cb;
    text-decoration: none;
    line-height: inherit;
    font-weight: 700;
}

.cell-template .btn {
    color: white;
    text-decoration: none;
    line-height: inherit;
    font-weight: 700;
}

    .cell-template .btn:hover {
        color: white;
    }

.cell-template a .icon {
    font-size: 20px;
}

.cell-template a:hover {
    color: #258faf;
}


.panel .header-size {
    font-size: 20px !important;
}

.intl-modules-container .intl-module-settings {
    display: none;
}


.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 23px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d9534f;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 1px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #28A745;
}

input:focus + .slider {
    box-shadow: 0 0 1px #28A745;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.scrollable {
    overflow-y: scroll;
    height: 300px;
}

.form-check-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    white-space:nowrap;
    overflow:hidden;
}


.btnColorWhite {
    color: white !important;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td {
    vertical-align: middle !important;
}

.dx-toolbar .dx-toolbar-after {
    padding-left: 15px !important;
    margin-top: 12px !important;
}

.dx-datagrid-header-panel .dx-toolbar {
    margin-bottom: 10px !important;
    height: 60px !important;
}

.pageModal .showPageModal {
    display: block;
}

.overlay {
    width: 100%;
    height: calc(100% + 60px);
    display: none;
    z-index: 5;
    position: absolute;
    top: -60px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.pageModal {
    position: fixed !important;
    left: 50%;
    top: 50%;
    max-width: 620px;
    min-width: 520px;
    background: #fff;
    display: none;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 6;
    min-height: 440px;
    transform: translatex(-50%) translatey(-50%);
    -ms-transform: translatex(-50%) translatey(-50%);
    -moz-transform: translatex(-50%) translatey(-50%);
    -webkit-transform: translatex(-50%) translatey(-50%);
}

/********************
*   Paddings        *
********************/
.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.nopadding {
    padding: 0px;
}

/********************
*   Margins        *
********************/
.m-t-5 {
    padding-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.margin-5 {
    margin: 5px;
}

.margin-10 {
    margin: 10px;
}

.nomargin {
    margin: 0px;
}





.find-location .btn-find-location {
    width: 100%;
}

.header-location .modal-title {
    text-align: center;
}

/*loader*/
/*body .pageLoader.showPageLoader {
    visibility: visible;
    opacity: 1;
}

.pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    visibility: hidden;
    opacity: 0;
    transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
    -webkit-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
    -o-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
    -ms-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
    -moz-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
}

    .pageLoader .spiningCircleContainer {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translatey(-50%);
        -ms-transform: translateX(-50%) translatey(-50%);
        -moz-transform: translateX(-50%) translatey(-50%);
        -webkit-transform: translateX(-50%) translatey(-50%);
    }

        .pageLoader .spiningCircleContainer .spiningCircle {
            position: absolute;
            border-top: 2px solid rgba(0, 0, 0, 0.5);
            border-right: 2px solid rgba(0, 0, 0, 0.5);
            border-bottom: 2px solid rgba(0, 0, 0, 0.5);
            border-left: 2px solid rgba(0, 0, 0, 0);
            -webkit-animation: overlayLoader 0.65s infinite linear;
            animation: overlayLoader 0.65s infinite linear;
        }

.spiningCircle, .spiningCircle:after {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}*/

.pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    visibility: hidden;
    opacity: 0;
    transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
    -webkit-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
    -o-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
    -ms-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
    -moz-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
}

    .pageLoader .spiningCircleContainer {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translatey(-50%);
        -ms-transform: translateX(-50%) translatey(-50%);
        -moz-transform: translateX(-50%) translatey(-50%);
        -webkit-transform: translateX(-50%) translatey(-50%);
    }

        .pageLoader .spiningCircleContainer .spiningCircle {
            /*position: absolute;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    border-right: 2px solid rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    border-left: 2px solid rgba(0, 0, 0, 0);
    -webkit-animation: overlayLoader 0.65s infinite linear;
    animation: overlayLoader 0.65s infinite linear;*/
            border: 16px solid #f3f3f3; /* Light grey */
            border-top: 16px solid #3498db; /* Blue */
            border-radius: 50%;
            width: 120px;
            height: 120px;
            animation: spin 2s linear infinite;
        }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spiningCircle,
.spiningCircle:after {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.showPageLoader {
    visibility: visible;
    opacity: 1;
}

.dx-datagrid-rowsview .dx-data-row .dx-cell-modified .dx-highlight-outline::after {
    border: none;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.bold {
    font-weight: bold;
}

.textarea-ntf {
    height: 200px !important;
    width: 100%;
}

.ntf-input {
    width: 100% !important;
}

.label-notication-duration {
    font-size: 20px;
    color: #009bcc;
    font-weight: 500;
    cursor: pointer;
    padding: 0 10px;
    margin: 6px 0 !important;
}

.duration-buttons-wrapper {
    border-top: 3px solid #d5dee2;
    text-align: center;
}

.checkboxPure {
    padding-top: 15px;
    padding-left: 20px;
}

.timers-cls {
    padding-top: 22px;
}

.btn-ntf-circle {
    border-radius: 50%;
}

.user-initials {
    background-color: #00b5f0;
    font-weight: bold;
    color: #fff
}

.dx-toolbar .dx-texteditor {
    max-width: 20rem !important
}

.intl-notif-durations-container {
    /*flex-wrap: wrap;*/
    flex-flow: row wrap;
}

#formNotificationAdd .select2-container-multi .select2-search-choice-close,
#formNotificationEdit .select2-container-multi .select2-search-choice-close {
    background: none;
    height: 100%;
    line-height: 30px;
    top: 0;
    left: 8px;
}

    #formNotificationAdd .select2-container-multi .select2-search-choice-close::before,
    #formNotificationEdit .select2-container-multi .select2-search-choice-close::before {
        font-size: 22px;
        font-family: "Font Awesome 5 Free";
        content: "\f057";
        color: #fff;
        transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
        -webkit-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
        -o-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
        -ms-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
        -moz-transition: all 0.15s cubic-bezier(0.01, 0, 0.57, 1);
    }