﻿body {color:#5b626b; visibility: visible; background-color:#f8f8fa; padding-top:54px !important; }

body, input, p, input, input[type="text"], input[type="email"], input[type=password], input[type=tel], input[type=date], select, textarea {font-family: 'Open Sans', sans-serif; font-size:13px; line-height: 1.6;}

.table > :not(caption) > * > * {
    background-color: transparent;
}

/* Start font family */
h1, h2 {font-family: 'Sarabun', sans-serif; font-weight:800;}
h3, h4, h5, h6{font-family: 'Sarabun', sans-serif;}
/* close font family */

h1{font-size:30px;}
h2{font-size:24px;}
h3{font-size:22px;} /* Page Title */
h4{font-size:18px;} /* Section Title */
h5{font-size:15px;} /* Sub Section Title */
h6{font-size:13px;}

.display-1{font-size:80px; font-weight:800; line-height:1; margin-bottom:1rem;}
.display-2{font-size:62px; font-weight:800; line-height:1; margin-bottom:1rem;}
.display-3{font-size:52px; font-weight:800; line-height:1; margin-bottom:1rem;}
.display-4{font-size:42px; font-weight:800; line-height:1; margin-bottom:1rem;}
.display-5{font-size:32px; font-weight:800; line-height:1; margin-bottom:1rem;}
.display-6{font-size:22px; font-weight:800; line-height:1; margin-bottom:1rem;}
small, .text-small{font-size:80%;}
.text-smaller{font-size:70%;}
.text-x-small{font-size:64%;}
.text-xx-small{font-size:58%;}
large, .text-large{font-size:90%;}
.text-larger{font-size:100%;}
.text-x-large{font-size:120%;}
.text-xx-large{font-size:140%;}
.display-1 strong, .display-2 strong, .display-3 strong, .display-4 strong, .display-5 strong, .display-6 strong{font-weight:800;}
/* close font sizes */

img {
	outline: none;
	border: none;
}
hr {
    float:left; width:100%;/* border: 1px solid #e7e7e7;*/
}
section {
	float: none;
	width: 100%;
}
.div-flow {
	width: 100%;
	float: left;
}

#div_Filters .div-flow.fltr-logc {
    padding: 0 15px;
}

.full-wid {
    width: 100%;
}
.container-div-left {
	float: left;
}
.container-div-right {
	float: right;
}
.inside-section {
    padding-bottom: 30px;
    padding-top: 15px;
}
.row-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*General White Box Start*/
.white-wraper {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
    border-radius: 5px;
}
.heading-wrapper {
    float: left;
    padding: 0px 15px;
    margin-bottom: 10px;
    width: 100%;
}
.pdf-header-col{
    float:right;
    padding:0 15px;
}

.heading-wrapper h3 {
    margin: 0;
}
/*General White Box End*/

/*Main Header Start*/
.pre-login-header {
	padding: 0;
    top:0;
	position: fixed;
	z-index: 8;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    height:54px;
    float:left;
    width:100%;
}
.navbar-brand {
    width:230px;
    height:auto;
    position:relative;
    margin-top:5px;
}
.navbar-brand img {
    width:88%;
}
.navbar-brand a{text-decoration:none;}
#BDversion {
    font-size: 11px;
    margin: 1px 0 0 -33px;
    color: #fff;
    position: absolute;
    top: -11px;
}
.pre-login-header nav.navbar{padding:9px 0;}
/* Start NAV */
header .navbar-nav ul.nav li a {
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    padding:0 6px;
    font-style: normal;
    text-decoration:none;
}

header .navbar-nav ul.nav li.welli a{}

.dropdown-menu a {
    padding: 2px 12px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-decoration: none;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #fff !important;
    text-decoration: none;
}
#loginLi a {
    display: block;
    margin-left: 10px;
    padding: 4px 16px;
    border-radius: 5px;
    margin-top: 0;
    font-size:13px;
    background-color:transparent; color:#fff;
    border:1px solid #fff;
}
#loginLi a:hover {
	text-decoration: none;
	background-color: #fff;
    color:#000;
}

