body {
    background: #e9ecef;
    color: #21262d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    height: calc(100vh - 54px) !important;

}
/* block eye toggle in edge browser */
input::-ms-reveal,
      input::-ms-clear {
        display: none;
      }

*{
	box-sizing: border-box !important;
	font-family: 'Montserrat', sans-serif;
}

th i {
    margin: 0 5px;
}

.btn.btn-default, .btn.btn-submit {
    background: #0c48a1;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 7px 20px;
    text-shadow: none;
    border: 0px;
    vertical-align: top;
}
.res-div .softtoken-inner-div , .res-div .instructions-div {
    display: flex;
    justify-content: space-between;
    flex-direction: column; 
}

input[type="text"],input[type="date"],input[type="number"],input[type="email"],input[type="time"]{

	height: 35px !important;
    border-radius: 4px !important;
    border: 1px solid #ccc !important;
    line-height:35px !important;
    padding:0 10px;
}
a {
    color: #1bb1dc;
    transition: 0.5s;
  cursor:pointer;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	height:5px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #888

}

.brand{
    background-color: #2d2d2d;

}

/*
 *  STYLE 5
 */
a:hover,
a:active,
a:focus {
    color: #0a98c0;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #1bb1dc;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}
.btn{
	padding: 7px 20px ;
}

.btn-mx {
    margin: 0 5px;
}
/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #1bb1dc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    padding: 0 0 10px 0;
    font-size: 14px;
    transition: all 0.5s;
}

#topbar .social-links {
    text-align: right;
}

#topbar .social-links a {
    color: #535074;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
}

#topbar .social-links a:hover {
    color: #1bb1dc;
}

#topbar .social-links a:first-child {
    border-left: 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 00px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 2px 2px 10px #eee;
}

#header.header-scrolled,
#header.header-pages {
    height: 70px;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
    display: none;
}

#header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #413e66;
    text-decoration: none;
}
#smsotp_div_phone{
	line-height:36px;
}
.label-otp{
	float:left;
	line-height:29px;
	font-weight: 400;
}
#header .logo img {
    padding: 0;
}

.admin-btn{
	padding: 14px 14px;
}
.main-pages {
    margin-top: 60px;
}

.ul-color{
	color:#000 !important;
}
.main-nav,
.main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right:20px;
}

.down-arrow-menu{
	font-size: 12px !important;
    margin-left: 5px;
}

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.main-nav a {
    display: block;
    position: relative;
    color: #191919;
    padding: 5px 15px;
    transition: 0.3s;
    font-size: 14px ;
    font-weight: 500;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
    color: #ff5f31;
    text-decoration: none;
}

.main-nav .drop-down > ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    min-width: 225px;
    padding: 10px 0;
    background: #fff;
    transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
   opacity: 1;
    height: calc(100vh - 60px );
    top: 100%;
    visibility: visible;
    overflow: auto;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
    color: #1bb1dc;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}


