﻿body {
    color: #333333;
    cursor: default;
    font-weight: 300;
    line-height: 1.8;
    font: 13px/23px Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    border-top: 4px solid;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.radio,
.checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 21px;
    padding-left: 20px;
}

.btn {
    -moz-min-width: 100px;
    -ms-min-width: 100px;
    -o-min-width: 100px;
    -webkit-min-width: 100px;
    min-width: 100px;
    padding: 4px 12px;
}

table.uib-daypicker .btn, .btn-sm {
    min-width: 0;
}

ul.navbar-nav li:first-child {
    margin-left: 0;
    /*padding-left: 0;*/
}

    ul.navbar-nav li:first-child a {
        margin-left: 0;
        /*padding-left: 0;*/
    }

.ajax-busy-indicator {
    margin: 5px;
    right: 15px;
    background: url('../Images/loading_bar5.gif');
    -ms-background-size: 100% 50px;
    background-size: 100% 50px;
    background-repeat: no-repeat;
    height: 100px;
    width: 600px;
    margin: -10px auto -50px auto;
}

.mainMenu {
    margin: 0;
    height: 25px;
    display: inline-block;
    float: left;
    width: auto;
}

    .mainMenu ul {
        padding: 0;
    }

        .mainMenu ul li {
            display: inline-table;
            margin-left: 5px;
            /*a {
                text-transform: uppercase;
            }*/
        }

        .mainMenu ul :last-child span {
            display: none;
        }

.demarcator {
    border-left: 1px solid #fff;
    border-left: 1px solid #022845;
}

.pagination-container {
    margin: 0;
    padding: 0;
}

.pagination {
    margin: 0;
    font-size: 0.9em;
}

label {
    font-weight: normal;
}

.loginerror-message-box {
    width: 100%;
    height: 30px;
    padding-bottom: 15px;
    color: red !important;
    font-size: 0.9em;
}

.getInterswitchReportManually {
    color: red;
}

::-webkit-input-placeholder {
    text-transform: lowercase;
}

::-moz-placeholder {
    text-transform: lowercase;
}

:-ms-input-placeholder {
    text-transform: lowercase;
}

:-moz-placeholder {
    text-transform: lowercase;
}

ul.customListItems {
    margin: 0;
    padding: 0 15px;
}

    ul.customListItems li {
        list-style: square;
    }

.action-td span::after {
    content: " |";
}

#toast-container > .toast-warning:before {
    content: "\f12a";
}

#toast-container > .toast-error:before {
    content: "\f12a";
}

#toast-container > .toast-info:before {
    content: "\f129";
}

#toast-container > .toast-success:before {
    content: "\f00c";
}

.homepage-notification .form-control {
    width: 100%;
    min-width: 100%;
}

.homepage-notification .table-responsive {
    min-height: .01%;
    overflow-x: unset;
}

.homepage-notification-control-title-label {
    width: 180px;
}




/*
 * header
 */

