
/************ DEFAULT STARTS  ********************/

/*scrollbar code*/

::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #eaf4fb;
border-radius:50px;
}
::-webkit-scrollbar-thumb {
background-color: #8cbaff ;
border-radius:50px;

}


/* .form-control */

.form-control:focus{
  outline: none;
  box-shadow: none;
}


/************ DEFAULT ENDS  ********************/

/************ MODAL STARTS  ********************/

.modal-content{
      max-height: 90vh;
      box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    }
.modal-body {

    max-height: 100%;
    overflow: auto;
}
.modal{
  -webkit-animation-name: zoomIn;
  -webkit-animation-duration: .70s;
  -moz-animation-name: zoomIn;
  -moz-animation-duration: .70s;
  animation-name: zoomIn;
  animation-duration: .70s;

}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 1;
  }
}


/************ MODAL ENDS  ********************/

/************ ACCORDION STARTS  ********************/

  #accordion .btn.collapsed .btn-QuestionPMIcon i::after{
    content: "add_circle_outline";
  }
  #accordion .btn-QuestionPMIcon i::after{
    content: "remove_circle_outline";
    
  }
#accordion  .btn-QuestionTick{
    margin-right: 8px;
    flex-grow: 1;
  }

#accordion .card-header{   
  padding: 0;
    box-shadow: none;
    background: none;
    border: none;
}
#accordion .card {
    border: 0px solid rgba(0,0,0,.125);
    margin-top: 20px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
#accordion .btn{
  padding: .7rem 1rem;
    display: flex;
    flex-flow: nowrap;
    box-shadow: none !important;
        background: #fff;
}
#accordion .btn-Question{
  white-space: normal;
    font-size: 0.9rem;
    font-weight: 400;
        flex-grow: 80;
        text-align: left;

}
.btn-QuestionPMIcon{
  flex-grow: 1;
}
#accordion .btn:hover{
  text-decoration: none;
}
#accordion .card-body {
      font-size: 0.8rem;
    line-height: 25px;
    padding: 0 3rem 1.25rem 3rem;
    white-space: normal;
        color: #666;
}
#accordion .btn.collapsed i{
  color: #8a8a8a;
}
#accordion .btn:active, #accordion .btn:focus{
   color: #43bc40 !important;
   text-decoration: none;
   outline: none !important;
   box-shadow: none;

}

/************ ACCORDION ENDS  ********************/

/************ BUTTON STARTS  ********************/

/* Flat Button */
.btn-flat{
  background:transparent !important;
}
.btn-flat.btn-default, .btn-flat.btn-default:hover, .btn-flat.btn-default:focus, .btn-flat.btn-primary, .btn-flat.btn-primary:hover, .btn-flat.btn-primary:focus, .btn-flat.btn-default, .btn-flat.btn-default:hover, .btn-flat.btn-default:focus, .btn-flat.btn-success, .btn-flat.btn-success:hover, .btn-flat.btn-success:focus, .btn-flat.btn-info, .btn-flat.btn-info:hover, .btn-flat.btn-info:focus, .btn-flat.btn-warning, .btn-flat.btn-warning:hover, .btn-flat.btn-warning:focus, .btn-flat.btn-danger, .btn-flat.btn-danger:hover, .btn-flat.btn-danger:focus{
  background:none !important;
  color: #000 !important;
  border: none !important; 
  box-shadow:0 6px 4px -2px rgba(0,0,0,.02), 0 0px 10px 0 rgba(0,0,0,0.02) !important;
}
/* Buttons sizes */
.btn-group-sm>.btn, .btn-sm {
  padding: .28rem .5rem !important;
  font-size: .805rem !important;
}
.btn-group-sm>.btn, .btn-md {
  padding: 0.95rem .7rem !important;
  font-size: .900rem !important;
}
.btn-group-sm>.btn, .btn-lg{
  padding: 1.3rem 1.5rem !important;
  font-size: .950rem !important;
}
.btn-group-sm>.btn, .btn-xlg{
  padding: 1.8rem 1.8rem !important;
  font-size: 1rem !important;
}
.btn-group-sm>.btn, .btn-xs{
  padding: 0.20rem 0.35rem !important;
  font-size: .700rem !important;
}
/* Button Default */
.btn{
  font-size: 0.9rem;
  border-radius: 0;
  padding: .600rem 1.5rem;
  border:none;
  text-transform: uppercase;
  box-shadow:0 6px 4px -2px rgba(0,0,0,.20), 0 0px 10px 0 rgba(0,0,0,0.20);
}
/*.btn i{
  float: left;
  font-size: 1.2rem;
  margin-right: 6px;
  position: relative;
  top: 0px;
}*/
.btn:hover, .btn:focus{
  outline: none;
  box-shadow: 0 6px 4px -2px rgba(0,0,0,.30), 0 0px 10px 0 rgba(0,0,0,0.30) !important;
}
/* Iconic Buttons */
.btn.btn-iconic{
  padding: .600rem .600rem;
}
.btn.btn-iconic i {
 margin-right: 0; 
}
/*Circle Iconic */
.btn-circle-iconic{
  padding: .600rem .600rem;
  border-radius: 150px !important;
}
.btn-circle-iconic i{
 margin-right: 0;
}
/* Rounded Circle Iconic Button */
.btn-Rcircle-iconic{
  padding: .600rem 1.2rem;
  border-radius: 150px !important;
}
/* Outline Buttons */
.btn-outline-default, .btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-secondary, .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-success, .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-info, .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-warning, .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-danger, .btn-outline-danger:hover, .btn-outline-danger:focus{
  background: none !important;
  outline: none;
}
.btn-outline-default, .btn-outline-default:hover, .btn-outline-default:focus{
  border: 1px solid #000000 !important;
  border-color: #8a8a8a;
  color: #000000 !important;
}
.btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:focus{
  border: 1px solid #0c6dff !important;
  border-color: #0c6dff;
  color: #0c6dff !important;
}    
.btn-outline-secondary, .btn-outline-secondary:hover, .btn-outline-secondary:focus{
  border: 1px solid #8a8a8a !important;
  border-color: #8a8a8a;
  color: #8a8a8a !important;
}  
.btn-outline-success, .btn-outline-success:hover, .btn-outline-success:focus{
  border: 1px solid #43bc40 !important;
  border-color: #43bc40;
  color: #43bc40 !important;
}  
.btn-outline-info, .btn-outline-info:hover, .btn-outline-info:focus{
  border: 1px solid #03a5ee !important;
  border-color: #03a5ee;
  color: #03a5ee !important;
}  
.btn-outline-warning, .btn-outline-warning:hover, .btn-outline-warning:focus{
  border: 1px solid #ff971b !important;
  border-color: #ff971b;
  color: #ff971b !important;
} 
.btn-outline-danger, .btn-outline-danger:hover, .btn-outline-danger:focus{
  border: 1px solid #fe573c !important;
  border-color: #fe573c;
  color: #fe573c !important;
}   
/* Buttons */
.btn-default{
  background: #fff !important;
  border: 1px solid #8a8a8a;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus{
  background: #0c6dff !important;
}
.btn-secondary, .btn-secondary:hover, .btn-secondary:focus{
  background: #8a8a8a !important;
}
.btn-success, .btn-success:hover, .btn-success:focus{
  background: #43bc40 !important;
}
.btn-info, .btn-info:hover, .btn-info:focus{
  background: #03a5ee !important;
}
.btn-warning, .btn-warning:hover, .btn-warning:focus{
  background: #ff971b !important;
  color: #fff !important;
}
.btn-danger, .btn-danger:hover, .btn-danger:focus{
  background: #fe573c !important;
}

 /* waves-effect */