/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(40, 38, 70, 0.8);
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #8dc2fa;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\f077";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #065e77;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(40, 38, 70, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}
/* font size 11px */
.fs-9 {
        width: max-content;
}
.modal-footer {
    justify-content: space-between;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/


/* Sections Header
--------------------------------*/

.section-header h3 {
    font-size: 36px;
    color: #413e66;
    text-align: center;
    font-weight: 700;
    position: relative;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #535074;
    width: 50%;
}


/* Section with background
--------------------------------*/

.section-bg {
    background: #f5f8fd;
}
.main-nav .drop-down li.sidebar-item:hover,.main-nav .drop-down li.active{
	    background: #ff5f31;
}
.headshot{
	line-height:40px;
	    padding-right: 60px;
}
.appbtn{
	cursor:pointer;
}
.headshot{
	padding-right:60px;
}
ul.side-menu-left{
	right:0px !important;
	left:-50% !important;
}
.side-menu-left li a{
	display:block
}
.headshot img {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.main-nav .drop-down:hover>a {
    background: #ff5f31;
    color: #fff !important;
}

.main-nav .drop-down.active>a {
    background: #017dc1;
    color: #fff !important;
}
.menu-bar i {
    font-size: 30px;
}
.menu-bar{
	padding:10px 15px !important;
}

.menu-bar img {
    max-height: 30px;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width:30px;
}

.nav-div .drop-down .menu-bar img:nth-child(1) {
    display: block
}

.nav-div .drop-down:hover .menu-bar img:nth-child(1),.nav-div .drop-down.active .menu-bar img:nth-child(1) {
    display: none
}

.nav-div .drop-down .menu-bar img:nth-child(2) {
    display: none
}

.nav-div .drop-down:hover .menu-bar img:nth-child(2),.nav-div .drop-down.active .menu-bar img:nth-child(2) {
    display: block
}

.nav-div, .main-nav ul.pull-right{
    display: flex;
    align-items: center;
}

.logo{
    cursor: default;
    width: 130px;
}
.logo img {
    max-width: 120px;
    max-height: 50px;
    margin-top: 10px;
}

.padtop_seprate{
padding-top: 11px;
margin-top:10px
}
li.divider {
    border-right: 1px solid #eee;
    height: 40px;
    margin-top: 10px;
}
.side-bar-top{
top: 70px;opacity: 1;visibility: visible;
}

.drop-menu-list {
    background: #191919!important;
    padding: 5px 0px!important;
    min-width: 150px;
    height: 100vh;
}

h3 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 10px 0;
    margin: 0px;
}

hr {
    margin: 10px 0px;
}

.drop-menu-list a {
    line-height: 25px;
    margin: 0px;
    text-decoration: none;
    padding: 10px 00px !important;
    color: #fff !important;
}

.drop-menu-list li {
    padding: 0px 14px;
}

.drop-menu-list li.list:hover {
    background: #21262d;
}

.drop-menu-list a img {
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 15px;
}

.search-div {
    position: relative;
    /* height: 60px; */
}

.search-div input {
    padding: 10px 20px 10px 40px;
    height: 50px;
    border: none;
    width: 350px;
    position: relative;
    z-index: 1;
    background: none;
    border-bottom: 2px solid #21262d;
}

.search-div input:focus {
    outline: 0px;
    border-bottom: 2px solid #22aabb
}

.search-div i {
    font-size: 20px;
    position: absolute;
    color:#21262d;
    z-index: 11;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


.main-body {
    width: 100%;
    /* padding: 1% 16% 0% 16%; */
    margin-top: 70px;
    padding: 1% 5% 0% calc(300px);
    min-height: calc(100vh - 100px);
    font-family: 'Montserrat', sans-serif;
}

.main-body-withsidebar {
    width: 100%;
    /* padding: 1% 16% 0% 16%; */
    margin-top: 70px;
    padding: 1% 5% 0% calc(245.23px);
    min-height: calc(100vh - 100px);
    font-family: 'Montserrat', sans-serif;
}
.main-body-nosidebar {
    width: 100%;
    /* padding: 1% 16% 0% 16%; */
    margin-top: 70px;
    padding: 1% 5%;
    min-height: calc(100vh - 100px);
    font-family: 'Montserrat', sans-serif;
}

.footer-padding {
    padding-left: 300px;
    margin: 0;
    width: auto;
    padding-right: 5%;
}

.padding-withsidebar{
	padding-left: 18.5%;
    margin: 0;
    width: auto;
    padding-right: 5%;
}
.padding-nosidebar{
    padding: 0% 5%;
}

.main-body h1 {
    font-size: 22px;
    padding: 0px;
    color:#21262d;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}

.app-tabs {
       list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 0px;
    margin: 0px;
    /* padding-bottom: 10px; */
    margin-top: 30px;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
    position:relative;
}


.app-tabs::-webkit-scrollbar {
  width: 5px;
}

.app-tabs::-webkit-scrollbar-track {
  background: #ddd;
}

.app-tabs::-webkit-scrollbar-thumb {
  background: #666;
}

.app-tabs li {
    padding: 0px 0px;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    font-size: 16px;
}

.app-tabs li a {
    color: #444;
}

.app-tabs li.active {
    color: #017dc1;
    border-bottom: 3px solid #017dc1
}

.app-logo {
    padding: 10px 30px;
    text-align:center;
      box-sizing: border-box;

}
.logo_padding_change {
    padding: 10px 10px;
}
.app-logo img {
    height: 60px;
    margin: 0 auto;
    width: 60px;
}

.app-logo b {
    padding-top: 5px;
    text-align: center;
    font-size: 14px;
    display: block;
}

.applist-div .col-md-2 {
    padding: 5px 0;
    box-shadow: 3px 3px 10px #9c9b9b;
    border-radius: 7%;
    margin:10px;
}
.side-menu-left li a{
	color:#444 !important;

}
.side-menu-left li{
	border-bottom:1px solid #ccc;
}
.side-menu-left li:hover{
	background:#1bb1dc;
}
.side-menu-left li:hover a{
	background:#fff !important
}
.side-menu-left li:last-child{
	border-bottom:0px solid #ccc;
}
/* .app-logo:hover {
margin: -1px;

    border: 1px solid #017dc1;
    border-radius: 15px;
    background: #fafdff;
    box-shadow: 2px 2px 8px #eee;
      box-sizing: border-box;
      padding: 10px 10px 8px 10px;
} */
.modal-height{
	max-height:60vh;
	overflow-y:scroll
}
.modal-header.modal-header-new{
	background: #191919 !important;
    color: #fff;
    padding:12px;
}
.modal-header{
    padding:12px;
}	

.modal-title {
    font-size: 16px;
}

.modal-body-scroll {
    color: black;
    overflow-y: auto;
    max-height: 400px;
}
.modal-body-sm{
	max-height:50vh;
	overflow:auto;
}
.modal-dialog {
    width: 100%;
    height: 80%;
    max-width: 100vw !important;
}

  .modal-dialog .modal-content {
    width: 600px;
    font-size: 14px;
    margin: 70px auto;
    border-radius: 10px;
}

select {
    border: 1px solid #dadada;
    border-radius: 0px;
    height: 35px;
    padding: 5px 10px;
    outline: none;
    border-radius:4px;
    background: none;
}
.modal-dialog .modal-content.width80{
	width:80%
}
label{
	font-weight:500
}
.modal-dialog .modal-content.width60{
	width:60%
}
.modal-dialog .modal-content.width70{
	width:70%
}
.modal-dialog .modal-content.width50{
	width:50%
}
.modal-dialog .modal-content.width40{
	width:40%
}
.modal-dialog .modal-content.width30{
	width:30%
}
.md-input {
    position: relative;
    margin-bottom: 20px;
}
    .md-input .md-form-control {
        font-size: 13px;
    padding: 10px 10px;
    display: block;
    border: 1px solid #CACACA;
    box-shadow: none;
    width: 100%;
    border-radius: 4px;
    font-weight:700;
    color:#444;
    }
  .select-language{
	padding:14px;
}

    .md-input label {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 11px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    }
    .md-input .md-form-control:focus{
    outline:0;
        border-color: #017dc1;
    }

    .md-input .bar:before {
        left: 50%;
    }

    .md-input .bar:after {
        right: 50%;
    }

    .md-input .highlight {
        position: absolute;
        height: 60%;
        width: 100px;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: 0.5;
    }
    .md-input .md-form-control:focus ~ label, .md-input .md-form-control:valid ~ label {
       top: -15px;
    font-size: 10px;
    color: #9e9e9e;
    padding: 5px;
    background: #fff;
}
.close {
    font-weight: 400;
    font-size: 18px;
    color: white;
    opacity: 2;
    right: 20px;
    position: absolute;
    float: right;
    background: transparent;
    border: none;
}
.bordernone{
	border:0px !important
}
.md-input .md-form-control:focus ~ .bar:before, .md-input .md-form-control:focus ~ .bar:after {
    width: 50%;
} .md-input .md-form-control:valid ~ label{
    color: #9e9e9e;
    }
  .md-input .md-form-control:focus ~ label{
    color:#017dc1
    }
    .btn.btn-default,.btn.btn-submit{
       background: #0c48a1;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 7px 20px;
    text-shadow:none

    }
    label{
    font-weight:600}
label.que{
	font-weight:600;
	font-size:15px;
}
 .table-bordered>tbody>tr>th{

     background: #eee;
    font-weight: 500;
 }
table.table-bordered {
    border: 1px solid #dee2e6 !important;
    border-collapse: collapse !important;
}
 .btn-info{
 	background: #017dc1 !important;
 	border-color:#017dc1 !important;
 }
 table#accessrequest_inner_table td, table#accessrequest_inner_table th {
    font-size: 12px!important;
    padding: 5px 3px;
}
#accessrequest_inner_table .btn-info{
	    padding: 7px 10px !important;
}
    .input-sm {
    height: 36px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 10px;
}
    .btn.btn-default.xl{
    background: #0c48a1;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    padding: 11px 35px;
    text-shadow: none;
    }
     .btn.btn-danger.xl{
    background: #fff;
    color: #d9534f;
    font-weight: 400;
    font-size: 15px;
    padding: 11px 35px;
    text-shadow: none;
    border:1px solid #d9534f
    }

    .btn.btn-default.sm{
    background: #0c48a1;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
      padding: 7px 20px;
    text-shadow: none;
    }
     .btn.btn-danger.sm{
    background: #f72525;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 20px;
    text-shadow: none;
    border:1px solid #f72525
    }
    .panel-body {
    padding: 30px;
    background: #fff;
    margin-top: 30px;
    border: 1px solid #eee;
    box-shadow: 2px 2px 10px #eee;
}
.pass-policy{
	background:#faf9f8;
	padding:20px;
	height:75vh;
}

.pass-policy h3{
	font-size:20px;
	color:#017dc1;
	margin:20px 0
}
.pass-policy p{
	margin:0px;
	font-size:14px;
	margin-bottom:5px;
}
.pass-policy p span{
	float:right;
}
.inline-flex{
	display:inline-flex
}


.checkbox-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
}