#loginLi #loginAnchor::after {
	display: none;
}
.approval-link {
    transition: all 0.4s ease-in-out 0s;
	height: 28px;
}
.approval-link:hover {
	background-color: #48359e;
    transition: all 0.4s ease-in-out 0s;
}
.signin-div {
	width: 100%;
	float: left;
	padding:5px 15px 0 15px;
}
.signin-form {
	width: 100%;
	float: left;
}
.signin-form-row {
	width: 100%;
	margin-bottom: 8px;
	float: left;
}
.signin-input {
    width: 100%;
    float: left;
    border: 1px solid #a7a7a7;
    border-radius: 3px;
    position: relative;
}
.signin-input .far, .signin-input .fas {
    padding: 0 7px;
    float: left;
    line-height: 30px;
    font-size: 10px;
    color: #a4a4a4;
}
.signin-form-row input[type=text], .signin-form-row input[type=password] {
    border-radius: 3px;
    background-color: #fff;
    border: 0;
    padding: 5px 10px;
    width: 87%;
    font-size: 13px;
}
.signin-form-row input[type=text]:focus, .signin-form-row input[type=password]:focus {
    background-color:#fff;
}
.signin-input .field-validation-error {
    position: absolute;
    right: 0;
    background: 
    #fff;
    width: 87%;
    top: 4px;
}
.forgot-password {
	width: 50%;
	float: left;
}
.forgot-password a {
    background-color: #fff !important;
    color: #f00044 !important;
    font-size: 11px !important;
    padding: 8px 0 0 0 !important;
    margin: 0 !important;
    text-align: left !important;
}
.signin-btn {
	width: 50%;
	border-radius: 5px;
	background-color: #f00044;
	padding: 5px 10px;
	border: 0;
	color: #fff;
	cursor: pointer;
    float:left;
    transition: all 0.4s ease-in-out 0s;
}
.signin-btn:hover {
	background-color: #000;
}
.signin-btn i {
    font-size: 12px;
    margin-left: 5px;
}
.main-nav {
    margin-left: auto;
}
li.ul-revert-session a {
    float: left;
    text-align: left;
}
.nav-avatar {
    border-radius: 25px;
    height: 35px;
    margin-left: 2px;
    margin-top: 0;
    width: 35px;
}
.nav-avatar-div {
    width: 100%;
    float: left;
}
.wt-div p {
    width: auto;
    margin: 10px 8px 10px 0;
    font-size: 12px;
    color: #fff;
    padding: 0 0 0 10px;
    font-weight: 500;
    line-height: 16px;
    border-left: 1px solid #fff;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.welli .dropdown-toggle::after {
	display: none;
}
.main-nav-avtr {
	margin-left: 15px;
    height:53px;
}
.welcome-img {
    width: 39px;
    margin: 0 auto;
    float:left;
}
.welcome-img .far {
    font-size: 36px;
    float: right;
    color: 
    #fff;
}
.wt-div {
    width: auto;
    float: left;
    text-align: center;
}
.wt-div span {
    font-size: 10px;
    color: #181818;
    line-height: 19px;
    display: none;
}
.profile-div {
    width: 100%;
    float: left;
    padding: 0;
}
.profile-div-name {
	width: 100%;
	float: left;
    padding: 17px 13px 8px 8px;
    text-align: right;
}
.profile-div-name h5 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 0;
}
.welcome-txt {
    color: #999 !important;
    font-size: 15px;
    padding-right: 5px;
}
.profile-div-name h6 {
    font-size: 15px;
}
.profile-div-links {
	width: 100%;
    float: left;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    padding: 8px 0;
    border-radius: 0 0 0.25rem 0.25rem;
}
.profile-div-links a {
	font-size: 13px;
	color: #000;
	cursor: pointer;
    float: right;
    padding: 3px 19px;
    border-radius: 5px;
    margin-right: 10px;
}
.profile-div-links a:hover, button.signin-btn:hover {
    color: #fff;
    }