.waves-effect{
  outline: none;
}
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  /*background-color: rgba(255, 255, 255, 0.45);*/
  background-color: rgba(255, 255, 255, 0.15);
}
.waves-effect.waves-blue .waves-ripple {
  background-color: rgba(12, 109, 255, 0.4);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-info .waves-ripple {
  background-color: rgba(13, 152, 249, 0.7);
}
.waves-effect.waves-warning .waves-ripple {
  background-color: rgba(255, 151, 27, 0.7);
}
.waves-effect.waves-danger .waves-ripple {
  background-color: rgba(254, 87, 60, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1;
}


/************ BUTTON ENDS  ********************/

/************ TEXTFIELD STARTS  ********************/

.form-group {
  position: relative;
  border: none;
  min-height: 50px;
}
input.form-control{
  z-index:2 !important;
  padding-left: 0px;
}
.form-control {
  position: absolute;
  width: 100%;
  min-height: 30px;
  font-size: 15px;
  border: none;
  border: 0 !important;
/*  border-bottom: 1px solid #7d8094;
*/  background-color: transparent;
background: none !important;
  border-radius: 0;
  bottom: 2px;
  padding: .275rem 0 !important;
}
.form-control + label.form-label {
  position: absolute;
  /*top: 5px;*/
  top: 22px;
  z-index: 2;
  font-size: 15px;
  color: #7d8094;
  transition: all 0.2s ease;
  /*-webkit-transition: all 0.2s ease;*/
  -webkit-transition: top 0.2s, font-size 0.1s;
   -moz-transition: top 0.2s, font-size 0.1s;

  -ms-transition: all 0.2s ease;
  z-index: 1;
}
.form-control:focus {
  outline: none;
  border-width: 2px;
  transition: all .2s ease-in-out ;
  -moz-transition:all .2s ease-in-out ;
  -webkit-transition:all .2s ease-in-out ;
  -ms-transition:all .2s ease-in-out ;
}

.form-control:focus + label.form-label{
  top: 0px;
  color: #0c6dff;
  font-size: 12px;
}
.form-control.has-value + label.form-label {
  top: 0px;
      color: #aeafb9;
    font-size: 12px;
}
.form-control{
  box-shadow: none !important;
  width: 100%;
  border: 0;

}
.form-controlBrd{
 width: 100%;
 display: block;
 height: 3px;
 background: #fff no-repeat;
 background-image: linear-gradient(to bottom, #0c6dff, #0c6dff), linear-gradient(to bottom, #7d8094, #7d8094);
 -webkit-background-image: linear-gradient(to bottom, #0c6dff, #0c6dff), linear-gradient(to bottom, #7d8094, #7d8094);
 -moz-background-image: linear-gradient(to bottom, #0c6dff, #0c6dff), linear-gradient(to bottom, #7d8094, #7d8094);
 -ms-background-image: linear-gradient(to bottom, #0c6dff, #0c6dff), linear-gradient(to bottom, #7d8094, #7d8094);
 /* sizes for the 2 images (default state) */
 background-size: 0 2px, 100% 1px;
  -webkit-background-size: 0 2px, 100% 1px;
 -moz-background-size: 0 2px, 100% 1px;
 -ms-background-size: 0 2px, 100% 1px;
 /* positions for the 2 images. Change both "50%" to "0%" or "100%" and tri again */
 background-position: 50% 100%, 50% 100%;
  -webkit-background-position: 50% 100%, 50% 100%;
   -moz-background-position: 50% 100%, 50% 100%;
    -ms-background-position: 50% 100%, 50% 100%;
 /* animation solely on background-size */
 transition: background-size 0.3s cubic-bezier(0.55, 0.09, 0.08, 1);
 -moz-transition: background-size 0.3s cubic-bezier(0.6, 0.09, 0.08, 1);
 -webkit-transition: background-size 0.3s cubic-bezier(0.6, 0.09, 0.08, 1);
 -ms-transition: background-size 0.3s cubic-bezier(0.6, 0.09, 0.08, 1);
 position: absolute;
 bottom: 0;
}
.form-control:focus ~ .form-controlBrd{
 background-size: 100% 2px, 100% 1px;
  -moz-background-size: 100% 2px, 100% 1px;
 -webkit-background-size: 100% 2px, 100% 1px;
 -ms-background-size: 100% 2px, 100% 1px;
}
.form-controlBrd:focus{
  /* sizes for the 2 images (focus state) */
  background-size: 100% 2px, 100% 1px;
  outline: none;
}
/* TEXTAREA  */
.form-groupTextArea{
  position: relative;
  border: none;
  min-height: 116px;
}

.form-ControlTextArea{
 position: absolute;
 width: 100%;
 min-height: 106px !important;
 max-height: 106px !important;
 font-size: 14px;
 border: none;

 background-color: transparent;
 border-radius: 0;
 bottom: 2px;
 padding: .275rem 0 !important;
 padding: 13px 0 0 0 !important;
 z-index: 2;

}
.form-ControlTextArea + label.form-label {
  position: absolute;
  top: 88px;
  z-index: 2;
  font-size: 16px;
  color: #7d8094;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  background: #fff;
  z-index:1;
}

.form-ControlTextArea:focus {
  outline: none;
  border-width: 2px;
  transition: all .2s ease-in-out ;
  -moz-transition:all .2s ease-in-out ;
  -webkit-transition:all .2s ease-in-out ;
  -ms-transition:all .2s ease-in-out ;
}
.form-ControlTextArea:focus ~ .form-controlBrd{
 background-size: 100% 2px, 100% 1px;
}
.form-ControlTextArea:focus + label.form-label{
  top: 0px;
  color:#7d8094;
  font-size: 12px;
}
.form-ControlTextArea.has-value + label.form-label {
  top: 0px;
  color:#0c6dff;
  font-size: 12px;
}
.form-ControlTextArea{
  background:none !important;

}




/* left bar animation */


.form-controlBrd-Left{
 width: 100%;
 display: block;
 height: 3px;
 background: #fff no-repeat;
 background-image: linear-gradient(to bottom, #0c6dff, #0c6dff), linear-gradient(to bottom, #7d8094, #7d8094);
 /* sizes for the 2 images (default state) */
 background-size: 0 2px, 100% 1px;
 /* positions for the 2 images. Change both "50%" to "0%" or "100%" and tri again */
 background-position: 0% 100%, 0% 100%;
 /* animation solely on background-size */
 transition: background-size 0.3s cubic-bezier(0.55, 0.09, 0.08, 1);
 -moz-transition: background-size 0.3s cubic-bezier(0.6, 0.09, 0.08, 1);
 -webkit-transition: background-size 0.3s cubic-bezier(0.6, 0.09, 0.08, 1);
 position: absolute;
 bottom: 0;
}
.form-control:focus ~ .form-controlBrd-Left{
 background-size: 100% 2px, 100% 1px;
}
.form-ControlTextArea:focus ~ .form-controlBrd-Left{
 background-size: 100% 2px, 100% 1px;
}



/* icon with bar */
.form-controlIcon{
  font-size:20px !important;

}
.form-controlLftIcon{
  padding-left: 28px !important;
  
}
.form-control + label.form-labelLftIcon {
  left: 28px;

}

.form-controlIcon {
  z-index:8;
  position: relative;
  top: 24px;
}


/* EFFECT FOR TEXT */

.form-control + label.form-label-txt {
 position: absolute;
 top: -10px;
 left: 0px;
 z-index: 2;
 font-size: 16px;
 color: #7d8094;
 transition: all .2s ease;
 -webkit-transition: all .2s ease;
 -moz-transition: all .2s ease;
}

.form-control.has-value:not(:focus) + label.form-label-txt {
 color: #7d8094;
}
.form-control-txt:focus + label.form-label-txt{
 color: #0c6dff !important;
 transition: all 0.5s ease !important;
}


/************ TEXTFIELD ENDS  ********************/

/************ TABS STARTS  ********************/
.pmd-tabs .nav-tabs {
       border-bottom: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}


.barShow{display:block; transition: all 1s ease;} 
.barHide{left: 100% !important ; opacity: 0;     width: 0 !important;  transition: all 1s ease;}
/* pmd-tabs */
.pmd-tabs {
  position: relative;
}
.pmd-tabs .nav-tabs {
  border-bottom: none;
}
.pmd-tabs .nav-tabs.nav-justified > li > a {
  border: none;
  border-radius: 0;
}
.pmd-tabs .nav-tabs.nav-justified > .active > a,
.pmd-tabs .nav-tabs.nav-justified > .active > a:hover,
.pmd-tabs .nav-tabs.nav-justified > .active > a:focus {
  border: none;
}
.pmd-tabs .nav-tabs > li.active > a,
.pmd-tabs .nav-tabs > li.active > a:hover,
.pmd-tabs .nav-tabs > li.active > a:focus {
  color: black;
  cursor: default;
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;
  opacity: 1;
}
.pmd-tabs .nav-tabs > li {
  margin-bottom: 0;
}
.pmd-tabs .nav-tabs > li > a {
  padding: 1.125rem 1rem 1.0625rem;
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0;
  line-height: 1;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
}
.pmd-tabs .nav-tabs > li > a:hover, .pmd-tabs .nav-tabs > li > a:focus {
  border-color: transparent;
  background-color: transparent;
}
.pmd-tabs .pmd-tab-active-bar {
  position: absolute;
  bottom: 0;
  width: 25%;
  height: 27px;
  /*background: #ffc107;*/
  /*background: url(darow.png) 48% 0 no-repeat;*/
  transition: all 0.2s ease-in-out;
}

.pmd-tabs-bg .nav-tabs > li > a {
  color: rgba(255, 255, 255, 0.54);
}
.pmd-tabs-bg .nav-tabs > li .dropdown-menu a {
  color: #333333;
}
.pmd-tabs-bg .nav-tabs > li.active > a,
.pmd-tabs-bg .nav-tabs > li.active > a:hover,
.pmd-tabs-bg .nav-tabs > li.active > a:focus {
  color: white;
  background-color: transparent;
}
.pmd-tabs-bg .pmd-tabs-scroll-right,
.pmd-tabs-bg .pmd-tabs-scroll-left {
  background-color: #4285f4;
  color: rgba(255, 255, 255, 0.54);
}

.pmd-tabs-scroll-container {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.pmd-tabs-scroll-right {
  float: right;
  right: 0;
  top: 0;
}

.pmd-tabs-scroll-left {
  float: left;
  left: 0;
}

.pmd-tabs-scroll-right,
.pmd-tabs-scroll-left {
  position: absolute;
  z-index: 99;
  text-align: center;
  cursor: pointer;
  display: none;
  white-space: no-wrap;
  vertical-align: middle;
  padding: 0.75rem 1.5rem 0.375rem;
  background-color: #fff;
  color: #868e96;
  line-height: 1.7;
}


/* horizantTabs */

.horizantTabs .hidden {
    display: none!important;
}
.horizantTabs #mytabs{
   overflow: hidden;
}
.horizantTabs .nav-item{
   white-space: nowrap;
   
}
.horizantTabs .pmd-tab-active-bar::after {
   content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: 0px;
    left: 44%;
    box-sizing: border-box;
    border: 0.8em solid black;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
  }

.horizantTabs .nav-link.active.show{
  background: #fff;
  color: #000;

}
.horizantTabs {
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    color: #000;
}
.horizantTabs .nav-tabs > li > a, .horizantTabs .nav-tabs > li > a:hover {
    color: #526675;
    border-right: 1px solid #d9e7ef;
}
.horizantTabs .nav-tabs > li.active > a, .horizantTabs .nav-tabs > li:hover.active > a {
    /*background: #fff;*/
    color: #000;
     border-right: 1px solid #d9e7ef;
}
.horizantTabs .nav-link.active.show {
    background: #fff;
    color: #000;
     border-right: 1px solid #d9e7ef;
}
.horizantTabs  .pmd-tab-active-bar {
  background: none !important;
    position: absolute;
    bottom: -23px;
    width: 25%;
    height: 27px;

    transition: all 0.2s ease-in-out;
}
.hTabsIcon{
      display: block;
    margin: 0 auto 4px auto;
    text-align: center;

}
.horizantTabs .dropdown-toggle {
    height: 79px !important;
    text-align: center;
    font-size: 26px !important; 
    line-height: 68px !important;
        color: #526675;
}
.horizantTabs .dropdown-toggle::after {
  
    margin-left: 0 !important;
    }
#dynTabsDrpDwn .hTabsIcon {
    display: inline-block;
    margin: 0 8px 0 auto;
    text-align: center;
    position: relative;
    top: 6px;
}

/* horizantTabs Dropdown */

.horizantTabs .dropdown-menu.show {

    left: auto !important;
    width: 300px;
    right: 10px !important;
    top: -80px !important;
    padding: 0;
        border-radius: 0;

}
.horizantTabs .dropdown-menu a {
    color: #526675;
}
.horizantTabs .dropdown-menu li:last-child a {
border-bottom: none !important;
    
}
.horizantTabs .dropdown-menu.show{
animation-name: horizantTabsdrpdown;
animation-duration:0.3s;
-moz-animation-duration:0.3s;
animation-timing-function:200ms cubic-bezier(.66,.22,.18,.32);
animation-timing-function:linear;

transform-origin: 15% 80px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
transform: translate3d(10px, 80px, 0px);

-webkit-animation-name: horizantTabsdrpdown;
-webkit-animation-duration:0.53;
-webkit-animation-timing-function:200ms cubic-bezier(.66,.22,.18,.32);
-webkit-transform-origin: 15% 80px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
-webkit-transform: translate3d(10px, 80px, 0px);

}
@keyframes horizantTabsdrpdown{
0%{ transform: translate3d(0px, 0, 0px) scaleY(0) ; opacity: 0;}
100%{  transform: translate3d(10px, 80px, 0px) scaleY(1);
opacity: 1;}
}

@-webkit-keyframes horizantTabsdrpdown {
0%{ -webkit-transform: translate3d(0, 0, 0px) scaleY(0) ; opacity: 0;}
100%{  -webkit-transform: translate3d(10px, 80px, 0px) scaleY(1);
opacity: 1;}
}
@-moz-keyframes horizantTabsdrpdown {
0%{ -moz-transform: translate3d(0, 0, 0px) scaleY(0) ; opacity: 0;}
100%{  -moz-transform: translate3d(10px, 80px, 0px) scaleY(1);
opacity: 1;}
}
.horizantTabsBodyContainer .tab-content{
        top: 25px;
    position: relative;
     box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
     padding:20px;
    background: #fff;
    border-radius: 2px;

  }

/* DYNAMIC TABS CSS */

.dynamic-tabs {
  width: 100%;
  float: left;
}
.dynamic-tabs-container {
  position: relative;
}
.dynamic-tabs-container .dynamic-tabs {
      padding-right: 10px;
}
.dynamic-tabs-container .tabs-dropdown {
  position: absolute;
  right: 0;
  margin-right: 0 !important;
      width: 300px;
}
.dynamic-tabs-container .tabs-dropdown.navbar-nav {
  margin: 0 !important;
}

.dynamic-tabs-container .tabs-dropdown .dropdown-toggle {
  position: absolute;
    display: block;
    right: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;   
}



#dynTabsDrpDwn  .nav-link {
    padding-right: 0;
    padding-left: 0;
    display: block;
    padding: 15px;
    font-size: 14px;
    border-bottom: 1px solid #b2bbca;
}


@media only screen and (max-width: 767px) {
  .dynamic-tabs-container .tabs-dropdown .dropdown-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding-top: 10px;
    padding-bottom:10px;
    overflow-y: scroll;
  } 

  .dynamic-tabs-container .tabs-dropdown .dropdown-menu li a {
    padding-top:10px;
    padding-bottom:10px;
  }
  
  .dynamic-tab {
    width: 100%;
  }
}
@media only screen and (max-width: 767px){
.dynamic-tabs-container .tabs-dropdown .dropdown-menu {
    
  height: 300px;
    /*height: auto !important;*/
}
}

/************ TABS ENDS  ********************/

/************ DYNAMIC STARTS  ********************/

.dynamic-tabs {
  width: 100%;
  float: left;
}
.dynamic-tabs-container {
  position: relative;
}
.dynamic-tabs-container .dynamic-tabs {
      padding-right: 10px;
}
.dynamic-tabs-container .tabs-dropdown {
  position: absolute;
  right: 0;
  margin-right: 0 !important;
      width: 300px;
}
.dynamic-tabs-container .tabs-dropdown.navbar-nav {
  margin: 0 !important;
}

.dynamic-tabs-container .tabs-dropdown .dropdown-toggle {
  position: absolute;
    display: block;
    right: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;   
}



#dynTabsDrpDwn  .nav-link {
    padding-right: 0;
    padding-left: 0;
    display: block;
    padding: 15px;
    font-size: 14px;
    border-bottom: 1px solid #b2bbca;
}


@media only screen and (max-width: 767px) {
  .dynamic-tabs-container .tabs-dropdown .dropdown-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding-top: 10px;
    padding-bottom:10px;
    overflow-y: scroll;
  } 

  .dynamic-tabs-container .tabs-dropdown .dropdown-menu li a {
    padding-top:10px;
    padding-bottom:10px;
  }
  
  .dynamic-tab {
    width: 100%;
  }
}


/************ DYNAMIC ENDS  ********************/



/************ CIRCLE TABS STARTS  ********************/

.nav-CircleTabContainer .pmd-tab-active-bar::after{
  margin-top: 25px;
}
.nav-CircleTabContainer .nav-tabs {
    
    min-height: 128px;
}

.nav-CircleTab .icon{
      width: 48px;
    height: 48px;
    border-radius: 150px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    display: block;
    line-height: 48px;
    text-align: center;
    line-height: 48px;
        margin: 0 auto 10px auto;
}
.cTbasLabel{
  display: none;
}
.nav-CircleTab .icon i{
      color: #000;
    position: relative;
    top: 9px;
 
}
.nav-CircleTabContainer .active.show{
  background: none !important;
}
.nav-CircleTabContainer .active.show .cTbasLabel{
  display: block;
}

.nav-CircleTabContainer .active.show{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
}



/* newly added */

.cTbasIcon {
    display: block;
    margin: 0 auto 8px auto;
    text-align: center;
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 150px;
    background: #fff;
    line-height: 48px;
    color:#546877;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.cTbasIcon i{
  position: relative;
  top: 5px;
}
.hidden{
  display: none !important;
}


.nav-CircleTabContainer .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
}


.nav-CircleTabContainer  .nav-link.active.show .cTbasIcon {
    display: block;
    margin:-12px auto 8px auto;
    text-align: center;
    width: 68px;
    height: 68px;
    display: block;
    border-radius: 150px;
    background: #fe573c;
    line-height: 68px;
    color:#fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.nav-CircleTabContainer  .nav-link.active.show .cTbasLabel{
  color: #fe573c !important;

}

.nav-CircleTabContainer .pmd-tab-active-bar::after {
   content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -45px;
    left: 67%;
    box-sizing: border-box;
    border: 0.8em solid black;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate(136deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
    background: none !important;
  }
  .nav-CircleTabBodyContainer .tab-content{
        top: 15px;
    position: relative;
     box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
     padding:20px;
    background: #fff;
    border-radius: 2px;

  }

    .nav-CircleTabContainer .tabs-dropdown .dropdown-toggle {
       position: absolute;
    display: block;
    right: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    border-radius: 250px;
    background: #0c6dff;
    color: #fff;
}
.nav-CircleTabContainer .dropdown-toggle::after {
    
    margin-left: 0;
   
}
.nav-CircleTabContainer  #dynTabsDrpDwn .nav-link {

    text-align: left;
}
.nav-CircleTabContainer  #dynTabsDrpDwn {
  padding: 0;
}
.nav-CircleTabContainer  #dynTabsDrpDwn .cTbasIcon {
    margin: 0 auto 8px auto;
    text-align: center;
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    color: #546877;
    margin-right: 15px;
}
.nav-CircleTabContainer  .dropdown-menu li:last-child .nav-link{
  border-bottom: 0 !important;

}
.nav-CircleTabContainer  #dynTabsDrpDwn .cTbasLabel {
    display: inline-block;
}

