    body {
        background-color: #efefef;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
    }

    .d-flex {
        display: flex;
    }

    .nav:before,
    .nav:after,
    .navbar:before,
    .navbar:after,
    .navbar-header:before,
    .navbar-header:after,
    .navbar-collapse:before,
    .navbar-collapse:after {
        content: none;
    }
    /*header*/

    .navbar {
        background-color: #00afef;
        min-height: 75px;
        flex-direction: row;
        align-items: center;
        border: none;
        border-radius: 0px;
        display: flex;
        margin-bottom: 0px;
        padding: 9px 16px;
    }



    .justify-content-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

   

    .navbar-brand {

        display: inline-block;

        padding: .25rem 0px;

        height: auto;
    }

    .navbar-toggle {

        padding: 9px 10px;
        background-color: transparent;
        background-image: none;
        cursor: pointer;
        box-shadow: none;
        border: none;
        left: 0.5rem;
        position: absolute;
        margin: 0;
    }

    .navbar-toggle:focus {
        outline: none;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 4px;
    }

    button,
    html [type="button"],
    [type="reset"],
    [type="submit"] {
        -webkit-appearance: button;
    }

    .nav-item a {
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        transition: color 0.1s;
    }

    @media (min-width: 992px) {
        .nav-item a {
            text-align: center;
        }
    }

    @media (max-width: 1240px) and (min-width: 992px) {
        .nav-item a {
            font-size: 13px;
        }
    }

    .navbar-toggleable-sm .navbar-nav .nav-link {

        padding: 7px 11px;
    }

    .nav-item a:hover{
         color: #003d53;
         background-color: transparent !important;
    }
    .nav-item a:focus,
    .nav-item.active a {
        color:  #003d53;
        background-color: transparent !important;
    }
    .nav-item.active:hover a{
        color: #003d53;
         background-color: transparent !important;
    }

    @media (min-width: 1500px) {
        .navbar-toggleable-sm .navbar-nav .nav-link {
                padding-right: 2.5rem;
    padding-left: 2.5rem;
        }
    }

    @media (min-width: 992px) {

        .navbar-toggleable-sm .navbar-collapse {

            width: 70%;
            display: flex !important;
            justify-content: center;
        }
    }


    .nav-item i {


        font-size: 23px;
        margin-bottom: 5px;
        display: inline-block;
    }

    @media (min-width: 992px) {
        .nav-item i {
            display: block;
        }
    }

    @media (max-width: 991px) {
        .nav-item i {
            margin-right: 10px;
        }
    }

    @media (max-width: 1120px) {
        .navbar-toggleable-sm .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }
    }

    @media (min-width: 992px) {
        .nav-item span {
            display: block;
            text-align: center;
        }
    }

    .profile-pic {
        width: 35px;
        height: 35px;
        background-color: #D5DADD;
        display: table;
        border-radius: 50%;
        margin-right: 10px;
        overflow: hidden;
    }

    .profile-pic span,
    .profile-pic img {
        color: #5E6061;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }



    @media(max-width: 767px) {
        .user-profile {
            margin-left: 3.4rem;
        }
        .profile-pic {
            width: 30px;
            height: 30px;
        }
    }

    .username {
        align-self: center;
    }

    .username a {
        text-decoration: none;
    }

    .username a:hover span {
        color: #003d53;
    }

    @media(min-width: 992px) {
        .user-profile {
            /*//width: 15%;*/
        }
    }

    .username span {
        color: #fff;
        font-size: 15px;
        font-weight: 600;

        display: block;
    }

    @media (max-width: 1140px) and (min-width: 992px) {
        .user-profile {
            flex-direction: column;
            align-items: center;
        }
        .username span {
            text-align: center;
        }
        .profile-pic {
            margin: 0px;
        }
    }

    @media(max-width: 991px) {
        .username span {

            margin-top: 8px;
        }
        .nav-item a {
            display: inline-flex !important;
            align-items: center;
        }
        .navbar-collapse {
            position: absolute;
            top: 101%;
            background: #00afef;
            width: 100%;
            left: 0;
            z-index: 9999;
        }

        .navbar {
            border-bottom: solid 1px #fff;
        }
        .navbar-brand {
            width: 130px;
        }
        .navbar-nav {
            padding: 10px 0px;
            flex-wrap: wrap;
        }
        .nav-link {
            display: table;
        }
        .nav-link span {
            vertical-align: middle;
            display: table-cell;
        }
    }
 @media(max-width:768px) {

 .navbar-nav {
            padding: 10px;
        }
 }
    @media(max-width:500px) {
        .navbar-brand {
            width: 130px;
        }
        .navbar-nav {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }
        .navbar-nav li {
            width: 50%;
        }
    }

    @media(max-width: 400px) {
        .user-profile {
            display: flex;
            flex-flow: column wrap;
            align-items: center;
        }
        .username span {
            font-size: 12px;
        }
        .profile-pic {
            margin: 0;
        }
    }
    /*data*/
  
    .filter-wrapper {
        padding-top: 56px;
        background-color: #fff;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .filters {
        text-align: center;
    }

    .filters #filter-form {
        background-color: #EEEEEE;
        border-top: solid 1px #dedede;
        border-bottom: solid 1px #dedede;
        padding: 5px 15px;
        /*display:flex !important;
        justify-content:center;
        align-content:center*/
    }


      /*background:white 0px -16px; 
       width:80px; height:28px;
       padding:1px 3px;  border:none;
       background-color:#009CD6; font-size: 13px; font-family: Roboto; color: white; 
       font-weight: 400;
       border-radius:;*/
       .btn-primary {
        background-color: #009CD6;
        
        border: none;
        border-radius: 0px;
        cursor: pointer;
        padding: 4px 16px;
        font-size: 13px;
        height: 28px;
            font-family: Roboto;
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary:focus:active {
        background-color: #00AFEF;
        box-shadow: none;
        outline: none;
    }



    /*.btn-primary {
        background-color: #009CD6;
        width: 150px;
         height:28px;
        border: 0px 0px 0px 0px;
        border-radius: 0px;
        cursor: pointer;
        padding: 1px 3px;
        font-size: 13px;
        color: white; 
        font-family: Roboto;
    }*/

    @media(max-width: 992px){
    .btn-primary{
        margin-bottom: 10px;
    }
   }

    /*.btn-primary:hover {
        background-color: #00AFEF;
    }*/
    

    .form-control.bg-blue {

        border: solid 1px #009CD6;
        background-color: #D7ECFF;
    }

     .form-control {
        border-radius: 0px;
        border: solid 1px #dedede;
        font-size: 13px; 
        height: 30px !important;
        padding: 0 8px;
        overflow: hidden;
        display: block !important;
        position: relative;
       
            font-family: sans-serif;
    }

    /*.form-control {
        border-radius: 0px;
        border: solid 1px #dedede;
        font-size: 13px; 
        height: 30px !important;
        padding: 0 8px;
        overflow: hidden;
        display: block !important;
        position: relative;
       
            font-family: sans-serif;
    }*/
    .filter-heading {
        text-transform: uppercase;
        font-weight: 600;
        color: #666869;
        font-size: 20px;
        margin-bottom: 20px;
        background-color: #EEEEEE;
        line-height: 50px;
        margin-bottom: 0px;
        cursor: pointer;
        border-bottom: solid 1px #dedede;
    }


    /*.filter-heading {
        text-transform: uppercase;
        font-weight: 600;
        color: #666869;
        font-size: 20px;
        margin-bottom: 20px;
        background-color: #EEEEEE;
        line-height: 50px;
        margin-bottom: 0px;
        cursor: pointer;
        border-bottom: solid 1px #dedede;
    }*/
      .form-control {
        width: 100% !important;
    }
    /*.form-control {
        width: 100% !important;
    }*/


    .select-wrapper.bg-blue .form-control {

        border: solid 1px #009CD6;
        background-color: #D7ECFF;
        
       
    }
     @media(min-width: 1335px){
   
        .btn-primary {
       
            width: 150px;
         }
    }

    select::-ms-expand {
        display: none;
    }

    select {
        -webkit-appearance: none;
        -moz-appearance: none;
         width:100%;border:solid 1px #ccc; font-size:12px;  /* made width to mzx-width by Shekhar*/
             /*border-radius:0px 0px 0px 0px;*/height:28px;padding-left:5px;
    }

    .select-wrapper {
        position: relative;
    }

    .group label {
        font-weight: normal;
    }

    @media (min-width: 576px) {
        .mr-sm-4 {
            margin-right: 22px !important;
        }
    }

    @media (min-width: 576px) {
        .mb-sm-0 {
            margin-bottom: 0 !important;
        }

        .mb-2 {
            margin-bottom: 0.5rem !important;
        }
    }

    .select-wrapper::after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        color: #000;
        font-size: 12px;
        pointer-events: none;
        position: absolute;
        top: 2px;
        right: 8px;
    }

      @media(min-width: 992px) {

        .group {
                display: table-cell;
                margin: 0 10px;
                width: 10%;
                text-align: left;
        }
        .group.large {
            width: 15%;
        }
        .side-label,
        .checkbox-group {
            width: auto;
        }
        .btn-group{
            width: 15%;
        }

        .group label {
            display: inline-block;
             margin-bottom: 0px;
        }

        .form-inline {
            display: table !important;
            width: 100%;
           justify-content: space-between;
            align-items: center;
            align-content: center; /*border-spacing: 10px 0;*/
        }
    }

    /*@media(min-width: 992px) {

        .group {
            display: table-cell;

            margin: 0 10px;
        }

        .group label {
            display: inline-block;
        }

        .form-inline {
            display: table !important;
            width: 100%;
            border-spacing: 10px 0;
        }
    }*/

    @media(max-width: 767px) {
        .form-inline {
            margin-top: 0px;
        }
    }

    @media(max-width: 991px) 
    {
        .filters #filter-form {
            /*//margin-top: 100px;*/
            text-align: left;
            display: none;
            padding: 25px 15px;
        }
        .btn-group {
            width: 100%;
            padding-left: 56px!important;
        }
        .filter-heading {
            margin-top: 10px;
        }
        .group.side-label label {
            display: inline-block !important;
            float: left;
           
        }
        .group.side-label {
            position: absolute;
        }
        .group {
            padding-left: 50px;
        }
        .group.side-label {
            padding-left: 0px;
        }
        .select-wrapper {
            margin-bottom: 10px;
            width: 100%;
            margin: 0 5px 10px;
        }
        .group.half-8 {
            width: 60% !important;
        }
        .group.half-4 {
            width: 40% !important;
            padding-left: 10px;
        }

        .clear{
            clear: both;
        }
        .group.half-8,
        .group.half-4 {

            float: left;
        }
        .btn-primary {
            width: 100%;
        }
    }

    @media(min-width: 992px) {
        .checkbox {
            display: block !important;
            margin-left: -3px;
        }
    }

    @media(max-width: 767px) {
        .form-inline,
        .filter-heading {
            margin-top: 0px;
        }
    }

    @media(max-width: 991px) 
    {
        .filter-wrapper {
            padding: 0px;
            margin-bottom: 20px;
        }
        .filters form {
            padding: 20px;
        }
    }
    /* Base for label styling */

    [type="checkbox"]:not(:checked),
    [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
    }

    [type="checkbox"]:not(:checked)+label,
    [type="checkbox"]:checked+label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
        color: #554E4E;
        font-weight: 400;
        display: inline-block;
        
    }
    @media(max-width:991px){
[type="checkbox"]:not(:checked)+label,
    [type="checkbox"]:checked+label {
        margin-bottom: 5px;
        left: -20px;

    }
    }
    @media(max-width:768px){
[type="checkbox"]:not(:checked)+label,
    [type="checkbox"]:checked+label {
        margin-bottom: 0px;
        left: 0px;

    }
    }
    /* checkbox aspect */

    [type="checkbox"]:not(:checked)+label:before,
    [type="checkbox"]:checked+label:before {
        content: '';
        position: absolute;
        left: 7px;
        top: 4px;
        width: 15px;
        height: 15px;
        border: 1px solid #696969;
        background: #fff;
    }
    /* checked mark aspect */

    [type="checkbox"]:not(:checked)+label:after,
    [type="checkbox"]:checked+label:after {
        content: '✔';
        position: absolute;
        top: 4px;
        left: 7px;
        font-size: 13px;
        line-height: 0.8;
        color: #554E4E;
        transition: all .2s;
    }
    /* checked mark aspect changes */

    [type="checkbox"]:not(:checked)+label:after {
        opacity: 0;
        transform: scale(0);
    }

    [type="checkbox"]:checked+label:after {
        opacity: 1;
        transform: scale(1);
    }
    /* DATA BOX */

    .box {
        min-height: 215px;
        margin-bottom: 30px; /*width: 290px;*/
        border: solid 1px #dedede;
        background-color: #fff;
    }

    @media(max-width: 767px) {
        .box {
            margin-bottom: 15px;
        }
    }

    .box-340 {
        min-height: 300px;
    }

      .lbl
        {
           
            color:#554E4E;
            font-weight: 400;
           font-size:13px;
          
          
        }

      /*.cBtn {
       background:white 0px -16px; 
       width:80px; height:28px;
       padding:1px 3px;  border:none;
       background-color:#009CD6; font-size: 13px; font-family: Roboto; color: white; 
       font-weight: 400;
       border-radius:0px 0px 0px 0px;
}
.cBtn:hover
{
  background-position:0px 0px;color:white; cursor:pointer; background-color:#00afef;
}*/