.checkbox-custom.checkbox-inline {
    display: inline-block;
    vertical-align: middle;
}

.form-group .checkbox-custom.checkbox-inline {
    margin-top: 7px;
    padding-top: 0;
}

.checkbox-custom:last-child,
.checkbox-custom:last-of-type {
    margin-bottom: 0;
}

.checkbox-custom input[type="checkbox"] {
	opacity:0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}
.checkbox-custom input[type="checkbox"]:checked+label:before {
	border-color:#017dc1

}
.checkbox-custom input[type="checkbox"]:checked+label:after {
    position: absolute;
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\F00C';
    top: 50%;
    left: 4px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #000;
}

.checkbox-custom input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

.checkbox-custom input[type="checkbox"]:disabled+label {
    cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled+label:before {
    background-color: #eee;
}

.checkbox-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
    font-size: 12px !important;
}

.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}

.checkbox-custom label+label.error {
    display: block;
}
.button.close{
	opacity:1;
}
.button.close span{
	font-weight:bold;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border:none;
}
.nav-tabs>li.active{
	border-bottom:2px solid #21262d;


}
li.nav-item>a.active {
    background: black !important;
    color: white !important;
}
.nav-tabs .nav-link {
    transition: background 0.5s linear;
    background-color: transparent ;
    border: none !important;
    color: inherit !important;
}
 
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:active {
    background-color: black !important;
    border: none !important;
    color: white !important;
}