/************ CIRCLE TABS ENDS  ********************/

/************ SIDEBAR STARTS  ********************/


.sideFormContainer {
  
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  z-index: 3;
  color: #fff;

}



.circle {
  transition: all 0.4s ease-out;
    background: #fff;
    width: 40px;
    height: 40px;
  border-radius: 30px;
  position: relative;
  top: 56px;


}


/*Scale the ripple effect*/
.full {
transition: all 0.5s ease;
transform: scale(100);
transform-origin: 73% 20%;
}

.menuAnim{
  animation-name: colorchange;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  
}
 @-webkit-keyframes colorchange
   {
      0%   {background: #fff}
     
      100% {background: #fff;}
    }

.circle.full .fontSize{
  font-size: 0 !important;
  opacity: 0;
}
.fontSizeAnim{
  opacity: 1;

  transition: all 0.4s ease-out;
}
 .fontSize{
      font-size: 14px;
  margin-right: 12px;
}

.fontSizeAnim{
  animation-name: fontSizeAnim;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  
}
 @keyframes fontSizeAnim
   {
      0%   {opacity: 0;}
     
      100% { opacity: 1;}
    }




/*Close button*/
.sideFormBox .close {
    position: absolute;
    top: -30px;
    right: -24px;
    z-index: 1000;
    color: #303F9F;
    visibility: hidden;
    transform: scale(1) !important;
    transform-origin: 1% 1% !important;

    background: #a3a7b0;
    opacity: 1;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 180px;
    text-align: left;
  
}
.sideFormBox .close i{
    left: 18px;
    position: relative;
    top: 29px;
    font-size: 20px;

}
.sideFormBox .close i:hover{
  color: #fff !important;
  text-shadow: none;
}
.sideFormBox .menu {
      
  position: absolute !important;

  z-index: 3;
  color: #fff;
  display: block;
    padding-right: 30px !important;
}

.sideFormBox .menu i{
  font-size: 14px;
      font-size: 1rem !important;
    top: 2px !important;

}
.sideFormBox .pointer {
  cursor: pointer;
}

.sideFormBox .disBlock {
  display: block;
}
.sideFormBox .tranDiv{
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
}


.sideFormBox{
    position: fixed;
    margin: 0;
    background: transparent;
    width: 320px;
    height: 320px;
    overflow: hidden;
    transition: all 0.5s ease;
    right: 0;
        top: 0;
        z-index: 98;
}
.sideFormBox.disBlock{
   height: 100vh !important;

}
.sideForm{
      width: 320px;
    display: flex;
    flex-wrap: nowrap;
    flex-flow: column;
    position: fixed;
    right: 0;
    height: 100vh;
    overflow: auto;
    padding:20px;
        overflow-x: hidden;
}
.sideForm-Head h3{
      font-size: 1.1rem;
    letter-spacing: -0.2px;
    color: #000;
}
.sideForm-Head{
  margin-bottom: 10px;

}
.sideForm-Body{
  background: #fff;
  width: 100%;

}
.sideForm-Foot{
  width: 100%;
}

.sideForm-Head h3 i{
      position: relative;
    top: 5px;
    margin-right: 10px;
}

/************ SIDEBAR ENDS  ********************/

/************ RADIO BUTTONS, CHECKBOX AND SWITCHES STARTS  ********************/

.custom-control.material-checkbox {
  --color: #0c6dff;
}
.custom-control.material-checkbox .material-control-input {
  display: none;
}
.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  border-color: var(--color);
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
          transform: rotateZ(45deg) translate(1px, -5px);
  width: 10px;
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
}
.custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #0c6dff;
  -webkit-transition: .3s;
  transition: .3s;
}
.custom-control.fill-checkbox {
  --color: #0c6dff;
}
.custom-control.fill-checkbox .fill-control-input {
  display: none;
}
.custom-control.fill-checkbox .fill-control-input:checked ~ .fill-control-indicator {
  background-color: var(--color);
  border-color: var(--color);
  background-size: 80%;
}
.custom-control.fill-checkbox .fill-control-indicator {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #0c6dff;
  -webkit-transition: .3s;
  transition: .3s;
  background: transperent;
  background-size: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-control.overflow-checkbox .overflow-control-input {
  display: none;
}
.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::after {
  -webkit-transform: rotateZ(45deg) scale(1);
          transform: rotateZ(45deg) scale(1);
  top: -6px;
  left: 5px;
}
.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::before {
  opacity: 1;
}
.custom-control.overflow-checkbox .overflow-control-indicator {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #0c6dff;
}
.custom-control.overflow-checkbox .overflow-control-indicator::after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotateZ(80deg) scale(0);
          transform: rotateZ(80deg) scale(0);
  width: 10px;
  border-bottom: 4px solid #0c6dff;
  border-right: 4px solid #0c6dff;
  border-radius: 3px;
  top: -2px;
  left: 2px;
}
.custom-control.overflow-checkbox .overflow-control-indicator::before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-transition: .3s;
  transition: .3s;
  width: 10px;
  border-right: 7px solid #fff;
  border-radius: 3px;
  -webkit-transform: rotateZ(45deg) scale(1);
          transform: rotateZ(45deg) scale(1);
  top: -4px;
  left: 5px;
  opacity: 0;
}
.custom-control.material-switch {
  --color: #0c6dff;
  padding-left: 0;
}
.custom-control.material-switch .material-switch-control-input {
  display: none;
}
.custom-control.material-switch .material-switch-control-input:checked ~ .material-switch-control-indicator::after {
  background-color: var(--color);
  left: 17px;
}
.custom-control.material-switch .material-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 16px;
  background: #ddd;
  border-radius: 16px;
  -webkit-transition: .3s;
  transition: .3s;
}
.custom-control.material-switch .material-switch-control-indicator::after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  top: -1px;
  left: -1px;
  background: #fdfdfd;
  -webkit-box-shadow: 0 2px 10px #aaa;
          box-shadow: 0 2px 10px #aaa;
}
.custom-control.ios-switch {
  --color: #0c6dff;
  padding-left: 0;
}
.custom-control.ios-switch .ios-switch-control-input {
  display: none;
}
.custom-control.ios-switch .ios-switch-control-input:active ~ .ios-switch-control-indicator::after {
  width: 20px;
}
.custom-control.ios-switch .ios-switch-control-input:checked ~ .ios-switch-control-indicator {
  border: 10px solid var(--color);
}
.custom-control.ios-switch .ios-switch-control-input:checked ~ .ios-switch-control-indicator::after {
  top: -8px;
  left: 4px;
}
.custom-control.ios-switch .ios-switch-control-input:checked:active ~ .ios-switch-control-indicator::after {
  left: 0px;
}
.custom-control.ios-switch .ios-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid #0c6dff;
}
.custom-control.ios-switch .ios-switch-control-indicator::after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  -webkit-transition: .3s;
  transition: .3s;
  top: 0px;
  left: 0px;
  background: #fff;
  -webkit-box-shadow: 0 0 2px #aaa, 0 2px 5px #999;
          box-shadow: 0 0 2px #aaa, 0 2px 5px #999;
}
.custom-control.border-switch {
  --color: #0c6dff;
  padding-left: 0;
}
.custom-control.border-switch .border-switch-control-input {
  display: none;
}
.custom-control.border-switch .border-switch-control-input:checked ~ .border-switch-control-indicator {
  border-color: var(--color);
}
.custom-control.border-switch .border-switch-control-input:checked ~ .border-switch-control-indicator::after {
  left: 14px;
  background-color: var(--color);
}
.custom-control.border-switch .border-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid #7d8094;
}
.custom-control.border-switch .border-switch-control-indicator::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  top: 2px;
  left: 2px;
  background: #ccc;
}
.custom-control.teleport-switch {
  --color: #0c6dff;
  padding-left: 0;
}
.custom-control.teleport-switch .teleport-switch-control-input {
  display: none;
}
.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator {
  border-color: var(--color);
}
.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator::after {
  left: -14px;
}
.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator::before {
  right: 2px;
  background-color: var(--color);
}
.custom-control.teleport-switch .teleport-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid #0c6dff;
  overflow: hidden;
}
.custom-control.teleport-switch .teleport-switch-control-indicator::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  top: 2px;
  left: 2px;
  background: #ccc;
}
.custom-control.teleport-switch .teleport-switch-control-indicator::before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  top: 2px;
  right: -14px;
  background: #ccc;
}



