﻿.ipsg-body { 
    font-family: Helvetica, Arial, sans-serif;
    /*background: #e8e8e8;*/
    padding: 0px;
}

.ips_header { 
    background: #fff;
    width: 100%;
    height: 75px;
    position: fixed;
    z-index: 2;
}

.ips_spsc { 
    margin-left: 105px
}

.ui-igcombo {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important
}

.ipsg-tabs-group {
    border-radius: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
}

.ui-widget-content a { 
    color: white !important;
}

.ipsg-nav { 
    background-color: #646464;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: inherit;
    width: 100%;
}

.ipsg-nav h4 .ipsg-nav-icon { 
    font-size: 18px;

}

.ipsg-nav h4 { 
    height: 40px;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4A4A4A;
    border-top: 1px solid #646464;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-family: Helvetica, Arial, sans-serif;
    /*font: 14px "NunitoSansRegular", "Helvetica Neue", "Helvetica", Arial, sans-serif;*/
    font-weight: 400;
    margin: 0;
    position: relative;
}

.ipsg-nav h4:hover { 
    background-color: #9B9B9B;
}

a:-webkit-any-link { text-decoration: none;}

.ips_spsc h1 { 
    margin: 25px 0 0 0; 
    color: #004F5B; 
    font-size: 20px;
}

.ips_user { 
    background-color: rgba(56, 56, 56, 1);
    display: block;
    padding: 15px 5px 15px 5px;
}

.ipsg-user-icon { 
    float: left;
    position: relative;
    height: 40px;
    width: 40px;
    background-color: #777;
    color: #FFFFFF;
    font-size: 40px;
    overflow: hidden;
}


.ipsg-logo .ipsg-logo-link { 
    top: 5px;
    right: 0;
    bottom: 0;
    left: 75px;
    position: relative;
    text-align: center;}

.ipsg-user-info { 
    float: left;
    position: relative;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 40px;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    width: calc(100% - 40px);
}



table td.alignCenter a i { 
    color: black;
}

.ips-link-section-header { 
    background: white; 
    text-align: center;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    color: black;
    padding-top: 40px;
    padding-bottom: 15px;
}

.ips-link-section-content {
    background: white;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-family: Helvetica, Arial, sans-serif;
    /*font-family: Dotum;*/
}

.ips-link-section-images { 
    width: 100%;
    background: white;
}

.ips-footer-section {
    height:100px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    background: #ddd;
    padding: 5px;
}

/*  ========================================================================================================================== 
                                                                                                                                |
                                                                                                                                |
                                                                                                                                |
                                                                                                                                |
                                                                                                                                |
                                                SPACE                                                                           |
                                                                                                                                |
                                                                                                                                |
                                                                                                                                |
                                                                                                                                |
                                                                                                                                |
                                                                                                                                |
                                                                                                                                |
                                                                                                                                                    
   ==========================================================================================================================  */

html {
    height: 100%;
}

.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.alignCenter { text-align: center; }

a:link { color: darkgray;  }
a:visited { color: darkgray;  }
a:hover { color: blue; text-decoration: none; }
a:active { color: white;  }

.applicationLink a:link { color: black; text-decoration:underline; }
.applicationLink a:visited { color: black; text-decoration:underline; }
.applicationLink a:hover { color: black; text-decoration:underline; }
.applicationLink a:active { color: black; text-decoration:underline; }

.groupHeaderLink a:link { color: black; text-decoration:none; }
.groupHeaderLink a:visited { color: black; text-decoration:none; }
.groupHeaderLink a:hover { color: black; text-decoration:none; }
.groupHeaderLink a:active { color: black; text-decoration:none; }

.buttonSize {
    width: 150px;
}

#groupHeader
{
    font-weight: bold;
    font-size: larger;
}

#container {
    min-height: 100%;
	height: 100%;
}

.ipsg-widget_input-box .has-error {
    border: 1px solid #a94442;
    /*background: #f2dede;*/
}

#divLoginError {
    padding: 10px 30px 0px 0px;
    background-color: #f1dede;
}

.ssoErrorBackgroundColor {
    background: #f2dede;
}

