 @charset "UTF-8";
/*!-----------------------------------------------------------------
  Project: Aithent Fraud Manager
  Author: Shiva
  Website: www.aithent.com  
  License: Copyright 2017.
-------------------------------------------------------------------*/

/* Table of Contents
??????????????????????????????????????????????????
- Fonts
- Base Element Styles
- Login
- Login Media Queries
- Add Employee
- Add Employee Media Queries
- Employees
- Employee
*/


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; 
  /* font-size:0.875rem !important; */
   font-size:1rem !important;
  color:#424242 !important;
  }

/* HTML5 default display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }


audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }


audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background adc-color from active links in IE 10.
 */
a {
  background-adc-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
.ui-grid-pager-control-input{
	 vertical-align: middle !important; 
	/* vertical-align: initial !important; */
} 
.ui-grid-pager-max-pages-number{
	border-bottom: none !important;
    text-decoration: none !important;
    height: 1.0rem;
    font-size: .75rem;
    /* vertical-align: -webkit-baseline-middle !important; */
     vertical-align: middle !important; 
} 
.ui-grid-pager-max-pages-number abbr[title] {
    border-bottom: none !important;
    text-decoration: none !important;
   /*  text-decoration: none !important;
    height: 1.0rem;
    font-size: .75rem;
    vertical-align: unset !important; */
}
    
.ui-grid-pager-count abbr[title] {
 border-bottom: none !important;
    text-decoration: none !important; }
 
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  adc-color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }


pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct adc-color not being inherited.
 *    Known issue: affects adc-color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  adc-color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `adc-color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }


optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-adc-collapse: adc-collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none; }
  ul:not(.browser-default) li {
    list-style-type: none; }

a {
  adc-color: #0080af;
  text-decoration: none !important;
  -webkit-tap-highlight-adc-color: transparent; }





@font-face {
font-family:"Segoe UI";
src: url('../fonts/Segoe/segoeui.eot');
src: url('../fonts/Segoe/segoeui.eot?#iefix') format('embedded-opentype'),
url('../fonts/Segoe/segoeui.ttf') format('truetype'),
url('../fonts/Segoe/segoeui.svg#SegoeUI') format('svg');
}

@font-face {
font-family:"Segoe UI Light";
src: url('../fonts/Segoe/segoeuil.eot');
src: url('../fonts/Segoe/segoeuil.eot?#iefix') format('embedded-opentype'),
url('../fonts/Segoe/segoeuil.ttf') format('truetype'),
url('../fonts/Segoe/segoeuil.svg#SegoeUI') format('svg');
}

@font-face {
   font-family: 'Segoe UI';
   src: url(../fonts/Segoe/Segoeui.ttf)format('truetype');
}

@font-face {
   font-family: 'Segoe UI Light';
   src: url(../fonts/Segoe/segoeuil.ttf)format('truetype');
}

html, body{
	
	font-family: 'Segoe UI', Calibri, sans-serif;
	font-size: 100%;
	letter-spacing:0.1px;
	font-weight:lighter;
	adc-color:4c4c4c;
}


/*******************
  Utility Classes
*******************/
.adc-hide {
  display: none !important; }

.adc-left-align {
  text-align: left; }

.adc-right-align {
  text-align: right; }

.adc-center, .center-align {
  text-align: center; }

.adc-left {
  float: left !important; }

.adc-right {
  float: right !important; }

i.adc-left {
    float: left;
    margin-right: 15px;
}

i.adc-right {
    float: left;
    margin-left: 15px;
}
  
/**************************************************************************
Picker
***************************************************************************/
.picker {
	position: fixed; }

.picker__weekday-display {
	background-adc-color: #0080af; }

.picker__date-display,
.picker__day--selected,
.picker--focused .picker__day--selected {
	background-adc-color: #00baef; }

.picker__nav--prev:hover, 
.picker__nav--next:hover {
	background: #ccffff; }

.picker__day.picker__day--today,
.picker__today,
.picker__close {
	adc-color: #00baef; }

button.picker__today:focus, 
button.picker__clear:focus, 
button.picker__close:focus {
	background-adc-color: #ccffff; }

/**************************************************************************
Responsive
***************************************************************************/
.lineHeight{
		line-height:1.2;
	}
.adc-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .adc-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .adc-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .adc-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .adc-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .adc-container {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .adc-container {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .adc-container {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .adc-container {
    width: 100%;
    max-width: 100%;
  }
}

.adc-container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .adc-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .adc-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .adc-sidebar1{width:25% !important; background-color:#fff;position:fixed!important;z-index:9999; top:64px; overflow:hidden; font-size:0.9rem;}
}

@media (min-width: 992px) {
  .adc-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .adc-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.adc-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .adc-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .adc-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .adc-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .adc-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .adc-col,
.no-gutters > [class*="adc-col-"] {
  padding-right: 0;
  padding-left: 0;
}

.adc-col-1, .adc-col-2, .adc-col-3, .adc-col-4, .adc-col-5, .adc-col-6, .adc-col-7, .adc-col-8, .adc-col-9, .adc-col-10, .adc-col-11, .adc-col-12, .adc-col, .adc-col-sm-1, .adc-col-sm-2, .adc-col-sm-3, .adc-col-sm-4, .adc-col-sm-5, .adc-col-sm-6, .adc-col-sm-7, .adc-col-sm-8, .adc-col-sm-9, .adc-col-sm-10, .adc-col-sm-11, .adc-col-sm-12, .adc-col-sm, .adc-col-md-1, .adc-col-md-2, .adc-col-md-3, .adc-col-md-4, .adc-col-md-5, .adc-col-md-6, .adc-col-md-7, .adc-col-md-8, .adc-col-md-9, .adc-col-md-10, .adc-col-md-11, .adc-col-md-12, .adc-col-md, .adc-col-lg-1, .adc-col-lg-2, .adc-col-lg-3, .adc-col-lg-4, .adc-col-lg-5, .adc-col-lg-6, .adc-col-lg-7, .adc-col-lg-8, .adc-col-lg-9, .adc-col-lg-10, .adc-col-lg-11, .adc-col-lg-12, .adc-col-lg, .adc-col-xl-1, .adc-col-xl-2, .adc-col-xl-3, .adc-col-xl-4, .adc-col-xl-5, .adc-col-xl-6, .adc-col-xl-7, .adc-col-xl-8, .adc-col-xl-9, .adc-col-xl-10, .adc-col-xl-11, .adc-col-xl-12, .adc-col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  
}

@media (min-width: 576px) {
  .adc-col-1, .adc-col-2, .adc-col-3, .adc-col-4, .adc-col-5, .adc-col-6, .adc-col-7, .adc-col-8, .adc-col-9, .adc-col-10, .adc-col-11, .adc-col-12, .adc-col, .adc-col-sm-1, .adc-col-sm-2, .adc-col-sm-3, .adc-col-sm-4, .adc-col-sm-5, .adc-col-sm-6, .adc-col-sm-7, .adc-col-sm-8, .adc-col-sm-9, .adc-col-sm-10, .adc-col-sm-11, .adc-col-sm-12, .adc-col-sm, .adc-col-md-1, .adc-col-md-2, .adc-col-md-3, .adc-col-md-4, .adc-col-md-5, .adc-col-md-6, .adc-col-md-7, .adc-col-md-8, .adc-col-md-9, .adc-col-md-10, .adc-col-md-11, .adc-col-md-12, .adc-col-md, .adc-col-lg-1, .adc-col-lg-2, .adc-col-lg-3, .adc-col-lg-4, .adc-col-lg-5, .adc-col-lg-6, .adc-col-lg-7, .adc-col-lg-8, .adc-col-lg-9, .adc-col-lg-10, .adc-col-lg-11, .adc-col-lg-12, .adc-col-lg, .adc-col-xl-1, .adc-col-xl-2, .adc-col-xl-3, .adc-col-xl-4, .adc-col-xl-5, .adc-col-xl-6, .adc-col-xl-7, .adc-col-xl-8, .adc-col-xl-9, .adc-col-xl-10, .adc-col-xl-11, .adc-col-xl-12, .adc-col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .adc-col-1, .adc-col-2, .adc-col-3, .adc-col-4, .adc-col-5, .adc-col-6, .adc-col-7, .adc-col-8, .adc-col-9, .adc-col-10, .adc-col-11, .adc-col-12, .adc-col, .adc-col-sm-1, .adc-col-sm-2, .adc-col-sm-3, .adc-col-sm-4, .adc-col-sm-5, .adc-col-sm-6, .adc-col-sm-7, .adc-col-sm-8, .adc-col-sm-9, .adc-col-sm-10, .adc-col-sm-11, .adc-col-sm-12, .adc-col-sm, .adc-col-md-1, .adc-col-md-2, .adc-col-md-3, .adc-col-md-4, .adc-col-md-5, .adc-col-md-6, .adc-col-md-7, .adc-col-md-8, .adc-col-md-9, .adc-col-md-10, .adc-col-md-11, .adc-col-md-12, .adc-col-md, .adc-col-lg-1, .adc-col-lg-2, .adc-col-lg-3, .adc-col-lg-4, .adc-col-lg-5, .adc-col-lg-6, .adc-col-lg-7, .adc-col-lg-8, .adc-col-lg-9, .adc-col-lg-10, .adc-col-lg-11, .adc-col-lg-12, .adc-col-lg, .adc-col-xl-1, .adc-col-xl-2, .adc-col-xl-3, .adc-col-xl-4, .adc-col-xl-5, .adc-col-xl-6, .adc-col-xl-7, .adc-col-xl-8, .adc-col-xl-9, .adc-col-xl-10, .adc-col-xl-11, .adc-col-xl-12, .adc-col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .adc-col-1, .adc-col-2, .adc-col-3, .adc-col-4, .adc-col-5, .adc-col-6, .adc-col-7, .adc-col-8, .adc-col-9, .adc-col-10, .adc-col-11, .adc-col-12, .adc-col, .adc-col-sm-1, .adc-col-sm-2, .adc-col-sm-3, .adc-col-sm-4, .adc-col-sm-5, .adc-col-sm-6, .adc-col-sm-7, .adc-col-sm-8, .adc-col-sm-9, .adc-col-sm-10, .adc-col-sm-11, .adc-col-sm-12, .adc-col-sm, .adc-col-md-1, .adc-col-md-2, .adc-col-md-3, .adc-col-md-4, .adc-col-md-5, .adc-col-md-6, .adc-col-md-7, .adc-col-md-8, .adc-col-md-9, .adc-col-md-10, .adc-col-md-11, .adc-col-md-12, .adc-col-md, .adc-col-lg-1, .adc-col-lg-2, .adc-col-lg-3, .adc-col-lg-4, .adc-col-lg-5, .adc-col-lg-6, .adc-col-lg-7, .adc-col-lg-8, .adc-col-lg-9, .adc-col-lg-10, .adc-col-lg-11, .adc-col-lg-12, .adc-col-lg, .adc-col-xl-1, .adc-col-xl-2, .adc-col-xl-3, .adc-col-xl-4, .adc-col-xl-5, .adc-col-xl-6, .adc-col-xl-7, .adc-col-xl-8, .adc-col-xl-9, .adc-col-xl-10, .adc-col-xl-11, .adc-col-xl-12, .adc-col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .adc-col-1, .adc-col-2, .adc-col-3, .adc-col-4, .adc-col-5, .adc-col-6, .adc-col-7, .adc-col-8, .adc-col-9, .adc-col-10, .adc-col-11, .adc-col-12, .adc-col, .adc-col-sm-1, .adc-col-sm-2, .adc-col-sm-3, .adc-col-sm-4, .adc-col-sm-5, .adc-col-sm-6, .adc-col-sm-7, .adc-col-sm-8, .adc-col-sm-9, .adc-col-sm-10, .adc-col-sm-11, .adc-col-sm-12, .adc-col-sm, .adc-col-md-1, .adc-col-md-2, .adc-col-md-3, .adc-col-md-4, .adc-col-md-5, .adc-col-md-6, .adc-col-md-7, .adc-col-md-8, .adc-col-md-9, .adc-col-md-10, .adc-col-md-11, .adc-col-md-12, .adc-col-md, .adc-col-lg-1, .adc-col-lg-2, .adc-col-lg-3, .adc-col-lg-4, .adc-col-lg-5, .adc-col-lg-6, .adc-col-lg-7, .adc-col-lg-8, .adc-col-lg-9, .adc-col-lg-10, .adc-col-lg-11, .adc-col-lg-12, .adc-col-lg, .adc-col-xl-1, .adc-col-xl-2, .adc-col-xl-3, .adc-col-xl-4, .adc-col-xl-5, .adc-col-xl-6, .adc-col-xl-7, .adc-col-xl-8, .adc-col-xl-9, .adc-col-xl-10, .adc-col-xl-11, .adc-col-xl-12, .adc-col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.adc-col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.adc-col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.adc-col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.adc-col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.adc-col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.adc-col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.adc-col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.adc-col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.adc-col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.adc-col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.adc-col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.adc-col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.adc-col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.adc-col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.adc-pull-0 {
  right: auto;
}

.adc-pull-1 {
  right: 8.333333%;
}

.adc-pull-2 {
  right: 16.666667%;
}

.adc-pull-3 {
  right: 25%;
}

.adc-pull-4 {
  right: 33.333333%;
}

.adc-pull-5 {
  right: 41.666667%;
}

.adc-pull-6 {
  right: 50%;
}

.adc-pull-7 {
  right: 58.333333%;
}

.adc-pull-8 {
  right: 66.666667%;
}

.adc-pull-9 {
  right: 75%;
}

.adc-pull-10 {
  right: 83.333333%;
}

.adc-pull-11 {
  right: 91.666667%;
}

.adc-pull-12 {
  right: 100%;
}

.adc-push-0 {
  left: auto;
}

.adc-push-1 {
  left: 8.333333%;
}

.adc-push-2 {
  left: 16.666667%;
}

.adc-push-3 {
  left: 25%;
}

.adc-push-4 {
  left: 33.333333%;
}

.adc-push-5 {
  left: 41.666667%;
}

.adc-push-6 {
  left: 50%;
}

.adc-push-7 {
  left: 58.333333%;
}

.adc-push-8 {
  left: 66.666667%;
}

.adc-push-9 {
  left: 75%;
}

.adc-push-10 {
  left: 83.333333%;
}

.adc-push-11 {
  left: 91.666667%;
}

.adc-push-12 {
  left: 100%;
}

.adc-offset-1 {
  margin-left: 8.333333% !important;
}

.adc-offset-2 {
  margin-left: 16.666667% !important;
}

.adc-offset-3 {
  margin-left: 25% !important;
}

.adc-offset-4 {
  margin-left: 33.333333% !important;
}

.adc-offset-5 {
  margin-left: 41.666667% !important;
}

.adc-offset-6 {
  margin-left: 50% !important;
}

.adc-offset-7 {
  margin-left: 58.333333%;
}

.adc-offset-8 {
  margin-left: 66.666667%;
}

.adc-offset-9 {
  margin-left: 75%;
}

.adc-offset-10 {
  margin-left: 83.333333%;
}

.adc-offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.adc-sidebar1{
		width:100%;
		background:#ffffff !important;
	}
  .adc-col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .adc-col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .adc-col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .adc-col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .adc-col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .adc-col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .adc-col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .adc-col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .adc-col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .adc-col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .adc-col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .adc-col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .adc-col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .adc-col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .adc-pull-sm-0 {
    right: auto;
  }
  .adc-pull-sm-1 {
    right: 8.333333%;
  }
  .adc-pull-sm-2 {
    right: 16.666667%;
  }
  .adc-pull-sm-3 {
    right: 25%;
  }
  .adc-pull-sm-4 {
    right: 33.333333%;
  }
  .adc-pull-sm-5 {
    right: 41.666667%;
  }
  .adc-pull-sm-6 {
    right: 50%;
  }
  .adc-pull-sm-7 {
    right: 58.333333%;
  }
  .adc-pull-sm-8 {
    right: 66.666667%;
  }
  .adc-pull-sm-9 {
    right: 75%;
  }
  .adc-pull-sm-10 {
    right: 83.333333%;
  }
  .adc-pull-sm-11 {
    right: 91.666667%;
  }
  .adc-pull-sm-12 {
    right: 100%;
  }
  .adc-push-sm-0 {
    left: auto;
  }
  .adc-push-sm-1 {
    left: 8.333333%;
  }
  .adc-push-sm-2 {
    left: 16.666667%;
  }
  .adc-push-sm-3 {
    left: 25%;
  }
  .adc-push-sm-4 {
    left: 33.333333%;
  }
  .adc-push-sm-5 {
    left: 41.666667%;
  }
  .adc-push-sm-6 {
    left: 50%;
  }
  .adc-push-sm-7 {
    left: 58.333333%;
  }
  .adc-push-sm-8 {
    left: 66.666667%;
  }
  .adc-push-sm-9 {
    left: 75%;
  }
  .adc-push-sm-10 {
    left: 83.333333%;
  }
  .adc-push-sm-11 {
    left: 91.666667%;
  }
  .adc-push-sm-12 {
    left: 100%;
  }
  .adc-offset-sm-0 {
    margin-left: 0%;
  }
  .adc-offset-sm-1 {
    margin-left: 8.333333%;
  }
  .adc-offset-sm-2 {
    margin-left: 16.666667%;
  }
  .adc-offset-sm-3 {
    margin-left: 25%;
  }
  .adc-offset-sm-4 {
    margin-left: 33.333333%;
  }
  .adc-offset-sm-5 {
    margin-left: 41.666667%;
  }
  .adc-offset-sm-6 {
    margin-left: 50%;
  }
  .adc-offset-sm-7 {
    margin-left: 58.333333%;
  }
  .adc-offset-sm-8 {
    margin-left: 66.666667%;
  }
  .adc-offset-sm-9 {
    margin-left: 75%;
  }
  .adc-offset-sm-10 {
    margin-left: 83.333333%;
  }
  .adc-offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
	.adc-sidebar1{
		width:100%;
	}
	
  .adc-col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .adc-col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .adc-col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .adc-col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .adc-col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .adc-col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .adc-col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .adc-col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .adc-col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .adc-col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .adc-col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .adc-col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .adc-col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .adc-col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .adc-pull-md-0 {
    right: auto;
  }
  .adc-pull-md-1 {
    right: 8.333333%;
  }
  .adc-pull-md-2 {
    right: 16.666667%;
  }
  .adc-pull-md-3 {
    right: 25%;
  }
  .adc-pull-md-4 {
    right: 33.333333%;
  }
  .adc-pull-md-5 {
    right: 41.666667%;
  }
  .adc-pull-md-6 {
    right: 50%;
  }
  .adc-pull-md-7 {
    right: 58.333333%;
  }
  .adc-pull-md-8 {
    right: 66.666667%;
  }
  .adc-pull-md-9 {
    right: 75%;
  }
  .adc-pull-md-10 {
    right: 83.333333%;
  }
  .adc-pull-md-11 {
    right: 91.666667%;
  }
  .adc-pull-md-12 {
    right: 100%;
  }
  .adc-push-md-0 {
    left: auto;
  }
  .adc-push-md-1 {
    left: 8.333333%;
  }
  .adc-push-md-2 {
    left: 16.666667%;
  }
  .adc-push-md-3 {
    left: 25%;
  }
  .adc-push-md-4 {
    left: 33.333333%;
  }
  .adc-push-md-5 {
    left: 41.666667%;
  }
  .adc-push-md-6 {
    left: 50%;
  }
  .adc-push-md-7 {
    left: 58.333333%;
  }
  .adc-push-md-8 {
    left: 66.666667%;
  }
  .adc-push-md-9 {
    left: 75%;
  }
  .adc-push-md-10 {
    left: 83.333333%;
  }
  .adc-push-md-11 {
    left: 91.666667%;
  }
  .adc-push-md-12 {
    left: 100%;
  }
  .adc-offset-md-0 {
    margin-left: 0%;
  }
  .adc-offset-md-1 {
    margin-left: 8.333333%;
  }
  .adc-offset-md-2 {
    margin-left: 16.666667%;
  }
  .adc-offset-md-3 {
    margin-left: 25%;
  }
  .adc-offset-md-4 {
    margin-left: 33.333333%;
  }
  .adc-offset-md-5 {
    margin-left: 41.666667%;
  }
  .adc-offset-md-6 {
    margin-left: 50%;
  }
  .adc-offset-md-7 {
    margin-left: 58.333333%;
  }
  .adc-offset-md-8 {
    margin-left: 66.666667%;
  }
  .adc-offset-md-9 {
    margin-left: 75%;
  }
  .adc-offset-md-10 {
    margin-left: 83.333333%;
  }
  .adc-offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .adc-col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .adc-col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .adc-col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .adc-col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .adc-col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .adc-col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .adc-col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .adc-col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .adc-col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .adc-col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .adc-col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .adc-col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .adc-col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .adc-col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .adc-pull-lg-0 {
    right: auto;
  }
  .adc-pull-lg-1 {
    right: 8.333333%;
  }
  .adc-pull-lg-2 {
    right: 16.666667%;
  }
  .adc-pull-lg-3 {
    right: 25%;
  }
  .adc-pull-lg-4 {
    right: 33.333333%;
  }
  .adc-pull-lg-5 {
    right: 41.666667%;
  }
  .adc-pull-lg-6 {
    right: 50%;
  }
  .adc-pull-lg-7 {
    right: 58.333333%;
  }
  .adc-pull-lg-8 {
    right: 66.666667%;
  }
  .adc-pull-lg-9 {
    right: 75%;
  }
  .adc-pull-lg-10 {
    right: 83.333333%;
  }
  .adc-pull-lg-11 {
    right: 91.666667%;
  }
  .adc-pull-lg-12 {
    right: 100%;
  }
  .adc-push-lg-0 {
    left: auto;
  }
  .adc-push-lg-1 {
    left: 8.333333%;
  }
  .adc-push-lg-2 {
    left: 16.666667%;
  }
  .adc-push-lg-3 {
    left: 25%;
  }
  .adc-push-lg-4 {
    left: 33.333333%;
  }
  .adc-push-lg-5 {
    left: 41.666667%;
  }
  .adc-push-lg-6 {
    left: 50%;
  }
  .adc-push-lg-7 {
    left: 58.333333%;
  }
  .adc-push-lg-8 {
    left: 66.666667%;
  }
  .adc-push-lg-9 {
    left: 75%;
  }
  .adc-push-lg-10 {
    left: 83.333333%;
  }
  .adc-push-lg-11 {
    left: 91.666667%;
  }
  .adc-push-lg-12 {
    left: 100%;
  }
  .adc-offset-lg-0 {
    margin-left: 0%;
  }
  .adc-offset-lg-1 {
    margin-left: 8.333333%;
  }
  .adc-offset-lg-2 {
    margin-left: 16.666667%;
  }
  .adc-offset-lg-3 {
    margin-left: 25%;
  }
  .adc-offset-lg-4 {
    margin-left: 33.333333%;
  }
  .adc-offset-lg-5 {
    margin-left: 41.666667%;
  }
  .adc-offset-lg-6 {
    margin-left: 50%;
  }
  .adc-offset-lg-7 {
    margin-left: 58.333333%;
  }
  .adc-offset-lg-8 {
    margin-left: 66.666667%;
  }
  .adc-offset-lg-9 {
    margin-left: 75%;
  }
  .adc-offset-lg-10 {
    margin-left: 83.333333%;
  }
  .adc-offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .adc-col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .adc-col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .adc-col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .adc-col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .adc-col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .adc-col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .adc-col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .adc-col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .adc-col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .adc-col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .adc-col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .adc-col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .adc-col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .adc-col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .adc-pull-xl-0 {
    right: auto;
  }
  .adc-pull-xl-1 {
    right: 8.333333%;
  }
  .adc-pull-xl-2 {
    right: 16.666667%;
  }
  .adc-pull-xl-3 {
    right: 25%;
  }
  .adc-pull-xl-4 {
    right: 33.333333%;
  }
  .adc-pull-xl-5 {
    right: 41.666667%;
  }
  .adc-pull-xl-6 {
    right: 50%;
  }
  .adc-pull-xl-7 {
    right: 58.333333%;
  }
  .adc-pull-xl-8 {
    right: 66.666667%;
  }
  .adc-pull-xl-9 {
    right: 75%;
  }
  .adc-pull-xl-10 {
    right: 83.333333%;
  }
  .adc-pull-xl-11 {
    right: 91.666667%;
  }
  .adc-pull-xl-12 {
    right: 100%;
  }
  .adc-push-xl-0 {
    left: auto;
  }
  .adc-push-xl-1 {
    left: 8.333333%;
  }
  .adc-push-xl-2 {
    left: 16.666667%;
  }
  .adc-push-xl-3 {
    left: 25%;
  }
  .adc-push-xl-4 {
    left: 33.333333%;
  }
  .adc-push-xl-5 {
    left: 41.666667%;
  }
  .adc-push-xl-6 {
    left: 50%;
  }
  .adc-push-xl-7 {
    left: 58.333333%;
  }
  .adc-push-xl-8 {
    left: 66.666667%;
  }
  .adc-push-xl-9 {
    left: 75%;
  }
  .adc-push-xl-10 {
    left: 83.333333%;
  }
  .adc-push-xl-11 {
    left: 91.666667%;
  }
  .adc-push-xl-12 {
    left: 100%;
  }
  .adc-offset-xl-0 {
    margin-left: 0%;
  }
  .adc-offset-xl-1 {
    margin-left: 8.333333%;
  }
  .adc-offset-xl-2 {
    margin-left: 16.666667%;
  }
  .adc-offset-xl-3 {
    margin-left: 25%;
  }
  .adc-offset-xl-4 {
    margin-left: 33.333333%;
  }
  .adc-offset-xl-5 {
    margin-left: 41.666667%;
  }
  .adc-offset-xl-6 {
    margin-left: 50%;
  }
  .adc-offset-xl-7 {
    margin-left: 58.333333%;
  }
  .adc-offset-xl-8 {
    margin-left: 66.666667%;
  }
  .adc-offset-xl-9 {
    margin-left: 75%;
  }
  .adc-offset-xl-10 {
    margin-left: 83.333333%;
  }
  .adc-offset-xl-11 {
    margin-left: 91.666667%;
  }
}


/*Label*/
label {
  font-size: 0.8rem;
  font-weight:normal;
}



/*== Breadcrum==*/

.page-breadcrumb .breadcrumb {
    float: left;
    background: transparent;
    padding: 0px;
    margin: -10px 0 -15px  !important;
	
}

.page-breadcrumb ol.breadcrumb {
    margin: 0px;
}

.page-breadcrumb ol.breadcrumb li {
    
	display: inline !important;
}

.page-breadcrumb ol.breadcrumb li a {
    font-size: 13px;
    color: #90999c;
}

.page-breadcrumb ol.breadcrumb li.active {
    font-size: 18px;
    color: #424242 !important;
}

.page-breadcrumb ul {
    margin: 0px;
}

.page-breadcrumb ul li {
    float: left;
    display: inline !important;
}

.page-breadcrumb ul li a {
    font-size: 13px;
    color: #90999c;
	display: inline !important;
}

.breadcrumb-dr{
	font-size:15px; margin:0 5px
	
}


/*Adc width*/
.adc-width-100{
	width: 100vw !important;
	
}

.adc-width-40{
	width: 40% !important;
	
}
.adc-width-95{
	width: 95% !important;
	
}
.adc-cl-white{
	color:#ffffff;
	
}

.adc-afm-ml-70 {
    margin-left: 70px;
}
.page-title {
    background: #ffffff none repeat scroll 0 0;
    /* border-bottom: 1px solid #d6dadf; */
  /*   padding: 15px 20px 10px; */
	margin-bottom:5px;
}

/* right side language menu */

.adc-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:9999; top:0; overflow:hidden; font-size:0.9rem;}
.adc-sidebar1{	
		background:#ffffff !important;
	}
.adc-sidebar1 h4{
	font-size:1.3rem; padding:5px 15px;
}


.adc-sidebar h5{
	font-size:1.8rem; padding:5px 15px; color:#757575;
}

.adc-sidebar1 h5{
	font-size:1.8rem; padding:5px 15px; color:#757575;
}

.adc-sidebar label{
	font-size:0.9rem !important;
}

.bg-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.adc-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}

.bar-block .bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;outline:none;white-space:normal;float:none; font-size:0.5rem; }

.adc-bgnone{
	background:transparent; border:none;
	padding:0px 9px;
}

.adc-bgnone:hover{
	background-color: rgba(0, 0, 0, 0.1); border:none;
}

.adc-bgnone:active{
	background:none; border:none;
}

.adc-bgnone button{
	background:transparent;
}

.adc-bgnone button:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

.adc-cl-rght{
	background:transparent; border:none;
	padding:5px;
	right:0;
	position:absolute;
	
}

.adc-cl-rght:active{
	background:transparent; border:none;
	
	
}

/*Adc-radio*/
	/*Material Radio*/	
.mdc-radio__inner-circle {
    /* @alternate */
	background-color: red;
	}

.mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle {
  /* @alternate */
	background-color: #00baef;
	-webkit-transition: background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1); 
}

.adc-mt-10{
margin-top:10px !important;
}

.adc-mt-20{
	margin-top:20px !important;	
}

.adc-btn-center{
	width: 100%;
	height: auto;	
	display: flex;
	align-items: center;
	justify-content: center;
}



.adc-footer {
    height: 44px;
    padding: 10px 30px;
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
	margin:50px 0 0;
	font-size:0.9rem;
	position:fixed;
	bottom:0;
	width:100%;
	z-index:99999;
}

.adc-footer-legal {
    float: left;
}

.adc-footer-right {
    float: right;
}

.main-container{
	margin-bottom:100px;
}

.adc-header-actions {
    margin: auto;
    position: absolute;
    right: 5px;
    top: 15px;
    transform: translateY(-50%);
}

 .gridbutton .ui-grid-cell-contents {  
    border: 1px solid;
    margin: 0px auto;
    text-align: center;
     background-color: #00baef;
    width: 75%;
    color: white;
    padding: 2px 5px;
    cursor: pointer;
    }

	
	
/***************************************************************
AITHENT COLOR BACKGROUND
****************************************************************/
.aith-bg-green{
	background:#63b934;
}

.aith-bg-red{
	background:#b63229;
}

.aith-bg-purple{
	background:#3b1660;
}

.aith-bg-orange{
	background:#da7e22;
}

.aith-bg-blue{
	background:#6ea5b3;
}

.aith-bg-yellow{
	background:#efde5d;
}


/***************************************************************
AITHENT COLOR FONTS
****************************************************************/
.aith-cl-green{
	color:#63b934;
}

.aith-cl-red{
	color:#b63229;
}

.aith-cl-purple{
	color:#3b1660;
}

.aith-cl-orange{
	color:#da7e22;
}

.aith-cl-blue{
	color:#6ea5b3;
}

.aith-cl-yellow{
	color:#efde5d;
}

.adc-cl-red{
	color:red;
}

/******************************************************************
ADC WIDTH
******************************************************************/
.adc-w10 {
    width: 10px !important;
}
.adc-w15 {
    width: 15px !important;
}
.adc-w20 {
    width: 20px !important;
}
.adc-w25 {
    width: 25px !important;
}
.adc-w30 {
    width: 30px !important;
}
.adc-w35 {
    width: 35px !important;
}
.adc-w40 {
    width: 40px !important;
}
.adc-w45 {
    width: 45px !important;
}

.adc-w50 {
    width: 50px !important;
}

.adc-w100 {
    width: 100px
}
.adc-w150 {
    width: 150px
}
.adc-w200 {
    width: 200px
}
.adc-w250 {
    width: 250px
}
.adc-w300 {
    width: 300px
}
.adc-w350 {
    width: 350px
}
.adc-w400 {
    width: 400px
}
.adc-w450 {
    width: 450px
}
.adc-w500 {
    width: 500px
}
/******************************************************************
ADC POSITION
******************************************************************/
.adc-relative {
    position: relative
}
.adc-absolute {
    position: absolute
}
.adc-fixed {
    position: fixed !important;
}

.adc-lt {
    left: 0
}
.adc-bt {
    bottom: 0
}
.adc-tp {
    top: 0
}
.adc-rt{
	right:0
}

.adc-fl{
	float:left !important;
}
.adc-fr{
	float:right !important;
}
.adc-t-al{
	text-align:left !important;
}
.adc-t-ar{
	text-align:right !important;
}
.adc-t-ac{
	text-align:center !important;
}

/******************************************************************
ZERO VALUE
******************************************************************/
.adc-m-0{
	margin:0 !important;
}

.adc-p-0{
	padding:0 !important;
}


/******************************************************************
ADC MARGIN TOP PLUS 
******************************************************************/
.adc-mt0 {
    margin-top: 0px !important;
}
.adc-mt1 {
    margin-top: 1px !important;
}
.adc-mt2 {
    margin-top: 2px !important;
}
.adc-mt3 {
    margin-top: 3px !important;
}
.adc-mt4 {
    margin-top: 4px !important;
}
.adc-mt5 {
    margin-top: 5px !important;
}
.adc-mt10 {
    margin-top: 10px !important;
}
.adc-mt15 {
    margin-top: 15px !important;
}
.adc-mt18 {
    margin-top: 18px !important;
}
.adc-mt20 {
    margin-top: 20px !important;
}
.adc-mt25 {
    margin-top: 25px !important;
}
.adc-mt27 {
    margin-top: 27px !important;
}

.adc-mt30 {
    margin-top: 30px !important;
}
.adc-mt35 {
    margin-top: 35px !important;
}
.adc-mt40 {
    margin-top: 40px !important;
}
.adc-mt45 {
    margin-top: 45px !important;
}
.adc-mt50 {
    margin-top: 50px !important;
}

/******************************************************************
ADC MARGIN TOP MINUS
******************************************************************/
.adc-mt-2 {
    margin-top: -2px !important;
}
.adc-mt-5 {
    margin-top: -3px !important;
}
.adc-mt-8 {
    margin-top: -8px !important;
}
.adc-mt-10 {
    margin-top: -10px !important;
}
.adc-mt-14 {
    margin-top: -14px !important;
}
.adc-mt-15 {
    margin-top: -15px !important;
}

.adc-mt-18 {
    margin-top: -18px !important;
}

.adc-mt-20 {
    margin-top: -20px !important;
}
.adc-mt-25 {
    margin-top: -25px !important;
}
.adc-mt-30 {
    margin-top: -30px !important;
}
.adc-mt-35 {
    margin-top: -35px !important;
}
.adc-mt-40 {
    margin-top: -40px !important;
}
.adc-mt-45 {
    margin-top: -45px !important;
}
.adc-mt-50 {
    margin-top: -50px !important;
}

/******************************************************************
ADC MARGIN RIGHT PLUS
******************************************************************/
.adc-mr3 {
    margin-right: 3px !important;
}
.adc-mr5 {
    margin-right: 5px !important;
}
.adc-mr10 {
    margin-right: 10px !important;
}
.adc-mr15 {
    margin-right: 15px !important;
}
.adc-mr20 {
    margin-right: 20px !important;
}
.adc-mr25 {
    margin-right: 25px !important;
}
.adc-mr30 {
    margin-right: 30px !important;
}
.adc-mr35 {
    margin-right: 35px !important;
}
.adc-mr40 {
    margin-right: 40px !important;
}
.adc-mr45 {
    margin-right: 45px !important;
}
.adc-mr50 {
    margin-right: 50px !important;
}

/******************************************************************
ADC MARGIN RIGHT MINUS
******************************************************************/
.adc-mr-5 {
    margin-right: -5px !important;
}
.adc-mr-10 {
    margin-right: -10px !important;
}
.adc-mr-15 {
    margin-right: -15px !important;
}
.adc-mr-20 {
    margin-right: -20px !important;
}
.adc-mr-25 {
    margin-right: -25px !important;
}
.adc-mr-30 {
    margin-right: -30px !important;
}
.adc-mr-35 {
    margin-right: -35px !important;
}
.adc-mr-40 {
    margin-right: -40px !important;
}
.adc-mr-45 {
    margin-right: -45px !important;
}
.adc-mr-50 {
    margin-right: -50px !important;
}
.adc-mr-60 {
    margin-right: -60px !important;
}
/******************************************************************
ADC MARGIN BOTTOM PLUS
******************************************************************/
.adc-mb5 {
    margin-bottom: 5px !important;
}
.adc-mb10 {
    margin-bottom: 10px !important;
}
.adc-mb15 {
    margin-bottom: 15px !important;
}
.adc-mb20 {
    margin-bottom: 20px !important;
}
.adc-mb25 {
    margin-bottom: 25px !important;
}
.adc-mb30 {
    margin-bottom: 30px !important;
}
.adc-mb35 {
    margin-bottom: 35px !important;
}
.adc-mb40 {
    margin-bottom: 40px !important;
}
.adc-mb45 {
    margin-bottom: 45px !important;
}
.adc-mb50 {
    margin-bottom: 50px !important;
}

/******************************************************************
ADC MARGIN BOTTOM MINUS
******************************************************************/
.adc-mb-5 {
    margin-bottom: -5px !important;
}
.adc-mb-10 {
    margin-bottom: -10px !important;
}
.adc-mb-15 {
    margin-bottom: -15px !important;
}
.adc-mb-20 {
    margin-bottom: -20px !important;
}
.adc-mb-25 {
    margin-bottom: -25px !important;
}
.adc-mb-30 {
    margin-bottom: -30px !important;
}
.adc-mb-35 {
    margin-bottom: -35px !important;
}
.adc-mb-40 {
    margin-bottom: -40px !important;
}
.adc-mb-45 {
    margin-bottom: -45px !important;
}
.adc-mb-50 {
    margin-bottom: -50px !important;
}

/******************************************************************
ADC MARGIN LEFT PLUS
******************************************************************/
.adc-ml5 {
    margin-left: 5px !important;
}
.adc-ml10 {
    margin-left: 10px !important;
}
.adc-ml15 {
    margin-left: 15px !important;
}
.adc-ml20 {
    margin-left: 20px !important;
}
.adc-ml25 {
    margin-left: 25px !important;
}
.adc-ml30 {
    margin-left: 30px !important;
}
.adc-ml35 {
    margin-left: 35px !important;
}
.adc-ml40 {
    margin-left: 40px !important;
}
.adc-ml45 {
    margin-left: 45px !important;
}
.adc-ml50 {
    margin-left: 50px !important;
}
.adc-ml60 {
    margin-left: 60px !important;
}

/******************************************************************
ADC MARGIN LEFT MINUS
******************************************************************/
.adc-ml-5 {
    margin-left: -5px !important;
}
.adc-ml-10 {
    margin-left: -10px !important;
}
.adc-ml-15 {
    margin-left: -15px !important;
}
.adc-ml-20 {
    margin-left: -20px !important;
}
.adc-ml-25 {
    margin-left: -25px !important;
}
.adc-ml-30 {
    margin-left: -30px !important;
}
.adc-ml-35 {
    margin-left: -35px !important;
}
.adc-ml-40 {
    margin-left: -40px !important;
}
.adc-ml-45 {
    margin-left: -45px !important;
}
.adc-ml-50 {
    margin-left: -50px !important;
}
.adc-ml-60 {
    margin-left: -60px !important;
}
.adc-ml-65 {
    margin-left: -65px !important;
}


/******************************************************************
ADC PADDING TOP PLUS
******************************************************************/
.adc-pt3 {
    padding-top: 3px !important;
}
.adc-pt4 {
    padding-top: 4px !important;
}
.adc-pt5 {
    padding-top: 5px !important;
}
.adc-pt-7 {
    padding-top: 7px !important;
}
.adc-pt-8 {
    padding-top: 8px !important;
}

.adc-pt10 {
    padding-top: 10px !important;
}
.adc-pt15 {
    padding-top: 15px !important;
}
.adc-pt18 {
    padding-top: 18px !important;
}
.adc-pt20 {
    padding-top: 20px !important;
}
.adc-pt25 {
    padding-top: 25px !important;
}
.adc-pt30 {
    padding-top: 30px !important;
}
.adc-pt35 {
    padding-top: 35px !important;
}
.adc-pt40 {
    padding-top: 40px !important;
}
.adc-pt45 {
    padding-top: 45px !important;
}
.adc-pt50 {
    padding-top: 50px !important;
}

/******************************************************************
ADC PADDING RIGHT PLUS
******************************************************************/
.adc-pr5 {
    padding-right: 5px !important;
}
.adc-pr10 {
    padding-right: 10px !important;
}
.adc-pr15 {
    padding-right: 15px !important;
}
.adc-pr20 {
    padding-right: 20px !important;
}
.adc-pr25 {
    padding-right: 25px !important;
}
.adc-pr30 {
    padding-right: 30px !important;
}
.adc-pr35 {
    padding-right: 35px !important;
}
.adc-pr40 {
    padding-right: 40px !important;
}
.adc-pr45 {
    padding-right: 45px !important;
}
.adc-pr50 {
    padding-right: 50px !important;
}

/******************************************************************
ADC PADDING BOTTOM PLUS
******************************************************************/
.adc-pb5 {
    padding-bottom: 5px !important;
}

.adc-pb8 {
    padding-bottom: 8px !important;
}

.adc-pb10 {
    padding-bottom: 10px !important;
}
.adc-pb15 {
    padding-bottom: 15px !important;
}
.adc-pb20 {
    padding-bottom: 20px !important;
}
.adc-pb25 {
    padding-bottom: 25px !important;
}
.adc-pb30 {
    padding-bottom: 30px !important;
}
.adc-pb35 {
    padding-bottom: 35px !important;
}
.adc-pb40 {
    padding-bottom: 40px !important;
}
.adc-pb45 {
    padding-bottom: 45px !important;
}
.adc-pb50 {
    padding-bottom: 50px !important;
}
.adc-pb55 {
    padding-bottom: 55px !important;
}

/******************************************************************
ADC PADDING LEFT PLUS
******************************************************************/
.adc-pl5 {
    padding-left: 5px !important;
}
.adc-pl7{
    padding-left: 7px !important;
}
.adc-pl10 {
    padding-left: 10px !important;
}
.adc-pl15 {
    padding-left: 15px !important;
}
.adc-pl20 {
    padding-left: 20px !important;
}
.adc-pl25 {
    padding-left: 25px !important;
}
.adc-pl30 {
    padding-left: 30px !important;
}
.adc-pl35 {
    padding-left: 35px !important;
}
.adc-pl40 {
    padding-left: 40px !important;
}
.adc-pl45 {
    padding-left: 45px !important;
}
.adc-pl50 {
    padding-left: 50px !important;
}

.adc-pl-l5 {
    padding-left: -15px !important;
}
/******************************************************************
ADC PADDING
******************************************************************/
.adc-pd0 {
    padding: 0px !important;
}

.adc-pd5 {
    padding: 5px !important;
}


.adc-pd10 {
    padding: 10px !important;
}
.adc-pd15 {
    padding: 15px !important;
}
.adc-pd20 {
    padding: 20px !important;
}
.adc-pd25 {
    padding: 25px !important;
}

.adc-m0{
	margin:0 !important;
}


.adc-show{
	display:block !important;
}


	
	
#pageTitle{
	display:none;
}

.grid_container{ 	
	width:98%;
	margin: 0px auto; 
}

.panel-body > .grid_container{ 	
	width:96.9% !important;
	margin: -2px auto; 
}

.panel-body > .ui-grid {
  
  border-left: none !important;
  border-right: none !important;
  
}


.panel-body {
    padding: 0px;
   
}	

 .panelMinheight{
   min-height: 320px !important;
 }
.panelControl{
	min-height: 26px !important; 
}
.panelControl i{
	/* margin-top: 4px !important; */
	margin-top: 0px !important;
    position: relative;
    bottom: -4px;
}
.adc-odd{
	/* background:#ffffff !important; */
	margin: 0 -15px;
	padding:0 15px;
	border-bottom:1px solid #d4d4d4;
}

.adc-even{
	/* background:#f3f3f3 !important; */
	margin: 0 -15px;
	padding:0 15px;
	border-bottom:1px solid #d4d4d4;
	background:#f3f3f3;
}

.panellabel{
	color:#424242 !important;
	/* font-size:0.8rem !important; */
	font-size:0.75rem !important;
	font-weight:400 !important;
	
}

.paneldata{
	color:#000000 !important;
	/* font-size:0.95rem !important; */
	font-size:.9rem !important; 
	font-weight:500 !important;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
}

.paneldatahover{
	/* font-size:0.95rem !important; */
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    
}
.ui-grid-filter-container input{
	height:2rem;
}

.divBorder{
	border:1px solid #d3d3d3;
}
.clean10{
	clear:both;
	width:100%;
	height:10px;
}
.dashboardButton{
	margin-right:10px !important;
	padding: 3px 10px !important;
	font-size: 0.8rem;
	box-shadow:none !important;
	border:1px solid #0697c1 !important;
}

.AddButton, .EditButton {
	padding: 5px 20px !important;
}

.caseTitleLabel{
	font-style: italic !important;
}

.spaceClass{
	margin: 0 10px !important;
}

.adc-header-actions-set {
    margin: auto;
    position: absolute;
    right: 0px;
    top: 9px;
    

}

/* #innercontainer{
	width: 99.99%;
	margin: 0 auto;
}
 */
label {
    margin: 3px 0 0px !important;
}

.sidebar-header{
	color: #fff; margin-top: -3px; font-size: 18px; font-weight: normal; padding: 0 15px;	
}

.panel {
    border-radius: 0px;
        
}


/******************************************************************
ADC FONT
******************************************************************/ 
.adc-fw700{
	font-weight:700 !important;
}



::-ms-clear {
	display:none;
;}

::-ms-reveal {
    display: none;
}

.adc-text-field{
	margin:20px 0 0px;/* IE8, IE9 above */
	
}

.select-dropdown > ul{
	top:0px !important;
}
.adc-panel-height80vh{
	height: calc(80vh);
}
.dashlink{
    	margin-top:-1px;
    }
/*******************************************************?
Projector Resolutions starts
/*******************************************************/

@media (min-width: 1023px) and (max-width: 1024px){  
  
	nav ul a {	
		font-size: 1.2rem !important;	
	}
	.srch-fld1 {
		width: 25% !important;
	}

	body{
		font-size: 1.0rem !important;
	}
	.selectpicker {
		width: 50% !important; 
	}
	.panellabel{		
		font-size: 1.0rem !important;		
	}
	
	.paneldata, .dashboardButton, .btn {		
		font-size: 1.1rem !important;		
	}
	
}



@media (min-width: 1200px) and (max-width: 1280px){  
	.lineHeight{
		line-height:1.0;
	} 
	.dropdown-content {
	    max-height: 215px !important;
	} 
	nav ul a {	
		/* font-size: 1.2rem !important; */
		font-size: 1.0rem !important;		
	}
	.page-title {
      margin: 15px 0 !important;
	}
	.srch-fld1 {
		width: 30% !important;
	}

	body{
		font-size: 1.0rem !important;
	}
	.selectpicker {
		width: 50% !important; 
	}
	.panellabel{		
		font-size: 1.0rem !important;		
	}
	
	.paneldata, .dashboardButton, .btn {		
		font-size: 1.1rem !important;		
	}
	.dashlink{
    	margin-top:-2px;
    }
	
}

/*******************************************************?
Projector Resolutions ends
/*******************************************************/