@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}
.md-radio {
  margin: 16px 0;
}
.md-radio.md-radio-inline {
  display: inline-block;
}
.md-radio input[type="radio"] {
  display: none;
}
.md-radio input[type="radio"]:checked + label:before {
  border-color: #0c6dff;
  animation: ripple 0.8s linear forwards;
}
.md-radio input[type="radio"]:checked + label:after {
  transform: scale(1);
}
.md-radio label {
  display: inline-block;
  height: 20px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}
.md-radio label:before, .md-radio label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  transition: all .8s ease;
  transition-property: transform, border-color;
}
.md-radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #0c6dff;
}
.md-radio label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #0c6dff;
}


/************ RADIO BUTTONS, CHECKBOX AND SWITCHES ENDS  ********************/

/************ PAGINATION STARTS  ********************/


.page-item .page-link:focus{
  outline: none;  
  box-shadow: none !important;
   color: #3e3c3c;
}
.page-item .page-link:active{
  box-shadow:0 6px 4px -2px rgba(0,0,0,.20), 0 0px 6px 0 rgba(0,0,0,0.20) !important;
  outline: none;  
   color: #3e3c3c;
}


.page-link {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 5px !important;
    line-height: 1.25;
    color: #3e3c3c;
    background-color: #fff;
    border: none !important;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    border-radius: 150px;
    box-shadow:0 6px 4px -2px rgba(0,0,0,.08), 0 0px 6px 0 rgba(0,0,0,0.08) !important;
}
.page-item.active .page-link{
  background: #fe573c !important;
  border-color:#fe573c !important;
  box-shadow: none !important;
   height: 46px;
    line-height: 46px;
    width: 46px;
    margin-top: -7px !important;
    box-shadow:0 6px 4px -2px rgba(0,0,0,.20), 0 0px 6px 0 rgba(0,0,0,0.20) !important;
}
.page-item.active .page-link:active, .page-item.active .page-link:focus{
  box-shadow:0 6px 4px -2px rgba(0,0,0,.20), 0 0px 6px 0 rgba(0,0,0,0.20) !important;
  outline: none;  
   color: #fff !important;
}
.page-link i{
    line-height: 40px;

}
.page-item:last-child .page-link , .page-item:first-child .page-link {
   border-radius: 150px;
}

/* pagination-Flat */
.pagination-Flat .page-link{
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fcfcfc;

}

/* pagination-ActiveCircle */
.pagination-ActiveCircle .page-link{
  box-shadow: none !important;
  background: #fcfcfc;

}
.pagination-ActiveCircle{

  box-shadow:0 10px 20px rgba(0,0,0,0.2);
  -moz-box-shadow:0 10px 20px rgba(0,0,0,0.2);
      -webkit-box-shadow: 3px 22px 38px -24px rgba(0,0,0,0.5);
    padding-bottom: 20px;
    border-radius: 0 !important;
}
.pagination-ActiveCircle .page-item.active .page-link{
   border-radius: 150px !important;
 
}


.PActiveCircleOuter {
  display: inline-block;
}


/************ PAGINATION ENDS  ********************/


/************ NAVBAR STARTS  ********************/


.sidenav 
{
width: 60px;
display: block;
position: fixed;
height: 100vh;
left: 0;
z-index: 3;
background-color: #080d17;
overflow-x: hidden;
transition: all 0.3s ease;
    overflow-y: hidden;
}

.sidenav a 
{
padding:10px 16px;
text-decoration: none;
font-size: 16px;
color: #818181;
display: block;
transition: all 0.5s ease;
}

.navFontSize{
      position: absolute;
    left: 60px;
    top: 15px;
    transition: all 0.2s ease;
    color: #fff;
    width: 180px;
    line-height: 16px;

}
.sidenav:hover .navFontSize{

}
.bar-width .navFontSize{
  font-size:14px;

}


.side-brand {
height: 65px;
font-size: 18px;
line-height: 60px;
list-style: none;
cursor: pointer;
}

.side-brand a i {
color: #999999;
font-size: 30px;
margin-left: 15px;
}

.sidenav:hover{
width: 250px;
transition-timing-function: ease;
}

.bar-width{width:250px;}

#slide
{
font-size: 30px;
    cursor: pointer;
    /* margin-left: 250px; */
    position: absolute;
    left: 255px;
    color: #0c6dff;
}

.ex
{
max-width: 100%;
display: inline-block;
margin: 0px;
padding: 0px;
}

.navbar
{
background: #fff;
color: #000;
}

.navbar-toggler{
border: 1px solid #fe573c;
}


/* mainNavigation */

.mainNav{
    max-height: 100%;
    overflow: auto;
    padding-bottom: 70px;
}
.mainNav ul{
margin:0;
padding: 0;
}
.mainNav li{
list-style:none;
}
.mainNav li a{
  position: relative;
border-bottom: 1px solid #111b2f;
}
.mainNav li a.active{
  color: #059ee0;
}
.mainNav li a.active .navFontSize{
  color: #059ee0;
}
.icon24{
width: 25px;
height: 25px;
position: relative;
top: 2px;
display: inline-block;
}
.icon-Dashboard{
background: url(./images/sprites.png) left top no-repeat;
}
.icon-Dashboard-Black{
background: url(./images/sprites.png) -150px top no-repeat;
}
.mainNav li a.active .icon-Dashboard{
background: url(./images/sprites.png) -50px top no-repeat;
}
.icon-BDM{
background: url(./images/sprites.png) left -25px no-repeat;
}
.icon-BDM-Black{
background: url(./images/sprites.png) -150px -25px no-repeat;
}
.mainNav li a.active .icon-BDM{
background: url(./images/sprites.png) -50px -25px no-repeat;
}
.icon-Batches{
background: url(./images/sprites.png) left -50px no-repeat;
}
.icon-Batches-Black{
background: url(./images/sprites.png) -150px -50px no-repeat;
}
.mainNav li a.active .icon-Batches{
background: url(./images/sprites.png) -50px -50px no-repeat;
}
.icon-SubAdmins{
background: url(./images/sprites.png) left -75px no-repeat;
}
.icon-SubAdmins-Black{
background: url(./images/sprites.png) -150px -75px no-repeat;
}
.mainNav li a.active .icon-SubAdmins{
background: url(./images/sprites.png) -50px -75px no-repeat;
}

.icon-Consultants{
background: url(./images/sprites.png) left -100px no-repeat;
}
.icon-Consultants-Black{
background: url(./images/sprites.png) -150px -100px no-repeat;
}
.mainNav li a.active .icon-Consultants{
background: url(./images/sprites.png) -50px -100px no-repeat;
}

.icon-OffshoreRecruiting{
background: url(./images/sprites.png) left -125px no-repeat;
}
.icon-OffshoreRecruiting-Black{
background: url(./images/sprites.png) -150px -125px no-repeat;
}
.mainNav li a.active .icon-OffshoreRecruiting{
background: url(./images/sprites.png) -50px -125px no-repeat;
}

.icon-Vendors{
background: url(./images/sprites.png) left -150px no-repeat;
}
.icon-Vendors-Black{
background: url(./images/sprites.png) -150px -150px no-repeat;
}
.mainNav li a.active .icon-Vendors{
background: url(./images/sprites.png) -50px -150px no-repeat;
}

.icon-ConsultantList{
background: url(./images/sprites.png) left -175px no-repeat;
}
.icon-ConsultantList-Black{
background: url(./images/sprites.png) -150px -175px no-repeat;
}
.mainNav li a.active .icon-ConsultantList{
background: url(./images/sprites.png) -50px -175px no-repeat;
}

.icon-Managers{
background: url(./images/sprites.png) left -200px no-repeat;
}
.icon-Managers-Black{
background: url(./images/sprites.png) -150px -200px no-repeat;
}
.mainNav li a.active .icon-Managers{
background: url(./images/sprites.png) -50px -200px no-repeat;
}

.icon-Tickets{
background: url(./images/sprites.png) left -225px no-repeat;
}
.icon-Tickets-Black{
background: url(./images/sprites.png) -150px -225px no-repeat;
}
.mainNav li a.active .icon-Tickets{
background: url(./images/sprites.png) -50px -225px no-repeat;
}


.icon-CreateCallList{
background: url(./images/sprites.png) left -250px no-repeat;
}
.icon-CreateCallList-Black{
background: url(./images/sprites.png) -150px -250px no-repeat;
}
.mainNav li a.active .icon-CreateCallList{
background: url(./images/sprites.png) -50px -250px no-repeat;
}

.icon-Attachments{
background: url(./images/sprites.png) left -275px no-repeat;
}
.icon-Attachments-Black{
background: url(./images/sprites.png) -150px -275px no-repeat;
}
.mainNav li a.active .icon-Attachments{
background: url(./images/sprites.png) -50px -275px no-repeat;
}

.icon-Vacation{
background: url(./images/sprites.png) left -300px no-repeat;
}
.icon-Vacation-Black{
background: url(./images/sprites.png) -150px -300px no-repeat;
}
.mainNav li a.active .icon-Vacation{
background: url(./images/sprites.png) -50px -300px no-repeat;
}

.icon-ThirdPartyConsultants{
background: url(./images/sprites.png) left -325px no-repeat;
}
.icon-ThirdPartyConsultants-Black{
background: url(./images/sprites.png) -150px -325px no-repeat;
}
.mainNav li a.active .icon-ThirdPartyConsultants{
background: url(./images/sprites.png) -50px -325px no-repeat;
}


.icon-Colleges{
background: url(./images/sprites.png) left -350px no-repeat;
}
.icon-Colleges-Black{
background: url(./images/sprites.png) -150px -350px no-repeat;
}
.mainNav li a.active .icon-Colleges{
background: url(./images/sprites.png) -50px -350px no-repeat;
}

.icon-Jobs{
background: url(./images/sprites.png) left -375px no-repeat;
}
.icon-Jobs-Black{
background: url(./images/sprites.png) -150px -375px no-repeat;
}
.mainNav li a.active .icon-Jobs{
background: url(./images/sprites.png) -50px -375px no-repeat;
}

.icon-GuestHouse{
background: url(./images/sprites.png) left -400px no-repeat;
}
.icon-GuestHouse-Black{
background: url(./images/sprites.png) -150px -400px no-repeat;
}
.mainNav li a.active .icon-GuestHouse{
background: url(./images/sprites.png) -50px -400px no-repeat;
}

.icon-Admins{
background: url(./images/sprites.png) left -425px no-repeat;
}
.icon-Admins-Black{
background: url(./images/sprites.png) -150px -425px no-repeat;
}
.mainNav li a.active .icon-Admins{
background: url(./images/sprites.png) -50px -425px no-repeat;
}
.icon-Trainers{
background: url(./images/sprites.png) left -450px no-repeat;
}
.icon-Trainers-Black{
background: url(./images/sprites.png) -150px -450px no-repeat;
}
.mainNav li a.active .icon-Trainers{
background: url(./images/sprites.png) -50px -450px no-repeat;
}

.icon-BenchSales{
background: url(./images/sprites.png) -25px top no-repeat;
}
.icon-BenchSales-Black{
background: url(./images/sprites.png) -175px top no-repeat;
}

.mainNav li a.active .icon-BenchSales{
background: url(./images/sprites.png) -75px top no-repeat;
}