.nav-tabs .nav-link.active {
    background-color: black !important;
    border: none !important;
    color: white !important;
}


li.nav-item> a:hover.active {
    background: black !important;
    color: white !important;
}

.nav-tabs>li a{
	color:#444;
}

.sidebar-item i{
	font-size:18px;
	margin-right:12px;
	width: 20px;
}
.status .fa{
	width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    margin-right: 10px;

}
.status .fa.success{
	color:green
}
custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #2962FF
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(116, 96, 238, 0.5)
}
.green-download{
color:green;
font-size:30px;
}
.panel-body{
	min-height:70vh
}

.status .fa.warning{
	color:orange
}
.status .fa.danger{
	color:red
}
.loginpage{
	    width: 70%;
    padding: 2% 3%;
    margin: 0% auto;
    border-radius: 4px;
    background: #fff;
    box-shadow: 2px 2px 10px #e4e4e4;
    min-height: 76vh;
    margin-top: 10vh;
    position: relative;
}
/* #local_loginbox{
	text-align:center;
	padding:0 18%;
} */
#local_loginbox img{
	max-height:70px;
	margin-bottom:20px;
	width:auto;
}
.login-page{

	overflow-x:hidden !important;
}
#forgot-div a {
    margin-top: 20px;
    font-weight: 500;
    /* display: block; */
    text-decoration: underline;
    color: #1bb1dc;
}
#forgot-div p{
	font-size:10px;
}
#forgot-div p a{
	display:inline-block;

}
.multi-heading{
	font-size:22px;

}
.padding-div{
	padding:20px 50px;
}

.error{
	position: absolute;
    top: 0;
    left:0px;
    padding: 10px;
    font-size: 10px;
    text-align: center;
    width: 100%;
    background: #ffe9e9;
    border-bottom: 1px solid red;
    z-index:2;
}
.owl-item .item h4{
    margin: 15px 10px;
    word-break: break-all;
}
.owl-item .item p {
    margin:10px;
    word-break: break-all;
}
	
.brand {
    background-color: #2d2d2d;
    overflow: auto;
    height: inherit;
}

.success{
   position: absolute;
   top: 0;
   left:0px;
   padding: 0px;
   font-size: 10px;
   text-align: center;
   width: 100%;
   background: lightgreen;
   border-bottom: 1px solid green;
   z-index:1;
   height:30px
}

.success-msg {
   text-align: center;
   padding-top: 7px;
}

.success-close{
   font-size: 9px;
   font-weight: 700;
   color: #fff;
   background: green;
   border-radius: 50%;
   position: absolute;
   top: 10px;
   line-height: 15px;
   right: 10px;
   width: 15px;
   height: 15px;
}

.error p{
	margin:0px;
	font-size:12px;
}
.error p b{
	color:red;
}
.error-close{
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    background: red;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    line-height: 15px;
    right: 10px;
    width: 15px;
    height: 15px;
}
.error-close{
	cursor:pointer;
	z-index:1111;
}


.custom_radio {
     display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;
}

/* Hide the browser's default radio button */
.custom_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f7eeee;
    border-radius: 50%;
    border: 2px solid #4caf50;
}

