﻿/*GC@ITSPUNE-20180222: CSS new classes and overwrite classes as per theme*/

.navbar-nav > .user-menu > .dropdown-menu {
    margin-top: 0;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    padding: 5px !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.list-group-item {
    margin-bottom: 0px !important;
    border-bottom: 1px solid #ddd !important;
    border: none;
}

.pl-5 {
    padding-left: 5px;
}

.custome-menu {
    font-size: 15px;
    font-weight: 600;
    color: #24304f;
}

.pb-5 {
    padding-bottom: 5px;
}

.content-header h1 {
    color: #0060b5;
}

.demo .nav > li > a:hover {
    color: #fff;
    background: #144b7b;
}

.demo .nav > li > a:active {
    color: #fff;
    background: #144b7b;
}


.navbar > .navbar-static-top > .nav .navbar-nav > li > a {
    color: #fff !important;
}

.demo .navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    margin-left: 0px;
}

.demo-custom .navbar-nav > li > .dropdown-menu a {
    border-right: none;
}


.layout-bottom {
    position: fixed;
    width: 230px;
    bottom: 0;
}


/*Css for login page*/

.bg-white {
    background-color: #fff;
}

.btn {
    border-radius: 0px;
}

.text-white {
    color: #fff;
}

.mt-50 {
    margin-top: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.text-center {
    text-align: center;
}

.footer-text {
    padding: 10px;
    font-size: 15px;
}

.welcome-text {
    font-size: 15px;
    text-align: justify;
    margin-top: 10px;
    padding-bottom: 10px;
}

.bg-gray {
    background-color: #ECECEC;
}

.login-box {
    border-radius: 25px;
}

.no-padding {
    padding: 0px;
}

.padding-20 {
    padding: 20px;
}

.margin-15 {
    margin: 15px;
}

.sign-in-bg {
    background-color: #F1F1F1;
}

.sign-in-border {
    border-radius: 10px;
}

.sign-in-text {
    font-size: 25px;
    text-transform: uppercase;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
}

.inline {
    display: inline-block;
}

.align-middle {
    vertical-align: middle;
}

.bg-blue {
    background-color: #0067aa;
    padding: 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.text-help {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.login-text {
    font-weight: normal;
    font-size: 17px;
    color: #535353;
}

.form-control {
    border-radius: 0px;
}

.small-text {
    color: #777777;
    font-size: 10px;
    font-weight: bold;
}

.text-blue {
    color: #337ab7;
    font-size: 13px;
}

.ml-0 {
    margin-left: 0px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-25 {
    margin-top: 25px;
}

.div-img {
    width: 5%;
    display: -webkit-inline-box;
    display: inline-block;
}

.div-text {
    width: 93%;
    display: -webkit-inline-box;
    display: inline-block;
    margin-left: 5px;
}


.be-aware-text {
    text-transform: uppercase;
    background-color: #F1F1F1;
    margin: 10px;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    font-size: 11px;
    font-style: italic;
    color: #ff1400;
}

@media only screen and (min-width: 992px) {
    .mt-60 {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 992px) {
    .radius {
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }
}



/*End css for login page*/


.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9 !important;
}

.width-90-cent {
    width: 90%;
}

.demo > .nav > li > a:hover {
    color: #fff;
    background-color: #3c8dbc;
}

.demo i.fa {
    margin-right: 5px!important;
}

.modified-menu {
    color: #3c8dbc;
}

label {
    font-weight: 600;
}

.demo .nav > li > a:focus {
    color: #fff;
    background-color: #144b7b;
}

.demo-custom .nav .open > a:hover {
    color: #fff;
    background-color: #144b7b;
}

.demo-custom .nav .open > a:active {
    color: #fff;
    background-color: #144b7b;
}

.demo-custom .nav .open > a:focus {
    color: #fff;
    background-color: #144b7b;
}

.content-header-new {
    padding-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
}
 

.m-tb-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.case-header-label {
    font-size: 24px;
}

.w-150px {
    width: 150px !important;
}

.sel-col input[type=checkbox] {
    margin-right: 5px;
    vertical-align: top;
}

.sel-col tbody tr td:last-child {
    text-align: center;
}

.case-type {
    right: 3px !important;
    top: 3px !important;
}

.dash-cases-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}

.dash-cases > list-content {
    border-radius: 2px;
    padding: 10px;
    background: #f4f4f4;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
}

    .dash-cases > list-content .text {
        display: inline-block;
        margin-left: 5px;
        font-weight: 600;
    }

.recent-case-row {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #f4f4f4;
}

.recent-case-header {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 2px solid #f4f4f4;
}

.products-list .product-img img {
    width: 30px;
    height: 30px;
}

.upload-doc input[type=radio] {
    margin-right: 5px;
}

.upload-doc label {
    margin-right: 15px;
}

.display-block {
    display: block;
}

.btn-upload {
    border: 1px solid #3c8dbc !important;
    background: #fff !important;
    color: #3c8dbc !important;
}


/* Begin::CSS for Case Header Toggle Popup*/
.navbar-nav > li > .dropdown-menu {
    margin-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: 20px;
}

.mega-dropdown {
    position: static !important;
    width: 100%;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 96%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .mega-dropdown-menu:before {
        content: "";
        border-bottom: 15px solid #fff;
        border-right: 17px solid transparent;
        border-left: 17px solid transparent;
        position: absolute;
        top: -15px;
        right: 45px;
        z-index: 10;
    }

    .mega-dropdown-menu:after {
        content: "";
        border-bottom: 17px solid #d3d3d3;
        border-right: 19px solid transparent;
        border-left: 19px solid transparent;
        position: absolute;
        top: -17px;
        right: 43px;
        z-index: 8;
    }

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #999;
                white-space: normal;
            }

    .mega-dropdown-menu > li ul > li > a:hover,
    .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
        color: #444;
        background-color: #f5f5f5;
    }
/* End::CSS for Case Header Toggle Popup*/


.bg-info2 {
    background-color: #3c8dbc;
    color:#fff;
}

.p-t-0{
    padding-top:0;
}

.full-border-height{
    height: 415px;
    border: 1px solid #ddd;
    padding: 10px;
}
.pl-0{
    padding-left: 0;
}
 

.btn-refresh{
    margin-top: 20px;
}

.btn-add-task{
    margin-top: 20px;
    margin-left:15px;
}
.no-margin{
    margin:0px!important;
}

.direct-chat-img {
    width: 28px;
    height: 28px;
    margin-right: 5px;
    margin-bottom:5px;
}
.track-bg-th{
    background-color: #ecf0f5;
}

.box {
   box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.box.box-solid>.box-header .btn:hover, .box.box-solid>.box-header a:hover {
    background: #269abc;
}


/*Css for Upload Docs counting columns*/
.upload-box{border-radius:2px;position:relative;display:block;margin-bottom:20px;box-shadow:0 1px 1px rgba(0,0,0,0.1)}
.upload-box p{z-index:5}
.upload-box h4{margin:0}
.upload-box h3{margin:0}
.upload-box .icon{-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;position:absolute;top:15px;right:10px;z-index:0;font-size:40px;color:rgba(0,0,0,0.15)}
.upload-box:hover{text-decoration:none;color:#f9f9f9}
.upload-box:hover .icon{font-size:45px}
@media (max-width:767px) {
    .upload-box {
        text-align: center;
    }

        .upload-box .icon {
            display: none;
        }
}
/*Css for Upload Docs counting columns*/

/* fix = code from bootstrap 3 */
tbody.collapse.in {
  display: table-row-group;
}

.nav-tabs-custom>.nav-tabs>li>a:active{
        color: #3c8dbc!important;
}
.table-bordered>tbody>tr>td{
    vertical-align:middle;
}

.uploaded-user{
    color: #3c8dbc;
    margin-left: -10px;
}

.userlist-img{
    height:75px!important;
    width:75px!important;
    float: none!important;
}

.modified-tab>.nav-tabs-custom>.nav-tabs>li.active>a {
    border-top-color: #3C8DBC!important;
    border-left-color: #3c8dbc!important;
    border-right-color: #3c8dbc!important;
    background-color: #3c8dbc;
    color: #fff;
}

.modified-tab>.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: transparent!important;
}

.modified-tab>.nav-tabs-custom>.nav-tabs>li{
border-top: 0px solid transparent!important;
}

.modified-tab>.nav-tabs {
    border-bottom: 1px solid #3c8dbc!important;
}

.modified-tab>.nav-tabs-custom>.nav-tabs{
   border-bottom-color: #cdd0d4;
}


@media (min-width: 992px) {
 .md-min-height{
    min-height: 500px!important;
 }
 .md-no-padding{
     padding:0px!important;
 }
 .md-min-height-30px{
     height:auto;
     min-height:30px;
 }
 .no-padding-left{
    padding-left:0px;
}
.no-padding-right{
    padding-right:0px;
}
 .paddint-top-15{
     padding-top:15px;
 }
 .paddint-bottom-15{
     padding-bottom:15px;
 }

 .user-mgmt-profile{
    min-height: 553px;
 }

 .overflow-visible {
    overflow: visible;
}


}

.profile-user-img{
    width:70px;
}
.pt-25{
    padding-top:25px;
}

.pt-20{
    padding-top:20px;
}

.custom-form-upload{
    padding: 3px!important;
    width: 300px!important;
    border: 1px solid #ddd
}

.lbl-align-middle{
    vertical-align: middle;
    vertical-align:-webkit-baseline-middle;
    margin-bottom: 0px;
}

.margin-5{
    margin:5px;
}

@media (max-width: 767px) {
    .xs-text-left{
        text-align:left!important;
    }
}

.priviledge{
    border-radius: 0;
    border-top: 0;
    border-left: 1px solid transparent;
    color: #444;
    position: relative;
    display: block;
    padding: 10px 5px;
    margin: 0;
    float: none;
}
 
.odd-row:hover {
    color: #444;
    background: #eef3f4;
}

.tab-priviledge li a:hover{
    color: #444;
    background: #eef3f4;
}

.privi-header1{
    padding-top: 5px;
    padding-bottom: 5px;
    background:#1a5d84;
    color:#fff;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2),0 4px 10px 0 rgba(0,0,0,0.19) !important;
}
.privi-header2{
    padding-top: 5px;
    padding-bottom: 5px;
    background:#3c8dbc;
    color:#fff;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2),0 4px 10px 0 rgba(0,0,0,0.19) !important;
}

.priviledge-bg-gray{
   background-color: #f9f9f9;
}


/*CSS properties for User Management page*/
.no-border-radius{
    border-radius: 0px;
}
.user-icon:hover{
    color:#3c8dbc;
    cursor:pointer;
}
.user-icon-list{
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-top: 10px;
}
.user-tab-user-mgmt .nav>li>a:hover{
    color: #3c8dbc!important;
    background: transparent!important;
}
.user-tab-user-mgmt li{
    border-bottom: 1px solid #D3D8DE!important;
    background-color:#F4F4F4;
    cursor:pointer;
}

.padding-bottom-15{
    padding-bottom: 15px;
}

.padding-15{
   padding: 15px;
}
.username{
    padding-top: 10px;
}
.margin-left-10{
    margin-left:10px;
}
.margin-right-10{
    margin-right:10px;
}
.user-header-bg{
    background: #3AC3F1;
    color: #ffffff;
}
.border-bottom{
    border-bottom:1px solid #ddd;
}
.fa-icon {
    border: 1px solid #53D1FA;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 5px;
    margin-left: 5px;
    height: 28px;
    font-size: 20px;
    margin-top: 7px;
}
.fa-icon:hover{
    background: #fff!important;
    color: #53D1FA!important;
    cursor:pointer!important;
}
.img-position{
    top: 30px;
    left: 30px;
    position: absolute;
}

.hover-effect a:hover{
    background:transparent!important;
}

.custom-tab-menu>.nav-tabs-custom>.nav-tabs>li.active {
    border-bottom-color: #3c8dbc!important;
    border-top-color: transparent!important;
}

.custom-tab-menu>.nav-tabs-custom>.nav-tabs>li{
    border-bottom: 3px solid transparent!important;
    border-top: 0px solid transparent!important;
}

.custom-tab-menu>.nav-tabs-custom>.nav-tabs>li.active>a{
    border-left-color: transparent;
    border-right-color: transparent;
}
.user-tab-user-mgmt li.active {
    border-left: 3px solid #3C8DBC !important;
    /*background: #d8d8d8;*/
    background: #e6e6e6;
    padding: 10px 10px;
}

.user-tab-user-mgmt li:hover {
    background-color: #d8d8d8;
}

.user-tab-user-mgmt li:focus {
    border-right: 3px solid #3C8DBC !important;
    background-color: #d8d8d8;
}

.user-tab-user-mgmt li:visited {
    border-right: 3px solid #3C8DBC !important;
    background-color: #d8d8d8;
}

.user-tab-user-mgmt>.nav-stacked > li.active > a {
    border-left-color: transparent!important;
}
.bg-key-icon {
    background-color: #f39c12;
    color: #fff;
}
.bg-edit-icon {
    background-color: #3c6fbc;
    color: #fff;
}

.user-label label{
    padding-top: 10px;
}
/* End CSS properties for User Management page*/

.change-icon i:hover{
    cursor:pointer;
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}


/*Quick search menu*/
.mega-dropdown-menu1 {
    padding: 10px 0 20px 0 !important;
    border: 1px solid #9fa4ad;
    box-shadow: 1px 4px 1px rgba(0, 0, 0, 0.1);
    width: 100% !important;
    border-radius: 0;
    background-color: #fff;
}

.mega-dropdown1 {
    position: static !important;
}

.q-search .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    right: 0%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
/*Quick search menu ends*/

.display-grid {
    display: grid;
}

/*Form text box input custom change*/
.form-control:focus {
    border-color: #82cefb;
    box-shadow: none;
    outline: 0;
}

/* [File Browse Button] css new design*/
input[type=file] {
    visibility:hidden;
    position:absolute;
}

/* Global marigin left and right to every font awesome icon */
i.fa {
    margin-left:5px!important;
    margin-right:5px!important;
}

.no-icon::after {
    content: "" !important;
}

.box {
    border-top: 1px solid #d2d6de;
}

.wrapper{
    overflow-x:hidden!important;
    overflow-y:hidden!important;
}


/* Manage user collapsable gridview css */

.custom-check input[type=checkbox] {
    margin: 10px 10px 0 !important;
}

.mng-grd-img {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    margin-bottom: 0;
    border-radius: 50%;
    margin-left: 15px;
}

.no-border-lr {
    border-left: none !important;
    border-right: none !important;
}

/* End::Manage user collapsable gridview css */

.checkbox-column {
    width: 3% !important;
    text-align: center;
}
.option-column {
    width: 10%!important;
    text-align: center;
}

.label {
    padding: 0.4em .6em .3em;
}

.p-r-0{
    padding-right:0px;
}


/*New css for steps tabs to userlist popup*/
.stepwizard-step p {
    margin-top: 10px;
    color: #666;
    font-size: 15px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.stepwizard-row:before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px 0;
    line-height: 1.428571429;
    border-radius: 20px;
    font-size:20px;
}
/*END::New css for steps tabs to userlist popup*/

/*css for radio buttons minimum height for form*/
@media (min-width: 992px) {
    .mb-25 {
        margin-bottom: 25px;
    }
    .mb-55 {
        margin-bottom: 55px;
    }
}
/*END::css for radio buttons minimum height for form*/

.mr-15{
    margin-right:15px!important;
}

.asn-users-column {
    height: auto;
    max-height: 234px;
    overflow-y: auto;
}

.no-mb{
    margin-bottom:0px;
}

/*CSS for Assign Role - User List and Role List*/
.asn-role .nav-stacked > li > a {
    color: #337ab7;
}
.mt-7 {
    margin-top: 7px;
}
/*END::CSS for Assign Role - User List and Role List*/

 


/*Custom Scroll Bar*/

::-webkit-scrollbar {
    position: relative;
    width: 4px;
    height: 5px;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    cursor: pointer!important;
}

::-webkit-scrollbar-button {
    width: 7px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #9ea7c0;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #7d7d7d;
    cursor:pointer!important;
}

/*END::Custom Scroll Bar*/



.role-priviledge-column {
    height: auto;
    max-height: 314px;
    overflow-y: auto;
}

.user-mgmt-userlist {
    height: auto;
    overflow-y: auto;
    max-height: 546px;
}

.doc-upload-fixedHeight {
    max-height: 620px;
    overflow-y: auto;
    height: auto;
}

.userListFixedHeight {
    max-height: 500px;
    overflow-y: auto;
    height: auto;
}

.userGridFixedHeight {
    max-height: 500px;
    overflow-y: auto;
    height: auto;
}

.caseSearchFixedHight {
    height: auto;
    overflow-y: auto;
    height: 620px;
}

.link-hover a:hover {
    background: transparent!important;
    color: #3c8dbc!important;
}


.notes-user-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 5px;
}


.noteUserList .nav-stacked > li {
    border-bottom: 1px solid #ecf0f5 !important;
    border-top: 1px solid #ecf0f5 !important;
    border-left: 1px solid #ecf0f5 !important;
    margin: 0;
    border-right: 1px solid #ecf0f5 !important;
    margin-bottom: 15px !important;
    box-shadow: 0px 15px 10px -15px #bdb0b0;
}

.width-14-cent{
    width:14%!important;
}

.noteUserList .nav-pills > li.active > a {
    font-weight: normal;
}

.userListBg {
    background: #f7f7f7;
}

.noteUserListcolumnHeight {
    height: auto;
    max-height: 465px;
    border: 1px solid #ddd;
    padding: 10px;
}

.qa-CFPB label {
    margin-bottom: 0px;
}

/*Css overwrite for Notes text editor*/
ul.wysihtml5-toolbar > li {
    margin: 0 -2px 10px 0!important;
}


.img-circle-sec {
        width: 100%;
    max-width: 45px;
    height: auto;
        border-radius: 50%;
    float: left;
        margin-right: 10px;

}

.user-img {
     width: 100%;
    max-width: 65px;
    height: auto;
        border-radius: 50%;
}

.mang-nav {
    margin-bottom:5px;
}

.mang-nav li{
    float: left;
    width: 100%;
}


/*CG_ITSPUNE_20180706: CSS for Self Service Program Criteria*/

textarea {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d6de;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea:focus {
    border-color: #82cefb;
    box-shadow: none;
    outline: 0;
}

.ptb-10{
    padding-top:10px;
    padding-bottom:10px;
}
.prg-detail input[type=checkbox] {
    margin-right: 5px!important;
    vertical-align: top;
}
/*CG_ITSPUNE_20180706: CSS for Self Service Program Criteria*/

/*BEGIN::GC- Css for My Profile Popup*/
.example:before, .example:after {
  content: "";
  display: block;
  height: 0;
  left: 85%;
  position: absolute;
  width: 0;
}
.example:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid #fff;
  margin-left: -5px;
  top: -6px;
  z-index: 4;
}
.example:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid #fff;
  margin-left: -3px;
  top: -5px;
  z-index: 5;
}

.custom-dropdown {
    width: 225px !important;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.03);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.03);
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.mt-3 {
    margin-top: 3px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
    border-top: 1px solid transparent!important;
}
.myProfile ul,li {
    list-style-type: none;
}
.hover li:hover {
    background: #367fa9;
}
.hover li { 
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #f4f4f4;
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body a:hover{
    color:#fff!important;
}
.mt-10{
    margin-top:10px;
}
/*END::GC- Css for My Profile Popup*/

/*GC_ITSPUNE_201080824:BEGIN::CSS PSUDO Class for option column */
#grdssdash td:last-child{
    min-width:80px!important;
}
/*GC_ITSPUNE_201080824:END::CSS PSUDO Class for option column */
.hover ul li a{
    display:block;
}