.icon-Accountants{
background: url(./images/sprites.png) -25px -25px no-repeat;
}
.icon-Accountants-Black{
background: url(./images/sprites.png) -175px -25px no-repeat;
}
.mainNav li a.active .icon-Accountants{
background: url(./images/sprites.png) -75px -25px no-repeat;
}

.icon-ResumeSearch{
background: url(./images/sprites.png) -25px -50px no-repeat;
}
.icon-ResumeSearch-Black{
background: url(./images/sprites.png) -175px -50px no-repeat;
}
.mainNav li a.active .icon-ResumeSearch{
background: url(./images/sprites.png) -75px -50px no-repeat;
}

.icon-Clients{
background: url(./images/sprites.png) -25px -75px no-repeat;
}
.icon-Clients-Black{
background: url(./images/sprites.png) -175px -75px no-repeat;
}
.mainNav li a.active .icon-Clients{
background: url(./images/sprites.png) -75px -75px no-repeat;
}

.icon-Policy{
background: url(./images/sprites.png) -25px -100px no-repeat;
}
.icon-Policy-Black{
background: url(./images/sprites.png) -175px -100px no-repeat;
}
.mainNav li a.active .icon-Policy{
background: url(./images/sprites.png) -75px -100px no-repeat;
}


.icon-Accounts{
background: url(./images/sprites.png) -25px -125px no-repeat;
}
.icon-Accounts-Black{
background: url(./images/sprites.png) -175px -125px no-repeat;
}
.mainNav li a.active .icon-Accounts{
background: url(./images/sprites.png) -75px -125px no-repeat;
}

.icon-ReferAFriend{
background: url(./images/sprites.png) -25px -150px no-repeat;
}
.icon-ReferAFriend-Black{
background: url(./images/sprites.png) -175px -150px no-repeat;
}
.mainNav li a.active .icon-ReferAFriend{
background: url(./images/sprites.png) -75px -150px no-repeat;
}

.icon-ApprovalTimesheet{
background: url(./images/sprites.png) -25px -175px no-repeat;
}
.icon-ApprovalTimesheet-Black{
background: url(./images/sprites.png) -175px -175px no-repeat;
}
.mainNav li a.active .icon-ApprovalTimesheet{
background: url(./images/sprites.png) -75px -175px no-repeat;
}
.icon-Attendance{
background: url(./images/sprites.png) -25px -200px no-repeat;
}
.icon-Attendance-Black{
background: url(./images/sprites.png) -175px -200px no-repeat;
}
.mainNav li a.active .icon-Attendance{
background: url(./images/sprites.png) -75px -200px no-repeat;
}

.icon-OutsourceJobs{
background: url(./images/sprites.png) -25px -225px no-repeat;
}
.icon-OutsourceJobs-Black{
background: url(./images/sprites.png) -175px -225px no-repeat;
}
.mainNav li a.active .icon-OutsourceJobs{
background: url(./images/sprites.png) -75px -225px no-repeat;
}
.icon-Agreement{
background: url(./images/sprites.png) -25px -250px no-repeat;
}
.icon-Agreement-Black{
background: url(./images/sprites.png) -175px -250px no-repeat;
}
.mainNav li a.active .icon-Agreement{
background: url(./images/sprites.png) -75px -250px no-repeat;
}

.icon-SubmittedVendors{
background: url(./images/sprites.png) -25px -275px no-repeat;
}
.icon-SubmittedVendors-Black{
background: url(./images/sprites.png) -175px -275px no-repeat;
}
.mainNav li a.active .icon-SubmittedVendors{
background: url(./images/sprites.png) -75px -275px no-repeat;
}

.icon-Resume{
background: url(./images/sprites.png) -25px -300px no-repeat;
}
.icon-Resume-Black{
background: url(./images/sprites.png) -175px -300px no-repeat;
}
.mainNav li a.active .icon-Resume{
background: url(./images/sprites.png) -75px -300px no-repeat;
}

.icon-MyTests{
background: url(./images/sprites.png) -25px -325px no-repeat;
}
.icon-MyTests-Black{
background: url(./images/sprites.png) -175px -325px no-repeat;
}
.mainNav li a.active .icon-MyTests{
background: url(./images/sprites.png) -75px -325px no-repeat;
}

.icon-MyInterviews{
background: url(./images/sprites.png) -25px -350px no-repeat;
}
.icon-MyInterviews-Black{
background: url(./images/sprites.png) -175px -350px no-repeat;
}
.mainNav li a.active .icon-MyInterviews{
background: url(./images/sprites.png) -75px -350px no-repeat;
}

.icon-MISReport{
background: url(./images/sprites.png) -25px -375px no-repeat;
}
.icon-MISReport-Black{
background: url(./images/sprites.png) -175px -375px no-repeat;
}
.mainNav li a.active .icon-MISReport{
background: url(./images/sprites.png) -75px -375px no-repeat;
}

.icon-ApplyJobs{
background: url(./images/sprites.png) -25px -400px no-repeat;
}
.icon-ApplyJobs-Black{
background: url(./images/sprites.png) -175px -400px no-repeat;
}
.mainNav li a.active .icon-ApplyJobs{
background: url(./images/sprites.png) -75px -400px no-repeat;
}
.icon-Hierachy{
background: url(./images/sprites.png) -25px -425px no-repeat;
}
.icon-Hierachy-Black{
background: url(./images/sprites.png) -175px -425px no-repeat;
}
.mainNav li a.active .icon-Hierachy{
background: url(./images/sprites.png) -75px -425px no-repeat;
}

.icon-Training{
background: url(./images/sprites.png) left -450px no-repeat;
}
.icon-Training-Black{
background: url(./images/sprites.png) -150px -450px no-repeat;
}
.mainNav li a.active .icon-Training{
background: url(./images/sprites.png) -50px -450px no-repeat;
}

.icon-AccountsHead{
background: url(./images/sprites.png) -25px -450px no-repeat;
}
.icon-AccountsHead-Black{
background: url(./images/sprites.png) -175px -450px no-repeat;
}
.mainNav li a.active .icon-AccountsHead{
background: url(./images/sprites.png) -75px -450px no-repeat;
}
.icon-Accounts{
background: url(./images/sprites.png) left -475px no-repeat;
}
.icon-Accounts-Black{
background: url(./images/sprites.png) -150px -475px no-repeat;
}
.mainNav li a.active .icon-Accounts{
background: url(./images/sprites.png) -50px -475px no-repeat;
}
.icon-AccountsPayable{
background: url(./images/sprites.png) -25px -475px no-repeat;
}
.icon-AccountsPayable-Black{
background: url(./images/sprites.png) -175px -475px no-repeat;
}
.mainNav li a.active .icon-AccountsPayable{
background: url(./images/sprites.png) -75px -475px no-repeat;
}

.icon-AccountsReceivable{
background: url(./images/sprites.png) left -500px no-repeat;
}
.icon-AccountsReceivable-Black{
background: url(./images/sprites.png) -150px -500px no-repeat;
}
.mainNav li a.active .icon-AccountsReceivable{
background: url(./images/sprites.png) -50px -500px no-repeat;
}


.icon-SRecruiters{
background: url(./images/sprites.png) -25px -500px no-repeat;
}
.icon-SRecruiters-Black{
background: url(./images/sprites.png) -175px -500px no-repeat;
}
.mainNav li a.active .icon-SRecruiters{
background: url(./images/sprites.png) -75px -500px no-repeat;
}



.icon-SRecruitersTL{
background: url(./images/sprites.png) left -525px no-repeat;
}
.icon-SRecruitersTL-Black{
background: url(./images/sprites.png) -150px -525px no-repeat;
}
.mainNav li a.active .icon-SRecruitersTL{
background: url(./images/sprites.png) -50px -525px no-repeat;
}

.icon-BenchSales-Black{
background: url(./images/sprites.png) -175px -525px no-repeat;
}

.icon-BenchSalesTL{
background: url(./images/sprites.png) left -550px no-repeat;
}
.icon-BenchSalesTL-Black{
background: url(./images/sprites.png) -150px -550px no-repeat;
}
.mainNav li a.active .icon-BenchSalesTL{
background: url(./images/sprites.png) -50px -550px no-repeat;
}
.icon-OPTRecruiter{
background: url(./images/sprites.png) -25px -550px no-repeat;
}
.icon-OPTRecruiter-Black{
background: url(./images/sprites.png) -175px -550px no-repeat;
}
.mainNav li a.active .icon-OPTRecruiter{
background: url(./images/sprites.png) -75px -550px no-repeat;
}

.icon-OPTRecruiterTL{
background: url(./images/sprites.png) left -575px no-repeat;
}
.icon-OPTRecruiterTL-Black{
background: url(./images/sprites.png) -150px -575px no-repeat;
}
.mainNav li a.active .icon-OPTRecruiterTL{
background: url(./images/sprites.png) -50px -575px no-repeat;
}



.icon-Trainers{
background: url(./images/sprites.png) -25px -575px no-repeat;
}
.icon-Trainers-Black{
background: url(./images/sprites.png) -175px -575px no-repeat;
}
.mainNav li a.active .icon-Trainers{
background: url(./images/sprites.png) -75px -575px no-repeat;
}


.icon-TrainersTL{
background: url(./images/sprites.png) left -600px no-repeat;
}
.icon-TrainersTL-Black{
background: url(./images/sprites.png) -150px -600px no-repeat;
}
.mainNav li a.active .icon-TrainersTL{
background: url(./images/sprites.png) -50px -600px no-repeat;
}






.icon-General{
background: url(./images/sprites.png) -25px -600px no-repeat;
}
.icon-General-Black{
background: url(./images/sprites.png) -175px -600px no-repeat;
}
.mainNav li a.active .icon-General{
background: url(./images/sprites.png) -75px -600px no-repeat;
}
.nav-CircleTabContainer .nav-link .icon24{
   margin: 9px 0 0 -2px;

}
.nav-CircleTabContainer .nav-link.active.show .icon24{
  width: 36px;
  height: 36px;
   margin: 12px 0 0 0;

}
.nav-CircleTabContainer .nav-link.active.show .icon24.icon-General-Black{
  background: url(./images/sprites.png) -300px top no-repeat;
}
.nav-CircleTabContainer .nav-link.active.show .icon24.icon-Education-Black{
  background: url(./images/sprites.png) -301px -36px no-repeat;
}
.nav-CircleTabContainer .nav-link.active.show .icon24.icon-Certification-Black{
  background: url(./images/sprites.png) -301px -72px no-repeat;
}
.nav-CircleTabContainer .nav-link.active.show .icon24.icon-Experience-Black{
  background: url(./images/sprites.png) -300px -110px no-repeat;
}
.nav-CircleTabContainer .nav-link.active.show .icon24.icon-Reference-Black{
  background: url(./images/sprites.png) -300px -148px no-repeat;
}
.nav-CircleTabContainer .nav-link.active.show .icon24.icon-Additional-Black{
  background: url(./images/sprites.png) -300px -186px no-repeat;
}
.nav-CircleTabContainer .nav-link.active.show .icon24.icon-Emergency-Black{
  background: url(./images/sprites.png) -300px -222px no-repeat;
}
.nav-CircleTabContainer .nav-link.active.show .icon24.icon-Resume-Black{
  background: url(./images/sprites.png) -300px -259px no-repeat;
}
.nav-CircleTabContainer .nav-link.active.show .icon24.icon-Attachments-Black{
  background: url(./images/sprites.png) -300px -295px no-repeat;
}
.nav-CircleTabContainer .nav-link.active.show .icon24.icon-PayRates-Black{
  background: url(./images/sprites.png) -300px -332px no-repeat;
}

.icon-Education{
background: url(./images/sprites.png) left -625px no-repeat;
}
.icon-Education-Black{
background: url(./images/sprites.png) -150px -625px no-repeat;
}
.mainNav li a.active .icon-Education{
background: url(./images/sprites.png) -50px -625px no-repeat;
}