.has-error, .modal-body .has-error {
    border: 1px solid #a94442;
    background: #f2dede;
}

.validationErrorsBody {
    color: #a94442;
    margin-left: 10px;
}


    .validationErrorsBody ul {
        margin-top: 0px;
    }

        .validationErrorsBody ul li {
            border-bottom: none;
            list-style: disc;
            padding: 0px;
            text-align: left;
            text-transform: none;
        }
        

.ipsg-main-content .ipsg-header {
  background-color: #00A5B5;
  height: 75px;
  width: 100%;
  text-align: right;
  padding: 5px 10px 0px 0px;
}


.comboItemContainer
{
    width: 325px;
    white-space: normal;
    height: 70px;
    padding-left: 20px;
}
#comboContainer
{
    margin-bottom: 30px;
}
.comboTemplates
{
    text-align: center;
    padding: 2px;
}
#comboHeaderTemplate
{
    font-size: large;
    font-weight: bold;
    background-color: rgb(185, 9, 11);
    color: White;
}
.empImage
{
    float: left;
    width: 64px;
    padding-top: 3px;
}
.empInfo
{
    float: left;
    padding-left: 5px;
    width: 240px;
    font-weight:100;
    font-size: smaller;
}
.empName
{
    font-weight: bold;
}
li.ui-igcombo-listitem div.empImage a 
{
    border: none
}

.igsb-running-sample > div:first-of-type
{
	width : 50% !important;
}




/* ACCORDION */
.panel-heading .accordion-toggle h4:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  
    content: "\e114";    
    float: right;        
    color: grey;        
    overflow: no-display;
}
.panel-heading .accordion-toggle.collapsed h4:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    
}
a.accordion-toggle{
    text-decoration: none;
}







/* NAV TABS */
.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}



.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}

.ui-iggrid-table { width: 100% !important;}

.ui-iggrid .ui-iggrid-headertable, .ui-iggrid .ui-iggrid-content, .ui-iggrid .ui-widget-content, .ui-iggrid-scrolldiv table { width: 100% !important;}



.modalLoading {
    /*display:    none;*/
    display: block;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../Content/Images/loader.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalLoading {
    display: block;
    position: absolute;
}

/* ======================================================================= landing page slider image background ======================================================================= */

.ips-welcome-text-2 {
    font-size: 17px;
    font-family: Helvetica, Arial, sans-serif;
    /*font-family: 'Dotum';*/
    color: white;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-left: 25%;
    width: 50%;
    text-align: center;
    margin-top: 15px;
}

.landing-apps { 
    background-color: #313131;
}

.btn-default { 
    padding: 10px 20px 10px 20px;
    font-weight: bold;
}

.ips-middle-landing-body { 
    background-color: #313131;
    padding:15px;
}

.ips-get-started { margin-top: 20px;}

.ips-middle-header {
    font-size: 36px;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    /*font-family: sans-serif;*/
    text-align: center;
    margin-left: 10%;
    width: 80%;
    padding: 50px 20px 0px 20px;
}

.ips-apps-home-button {
    width: 100px;
}

.ips-apps-home {
    background-color: #004F5B;
    height: 220px;
    width: 100%;
    margin-top: 25px;
    padding: 20px;
    color: white;
    text-align: center;
}

.ips-apps { 
    background-color: #004F5B;
    height: 290px;
    width: 100%;
    margin-top: 25px;
    padding: 20px;
    color: white;
    text-align: center;
}

.ips-apps h4 { 
    font-weight: bold;
    font-size: 18px;
    color: white;
    margin-bottom: 0px
}

.ips-app-box { 
    background-color: white;
    height: 200px;
    padding: 20px;
    color: black;
    border: 1px solid silver;
    border-radius: 2px;
    margin: 10px;
    text-align: center;
}



input[type="checkbox"] { 
    margin: 0px;
}

.ips-dont-show { 
    color: white; 
    font-weight: normal;
}



.slides {
    padding: 0;
    width: 100%;
    display: none;
    margin: 0 auto;
    position: relative;
    background-color: rgb(49,49,49);
   
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}


.ips-bar-landing {
    width: 100%;
    height: 45px;
    font-weight: bold;
    padding: 15px;
    background-color: rgba(54,54,54,.7);
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    /*font-family: sans-serif;*/
    margin-bottom: 5px;
    font-size: 14px;
}

.ips-profile { 
    width: 100%;
}

.ips-landing-caption { 
   color: white; 
   width: 100%;
   height:330px;
   left: 0;
   text-align: center;
   top: 130px;
   position:absolute;
   font: bold 24px/45px Helvetica, Arial, Sans-Serif; 
   letter-spacing: 1px;  
   background: rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
}

.ips-landing-caption h1 { 
    color: white;
    margin: 20px 0px 20px 0px
}

@media (min-width: 1200px) {
    .container {
        width: 90%;
    }
}
.ips-app-content {
    padding: 5px;
    font-family: Helvetica, Arial, sans-serif;
    /*font-family: sans-serif;*/ 
   font-size: 14px;
    text-align: center;
}

.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:transparent !important; border: none; font-size: 20px;}
.w3-display-left{position:absolute;top:290px;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:290px;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}


