*{
	margin: 0px;
	padding: 0px;
	color: #666;
	font-weight:300;
}

h1{
	color: #333;
	font-size: 22px;
	font-weight:400;

}
h2{
	color: #333;
	font-size: 20px;
	font-weight:400;
}
h3{
	color: #333;
	font-size: 28px;
	font-weight:400;
}
h4{
	color: #333;
	font-weight:400;
}
h5{
	color: #333;
	font-weight:400;
}
body{
	overflow: hidden;
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px;
	line-height: 20px;
}
body, html {
   /* height: 100%;
    overflow: hidden; */
}
.btn-primary{
  background: transparent;
}
.lm-animated-bg {
    position: absolute;
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.logDataPanel{
	background-color:  #fff;
	border-radius: 4px;
	
	padding: 0px 30px;
	background-position: right;
	background-size:cover;
}
.logDataPanel{
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 980px;
}
.leftPanelWrap{
	width: 400px; 
}
.d-InlineBlock {
    display: inline-block;
}
.logDataPanel.login{
	background: #eee url(../img/loginbg.png) no-repeat center center;
	background-position: center right 12px;
}
.logDataPanel.resetPassword{
	background: #fff url(../img/resetpasswordbg.png) no-repeat right center;
}
.logDataPanel.forgotPassword{
	background: #fff url(../img/forgotpasswordbg.png) no-repeat right center;
}
.logDataPanel.passwordSent{
	background: #fff url(../img/forgotpassword-confirmationbg.png) no-repeat right center;
}

.logDataLeft{
	margin-top: -30px;
    background: #fff;
    margin-bottom: -30px;
    border-radius: 4px;
    padding: 35px;
    -webkit-box-shadow: 0px 0px 37px -7px #6E6E6E; 
	box-shadow: 0px 0px 37px -7px #6E6E6E;
	width: 100%;
}
label{
	color:#333;
	font-weight: 500;
	text-transform: uppercase;
  margin-bottom: 14px !important;
}
.form-group {
    margin-bottom: 20px;
}
select.form-control,
input.form-control{
	padding: 11px 10px;
	font-size: 14px;
	color:#333;
	height: 45px;
  border: 1px solid #ced4da;
  transition: 0.5s;
}
form button.btn{
	
	font-size: 14px;
	text-transform: uppercase;
}
a{
	font-weight:400;
}
.viewPassIco {
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 9;
}
.ico-circle{
	border-radius: 50%;
	text-align: center;
}
.errorBox{
	background:#f95554;
	border-radius: 4px;
	padding: 10px;
	display: flex;
}
.errorBox p, .errorBox .fa, .errorBox svg{
	color: #fff;
	fill: #fff;
}
.errorBox .ico-circle{
	background: #fb6d6c;
    width: 50px;
    display: inline-block;
    height: 50px;
    padding: 10px;
}
.errorBox span{
	color: #fff;
}
.mr10{
	margin-right: 10px !important;
}
.mr-10{
	margin-right: 10px !important;
}
.lm-animated-bg{
	/*-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);*/
}
.boxCenter{
	display: table-cell;
  	vertical-align: middle;
}
.errorBorder{
	border: 1px solid #f95554;
}
.icon {
	width: 32px;
    height: 32px;
}
.icon.icon-login-portal {
   width: 20px;
    height: 19px; 
    margin: 0px 8px 0 2px;
}

.square-70{
	width: 68px;
	height: 68px;
	border-radius: 50%;
}
.icon.ico-share {
    width: 70px;
    height: 70px;
}
.checkCircle{
	    position: absolute;
    color: red;
    fill: red;
    top: -4px;
    right: -3px;
    width: 26px;
    height: 26px;
    border: 2px solid;
    background: #fff;
    border-radius: 50%;
}
.icon.ico-check.themeColor{
    width: 34px;
}

/*Added by apsara*/
.bg-transparent{
	background-color: transparent;
}
.cardWrapper{
    background: #fff;
    border-radius: 4px;
    padding: 22px;
}
.mt-20{
	margin-top: 20px;
}
button svg{
	vertical-align: middle;
}
button.btn-primary .fa{
	color: #fff;
}
button.btn-outline-primary .fa{
    color: #fff;
}



html {
position:relative;
min-height:100%;
}

body {
/*padding-bottom:50px;*/
background-color:#f5f5f5;
font-family:'Poppins',sans-serif !important;
font-size:14px;
line-height:20px;
color:#8e8e8e;
overflow: auto;

}

.footer {
/*position:fixed;
bottom:0;*/
width:100%;
height:56px;
line-height:56px;
background-color:#D9DADC;
position: relative !important; z-index: 1;

}

.search-container input {
background:#f0f0f0;
padding:8px;
border-radius:4px;
padding-left:30px;
/*width: 215px;*/
height: 40px;
border:solid 1px transparent;
max-width: 220px;
}

.tableBg .dropdown-toggle {
background:#e8eaec;
border:0;
padding:9px;
height:38px;

}

body > .container {
padding:60px 15px 0;
}

.footer > .container {
padding-right:15px;
padding-left:15px;
}

code {
font-size:80%;
}

.navBtn {
display:inline-block;
width:24px;
height:24px;
margin-top:6px;
cursor:pointer;
}

.navBtn svg {
width:100%;
height:100%;
}

.search-container button {
position:absolute;
left:0px;
border:0;
background:transparent;
padding: 9px 10px;
}
.actionCol a .fa{
	color: #fff;
}
.notiCount {
color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    padding: 0;
    text-align: center;
    position: absolute;
    font-size: 10px;
    left: 23px;
    line-height: 17px;
    top: -4px;
}

.notification svg {
	width: 40px;height: 40px;margin-top: -3px;
}

.profileImg img {
border-radius:50%;
width: 40px;height: 40px;
}

.list-inline li {
display:inline-block;
}

.dropdown-toggle::after {
display:none;
}

.m10_30 {
margin:10px 30px;
}

.tableBg {
padding:20px;
background:#fff;
border-radius:4px;
margin-top: 20px !important; 
}

.btn-theme {
color:#fff;
height:40px;
padding: 9px 12px;
font-size: 14px;
border-radius: 4px;
}
.btn {
    font-size: 14px;
    border-radius: 4px;
    font-weight: 300;
  }
.tableBg .search-container,.tableBg .dropdown {
display:inline-block;
}

.stageHead .dropdown a.dropdown-toggle {
background-color:#e9eaec;
border:2px solid #e9eaec;
height:41px;
}

.navigationLeft {
position:absolute;
height:100%;
background:#fff;
left:0;
z-index:99;
transition:.5s;
width:80px;
}

.content-wrapper {
padding-left: 80px;
transition: .5s;
/*overflow: auto;*/
height: 100%;
/*overflow-x: hidden;*/
}

.navigationLeft svg {
width: 30px;
height: 30px;
stroke: #333;
stroke-width: 0.1px;
}
.navigationLeft .logoSec, .leftnavActive .navigationLeft .logoSec{
  padding: 0px 10px;
}
.leftnavActive .navigationLeft {
width:200px;
transition:width .2s;
}

.leftnavActive .content-wrapper {
padding-left:200px;
transition:.2s;
}

.leftnavActive .navBtn .icon-burgermenu {
display:none;
}

.leftnavActive .navBtn .icon-menu {
display:inline-block;
stroke-width: 2px;
}

.navBtn .icon-burgermenu {
display:inline-block;
}

.navBtn .icon-menu {
display:none;
}
.header-top li a{margin-top: 1px;display: block;}
.header-top .dropdown-menu,.dropdown-menu.select {
position:absolute;
width:189px;
top:43px!important;
left:auto!important;
right:0;
border-radius:4px;
transform:none!important;
color:#fff;
padding:2px;
}

.pb-0 {
padding-bottom:0!important;
}

.navbar-content a {
text-decoration:none;
display:block;
float:left;
width:100%;
padding:7px 6px;
border-radius:4px;
margin-bottom:4px;
/*color:#fff;*/
height: 34px;font-weight: 300;
}


.navbar-content a.active,.navbar-content a:hover {
text-decoration:none;
margin-bottom:4px;
display:block;
float:left;
width:100%;
padding:7px 6px;
background-color:#fff;
}

.navbar-content a svg {
width:20px;
 
float:left;
height:20px;
margin-right:8px;
margin-top:1px;
}

.tableBg .table thead tr th {
border-top:0;
color:#333;
font-size:14px;
font-weight:400;
text-transform:uppercase;
border-bottom: 1px solid #f1f6f2;
padding: 10px 20px 10px 0px;
}

.tableBg .dropdown {
float:right;
margin:0 5px;
}

.stageHead .dropdown a {
padding:6px 8px; 
height:auto;
border-radius:4px;
}

.tableListcount {
background:#e9eaec;
}

.form-control:focus {
color:#495057;
background-color:#fff;
box-shadow:none;
border-width:1px;
}
input:-internal-autofill-selected {background-color:transparent;}
.form-control {
border-width:2px;
border-color:transparent;
}

.edit-circle,.delete-circle {
border-radius:3px;
width:31px;
height:31px;
color:#fff;
display:inline;
padding:6px 3px;
text-align:center;
font-size:16px;
float:left;
margin:0 4px;
cursor:pointer;
}


.delete-circle {
background-color:#f92727;
}

.navigationLeft a {
height:44px;
width:auto;
background:transparent;
border-radius:4px;
transition:width .4s;
margin: 0 12px 0 18px;

}

.navigationLeft li {
text-align:center;
margin:8px 0;
list-style-type:none;
display:inline-flex;
width:100%;
}
.navigationLeft li span.menuText {
margin-top: 10px;
opacity: 0;
visibility: hidden;
transition:.4s;
position: absolute;
text-align:left;
}
.leftnavActive .navigationLeft li span.menuText{
    opacity: 1;
    visibility: visible;
    transition: .4s;
    margin-top: 14px;
    margin-left: 12px;
    position: absolute;
    left: 63px;
	text-align:left;
}
.logoSec img{transition: 0.4s}
.logoSec .logo{width: 58px;height: 58px;position: absolute;top: 29px;left: 10px;}
.navigationLeft a:hover,.navigationLeft a.active {
color:#fff;
padding:0px;
fill:#fff;
text-decoration: none;
}

footer {
text-align:center;
}

.content-wrapper header {
padding:15px 27px 0;
}

.container-fluid {
padding:18px 27px 0;
}

.leftnavActive {
transition:width .3s;
}
.logo_collapse{opacity: 0;width: 154px;height: 58px;position: absolute;left: 23px;
  top: 36px;}
.leftnavActive .logo_collapse{opacity: 1;position: absolute;}
.leftnavActive .logo_collapse, .logo{
	visibility: visible; 
  left: 23px;
  top: 36px;
}
.leftnavActive .logo, .logo_collapse{
	visibility: hidden;
}
.leftnavActive .navigationLeft ul li a {
display: block;
    text-align: center;
    transition: width .6s;
    margin-left: 0;
    width: 100%;
}

.leftnavActive .navigationLeft svg,.leftnavActive .navigationLeft a span, .navigationLeft svg {
float:left;
}

.leftnavActive .navigationLeft a span {
margin-top:1px;
}

.leftnavActive .navigationLeft li {
margin:8px 0;
transition:width .6s;
width:100%;
padding:0 18px;
cursor:pointer;
}
.navigationLeft a:hover svg{fill: #fff;}


.page-link {
background:#e8eaec;
color:#8e8e8e;
padding:10px;
box-shadow:none!important;
}

.page-item a.page-link.active {
padding:8px 0;
border-radius:3px;
width:26px;
height:26px;
text-align:center;
border:0;
color:#fff;
line-height:11px;
text-align:center;
margin:6px;
}

.page-link:hover {
color:#8e8e8e;
}

.table td,.table th,.table thead th {
border-bottom:1px solid #f1f2f5;
border-top:0;
padding: 15px 5px;
vertical-align: middle;
}

.pagination {
  background: #F3F4F5;
  margin-bottom: 0;
  border-radius: 3px;
}
.navigationLeft ul li a span.menuSvg {
    float: left;
    opacity: 1;
    margin: 1px;
    padding: 6px;
    visibility: visible;
    border-radius: 4px;
}
.navigationLeft a.active span.menuSvg svg {
    fill: #fff;
}

.fa.fa-search {
color:#8e8e8e;
}

h4 {
font-size:20px;
font-weight:600;
}

ul.customSelect {
display:inline-block;
list-style-type:none;
margin:0 3px;
padding:0;
    height: 39px;
}

.customSelect li a {
  color:#8e8e8e;
  background:#f0f0f0;
  position:relative;
  padding: 9px 20px 8px 4px;
  width:53px;
  text-align:center;
    display: block;
  border:solid 1px transparent;
}

.customSelect li ul {
position:absolute;
list-style-type:none;
padding:0;
display:none;
transition:width .2s;
top:80px;
border-radius:4px;
    z-index: 9;
}

.customSelectList li {
padding:8px 14px;
color:#fff;
}

.customSelectList li:hover {
background:#e8eaec;
cursor:pointer;
}

.customSelect li a:before {
content:"\f107";
font:normal normal normal 20px/1 FontAwesome;
position:absolute;
top:9px;
right:6px;
}

.customSelect li a:active,.customSelect li a:focus {
border:1px solid;
box-shadow:none;
padding: 9px 20px 8px 4px;
    height: 40px;
}

.btn-theme:hover {
color:#fff;
}
.bs-tooltip-right { margin-left: 5px; }
ul.dropdown-menu.show {display: flex;}
.navbar-content a svg.icon.icon-updatepassword{    height: 24px;
    width: 24px;
    margin-left: -2px; stroke: none;
    margin-right: 5px;
    margin-top: -2px}
.navbar-content a svg.icon.icon-login-portal{ 
    margin-left: 2px;
    margin-right: 6px;
    padding: 1px;stroke-width:1.2px;
}
@-moz-document url-prefix() { 
  .navbar-content a svg.icon.icon-login-portal{ 
    margin-top: 2px;
  }
}
.lineHeight26{line-height: 24px;}


.edit-circle .fa, .delete-circle .fa{
  color: #fff;
}

.btn-theme .fa{
    color: #fff;
}
.pr-0{
    padding-right:0px;
}
.modal form label{
    font-weight: 400;margin-bottom: 8px !important;
}
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 10px;
  margin-top: 12px;
margin-left: 15px;
float: left;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e8eaec;
  -webkit-transition: .3s;
  transition: .3s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 0px;
  bottom: -5px;
  background-color: #A9AAAD;
  -webkit-transition: .3s;
  transition: .3s;
  /*-webkit-box-shadow: 0px 2px 3px 0px rgba(204,204,204,1);
  -moz-box-shadow: 0px 2px 3px 0px rgba(204,204,204,1);
   box-shadow: 0px 2px 3px 0px rgba(204,204,204,1);*/
  
}

input:checked + .slider {
  background-color: #e8eaec;
}

input:focus + .slider {
  box-shadow: 0 0 1px #e8eaec;
  
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
  
  -webkit-box-shadow: 0px 2px 3px 0px rgba(204,204,204,1);
  -moz-box-shadow: 0px 2px 3px 0px rgba(204,204,204,1);
   box-shadow: 0px 2px 3px 0px rgba(204,204,204,1);
}

/* Rounded sliders */
.slider.round {
  border-radius: 3px;
}

.slider.round:before {
  border-radius: 50%;
}
.icoSize32{height: 32px; width: 32px}
table td.actionCol {padding: 12px 5px}
.table{
    table-layout: fixed;
}
.mailBodyWrapper{
  background: #f0f0f0;
  /*background: #f0f0f0 url(../img/mail_background.png) no-repeat bottom right !important; 
 background-position-y: 100% !important;
    background-position-x: 100% !important;*/
 /* overflow: hidden;*/
}
.modal-content{border:0}
.btn.btn-theme:focus{box-shadow: none;}
.proPicSec{
	border-radius: 50%;
    margin: 0px auto;
    margin-top: -70px;
    display: inline-flex;
    margin-bottom: 15px;
    background: #f0f0f0;
}
.proPicSec img{
  width: 100px;
  height: 100px;
  border: 4px solid rgba(220, 217, 217, .4);
  border-radius: 50%;
  object-fit: contain;

}
.circle{
  border-radius: 50%;
  } 
.bgRed{
  background: #f92727;
  } 
.bgRed i, .bgRed svg{
  color: #fff; 
  fill: #fff;
  
  } 
 .stroke_white1{
     stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    stroke: #fff;
 } 
 .stroke_white{stroke:#fff}
a.settingIco:hover svg{
	stroke-width: 0.3px;
}	
.circle60{
     width: 60px;
    height: 60px;
    display: block;
    margin: 0px auto;
    padding: 12px 18px 0 13px;
    text-align: center;
}
.circle60 .fa{font-size: 25px}
.actionCol span{display: inline-block;float: left;}
.btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{box-shadow: none!important;}
.modal-backdrop{background: rgba(64,64,64,0.5);}
.SelectProPicSec{
    display: table;
    margin: 0px auto;
    width: 100px;
    position: relative;
}
.editProPicBtn {
    width: 34px;
    height: 34px;
    display: inline-block;
    padding: 0px 3px;
    border: 3px solid #fff;
    border-radius: 3px;
    position: absolute;
    right: 0%;
    top: -5%;

}
.editProPicBtn svg{
      width: 20px;
    fill: #fff;
    margin-left: 1px;
    stroke: #fff;
    stroke-width: 1;
    height: 29px;
}

.fillWhite{fill: #fff}
.icon.ico-check1{
  width: 34px;
    height: 34px;
    margin-left: -4px;
    margin-top: -4px;
    fill: #fff;
}
.mt-02{
	margin-top:2px;
}

.paging_simple_numbers{background: #e8eaec; border: 1px solid #dee2e6;
border-radius: 4px;}
#portal_table_paginate a.paginate_button.current{cursor:default;padding: 2px 8px 1px; padding: 4px !important;color: #fff !important;background: #172b4d; border-radius: 3px;width: 2em;height: 2em;padding: 4px;border: 0;}
#portal_table_paginate span a.paginate_button{padding: 4px !important;border-radius: 3px;width: 2em;height: 2em;padding: 4px;border: 0;}

.dataTables_wrapper .dataTables_paginate {
     padding-bottom: 0em;position: relative;
}
table.dataTable.no-footer {
    border-bottom: 0 !important;margin-bottom: 10px;
}
#portal_table_wrapper #portal_table_length{float: right;margin-left: 10px;}
#portal_table_wrapper.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #e8eaec;
    border-radius: 4px;
    padding: 7px;
    background-color: #e8eaec;padding-left: 30px;
  }
#portal_table_wrapper.dataTables_wrapper .dataTables_filter input:focus {
    outline: -webkit-focus-ring-color auto 1px;
}  
#portal_table_wrapper.dataTables_wrapper .dataTables_filter input:after{
  content:"\f002";
font: normal normal normal 14px/1 FontAwesome;
left:0;
}
#portal_search:focus
{ 
  border: 1px solid;
  outline: 0;
}
#loadingDiv {
  background: rgba(43,46,76,0.6);
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 0;
}