.icon-Certification{
background: url(./images/sprites.png) -25px -625px no-repeat;
}
.icon-Certification-Black{
background: url(./images/sprites.png) -175px -625px no-repeat;
}
.mainNav li a.active .icon-Certification{
background: url(./images/sprites.png) -75px -625px no-repeat;
}


.icon-Experience{
background: url(./images/sprites.png) left -650px no-repeat;
}

.icon-Experience-Black{
background: url(./images/sprites.png) -150px -650px no-repeat;
}
.mainNav li a.active .icon-Experience{
background: url(./images/sprites.png) -50px -650px no-repeat;
}

.icon-Reference{
background: url(./images/sprites.png) -25px -650px no-repeat;
}
.icon-Reference-Black{
background: url(./images/sprites.png) -175px -650px no-repeat;
}
.mainNav li a.active .icon-Reference{
background: url(./images/sprites.png) -75px -650px no-repeat;
}




.icon-Additional{
background: url(./images/sprites.png) left -675px no-repeat;
}
.icon-Additional-Black{
background: url(./images/sprites.png) -150px -675px no-repeat;
}
.mainNav li a.active .icon-Additional{
background: url(./images/sprites.png) -50px -675px no-repeat;
}


.icon-Emergency{
background: url(./images/sprites.png) -25px -675px no-repeat;
}
.icon-Emergency-Black{
background: url(./images/sprites.png) -175px -675px no-repeat;
}
.mainNav li a.active .icon-Emergency{
background: url(./images/sprites.png) -75px -675px no-repeat;
}


.icon-PayRates{
background: url(./images/sprites.png) left -700px no-repeat;
}
.icon-PayRates-Black{
background: url(./images/sprites.png) -150px -700px no-repeat;
}
.mainNav li a.active .icon-PayRates{
background: url(./images/sprites.png) -50px -700px no-repeat;
}


.icon-Database{
background: url(./images/sprites.png) -25px -700px no-repeat;
}
.icon-Database-Black{
background: url(./images/sprites.png) -175px -700px no-repeat;
}
.mainNav li a.active .icon-Database{
background: url(./images/sprites.png) -75px -700px no-repeat;
}





.icon-Enquiry{
background: url(./images/sprites.png) left -725px no-repeat;
}
.icon-Enquiry-Black{
background: url(./images/sprites.png) -150px -725px no-repeat;
}
.mainNav li a.active .icon-Enquiry{
background: url(./images/sprites.png) -50px -725px no-repeat;
}



.icon-inTraining{
background: url(./images/sprites.png) -100px top no-repeat;
}
.icon-inTraining-Black{
background: url(./images/sprites.png) -200px top no-repeat;
}
.mainNav li a.active .icon-inTraining{
background: url(./images/sprites.png) -125px top no-repeat;
}


.icon-TechnicalScreen{
background: url(./images/sprites.png) -100px -25px no-repeat;
}
.icon-TechnicalScreen-Black{
background: url(./images/sprites.png) -200px -25px no-repeat;
}
.mainNav li a.active .icon-TechnicalScreen{
background: url(./images/sprites.png) -125px -25px no-repeat;
}

.icon-onBench{
background: url(./images/sprites.png) -100px -50px no-repeat;
}
.icon-onBench-Black{
background: url(./images/sprites.png) -200px -50px no-repeat;
}
.mainNav li a.active .icon-onBench{
background: url(./images/sprites.png) -125px -50px no-repeat;
}

.icon-openBench{
background: url(./images/sprites.png) -100px -75px no-repeat;
}
.icon-openBench-Black{
background: url(./images/sprites.png) -200px -75px no-repeat;
}
.mainNav li a.active .icon-openBench{
background: url(./images/sprites.png) -125px -75px no-repeat;
}


.icon-openBench{
background: url(./images/sprites.png) -100px -75px no-repeat;
}
.icon-openBench-Black{
background: url(./images/sprites.png) -200px -75px no-repeat;
}
.mainNav li a.active .icon-openBench{
background: url(./images/sprites.png) -125px -75px no-repeat;
}


.icon-inJob{
background: url(./images/sprites.png) -100px -100px no-repeat;
}
.icon-inJob-Black{
background: url(./images/sprites.png) -200px -100px no-repeat;
}
.mainNav li a.active .icon-inJob{
background: url(./images/sprites.png) -125px -100px no-repeat;
}
.icon-inJob-Blue{
background: url(./images/sprites.png) -125px -100px no-repeat;
}


.icon-Dropped{
background: url(./images/sprites.png) -100px -125px no-repeat;
}
.icon-Dropped-Black{
background: url(./images/sprites.png) -200px -125px no-repeat;
}
.mainNav li a.active .icon-Dropped{
background: url(./images/sprites.png) -125px -125px no-repeat;
}











/* sideNavLogo */

.sideNavLogo{
  padding: 15px 6px 8px 2px;
}
.logobar{
  margin-left: 45px;
}


/* border & Shadow none */

.borderShadowNone{
      border: none !important;
    box-shadow: none !important;
    background: none !important;
    width: 36px;
    height: 36px;
}
.borderShadowNone:focus, .borderShadowNone:active{
   background: none !important;
   box-shadow: none !important;
   outline: 0 !important;
}
.borderShadowNone:hover{
      border: none !important;
    box-shadow: none !important;
}
.borderShadowNone i{
  position: relative;
  top: 5px;
}



/* Notification Animation */


.notifiAnim
{ 
max-width: 100%;
    background: #fe573c;
    border-radius: 50%;
    height: 5px;
    width: 5px;
    position: absolute;
    left: 53%;
    top: 32%;
}

.notifiAnim:after
{
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border:2px solid #fe573c;
  display:inline-block;
  animation: notifiAnim 3s ease-out;
  animation-iteration-count: infinite;
  opacity: 0.0;
  margin: -10px 0 0 -14px;
}

@keyframes notifiAnim
{
  0%
  {
    transform: scale(0.2 ,0.2);
    opacity: 0;
  }
  50%
  {

    opacity: 1.0;
  }
  100%
  {
    transform: scale(0.9 ,0.9);
    opacity: 0;
  }

}

/* MainNavBar */
.MainNavBar li.nav-item{
  margin:0 15px;

}

.dropdown-profileMenu{
  border-left: 1px solid #e5e5e5;
  padding-left: 10px;

}
.dropdown-profileMenu .pImage{
      max-width: 34px;
    height: 34px;
    border-radius: 150px;
    margin-right: 10px;
        display: inline-block;
}
.dropdown-profileMenu i{
      position: relative;
    top: 9px;
}
.dropdown-profileMenu .dropdown-toggle::after{
  border:0;
}
.blueText{
  color:#18a0ff; 

}
.orangeText{
  color:#ffa442; 

}
.ResShow{
  display: none;
}
.deskShow{
      display: inline-block;
}
.profileMenuName.ResShow{
     padding: 15px;
    background: #0c6dff;
    color: #fff;
}
@media(min-width: 320px) and (max-width: 575px){
  .ml-auto.MainNavBarContainer {
    padding-left: 60px !important;
    width: 100%;
    margin: 0;
}
  #slide {
    font-size: 30px;
    cursor: pointer;
    /* margin-left: 250px; */
    position: absolute;
    left: 255px;
    color: #0c6dff;
    top: 0;
    right: 0;
    left: auto !important;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-flow: nowrap;
    justify-content: flex-end;

}

.dropdown-profileMenu{
  position: relative;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
    left: auto !important;
    right: 0 !important;
}
.deskShow{
  display: none;
}
.ResShow{
  display: block;
}
}


@media(min-width: 576px) and (max-width: 767px){
  .navbar-nav {
   
    flex-flow: wrap;
}
.deskShow{
  display: none;
}
.ResShow{
  display: block;
}

.dropdown-profileMenu{
  position: relative;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
    left: auto !important;
    right: 0 !important;
}
}


/************ NAVBAR ENDS  ********************/

/************ DROPDOWN STARTS  ********************/

/* dropdown */
.dropdown{
width: 100%;

}
.dropdown-menu{
top: -43px !important;
left: 0 !important;
width: 100%;
padding: 0;
border-radius: 0 !important;
}
.dropdown-menu ul{
margin: 0;
padding: 0;
}
.dropdown-menu li{
list-style: none;
}

.dropdown-item:hover, .dropdown-item:focus {
background-color: #f8f8f8;
}
.dropdown-item i{
font-size: 22px;
position: relative;
top: 6px;
margin-right: 8px;
}