/* ======================================================================= end of landing page styling =======================================================================*/



/* login page styling */

.ipsg-home .ipsg-home-header { 
    background-image: url("/Content/Images/loginbackground.jpg") !important;
    height: 100%;
    overflow: auto;
}

.g-recaptcha { background-color: transparent !important;}

.ipsg-home .ipsg-home-header h1 { 
    margin: 45px 25px 0px 25px;
    font-size: 36px;
    /*font-family: sans-serif;*/
}

.ipsg-home .ipsg-home-header p {
    margin: 35px 25px 0px 25px;
    font-size: 18px;
    color: white;
    text-align: center;
    width: 50%;
    /*font-family: sans-serif;*/
    font-family: Helvetica, Arial, sans-serif;
}

.ipsg-home .ipsg-home-header .ipsg-home-input { 
    margin-top: 50px;
    margin-bottom: 50px;
    background: rgba(0, 31, 33, .7);
    padding: 30px 49px;
    display: block;
}

.ipsg-home .ipsg-home-header .ipsg-home-options .ipsg-home-options-column { 
    margin-top: 20px;
}

.ipsg-home .ipsg-home-header .ipsg-home-options .ipsg-home-options-column:last-child { 
    justify-content: center;
}

.ipsg-home .ipsg-home-header .ipsg-home-input .form-control { 
    margin-bottom: 25px;
    font-size: 16px;
}

.ipsg-widget_button { 
    background-color: orange;
}

.ipsg-widget_button:hover { 
    background-color: #004F5B
}

.ipsg-widget_button:active, .ipsg-widget_button:focus, .ipsg-widget_button:active:focus, .ipsg-widget_button:active:hover, .ipsg-widget_button:hover:focus { 
    background-color: #004F5B;
}

/* ======================================================================= end of login page styling ======================================================================= */

.modal { 
    background: rgba(0,0,0, .7);
}

.close { 
    color: gray; 
    text-shadow: 0 1px 0 gray; }
.close:hover { color: red; }



/* ==================================== hamburger menu ================================================ */

.nav .open > a {
    background-color: transparent;
}

    .nav .open > a:hover {
        background-color: transparent;
    }

    .nav .open > a:focus {
        background-color: transparent;
    }

.hamburger { 
    background: #fff;
    border: none;
    display: block;
    height: 32px;
    left: 20px;
    position: fixed;
    top: 20px;
    width: 25px;
    z-index: 999;
}

#sidebar-wrapper {
    background: rgba(34,34,34,.95);
    height: 100%;
    left: 220px;
    top: 75px;
    margin-left: -220px;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 230px;
    }

        #wrapper.toggled #sidebar-wrapper {
            width: 230px;
        }

        #wrapper.toggled #page-content-wrapper {
            margin-right: -230px;
            position: absolute;
        }



    #sidebar-wrapper::-webkit-scrollbar {
        display: none;
    }


#page-content-wrapper {
    padding-top: 70px;
    width: 100%;
}