.loader {
  position: absolute;
  top: 50%;
  
  color: #ffffff;
  font-size: 10px;
  margin: 0px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  z-index: 99999;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

table.dataTable{width: 100% !important;}
#portal_table{width: 100% !important}
#portal_table thead th:nth-child(1){width: 20% !important}
#portal_table thead th:nth-child(2){width: 20% !important}
#portal_table thead th:nth-child(3){width: 20% !important}
#portal_table thead th:nth-child(4){width: 20% !important}
#portal_table thead th:nth-child(5){width: 20% !important}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 20px 8px 0px !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 10px 20px 10px 0px;
}

/*#portal_table thead th:nth-child(1){width: 5% !important;padding-left: 0px;}*/


.btn-outline-primary:hover svg{fill: #fff;}


.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.preview:hover{
  background: transparent;
    border-color: transparent;
    color: #333 !important;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button{
    border-color: transparent !important;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    display: block;
    box-sizing: border-box;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current{ color: #fff !important;box-shadow: inset 0 0 0px #111;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{ 
    border-color: transparent !important;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    display: block;
    box-sizing: border-box;
}
.dataTables_wrapper .dataTables_paginate span{display: inline-flex;}
.dataTables_wrapper .dataTables_paginate span .paginate_button{ padding: 2px; margin: 0px 5px !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous{border-right:1px solid #d7d7d7 !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.next{border-left:1px solid #d7d7d7 !important; margin-left: 10px;}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover{
  background: transparent;
    border-color: transparent;
    color: #333 !important;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover{color: #fff !important}


.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.preview:hover{
  background: transparent;
    border-color: transparent;
    color: #333 !important;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button{
    border-color: transparent !important;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    display: block;
    box-sizing: border-box;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current{ color: #fff !important;box-shadow: inset 0 0 0px #111;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{ 
    border-color: transparent !important;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    display: block;
    box-sizing: border-box;
}
.dataTables_wrapper .dataTables_paginate span{}
.dataTables_wrapper .dataTables_paginate span .paginate_button{ padding: 2px; margin: 0px 5px !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous{border-right:1px solid #d7d7d7 !important; margin-right: 10px;margin-left: 0px;}
.dataTables_wrapper .dataTables_paginate .paginate_button.next{border-left:1px solid #d7d7d7 !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover{
  background: transparent;
    border-color: transparent;
    color: #333 !important;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover{color: #fff !important}
.dataTables_paginate.paging_simple_numbers{border: 1px solid #f3f4f5;margin-top: 15px;    padding-top: 0 !important;    background: #f3f4f5; border-radius: 4px;    padding-right: 4px;
    padding-left: 4px;    padding-top: 5px !important; padding-bottom: 5px !important;}
.companyPiagination li{cursor: pointer;}
/*.paginate_button.previous:after, .paginate_button.next:after {
    position: absolute;
    content: "";
    left: 4px;
    font-size: 20px;
    top: 10px;
    font-weight: bold;
}*/
.dataTables_wrapper .dataTables_paginate .paginate_button { 
    padding: 0.6em 1em;
  }
/*.paginate_button.next:after {
    content: "";
    right: 3px;
    left: auto;
}*/
table.dataTable thead th{
  color: #333;
    font-weight: 400 !important;
    text-transform: uppercase;
    border-bottom: 1px solid #e9ebee;

}

.delete-circle .icon {
        width: 22px;
    height: 23px;
    fill: #fff;
}
.edit-circle .icon
{
    width: 26px;
    height: 26px;
    fill: #fff;
    margin-top: -3px;
    stroke: #fff;
    stroke-width: 0.5;
}
#delete-user-btn svg {
    width: 23px;
    margin-top: -4px;
}
.circle60 .icon.icon-login-portal{
  width: 32px;
    height: 32px;
    fill: #fff;
    margin: 2px 8px 0 0;
    stroke-width: 0.5;
}
.circle60 .icon.icon-login-portal.ico-check3 {
    width: 28px;
    height: 28px; 
    margin: 5px 8px 0 3px; 
}
.icon16 {
    width: 16px;
    height: 16px;
}
.icon15 {
    width: 19px;
    height: 19px;
}
.btn.btn-primary svg {
    fill: #fff;
}
.btn-outline-red{
    background-color: transparent;
    border: 1px solid transparent;
    height: 40px;
    padding: 9px 12px; 
  }

  .toastui-editor-close-button {
    height: 40px !important;
    padding: 9px 12px !important;
    background: transparent !important; 
    border-radius: 4px !important; 
        font-size: 14px !important;
    text-transform: uppercase; 
    font-weight: 400;
}

.btn-primary, .btn-outline-primary{height: 40px;padding: 9px 12px;background: transparent;}
.toastui-editor-ok-button{height: 40px !important;padding: 9px 12px  !important; border-radius: 4px !important;font-size: 14px !important;
    text-transform: uppercase;  font-weight: 400;}
.btn-outline-red.focus, .btn-outline-red:focus, .btn-outline-red:not(:disabled):not(.disabled).active, .btn-outline-red:not(:disabled):not(.disabled):active, .show>.btn-outline-red.dropdown-toggle{box-shadow: none!important;}

.btn-outline-red:hover svg, .btn-outline-red:hover{color:#fff;fill: #fff!important}
.btn-theme svg {
    fill: #fff;
}
.dropdown-item.active, .dropdown-item:active {
    
    background-color: transparent;
}
a.dropdown-item { 
    padding: .25rem 0rem;
  }
.btn-outline-red svg {
    stroke-width: 2;
    margin-top: -2px !important;
}
.icon16 {
    width: 13px;
    height: 13px;
}
.btn-primary .icon-delete {
    margin-top: -3px !important;
    fill: #fff;
    stroke: #fff;
    width: 19px;
    height: 19px;
    stroke-width: 0.7px;
}
.btn.btn-primary svg.ico-check3 {
    fill: #fff;
    stroke: #fff;
    stroke-width: 2px;
    margin-right: 10px !important;
    margin-left: 0px;
    margin-top: -2px !important;
}
.icon16 {
    width: 14px;
    height: 14px;
}
.btn-theme .icon-plus {
    width: 18px;
    height: 18px;
    stroke: #fff;
    stroke-width: 1px;
    margin-left: -2px;
    margin-right: 7px !important;
}
.btn-outline-red:hover svg, .btn.btn-outline-primary:hover svg{
    stroke: #fff !important; 
}
.customSelect li ul.customSelectList {
    background: #172b4d !important;
       border-radius: 0px 0px 2px 2px;

}
.customSelect li ul.customSelectList li {
    /*color: #fff !important;*/
    margin: 2px;
    padding: 5px;
    padding: 5px 12px;
    width: 50px;
    text-align: left;
}
.customSelect li ul.customSelectList li:hover{
   
    background: #fff;
    border-radius: 4px;
    padding: 5px 12px; 
}
#btn-signIn{height:49px}
a.paginate_button.next{padding-right:18px !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button { 
    padding: 4px .75em !important;
  }
.tosterNotification{
  /*display:none;*/
  height: 70px;width: 360px;padding: 3px;background: #fff;border-radius: 4px;box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 8%);position: absolute;
    right: 15px;z-index: 9;}
.tosterNotiIcon{display: inline-table;    position: relative;    width: 291px;text-align: center;height: 64px; width: 54px;border-radius: 4px;}
.testNotidata p{font-size: 13px;line-height: 16px;color: #666;}
.testNotidata h2{font-size: 15px; margin-bottom: 3px;color: #333;}
.testNotidata {
    padding: 6px 10px; width: 291px;
}
.tosterNotiIcon img{position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%);}
.superDashboardBg{
 position: relative;
    /* right: 0; */
    /* bottom: -5px; */
    float: right;
    margin-top: -50px;
    z-index: 9;
}
.divBottom{
  width: 100%; 
  /*height: fit-content;
  background: url(../img/super-dashboard.png) no-repeat bottom right;
  min-height: 92%;
  padding-bottom: 200px;*/
}
.pageBottomImg {
    position: absolute;
    bottom: 0;
    right: 0;
}
#Companies .stageHead {
    margin: 0px 0px;
}

.nameUserSec h5{ font-weight: bold;font-size: 14px; text-transform: uppercase; margin: 0;}
.nameUserSec p{line-height: 16px;
    font-size: 11px;
    letter-spacing: .3px;
    color: #666;
    margin: 0;}
.nameUserSec {width: 125px;margin-left: 15px; margin-top: 3px;cursor: pointer;}
.nameUserSec:hover{text-decoration: none !important}
.hrMaegin4-25{
  margin-top: 4px;
    margin-bottom: 25px;
}
.btnCenter{text-align: center; display: inline-table;}
.btnCenter button, .btnCenter a{margin-right: 15px;}
.btnCenter button:last-child, .btnCenter a:last-child{margin-right: 0px;}
.footer .text-muted b{color: #565656}
.modal-body h5 {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
}
.dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.disabled:active{
  color: #999 !important}
.modal-body .form-group {
    margin-bottom: 1rem;
}
a.active .icon.icon-burgermenu{
      stroke: #fff;
    /*stroke-width: 0.1;*/
}
.icon.icon-burgermenu{
    stroke-width: 0.6;
}
.navigationLeft ul li:second-child a:hover svg{
stroke: #fff;
}
.navigationLeft a:hover svg{fill: #fff;stroke: #fff;stroke-width:0.5px;}
.tosterNotification.error .smile{display: none}
.tosterNotification.success .sad{display: none}

.hidden {visibility: hidden;}
.sa-dashboardbg{position: relative;    padding-bottom: 160px;min-height: 92.5%;}


.sa-dashboardbg .tableBg {
    padding-bottom: 80px;
}
.sa-email{position: relative;    padding-bottom: 98px;min-height: 92.5%;}
.sa-email:after{
  position: absolute;
    content: "";
    height: 330px;
    width: 360px;
    bottom: 0px;
    right:20px;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: right bottom;
  background-image: url(../img/superadmin_email_configuration.png);
}
.sa-email .tableBg {
    padding-bottom: 80px;
}
hr {  
    border-top: 1px solid rgba(240,240,240,1);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover{
  background-color: transparent !important;background: transparent !important;
}
#portal_table tr td a.dropdown-item{display: inline;border: 1px solid;
    outline: 0; padding: 4px 8px; border-radius: 4px;border-color: transparent;}
input:-internal-autofill-selected{background-color: transparent;}
.delete-circle .icon {
    width: 21px;
    height: 22px;
    fill: #fff;
    stroke: #fff;
    stroke-width: 0.5;
}
.edit-circle, .delete-circle { 
    padding: 5px 3px !important; 
}
.headerRight{position: relative;}
.list-inline.header-top{position: relative;}


.list-inline.header-top .dropdown{position: initial;}

.footer .text-muted { 
    font-weight: 400;    color: #565656!important;
}
.footer .text-muted b {
    color: #565656;
}
.dropdown .form-control {
  background: #fff;  
  padding: 9px;
  border-radius: 4px;
  padding-left: 30px;
  border: 1px solid #d9dadc;

}
.viewPassIco a img{ width: 23px;margin-top: 1px;margin-right: 4px;}


.search-container button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.leftnavActive .tooltip{display: none !important; opacity: 0!important}

#portal_table tr td a.dropdown-item:focus, #portal_table tr td a.dropdown-item:focus svg,
#portal_table tr td a.dropdown-item:hover
{
  fill: #fff;
  color: #fff !important;
  transition: 0.2s;
}
#portal_table a.dropdown-item:hover > svg { 
    fill: #fff !important;
        transition: 0.2s;
}
.notification{cursor: default;}
/*.sa-email.divBottom{display: none}*/





#rl-loader {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,.25);
z-index: 9999;
}

.paginate_button .fa{color: #333;}
.paginate_button.disabled .fa{color: #999;}
/*.dataTables_wrapper .dataTables_paginate .paginate_button.disabled .fa{color: #999;}*/
.paginate_button .fa{font-weight: bold;font-size: 18px;}
.paginate_button .fa.fa-angle-left {float: left;}
.paginate_button .fa.fa-angle-right {float: right;}

.paginate_button .fa.fa-angle-left,
.paginate_button .fa.fa-angle-right{margin-top: 1px;}
.search-container button:not(:disabled), .search-container button:hover{cursor: default;pointer-events: none;}
.nameUserSec h5{color: #172b4c;}


input[name="search"] + i.fa-search {
  position: absolute;
  left: 9px;
  top: 13px;
}
/* Custom dropdown css */
.customSelectdrop .form-control{background: #fff !important; font-size: 14px;color: #666;height: 45px !important;border: 1px solid #d9dadc; padding: 0px 26px 0px 7px;cursor: pointer;}
.customSelectdrop svg{    position: absolute;
    right: -4px;
    top: 13px;}
.customSelectdrop ul.dropdown-menu.show, .customdropmenu.show, .customdropmenu.showCustomDropmenu{ display: unset !important; padding: 0px; width: 100%; }
.customdropmenu li{ /*color: #fff;*/
    margin: 0 3px 4px 3px;font-size: 14px; cursor: pointer;
    padding: 5px;}
.customdropmenu li:hover{background: #fff;border-radius: 4px;color: #172b4c;}
.customSelectdrop ul.dropdown-menu li:nth-child(2){margin-top: 3px;}   

.customRoleDropdown ul.dropdown-menu li, .customRoleDropdown ul.dropdown-menu li:hover,
.customRoleDropdown ul.dropdown-menu li.checked, .customdropmenu li, .customdropmenu li:hover{padding: 7px !important;}

.customRoleDropdown ul.roleCutomDropdown li, 
.customRoleDropdown ul.roleCutomDropdown li:hover,
.customRoleDropdown ul.roleCutomDropdown li.checked
{padding: 0px;}

.customRoleDropdown ul.dropdown-menu.show,.customdropmenu.showCustomDropmenu{top:3px !important;transform: translate3d(0px, 45px, 0px)!important;} 
.customRoleDropdown ul.dropdown-menu li{display: flex;align-items: center;width: auto;}  
.customRoleDropdown ul.dropdown-menu li input[type="checkbox"]{margin-right: 9px;margin-top: 2px;margin-left: 3px;}
.customdropmenu.dropdown-menu{border-radius: 4px;}
.customdropmenu{
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: max-height .7s cubic-bezier(0, 0, 1, 1);
  visibility: hidden;
  width: 100%;
}
.customdropmenu.show{
  max-height: 1000px;
  transition: max-height .8s ease;
  visibility: visible;  
}
.customSelectdrop ul.dropdown-menu li:first-child, .customdropmenu.show li:first-child, .customdropmenu.showCustomDropmenu li:first-child{
  margin-top: 3px;
}
ul.customdropmenu li.checked
 {
  border-radius: 4px;
}
.customSelectdrop svg {
    width: 18px !important;
    height: 18px !important; cursor: pointer;
}
.customdropmenu.dropdown-menu.show{ 
    transform: translate3d(0px, 42px, 0px) !important; 
}

ul.customdropmenu li.checked, ul.customdropmenu li:hover {
    background: #fff;
    border-radius: 4px;
    padding: 7px 11px 7px 7px;
}
.notification-icon{margin-top: 2px;margin-right: 14px;}
.validation-ico-area{position: relative;    width: 100%;    display: block;}
.validation-ico{width: 20px;
    height: 20px; text-align: center;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    right: 5px;
  transform: translate(0%, -50%);
}
.validation-ico svg{fill:#fff;}
.icon18{width: 20px; height: 20px;}
.tooltip-danger .tooltip-inner {
  background: #f92727 !important;
}

.tooltip-danger .tooltip-inner b {
  color: #ffffff !important;
}

.tooltip-danger .tooltip-arrow {
  border-color: #f92727 !important;
}
.tooltip-danger .tooltip .arrow:before{
    border-top-color: #f92727 !important;
    border-bottom-color: #f92727 !important;
}

#project-course-delete-modal .cardWrapper .circle60{
    display: inline-block;
    height: auto;
    width: auto;
    padding: 10px;
    margin: 0px auto;
    transform: translate(-50%, 0%);
    left: 50%;
    position: inherit;
}
input:focus {
    border: 1px solid #172b4d;
    outline: 0;
    background: #fff;
}
table.dataTable thead th {
    color: #333;
    font-weight: 400 !important;
    text-transform: uppercase;
    border-bottom: 1px solid #e9ebee !important;
    padding: 10px 10px 10px 0 !important
}
.page-link {
    background: #f3f4f5;
    color: #8e8e8e;
    padding: 12px 11px 11px 11px;
    box-shadow: none!important;
    border-color: #f3f4f5;
    cursor: pointer;
}
.page-item:first-child .page-link:after {
    content: "";
    position: absolute;
    height: 26px;
    width: 1px;
    background: #ddd;
    right: 10px;
    top: 7px;
    float: left;
}

.page-item.disabled .page-link, .page-item .page-link { 
    background-color: #f3f4f5;     border: 0;
}
.page-item:first-child .page-link {
    padding-right: 25px;
}
.page-item.disabled .page-link {
    color: #999;border: 0;
  }
.page-item.active .page-link{
      padding: 8px 0;
    border-radius: 3px;
    width: 26px;
    height: 26px;
    text-align: center;
    border: 0;
    color: #fff;
    line-height: 11px;
    text-align: center;
    margin: 8px 6px 0px 6px;

}
li.page-item.pagination-page-nav{background-color: #f3f4f5;}
.pagination a.page-link span, .pagination .page-item a.page-link span .fa {
    color: #333;
    font-weight: 400;
}
.page-item:last-child .page-link {
    padding-left: 25px;
}
.page-item:last-child .page-link:after {
    content: "";
    position: absolute;
    height: 26px;
    width: 1px;
    background: #ddd;
    left: 7px;
    top: 5px;
}
.dataTables_wrapper nav p, #users_table nav p {
    color: #333;
    font-weight: 500;
}

.dataTable th span {
    text-transform: uppercase;
    color: #333;
    font-weight: 400;
    float: left;
}
.icon.sort-icon {
  margin: 4px -4px 0px 0px;
    height: 13px;
    width: 14px;
    float: left;
    opacity: 0.5;
    cursor: pointer;
}

table.dataTable tbody td {
    padding: 9px 20px 9px 0px !important;word-break: break-word;    border-bottom: 1px solid #e9ebee;
}
table.dataTable tbody td {
    word-break: break-word;
}
.releasesTable thead th:nth-child(1) {
    width: 30% !important; 
}
.releasesTable thead th:nth-child(2) {
    width: 10% !important;
    padding-left: 0px;
}
.releasesTable thead th:nth-child(3) {
    width: 20% !important;
    padding-left: 0px;
}
.releasesTable thead th:nth-child(4) {
    width: 20% !important;
    padding-left: 0px;
}
.releasesTable thead th:nth-child(5) {
    width: 20% !important;
    padding-left: 0px;
}
.releaseTableWrapper .customSelect li ul{
  top:40px;
}
.mr18{margin-right: 18px}
.mb20{margin-bottom: 20px;}

.companyPiagination li {
  color: #333;
  position: relative;
  font-size: 14px;
  list-style-type: none;
  padding-left: 15px;
  font-weight: 500;
  cursor: default !important;
  text-transform: uppercase;
}

.companyPiagination li:after {
  content: "";
  color: #333;
  position: absolute;
  left: 0;
  top: 5px;
  background: #c9c9c9;
  width: 6px;
  height: 6px;
  border-radius: 100%
}

.companyPiagination {
  display: inline-block;
  margin-left: 8px;
}

h4 .companyPiagination {
  margin-bottom: 0
}
h4, h4 a {
    font-size: 20px;
    font-weight: 600;
}
a:hover {
    text-decoration: none;
}



.customdropmenu .dropdownSearchInput .form-control {
    height: 35px !important;
    padding: 0 7px 0 25px;
}
.customdropmenu .dropdownSearchInput, .customdropmenu .dropdownSearchInput:hover {
    padding: 0px!important;
}

 .customdropmenu input[name="search"] + i.fa-search {
    position: absolute;
    left: 9px;
    top: 12px;
}
.customdropmenu{
  display: block;
  overflow: hidden;
  max-height: 200px !important;
  transition: max-height .7s cubic-bezier(0, 0, 1, 1);
  visibility: hidden;
  width: 100%;
   overflow: auto;
}
.customdropmenu.show, .customdropmenu.showCustomDropmenu{
  transition: max-height .8s ease;
  visibility: visible;
}
.customdropmenu.hideScrollBar .simplebar-vertical{visibility: hidden !important;}
.customdropmenu[data-simplebar]{position: absolute;}  
.customdropmenu.hideScrollBar.show .simplebar-vertical{visibility: visible !important;}
.customdropmenu.show, .customdropmenu.showCustomDropmenu{ display: unset !important; padding: 0px; width: 100%; }
.customdropmenu::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

.icon-draft{margin: -7px;
    float: left;
  color: #172b4c;
    stroke: #172b4c;
    stroke-width: 0.5;}
 .customdropmenu ::-moz-scrollbar {
  display: none;
    scrollbar-width: none;
}
 
.customdropmenu {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scrollbar-color: transparent transparent; /*just hides the scrollbar for firefox */
}

.bg-white{
  background-color: white;
}

.vdp-datepicker__calendar .cell.selected, .vdp-datepicker__calendar header .up {
    background: #172b4c !important;
    color: #fff !important;
    border-radius: 4px;
}
.vdp-datepicker__calendar .cell.day-header {
    font-size: 13px !important;
}
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover, .vdp-datepicker__calendar header .prev:not(.disabled):hover, .vdp-datepicker__calendar header .next:not(.disabled):hover, .vdp-datepicker__calendar .cell.selected {
    border-radius: 50px!important;
    border: 1px solid #172b4c !important;
}


button, input, optgroup, select, textarea
{
  font-family: 'Poppins',sans-serif !important;
}

.toastui-editor-ww-container .toastui-editor-contents p {
    margin: 0;
    font-family: 'Poppins',sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}
.releasebtn button{
  font-family: 'Poppins',sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}


.vdp-datepicker__calendar header .next, .vdp-datepicker__calendar header .next:not(.disabled):hover{
      width: 30px;
    height: 30px;
   margin-top: 5px;
}

 
.vdp-datepicker__calendar header {
    isplay: inline-block !important;
    width: 100%;
    text-align: center;

}

.content-wrapper .vdp-datepicker__calendar header {
    padding: 15px 15px 0; display: flex;
}


.vdp-datepicker__calendar header .prev {
margin-top: 5px;
    margin-left: 0;
    margin-right: 6px;
    width: 30px !important;
    height: 30px !important;


}
.vdp-datepicker__calendar header .next {
    margin-top: 5px;
    margin-right: 0;
    margin-left: 6px;
    width: 30px !important;
    height: 30px !important;
    float: right !important;
}
#roolApp{ min-height: 92vh;}

.toastui-editor-tooltip *{color: #fff !important}

.icon.icon-chat_help{
  width: 26px;
    margin: 3px 10px 0;
}
.icon-chat_help .popper-content{display: none}
.bug-details-list-header{margin-bottom: 0px !important; margin-top: 8px}
.navigationLeft svg {
    fill:#000;
}

.vdp-datepicker__calendar header .up {
  background: #172b4c !important;
  color: #fff !important;
  border-radius: 4px;
  float: none;
}

.navigationLeft .releasesbtn svg.icon-burgermenu{stroke-width: 0.2;}
.navigationLeft .icon-mast-head svg{width: 27px; height: 27px;}
.navigationLeft .icon-mast-head{width: 44px !important}

.navigationLeft .icon-mast-head span{
    height: 42px;
    width: 42px;
    padding: 8px 7px !important;
}
.navigationLeft .BugList svg{ stroke-width: 0.1;}

.icon.icon-burgermenu{
    stroke:#000;
}

.leftnavActive .navigationLeft a span.menuText {
    width: auto;
    height: auto;
    padding: 0 !important;
}

.content-wrapper{min-height: 92vh}
.bug-details-slice  .fa-spinner.fa-spin{color: #fff; margin: 8px 0px 0px 10px;}
.modal-mask img{max-width: 90%;}
#add-user .customdropmenu {
    max-height: 188px !important;
}




/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #757575; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.filterdropBox .clearApplyBtnWrappper {
    padding-left: 10px;
}

.customSelect li ul { 
    box-shadow: 0px 2px 5px rgba(23,43,76,0.2);
}
.header-top .dropdown-menu{background:#fff; }
.customdropmenu.show{ 
  background: #fff !important; border:1px solid rgba(0,0,0,.15)
}
.customSelectdrop .form-control:focus {
    border-color: #d9dadc;
}
.coursefilter .customdropmenu.dropdown-menu.show {
    transform: translate3d(0px, 38px, 0px) !important;
}
.navbar-content a svg.icon-icon-settings {stroke-width:1px;}
.m0{margin: 0px !important}

.simplebar-content li label {
    color: #000 !important; 
}
.multiselect li input[type=checkbox] {
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
.releaseScreen .validation-ico-area .dropdown.customSelectdrop {display: block}
.customSelectdrop .form-control#filtercompany {height: 40px !important; border: 0px; padding: 9px 20px 8px 10px;   font-weight: 300;color: #8e8e8e;}
.customdropmenu.dropdown-menu.top38 {
    transform: translate3d(0px, 38px, 0px) !important;
}

.customSelectdrop .form-control#filtercompany:before {
    content: "\f107";
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    top: 10px;
    right: 6px;
}