/* custom mixins */
/* custom-variables */
/* common classes */
iframe {
  margin: 0px; }

.colorWhite {
  color: white; }

.colorRed {
  color: red; }

.bgWhite {
  background-color: #fff; }

.fontNormal {
  font-weight: normal; }

.fontBold {
  font-weight: bold; }

.resizeNone {
  resize: none; }

.posRelative {
  position: relative; }

.padding5 {
  padding: 5px; }

.paddingTop5 {
  padding-top: 5px; }

.paddingRight5 {
  padding-right: 5px; }

.paddingBottom5 {
  padding-bottom: 5px; }

.paddingLeft5 {
  padding-left: 5px; }

.padding10 {
  padding: 10px; }

.paddingTop10 {
  padding-top: 10px; }

.paddingRight10 {
  padding-right: 10px; }

.paddingBottom10 {
  padding-bottom: 10px; }

.paddingLeft10 {
  padding-left: 10px; }

.padding15 {
  padding: 15px; }

.paddingTop15 {
  padding-top: 15px; }

.paddingRight15 {
  padding-right: 15px; }

.paddingBottom10 {
  padding-bottom: 15px; }

.paddingLeft15 {
  padding-left: 15px; }

.padding20 {
  padding: 20px; }

.paddingTop20 {
  padding-top: 20px; }

.paddingRight20 {
  padding-right: 20px; }

.paddingBottom20 {
  padding-bottom: 20px; }

.paddingLeft20 {
  padding-left: 20px; }

.margin0 {
  margin: 0px; }

.marginTop0 {
  margin-top: 0px; }

.marginRight0 {
  margin-right: 0px; }

.marginBottom0 {
  margin-bottom: 0px; }

.marginLeft0 {
  margin-left: 0px; }

.margin3 {
  margin: 3px; }

.marginTop3 {
  margin-top: 3px; }

.marginRight3 {
  margin-right: 3px; }

.marginBottom3 {
  margin-bottom: 3px; }

.marginLeft3 {
  margin-left: 3px; }

.margin5 {
  margin: 5px; }

.marginTop5 {
  margin-top: 5px; }

.marginRight5 {
  margin-right: 5px; }

.marginBottom5 {
  margin-bottom: 5px; }

.marginLeft5 {
  margin-left: 5px; }

.margin10 {
  margin: 10px; }

.marginTop10 {
  margin-top: 10px; }

.marginRight10 {
  margin-right: 10px; }

.marginBottom10 {
  margin-bottom: 10px; }

.marginLeft10 {
  margin-left: 10px; }

.margin15 {
  margin: 15px; }

.marginTop15 {
  margin-top: 15px; }

.marginRight15 {
  margin-right: 15px; }

.marginBottom15 {
  margin-bottom: 15px; }

.marginLeft15 {
  margin-left: 15px; }

.fontBolder {
  font-weight: bolder; }

.fontBold {
  font-weight: bold; }

.fontSize12 {
  font-size: 12px !important; }

.fontSize14 {
  font-size: 14px !important; }

.fontSize16 {
  font-size: 16px !important; }

.fontSize18 {
  font-size: 18px !important; }

.fontSize20 {
  font-size: 20px !important; }

.fontSize24 {
  font-size: 24px !important; }

.textEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vAlignTop {
  vertical-align: top !important; }

.listUnstyled {
  list-style: none;
  margin: 0px;
  padding: 0px; 
  display: flex;
  align-items: center;
}

.custom_loader {
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  z-index: 999; }

/*
.fileUpload {
    position: relative;
    overflow: hidden;
    padding: 3px 8px;
    @include border-radius(0px);
    border-color: #b7b7b7;
    input.upload{
	    position: absolute;
	    top: 0;
	    right: 0;
	    margin: 0;
	    padding: 0;
	    font-size: 20px;
	    cursor: pointer;
	    opacity: 0;
	    filter: alpha(opacity=0);
	}
}
*/
.fullWidth {
  width: 100%; }

.autoWidth {
  width: auto; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-15 {
  width: 20%;
  float: left; }

.makeCenterOuter {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center; }
  .makeCenterOuter .makeCenterInner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
    .makeCenterOuter .makeCenterInner img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      margin: 0px auto;
      line-height: 0px;
      vertical-align: middle;
      border: none;
      outline: none; }
    .makeCenterOuter .makeCenterInner i {
      vertical-align: middle; }

.loader_img {
  /*background: url("../assets/images/loader_2.gif") center center no-repeat;*/
  height: 11px;
  text-align: center;
  margin: 0 auto; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-darkGrey {
  color: #fff;
  background-color: #454545;
  border-color: transparent; }
  .btn-darkGrey:hover, .btn-darkGrey:focus, .btn-darkGrey.active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle; }
  .btn-file input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer; }