.header {
    background: #FFF;
    position: relative;
}

    .header .container > .navbar-header,
    .header .container > .navbar-collapse {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .header .logo {
        margin: -10px 10px 0 0;
        width: 70px;
        height: 70px;
    }

    .header .title-wrapper {
        background-color: #ffffff;
        padding: 20px 0 0 0;
        /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/
    }

        .header .title-wrapper hgroup {
            height: 80px;
        }

        .header .title-wrapper .container {
            padding: 0px;
        }

        .header .title-wrapper hgroup h1 {
            font-size: 30px;
            line-height: 30px;
            margin: -4px 0 6px;
            font-weight: 700;
        }

            .header .title-wrapper hgroup h1 A {
                color: #000000;
                text-decoration: none !important;
            }

        .header .title-wrapper hgroup h3 {
            font-size: 16px;
            font-weight: normal;
            margin: 0;
            color: #666666;
        }

    .header[is-auth = true] {
        display: none;
    }

        .header[is-auth = true] .title-wrapper hgroup {
            height: 50px;
        }

            .header[is-auth = true] .title-wrapper hgroup h1 {
                font-size: 20px;
                line-height: 20px;
                margin: -4px 0 6px;
                font-weight: 700;
            }

                .header[is-auth = true] .title-wrapper hgroup h1 A {
                    color: #000000;
                    text-decoration: none !important;
                }

            .header[is-auth = true] .title-wrapper hgroup h3 {
                font-size: 14px;
                font-weight: normal;
                margin: 0;
                color: #666666;
            }

        .header[is-auth = true] .title-wrapper img {
            display: none;
        }

    .header .social-icon a {
        text-decoration: none;
    }

    .header .navbar {
        margin: 0;
        border-radius: 0;
    }

    .header .navbar-inverse .navbar-nav > .open > a {
        color: #999999;
    }

    .header .nav > li > a.dropdown-m {
        padding: 15px 7px 15px 10px !important;
    }

    .header .nav > li > a {
        padding: 15px 10px !important;
    }

        .header .nav > li > a.dropdown-toggle {
            padding: 15px 10px !important;
        }

    .header .logout-directive-container {
        position: absolute;
        top: 0px;
        right: 0px;
    }




/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 4px;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
    min-width: 50px;
    overflow: hidden;
    background: #5c2784;
    background: rgba(92, 39, 132, 1);
    background: rgba(92, 48, 146, 1);
    display: none;
}

    .sidebar[is-auth = true] {
        display: block;
    }

    .sidebar .sidebar-panel-group-header {
        overflow: hidden;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        color: #FFF;
        height: 70px;
    }

        .sidebar .sidebar-panel-group-header img {
            max-width: 100%;
            width: auto;
            height: inherit;
            visibility: hidden;
        }

        .sidebar .sidebar-panel-group-header .header-hamburger-container {
            position: absolute;
            top: 5px;
            left: 0px;
            right: 0px;
            height: 52px;
            width: auto;
            border: 2px none #FFF;
        }

            .sidebar .sidebar-panel-group-header .header-hamburger-container .header-hamburger {
                position: absolute;
                top: 0px;
                left: 0px;
                bottom: 0px;
                right: 0px;
                margin: auto;
            }

                .sidebar .sidebar-panel-group-header .header-hamburger-container .header-hamburger i {
                    max-width: 20px;
                    height: 14px;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    bottom: 0px;
                    right: 0px;
                    margin: auto;
                    border-top: 2px solid #FFF;
                    border-bottom: 2px solid #FFF;
                    cursor: pointer;
                }

                    .sidebar .sidebar-panel-group-header .header-hamburger-container .header-hamburger i::before {
                        content: '';
                        max-width: 20px;
                        height: 2px;
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        bottom: 0px;
                        right: 0px;
                        margin: auto;
                        background: #FFF;
                    }
                                        
    .sidebar .sidebar-panel-group-container {
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        top: 80px;
        left: 0px;
        bottom: 0px;
        right: -20px;
        visibility: hidden;
    }

    .sidebar > .sidebar-header {
        display: none;
    }

    /*
 * Panel
 */

    .sidebar .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0px;
    }

    .sidebar .panel-default {
        border-color: #ddd;
    }

        .sidebar .panel-default > .panel-heading {
            color: #333;
            color: #FFF;
            background-color: #f5f5f5;
            border-color: #ddd;
            background-color: transparent;
        }

    .sidebar .panel {
        margin-top: 0px !important;
        margin-bottom: 20px;
        background-color: #fff;
        background-color: transparent;
        border: 1px none transparent;
        border-radius: 4px;
        box-shadow: none;
    }

    .sidebar .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 14px;
        color: inherit;
    }

        .sidebar .panel-title a {
            text-decoration: none;
        }

            .sidebar .panel-title a:hover {
                text-decoration: none;
            }

    .sidebar .panel-body {
        padding: 0px;
    }

    .sidebar .panel-group .panel-heading + .panel-collapse > .panel-body,
    .sidebar .panel-group .panel-heading + .panel-collapse > .list-group {
        border-top: 1px none #ddd;
    }


    /* List Group */

    .sidebar .list-group {
        padding-left: 0;
        margin-bottom: 20px;
        border: none;
    }

    .sidebar .list-group-item {
        position: relative;
        display: block;
        padding: 5px 34px;
        background-color: #fff;
        background-color: transparent;
        border: 1px none #ddd;
    }

        .sidebar .list-group-item:first-child {
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

        .sidebar .list-group-item a {
            color: #555 !important;
            color: #FFF !important;
        }

            .sidebar .list-group-item a:hover {
                color: #555 !important;
                color: #FFF !important;
            }

        .sidebar .list-group-item.active,
        .sidebar .list-group-item.active:hover,
        .sidebar .list-group-item.active:focus {
            z-index: 2;
            color: rgba(92, 39, 132, 1);
            background-color: transparent;
            border-color: transparent;
        }

            .sidebar .list-group-item.active::before,
            .sidebar .list-group-item.active:hover::before,
            .sidebar .list-group-item.active:focus::before {
                z-index: 2;
                color: #fff;
                background-color: rgba(92, 39, 132, 1);
                /*border-color: rgba(92, 39, 132, 1);*/
                content: '';
                position: absolute;
                top: 0px;
                left: 0px;
                bottom: 0px;
                width: 5px;
            }

            .sidebar .list-group-item.active::after,
            .sidebar .list-group-item.active:hover::after,
            .sidebar .list-group-item.active:focus::after {
                z-index: 0;
                color: #fff;
                background-color: rgba(92, 39, 132, .2);
                /*border-color: rgba(92, 39, 132, .2);*/
                content: '';
                position: absolute;
                top: 0px;
                left: 20px;
                bottom: 0px;
                right: 0px;
            }

    .sidebar a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus {
        color: #fff;
        background-color: transparent;
    }

    .sidebar a.list-group-item, button.list-group-item {
        color: #FFF !important;
    }





    .sidebar[sidebar-is-slidable=true] {
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0px;
        z-index: 1000;
        width: 240px;
        overflow: hidden;
        transition: width .2s ease-in;
        -ms-transition: width .2s ease-in;
        -moz-transition: width .2s ease-in;
        -webkit-transition: width .2s ease-in;
    }

        .sidebar[sidebar-is-slidable=true] .sidebar-panel-group-header img {
            visibility: visible;
        }

        .sidebar[sidebar-is-slidable=true] .sidebar-panel-group-header {
            position: absolute;
            top: 0px;
            left: 13px;
            right: 0px;
        }

        .sidebar[sidebar-is-slidable=true] .sidebar-panel-group-header .header-hamburger-container {
            max-width: 39px;
            position: absolute;
            top: 5px;
            left: unset;
            right: 10px;
            height: 52px;
            width: 52px;
            border: 2px none #FFF;
        }

        .sidebar[sidebar-is-slidable=true] .sidebar-panel-group-container {
            visibility: visible;
        }






/*
 * Body Content
 */

.body-content {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 10px;
}

    .body-content .header {
        display: none;
    }

    .body-content[is-auth=true] {
        position: fixed;
        top: 53px;
        top: 0px;
        left: 0px;
        left: 50px;
        bottom: 0px;
        right: 0px;
        z-index: 100;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        border-top: 4px solid;
    }

        .body-content[is-auth = true] .header {
            display: block;
        }
            .body-content[is-auth = true] .header .title-wrapper .container {
                width: auto !important;
            }

        .body-content[is-auth=true][sidebar-is-slidable=true] {
            position: fixed;
            top: 53px;
            top: 0px;
            left: 0px;
            left: 240px;
            bottom: 0px;
            right: 0px;
            z-index: 100;
            overflow: hidden;
            overflow-x: hidden;
            overflow-y: auto;
            border-top: 4px solid;
        }


.tab-content {
    margin-top: 10px;
}



.modal-busy .image {
    background-image: url('../images/ajax-loader.gif');
    background-position: 50% 20px;
    background-repeat: no-repeat;
    height: 100px;
    margin: 0 auto;
}

.modal-busy .message {
    text-align: center;
    font-size: 20px;
    margin: 10px auto 30px auto;
    -ms-text-shadow: 1px 1px 2px white, -1px -1px 2px white, -4px 4px 4px white, -4px 4px 4px white;
    text-shadow: 1px 1px 2px white, -1px -1px 2px white, -4px 4px 4px white, -4px 4px 4px white;
}

.modal-busy div.image {
    height: 220px;
    background-image: url('../images/ajax-loader.gif');
    background-repeat: no-repeat;
}

.modal-busy div.message {
    margin-top: -80px;
    margin-left: auto;
    font-size: 1.5em;
    color: #5c2784;
}


/*
 * Mobile Phones
 */
@media all and (min-width: 320px) and (max-width: 768px) {
}


.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: -90%;
}