/* On mouse-over, add a grey background color */
.custom_radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom_radio input:checked ~ .checkmark {
    background-color: #4caf50;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom_radio input:checked ~ .checkmark:after {
  display: block;
}
.modal.in .modal-dialog{
	z-index:11111
}
/* Style the indicator (dot/circle) */
.custom_radio .checkmark:after {
top: 0px;
    left: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4CAF50;
    border: 3px solid #FFF;
    height: 16px;
    width: 16px;
}
.nav>li>a:focus, .nav>li>a:hover{
 border: 1px solid transparent;
	background:none !important
}
.check1 {
	top: 3px !important;
}
.main-nav .drop-down.active .drop-menu-list{
    opacity: 1 !important;
    top: 100% !important;
    visibility: visible !important;
}
.eye i{
	    position: absolute;
    top: 8px;
    font-size: 20px;
    right: 15px;
}
.eye i:hover{
	color:blue;
	cursor:pointer
}
.eye i.blue{
	color:blue
}
.logo-t{
	margin-bottom:20px;
	width: 150px;
}
/* 4868 & 2737start*/

.app-logo {
    width: 100%;
    margin: auto;
    padding: 30px 10px;
}
/* 4868 & 2737 end */
.domain-select label{
	border: 1px solid #ccc;
    position: absolute;
    left: 0px;
    padding: 0px;
    line-height: 38px;
    width: 150px;
    text-align: center;
    background: #eee;
    top: 0px;
    border-radius: 4px 0 0 4px;
}
.domain-select #domainsel{
	    height: 40px;
    border-radius: 4px;
    width: calc(100% - 150px) !important;
    margin-left: 150px;
    border-radius: 0px 4px 4px 0px;
}
.withicn i {
	width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    vertical-align: text-top;
}
.main-nav .for-right:hover{
	background: #017dc1 !important;
    color: #fff !important;
}

/* 4982  */
.hide{
display:none;
}

.menushow:hover + .hide {
display:content;
}
.logout_icn {
    display: inline-block !important;
    font-size: 20px !important;
    vertical-align: middle;
    line-height: 62px;
    margin: 0px;
    padding: 0px 20px!important;
    height: 60px;
}
.logout_icn .fa{
	line-height:60px;
}

.for-right-2{
	line-height:58px;
}
.home_launch{
	font-size: 25px !important;
    vertical-align: text-bottom;
    margin-top: 20%;
}
#ad_loginbox {
    padding: 5% 18% 0;
    text-align: center;
}

.mar-auto div{
	margin:auto;
    margin-bottom: 15px;
}

.main-footer {
    margin: 30px 0px 0px;
    background: #191919;
    padding: 15px 0px;
    height: 54px;
    width: 100%;
    color: white;
}
.pull-left p{
	margin: 0px
}
.my-app{
	margin-top: 20px !important;
    margin-bottom: 10px !important;
}

div#lpad {
    display: flex;
    flex-wrap: wrap;
}

.new_head{
	display:inline-block;
	width:100%;
}
.tooltip > .tooltip-inner {
  background-color: #017dc1!important;
  color: #fff;
  border: 1px solid #017dc1;
  padding:8px 20px;
  font-size:14px;
}
.tooltip > .tooltip-arrow {
	border-top-color:#017dc1 !important;
}
.no-padding {
	padding:0px !important;
}
.resend_btn {
	margin-top: 6px;
    font-size: 12px;
    padding: 8px 16px !important;
    background: #017dc1 !important;
    color: #fff;
    border: 0px;
}
.scrollright {
       top: -4px;
    position: absolute;
    left: -40px;
    font-size: 24px;
    color:#eee;
    cursor:pointer;

}
.scrollleft {
       top: -4px;
    position: absolute;
    right: -40px;
    font-size: 24px;
    color:#eee;
    cursor:pointer;
}
.scrollleft.blue,.scrollright.blue{
	color:#1bb1dc
}
.dashbord-btn button{
    margin: 10px;
    padding: 20px;
    border: none;
    border: 1px solid #eee;
    border-radius: 15px;
    transition:0.5s
}
.dashbord-btn button:hover{
	    border-color: #1bb1dc;
    background: #fafafa !important;
    box-shadow: 3px 3px 10px #eee;
}
.dashbord-btn button img{
	height:50px;
	margin-bottom:10px;
	width:auto;
}
.dashbord-btn{
	text-align:center;

}
.btn {
    color: white;
}
.btn-xs {
    --bs-btn-padding-y: 0.10rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.600rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.btn:hover {
    opacity: 0.9;
    color: white;
    transition: all 0.3s ease;
}
.dis-flex{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
#modal-reportee-profile-succ-inner span {
	font-weight:400 !important;
}
.text-green {
	color: #0eca0e;
}
.text-red {
	color:#ff0000;
}
.user_hove{
	line-height: 50px;
	display: inline-block;
	padding: 5px 8px;
	margin:0!important;
	font-size: 18px !important;
	font-weight: 500;
}
#modal-appmfa-cr{
	overflow-y: auto !important;
}
.questions_body {
	max-height: 800px;
    display: inline-block;
    width: 100%;
}
.guide_list li {
	font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.guide_list1{
	padding-left: 4%;
}
.guide_list1 li {
	font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}
#QR_code{
	margin-top: 1%;
}
.no-padding{
	padding:0;
}
.multi-heading {
	padding: 0 5%;
}
.congrats {
	color: #18c518;
    text-align: center;
    margin: 10px 0px;
    font-size: 22px;
    display: block;
}
.congrats_state{
	text-align:center;
	display:block;
}
.pro_btn {
	display: block;
    margin: 0 auto;
}
#modal-app-succ .modal-body {
	padding: 10% 0%;
}
.modal-body {
    color: black;
    max-height: 60vh;
    overflow-y: auto;
}
.pagination-select{
	margin:0px;
	padding:0px;
	margin-left:10px;
	border: 1px solid #dadada;
    border-radius: 0px;
    height: 35px;
    padding: 5px 10px;
    outline: none;
    border-radius: 4px;
    background: none;
}
  .add-sod-scroll {
    display: block;
    height: 400px;
    overflow-y: auto;
}
/*7623  */
.dataTables_length {
    margin-bottom: 10px;
}
/*7623  */
table#usersodtabdata a {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
#modal-extension-notinstalled .modal-body{
	padding:10% 10% !important;
}
#modal-extension-notinstalled p{
	text-align: center;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.revoke_btn{
	margin-left:10%;
}


