﻿canvas{
	width: 100% !important;
	max-width: 800px;
	height: auto !important;
}
::-ms-clear { 
    display:none; 
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 9px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
#mainnav-menu {
    overflow-y: auto;
}
.nano>.nano-content::-webkit-scrollbar {
    display: block; 
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
   font-weight: 400;
}
#container {
  min-height: auto;
  height: auto;
  position: relative;
  min-width: 290px;
  opacity: 1;
  visibility: visible; 
  -webkit-transition: opacity 0.5s linear 1s;
  transition: opacity 0.5s linear 1s;
}
#content-container {
  padding-bottom: 40px;
  min-height: 100vh;
}
.cls-container {
    min-height: 100% !important;
    min-width: 290px !important;
    overflow: hidden !important;
    min-height: 100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    position: fixed !important;
}
.cls-content {
  padding: 20px 15px 15px;
}
/* Navbar */
/*---------------------------------*/
#navbar {
    position: fixed;
}
/* FONT COLOR - MAIN COLOR */
/*======================================*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, #page-title {
  color: #515151; }

/* FONT COLOR - BODY COLOR */
/*======================================*/
body, #content-container {
  color: #515151; }

/* BACKGROUND COLOR - STATE ACTIVE  */
/*======================================*/
.searchbox .custom-search-form .input-group-btn:before,
.pace .pace-activity {
  background-color: #009EE3; }

/* BACKGROUND COLOR - BODY BACKGROUND */
/*======================================*/
body, #content-container, #navbar {
  background-color: #e7ebee; }

/* CONTAINER */
/*======================================*/
#container.boxed-layout {
  background-color: #dbe1e6; }

/* CLEAN ZONE (LOGIN, REGISTER, AND ERROR PAGES CONTAINER) */
/*======================================*/
.cls-container {
  background-color: #e7ebee; }

/* Boxed Layout */
/*======================================*/
@media (min-width: 1024px) {
  #container.boxed-layout, #container.boxed-layout.navbar-fixed #navbar {
    background-color: #afb7bf; } }
/* Scrollbar */
/*======================================*/
.nano > .nano-pane > .nano-slider,
.pace .pace-progress {
  background-color: #009EE3; }
.btn-group.open .dropdown-toggle.btn.btn-active-primary, .btn-hover-primary.active, .btn-hover-primary:active, .btn-hover-primary:hover, .btn-primary, .btn-primary-basic, .btn-primary.disabled:hover, .btn-primary:disabled:hover, .btn-primary:focus, .btn.btn-active-primary.active, .btn.btn-active-primary:active, .dropdown.open > .btn.btn-active-primary, .panel-primary .panel-footer, .panel-primary .panel-heading, .panel-primary.panel-colorful, .btn-primary:hover {
    background-color: #395168;
    border: none;
    color: #fff;
}
.pace .pace-progress-inner {
  box-shadow: 0 0 10px #009EE3, 0 0 5px #009EE3; }

/* NAVBAR
/*====================================*/

@media (min-width: 768px) {
  #navbar {
    background-color: transparent; } }
.navbar-header {
  background-color: #009EE3; }

.navbar-content {
  background-color: #fff; }

.navbar-aside-icon > i:before {
  background-color: #515151 !important;
  box-shadow: 0 0.45em 0 #515151, 0 0.9em 0 #515151 !important; }

/* BRAND LOGO & TEXT
/*====================================*/
.navbar-brand {
    background-color: #263238;
    color: #fff;
}
.navbar-brand:hover, .navbar-brand:focus {
color: #fff; }

.navbar-header .brand-icon {
    width: 200px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 10px;
    left: 10px;
}
#mainnav-menu > .active-sub > a, #mainnav-menu > .active-sub > a:hover {
    color: #fff;
    font-weight: 600;
    background-color: #009EE3;
    margin: 0 5px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 3px;
}
#mainnav-menu .active-sub a, #mainnav-menu .active-sub a:hover {
    color: #fff;
    font-weight: 600;
    background-color: #009EE3;
    border-radius: 3px;
    margin: 0 5px;
}
/* NAVBAR ICON & BUTTON */
/*======================================*/
.navbar-icon-color, .navbar-top-links > li > a:focus:not(.mainnav-toggle) > i, .navbar-top-links > li > a:hover:not(.mainnav-toggle) > i {
  color: #494949; }

.navbar-top-links > li > a {
  color: #515151; }
  .navbar-top-links > li > a:not(.mainnav-toggle) > i {
    color: #515151; }
  .navbar-top-links > li > a:hover {
    background-color: #f2f2f2;
    color: #494949; }
.navbar-top-links > .open > a, .navbar-top-links > .open > a:focus {
  background-color: #f2f2f2;
  color: #515151; }
.navbar-top-links .tgl-menu-btn > a, .navbar-top-links .tgl-menu-btn > a:hover, .navbar-top-links .tgl-menu-btn > a:focus {
  color: #fff; }
#container.mainnav-sm .brand-icon {
    width: 25px;
    height: auto;
    top: 20px;
}
/* NAVBAR RESPONSIVE */
/*======================================*/
@media (min-width: 768px) {
  .navbar-header:before {
    background-color: #009EE3; }

  #navbar-container {
    background-color: #fff; }

  #container.mainnav-in .brand-title,
  #container.mainnav-sm .brand-title,
  #container.mainnav-lg .brand-title {
    color: #fff; }

  .navbar-top-links .tgl-menu-btn > a, .navbar-top-links .tgl-menu-btn > a:hover, .navbar-top-links .tgl-menu-btn > a:focus {
    color: #515151; } }
/* NAVIGATION */
/*======================================*/
#mainnav {
    background-color: #263238;
}
  #mainnav .list-header {
    color: #819ab0; }

/* PROFILE WIDGET */
/*======================================*/
.mainnav-profile, .mainnav-profile .mnp-name, .mainnav-profile .dropdown-caret, .mainnav-profile .mnp-desc {
  color: #fff; }

#mainnav .mainnav-profile .list-group {
  background-color: #2b3845; }
  #mainnav .mainnav-profile .list-group-item {
    color: #c0ccd7; }
    #mainnav .mainnav-profile .list-group-item:hover {
      color: #fff; }

/* NAVIGATION MENU */
/*======================================*/
#mainnav-menu a {
  color: #c0ccd7;
  cursor: pointer;
}
#mainnav-menu > li > a:hover, #mainnav-menu > li > a:active {
  color: #fff; }
#mainnav-menu > li > a.hover {
  color: #fff;
  background-color: #374857;
  box-shadow: inset 2px 0 0 0 #009EE3; }
#mainnav-menu > .active-link > a, #mainnav-menu > .active-link > a:hover {
  color: #fff;
  box-shadow: inset 2px 0 0 0 #009EE3; }
#mainnav-menu > .active-sub > a, #mainnav-menu > .active-sub > a:hover {
  color: #fff; }
#mainnav-menu > .active {
  background-color: #2b3845; }
  #mainnav-menu > .active .active {
    background-color: #27333e; }

#mainnav-menu ul a:hover, #mainnav-menu ul ul a:hover, #mainnav-menu ul .active-link a, .menu-popover .sub-menu ul a:hover, .menu-popover .sub-menu ul ul a:hover, .menu-popover .sub-menu ul .active-link a {
  color: #fff; }
#mainnav-menu ul .active-link a, .menu-popover .sub-menu ul .active-link a {
  box-shadow: inset 2px 0 0 0 #009EE3; }

#container.mainnav-sm #mainnav-menu > .active-link > a, #container.mainnav-sm #mainnav-menu > .active-link a:hover, #container.mainnav-sm #mainnav-menu > .active-sub > a, #container.mainnav-sm #mainnav-menu > .active-sub a:hover {
  background-color: #009EE3;
  box-shadow: none; }

/* NAVIGATION - SHORTCUT BUTTONS */
/*======================================*/
#mainnav-shortcut .shortcut-grid {
  color: #fff; }

/* NAVIGATION - WIDGET */
/*======================================*/
.mainnav-widget {
  color: #c0ccd7; }

/* NAVIGATION - COLLAPSING  */
/*======================================*/
@media (min-width: 768px) {
  #container.mainnav-sm .shortcut-grid:hover {
    box-shadow: inset 2px 0 0 0 #009EE3; }
  #container.mainnav-sm .shortcut-grid:hover,
  #container.mainnav-sm .popover.mainnav-shortcut {
    background-color: #374857;
    color: #fff; }
  #container.mainnav-sm #mainnav-menu a:hover {
    box-shadow: inset 2px 0 0 0 #009EE3; }
  #container.mainnav-sm #mainnav-menu .active-link > a, #container.mainnav-sm #mainnav-menu .active-sub > a {
    color: #fff; }
  #container.mainnav-sm #mainnav {
    position: relative; }
    #container.mainnav-sm #mainnav .mainnav-widget > .show-small a {
      color: #c0ccd7; }
      #container.mainnav-sm #mainnav .mainnav-widget > .show-small a:hover {
        color: #fff;
        box-shadow: inset 2px 0 0 0 #009EE3; }
    #container.mainnav-sm #mainnav .mainnav-widget .hover {
      color: #fff;
      background-color: #374857; }

  .menu-popover .sub-menu ul {
    background-color: #2b3845; }
    .menu-popover .sub-menu ul ul {
      background-color: #27333e; }
      .menu-popover .sub-menu ul ul > li > a:hover {
        color: #fff; }
    .menu-popover .sub-menu ul a:hover {
      color: #fff; }
    .menu-popover .sub-menu ul li > a {
      color: #c0ccd7; }
  .menu-popover .single-content {
    color: #fff;
    background-color: #374857; }
  .menu-popover.popover {
    background-color: #2d3b48;
    color: #fff; }
  .menu-popover > .popover-title {
    background-color: #374857;
    color: #fff; }
  .menu-popover .mainnav-widget-content {
    background-color: #374857; } }
.mainnav-sm .popover.mainnav-shortcut {
  background-color: #2d3b48;
  color: #fff; }

/* NAVIGATION - OFFCANVAS */
/*======================================*/
@media (min-width: 768px) {
  #container.mainnav-in.easeInBack:not(.boxed-layout) #mainnav-container {
    box-shadow: -20px 0 0 0 #31404e; }

  #container.mainnav-out .brand-title {
    color: #515151; } }
/* ASIDE */
/* ===================================== */
#container #aside .list-link li a:not(.btn) {
  color: #d1d1d1; }
  #container #aside .list-link li a:not(.btn):hover {
    color: #fff; }
#container #aside .badge-stat {
  color: #3d4f61; }
#container #aside .text-main {
  color: #fff; }

#aside {
  background-color: #3d4f61;
  color: #fff; }
  #aside .bord-all,
  #aside .bord-top,
  #aside .bord-btm,
  #aside .bord-left,
  #aside .bord-rgt,
  #aside .bord-hor,
  #aside .bord-ver,
  #aside .list-divider {
    border-color: #43576a; }
  #aside .btn-link {
    color: #fff; }
  #aside .text-muted {
    color: #94a9bc; }

/* Aside with tabs */
/* ===================================== */
#aside-container #aside .nav-tabs li {
  border-bottom: 1px solid #334351; }
  #aside-container #aside .nav-tabs li > a {
    background-color: #3d4f61; }
    #aside-container #aside .nav-tabs li > a:before {
      background: #009EE3; }
#aside-container #aside .nav-tabs .active a:before {
  background: #009EE3; }
#container.aside-bright #aside .nav-tabs li {
  border-bottom: 1px solid #f2f2f2; }
  #container.aside-bright #aside .nav-tabs li > a {
    background-color: #fff; }

/* ASIDE : BRIGHT COLOR THEMES */
/* ===================================== */
#container.aside-bright #aside {
  background-color: #fff;
  border: 1px solid #d8dfe3;
  color: #515151; }
  #container.aside-bright #aside .badge-stat {
    color: #fff; }
  #container.aside-bright #aside .text-main {
    color: #2b425b; }
  #container.aside-bright #aside .text-light {
    color: #515151; }
  #container.aside-bright #aside hr {
    border-color: #e9e9e9; }
  #container.aside-bright #aside .bord-all,
  #container.aside-bright #aside .bord-top,
  #container.aside-bright #aside .bord-btm,
  #container.aside-bright #aside .bord-lft,
  #container.aside-bright #aside .bord-rgt,
  #container.aside-bright #aside .bord-hor,
  #container.aside-bright #aside .bord-ver,
  #container.aside-bright #aside .list-divider {
    border-color: #d1d8de; }
  #container.aside-bright #aside .text-muted {
    color: #848484; }
  #container.aside-bright #aside .progress {
    background-color: #e6e6e6; }
  #container.aside-bright #aside .list-link li a:not(.btn) {
    color: #5e5e5e; }
    #container.aside-bright #aside .list-link li a:not(.btn):hover {
      color: #515151; }
  #container.aside-bright #aside a:not(.btn) {
    color: #515151; }
    #container.aside-bright #aside a:not(.btn):hover, #container.aside-bright #aside a:not(.btn):focus {
      color: #383838; }
  #container.aside-bright #aside .btn-link {
    color: #515151; }

/* FOOTER */
/*======================================*/
#footer {
  background-color: #edf0f2;
  color: #515151; }

@media (max-width: 991px) and (min-width: 768px) {
    #container.mainnav-lg #content-container, #container.mainnav-lg #footer {
        padding-left: 220px;
        left:0;
    }
}
/* MEGAMENU */
/*======================================*/
.open.mega-dropdown > .mega-dropdown-toggle:before {
  border-bottom: 7px solid #d0d0d0; }
.open.mega-dropdown > .mega-dropdown-toggle:after {
  border-bottom: 7px solid #fff; }

/* TIMELINE */
/*======================================*/
.timeline {
  background-color: #e7ebee;
  color: #515151; }
  .timeline:before, .timeline:after {
    background-color: #919191; }
  .timeline:after {
    border: 1px solid #919191;
    background-color: #e7ebee; }

.timeline-time {
  background-color: #e7ebee;
  color: #515151; }

.timeline-icon:not([class*="bg-"]) {
  background-color: #e7ebee; }
.timeline-icon:empty {
  border: 2px solid #919191; }

.timeline-label {
  background-color: #ffffff;
  border: 1px solid #e3e8eb; }
  .timeline-label:before {
    border-right: 10px solid #e6e6e6; }
  .timeline-label:after {
    border-right: 9px solid #ffffff; }

.panel .timeline,
.panel .timeline:after,
.panel .timeline-time,
.panel .timeline-label,
.panel .timeline-icon:not([class^="bg-"]):not([class*=" bg-"]) {
  background-color: #fff; }
.panel .timeline-label {
  background-color: #edf0f2; }
  .panel .timeline-label:before {
    border-right-color: #e3e3e3; }
  .panel .timeline-label:after {
    border-right-color: #edf0f2; }

@media (min-width: 768px) {
    .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:before {
        border-left: 10px solid #e6e6e6;
    }

    .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:after {
        border-left: 9px solid #ffffff;
    }
}
/* TAGS */
/*======================================*/
.tag:not(.label) {
  background-color: #fff;
  border: 1px solid #d1d9de; }

/* EMAIL */
/*======================================*/
.mail-time {
  color: #848484; }

/* COLORS */
/*======================================*/
.mail-list > li:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.04); }
.mail-list > li:hover {
  background-color: rgba(0, 0, 0, 0.075); }
.mail-list > li.highlight {
  background-color: #f2f0c2; }
.mail-list a, .mail-list a:focus {
  display: inline-block;
  color: #515151; }

.mail-star > a, .mail-star > a:focus {
  color: #d3d7da; }
.mail-starred .mail-star > a {
  color: #ffa100; }
.mail-list .mail-star > a:hover {
  color: #ffbd4d; }

.mail-attach-list > li .mail-file-img, .mail-attach-list > li .mail-file-icon {
  background-color: #f5f6f8; }

/* FORM WIZARD */
/*======================================*/
.wz-icon-bw li.active ~ li > a .icon-wrap {
  color: #515151; }
.wz-icon-bw li:not(.active) > a p {
  color: #515151 !important; }

/* SCROLL TO TOP BUTTON */
/*======================================*/
#scroll-top {
  display: none; }
  #scroll-top.in {
    background-color: #404449;
    color: #fff; }

.alert-primary .alert-icon {
  color: #ffffff; }

.alert-info .alert-icon {
  color: #ffffff; }

.alert-success .alert-icon {
  color: #ffffff; }

.alert-warning .alert-icon {
  color: #ffffff; }

.alert-danger .alert-icon {
  color: #ffffff; }

.alert-mint .alert-icon {
  color: #ffffff; }

.alert-purple .alert-icon {
  color: #ffffff; }

.alert-pink .alert-icon {
  color: #ffffff; }

.alert-dark .alert-icon {
  color: #ffffff; }

/* NIFTY PURE CSS SELECT COMPONENT */
/*======================================*/
.select:before {
  border-top-color: #848484; }
.select select:focus {
  border-color: #009EE3; }

.pci-hor-dots:before, .pci-ver-dots:before {
  background-color: #515151;
  box-shadow: 0 0.45em 0 #515151, 0 0.9em 0 #515151; }

/* BREADCRUMB */
/*======================================*/
.breadcrumb li, .breadcrumb li a {
  color: #848484; }

/* FORM CONTROL  */
/*======================================*/
.form-control:focus {
  border-color: #009EE3; }

/* LIST GROUP */
/*======================================*/
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #009EE3;
  border-color: #009EE3;
  color: #fff; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #fff; }

/* DROPDOWN */
/*======================================*/
.dropdown-menu > li > a:hover {
  background-color: #009EE3;
  color: #fff; }

/*======================================*/
/* PAGER */
/*======================================*/
.pager li > a:hover, .pager li > a:focus {
  background-color: #ffffff;
  border-color: #009EE3;
  color: #009EE3;
  box-shadow: inset 0 0 1px #009EE3;
  z-index: 2; }

/*======================================*/
/* PAGINATION */
/*======================================*/
.pagination > li a:hover, .pagination > li a:focus {
  border-color: #009EE3;
  color: #009EE3;
  box-shadow: inset 0 0 1px #009EE3; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #009EE3;
  border-color: #009EE3; }

/* TAB */
/*======================================*/
.tab-base .tab-content .tab-footer {
  background-color: #f0f2f4;
  color: #515151;
  border-color: #eaedf0; }
.tab-base .nav-tabs > li:not(.active) > a:hover {
  border-color: #009EE3; }

.tab-stacked-left.tab-base .nav-tabs > li:not(.active) a:hover {
  border-color: #009EE3;
  border-right-color: transparent; }
.tab-stacked-right.tab-base .nav-tabs > li:not(.active) a:hover {
  border-color: #009EE3;
  border-left-color: transparent; }

/* BUTTONS */
/*======================================*/
.btn-trans {
  color: #848484; }

/* PANELS */
/*======================================*/
.panel-footer {
  background-color: #f0f2f4;
  color: #515151;
  border-color: #eaedf0;
  position: relative; }

/* SCROLL TO TOP BUTTON */
/*======================================*/
.scroll-top.in {
  background-color: #009EE3;
  color: #fff; }
.badge:empty.badge-icon {
    border-radius: 55%;
}
ul#mainnav-menu li span.badge.pull-right {
  margin-right: -20px;
  min-width: 30px;
  border-radius: 4px 0px 0px 4px;
  line-height: 1.2; }
  ul#mainnav-menu li span.badge.pull-right.badge-shadow {
    background: #0094ff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0094ff 75%, #00599b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0094ff 75%, #00599b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0094ff 75%, #00599b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0094ff', endColorstr='#00599b',GradientType=1 );
    /* IE6-9 */ }
ul#mainnav-menu li a.hover span.menu-title span.badge {
  background: #0094ff !important; }

.mainnav-profile .profile-wrap p, .mainnav-profile .profile-wrap span, .mainnav-profile .profile-wrap a {
    color: #fff; 
}

/* Alerts */
/*---------------------------------*/
.panel-alert .alert-wrap.in {
    position:relative;
    z-index: 0;
    max-height: 500px;
    -webkit-transition: max-height 1s linear;
    transition: max-height 1s linear;
}
.panel-alert .alert-wrap {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: max-height 0.7s linear;
    transition: max-height 0.7s linear;
}
.toast-warning .alert-success {
	background-color: #eaa642 !important;
    border-color: #ebaa4b !important;
    z-index:100000000;
}
.toast-error .alert-success {
	background-color: #f76447 !important;
    border-color: #f76c51 !important;
    z-index:100000000;
}
.toast-success .alert-success .icon-wrap, .toast-success .alert-success .icon-wrap {
    background-color: #4cae4c !important;
    z-index:100000000;
}

.toast-warning .alert-success .icon-wrap, .toast-warning .alert-success .icon-wrap {
    background-color: #ebaa4b !important;
    z-index:100000000;
}

.toast-error .alert-success .icon-wrap, .toast-danger .alert-success .icon-wrap {
    background-color: #f76c51 !important;
    z-index:100000000;
}
.tab-base .nav-tabs>li:not(.active)>a {
    opacity: 1;
}
/* Lists */
/*---------------------------------*/
.list-from { 
    float: left;
    width: 105px;
    font-size: 14px;
    margin-right: 10px;
    width:20% !important;
}
.list-subject {
	display: block;
	padding-right: 10px;
	width:25% !important;
	margin:0;
	margin-bottom:10px;
}
.list-list * {
    word-break: break-word;
}
.list-list > li {
    position: relative;
    padding: 15px 15px;
    border-radius: 1px;
    display: inline-block;
    width: 100%;
}
.list-list > li:nth-child(odd) {
    background-color: rgba(0, 66, 78, 0.05);
}
.list-control, .list-star {
    float: left;
    width: 50px;
}
.list-star {
    position: static;
    float: left;
    width: 125px;
}
.list-list {
    list-style: none;
    padding: 0px;
}
/* WZ steps */
/*---------------------------------*/
.wz-icon-bw li.active ~ li > a .icon-wrap {
    color: #515151;
    background-color: rgba(0, 0, 0, 0.17);
}
.wz-classic li,
.wz-steps li {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.trans {
    opacity: .5;
}
.notrans {
    opacity: 1;
}
.wz-steps li > a .icon-wrap {
    margin-bottom: 6px;
}
.wz-steps li .wz-desc {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.wz-steps .active ~ li a {
    opacity: .5;
}
.fa.form-control-feedback {
    line-height: 30px;
}
.form-control-feedback {
    display:none !important;
}
/* Modals */
/*---------------------------------*/
.modal-dialog {
    margin-top: -1%;
}
.modal-sm {
    width: 30%;
}
.modal-lg {
    width: 60%;
}
.modal-backdrop.in {
    height: 100%;
}
/* Toolbar */
/*---------------------------------*/
.top-toolbar .chosen-container-single .chosen-single {
    border-radius:0px;
    text-align:left
}
.top-toolbar .chosen-container-single .chosen-drop {
    border-radius:0px;
     text-align:left;
}
.table-toolbar-right .chosen-container-multi .chosen-with-drop  {
    border-radius:0px !important;
    text-align:left;
}
.table-toolbar-right .chosen-container-multi .chosen-choices {
    border-radius:0px !important;
    text-align:left;
}
.top-toolbar .chosen-container {
    width:20% !important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 12px;
}
.panel-title {
    white-space: nowrap;
}
.form-control-feedback {
    position: absolute;
        top: 20px;
}
.form-builder .form-control-feedback {

        top: 0px;
}
.text-white {
	color:#fff;
}
.form-complete-buttons {
    display:none;
}
.area-disabled,
.area-disabled:hover,
.area-disabled:focus {
  opacity:0.1;
  border-color: transparent;
}
.bar-padding {
    margin-top:70px;
}
.form-control-feedback.glyphicon {
    display:none !important;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
    -webkit-appearance:none;
}
:focus {
    outline: none !important;
}
.manage-question-modal .gg-editable-text {
    display: block;
    width: 100%;
    height: 32px !important;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: 12px;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e9e9e9;
    transition-duration: .5s;
}
.gg-editable-text .original-text {
    font-size: 11px;
}
.manage-question-modal .gg-editable-text input, .manage-question-modal .gg-editable-text input, .manage-question-modal .gg-editable-text.editing input {
    font-size: 11px;
}
@media only screen and (min-width: 568px) and (max-width: 992px) {
    /* Modal fixes */
    .modal-dialog {
        top: 3%;
        left: 1%;
        width: auto !important;
        margin: 0;
        width: 94% !important;
    }

    .modal-body {
        max-height: 94%;
    }

    .modal-body {
        padding: 15px;
        -webkit-overflow-scrolling: touch;
    }
    .reporting-container {
        max-height:1200px !important;
    }

    .cls-container {
         position: relative !important;
    }

}

.bg-primary .icon-hover i {
		color:#009EE3;	
	}
	.icon-hover.bg-gray {
		background-color:#fff;
	}
	.bg-primary .active .icon-hover {
		background-color:#4d5257;
		color:#fff;
	}
	.bg-primary .active .icon-hover i {
		color:#fff;
	}
	.icon-hover:hover {
		transform:scale(1.05);
		cursor:pointer;
		transition-property: all;
		transition-property: transform;
		transition: all 0.3s;
		background:#4d5257;
		color:#fff !important;
	}
	.icon-hover:hover > i {
	
		color:#fff !important;
	}
	li.active > .icon-hover {
		transform:scale(1.05);
		cursor:pointer;
		transition-property: all;
		transition-property: transform;
		transition: all 0.3s;
		background:#009EE3;
		color:#fff;
	}
	.guidence li {
		display: inline-block;
	}
#profile-preview-bg {
    background-size: cover;
    height: 230px;
    background-position: center;
}
#profile-preview-top {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGAwBuKzQAwGjDAGNgGwSgwVAFCGAgUGpiTrAAAAAElFTkSuQmCC);
    background-color: rgba(255, 255, 255, 0.9);
    height: 230px;
    text-align: center;
    padding-top: 20px;
}
#profile-preview-bot {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGAwBuKzQAwGjDAGNgGwSgwVAFCGAgUGpiTrAAAAAElFTkSuQmCC);
    background-color: rgb(70, 70, 70);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #eee;
    border-top: 2px solid #009FE3;
}
#profile-preview-bot .address span {
    display: block;
    height: 15px;
    line-height: 15px;
}
.framework-list {
    overflow-y: auto;
    max-height: 340px;
}
.ta-scroll-window {
    overflow-y: auto;
    max-height:320px;
    min-height: 120px;
}

.form-complete-page input[type='checkbox']:hover, 
.form-complete-page input[type='checkbox']:active, 
.form-complete-page input[type='checkbox']:focus,
.form-question input[type='checkbox']:hover,
.form-question input[type='checkbox']:active,
.form-question input[type='checkbox']:focus
{
    outline: 0px !important;
    -webkit-appearance: checkbox;
}
.list-list .btn-sm.pull-right {
    margin-left:3px;
}
.text-danger, a.text-danger:hover, a.text-danger:focus, a.text-danger:focus {
    color: #d82b0a;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #d82b0a;
}
.has-error .form-control {
    border-color: #d82b0a;
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}
.google {
    background: #DA4531 !important;
}
.bottom-align-text {
    position: absolute;
    bottom: 30px;
    right:15px;
}
.top-align-text {
    position: absolute;
    top: 0;
    right:0;
    left:0;
    opacity:0.85;
}
.relative {
    position:relative;
}
.badge-hover-over {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    bottom: 40px;
    background: rgba(0,0,0,0.6);
}
.top-align-text small {
    line-height: 22px;
    padding-left: 5px;
}
.badge-hover-over p {
   color:#fff;
   word-wrap: break-word;
}
.draft-icon {
    font-size: 14px !important;
    background: #2285a0;
    /* padding: 3px; */
    line-height: 21px !important;
    width: 22px;
    text-align: center;
    height: 22px;
    border-radius: 50%;
    color: #fff;
}
.badge-hover-over .buttons {
   position: absolute;
   bottom:15px;
   left:0;
   right:0;
}
tags-input .tags .tag-item {
	display: inline-block !important;
    padding: 5px !important;
    margin: 2px 2px 2px 0 !important;
    color: white !important;
	background: #009EE3 !important;
	font-weight: normal !important;
    border-radius: .1em !important;
    font-size: 85% !important;
	float: left !important;
    font:inherit !important;
    height: 24px !important;
    line-height: 0px !important;
	margin-left:3px !important;
    border: none !important;
    border-radius: 3px !important;
}
tags-input .tags .tag-item  a{
	color: white !important;
}
tags-input .tags {
    font-size: 12px;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e9e9e9;
    transition-duration: .5s;
    box-shadow:none;
    -webkit-appearance: initial;
    -moz-appearance: initial;
}
.canvas-container canvas {
    position:absolute;
    left:0px;
    top:0px;
    width: 300px !important;
    height: 300px !important;
}
.canvas-container {
    background-image: url(/assets/photoshop.png);
    background-position: top left;
    width:300px;
    height:300px;
    margin:auto;
    position: relative;
    top: 20px;
}
.shape-container {
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-top:5px;
}
.shape-container a {
    flex: 0 0 auto;
}
.color-picker {
    border: 1px solid #ddd;
    padding-left: 5px;
    border-left: 5px solid #000;
    height: 26px;
}
.bg-white {
    background:#fff;
}
.graphic-builder {
    background: #fff;
}
.graphic-builder .panel-body {
    padding:10px;
}
.badge-journey {
    position: absolute;
    right: 250px;
    top: 5px;
}
.badge-buttons {
    position: absolute;
    right:40px;
    top: 5px;
}
.list-item {
    opacity: 1;
}
.list-item.ng-enter {
    -webkit-transition: 2s;
    transition: 2s;
    opacity: 0;
}
.list-item.ng-enter-active {
    opacity: 1;
}


.issue-list-item.ng-leave {
  transition:0.5s linear all;
}
.issue-list-item.ng-leave .panel-heading {
  transition:0.5s linear all;
}
.issue-list-item.ng-leave.ng-leave-active {
  color:#fff !important;
}
.no-recipients {
    position: absolute;
    left: 16px;
    margin-top: 5px;
    z-index: 0;
}
.issue-list-item .panel-heading {
    height: 35px;
    line-height:35px;
}
.issue-list-item {
    position:relative;
    z-index: 10;
}
.issue-list-item .panel-title {
    font-size:14px;
    line-height:35px;
}
.slider-handle {
    border: 1px solid #D9D9D9;
    border-radius: 1px !important;
    background: #FFF;
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}
.slider-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 5px;
    top: 2px;
}
.slider-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    top: 2px;
    left: 12px;
}
.slider.slider-horizontal .slider-track {
    width: 100%;
    margin-top: 0px;
    top: 50%;
    left: 0;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
    height: 5px;
    box-shadow: inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB;
    /* line-height: 30px; */
    padding-top: 0px;
}
.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -8px;
}
.slider-selection {
    background: #2d3c4b;
    box-shadow: inset 0 0 3px rgba(51,51,51,.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.badge-check {
    position: absolute;
    top: 5px;
}
.unicode li {
    display:inline-block;
}
.pic {
    display: inline-block;
    font-size: 20px;
}
.graphic-builder .panel .row .fa {
    line-height: 25px;
}
.graphic-builder .panel .row .btn .fa {
    line-height: 16px;
}
.graphic-builder .panel select {
    height: 26px;
}
.issue-list .tab-pane {
    padding-bottom:0px;
}
/* set reference point */
.tab-animation > .tab-content {
    position: relative;
}
.accordion-toggle {
    width: 100%;
    position: absolute;
}
.pad-tool {
    padding:0px 5px !important;
}
.eq-height .eq-box-sm {
    display: inline-block;
}
.settings-select .chosen-container {
    width: 100% !important;
    text-align:left;
}
/* set animate effect */
.tab-animation > .tab-content > .tab-pane{
    transition: 0.2s linear opacity;
}

/* overwrite display: none and remove from document flow */
.tab-animation > .tab-content > .tab-pane.active-remove {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
}

/* opacity=0 when removing "active" class */
.tab-animation > .tab-content > .tab-pane.active-remove-active {
    opacity: 0;
}

/* opacity=0 when adding "active" class */
.tab-animation > .tab-content > .tab-pane.active-add {
    opacity: 0;
}

.widget-img {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 90%;
    margin-left: -125px;
    top: -75px;
    background: #fff;
}
.widget-body {
    padding: 10px 15px 15px;
    position: relative;
}
.sum-title {
    font-size:20px;
    font-weight:lighter;
    margin-bottom: 0px;
}
.widget-header {
    padding: 15px 15px 35px 15px;
    min-height: 100px;
}
@media (min-width: 768px) and (max-width: 1400px) {
    .modal-sm {
        width: 50%;
    }
    .form-fields a {
        font-size: 14px;
    }
}

.sum-desc {
    max-width: 70%;
}
.create-group .chosen-container {
    width: 100% !important;
}
.text-light {
    color:#fff !important;
}
.dropzone,
.dropzone * {
    box-sizing: border-box;
}
.dropzone {
    min-height: 150px;
    border: 2px dashed rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.025);
    padding: 20px 20px;
}
.dropzone:hover .dz-icon {
    color: #54ABD9
}
.dz-text,
.dz-icon,
.dropzone:hover .dz-text,
.dropzone:hover .dz-icon {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.dropzone:hover .dz-text {
    color: #404040
}
.dz-text {
    font-weight: 600;
    text-transform: uppercase
}
.dropzone.dz-clickable {
    cursor: pointer;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 270px;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone.dz-started .dz-message {
    display: none;
}
.dropzone.dz-drag-hover {
    border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}
.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}
.dropzone .dz-preview:hover {
    z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
    background: #999;
    background: #ddd
}
.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
    background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}
.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}
.dropzone .dz-preview .dz-image img {
    display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 4px;
    left: 50%;
    top: 50%;
    margin-top: 25px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}
.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}
.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    bottom: 0px;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    transform: scale(0.5);
    top: auto;
    z-index: 1000;
}
.dropzone.dragover {
    border-color: #5CB85C;
}
.dropzone .dz-preview .dz-error {
    pointer-events: none;
    opacity: 1;
    z-index: 500;
    position: absolute;
    display: block;
    bottom: auto;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    top: 50%;
    z-index: 1000;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #5CB85C;
    background: linear-gradient(to bottom, #5CB85C, #5CB85C);
}
.text-white {
    color:#fff !important;
}
.bg-white {
    background:#fff !important;
}
.text-success, a.text-success:hover, a.text-success:focus {
    color: #86c042;
}
.demo-nifty-btn.list-group-item {
    padding: 20px 15px;
}
.demo-nifty-btn {
    text-align: center;
}
.demo-nifty-btn .btn {
    margin: 7px 7px 7px 0;
}
.demo-nifty-btn .btn:not(.btn-icon) {
    min-width: 17.5%;
}
.demo-nifty-btn-group .btn-group {
    margin: 7px 7px 7px 0;
}
/* Page : UI-Modals */

.demo-nifty-modal .modal {
    bottom: auto;
    display: block;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    z-index: 1;
    overflow: hidden;
}
.demo-nifty-modal .modal-dialog {
    left: auto;
    color: #404040;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}
/* Page : UI-Components */

.demo-nifty-label-badge {
    text-align: center;
}
.demo-nifty-label-badge .label,
.demo-nifty-label-badge .badge {
    float: none;
    margin: 0 7px 10px 0;
    display: inline-block;
}
/* Page : Helper classes */

.demo-nifty-padding > tr > td > div {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: rgba(100, 42, 156, 0.27);
}
.demo-nifty-padding > tr > td > div > div {
    width: 100%;
    height: 100%;
    line-height: normal;
    background-color: #fff;
    border: 1px solid rgba(20, 126, 255, 0.53);
    vertical-align: middle;
}
.demo-nifty-padding > tr > td > div > div:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
}
.demo-nifty-margin > tr > td > div {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-weight: 500;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: #f4df60;
}
.demo-nifty-margin > tr > td > div > div {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    line-height: normal;
    background-color: #fff;
    border: 1px solid rgba(20, 126, 255, 0.53);
    vertical-align: middle;
}
.demo-nifty-margin > tr > td > div > div:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
}
.demo-nifty-background > tr > td > div {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-weight: 500;
    position: relative;
}
.demo-nifty-border div {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-weight: 500;
    border-color: rgba(0, 0, 0, .3);
    background-color: rgba(0, 0, 0, .05);
}
.demo-nifty-icon span {
    background-color: rgba(0, 0, 0, .1);
}
.demo-nifty-text p {
    width: 125px;
    min-height: 35px;
    padding: 5px;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .demo-nifty-text p {
        width: 175px;
    }
}
.demo-nifty-text td:nth-child(2) {
    text-align: center;
}
.demo-nifty-text p:not(.bg-dark) {
    background-color: rgba(0, 0, 0, .05);
}
.demo-set {
    display: none;
}
@media (min-width: 1024px) {
    .demo-set {
        display: block;
        position: fixed;
        left: 50%;
        top: 0;
        z-index: 999;
        text-align: center;
        width: 600px;
        margin-left: -300px;
        opacity: 0;
        -webkit-transition: opacity .5s linear 1s;
        transition: opacity .5s linear 1s;
    }
    .nifty-ready > .demo-set {
        opacity: 1;
        -webkit-transition: opacity .5s linear 1.5s;
        transition: opacity .5s linear 1.5s;
    }
    .demo-set hr {
        border-color: rgba(0, 0, 0, .2);
    }
    .demo-set a,
    .demo-set a:hover,
    .demo-set a:focus {
        color: #fff;
    }
    .demo-set-body > .demo-set-content {
        padding: 10px 10px 0;
        text-align: left;
    }
    .demo-set-body .icon-wrap {
        padding: 7px;
    }
    .demo-set .demo-set-body {
        z-index: 20;
        position: relative;
        color: #fff;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height .3s;
        transition: max-height .3s;
    }
    .demo-set.open .demo-set-body {
        max-height: 900px;
        -webkit-transition: max-height .5s;
        transition: max-height .5s;
    }
    #demo-set-btn {
        background-color: #3b4146;
        color: #fff;
        border: 0;
        position: absolute;
        left: 50%;
        margin-left: -23px;
        margin-top: -2px;
    }
    #demo-set-animation {
        max-height: 0;
        overflow: hidden;
        transition: max-height .5s;
    }
    .no-cookie .demo-set-save-text {
        text-decoration: line-through;
    }
}
@media (min-width: 992px) {
    .demo-set {
        width: 900px;
        margin-left: -450px;
    }
}
@media (min-width: 1200px) {
    #demo-set-animation {
        max-height: 150px;
        transition: max-height .5s;
        overflow: visible;
    }
}
#demo-theme > div {
    text-align: justify;
}
#demo-theme > div:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.demo-theme {
    display: inline-block;
    width: 10%;
    margin: 2.5%;
    height: 35px;
    background-color: #e3e3e3;
    overflow: hidden;
    position: relative;
    /* float: left; */
}
.demo-theme.disabled {
    cursor: default;
}
.demo-theme.disabled:after {
    content: '\f058';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    text-align: center;
    color: #005803;
    background: rgba(255, 255, 255, .5);
    font: normal normal normal 20px/1 FontAwesome;
    line-height: 30px;
}
.demo-theme:before {
    content: '';
    position: absolute;
    display: block;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    z-index: 3;
    opacity: 0;
    -webkit-animation: zoomOut .5s;
    animation: zoomOut .5s;
}
.demo-theme:not(.disabled):hover:before {
    opacity: 1;
    -webkit-animation: zoomIn .5s;
    animation: zoomIn .5s;
}
.demo-theme:not(.disabled):hover .demo-theme-brand,
.demo-theme:not(.disabled):hover .demo-theme-head,
.demo-theme:not(.disabled):hover .demo-theme-nav {
    opacity: .15;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.demo-theme-brand,
.demo-theme-head,
.demo-theme-nav {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.demo-theme-brand {
    width: 65%;
    height: 55%;
    float: left;
    position: relative;
    opacity: 1;
    z-index: 2;
}
.demo-theme-head {
    margin-left: 65%;
    height: 55%;
    opacity: 1;
    background-color: #eee;
}
.demo-theme-nav {
    width: 55%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    background: #eee;
    z-index: 1;
}
.demo-a-light:before,
.demo-b-light:before,
.demo-c-light:before {
    background-image: url(/assets/backgrounds/1.jpg);
    background-size: 100% 100%;
}
.demo-a-ocean:before,
.demo-b-ocean:before,
.demo-c-ocean:before {
    background-image: url(/assets/backgrounds/3.jpg);
    background-size: 100% 100%;
}
.demo-a-lime:before,
.demo-b-lime:before,
.demo-c-lime:before {
    background-image: url(/assets/backgrounds/4.jpg);
    background-size: 100% 100%;
}
.demo-a-purple:before,
.demo-b-purple:before,
.demo-c-purple:before {
    background-image: url(/assets/backgrounds/5.jpg);
    background-size: 100% 100%;
}
.demo-a-dust:before,
.demo-b-dust:before,
.demo-c-dust:before {
    background-image: url(/assets/backgrounds/6.jpg);
    background-size: 100% 100%;
}
.demo-a-mint:before,
.demo-b-mint:before,
.demo-c-mint:before {
    background-image: url(/assets/backgrounds/13.jpg);
    background-size: 100% 100%;
}
.demo-a-yellow:before,
.demo-b-yellow:before,
.demo-c-yellow:before {
    background-image: url(/assets/backgrounds/8.jpg);
    background-size: 100% 100%;
}
.demo-a-prickly-pear:before,
.demo-b-prickly-pear:before,
.demo-c-prickly-pear:before {
    background-image: url(/assets/backgrounds/11.jpg);
    background-size: 100% 100%;
}
.demo-a-coffee:before,
.demo-b-coffee:before,
.demo-c-coffee:before {
    background-image: url(/assets/backgrounds/10.jpg);
    background-size: 100% 100%;
}
.demo-a-well-red:before,
.demo-b-well-red:before,
.demo-c-well-red:before {
    background-image: url(/assets/backgrounds/9.jpg);
    background-size: 100% 100%;
}
.demo-a-navy:before,
.demo-b-navy:before,
.demo-c-navy:before {
    background-image: url(/assets/backgrounds/2.jpg);
    background-size: 100% 100%;
}
.demo-a-dark:before,
.demo-b-dark:before,
.demo-c-dark:before {
    background-image: url(/assets/backgrounds/12.jpg);
    background-size: 100% 100%;
}
.right-pane {
    position: fixed;
    top: 50px;
    right: -300px;
    bottom: 0;
    transition: 0.5s;
    background: #fff;
    width: 300px;
    z-index: 100;
}
.right-pane.in-view {
    transition: right .5s;
    right: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-left: 1px solid rgba(0, 0, 0, 0.07);
}
.right-pane-sub {
    position: fixed;
    top: 50px;
    right: -400px;
    bottom: 0;
    transition: 0.5s;
    background: #fff;
    width: 400px;
    z-index: 75;
    padding: 10px;
    padding-top: 0px;
    overflow-y: auto;
}
.right-pane-sub.emails,
.right-pane-sub.contact {
    right: -500px;
}
.right-pane-sub.in-view {
    transition: right 0.8s;
    right: 300px;
}
.right-pane-sub.emails,
.right-pane-sub.contact {
    width: 500px;
    overflow-y: auto;
}
.right-pane {
    position: fixed;
    top: 59px;
    right: -300px;
    bottom: 0;
    transition: 0.5s;
    background: #fff;
    width: 300px;
    z-index: 100;
}
#navbar-container .right-pane {
  z-index: 200;
}
#navbar-container {
    z-index: 1000;
    position: relative;
}#navbar{
    z-index: 1000;
}
.right-pane.in-view {
    transition: right .5s;
    right: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-left: 1px solid rgba(0, 0, 0, 0.07);
}
.fade-background {
    position: fixed;
    z-index: 50;
    background: rgba(0, 0, 0, 0.35);
    top: 59px;
    left: 0;
    right: 0;
    bottom: 0;
}
.right-pane-sub {
    position: fixed;
    top: 59px;
    right: -400px;
    bottom: 0;
    transition: 0.5s;
    background: #fff;
    width: 400px;
    z-index: 75;
    padding: 10px;
    padding-top: 0px;
    overflow-y: auto;
}
#navbar-container .right-pane-sub {
    z-index:150;
}
.top-right-link {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    height: 50px;
    padding: 14px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    width:45px;
}
#dropdown-user .dropdown-toggle i {
    padding-top: 14px;
}
/*#dropdown-user .dropdown-toggle {
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    height: 50px;
    width: 50px;
    padding-right: 8px;
    text-align: center;
}*/
.right-pane-sub.emails,
.right-pane-sub.contact {
    right: -500px;
}
.right-pane-sub.in-view {
    transition: right 0.8s;
    right: 300px;
}
.right-pane-sub.emails,
.right-pane-sub.contact {
    width: 500px;
    max-width: 60%;
    overflow-y: auto;
}
.right-pane-sub.frameworks {
    right: -800px;
}
.right-pane-sub.frameworks.in-view {
    transition: right 0.8s;
    right: 300px;
}
.right-pane-sub.frameworks {
    width: 800px;
    max-width: 60%;
    overflow-y: auto;
}

.list-group .bg-dark h4, .list-group .bg-dark p {
    color: #fff;
}
.bg-dark, .bg-dark a, .bg-dark th, .bg-dark h3, .bg-dark h4, .bg-dark h5 {
    color: #fff !important;
}
.bg-dark {
    background-color: #31404e;
}
.bg-primary, .bg-primary h2, .bg-primary h4, .bg-primary h3, .bg-danger, .bg-danger h3, .bg-danger h4, .bg-warning, .bg-warning h3, .bg-warning h4, .bg-success, .bg-success h3, .bg-success h4, .bg-info, .bg-info h3, .bg-info h4 {
    color: #fff;
}
.dropdown-toggle > .dropdown-caret {
    border-style: none;
}
.timeline:before, .timeline:after {
    display:none;
}
.bg-info {
    background-color: #42a5f5;
}
.chosen-container {
    margin-bottom: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) { 
   
}
 .menu-popover  {
    max-width:220px;
    margin-left:-61px !important;
    margin-top:8px
}
.user-chart #radar {
    height: 160px !important;
    width: 125% !important;
}  
#mainnav li .arrow {
    float: right;
    line-height: 1;
}
.cls-header {
    background-color: rgba(0,0,0,0.3);
}
.mainnav-profile .mnp-name {
    color: #abb1b7;
    margin: 0;
    font-size: 1.2em;
    font-weight: 600;
}
.mainnav-profile .dropdown-caret, .mainnav-profile .mnp-desc {
    font-size: 1em;
    color: #abb1b7;
}
#floating-top-right {
    top: 50px;
    right: 10px;
    z-index: 1250;
}
.alert-wrap > .alert {
    margin: 0;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.35);
}
/* Extend bootstraps colum layout to support 5 colums*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@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;
    }
}

.list-group-item-dark .list-group-item-heading, .list-group-item-dark .list-group-item-text {
    color:#fff !important;
}
.trans {
    opacity:0.5;
}
.nano > .nano-content {
    overflow-y: auto;
}
/* Form builder slide in menu */
.form-builder-menu {
    position: fixed;
    top: 60px;
    left: -485px;
    bottom: 0;
    transition: 0.5s;
    width: 480px;
    z-index: 101;
    overflow-y: auto;
    box-shadow: 0px 10px 5px #bbb !important;
}
.form-builder-menu.in-view {
    transition: left .5s;
    left: 220px;
    top: 60px;
}
.form-fields a {
    color:#fff;
}
.form-builder-button {
    position:absolute;
    top:0;
    left:10px;
}

/* speech - used in messages*/
.speech {
    background: #e6eaed;
    color: #758697;
}
.speech:before {
   border-right: 7px solid #e6eaed;
}
.speech .media-heading {
    text-decoration: none !important;
    color: #758697;
    border-bottom: 0;
    margin: 3px 0; 
    padding-bottom: 0; 
}

.review-panel-overlay {
    position:absolute;
    background:rgba(0,0,0, 0.15);
    left:0px;
    right:0px;
    top:0;
    bottom:0px;
    z-index:10;
}
.absolute {
    position:absolute;
}
.btn-overlay {
    margin-top:130px;
}
@media (max-width: 992px) {
    .speech:before {
        content: none;
    }
}

.chosen-container .chosen-results li {
    text-align: left;
}

.onboarding-modal .modal-content, .onboarding-modal .modal-dialog {
    position: fixed;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    margin: 0;
    width: auto;
    height: auto;
   
}
.onboarding-modal .modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.clean-full-modal .modal-content, .clean-full-modal .modal-dialog {
    position: fixed;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    margin: 0;
    width: auto !important;
    height: auto; 
}
.clean-full-modal-dynamic .modal-content, .clean-full-modal-dynamic .modal-dialog {
    position: fixed;
    left: 15px;
    top: 15px;
    right: 15px;
    margin: 0;
    width: auto !important;
    height: auto; 
}
.clean-full-modal .modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.clean-full-modal .modal-content {
    overflow:hidden;
}

/* temp */
.slides-container {
    position: fixed;
    top: 15px;
    left:  15px;
    right:  15px;
    height: auto;
    bottom:  15px;
    font-family: "Open Sans", sans-serif;
    border: none;
    box-shadow: none;
}

.onboarding-modal .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.slide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 50%;
  float: left;
}

.slide--left {
  background: #eee;
}

.slide--right {
  position: relative;
  background: #fff;
  padding: 3%;
  -webkit-animation: fadeUp 1s forwards;
          animation: fadeUp 1s forwards;
}
.slide--right h1 {
  width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 24px;
  text-align: left;
  letter-spacing: 0.4px;
  line-height: 1.5;
}
.slide--right h1 span {
    font-size:35px;
}
.slide--right p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  width: 100%;
}

.btn__absolute {
  position: absolute;
  z-index: 10;
}

.btn--highlighted {
  bottom: 40px;
  right: 60px;
  background-color: #10a5de;
  color: #fff;
}

.btn--muted {
  bottom: 40px;
  right: 120px;
  background-color: transparent;
  color: #ddd;
}

.pagination {
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  clear: both;
}

.paginationDot {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border: 2px solid #ddd;
  border-radius: 50%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.paginationDot--active {
  background: #10a5de;
  border-color: #10a5de;
}

.slide-1 .slide--left {
  background: #009EE3;
}

.container {
  height: 250px;
  width: 200px;
  background: white;
}

.container__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  height: 130px;
  margin: 30px auto;
  border-radius: 50%;
  background: #009EE3;
  box-shadow: 0px 0px 0px 5px #e5e5e5;
  -webkit-animation: 0.8s bounceUp forwards;
          animation: 0.8s bounceUp forwards;
}
.container__logo .material-icons {
  font-size: 72px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-animation: 0.6s bounceUpOnce 0s forwards;
          animation: 0.6s bounceUpOnce 0s forwards;
}

.container__stripe, .section__stripe {
    height: auto;
    margin: 13px auto;
    border-radius: 10px;
    max-width: 314px;
    background: transparent;
}

.container__stripe--long {
  width: 0;
  -webkit-animation: 0.3s growRightLong 0.7s forwards;
          animation: 0.3s growRightLong 0.7s forwards;
}

.container__stripe--short {
  width: 0;
  -webkit-animation: 0.3s growRightShort 0.7s forwards;
          animation: 0.3s growRightShort 0.7s forwards;
}

.slide-2 .slide--left {
  color:#fff;
  background: #222d32;
}

.card {
  height: 76px;
  width: 80%;
  padding: 5px;
  margin: 6px 0;
  border-radius: 3px;
  background: white;
}
.card > * {
  float: left;
}

.card--profile:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.card--profile:last-child {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.card--profile {
  box-shadow: -5px 5px 0px 0px rgba(235, 235, 235, 0.4);
  opacity: 0;
  -webkit-animation: fadeRight 1s forwards;
          animation: fadeRight 1s forwards;
}

.profile--yellow .card--profile__logo {
  background: #efe2b0;
}

.profile--pink .card--profile__logo {
  background: #c8bfe7;
}

.card__logo, .section__logo {
  width: 21%;
  background: #83cedb;
  text-align: center;
  border-radius: 4px;
  height: 100%;
}
.card__logo i, .section__logo i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 62px;
  padding: 0;
  margin: 0;
}

.card__logo i {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.card__info, .section__info {
  width: 79%;
  padding: 2%;
}

.card__info__name {
  margin: 6px 0 2px;
  letter-spacing: 0.5px;
  color: #2ca8da;
}

.card__data__stats {
  display: inline-block;
  margin-right: 5px;
}
.card__data__stats i, .card__data__stats span {
  font-size: 12px;
  margin-right: 2px;
}
.card__data__stats i {
  color: #444;
}
.card__data__stats span {
  color: #777;
}

.slide-3 .slide--left {
   color:#fff;
  background: #71a436;
}

.container--slide-3 {
  width: 80%;
  height: 90%;
  -webkit-animation: fadeUp 0.3s forwards;
          animation: fadeUp 0.3s forwards;
  overflow: hidden;
}

.header--slide-3 {
  height: 100%;
  -webkit-animation: 0.5s slideInRight forwards;
          animation: 0.5s slideInRight forwards;
}

.header__nav {
  position: relative;
  height: 50px;
}

.header__nav__logo {
  position: absolute;
  z-index: 10;
  top: 15%;
  left: 20px;
  width: 20%;
  height: 70px;
  border-radius: 6px;
  background: #f77b83;
}
.header__nav__logo p {
  font-weight: 600;
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 70px;
  letter-spacing: 1px;
  margin: 0;
}

.header__nav__cta {
  position: absolute;
  top: 15%;
  right: 20px;
  width: 15%;
  padding: 2px 7px;
  border-radius: 4px;
  background: #4dc684;
  color: white;
  font-size: 11px;
}

.header__hero {
  position: relative;
  overflow: hidden;
  height: 75%;
  background: #e7eff7;
}

.header__hero__table {
  position: absolute;
  z-index: 20;
  bottom: -5%;
  left: 0;
  right: 0;
  height: 40%;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  background: #d6dede;
}

.header__hero__chair {
  position: absolute;
  bottom: 30%;
  right: 20%;
  width: 40%;
  height: 40%;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  border-radius: 5px;
  box-shadow: -5px -5px 0px 0px #f7f7f7;
  background: #efefef;
}

.section--about {
  padding: 0 5%;
  margin-bottom: 20px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation: 0.5s slideInLeft 0.2s forwards;
          animation: 0.5s slideInLeft 0.2s forwards;
}
.section--about .section__stripe:last-child {
  width: 40%;
  margin: 0;
}
.section--about h5 {
  font-size: 12px;
  margin: 10px 0 0;
}

.section--testimonials {
  padding: 2% 5%;
  clear: both;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-animation: 0.5s slideInRight 0.4s forwards;
          animation: 0.5s slideInRight 0.4s forwards;
}
.section--testimonials > * {
  float: left;
}

.section__logo {
  border-radius: 10px;
}

.section__info {
  padding: 0 5%;
}

.section__info__stripe:last-child {
  width: 70%;
  margin: 0;
}

.slide-4 .slide--left {
  background: #ffa31c;
}

.card--store {
  -webkit-animation: 1.5s fadeRight forwards;
          animation: 1.5s fadeRight forwards;
}

.card--store .card__logo i {
  font-size: 36px;
  color: #666;
}

.card--store .card__info {
  width: 55%;
}

.store__info {
  margin: 0;
  color: #333;
}

.card--store .card__data {
  width: 60%;
}

.card__data__supplier, .card__data__callout {
  margin: 0;
  padding: 0;
  font-size: 11px;
}

.card__data__supplier {
  color: #d6d6d6;
}

.card__price {
  position: relative;
  float: left;
  width: 24%;
  background: #e7fff7;
}

.card__price__price {
  font-size: 13px;
  margin: 15px 0 0;
  padding: 0;
  color: #333;
  font-weight: 600;
  text-align: center;
}

.card__price__storage {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 35px;
  height: 15px;
  background: #000;
  color: white;
  font-size: 10px;
  text-align: center;
}

.btn__storage {
  height: 24px;
  margin: 5px auto;
  color: white;
  background: #4dc684;
  display: block;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounceUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  60% {
    -webkit-transform: translateY(-18%);
            transform: translateY(-18%);
  }
  70% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
  85% {
    -webkit-transform: translateY(-6%);
            transform: translateY(-6%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes bounceUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  60% {
    -webkit-transform: translateY(-18%);
            transform: translateY(-18%);
  }
  70% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
  85% {
    -webkit-transform: translateY(-6%);
            transform: translateY(-6%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes bounceUpOnce {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  35% {
    -webkit-transform: translateY(45%);
            transform: translateY(45%);
  }
  70% {
    -webkit-transform: translateY(-16%);
            transform: translateY(-16%);
  }
  90% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes bounceUpOnce {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  35% {
    -webkit-transform: translateY(45%);
            transform: translateY(45%);
  }
  70% {
    -webkit-transform: translateY(-16%);
            transform: translateY(-16%);
  }
  90% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes growRightLong {
  from {
    width: 0%;
  }
  to {
    width: 60%;
  }
}
@keyframes growRightLong {
  from {
    width: 0%;
  }
  to {
    width: 60%;
  }
}
@-webkit-keyframes growRightShort {
  from {
    width: 0%;
  }
  to {
    width: 35%;
  }
}
@keyframes growRightShort {
  from {
    width: 0%;
  }
  to {
    width: 35%;
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}


.showboard-bottom {
    position:absolute;
    bottom:0px;
    right:0px;
    padding:6px;
    border-top-left-radius:5px;
    font-weight:bold;
    background:rgba(38, 50, 56, 0.5);
}
.showboard-header {
    background:rgba(38, 50, 56, 0.5);
        max-height: 300px;
        z-index: 10;
        position: relative;
}
.showboard-icon {
    position:absolute;
    top: 125px;
    left :0;
    right:0;
    text-align:center;
    font-size:100px;
    color:#fff;
}
.showboard-tags .badge {
    color:#758697 !important;
    font-size:0.7em;
}
.showboard-tags {
    position:absolute;
    bottom:0px;
    left:0px;
    padding:6px;
    padding-right: 75px;
}
.showboard-overlay {
    position:absolute;
    bottom:0px;
    left:0px;
    top:0px;
    right:0px;
    background:rgba(38, 50, 56, 0.6);
    text-align:center;
    z-index:11;
}
.showboarditem-overlay {
    position: absolute;
    height: 300px;
    left: 0px;
    top: 0px;
    right: 0px;
    background: rgba(38, 50, 56, 0.6);
    text-align: center;
    z-index: 11;
}
.showboard-round {
    border-radius: 10px;
    overflow: hidden;
}

.showboarditem-overlay .dropdown-menu {
    width: 100px !important;
    top: 30px;
    right: 15px;
    left: auto;
}
.showboarditem-overlay .dropdown-menu li a {
    padding:8px;
}
.showboarditem-overlay .btn-center {
    margin-top: 140px;
    z-index:12;
    color:#fff;
}
.showboard-overlay button {
    margin-top:115px;
    z-index:12;
    color:#fff;
}
tags-input .tags.focused {
    box-shadow: none
}
tags-input .tags .input {
    font: inherit !important;
}
.view-showboard-header {
    height:300px;           
    background-size:cover;
    background-position: center;
    background-image: url("/img/polygonal.png");
}
.view-showboard-summary {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
}
.searchbox>.input-group.custom-search-form input::-webkit-input-placeholder { 
  color: #fff;
}
.searchbox>.input-group.custom-search-form input::-moz-placeholder { 
  color: #fff;
}
.searchbox>.input-group.custom-search-form input:-ms-input-placeholder {
  color: #fff;
}
.searchbox>.input-group.custom-search-form input:-moz-placeholder {
  color: #fff;
}
.searchbox .custom-search-form {
    width: 100%;
}
.searchbox>.input-group.custom-search-form input {
    width: 80%;
}
.showboard-preview {
    background-image: url("/img/polygonal.png");
    background-position: center;
    border:none;
}
.showboard-overlay-buttons {
    position:absolute;
    text-align:center;
    top:45%;
    left: 0;
    right: 0;
}
.view-showboard-tags .badge {
    color:#758697 !important;
    font-size:0.7em;
}
.showboarditem-header {
    background:rgba(38, 50, 56, 0.5);
    max-height: 200px;
    z-index: 10;
    position: relative;
}
.showboarditem-extra {
     background:rgba(38, 50, 56, 0.5);
     position:absolute;
     bottom:0px;
     right:0px;
     padding:10px;
     color:#fff;
     border-top-left-radius:10px;
}
.showboarditem-header h5 {
    margin-top:4px;
}
.showboarditem-tags {
    position:absolute;
    bottom:0px;
    left:0px;
    padding:6px;
}
.showboarditem-bottom {
    position:absolute;
    bottom:0px;
    right:0px;
    padding:6px;
    border-top-left-radius:5px;
    font-weight:bold;
    color:#758697;
}
.showboard-sidebar {
    position:absolute;
    left:-400px;
    top:0;
    bottom:0;
    width:400px;
    background: rgba(38, 50, 56, 0.65);
    transition: 0.5s;
    transition: left .5s;
}
.showboard-sidebar.in-view {
    transition: left .5s;
    left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-left: 1px solid rgba(0, 0, 0, 0.07);
}
.showboard-comments p, .showboard-comments small {
    color:#fff;
}
.showboard-comments .list-item {
    margin-top: 25px;
}
.showboard-header-controls {
    position:relative;
    z-index:11;
}
.showboard-tags .badge, .showboarditem-tags .badge {
    background-color: #758697;
    margin-right: 3px;
    margin-top: 5px;
}
.showboard-details {
     max-height:48%;
     overflow-y: auto;
     overflow-x:hidden;
}
.view-showboard-item-nav {
    color: #fff;
    position: absolute;
    right: -30px;
    background: rgba(38, 50, 56, 0.65);
    padding: 8px;
    width: 30px;
}

.cover {
    background-size: cover;
}
.pointer {
    cursor:pointer;
}
.marking-scheme-value p {
	background:transparent !important;
}
.cursor-pointer {
    cursor:pointer;
}
.fade-element-in.ng-enter {
  transition: 0.5s linear all;
  opacity: 0;
}

.fade-element-in-init .fade-element-in.ng-enter {
  opacity: 1;
}

.fade-element-in.ng-enter.ng-enter-active {
  opacity: 1;
}

.fade-element-in.ng-leave {
  transition: 0.3s linear all;
  opacity: 1;
}
.fade-element-in.ng-leave.ng-leave-active {
  opacity: 0;
}
.img-circle {
    background-size: cover;
    background-position: center;
    box-shadow: none;
}
.showboard-rules {
    position: absolute;
    bottom: 0px;
    left: 0;
}
.media {
    overflow: visible !important;
}
.plan {
    height: 430px;
}
.plan .text {
    height: 72px;
}
.plan-container {
    max-width: 1240px;
    margin:auto;
    margin-top:100px;
    border-radius: 10px;
}

.plan-container .panel {
    border-radius: 10px;
    overflow: hidden;
}

.plan-container .users {
   width:125px;
   height:125px;
   padding-top:45px;
   border-radius:50%;
   margin:auto;
   text-align:center;
   font-weight:bold;
}
.plan-container .users p {
    margin-bottom: -10px;
}

.plan-container .users small {
  font-size:13px;
  font-weight:normal;
  line-height:0px;
}

.plan-container .users br {
    line-height:0px;
}
#toast-container {
    position: fixed;
    text-align: right;
    top: 7px;
    right: 7px;
    z-index: 1500;
    left: auto;
    max-width: 35%;
}
.toast {
    display: inline-block;
    clear: right;
    float: right;
    margin-bottom: 10px;
    position: relative;
    opacity: 1;
    z-index: 990;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.35);
}
.rounded {
    border-radius: 3px;
}
.img-xs .badge-stat {
    margin: 0 -2px 0 0 !important;
}
.img-sm .badge-stat {
    margin: 0 0px 0 0 !important;
}
.img-md .badge-stat {
    margin: 0 5px 0 0 !important;
    width: 12px !important;
    height: 12px !important;
}
.img-lg .badge-stat {
    margin: 0 10px 0 0 !important;
    width: 15px !important;
    height: 15px !important;
}

.badge-stat {
    box-shadow: none;
    top: auto !important;
    bottom: 0 !important;
}
.margin-auto {
    margin:auto;
}
.text-white i {
    color: #fff !important;
}
.panel-group .panel-dark .panel-body {
    background-color: #f8f9fa;
}
.panel-group a:focus, .panel-group a:hover {
    color: #fff;
}
.panel-group .panel {
    border-radius: 0;
    margin-bottom: 5px;
}
.panel-shadowed-info {
    box-shadow: 0px 0px 5px #009EE3;
}
.fa, .fas {
    font-weight: 600 !important;
}
.tab-content {
    padding: 15px 20px 25px;
}
.dropdown-menu-lg {
    min-width: 400px;
}
.file-list li {
    list-style: none;
}
.file-list .file-settings a, .file-list .file-settings button {
    padding: 1px 5px;
    display: inline-block;
}
.file-list > li {
    background-color: transparent !important;
}
.file-list .file-control {
    float: left;
    width: 30px;
    line-height: 3em;
}
.editable-hide {
    display:none !important;
}
.editable-controls {
    width:100%;
}
.editable-controls textarea {
    width: 100% !important;
}

.footable-sort-indicator:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0dc";
    font-weight: 900;
}

.ta-bind {
    height: 100%;
}
.ng-dirty.ng-invalid {
    border-color: #d82b0a;
}

#container.mainnav-sm .brand-icon {
    display: none;
}

#container.mainnav-lg .brand-icon-small {
    display: none;
}

.brand-icon-small {
    width: 25px;
    height: 25px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 18px;
    left: 15px;
}
.popover.right.ng-isolate-scope {
    width: 0px !important;
    margin: 0px !important;
    height: 0px;
    border: none;
}

.popover .arrow {
    display: none;
}

.menu-popover {
    margin-top: -15px;
    margin-left: 3px;
}

.menu-popover .popover-title {
    width: 220px;
}

#container.mainnav-sm #mainnav-shortcut .shortcut-wrap .shortcut-grid {
    padding: 5px;
}

.disbale-select button {
    opacity: 0.5;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=span], .bootstrap-select.btn-group[class*=col-] {
    margin: 0;
}

@media only screen and (max-width: 1300px) and (min-width: 368px) {
    .panel-title {
        overflow: hidden;
    }
}

.angular-text-large .ta-bind, .angular-text-large .ta-text {
    height: 166px;
    max-height: 166px;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.tooltip-main.top {
    z-index: 10;
}
.mainnav-sm #mainnav-menu li {
    margin-bottom:5px;
}
.popover.right {
    margin-left:5px;
}
.react-iframe {
    position: fixed;
    left: 220px;
    top: 59px;
    bottom: 0px;
    right: 0px;
}

.mainnav-sm .react-iframe {
    left: 55px;
}

.react-iframe iframe {
    height: 100%;
    width: 100%;
    border: none;
}
