/* Minification failed. Returning unminified contents.
(88,29): run-time error CSS1046: Expect comma, found '0'
(88,33): run-time error CSS1046: Expect comma, found '/'
(99,31): run-time error CSS1046: Expect comma, found '255'
(99,39): run-time error CSS1046: Expect comma, found '/'
(108,35): run-time error CSS1046: Expect comma, found '255'
(108,43): run-time error CSS1046: Expect comma, found '/'
 */
/*****************Login***************/
body {
    font-family: Tahoma;
    font-size: 14px !important;
    font-weight: 300;
    color: #dadada;
}

    body ::-webkit-input-placeholder {
        /* WebKit browsers */
        font-family: Tahoma;
        font-weight: 300;
    }

    body :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-family: Tahoma;
        opacity: 1;
        font-weight: 300;
    }

    body ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-family: Tahoma;
        opacity: 1;
        font-weight: 300;
    }

    body :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-family: Tahoma;
        font-weight: 300;
    }

.row {
    padding-left: 0px;
}

.form-select {
    height: 28px;
    font-size: 13px !important;
}

.wrapper {
    background: #8FCBD2;
    background: -webkit-linear-gradient(top left, #46A7A2 0%, #42AD97,#49B6C9 100%);
    background: linear-gradient(to bottom right, #46A7A2 0%, #42AD97,#49B6C9 100%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 350px;
    margin-top: -170px;
    overflow: hidden;
}

    .wrapper.form-success .container h1 {
        -webkit-transform: translateY(85px);
        transform: translateY(85px);
    }

.container {
    /*max-width: 600px;*/
    margin: 0 auto;
    padding: 20px 0;
    height: 350px;
    text-align: center;
}

    .container h1 {
        font-size: 40px;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-timing-function: ease-in-put;
        transition-timing-function: ease-in-put;
        font-weight: 200;
    }

form {
    padding: 0px 0;
    position: relative;
    z-index: 2;
}

.LoginInput {
    appearance: none;
    outline: 0;
    border: 1px solid rgb(0 0 0 / 40%);
    width: 250px;
    border-radius: 4px;
    padding: 6px 15px;
    margin: 0 auto 10px auto;
    display: block;
    text-align: center;
    font-size: 17px;
    transition-duration: 0.25s;
    font-weight: 400;
    cursor: pointer;
    background-color: rgb(255 255 255 / 23%);
}

    .LoginInput:hover {
        width: 300px;
        background-color: rgba(255, 255, 255, 0.4);
    }

    .LoginInput:focus {
        background-color: rgb(255 255 255 / 23%);
        width: 300px;
        color: #53e3a6;
    }

.LoginBut {
    background-color: #9b9b9b61;
    padding: 3px 10px 8px 10px;
    color: white;
    border-radius: 4px;
    border: 0;
    width: 120px;
    font-size: 15px;
    transition-duration: 0.25s;
    cursor: pointer;
}

    .LoginBut:hover {
        background-color: #e8f0fe;
        color: black;
    }

.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

    .bg-bubbles li {
        position: absolute;
        list-style: none;
        display: block;
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.15);
        bottom: -160px;
        -webkit-animation: square 25s infinite;
        animation: square 25s infinite;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
    }

        .bg-bubbles li:nth-child(1) {
            left: 10%;
        }

        .bg-bubbles li:nth-child(2) {
            left: 20%;
            width: 80px;
            height: 80px;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
            -webkit-animation-duration: 17s;
            animation-duration: 17s;
        }

        .bg-bubbles li:nth-child(3) {
            left: 25%;
            -webkit-animation-delay: 4s;
            animation-delay: 4s;
        }

        .bg-bubbles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            -webkit-animation-duration: 22s;
            animation-duration: 22s;
            background-color: rgba(255, 255, 255, 0.25);
        }

        .bg-bubbles li:nth-child(5) {
            left: 70%;
        }

        .bg-bubbles li:nth-child(6) {
            left: 80%;
            width: 120px;
            height: 120px;
            -webkit-animation-delay: 3s;
            animation-delay: 3s;
            background-color: rgba(255, 255, 255, 0.2);
        }

        .bg-bubbles li:nth-child(7) {
            left: 32%;
            width: 160px;
            height: 160px;
            -webkit-animation-delay: 7s;
            animation-delay: 7s;
        }

        .bg-bubbles li:nth-child(8) {
            left: 55%;
            width: 20px;
            height: 20px;
            -webkit-animation-delay: 15s;
            animation-delay: 15s;
            -webkit-animation-duration: 40s;
            animation-duration: 40s;
        }

        .bg-bubbles li:nth-child(9) {
            left: 25%;
            width: 10px;
            height: 10px;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
            -webkit-animation-duration: 40s;
            animation-duration: 40s;
            background-color: rgba(255, 255, 255, 0.3);
        }

        .bg-bubbles li:nth-child(10) {
            left: 90%;
            width: 160px;
            height: 160px;
            -webkit-animation-delay: 11s;
            animation-delay: 11s;
        }

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