.chgpwd-error{
padding: 10px;
font-size: 10px;
text-align: center;
width: 100%;
background: #ffe9e9;
border-bottom: 1px solid red;
margin-block-end: -30px;
position: relative;
}

.chgpwd-error-close{
font-size: 9px;
font-weight: 700;
color: #fff;
background: red;
border-radius: 50%;
position: absolute;
line-height: 15px;
right: 10px;
width: 15px;
height: 15px;
}


.chgpwd-error-close{
font-size: 9px;
font-weight: 700;
color: #fff;
background: red !important;
border-radius: 50%;
position: absolute;
line-height: 15px;
right: 10px;
width: 15px;
height: 15px;
}


.chgpwd-error.green{
    padding: 10px;
    font-size: 10px;
    text-align: center;
    width: 100%;
    background: #ccffc6;
    border-bottom: 1px solid #03dc00;
    margin-block-end: -30px;
    position: relative;
}

.chgpwd-error.green .chgpwd-error-close{
	background:green !important
}

/**enbaled disabled btn css start here**/
.delegate_enable_disable{
	position: relative;
	border: none !important;
}

.btn_css_enable{
    border: none;
    color: #000 !important;
    font-size: 17px !important;
    background-color: transparent !important;
}
.btn_css_enable:active.focus{
	box-shadow: none;
	outline:none !important;
}
.btn_css_enable:focus{
	box-shadow: none;
	outline:none  !important;
}
.btn_css_enable i{
	color: green;
	font-size: 28px !important;
}
.btn_css_enable i:focus{
	outline: none;
}
.alignment_data,td[colspan="4"]{
    text-align: center !important;
}
#modal-appmfa-cr-inner1{
	padding:15px
}
.btn_css_enable span{
	position: absolute;
    top: 10px;
    left: 55px;
}
.btn_css_disable{
    background: no-repeat;
    border: none;
    color: #000 !important;
    font-size: 17px !important;
    background-color: transparent !important;
}
.btn_css_disable:active.focus{
	box-shadow: none;
	outline:none  !important;
}
.btn_css_disable:focus{
	box-shadow: none;
	outline:none  !important;
}
.btn_css_disable i{
	color: #b6afaf;
	font-size:28px !important;
}
.btn_css_disable i:focus{
	outline: none;
}
.btn_css_disable span{
	position: absolute;
    top: 10px;
    left: 55px;
}
/**enbaled disabled btn css end here**/

/**table css add**/
.table_css>thead>tr>th {
    background: #eee !important;
    border: 1px solid #ddd  !important;
    text-align: left;
}
.table_css>tbody>tr>td {
    text-align: left !important;
}
.table_css>thead>tr>th:last-child {
    text-align: left !important;
}
.table_inner_css tr .alignment_data {
    text-align: center !important;
}
.alignment_data {
    text-align: center !important;
}


.td-retain{
	color:green !important;
	font-weight:600
}

.td-revoke{
	color:red !important;
	font-weight:600
}
.td-delegate{
	color:red !important;
	font-weight:600
}

/*6582  */
.login-body-div{
	padding:5% 20%;
}
.user-div{
	width:31%;
}
.register-head{
	text-align : right;
	color :green;
	font-size: 14px !important;
}
#sub-pwd-div {
	display:flex;
	justify-content:end;
}
.update-pwd-div{
display:flex;
justify-content:space-between;
margin-bottom:20px;
}