.signin-form-row button.signin-btn {
	font-size: 13px;
	color: #fff;
	cursor: pointer;
    float: right;
        padding: 5px 10px;;
    border-radius: 5px;
}
.profile-div-links a .fa, .profile-div-links a .fas {
	padding-left: 4px;
}
.dropdown-menu-inside {
    right: 0;
    left: auto !important;
    margin-top: 0;
    min-width: 280px;
    padding: 0;
}
.profile-change-link {
    width:100%;
    float:left;
    border-top: 1px solid #e7e7e7;
}
.profile-change-link a {
    color: #000 !important;
    text-decoration: underline;
    float: right;
    padding: 6px 13px 10px 0 !important;
}
.profile-change-link .fas {
    padding-left: 5px;
    color:#000 !important;
}
.navbar-nav .dropdown-menu {
	margin-top: 0;
}
.navbar-nav .dropdown.welli .dropdown-menu {
	margin-top:8px;
}
.navbar-nav .dropdown#loginLi .dropdown-menu {
    margin-top: 12px;
    min-width: 14.5rem;
    left:initial;
    right:0;
}
.countBubl {
    float: left;
    margin-top: -19px;
    margin-left: 170px;
    background: #ed1d24;
    color: #fff;
    border-radius: 3px;
    padding: 0 3px;
    font-size: 11px;
    margin-right: 8px;
}
.dropdown-menu-home {
	left: -142px;
}
.pre-login-dropdown-menu {
    background-color: #2d2d2d;
}
.ul-revert-session a {
    color: #000 !important;
    font-size: 14px !important;
    padding: 11px !important;
    width: 100%;
    float: inline-start;
	background-color: #fff !important;
	cursor: pointer;
}
.ul-revert-session a:hover {
	background-color: #d8d8d8 !important;
}
.ul-revert-session a .fa {
    margin: 5px 6px 0 0;
    float: left;
}
.menu-link.has-notifications {
	line-height: 12px;
	padding: 0 10px;
	float: left;
	cursor: pointer;
    position:relative;
}
.fa-fill-drip {
    color:#fff;
    cursor:pointer;
}
/*Main Header End*/

/* Start Inside Footer */
footer, .bg-dark {
    background-color: #181818 !important;
    color: #fff !important;
}
footer {
    padding: 0.65rem 0; height:auto;
}
.session-id {
    float: left;
    width: auto;
    font-size: 13px;
}
.sessionID {
    /* float: left; */
    width: auto;
    font-size: 13px;
    display: contents;
}
.session-spy-1, .session-spy-2, .session-spy-3 {
    width:auto;
    float:left;
}
.session-spy-3 .CopyClipboard {
    position:inherit !important;
    margin-left:8px;
}
.inside-session-id .CopyClipboard {
    position:inherit !important;
    margin-left:8px;
}
.inside-bottom-logo {
    width: 133px;
margin-top: 2px;
}
.inside-bottom-logo img {
    width: 100%;
}
.inside-footer-section {
    background-color: #181818;
    color: #adadad;
	padding: 9px 0;
	position: fixed;
	bottom: 0;
    z-index: 9999;
}
.footer-copyright-text {
	width: 100%;
	float: left;
	font-size: 12px;
    margin-bottom: 0;
}
.footer-copyright-text a {
	color: #adadad;
	text-decoration: none;
}
.footer-copyright-text a:hover {
	color: #e5063a;
}
.footer-copyright-text ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.footer-copyright-text ul li {
    list-style: none;
    display: inline-block;
}
.footer-copyright-text ul li a {
    border-left: solid 1px #adadad;
    padding: 0 5px;
}
.footer-copyright-text ul li:first-child a {
    border-left: solid 0px #adadad;
	padding-left: 0px;
}
footer .lft-bx {
    color: #fff;
}
footer .lft-bx div {
    font-size: 11px;
}
footer .ft-lnk a:first-child {
    border-left: solid 0px #adadad;
    padding-left: 0;
}
footer .ft-lnk a:last-child:after{display:none;}
footer .ft-lnk a:after {
    content: 'I';
    position: absolute;
    color: #fff;
    padding: 1px 5px;
}
footer .ft-lnk a {
    padding: 0 5px;
}

footer .lft-bx a, footer .ft-lnk a {
    color: #fff;
    text-decoration: none;
}
footer .ft-logo {
    width: 150px;
    margin: 2px 0;
}
.ft-lnk {
    width: auto;
    float: right;
    font-size: 11px;
}
/* End Inside Footer */