.dropdown-outline-default .dropdown-item, .dropdown-outline-primary .dropdown-item, .dropdown-outline-secondary .dropdown-item, .dropdown-outline-success .dropdown-item, .dropdown-outline-info .dropdown-item, .dropdown-outline-warning .dropdown-item, .dropdown-outline-danger .dropdown-item  {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dropdown-outline-default .dropdown-item:before, .dropdown-outline-primary .dropdown-item:before, .dropdown-outline-secondary .dropdown-item:before, .dropdown-outline-success .dropdown-item:before, .dropdown-outline-info .dropdown-item:before, .dropdown-outline-warning .dropdown-item:before, .dropdown-outline-danger .dropdown-item:before{
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
bottom: 0;
/*background: #2098D1;*/
height:1px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.dropdown-outline-default .dropdown-item:hover:before, .dropdown-outline-primary .dropdown-item:hover:before, .dropdown-outline-secondary .dropdown-item:hover:before, .dropdown-outline-success .dropdown-item:hover:before, .dropdown-outline-info .dropdown-item:hover:before, .dropdown-outline-warning .dropdown-item:hover:before, .dropdown-outline-danger .dropdown-item:hover:before{
right: 0;

}

.dropdown-outline-default .dropdown-item:focus:before, .dropdown-outline-primary .dropdown-item:focus:before, .dropdown-outline-secondary .dropdown-item:focus:before, .dropdown-outline-success .dropdown-item:focus:before, .dropdown-outline-info .dropdown-item:focus:before, .dropdown-outline-warning .dropdown-item:focus:before, .dropdown-outline-danger .dropdown-item:focus:before{
right: 0;

}
.dropdown-outline-default .dropdown-item:active:before, .dropdown-outline-primary .dropdown-item:active:before, .dropdown-outline-secondary .dropdown-item:active:before, .dropdown-outline-success .dropdown-item:active:before, .dropdown-outline-info .dropdown-item:active:before, .dropdown-outline-warning .dropdown-item:active:before, .dropdown-outline-danger .dropdown-item:active:before{
right: 0;

}


/* OULINE DROPDOWNS */
.dropdown-outline-primary .dropdown-item.active,  .dropdown-outline-primary .dropdown-item:active, .dropdown-outline-secondary .dropdown-item.active,  .dropdown-outline-success .dropdown-item:active, .dropdown-outline-success .dropdown-item.active,  .dropdown-outline-success .dropdown-item:active, .dropdown-outline-info .dropdown-item.active,  .dropdown-outline-info .dropdown-item:active, .dropdown-outline-warning .dropdown-item.active,  .dropdown-outline-warning .dropdown-item:active, .dropdown-outline-danger .dropdown-item.active,  .dropdown-outline-danger .dropdown-item:active{
color: #fff;
}
.dropdown-outline-default .dropdown-item.active,  .dropdown-outline-primary .dropdown-item:active, .dropdown-outline-default .dropdown-item:before {
background-color: #8a8a8a;
color: #000;
}
.dropdown-outline-primary .dropdown-item.active,  .dropdown-outline-primary .dropdown-item:active, .dropdown-outline-primary .dropdown-item:before {
background-color: #0c6dff;
}
.dropdown-outline-secondary .dropdown-item.active,  .dropdown-outline-secondary .dropdown-item:active, .dropdown-outline-secondary .dropdown-item:before {
background-color: #8a8a8a;
}
.dropdown-outline-success .dropdown-item.active,  .dropdown-outline-success .dropdown-item:active, .dropdown-outline-success .dropdown-item:before  {
background-color: #43bc40;
}
.dropdown-outline-info .dropdown-item.active,  .dropdown-outline-info .dropdown-item:active, .dropdown-outline-info .dropdown-item:before  {
background-color: #03a5ee;
}
.dropdown-outline-warning .dropdown-item.active,  .dropdown-outline-warning .dropdown-item:active,  .dropdown-outline-warning .dropdown-item:before  {
background-color: #ff971b;
}
.dropdown-outline-danger .dropdown-item.active,  .dropdown-outline-danger .dropdown-item:active, .dropdown-outline-danger .dropdown-item:before  {
background-color: #fe573c;
}

/* SOLID DROPDOWNS */

/* OULINE DROPDOWNS */
.dropdown-primary .dropdown-item.active,  .dropdown-primary .dropdown-item:active, .dropdown-secondary .dropdown-item.active,  .dropdown-secondary .dropdown-item:active, .dropdown-success .dropdown-item.active,  .dropdown-success .dropdown-item:active, .dropdown-info .dropdown-item.active,  .dropdown-info .dropdown-item:active, .dropdown-warning .dropdown-item.active,  .dropdown-warning .dropdown-item:active, .dropdown-danger .dropdown-item.active,  .dropdown-danger .dropdown-item:active{
color: #fff;
}
.dropdown-default .dropdown-item.active,  .dropdown-primary .dropdown-item:active {
background-color: #ffffff;
color: #000;
}
.dropdown-primary .dropdown-item.active,  .dropdown-primary .dropdown-item:active {
background-color: #0c6dff;
}
.dropdown-secondary .dropdown-item.active,  .dropdown-secondary .dropdown-item:active {
background-color: #8a8a8a;
}
.dropdown-success .dropdown-item.active,  .dropdown-success .dropdown-item:active {
background-color: #43bc40;
}
.dropdown-info .dropdown-item.active,  .dropdown-info .dropdown-item:active {
background-color: #03a5ee;
}
.dropdown-warning .dropdown-item.active,  .dropdown-warning .dropdown-item:active {
background-color: #ff971b;
}
.dropdown-danger .dropdown-item.active,  .dropdown-danger .dropdown-item:active {
background-color: #fe573c;
}


/*  Iconic Dropdown */

.dropdown-iconic .dropdown-toggle::after {
display: inline-block;
margin-left: 0 !important;
border-top: none !important;
border-right: none !important;
border-bottom: none !important;
border-left: none !important;
}
.dropdown-iconic .btn{
padding: .600rem !important
}
.dropdown-iconic .btn i{
margin-right: 0 !important;
}

/* dropdown-Rcircle */

.dropdown-Rcircle .dropdown-menu{
border-radius: 1.2rem !important;

}
.dropdown-Rcircle .dropdown-menu li:first-child a{
border-radius: 1rem 1rem 0 0;

}
.dropdown-Rcircle .dropdown-menu li:last-child a{
border-radius: 0 0 1rem 1rem;

}

.bootstrap-select .dropdown-menu{
top: -43px !important;
left: 0 !important;
width: 100%;
padding: 0;
margin-top: 0 !important;

}
.dropdown-menu.show{
animation-name: drpdown;
animation-duration:0.5s;
-moz-animation-duration:0.5s;
animation-timing-function:200ms cubic-bezier(.66,.22,.18,.32);
animation-timing-function:linear;

transform-origin: 15% 36px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
transform: translate3d(0, 36px, 0px);

/*transform: scaleY(0.5) !important;*/
/*transform-origin: 0 0%;*/
/*transform: translate3d(0, 0, 0px) !important;*/
/*-moz-transform: translate3d(0, 0, 0px) !important;*/
/*transform: translate3d(0, 0px, 0px);*/
/*transform: translate3d(5px, 0%, 0px)  !important;*/
/*transform:  scaleY(1);*/
/*-moz-transform: translate(0, 0px) !important;
-moz-transform:  scaleY(1);
*/
/*transform: scaleY(1) translate3d(10%, 10%, 0)   !important;*/
/*transform:  translate3d(0, 0, 0px) scaleY(1) ;*/
-webkit-animation-name: drpdown;
-webkit-animation-duration:0.5s;
-webkit-animation-timing-function:200ms cubic-bezier(.66,.22,.18,.32);
-webkit-transform-origin: 15% 36px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
-webkit-transform: translate3d(0, 36px, 0px);

}

/*@keyframes drpdown{

0%{ transform: translate3d(0, 0, 0px) scaleY(0) ; opacity: 0;}
100%{  transform: translate3d(0, 0%, 0px) scaleY(1);
opacity: 1;}
}*/

@keyframes drpdown{
0%{ transform: translate3d(0, 0, 0px) scaleY(0) ; opacity: 0;}
100%{  transform: translate3d(0, 36px, 0px) scaleY(1);
opacity: 1;}
}

@-webkit-keyframes drpdown {
0%{ -webkit-transform: translate3d(0, 0, 0px) scaleY(0) ; opacity: 0;}
100%{  -webkit-transform: translate3d(0, 36px, 0px) scaleY(1);
opacity: 1;}
}


/* bootstrap-select */
.bootstrap-select .btn{
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.bootstrap-select .btn:before{
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #0c6dff;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.bootstrap-select .btn:hover:before{
 left: 0;
  right: 0;

}

.bootstrap-select .btn:focus:before{
 left: 0;
  right: 0;
}
.bootstrap-select .btn:active:before{
 left: 0;
  right: 0;

}
.bootstrap-select .btn-default:before, .bootstrap-select .btn-primary:before, .bootstrap-select .btn-success:before, .bootstrap-select .btn-info:before, .bootstrap-select .btn-warning:before, .bootstrap-select .btn-danger:before{
  background: none !important;
  height: 0 !important;
}

.bootstrap-select .btn-default, .bootstrap-select .btn-primary, .bootstrap-select .btn-success, .bootstrap-select .btn-info, .bootstrap-select .btn-warning, .bootstrap-select .btn-danger{
padding: .500rem 25px .500rem .500rem !important;
}
.bootstrap-select .btn{
padding: .375rem .0;
}

.bootstrap-select .btn, .bootstrap-select .btn:active, .bootstrap-select .btn:focus{
  box-shadow: none;
  border-radius: 0;

}
.bs-actionsbox .btn-default {
    background: #fff !important  !important;
    border: 1px solid #8a8a8a  !important;
        box-shadow: 0 6px 4px -2px rgba(0,0,0,.20), 0 0px 10px 0 rgba(0,0,0,0.20) !important;
}
.bs-actionsbox .btn:before {
    background: none !important  !important;
    }
.btn-group.bootstrap-select.show .dropdown-menu{
    display: block;
  }
  .btn.dropdown-toggle.btn-default{
    background: none !important;
    border-bottom: 1px solid #8a8a8a;
  }
   .btn.dropdown-toggle.btn-default:hover, .btn.dropdown-toggle.btn-default:focus{
    outline: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #8a8a8a !important;
   }
.bootstrap-select .dropdown-menu.show{
animation-name: seldrpdown;
animation-duration:0.5s;
-moz-animation-duration:0.5s;
animation-timing-function:200ms cubic-bezier(.66,.22,.18,.32);
animation-timing-function:linear;

transform-origin: 15% 36px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
transform: translate3d(0, 36px, 0px);

/*transform: scaleY(0.5) !important;*/
/*transform-origin: 0 0%;*/
/*transform: translate3d(0, 0, 0px) !important;*/
/*-moz-transform: translate3d(0, 0, 0px) !important;*/
/*transform: translate3d(0, 0px, 0px);*/
/*transform: translate3d(5px, 0%, 0px)  !important;*/
/*transform:  scaleY(1);*/
/*-moz-transform: translate(0, 0px) !important;
-moz-transform:  scaleY(1);
*/
/*transform: scaleY(1) translate3d(10%, 10%, 0)   !important;*/
/*transform:  translate3d(0, 0, 0px) scaleY(1) ;*/



-webkit-animation-name: seldrpdown;
-webkit-animation-duration:0.5s;
-webkit-animation-timing-function:200ms cubic-bezier(.66,.22,.18,.32);


-webkit-transform-origin: 15% 36px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
-webkit-transform: translate3d(0, 36px, 0px);


}


/*@keyframes drpdown{

0%{ transform: translate3d(0, 0, 0px) scaleY(0) ; opacity: 0;}
100%{  transform: translate3d(0, 0%, 0px) scaleY(1);
opacity: 1;}
}*/

@keyframes seldrpdown{
0%{ transform: translate3d(0, 0, 0px) scaleY(0) ; opacity: 0;}
100%{  transform: translate3d(0, 43px, 0px) scaleY(1);
opacity: 1;}
}

@-webkit-keyframes seldrpdown {
0%{ -webkit-transform: translate3d(0, 0, 0px) scaleY(0) ; opacity: 0;}
100%{  -webkit-transform: translate3d(0, 43px, 0px) scaleY(1);
opacity: 1;}
}



.dropdown-item, .bootstrap-select.btn-group .dropdown-menu li {
display: block;
width: 100%;
padding:0;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
/*min-height: 36px;*/
font-size: 14px;
line-height: 17px;
}
.dropdown-menu a, .bootstrap-select.btn-group .dropdown-menu li a{
padding: 15px;
}

.dropdown-menu li a:focus{
padding: 15px;
}
 .bootstrap-select .dropdown-menu.inner li  span.text {
    margin-right: 0 !important;
    float: left;
    width: 88%;
}
.bootstrap-select .dropdown-menu.inner li i{
  display: none;
  width: 10%;
  float: right;
 }
 .bootstrap-select .dropdown-menu.inner li.selected i{
  display: block;
 }
.bootstrap-select .btn-default{
  background: none  !important;  
  border: none !important;
  border-bottom: 1px solid #8a8a8a !important;
}

/************ DROPDOWN ENDS  ********************/

/************ BOOTSTRAP SELECT STARTS  ********************/

/*!
* Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
*
* Copyright 2013-2017 bootstrap-select
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
*/

select.bs-select-hidden,
select.selectpicker {
display: none !important;
}
.bootstrap-select {
width: 220px \0;
/*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
width: 100%;
padding-right: 25px;
z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
color: #999;
}
.bootstrap-select > select {
position: absolute !important;
bottom: 0;
left: 50%;
display: block !important;
width: 0.5px !important;
height: 100% !important;
padding: 0 !important;
opacity: 0 !important;
border: none;
}
.bootstrap-select > select.mobile-device {
top: 0;
left: 0;
display: block !important;
width: 100% !important;
z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
border-color: #b94a48;
}
.bootstrap-select.fit-width {
width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
outline: thin dotted #333333 !important;
outline: 5px auto -webkit-focus-ring-color !important;
outline-offset: -2px;
}
.bootstrap-select.form-control {
margin-bottom: 0;
padding: 0;
border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
float: none;
display: inline-block;
margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
height: 100%;
font-size: inherit;
line-height: inherit;
border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
position: absolute;
height: 0 !important;
padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
display: inline-block;
overflow: hidden;
width: 100%;
text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
position: absolute;
top: 50%;
right: 12px;
margin-top: -2px;
vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
min-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
position: static;
float: none;
border: 0;
padding: 0;
margin: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: normal;
line-height: 19px;
display: block;
width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
position: relative;
padding-left: 0;
display: block;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
display: none;
float: right;
margin-top: 10px;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
padding-left: 0.5em;
}
/*.bootstrap-select.btn-group .dropdown-menu .notify {
position: absolute;
bottom: 5px;
width: 96%;
margin: 0 2%;
min-height: 26px;
padding: 3px 5px;
background: #f5f5f5;
border: 1px solid #e3e3e3;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
pointer-events: none;
opacity: 0.9;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}*/
.bootstrap-select.btn-group .no-results {
padding: 3px;
background: #f5f5f5;
margin: 0 5px;
white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
position: static;
top: auto;
margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
position: absolute;
display: inline-block;
right: 15px;
margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
content: '';
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid rgba(204, 204, 204, 0.2);
position: absolute;
bottom: -4px;
left: 9px;
display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid white;
position: absolute;
bottom: -4px;
left: 10px;
display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
bottom: auto;
top: -3px;
border-top: 7px solid rgba(204, 204, 204, 0.2);
border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
bottom: auto;
top: -3px;
border-top: 6px solid white;
border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
right: 12px;
left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
right: 13px;
left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
padding: 15px;
}
.bs-actionsbox {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
width: 50%;
}
.bs-donebutton {
float: left;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bs-donebutton .btn-group button {
width: 100%;
}
.bs-searchbox + .bs-actionsbox {
padding: 0 8px 4px;
}
/*.bs-searchbox .form-control {
margin-bottom: 0;
width: 100%;
float: none;
}*/
.bs-searchbox .form-control {
margin-bottom: 0;
width: 100%;
float: none;
border-bottom: 1px solid #ccc;
border: none;
border-bottom: 1px solid #5b5d5f;
border-radius: 0;
padding: .375rem 0 .375rem 30px;
}
/* newly added */
.iconSrchSel{
width: 24px;
height: 24px;
display: block;
position: absolute;
z-index: 2;
top: 22px;

}
.bootstrap-select.btn-group .no-results, .bootstrap-select.btn-group .notify{
padding: 15px !important;
/* display: none; */
white-space: normal !important;
margin: 0 !important;
background: #03a5ee !important;
color: #fff !important;
line-height: 16px  !important;

}
.dropdown-menu .divider{
height: 1px !important;
background: #8a8a8a !important;
line-height: 1px !important;
padding: 0 !important;
min-height: 1px;
margin: 10px 0;
}
.dropdown-header{
font-weight: bold !important;
padding:0 15px !important;
}
.btn-group-sm>.btn, .btn-sm {
height: 36px;
}
/*# sourceMappingURL=bootstrap-select.css.map */


/************ BOOTSTRAP SELECT ENDS  ********************/

/************ MATERIAL DATE PICKER STARTS  ********************/


.dtp .dtp-close{display: none;}
.dtp { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.9); z-index: 2000; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.dtp > .dtp-content { max-width: 96%;/* max-height: 520px;*/ position: relative; left: 50%; }
.dtp > .dtp-content > .dtp-date-view > header.dtp-header { background: #0c6dff; color: #fff; text-align: center; padding: 0.3em; }

.dtp div.dtp-date, .dtp div.dtp-time {  text-align: center; color: #fff; padding: 10px; }
.dtp div.dtp-date > div { padding: 0; margin: 0; }
.dtp div.dtp-actual-month { font-size: 1.5em; }
.dtp div.dtp-actual-num {     font-size: 6em;
    line-height: 0.9;
    font-weight: 700; }
.dtp div.dtp-actual-maxtime { font-size: 3em; line-height: 0.9; }
.dtp div.dtp-actual-year { font-size: 1.5em; color: #DCEDC8; }
.dtp div.dtp-picker { padding: 1em 1em 0 1em; text-align: center; background: #fff; }

.dtp div.dtp-picker-month, .dtp div.dtp-actual-time { font-weight: 500; text-align: center; }
.dtp div.dtp-picker-month { padding-bottom:20px!important; text-transform: uppercase!important; }

.dtp .dtp-close { position: absolute; top: 0.5em; right: 1em; }
.dtp .dtp-close > a { color: #fff; }
.dtp .dtp-close > a > i { font-size: 1em; }

.dtp table.dtp-picker-days { margin: 0; min-height: 320px;}
.dtp table.dtp-picker-days, .dtp table.dtp-picker-days tr, .dtp table.dtp-picker-days tr > td { border: none; }
.dtp table.dtp-picker-days tr > td {  font-weight: 700; font-size: 0.8em; text-align: center; padding: 0.5em 0.3em; }
.dtp table.dtp-picker-days tr > td > span.dtp-select-day { color: #BDBDBD!important; padding: 0.4em 0.5em 0.5em 0.6em;}
.dtp table.dtp-picker-days tr > td > a, .dtp .dtp-picker-time > a { color: #212121; text-decoration: none; padding: 0.4em 0.5em 0.5em 0.6em; border-radius: 50%!important; }
.dtp table.dtp-picker-days tr > td > a.selected{ background: #0c6dff; color: #fff; }
.dtp table.dtp-picker-days tr > th { color: #757575; text-align: center; font-weight: 700; padding: 0.4em 0.3em; }

.dtp .p10 > a { color: #0c6dff; text-decoration: none; }
.dtp .p10 > a i{ color: #fff; text-decoration: none; }
.dtp .p10 { width: 10%; display: inline-block; }
.dtp .p20 { width: 20%; display: inline-block; }
.dtp .p60 { width: 60%; display: inline-block; }
.dtp .p80 { /*width: 80%;*/ display: inline-block; }

.dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm { position: relative; top: 10px; color: #212121; font-weight: 500; padding: 0.5em; border-radius: 50%!important;text-decoration: none; background: #eee; font-size:1em; }
.dtp .dtp-actual-meridien a.selected { background: #0c6dff; color: #fff; }

.dtp .dtp-picker-time > .dtp-select-hour { cursor: pointer; }
.dtp .dtp-picker-time > .dtp-select-minute { cursor: pointer; }

.dtp .dtp-buttons { padding: 0 1em 1em 1em; text-align: right; }

.dtp.hidden, .dtp .hidden { display: none; }
.dtp .invisible { visibility: hidden; }

.dtp .left { float: left; }
.dtp .right { float: right; }
.dtp .clearfix { clear: both; }

.dtp .center { text-align: center; }

.dtp-picker-year{
    margin-bottom: 1px;
}

.year-picker-item{
   text-align: center;
    padding-top: 11px;
    font-size: large;
    cursor: pointer;
    margin: 0 auto;
    padding-bottom: 10px;
    transition: 1s;
}

.dtp-actual-year:hover{
    cursor: pointer;
}
.dtp-actual-year.disabled:hover{
    cursor: inherit;
}
.year-picker-item:hover{
    color:#000000;
}

.year-picker-item.active{
      color: #000000;
    font-weight: bold;
}

.dtp-select-year-range{
        display: inline-block;
    text-align: center;
    width: 100%;
    height: 48px;
    padding: 0 !important;
    line-height: 48px;
        background: #0c6dff !important;
}
.dtp-select-year-range i{
            display: block;
    line-height: 48px;
    color: #fff;
    position: static !important;
    margin: 0 auto;
    width: 26px;
    float: none !important;

}
.dtp-select-year-range.after{
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;

}



/* NEWLY ADDED */

.dtp-date-view{
background: #0c6dff;
box-shadow: -33px -2px 47px -7px rgba(0,0,0,0.7) inset;
}

.dtp .dtp-buttons {
    background: #fff;
}
.dtp-buttons .btn{
    background: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.7rem 1.2rem;
    margin: 0 0 0 10px;
    box-shadow: none !important;
}

.dtp-actual-maxtime{
        line-height: 181px !important;
    font-size: 60px !important; 
    text-align: center;

}


.dtp-content
{

  -webkit-animation-duration: .45s;
  animation-duration: .45s;
  -webkit-animation-name: dtpPickerAnim;
  animation-name: dtpPickerAnim;
}
@-webkit-keyframes dtpPickerAnim {
 

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes dtpPickerAnim {


  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  
  100%{
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}










/* media */

@media (min-width: 320px) and (max-width: 575px){
.dtp{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;

}
.dtp-date-view {
    
    box-shadow:none;
}
    .dtp > .dtp-content{
    margin: 0 auto !important;
    left: auto !important;
        
        top: auto !important;
        text-align: center;



           width: 96%;
    max-height: 96%;

    overflow: auto;
}
}
/* media */
@media (min-width: 576px) and (max-width: 22222px){

.disShow{
    display: block !important;
}
.dtp-RDiv{
    float: right !important;
    width: 65%;
    margin: 0 auto;
    background: #f60;
}
.dtp{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;

}
.year-picker-item.waves-effect{
    display: block !important;
}
.dtp > .dtp-content{
    margin: 0 auto !important;
    left: auto !important;
        width: 550px;
        top: auto !important;
        text-align: center;
}
.dtp-date-view{
            float: left;
    width: 35%;
    height: 220px;
    margin-top: 19%; padding: 10px 0 0 0;
}
.dtp-picker{
        float: right;
    width: 65%;
}
.dtp-buttons{
    clear: both;
}
.dtp-monthPN{
    position: absolute;
    right: 0;
    width: 65%;
    top: 0;
}
.dtp-picker-year{
           position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #0c6dff;
    width: 35%;
    z-index: 98;
    color: #fff;
}
.dtp .dtp-buttons {
    background: #fff;
    width: 65%;
    float: right;
}
.dtp-actual-day{
    font-size: 2rem;
    font-weight: 300;

}
.dtp .p10 {
    width: 38px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
}
.dtp .p10 > a {
    color: #689F38;
    text-decoration: none;
    line-height: 38px;
    width: 38px;
    height: 38px;
}
.dtp .p10 > a  i{
    display: block;
    line-height: 38px;
}
.dtp-date-view .p10 > a  i{
    color: #fff;
}
.dtp-monthPN .p10 > a  i{
    color: #000 !important;
}
.dtp .p80 {
    width: auto;
    display: inline-block;
    line-height: 38px;
    padding: 0 20px;
}
.dtp div.dtp-actual-month {
    display: none;
}
.dtp table.dtp-picker-days tr > td > a, .dtp .dtp-picker-time > a {
    color: #212121;
    text-decoration: none;
    padding:0.4em 0.5em 0.5em 0.5em;
    border-radius: 50%!important;
    width: 38px;
    height: 38px;
    line-height: 30px;
    font-size: 0.8rem;
}
}


/************ MATERIAL DATE PICKER ENDS  ********************/

/************ TEXTAREA STARTS  ********************/

.animatedTextAutoGrow {
-webkit-transition: height 0.5s0.5s0.5s;
-moz-transition: height 0.5s0.5s;
transition: height 0.5s;
}



.form-ControlTextAreaGrow{
position: relative;
width: 100%;
min-height: 106px !important;
font-size: 14px;
border: none;
background-color: transparent;
border-radius: 0;
bottom: 2px;
padding: .275rem 0 !important;
padding: 20px 0 0 0 !important;
z-index: 2;


}
.form-ControlTextAreaGrow + label.form-label {
position: absolute;
top:75px;
left: 0;
z-index: 2;
font-size: 16px;
color: #7d8094;
transition: all .2s ease;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
background: #fff;
z-index:1;
}

.form-ControlTextAreaGrow:focus {
outline: none;
border-width: 2px;
transition: all .2s ease-in-out ;
-moz-transition:all .2s ease-in-out ;
-webkit-transition:all .2s ease-in-out ;
-ms-transition:all .2s ease-in-out ;
}
.form-ControlTextAreaGrow:focus ~ .form-controlBrd{
background-size: 100% 2px, 100% 1px;
}
.form-ControlTextAreaGrow:focus + label.form-label{
top: 0px;
color:#0c6dff;
font-size: 12px;
}
.form-ControlTextAreaGrow.has-value + label.form-label {
top: 0px;
color:#8a8a8a;
font-size: 12px;
}
.form-ControlTextAreaGrow{
background:none !important;
}
.form-ControlTextAreaGrow:focus ~ .form-controlBrd-Left{
background-size: 100% 2px, 100% 1px;
}

.form-ControlTextAreaGrow:focus ~ .form-controlBrd{
background-size: 100% 2px, 100% 1px;
}


/************ TEXTAREA ENDS  ********************/