.update-pwd-input   {
	width: 40%;
    margin-right: 10px;
    height: 35px;
}
.pwd-toggle{
    width: 100%;
    background: transparent;
    border: none;
}

#table-title label {
    font-weight: 500;
    font-size: 20px;
}
/*6762  */
.softtoken-inner-div, .instructions-div {
    display: flex;
    justify-content: space-between;
}
.instructions li {
    font-size: 15px;
    font-weight: 600;
}

@media only screen and (max-width:1200px){
	.app-logo b {
    font-size: 10px;
 }
}
/*6762  */
/*6582  */
@media only screen and (max-width:1000px){
.main-body {
    width: 100%;
    margin-top: 70px;
    padding: 1% 5% 0% calc(245.23px);
    min-height: calc(100vh - 100px);
    font-family: 'Montserrat', sans-serif;
}
/*6924  */
  .app-login-div {
    width: 80% !important;
    font-size:10px !important;
    margin: 10px 10% !important;
  }
  .logo-name-div .logo-title{
font-size: 10px !important;
}

.app-logo img {
    height: 60px;
    margin: 0 auto;
}
.app-logo b {
    font-size: 10px;
 }
 
 #QR_code, #get_started_div{
	font-size:14px;
}
}

@media only screen and (max-width:667px){
	/*6582  */
.login-body-div{
	padding:5%;
	text-align:center;
}
select#selLng{
              height: auto !important;
        font-size: 12px !important;
        margin-top: -12px;
        
        }
.full-page-height {
    height: calc(90vh - 54px) !important;
}
.user-div{
	width:70%;
	margin:auto;
}
.multi-heading{
		font-size: 19px;
        padding: 0px 2%;
        display: block;
        margin-top: 15px;
}
.usercr {
  margin: auto;
  left:0;
  right:0;
  width:100% !important;
}
/*6582  */


	#header {
 height: 40px;
    width: 100%;
}
.admin-btn{
padding: 2px 0px;
}
.admin-btn .btn {
    padding: 4px 5px;
    font-size: 8px;
}
.main-nav, .main-nav ul {
    margin-right: 5px;
}
.main-nav a {
    display: block;
    position: relative;
    color: #191919;
    padding: 0px 6px;
    transition: 0.3s;
    font-size: 10px;
    font-weight: 500;
}

.menu-bar {
    padding: 1px 5px !important;
}
.menu-bar img {
    max-height: 30px;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 12px;
}
.logo{
    cursor: default;
    width: 50px;
}

    .logo img {
        max-width: 41px;
        max-height: 25px;
        margin-top: 0px;
    }

.padtop_seprate{
padding-top: 2px;
margin-top:0px
}
.home_launch {
    font-size: 10px !important;
    vertical-align: text-bottom;
    margin-top: 25%;
}

select#selLng {
    display: block;
    width: 100%;
    height: 14px;
    padding: 0px 2px;
    font-size: 5px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cccccc4a;
    border-radius: 2px;}

.for-right-2 {
    line-height: 12px;
}
.user_hove {
    line-height: 16px;
    display: inline-block;
    padding: 5px 0px;
    margin: 0!important;
    font-size: 7px !important;
    font-weight: 500;
}
li.divider {
    border-right: none;
   }
.signout-icon{
font-size:7px;
}
.select-language{
	padding:5px;
}
.hidden-xs{
	display:none;
}
.side-bar-top{
top: 27px !important;
opacity: 1;
visibility: hidden;
}
.drop-menu-list {
    min-width: 100vw;
    height: 100vh;
}
.yes-btn{
	margin-left: 0;
}
.main-body,.main-body1{
	    width: 100%;
    margin-top: 70px !important;
padding: 0 20px !important;
font-size:10px ;
}
.main-body h1 {
    font-size: 15px;
}
.panel-body {
    padding: 20px;
}
.nav>li>a {
    padding: 10px 10px;
        font-size: 9px;
}
div#accessrequest_inner_table_ent3_filter, div#accessrequest_inner_table_filter, div#accessrequest_inner_table_identity_filter {
    position: absolute;
    right: -13px;
    top: 3px;
}
div#accessrequest_inner_table_ent3_length, div#accessrequest_inner_table_length, div#accessrequest_inner_table_identity_length {
    float: left;
    }

.dataTables_wrapper{
	margin-top:10px;
}
button#requestaccessbtn{
	    position: absolute;
    right: 42px;
}
.dataTables_length select {
    width: 50px !important;
}
.dataTables_length, .dataTables_filter {
    margin-bottom: 10px !important;
}
input[type="search"] {
    width: 60%;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 15px !important;
}

table.dataTable thead th{
	width:100% !important;
}
.req-access-search-div{
	display:block;
}
.search-input,.select-username{
display:flex;
justify-content:space-between;
margin-bottom: 10px;
}
.modal-content{
	font-size:10px;
}
.modal-dialog .modal-content{
	width:90%;
}
#filter-container {
	display:block !important;
	}