.logo {
    width: 300px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    /*-webkit-box-shadow: 10px 10px 19px -7px rgba(120,119,120,1); 
    -moz-box-shadow: 10px 10px 19px -7px rgba(120,119,120,1); 
    box-shadow: 10px 10px 19px -7px rgba(120,119,120,1);*/
}

.pageContainerLogin {
    height: 95%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.pageContainer {
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

.PromptHeader {
    font-size: 30px;
    font-weight: normal;
    font-family: 'Bodoni MT';
    margin-top: 4px;
}

.foot {
    padding: 10px;
    color: rgba(120, 119, 120, 1);
    background-color: #fff;
    z-index: 9999;
}

/********************************/
.HoverRow:hover {
    background-color: darkgrey;
}

.LeftContainer {
    border: 1px solid #14d5ae;
    height: 100%;
    padding: 8px;
    margin-right: 8px;
    border-top: 0px;
}

.MiddleContainer {
    border: 1px solid #14d5ae;
    height: 100%;
    margin-right: 8px;
    border-top: 0px;
    overflow-y: auto;
}

.RightContainer {
    border: 1px solid #14d5ae;
    height: 100%;
    padding: 8px;
    margin-right: 8px;
    border-top: 0px;
}

.ContainerHeader {
    background-image: url('../Images/tab_bg.png');
    background-repeat: repeat-x;
    background-color: #d3d3d3;
    padding: 8px;
    border-radius: 6px;
}

.GraphHeader {
    margin-right: 8px;
    font-size: 15px;
    color: #46A7A2;
    font-weight: bold;
}

.GraphContainer {
    border: 1px solid #d3d3d3;
    padding: 10px;
    border-radius: 10px;
}

.GridHeader {
    background-color: #252525;
    color: white;
}

.GridRow {
    border-bottom: 1px solid #9FD7D4;
}

.RecordRows {
    border-bottom: 1px dotted #939393;
}

    .RecordRows:hover {
        background-color: #f5f7f9;
        border-bottom: 1px dotted #d3d3d3;
        border-right: 1px solid #f5f7f9 !important;
    }

.RecordRowsSelected {
    background-color: #f5f7f9;
    border-bottom: 1px dotted #d3d3d3;
    border-right: 1px solid #f5f7f9 !important;
}

.RowHeaderLabel {
    color: #46A7A2;
    font-weight: bold;
}

.RecordCount {
    font-size: 11px;
}

.deleteHover {
    background-image: url(../Images/delete_icon.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 18px;
    width: 12px;
    float: right;
    display: none;
}

.DataRow:hover .deleteHover {
    display: block;
}

.RequiredField {
    color: Red;
    font-size: 16px;
    padding-right: 2px;
}
/**Banner*/
.welcometext {
    background-color: #467379;
    border-radius: 5px;
    padding: 4px 8px 4px 8px;
    color: white;
    font-size: 12px;
}

.bannerText {
    color: white;
    font-size: 15px;
}
/********/

.nopadding {
    padding: 0 !important;
}

.grid-style {
    border-bottom: 1px solid rgb(212,212,212);
    min-height: 250px;
    max-height: 350px;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
}

.user-details {
    margin-top: 50px;
}

.gender-text {
    margin: 0 5px;
    vertical-align: sub;
}


/*************** Boostrap css override Start *************/
.navbar-brand {
    padding: 0px;
}


.navbar-nav {
    color: white !important;
    display: block !important;
    margin-top: 1rem !important;
}

    .navbar-nav > li {
        color: white !important;
        font-size: 16px;
    }

        .navbar-nav > li:hover {
            float: left;
            margin-right: 8px;
            background-color: lightgrey;
            border-radius: 4px;
            color: black !important;
        }

.navbar-default {
    background-color: black;
    /* border-color: #e7e7e7; */
    color: #fff;
    background-repeat: repeat-x;
    background-position: bottom;
}

    .navbar-default .navbar-nav > li > a {
        color: white !important;
        text-decoration: none;
    }

.navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #46A7A2 !important;
}

.navbar-default .navbar-nav > li > a:hover {
    color: black !important;
}

.navbar-nav-active {
    float: left;
    margin-right: 8px;
    background-color: #14d5ae !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #14d5ae;
}

.dropdown-menu {
    z-index: 1000000000 !important;
    position: absolute !important;
    font-size: 14px !important;
    color: black !important;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: black !important;
        white-space: nowrap;
        text-decoration: none !important;
        font-size: 14px !important;
    }

HeaderBgColor {
    background-color: #e6e6e6;
}

.btn-add {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.custome_save_button {
    font-weight: 500 !important;
    border-radius: 6px !important;
    background: #505050 !important;
    color: white !important;
    border: 1px solid #dedede !important;
    cursor: pointer !important;
    font-size: 13px !important;
    border: 0 !important;
    padding: 7px 20px !important;
    font-weight: 500 !important;
}

    .custome_save_button:hover {
        border: 1px solid grey !important;
        background-color: whitesmoke !important;
        cursor: pointer !important;
        color: black !important;
    }

.input-group-addon {
    padding: 5px 20px !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-control {
    font-size: 13px !important;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px !important;
}



/*************** Boostrap css override End *************/



/* Scroll Start */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: black;
    border: 1px solid black;
    border-radius: 30px;
    box-shadow: inset 1px 0 0 #46A7A2;
    /*-webkit-border-radius: 10px;
	border-radius: 10px;*/
    /*background: rgba(255,0,0,0.8);*/
    -webkit-box-shadow: inset 0 0 6px #46A7A2;
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: black;
    }
/* Scroll End */

.ngGrid {
    background-color: #fdfdfd;
}

    .ngGrid input[type="checkbox"] {
        margin: 0;
        padding: 0;
    }

    .ngGrid input {
        vertical-align: top;
    }

    .ngGrid.unselectable {
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

.ngViewport {
    overflow: auto;
    min-height: 20px;
}

    .ngViewport:focus {
        outline: none;
    }

.ngCanvas {
    position: relative;
}

.ngVerticalBar {
    position: absolute;
    right: 0;
    width: 0;
}

.ngVerticalBarVisible {
    width: 1px;
    background-color: #d4d4d4;
}

.ngHeaderContainer {
    position: relative;
    overflow: hidden;
    /*font-weight: bold;*/
    /*background-color: inherit;*/
    background-image: url('../Images/Banner/tab_bg.png');
    color: #36847E;
    text-align: center;
}

.ngHeaderCell {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: inherit;
}

    .ngHeaderCell.pinned {
        z-index: 1;
    }

.ngHeaderSortColumn {
    position: absolute;
    overflow: hidden;
}

.ngTopPanel {
    position: relative;
    z-index: 1;
    background-color: #eaeaea;
    border-bottom: 1px solid #d4d4d4;
}

.ngSortButtonDown {
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-color: gray transparent;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    height: 0;
    width: 0;
}

.ngNoSort {
    cursor: default;
}

.ngHeaderButton {
    position: absolute;
    right: 2px;
    top: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    z-index: 1;
    background-color: #9fbbb4;
    cursor: pointer;
}

.ngSortButtonUp {
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-color: gray transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    height: 0;
    width: 0;
}

.ngHeaderScroller {
    position: absolute;
    background-color: #9FD7D4;
}

.ngSortPriority {
    position: absolute;
    top: -5px;
    left: 1px;
    font-size: 6pt;
    font-weight: bold;
}

.ngHeaderGrip {
    cursor: col-resize;
    width: 10px;
    right: -5px;
    top: 0;
    height: 100%;
    position: absolute;
    background-color: transparent;
}

.ngHeaderText {
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ngHeaderButtonArrow {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 4.5px 0 4.5px;
    border-color: #4d4d4d transparent transparent transparent;
}

.ngPinnedIcon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAmElEQVQoU33PQapBURjA8UtkwJuaWYGSgfQWYBMvczPmTCzAAGVuaA228BZhRCkDGSmE31FucuRfvzq3vr5zT/JSjSU7DsypEPXDkDVn2hSIytJhw4kWGaLCxgHh2gt/RBuLzNhz5caWPjnSqqw4EraFfwznf8qklWjwy4IRTerkiQoPGtPl40OehcEJvcfXl8LglLfBJLkDcMgbgHlHhK8AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 10px;
    width: 10px;
}

.ngUnPinnedIcon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAlElEQVQoU33PPQrCQBRF4fFnI2KfZVi5ARvdgo1l6mwmkCJVOgluwd5OwUoDtnoOxAei8cLXTN7cvEl/skCNDCMPfsUPO5zQwOHIDEvYtMURHe6wOVLgigvOePRyeDkyR4ln7wZ//7XfFBu8B23+aDJjrHGAwza7hjtHJvDmHg7b7Bru7AMjK7Rw2ObBVHDY5oGk9AKQNB2zy8MBTgAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    position: absolute;
    height: 10px;
    width: 10px;
    right: 5px;
    top: 5px;
}

.ngColMenu {
    right: 2px;
    padding: 5px;
    top: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #bdd0cb;
    position: absolute;
    border: 2px solid #d4d4d4;
    z-index: 1;
}

.ngColListCheckbox {
    position: relative;
    right: 3px;
    top: 4px;
}

.ngColList {
    list-style-type: none;
}

.ngColListItem {
    position: relative;
    right: 17px;
    top: 2px;
    white-space: nowrap;
}

.ngMenuText {
    position: relative;
    top: 2px;
    left: 2px;
}

.ngGroupPanel {
    background-color: #eaeaea;
    overflow: hidden;
    border-bottom: 1px solid #d4d4d4;
}

.ngGroupPanelDescription {
    margin-top: 5px;
    margin-left: 5px;
}

.ngGroupList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ngAggHeader {
    position: absolute;
    border: none;
}

.ngGroupElement {
    float: left;
    height: 100%;
    width: 100%;
}

.ngGroupIcon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAEFJREFUKFNjoAhISkr+h2J5JDZODNXGwGBsbPwfhIGAA8bGh6HaGBiAGhxAGJmND4M1gQCSM0adCsVQbcPcqQwMALWDGyDvWPefAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    position: absolute;
    right: -2px;
    top: 2px;
}

.ngGroupedByIcon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAElJREFUKFNjoAhISkr+R8LyaHwMDNXGwGBsbPwfhoGAA5mPDUO1oWpE52PDYE0gALTFAYbR+dgwWBMIoPlh1I9ADNU2NPzIwAAAFQYI9E4OLvEAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    position: absolute;
    right: -2px;
    top: 2px;
}

.ngGroupName {
    background-color: #fdfdfd;
    border: 1px solid #d4d4d4;
    padding: 3px 10px;
    float: left;
    margin-left: 0;
    margin-top: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
}

.ngGroupArrow {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid black;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    float: right;
}

.ngGroupingNumber {
    position: absolute;
    right: -10px;
    top: -2px;
}

.ngAggArrowCollapsed {
    position: absolute;
    left: 8px;
    bottom: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #000000;
}

.ngGroupItem {
    float: left;
}

    .ngGroupItem:first-child {
        margin-left: 2px;
    }

.ngRemoveGroup {
    width: 5px;
    -moz-opacity: 0.4;
    opacity: 0.4;
    margin-top: -1px;
    margin-left: 5px;
}

    .ngRemoveGroup:hover {
        color: black;
        text-decoration: none;
        cursor: pointer;
        -moz-opacity: 0.7;
        opacity: 0.7;
    }

.ngAggArrowExpanded {
    position: absolute;
    left: 8px;
    bottom: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9px 9px;
    border-color: transparent transparent #000000 transparent;
}

.ngAggregate {
    position: absolute;
    background-color: #c9dde1;
    border-bottom: 1px solid beige;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: -1px;
    left: 0;
}

.ngAggregateText {
    position: absolute;
    left: 27px;
    top: 5px;
    line-height: 20px;
    white-space: nowrap;
}

.ngRow {
    position: absolute;
    border-bottom: 1px solid #d4d4d4;
}

    .ngRow.odd {
        background-color: #fdfdfd;
    }

    .ngRow.even {
        background-color: #f3f3f3;
    }

    .ngRow.selected {
        background-color: #D3EDEB;
    }

.ngCell {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: inherit;
}

    .ngCell.pinned {
        z-index: 1;
    }

.ngCellText {
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ngSelectionCell {
    margin-top: 9px;
    margin-left: 6px;
}

.ngSelectionHeader {
    position: absolute;
    top: 11px;
    left: 6px;
}

.ngCellElement:focus {
    outline: 0;
    background-color: #b3c4c7;
}

.ngRow.canSelect {
    cursor: pointer;
}

.ngSelectionCheckbox {
    margin-top: 9px;
    margin-left: 6px;
}

.ngFooterPanel {
    background-color: #eaeaea;
    padding: 0;
    border-top: 1px solid #d4d4d4;
    position: relative;
}

.nglabel {
    display: block;
    float: left;
    font-weight: bold;
    padding-right: 5px;
}

.ngTotalSelectContainer {
    float: left;
    margin: 5px;
    margin-top: 7px;
}

.ngFooterSelectedItems {
    padding: 2px;
}

.ngFooterTotalItems.ngnoMultiSelect {
    padding: 0 !important;
}

.ngPagerFirstBar {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-left: -3px;
}

.ngPagerButton {
    height: 25px;
    min-width: 26px;
}

.ngPagerFirstTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8.7px 5px 0;
    border-color: transparent #4d4d4d transparent transparent;
    margin-left: 2px;
}

.ngPagerNextTriangle {
    margin-left: 1px;
}

.ngPagerPrevTriangle {
    margin-left: 0;
}

.ngPagerLastTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #4d4d4d;
    margin-left: -1px;
}

.ngPagerLastBar {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-left: 1px;
}

.ngFooterTotalItems {
    padding: 2px;
}