/*Translator Start*/
.goog-te-menu-value {
    padding:0 !important
}
.goog-te-gadget-simple {
    padding-top:0 !important;
    padding-bottom:0 !important;
}
.goog-te-menu-value {
    font-size:12px !important;
}
.goog-te-menu-value img {
    margin-left:0 !important;
}
.goog-te-gadget-simple {
    border-radius:3px;
}
/*Translator End*/

/*Start Loader CSS*/
@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
  display: inline-block;
  vertical-align: text-bottom;
  animation: spinner-border .6s linear infinite;
}

.spinner-border-sm {
  width: $spinner-width-sm;
  height: $spinner-height-sm;
  border-width: $spinner-border-width-sm;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: $spinner-width;
  height: $spinner-height;
  vertical-align: text-bottom;
  background-color: currentColor;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: $spinner-width-sm;
  height: $spinner-height-sm;
}


/* Start global CSS  - Jawad */
.NoRecord-div {
}
.NoRecord-div img {
    width: 400px;
    height: 300px;
    margin: auto;
    display: block;
}
.global-table {
}
.global-table .dtr-inline {
}
.date-Selector {
    float: left;
    width: 200px;
    margin-right: 8px;
}
.date-Selector label {
    float: left;
    width: 76px;
    line-height: 31px;
}
.date-Selector input[type="text"] {
    float: left;
    width: 116px;
    margin-left: 8px;
}
.popover-body {
    color:#000;  
    background-color:#f7f7f7;
    border: 0.5px solid #000;    
}
.btnadjstmnt {
    float: left;
    width: 100%;
}
p.no-history-txt {
    margin-top: 15px;
}

.divSchedule_reporting {
    position: absolute;
    right: 11px;
    top: 12px;
    float: right;
    margin-top: 0;
    height: auto;
    width: auto;
    border-radius: 0 8px 0 0;
    text-align: center;
}

    .divSchedule_reporting a {
        color: white;
        font-size: 26px;
        padding: 0;
    }
.ReportingWorkbench-schedule {
    right: 20px;
}
table thead tr th {
    font-weight:bold !important;
}
.slider_container {
    display:;
}
.Dividing-line {
    background-color:#e7e7e7;
    height:1px;
    width:100%;
    float:left;
    margin:15px 0;
}
/*.btn:not(:disabled):not(.disabled) {
    background-color: #e0e0e0;
}*/
.OD-btn {
    float: right;
    margin-top: 11px;
}
#altpartners-ens-ibex {
    position: fixed;
    right: 54px;
    bottom: 42px;
}

#altpartners-cris-ibex {
    width: auto;
    position: fixed;
    bottom: 50px;
    right: 30px;
}
/* End global CSS  - Jawad */


/* Start Thankyou page */
.thankyou-right {
    width:30%;
    float:left;
    padding: 10px 15px 0 0;
}
.thankyou-right img {
    width:100%;
    float:left;
    margin-bottom:-15px;
}
.thankyou-left {
    width:70%;
    float:left;
    padding:15px;
}
/* End Thankyou page */




/*End Loader CSS*/