.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 230px;
}

    .hamburger:hover {
        outline: none;
    }

    .hamburger:focus {
        outline: none;
    }

    .hamburger:active {
        outline: none;
    }

    .hamburger.is-closed:before {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        -ms-opacity: 0;
        opacity: 0;
        text-align: center;
        width: 100px;
    }

    .hamburger.is-closed:hover before {
        -webkit-transform: translate3d(-100px, 0, 0);
        -moz-transform: translate3d(-100px, 0, 0);
        -ms-transform: translate3d(-100px, 0, 0);
        -o-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        display: block;
        -ms-opacity: 1;
        opacity: 1;
    }

    .hamburger.is-open:before {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        -ms-opacity: 0;
        opacity: 0;
        text-align: center;
        width: 100px;
    }

    .hamburger.is-open:hover before {
        -webkit-transform: translate3d(-100px, 0, 0);
        -moz-transform: translate3d(-100px, 0, 0);
        -ms-transform: translate3d(-100px, 0, 0);
        -o-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        display: block;
        -ms-opacity: 1;
        opacity: 1;
    }


.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 2;
}


.ui-iggrid .ui-iggrid-toolbar { 
    color: white !important;
}

.ui-iggrid .ui-iggrid-tablebody td i { 
    color: black;
}

.ui-iggrid .ui-iggrid-filtercell .ui-igedit { 
    height: 2.6em !important;
}

.ui-iggrid-header.ui-widget-header { 
    background: #004F5B !important;
}
.ui-widget-header.ui-state-default { 
    background: #004F5B !important;
}


#menuHamburger {
    display: none;
}

#appMenuLogo {
    display: none;
}

.ipsg-column.ipsg-main-nav { 
    display: none;
    background: #646464;
}





.control-group {
    display: inline-block;
    width: 200px;
    height: 210px;
    margin: 10px;
    padding: 30px;
    text-align: left;
    vertical-align: top;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.control {
    font-size: 14px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-left: 45px;
    margin-left: -20px;
    cursor: pointer;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin-bottom: 25px;
    }

.control__indicator {
    position: absolute;
    top: -2px;
    left: 18px;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
    margin-bottom: 25px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

/* Checked state */
.control input:checked ~ .control__indicator {
    background: #2aa1c0;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #0e647d;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
    display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
    top: 4px;
    left: 8px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

/* Lock Button Toggle */
.lockToggle {
    background-color: red;
    border-radius: 60px;
    box-shadow: 0 1px 1px 0 rgba(255,255,255,.4), 0 1px 0 0 rgba(0,0,0,0.10) inset;
    cursor: pointer;
    width: 50px;
    height: 25px;
    overflow: hidden;
    position: relative;
    float: right;
    right: 15px;
    bottom: 5px;
    transition: all .25s linear;
}

    .lockToggle .slide {
        color: #818283;
        color: rgba(0,0,0,.15);
        background: #efefef;
        border-radius: 50%;
        font-size: 30px;
        line-height: 24px;
        text-align: center;
        text-decoration: none;
        height: 22px;
        width: 22px;
        position: absolute;
        top: 2px;
        left: 2px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15), 0 1px 1px 0 rgba(255,255,255,.8) inset;
        transition: all 0.3s cubic-bezier(0.43, 1.3, 0.86, 1);
    }

        .lockToggle .slide:before,
        .lockToggle .slide:after {
            color: #FFF;
            content: "\f023";
            font-family: fontAwesome;
            font-size: 20px;
            font-weight: 400;
            text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
            -webkit-font-smoothing: antialiased;
            position: absolute;
        }

        .lockToggle .slide:before {
            right: -19px;
            color: black;
            opacity: 0.2;
        }

        .lockToggle .slide:after {
            content: "\f09c";
            left: -21px;
            color: #00ba00;
        }

    .lockToggle.on {
        background: #00dc00;
    }

        .lockToggle.on .slide {
            left: 26px;
            color: #00d100;
        }
/* Lock Button Toggle */

.rowUserInactive {
    background-color: #ff000040 !important;
}