#filter-value, #select-filter {
    width: 60% !important;
}
.filter-value, .select-filter {
    width: 100% !important;
}
.search-filter, .select-filter{
	display:flex !important;
	margin-top: 10px;
	margin-left: 0px !important;
	justify-content:space-between;
}
.select-filter {
    margin-left: 0 !important;
}
.home_launch {
    margin-top: 5px !important;
}
.padtop_seprate h4 {
    font-size: 10px !important;
    padding: 8px 2px !important;
    font-weight: 600;
        margin: 0;
}
.padtop_seprate {
    padding-top: 0px;
    padding-bottom: 0px;
}

.right.aligned.eight.wide.column {
    display: flex;
    justify-content: center;
}
.eight.wide.column {
    text-align: center;
}

input#disabledusername {
    width: 55% !important;
    float: left;
    margin-right: 5px!important;
	}
	.modal-dialog .modal-content.width50 {
    width: 90%;
}
/*6582  */
.padding-div {
    padding: 10px 2% !important;
}
/*6582  */
.yes-btn {
    margin:0;
    border-radius: 3px;
}

.loginpage {
        width: 100% !important;
        padding: 10% 5% !important;
        margin: 0px;
        min-height: 89vh !important;
        margin-top: 0 !important;
}

.main-footer {
    height: 64px !important;
}
.footer-padding {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.main-footer .container {
        padding-left: 7% !important;
        padding-right: 7% !important;
    }

.footer-padding .pull-right , .main-footer .container .pull-right {
    float: left !important;
}

.footer-padding .hidden-xs, .main-footer .container .hidden-xs {
        display: block !important;
    }



.logo_padding_change {
    padding: 30px 10px;
}
.search-div input{
	padding: 10px 20px 10px 40px;
    height: auto;
    width: 180px;
}
.search-div i{
	    font-size: 15px;
}
.applist-div{
	    padding-top: 20px;
}
.modal-dialog .modal-content.width60{
	width:90%;
}
.pass-policy{
	padding:10px;
}
.approval-btn {
    padding: 10px 5px;
    font-size: 10px;
    font-weight: 500;
}
.btn-mx {
    margin: 0 5px;
}
table#myapprovals_inner_table, table#mypastapprovals_inner_table{
    overflow-x: auto;
    display: block;
}
.not-found-header{
text-align : center !important;
margin-left: 0 !important;
font-size:16px;
}
.modal-body {
    position: relative;
    padding: 15px 20px;
}
.register-head {
    text-align: center;
    font-size: 20px !important;
    color: green;
}
.main-nav .drop-down > ul{
	display:none;
}
.update-pwd-div {
    display: block;
    justify-content: space-between;
    margin-bottom: 20px;
}
#sub-pwd-div {
    display: flex;
    justify-content: flex-start;
}

.update-pwd-input   {
	width: 50%;
}
.usercrans, .cr_questions {
	width: 100% !important;
}
.soft-token-reg-head{
margin: 0 !important;
text-align:center;
font-size: 144%;
}
.not-reg-head, .scancode{
display:none;
}
.not-reg-head-mobile{
display:block !important;
text-align:center;
color:red;
}
#get_started_div h4{
margin-left:0;
text-align:center;
}
#get_started_div ol {
    margin-top: 0px !important;
}
.scancode-mobile{
	display:list-item;
}
.responsive-btn-div {
    display: block !important;
}
.mfa-btn-div{
	margin-top:10px;
}

.btn.btn-default.xl {
	padding: 9px 25px !important;
	margin-bottom:10px;
}
.mfaregistrationpage {
    width: 90% !important;
    margin-top: 5vh;
}
button#register_mobile {
    margin-bottom: 10px;
}

#QR_code{
	margin-top: 20%;
	font-size:12px;
}
.instructions {
    margin-bottom: 20px;
}
.instructions-div {
    display: flex;
    flex-direction: column-reverse;
}
.softtoken-inner-div {
    display: flex;
    flex-direction:column-reverse
}
.instructions ol {
    padding-left: 18px;
}
/*6924  */
  .app-login-div {
    width: 100% !important;
    margin: 10px auto !important;
    font-size: 8px !important;
  }
  
  
.logo-name-div .logo-title{
font-size: 8px !important;
}
/*6924  */

.app-logo b {
    font-size: 10px;
 }
}
@media only screen and (max-width:280px){
.btn{
padding: 7px 16px;
}
}

.btn-primary{
	background:#017dc1;
	border-color:#017dc1;
}
.btn-success{
	background:#017dc1;
	border-color:#017dc1;
}

.btn-success:hover {
    background: #017dc1;
    border-color: #017dc1;
}