.sidebar .bar-menu{padding:0 12px;margin-top:-54px; cursor:pointer; height:54px;}
.sidebar .bar-menu .fa{font-size:24px; font-weight:800; color:#fff; line-height:54px; position:absolute; transition:all 0.5s  ease-in-out;}
.sidebar .bar-menu .fa.fa-bars{opacity:1;}
.sidebar .bar-menu .fa.fa-times{opacity:0;}

.sidebar{position:fixed; z-index:9;transition:all 0.5s  ease-in-out; height:100%;}
.sidebar ul.list-sidebar {margin-top:0; border-top-right-radius:4px; border-bottom-right-radius:4px;  transition: all 0.5s ease-in-out;}
.sidebar ul{list-style:none; margin:0px; padding:0px;}
ul.list-sidebar li{border-bottom:1px solid #9542f6; transition:all 0.5s  ease-in-out;}
ul.list-sidebar li:last-child{border-bottom:0px;}
ul.list-sidebar li a{display:block; color:#fff; text-decoration:none; transition:all 0.5s  ease-in-out;}
ul.list-sidebar li a .nav-icon{width:42px; padding:6px 0; text-align:center; display: inline-block; position:relative; z-index:11;}
ul.list-sidebar li a .nav-icon .fas{font-size:16px;}
ul.list-sidebar li a .nav-icon img{max-width:24px; max-height:24px;}
ul.list-sidebar li a .nav-label{display: inline-block; line-height:1.3; padding-top: 7px; padding-bottom: 7px; vertical-align: middle; padding-right:0px; text-indent:-140px; transition:all 0.5s  ease-in-out;}
ul.list-sidebar li a .nav-label+span{width:0; font-size:0px; line-height:44px; padding:0px; position:absolute; z-index:0; right:0; margin-top: -40px;  text-indent:-180px; text-align: center;}
ul.list-sidebar li a .nav-label,.sidebar li a .nav-label+span{transition:all 0.5s  ease-in-out;}
ul.list-sidebar li a .nav-icon, ul.list-sidebar li a .fa-chevron-right{height:38px;}
ul.list-sidebar li a .nav-icon, ul.list-sidebar li a .nav-label, ul.list-sidebar li a .fa-chevron-right{display:table-cell; vertical-align:middle; position:relative;}
ul.list-sidebar li:last-child ul.sub-menu,
ul.list-sidebar li:nth-last-child(-n+2) ul.sub-menu {}


.sidebar ul.sub-menu{position:absolute; z-index:1; left:225px; width:0px; overflow:hidden; margin-top:-38px; opacity:0; transition:all 0.5s  ease-in-out; border-top-right-radius:4px; border-bottom-right-radius:4px;}

.sidebar ul.sub-menu li{border-bottom:0;}
.sidebar ul.sub-menu li a{padding:0 8px; min-height:39px; transition:all 0.5s  ease-in-out; font-size:0px;}
.sidebar ul.sub-menu li:last-child a{border-bottom:0px;}
.sidebar ul.sub-menu li a:hover{ text-indent:8px;}
.sidebar ul.sub-menu li .countBubl {float:none; margin-top:0; margin-left:0; margin-right:0; position:absolute; right:6px; top:13px;}
.sidebar ul.sub-menu li a span.sub-menu-lst{display:table-cell; vertical-align:middle; position:relative; line-height:1.3; padding:11px 0 10px;}

.sidebar ul.list-sidebar {
    height:100%;
    
}
.sidebar ul.list-sidebar:hover {
    width:225px;
}
.sidebar ul.list-sidebar,
ul.list-sidebar li,
ul.list-sidebar li a .nav-icon{transition:all 0.5s  ease-in-out;}
ul.list-sidebar li:hover,
ul.list-sidebar li:hover a .nav-icon,
.sidebar ul.sub-menu,
.sidebar ul.sub-menu li a{background-color: #8f3cf8;}

ul.list-sidebar:hover li a .nav-label{text-indent:0px; width:168px; padding-right:8px;}
ul.list-sidebar:hover li a .nav-label+span{width:30px; font-size:14px; padding-right:6px; text-indent:0px;}
ul.list-sidebar li:hover ul.sub-menu{opacity:1; width:220px; /*top:41px;*/}
ul.list-sidebar li:hover ul.sub-menu li a{font-size:13px;}
ul.list-sidebar li ul.sub-menu {/*top:41px;*/}

body.sidebarFixed aside .sidebar ul.list-sidebar{position:absolute; z-index:11; width:225px;}
body.sidebarFixed aside .sidebar .fa-bars:before{content: "\f00d";}
body.sidebarFixed aside .sidebar .bar-menu .fa {transform:rotate(180deg);}
body.sidebarFixed aside .sidebar .bar-menu .fa.fa-bars{opacity:0;}
body.sidebarFixed aside .sidebar .bar-menu .fa.fa-times{opacity:1;}
body.sidebarFixed ul.list-sidebar li a .nav-label{text-indent:0px; width:168px; padding-right:8px;}
body.sidebarFixed ul.list-sidebar li a .nav-label+span{width:30px; font-size:14px; padding-right:6px; text-indent:0px;}

/*----Start IE10 and IE11  ----*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
ul.list-sidebar li a .nav-label{display:none;}
ul.list-sidebar:hover li a .nav-label{text-indent:0px; width:168px; padding-right:8px; display:table-cell;}
ul.list-sidebar:hover li a .nav-label+span{width:30px; font-size:14px; padding-right:6px; text-indent:0px;}
ul.list-sidebar li ul.sub-menu{opacity:0;}

body.sidebarFixed ul.list-sidebar li a .nav-label{display:table-cell;}
body.sidebarFixed ul.list-sidebar>li>a{width:100%;}
body.sidebarFixed ul.list-sidebar li:hover ul.sub-menu{opacity:1;}
}
/*----Close IE10 and IE11 ----*/

/*----Start MS Edge ----*/
@supports (-ms-ime-align:auto) {
ul.list-sidebar li a .nav-label{display:none;}
ul.list-sidebar:hover li a .nav-label{text-indent:0px; width:168px; padding-right:8px; display:table-cell;}
ul.list-sidebar:hover li a .nav-label+span{width:30px; font-size:14px; padding-right:6px; text-indent:0px;}
ul.list-sidebar li ul.sub-menu{opacity:0;}

body.sidebarFixed ul.list-sidebar li a .nav-label{display:table-cell;}
body.sidebarFixed ul.list-sidebar>li>a{width:100%;}
body.sidebarFixed ul.list-sidebar li:hover ul.sub-menu{opacity:1;}
}
/*----Close MS Edge ----*/

/*----Start safari ----*/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
ul.list-sidebar li a .nav-label{display:none;}
ul.list-sidebar:hover li a .nav-label{text-indent:0px; width:168px; padding-right:8px; display:table-cell;}
ul.list-sidebar:hover li a .nav-label+span{width:30px; font-size:14px; padding-right:6px; text-indent:0px;}
ul.list-sidebar li ul.sub-menu{opacity:0;}

body.sidebarFixed ul.list-sidebar li a .nav-label{display:table-cell;}
body.sidebarFixed ul.list-sidebar>li>a{width:100%;}
body.sidebarFixed ul.list-sidebar li:hover ul.sub-menu{opacity:1;}
}
/*----Close safari ----*/

@media screen and (max-width:1024px){

ul.list-sidebar li a .nav-label{display:none;}

body.sidebarFixed ul.list-sidebar li a .nav-label{display:table-cell;}
body.sidebarFixed ul.list-sidebar>li>a{width:100%;}
body.sidebarFixed ul.list-sidebar li:hover ul.sub-menu{opacity:1;}
}


@media (min-width: 2560px) {

/* start font sizes */
/*body, input, p, input, input[type="text"], input[type="email"], input[type=password], input[type=tel], input[type=date], select, textarea,
footer .lft-bx div, .ft-lnk{font-size:20px;}*/

/*h1{font-size:46px;}
h2{font-size:40px;}
h3{font-size:36px;}*/ /* Page Title */
/*h4{font-size:30px;}*/ /* Section Title */
/*h5{font-size:26px;}*/ /* Sub Section Title */
/*h6{font-size:20px;}*/

.display-1{font-size:90px;}
.display-2{font-size:68px;}
.display-3{font-size:58px;}
.display-4{font-size:48px;}
.display-5{font-size:38px;}
.display-6{font-size:32px;}
/* close font sizes */

.sidebar .bar-menu{height:74px;}
.sidebar .bar-menu .fa {line-height:74px;}
/*.sidebar li a, .sidebar li a.collapsed.active{padding: 14px 10px;}*/
/*.sidebar li a,
.sidebar ul.list-sidebar:hover,
body.sidebarFixed aside .sidebar ul.list-sidebar{width: 266px;}*/
.pre-login-header{height:74px;}
nav.navbar{padding:10px 0;}
.bd-logo .navbar-brand{width:334px;}
#loginLi a{margin-top:0;}
footer{height:112px;}
}
fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed;
}
.progress-bar {
    background-color: #28a745;
}
.providerstatus-div {
    padding-left: 0px;
}
.fixed-bottom{
    z-index: 99999 !important;
}

@media screen and (min-width:320px) and (max-width: 600px){
.pre-login-header nav.navbar {
    margin-left: 8px;
}
}


/* Start CSS App Forms --- Jawad */
.App-forms {
    float: left;
    width: 100%;
}

    .App-forms select, .App-forms input[type="text"] {
        width: 100%;
    }

    .App-forms .row {
        margin-right: 0;
    }

    .App-forms .col-lg-1, .App-forms .col-lg-2, .App-forms .col-lg-3, .App-forms .col-lg-4, .App-forms .col-lg-5, .App-forms .col-md-6, .App-forms .col-lg-7, .App-forms .col-lg-8, .App-forms .col-lg-9, .App-forms .col-lg-10, .App-forms .col-lg-11, .App-forms .col-lg-12 {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .App-forms .date-range {
        width: 100%;
    }

.ON-btn input[type="button"] {
    margin-top: 1.4%;
}

.TicketForm-submit-btn {
    text-align: right;
}
.EscalationPortal-upload .dropzone {
    overflow-y: auto;
    overflow-x: hidden;
    height: 198px;
    padding: 20px !important;
    margin-bottom: 0 !important;
    border: 1px dashed rgba(0,0,0,0.3) !important;
    border-radius: 3px;
    display: flex;
}
.EscalationPortal-upload .dz-started {
    display: inherit;
}
    .EscalationPortal-upload .dz-message {
        margin: auto !important;
        align-items: center;
    }
.EscalationPortal-upload .dz-preview {
    margin: 0 10px 10px 0 !important;
    align-items: center;
}
/* End CSS App Forms --- Jawad */

/* Start App Filters css --- Jawad */
.App-filters {
    float: left;
    width: 100%;
}
    .App-filters label {
        float: left;
        width: 100%;
    }
.with-label {
    display: flex;
    align-items: end;
}

    .App-filters select, .App-filters input[type="text"] {
        background-position: right 10px top 14px !important;
        padding: 7px 20px 7px 10px !important;
        width: 100%;
    }

.App-filters .ms-options-wrap {
    height: auto;
    padding: 7px 20px 6px 10px !important
}

        .App-filters .ms-options-wrap > button {
            float: initial;
        }

    .App-filters .DC-DateSelector {
        width: 187px;
    }

    .App-filters .row {
        margin-right: 0;
    }

    .App-filters .col-lg-1, .App-filters .col-lg-2, .App-filters .col-lg-3, .App-filters .col-lg-4, .App-filters .col-lg-5, .App-filters .col-md-6, .App-filters .col-lg-7, .App-filters .col-lg-8, .App-filters .col-lg-9, .App-filters .col-lg-10, .App-filters .col-lg-11, .App-filters .col-lg-12 {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .App-filters .gac-btn {
        margin: 0 8px 0 0 !important;
    }

    .App-filters .DC-btn a {
        padding: 6px 10px 7px !important;
    }

    .App-filters .DC-btn input[type="button"] {
        padding: 6px 10px 7px !important;
    }

    .App-filters .date-range {
        width: 100%;
    }

.App-filters-mt-1 {
    margin-top: 0 !important;
}
.filters-col-position {
    position:relative;
    z-index:1;
}
.App-filters .ms-options ul {
    margin-top: 7px !important;
}
/* End App Filters css --- Jawad */

/* Start App Modal scroll css --- Jawad */
.App-Modal-scroll {
    overflow: auto;
    max-height: 410px;
    float: left;
    width: 100%;
}
/* End App Modal scroll css --- Jawad */

#QRCode #ManualKey {
   
}


/* Start App Steps CSS */
.App-steps .row {
    margin-right: 0;
}

    .App-steps .row .col {
        padding-right: 0;
        margin-bottom: 10px;
    }
        .App-steps .row .col > .disabledLI {
            opacity: inherit;
            pointer-events: none;
        }
.App-step {
    background-color: #f0f1f3;
    padding: 15px 0;
    border-radius: 4px;
    text-align: center;
}
.App-step a {
    text-decoration: none;
    color: #a8a8a8;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
        .App-step a > .circle {
            border-radius: 60px;
            background: #a8a8a8;
            color: #fff;
            text-align: center;
            margin-right: 2px;
            display: inline-block;
            font: inherit;
            border: none;
            padding: 3px 9px;
        }

.App-steps .row .col > .active {
    background-color: #3ab54a;
}
.App-steps .row .col > .active a {
    color:#fff;
}
    .App-steps .row .col > .active a .circle {
        background-color: #fff;
        color: #3ab54a;
    }
    /* End App Steps CSS */

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    visibility: hidden !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    visibility: hidden !important;
    display: none !important;
}
#goog-gt- {
    visibility: hidden !important;
    display: none !important;
}