.fileupload {
  margin-bottom: 9px; }
  .fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text; }
  .fileupload .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center; }
    .fileupload .thumbnail img {
      display: inline-block;
      vertical-align: middle;
      max-height: 100%; }
  .fileupload .btn {
    vertical-align: middle; }

.fileupload-exists {
  float: none;
  font-size: 12px; }
  .fileupload-exists .fileupload-new {
    display: none; }

.fileupload-new .fileupload-exists {
  display: none; }
.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }
.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd; }

.fileupload-inline .fileupload-controls {
  display: inline; }

.thumbnail-borderless .thumbnail {
  border: none;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c; }
.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c; }
.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c; }
.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48; }
.control-group.error .fileupload .fileupload-preview {
  color: #b94a48; }
.control-group.error .fileupload .thumbnail {
  border-color: #b94a48; }
.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847; }
.control-group.success .fileupload .fileupload-preview {
  color: #468847; }
.control-group.success .fileupload .thumbnail {
  border-color: #468847; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
/* ####### CSS for header Starts ####### */
.tab-items .nav-tabs {
  border: 0px;
  margin: 0px; }
  .tab-items .nav-tabs li a {
    color: #000;
    background-color: transparent;
    border: 0;
    font-family: 'latoregular', sans-serif;
    font-size: 21px;
    padding: 5px 18px 0;
    cursor: pointer;
    border: none;
    min-height: 42px;
    outline: none; }
    .tab-items .nav-tabs li a:hover {
      background-color: transparent;
      border: none; }
    .tab-items .nav-tabs li a span {
      padding-bottom: 5px;
      display: inline-block; }
      .tab-items .nav-tabs li a span .badge {
        border: 1px solid #000;
        color: #000;
        background: transparent;
        font-size: 13px;
        margin: 0px 0px 0px 8px;
        display: inline-block;
        height: 25px;
        width: 25px;
        border-radius: 50%;
        font-weight: normal;
        padding: 5px 0; }
  .tab-items .nav-tabs li.active a, .tab-items .nav-tabs li:hover a {
    color: #000;
    border: none;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
    .tab-items .nav-tabs li.active a span, .tab-items .nav-tabs li:hover a span {
      border-bottom: 7px solid #eec672;
      -webkit-transition: border-bottom 0.25s ease-in-out;
      -moz-transition: border-bottom 0.25s ease-in-out;
      -ms-transition: border-bottom 0.25s ease-in-out;
      -o-transition: border-bottom 0.25s ease-in-out;
      transition: border-bottom 0.25s ease-in-out; }
      .tab-items .nav-tabs li.active a span .badge, .tab-items .nav-tabs li:hover a span .badge {
        border: 1px solid #000;
        background: transparent;
        color: #000;
        -webkit-transition: color 0.25s ease-in-out;
        -moz-transition: color 0.25s ease-in-out;
        -ms-transition: color 0.25s ease-in-out;
        -o-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
    .tab-items .nav-tabs li.active a.dropdown-toggle:hover, .tab-items .nav-tabs li.active a.dropdown-toggle:focus, .tab-items .nav-tabs li:hover a.dropdown-toggle:hover, .tab-items .nav-tabs li:hover a.dropdown-toggle:focus {
      cursor: pointer !important; }

.resourcePanel {
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #ddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #ddd));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #ddd 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #ddd 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #ddd 100%);
  background: linear-gradient(top, #fdfdfd 0%, #ddd 100%);
  margin: -5px -5px 0px -5px;
  padding: 7px 3px; }
  .resourcePanel .button {
    padding: 4px 7px;
    font-size: 14px;
    margin: 2px 0 2px 2px;
    line-height: 20px;
    cursor: pointer;
    color: #000;
    text-align: center;
    overflow: visible;
    -webkit-appearance: none;
    border: 1px solid #b1b1b1;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25);
    position: relative;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); }
    .resourcePanel .button:hover, .resourcePanel .button:focus {
      background: #f2f2f2;
      background: -moz-linear-gradient(top, #f2f2f2 0%, #ccc 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #ccc));
      background: -webkit-linear-gradient(top, #f2f2f2 0%, #ccc 100%);
      background: -o-linear-gradient(top, #f2f2f2 0%, #ccc 100%);
      background: -ms-linear-gradient(top, #f2f2f2 0%, #ccc 100%);
      background: linear-gradient(top, #f2f2f2 0%, #ccc 100%); }
    .resourcePanel .button i {
      color: #000;
      margin-right: 3px; }

.resourceFiles {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: 1px solid #eee;
  border-bottom: none; }
  .resourceFiles li {
    list-style: none;
    padding: 5px 0px 5px 0px;
    position: relative;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .resourceFiles li a {
      font-size: 21px;
      color: #0B69C7;
      display: block;
      position: relative;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .resourceFiles li a:hover, .resourceFiles li a:focus {
        color: #000; }
      .resourceFiles li a .iconPreTtile {
        width: 36px;
        text-align: center;
        position: absolute;
        left: 0px;
        top: 50%;
        -moz-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        border-right: 1px solid #eee; }
        .resourceFiles li a .iconPreTtile .servery_icon {
          margin: 0 0 0 6px;
          font-size: 0;
          height: 21px;
          float: left;
          width: 21px;
          background: url(../images/survey_icon.png) left top no-repeat;
          background-size: cover; }
      .resourceFiles li a .title {
        padding-left: 43px;
        max-width: 90%;
        padding-right: 0; }
      .resourceFiles li a:hover .servery_icon {
        background-position: left bottom; }
    .resourceFiles li .actions {
      position: absolute;
      right: 0px;
      top: 50%;
      -moz-transform: translate(0%, -50%);
      -o-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      z-index: 1; }
      .resourceFiles li .actions a {
        padding: 2px 9px;
        float: right;
        margin: 0px;
        border-right: 1px solid #eee; }
        .resourceFiles li .actions a:hover, .resourceFiles li .actions a:focus {
          background-color: #ddd; }
        .resourceFiles li .actions a:first-child {
          border-right: none; }
    .resourceFiles li:hover, .resourceFiles li:focus {
      background-color: #f9f9f9; }

.notesResources {
  margin-left: -15px;
  margin-right: -13px;
  height: 100%;
  /* max-height: 360px; */
 }
  .notesResources nav {
    margin-right: 154px;
    height: 40px; }
    .notesResources nav .nav-tabs {
      border: none; }
      .notesResources nav .nav-tabs > li > a {
        background-color: transparent;
        border: none;
        color: #82a4cc;
        font-size: 16px;
        padding: 10px 10px 10px 10px;
        margin-right: 0px;
        line-height: normal; }
        .notesResources nav .nav-tabs > li > a:hover, .notesResources nav .nav-tabs > li > a:focus {
          background-color: transparent;
          border: none;
          color: #fff;
          -webkit-transition: color 0.25s ease-in-out;
          -moz-transition: color 0.25s ease-in-out;
          -ms-transition: color 0.25s ease-in-out;
          -o-transition: color 0.25s ease-in-out;
          transition: color 0.25s ease-in-out; }
      .notesResources nav .nav-tabs > li:before {
        content: '';
        position: absolute;
        right: 0px;
        top: 13px;
        width: 1px;
        background-color: #fff;
        height: 15px; }
      .notesResources nav .nav-tabs > li:last-child:before {
        visibility: hidden; }
      .notesResources nav .nav-tabs > li.active a {
        background-color: transparent;
        border: none;
        color: #fff;
        -webkit-transition: color 0.25s ease-in-out;
        -moz-transition: color 0.25s ease-in-out;
        -ms-transition: color 0.25s ease-in-out;
        -o-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
        .notesResources nav .nav-tabs > li.active a:hover, .notesResources nav .nav-tabs > li.active a:focus {
          background-color: transparent;
          border: none; }
      .notesResources nav .nav-tabs > li.active.dropdown .dropdown-menu li a {
        color: #024890; }
      .notesResources nav .nav-tabs > li.active.dropdown .dropdown-menu li.active a {
        color: #000;
        cursor: default; }
      .notesResources nav .nav-tabs .dropdown .dropdown-menu {
        left: 10px; }
  .notesResources .tab-content {
    width: 100%;
    height:calc(100% - 40px);
   }
  .notesResources .tinymceTextarea {
    visibility: hidden;
    width: 0px;
    height: 0px; }

.navTabdrop {
  display: none; }
  .navTabdrop .tabdrop > a {
    border-radius: 0px; }
    .navTabdrop .tabdrop > a .caret {
      margin-left: 0px; }

.video-gallary-slider .navTabdrop {
  margin: 0px -9px 15px; }
  .video-gallary-slider .navTabdrop .tabdrop > a {
    min-height: 34px;
    padding: 5px 12px;
    margin-top: 7px;
    margin-right: 11px; }
  .video-gallary-slider .navTabdrop .tabdrop.open > .dropdown-menu {
    top: 43px; }
  .video-gallary-slider .navTabdrop .dropdown .dropdown-menu {
    left: 10px; }

.notesResources .navTabdrop .tabdrop > a {
  border: 1px solid #78a0cf;
  padding: 0px 5px;
  margin-top: 9px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .notesResources .navTabdrop .tabdrop > a:hover, .notesResources .navTabdrop .tabdrop > a:focus {
    border: 1px solid #eee; }
.notesResources .navTabdrop .tabdrop.open > .dropdown-menu {
  top: 34px; }
.notesResources .navTabdrop .tabdrop:before {
  display: none; }

/* ####### CSS for Tablet and small Desktop Starts ####### */
@media only screen and (max-width: 1200px) {
  .video-gallary-slider .navTabdrop {
    margin: 0px -1px 7px; }
    .video-gallary-slider .navTabdrop li a {
      font-size: 16px;
      padding: 5px 10px 0; }
      .video-gallary-slider .navTabdrop li a span {
        padding-bottom: 5px; }
        .video-gallary-slider .navTabdrop li a span .badge {
          font-size: 11px;
          padding: 5px 0px;
          height: 22px;
          width: 22px;
          margin: 0px 0px 0px 5px; }
    .video-gallary-slider .navTabdrop li.active a span, .video-gallary-slider .navTabdrop li:hover a span {
      border-bottom: 5px solid #eec672; } }
@media only screen and (max-width: 767px) {
  .notesResources {
    margin-left: -13px; } }
/* ####### CSS for header Starts ####### */
.sidebar-offcanvas {
  background: #ffffff;
  box-shadow: -7px 0 7px -3px rgba(51, 51, 51, 0.12);
  -webkit-box-shadow: -7px 0 7px -3px rgba(51, 51, 51, 0.12);
  -moz-box-shadow: -7px 0 7px -3px rgba(51, 51, 51, 0.12);
  height: 100%;
  position: absolute;
  top: 0;
  width: 375px;
  z-index: 9999;
  font-family: 'CenturyGothic';
  right: -385px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.2s ease 0s; }
  .sidebar-offcanvas .mCustomScrollbar {
    height: 92%;
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px); }
  .sidebar-offcanvas h4 {
    font-family: 'CenturyGothic-Bold';
    padding: 20px;
    margin: 0;
    background: #ededed; }
    .sidebar-offcanvas h4 .closeSidebar {
      width: 59px;
      height: 59px;
      text-align: center;
      margin: -20px;
      display: table; }
      .sidebar-offcanvas h4 .closeSidebar i {
        display: table-cell;
        vertical-align: middle;
        font-size: 20px; }
  .sidebar-offcanvas ul.parent-list li {
    position: relative; }
    .sidebar-offcanvas ul.parent-list li a {
      font-size: 16px;
      color: #666666;
      padding: 10px 10px 10px 65px;
      display: block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .sidebar-offcanvas ul.parent-list li a span.time {
        display: block;
        font-size: 14px; }
        .sidebar-offcanvas ul.parent-list li a span.time:before {
          content: "";
          border-width: 6px;
          border-color: transparent transparent transparent #666;
          border-style: solid;
          width: 10px;
          display: inline-block;
          vertical-align: middle;
          color: #000; }
      .sidebar-offcanvas ul.parent-list li a:hover {
        color: #fff;
        background: #096bcd;
        display: block; }
        .sidebar-offcanvas ul.parent-list li a:hover span.time:before {
          border-color: transparent transparent transparent #fff; }
    .sidebar-offcanvas ul.parent-list li:before {
      position: absolute;
      width: 1px;
      height: 100%;
      content: "";
      left: 30px;
      background: #c0c0c0; }
    .sidebar-offcanvas ul.parent-list li:after {
      content: "";
      width: 22px;
      height: 22px;
      border: 1px solid #c0c0c0;
      border-radius: 50%;
      left: 20px;
      top: 20px;
      position: absolute;
      background: #fff; }
    .sidebar-offcanvas ul.parent-list li.active > a {
      color: #fff;
      background: #096bcd;
      display: block; }
      .sidebar-offcanvas ul.parent-list li.active > a span.time:before {
        border-color: transparent transparent transparent #fff; }
    .sidebar-offcanvas ul.parent-list li.active:before {
      background: #fff; }
  .sidebar-offcanvas ul.parent-list .child-list {
    padding-left: 50px;
    max-height: 700px;
    overflow-y: auto;
   }
  .sidebar-offcanvas.active {
    right: 0px;
    bottom: 0px;
    height: 93%!important;
   }

/* ####### CSS for Tablet and small Desktop Starts ####### */
@media only screen and (max-width: 767px) {
  .sidebar-offcanvas {
    width: 240px; }
    .sidebar-offcanvas h4 {
      font-size: 15px;
      padding: 10px; }
      .sidebar-offcanvas h4 .closeSidebar {
        width: 36px;
        height: 36px;
        margin: -10px; }
        .sidebar-offcanvas h4 .closeSidebar i {
          font-size: 15px; }
    .sidebar-offcanvas ul.parent-list li a {
      font-size: 12px;
      padding: 10px 10px 10px 45px; }
      .sidebar-offcanvas ul.parent-list li a span.time {
        font-size: 12px; }
        .sidebar-offcanvas ul.parent-list li a span.time:before {
          border-width: 5px;
          margin-top: -2px; }
    .sidebar-offcanvas ul.parent-list li:before {
      left: 20px; }
    .sidebar-offcanvas ul.parent-list li:after {
      background: #ffffff none repeat scroll 0 0;
      border: 1px solid #c0c0c0;
      border-radius: 50%;
      content: "";
      height: 16px;
      left: 13px;
      position: absolute;
      top: 19px;
      width: 16px; }
    .sidebar-offcanvas ul.parent-list .child-list {
      padding-left: 30px; } }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #b4b4b4;
  opacity: 1;
  width: 6px; }
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #666; }
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCSB_inside > .mCSB_container {
  margin-right: 0px; }

.custom-sidebar {
  width: 300px;
  background: #FFF;
  box-shadow: 0 0 12px #B6B6B6;
  -webKit-box-shadow: 0 0 12px #B6B6B6;
  -moz-box-shadow: 0 0 12px #B6B6B6;
  z-index: 9999;
  height: 100%; }
  .custom-sidebar .sidebar-header {
    background: #024890;
    overflow: hidden; }
  .custom-sidebar .mobile-sideBar-head {
    width: 100%; }
    .custom-sidebar .mobile-sideBar-head .userBlock .userpic {
      display: block;
      width: 100%; }
      .custom-sidebar .mobile-sideBar-head .userBlock .userpic .user-img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background: #096bcd;
        display: inline-block;
        height: 30px;
        width: 30px;
        overflow: hidden;
        float: left; }
        .custom-sidebar .mobile-sideBar-head .userBlock .userpic .user-img img {
          max-width: 100%; }
      .custom-sidebar .mobile-sideBar-head .userBlock .userpic a {
        display: block;
        padding: 5px 10px;
        overflow: hidden; }
      .custom-sidebar .mobile-sideBar-head .userBlock .userpic span {
        color: #fff; }
        .custom-sidebar .mobile-sideBar-head .userBlock .userpic span.caret {
          float: right;
          margin: 13px 10px 0 10px; }
        .custom-sidebar .mobile-sideBar-head .userBlock .userpic span.username {
          float: left;
          padding: 6px 10px;
          width: 200px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          font-size: 15px; }
    .custom-sidebar .mobile-sideBar-head .userBlock .user-name {
      font-size: 18px;
      color: #FFF;
      padding: 6px 10px;
      vertical-align: middle;
      float: left; }
    .custom-sidebar .mobile-sideBar-head .userBlock .mobile-dropdown {
      position: static;
      width: 100%;
      margin: 0;
      box-shadow: none;
      padding: 0;
      background: #fff;
      border: 0px;
      border-radius: 0; }
      .custom-sidebar .mobile-sideBar-head .userBlock .mobile-dropdown li {
        border-bottom: 1px solid #E4E5E8; }
        .custom-sidebar .mobile-sideBar-head .userBlock .mobile-dropdown li a {
          font-size: 14px;
          color: #424242;
          background: #FFF;
          padding: 10px; }
          .custom-sidebar .mobile-sideBar-head .userBlock .mobile-dropdown li a:hover {
            background: #2288ED;
            color: #FFF; }
  .custom-sidebar .sidebar-content ul li {
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #2288ED; }
    .custom-sidebar .sidebar-content ul li.open {
      border-bottom: 0px; }
    .custom-sidebar .sidebar-content ul li a {
      background: #096BCD;
      padding: 10px;
      color: #fff;
      display: block; }
      .custom-sidebar .sidebar-content ul li a:hover {
        text-decoration: none;
        background: #2288ED; }
      .custom-sidebar .sidebar-content ul li a span.caret {
        float: right;
        margin: 8px 10px 0 10px; }
    .custom-sidebar .sidebar-content ul li .mobile-dropdown {
      position: static;
      width: 100%;
      margin: 0;
      box-shadow: none;
      padding: 0;
      background: #fff;
      border: 0px; }
      .custom-sidebar .sidebar-content ul li .mobile-dropdown .all-alphabet-group a {
        color: #096BCD;
        padding: 10px;
        font-size: 14px;
        display: block;
        background: #FFF; }
      .custom-sidebar .sidebar-content ul li .mobile-dropdown .alphabet-group {
        background: #FFF; }
        .custom-sidebar .sidebar-content ul li .mobile-dropdown .alphabet-group ul {
          margin: 0px 10px;
          padding: 0px; }
        .custom-sidebar .sidebar-content ul li .mobile-dropdown .alphabet-group li {
          padding: 0px;
          display: inline-block;
          width: auto; }
          .custom-sidebar .sidebar-content ul li .mobile-dropdown .alphabet-group li a {
            color: #fff;
            padding: 5px 10px;
            display: block;
            font-size: 14px; }
            .custom-sidebar .sidebar-content ul li .mobile-dropdown .alphabet-group li a.fa {
              font-size: 19px; }
            .custom-sidebar .sidebar-content ul li .mobile-dropdown .alphabet-group li a:hover {
              text-decoration: none;
              background: #2288ED; }
          .custom-sidebar .sidebar-content ul li .mobile-dropdown .alphabet-group li.active a {
            text-decoration: none;
            background: #2288ED;
            color: #fff; }
      .custom-sidebar .sidebar-content ul li .mobile-dropdown .sort-content {
        margin: 5px;
        max-height: 300px; }
        .custom-sidebar .sidebar-content ul li .mobile-dropdown .sort-content ul {
          margin: 0px;
          padding: 0px; }
          .custom-sidebar .sidebar-content ul li .mobile-dropdown .sort-content ul li {
            padding: 0px;
            width: 283px;
            margin: 4px 5px;
            border: 0px; }
            .custom-sidebar .sidebar-content ul li .mobile-dropdown .sort-content ul li a {
              display: block;
              background: #F2F1F3;
              padding: 5px 10px;
              white-space: nowrap;
              overflow: hidden;
              color: #424242;
              text-overflow: ellipsis; }
      .custom-sidebar .sidebar-content ul li .mobile-dropdown.manage-dropdown li {
        border-bottom: 1px solid #E4E5E8; }
        .custom-sidebar .sidebar-content ul li .mobile-dropdown.manage-dropdown li a {
          font-size: 14px;
          color: #424242;
          background: #fff; }
          .custom-sidebar .sidebar-content ul li .mobile-dropdown.manage-dropdown li a i {
            margin: 0 10px 0 0;
            width: 15px;
            text-align: center;
            display: inline-block; }
          .custom-sidebar .sidebar-content ul li .mobile-dropdown.manage-dropdown li a:hover {
            text-decoration: none;
            background: #2288ED;
            color: #fff; }

@media only screen and (max-width: 479px) {
  .custom-sidebar {
    width: 270px; }
    .custom-sidebar .mobile-sideBar-head .userBlock .userpic span.username {
      width: 170px; }
    .custom-sidebar .mobile-sideBar-content .navigation .navigation-inner ul li {
      width: 90px; }
      .custom-sidebar .mobile-sideBar-content .navigation .navigation-inner ul li a {
        padding: 10px 5px; } }
.custom-dropdown {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
  min-width: 200px;
  left: 10px;
  margin: 16px 0 0;
  border-radius: 0 0 4px 4px; }
  .custom-dropdown:before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #FFF transparent;
    line-height: 0px;
    filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: -15px;
    left: 15px; }
  .custom-dropdown li a {
    font-size: 15px;
    color: #424242;
    padding: 8px 20px; }
    .custom-dropdown li a i,.custom-dropdown li a strong {
      margin: 0 15px 0 0;
      width: 15px;
      text-align: center;
      display: inline-block; }
    .custom-dropdown li a:hover {
      background: #f2f1f3;
      color: #024890; }
    .custom-dropdown li a .fa-commenting {
      margin: 0 20px 0 0;
      font-size: 0;
      height: 15px;
      width: 15px;
      float: left;
      background: url(../images/survey_icon.png) left bottom no-repeat;
      background-size: cover; }
    .custom-dropdown li a:hover .fa-commenting {
      background-position: left top; }

/*# sourceMappingURL=sh-component.css.map */

.sidebar-offcanvas .mCustomScrollbar .mCustomScrollBox{ max-height: 97% !important;}