﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


body {
    background: #fff;
    /* fallback for old browsers */
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.wrapper::after {
    clear: both;
}

.wrapper::before, .wrapper::after {
    content: " ";
    display: table;
}

*::after, *::before {
    box-sizing: border-box;
}

.dark-header {
    background: #f2f0f1 none repeat scroll 0 0;
}

.wrapper {
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

a, a:hover {
    text-decoration: none;
    color: #E2615C;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

input,
button {
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.btn-grps .pink-btn:hover {
    background: #fff none repeat scroll 0 0 !important;
    color: #303030 !important;
}

.btn-grps {
    margin-right: 15px;
    margin-top: 19px;
}

.pink-btn {
    background: #e2615c none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 2px 0 #b2534f;
    color: #fff;
    font-size: 18px;
    height: 48px;
    padding: 0 35px;
}

.btn-grps .dark-btn {
    background: #565656 none repeat scroll 0 0;
    box-shadow: 0 2px 0 #4b4b4b;
}

.btn-grps .pink-btn {
    display: inline-block;
    height: 51px;
    line-height: 51px;
    margin-left: 17px;
}

.logo {
    float: left;
    font-size: 25px;
    font-weight: 600;
    margin-left: 15px;
    margin-top: 24px;
}





/* Login Page */
.dark-header {
    background: #f2f0f1;
}

    .dark-header header {
        background: #303030;
        position: absolute;
        width: 100%;
    }

.btn-grps .pink-btn {
    height: 51px;
    display: inline-block;
    line-height: 51px;
    margin-left: 17px;
}

    .btn-grps .pink-btn:hover {
        background: #fff !important;
        color: #303030 !important;
    }

.btn-grps .dark-btn {
    background: #565656;
    box-shadow: 0 2px 0 #4b4b4b;
}

.btn-grps {
    margin-top: 13px;
    margin-right: 15px;
}

.login-middle {
    vertical-align: middle;
    display: table-cell;
    height: 80vh;
}

.login-details label {
    width: 100%;
    margin-bottom: 20px;
}

input:focus, input:hover {
    outline: none;
}

.login-details input[type="text"], .login-details input[type="password"] {
    width: 100%;
    padding-left: 10px;
    background: #f4f4f4;
    height: 40px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    font-weight: 600;
}

.login-details h2 {
    font-size: 25px;
    margin: 0;
    padding-bottom: 30px;
}

.login-details span {
    margin-left: 15px;
    vertical-align: top;
    font-weight: 400;
    font-size: 14px;
}

.btn-sub span a, .btn-sub span a:hover {
    color: #000;
    font-size: 15px;
}

.btn-sub button {
    border-bottom: 2px solid #b2534f;
    box-shadow: none;
    border-radius: 3px;
    width: 145px;
}

    .btn-sub button:hover {
        background: #b2534f;
        border-radius: 3px;
        box-shadow: none;
    }

.login-details {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 35px;
    border-radius: 7px;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

.login-inner {
    height: 100%;
    display: table;
    width: 100%;
}

.btn-sub span {
    margin-left: 25px;
}


@media (max-width:767px) {
    /*KK*/
    .login-middle {
        display: block;
        height: auto;
        padding: 15px;
    }

    .dark-header header {
        position: relative;
    }

    .btn-grps .pink-btn {
        height: 35px;
        display: inline-block;
        line-height: 35px;
        margin-left: 15px;
        max-width: 200px;
        display: block;
        text-align: center;
        margin: 0px auto 13px
    }

    .btn-grps {
        float: left !Important;
        width: 100%;
    }

    .btn-sub span {
        text-align: left;
        display: block;
        margin-left: 0;
        margin-top: 15px;
    }
}

.navbar-inverse {
    background-color: 006FA4;
    border-color: #080808;
    background-image: -webkit-linear-gradient(top,#006FA4 0,#006FA4 101%) !important;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #ffffff !important;
    }

    .navbar-inverse .navbar-brand {
        color: #ffffff !important;
    }

.top-bar-color {
    color: #fff !important;
}

.login-details .text-controls label span {
    color: red !important;
}
/*bs4-aspnet-pager*/
.bs4-aspnet-pager a,
.bs4-aspnet-pager span {
    position: relative;
    float: right;
    padding: 6px 12px;
    margin-right: -1px;
    line-height: 1.42857143;
    color: ##007bff;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.bs4-aspnet-pager span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.bs4-aspnet-pager tr > td:first-child > a,
.bs4-aspnet-pager tr > td:first-child > span {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.bs4-aspnet-pager tr > td:last-child > a,
.bs4-aspnet-pager tr > td:last-child > span {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.bs4-aspnet-pager a:hover,
.bs4-aspnet-pager a:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.bs4-aspnet-pager td {
    padding: 2px;
}

@import "bourbon";

body {
    font-family: 'Open Sans', "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
}

p, span, a, ul, li, button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

strong {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5em;
    font-weight: 300;
}

strong {
    font-weight: 400;
}

.tile {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

    .tile .title {
        margin-top: 0px;
    }

    .tile.purple, .tile.blue, .tile.red, .tile.orange, .tile.green {
        color: #fff;
    }

    .tile.purple {
        background: #006FA4;
    }



    .tile.red {
        background: #ac193d;
    }

        .tile.red:hover {
            background: #7f132d;
        }

    .tile.green {
        background: #00a600;
    }

        .tile.green:hover {
            background: #007300;
        }

    .tile.blue {
        background: #006FA4;
    }

        .tile.blue:hover {
            background: #125acd;
        }

    .tile.orange {
        background: #006FA4;
    }

        .tile.orange:hover {
            background: #006FA4;
        }

#dvGrid a {
    color: #006FA4;
}

#siteGrid a {
    color: #006FA4;
}

th {
    text-align: center;
}

.cursor-pointer a {
    color: #fff !important;
    background-color: #006FA4;
    border-color: #006FA4;
    cursor: pointer;
    padding: 4px;
    border-radius: 7px;
    font-size: 14px !important;
}

.cursor-pointer1 a {
    color: #fff !important;
    background-color: #006FA4;
    border-color: #006FA4;
    cursor: pointer;
    padding: 4px;
    border-radius: 7px;
    font-size: 14px !important;
}

.footer {
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    width: 100%;
    color: #222;
    text-align: center;
    border-top: 1px solid #d5d5d5;
    z-index: 1000;
}

    .footer a {
        color: #006FA4;
    }

.btndownload {
    background-color: #006FA4;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 15px;
    border-radius: 10px;
    text-decoration: none;
    text-decoration: none;
    margin-bottom: 20px;
}

    .btndownload a {
        color: #fff;
    }

    .btndownload:hover {
        color: #fff;
    }

.rewards {
    padding: 20px;
}

.download {
    padding-top: 30px;
}

.row {
    overflow: hidden;
}

.zoom {
    transition: all 0.2s ease;
}

    .zoom:hover {
        transform: scale(1.05);
    }

.modal-header {
    padding: 7px !important;
}

.enduser-items {
    width: 80%;
    margin: 0 auto;
}

.close-btn {
    background: #808080 none repeat scroll 0 0 !important;
}

.pink-btn {
    box-shadow: 0 2px 0 #b2534f
}

.disable-pointer {
    cursor: pointer !important;
}

.Initial {
    display: block;
    padding: 4px 18px 4px 18px;
    float: left;
    background: url("../Images/InitialImage.png") no-repeat right top;
    color: Black;
    font-weight: bold;
}

    .Initial:hover {
        color: White;
        background: url("../Images/SelectedButton.png") no-repeat right top;
    }

.Clicked {
    float: left;
    display: block;
    background: url("../Images/SelectedButton.png") no-repeat right top;
    padding: 4px 18px 4px 18px;
    color: Black;
    font-weight: bold;
    color: White;
}

.footer {
    position: fixed;
    width: 100%;
    background: #fff;
    margin: 0px;
    height: 40px;
}

    .footer p {
        background-color: #fff;
        padding-top: 8px;
    }

.ChildGrid th {
    border: none !important;
}

.ChildGrid tr td {
    border: none !important;
}

.ChildGrid {
    border: none !important;
}

/*.parentdiv td:nth-of-type(2) {
    display: none;
}*/
.childdiv td {
    text-align: center;
}
    /*.parentdiv th:nth-of-type(2) {
    display: none;
}*/
    .childdiv td a {
        color: #fff !important;
        background-color: #006FA4;
        border-color: #006FA4;
        cursor: pointer;
        padding: 4px;
        border-radius: 7px;
        font-size: 14px !important;
    }

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    display: none;
}

#divmgmtgrps select {
    min-width:280px;
}
#divmgmtgrps {
    display: inline-block;
}
.parent-td:first-child {
    width: 5px !important;
    padding: 5px 3px 0px 2px;
}
.parent-th:first-child {
    width: 5px !important;
    padding: 5px 3px 0px 2px;
}
.parent-td:last-child {
    
    padding:0 !important;
}

.parent-th:last-child {
    padding: 0 !important;
}
/*.last-td {
    display: none;
}
.child-td:last-child{
    width:200px !important;
}
.parentdiv tr td:last-child {
   display:none;
}
.parent-td:last-child {
    display: none;
}
.child-tr{
    width:1px !important;
}
.last-td-parent{
    padding:0px !important;

}*/

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #FFFFFF !important;
    }
}
.lblComments {
    word-break: break-all;
}

#dvGrid table td{
    text-align:center;
}
#dvGrid table td:first-child {
    text-align: left !important;
}
btn-secondary {
    border: 1px solid #999999 !important;
}
.col-sm-3 a {
    min-height: 136px;
}
.enduserclass {
    text-align: center;
    font-size: 20pt;
    padding: 50px;
    line-height: 30px;
}
