@font-face {
    font-family: 'Geomanist';
    src: url('/static/fonts/geomanist-regular-webfont.eot');
    src: url('/static/fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/geomanist-regular-webfont.woff2') format('woff2'),
         url('/static/fonts/geomanist-regular-webfont.woff') format('woff'),
         url('/static/fonts/geomanist-regular-webfont.ttf') format('truetype'),
         url('/static/fonts/geomanist-regular-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Geomanist-thin';
    src: url('/static/fonts/geomanist-thin-webfont.eot');
    src: url('/static/fonts/geomanist-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/geomanist-thin-webfont.woff2') format('woff2'),
         url('/static/fonts/geomanist-thin-webfont.woff') format('woff'),
         url('/static/fonts/geomanist-thin-webfont.ttf') format('truetype'),
         url('/static/fonts/geomanist-thin-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Geomanist-bold';
    src: url('/static/fonts/geomanist-bold-webfont.eot');
    src: url('/static/fonts/geomanist-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/geomanist-bold-webfont.woff2') format('woff2'),
         url('/static/fonts/geomanist-bold-webfont.woff') format('woff'),
         url('/static/fonts/geomanist-bold-webfont.ttf') format('truetype'),
         url('/static/fonts/geomanist-bold-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.shadow-6{
  box-shadow: 0px 0px 10px 0px rgba(185, 186, 201, 0.2);
}

.link, small{
  word-break: break-word;
}

.ant-tag{
    animation-duration: 0s !important;
    pointer-events: none;
    margin: .1rem;
    font-size: 11px;
}

a {
   outline: 0!important;
}
a:hover, a:active, a:focus {
  /* styling for any way a link is about to be used */
  text-decoration: none;
}

.b{
  font-family: "Geomanist-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fw1{
 font-family: "Geomanist-thin", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.fw3,.fw4,.fw5{
 font-family: "Geomanist", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

*:focus {
    outline: none;
}


html,body{
  font-size: 18px;
}
body{
  font-family: "Geomanist", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; 
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f7f7f7;
  font-size: 18px;
}

.no-wb{
  word-break: initial;
}
.ant-btn-lg {
    white-space: inherit;
    height: 100%;
    min-height: 40px;
}
button,input,textarea,span,div,small,label{
  font-family: "Geomanist", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.striped{
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b9cedf' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}


.loader{
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: solid 2px transparent;
	border-top-color: #29d;
	border-left-color: #29d;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.middle{
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: white;
  /*box-shadow: 0 0 10px #f7f7f7, 0 0 5px #f7f7f7;*/
  
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;

  width: 100%;
  height: 8px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  /*box-shadow: 0 0 10px #29d, 0 0 5px #29d;*/
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}


.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.fade-enter {
  opacity: 0.01;
}
.fade-enter.fade-enter-active {
  opacity: 1;
  transition: 100ms;
}
.fade-leave {
  opacity: 1;
}
.fade-leave.fade-leave-active {
  opacity: 0.01;
  transition: 100ms;
}


.ant-collapse .ant-collapse-item-disabled>.ant-collapse-header, .ant-collapse .ant-collapse-item-disabled>.ant-collapse-header>.arrow{
  cursor: auto;
  color: rgba(0,0,0,.85);
}



.card-container > .ant-tabs-card > .ant-tabs-content {
  margin-top: -16px;
}

.card-container > .ant-tabs-card > .ant-tabs-content > .ant-tabs-tabpane {
  background: #fff;
  padding: 16px;
}

.card-container > .ant-tabs-card > .ant-tabs-bar {
  border-color: #fff;
}

.card-container > .ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  border-color: transparent;
  background: transparent;
}

.card-container > .ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  border-color: #fff;
  background: #fff;
}

.ant-tabs-tabpane-active .ant-tree li span.ant-tree-switcher{
  display:none;
}

.ant-switch-checked {
    background-color: #52c419;
}

.ant-switch-loading {
    pointer-events: all;
    opacity: 1;
}

.ant-badge-dot {
    top: -4px;
    height: 9px;
    width: 9px;
}

.ant-table-small>.ant-table-content>.ant-table-body>table{
  padding: 0;
}

.hover-b--gray:hover{
  border: 1px solid #ccc;
}

.invert a{
  color: white;

}



#search{
    background: white;
    z-index: 10000;
    bottom: 20px;
    right: 30px;
    font-size: 50px;
    position: fixed;
    border-radius: 100px;
    width: 50px;
    -webkit-transition-property: min-height, width, top, bottom, left, right;
    transition-property: min-height, width, top, bottom, left, right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
#search.open {
    border-radius: 0;
    width: 100%;
    min-height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

label{
  white-space: normal;
}

.ant-form-vertical .ant-form-item-label {
  padding: 0 0 2px;
}

textarea{
   resize: none;
}

.ant-dropdown-menu-item, .ant-dropdown-menu-submenu-title{
  line-height: inherit;
}

.bg1{
background-color: #f9f8fb;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%2392a4ac' fill-opacity='0.4'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  
  background-position: center;
}