.PnlBMListStyle
{
            border:solid 1px #ccc;
            height: auto;
            width:auto;
            overflow-y:auto;
            background-color: white;/*#f5f5f5;*/
            font-size: 12px;
            font-family: Roboto;
            padding:5px;
}

.SnapShorGrid a{color:#554E4E;}
.SnapShorGrid {font-size:12.5px;width:100%;margin-bottom:1px;background-color:white;margin:auto;border:none }
.SnapShorGrid th {background-color:#009CD6; font-weight:400;border:none;color:#FFFFFF;height:35px;font-size:14px; padding-left:5px;padding-right:5px;}
.SnapShorGrid tr {background-color:white;border-bottom:solid 1px #ddd;color:#797979;height:35px;border-left:none; border-right:none} 
.SnapShorGrid td {border:none; padding:5px; font-size:14px;font-weight:400; }   


/*.SnapShorGrid:hover
{
    cursor:pointer; background-color:#ff0000;
    
}


/* 
Generic Styling, for Desktops/Laptops 
*/
.SnapShorGrid table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
.SnapShorGrid tr:nth-of-type(odd) { 
  background:#D7ECFF; 
}














/*dhaval css new*/

@media(min-width: 992px) {

        .group {
            display: table-cell;
            padding: 0 10px;
            width: 10%;
            text-align: left;
        }
        .group.large {
            width: 15%;
        }
        .side-label,
        .checkbox-group {
            width: auto;
        }
        .btn-group{
            width: 8%;
        }

        .group label {
            display: inline-block;
            margin-bottom: 0px;
        }

        .form-inline {
            display: table!important;
            width: 100%;
            justify-content: space-between;
            align-items: center;
            align-content: center; //border-spacing: 10px 0;
        }
    }

    @media(max-width: 767px) {
        .form-inline {
            margin-top: 0px;
        }
    }

    @media(max-width: 991px) {
        .filters #filter-form {
            //margin-top: 100px;
            text-align: left;
            display: none;
            padding: 25px 15px;
        }
        .btn-group {
            width: 100%;
            padding-left: 56px!important;
        }
        .filter-heading {
            margin-top: 10px;
        }
        .group.side-label label {
            display: inline-block !important;
            float: left;
        }
        .group.side-label {
            position: absolute;
        }
        .group {
            padding-left: 50px;
        }
        .group.side-label {
            padding-left: 0px;
        }
        .select-wrapper {
            margin-bottom: 10px;
            width: 100%;
            margin: 0 5px 10px;
        }
        .group.half-8 {
            width: 60% !important;
        }
        .group.half-4 {
            width: 40% !important;
            padding-left: 10px;
        }

        .clear {
            clear: both;
        }
        .group.half-8,
        .group.half-4 {

            float: left;
        }
        .btn-primary {
            width: 100%;
        }
    }

     @media(min-width: 992px) {
        .checkbox {
            display: block !important;
            margin-left: -3px;
        }
    }

    [type="checkbox"]:not(:checked),
    [type="checkbox"]:checked {
        /*position: absolute;*/  /*!important*/
        /*left: -9999px;*/
        /*margin-left: auto !important;*/
    }

    [type="checkbox"]:not(:checked)+label,
    [type="checkbox"]:checked+label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
        color: #00AFEF;
        font-weight: 600;
        display: inline-block;
        padding-top: 1px;
    }
    .checkbox-relative [type="checkbox"]:not(:checked),
    .checkbox-relative [type="checkbox"]:checked{
	
	position:relative !important;
	left:0 !important;

}
    @media(max-width:991px) {
        [type="checkbox"]:not(:checked)+label,
        [type="checkbox"]:checked+label {
            margin-bottom: 10px;
            
        }
    }
/*Wheels changes added by shekhar on 5/12/2017*/
    .navbarWheel{
         background-color: #e0004d;
    }
    .btn-primaryWheel {
        background-color: #51284f;
    }
    .btn-primaryWheel:hover, .btn-primaryWheel:focus, .btn-primaryWheel:focus:active {
          background-color: #735272;
    }

     .SnapShorGridWheel th {background-color:#51284f;}