/*overrides*/
#content, .content-wrapper {min-height: calc(100vh - 36px);}
.content-wrapper-inner {min-height: calc(100vh - 76px); padding-top: 50px;}

.h1,h1{font-size:2rem}
.h2,h2{font-size:1.75rem}
.h3,h3{font-size:1.5rem}
.h4,h4{font-size:1.3rem}
.h5,h5{font-size:1.15rem}
.h6,h6{font-size:1rem}

/* weired error correction */
.share-item {position: relative;}
.fa-2xx {
    vertical-align: middle;
}
.langError {}
.langError:before {content: '*'}
.langError:after {content: '*'}
#bottommenu .btn {vertical-align: bottom;}
/* square */
.square {
  position: relative;
}
.square:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square .square-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* full screen */
.card.fullscreen {    min-height: calc(100vh - 70px);}
bbody {font-size: 1.75rem;}
/*style overwrite*/
.content-wrapper-inner { 
    max-width: 800px; position: relative;
}
.content-wrapper-inner > h3, .content-wrapper-inner > .article {

}
.bg-primary {background: #ff6600 !important;}
a.bg-primary:hover {background: #f06000 !important;}
.bg-dark {background: #007dcc !important;}
.bg-dark {background: #006dbc !important;}

.lorem h1, .lorem h3,.lorem h4,.lorem h2 { font-size: 1.1em !important;}
.lorem p {
    max-height: 50px;
    overflow: hidden;
    display: block;
    margin-left: 15px;
    position: relative;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(255, 255, 255) 100%);
}
.lorem p:before {content:' ';}
.lorem p:after {content:' '; position: absolute; height: 18px; left: 0; bottom:0; width: 100%; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(255, 255, 255) 100%);}
#emo-modal {    position: fixed;
    height: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    transition: height 0.3s linear;
    display: block;
    z-index: 21;
    border-top: 1px solid #999; background: transparent;}
#emo-modal.active, #emo-modal.active > div {height: calc(100vh - 0px); bottom: 0px; }
#emo-modal.active .emomodal-wrapper {padding: 38px 0 35px 0; height: 100%;}
#emo-modal.active > div {padding-top: 00px;}
#emo-modal-close {display: none;}
#emo-modal.active + #emo-modal-close {    display: block;
    position: fixed;
    top: -1px;
    margin: auto;
    z-index: 2000;
    color: red;
    /* background: white; */
    border-radius: 100%;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40.5px;
    top: -2px;
    text-align: center;
    line-height: 80px;
    font-size: 80px;
}
#emo-modal.active + #emo-modal-close:before{content:' '; position: absolute; z-index: -1; margin: 15px; width: 50px; height: 50px; background: white;}
#bottommenu {
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    background: rgba(0,0,0,0.99);
    border-top: 0px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    z-index: 25;
}
#bottommenu-inner {position: absolute; bottom: 6px; left:0; right:0; height: 1px;}
#bottommenu-inner > button { margin: 0px; position: absolute; bottom: 0;}
#bottommenu button.first { left : 6px;}
#bottommenu button.last {right: 6px;}
#bottommenu div.dynamic {position: absolute; left: 60px; right: 60px; bottom:0; height: auto; text-align: center; border: 0px solid red;}
#bottommenu div.dynamic > button { margin: 0px 2px; position: relative; }
/*dynamic menu $task*/
#bottommenu div.dynamic { display: none;} /* disable by default */
#bottommenu.drag div.dynamic.team { display: block; }
#bottommenu.default div.dynamic.default { display: block; }
#bottommenu.players div.dynamic.players { display: block; }
#bottommenu.home div.dynamic.home { display: block; }

/* special team classes */
#content.activateLineup #emoTeam .draggable .playerfigure {animation: shiver 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97)  infinite alternate;}
#content.activateLineup ~ #bottommenu .activateLineup {background: #666;}
#content.squadSelect #emoTeam .draggable .playerfigure {animation: shiver 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97)  infinite alternate;}
#content.squadSelect ~ #bottommenu .squadSelect {background: #666;}
#content.squadInfo #emoTeam .draggable .playerfigure {animation: shiver 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97)  infinite alternate;}
#content.squadInfo ~ #bottommenu .squadInfo {background: #666;}
/* handle over content*/
.draggable .handle {position: absolute; width: 100%; height: 100%; z-index: -1;}
#content.squadSelect .handle, #content.activateLineup .handle, #content.squadInfo .handle  {z-index: 11;}

/* some functions */
@-webkit-keyframes shiver {
  10%, 90% {
            transform: translate3d(-0.3px, 0, 0) rotate(2deg);
  }
  20%, 80% {
            transform: translate3d(0.3px, 0, 0) rotate(-2deg);;
  }
  30%, 50%, 70% {
            transform: translate3d(-0.3px, 0, 0) rotate(0deg);
  }
  40%, 60% {
            transform: translate3d(0.3px, 0, 0) rotate(0deg);
  }
}

/* aspect ration */
[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {  
  height: auto;
} 
@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  
}

@media screen and (max-device-width: 580px) {
	#emoTeam svg[id^=emoMatrix].verticalzoom.open {
		transform: translateX(-16.25%) scale(1.8) !important;
	}
	#emoTeam .draggable[rel='left'] svg[id^=emoMatrix].verticalzoom.open {
		margin-left: 75%;
	}
	#emoTeam .draggable[rel='right'] svg[id^=emoMatrix].verticalzoom.open {
		margin-left: -75%;
	}
	#emoTeam .draggable[top='top0'] svg[id^=emoMatrix].verticalzoom.open {
		margin-top: 175%;
	}
	#emoTeam .draggable[top='top1'] svg[id^=emoMatrix].verticalzoom.open {
		margin-top: 125%;
	}
	#emoTeam .draggable[top='top2'] svg[id^=emoMatrix].verticalzoom.open {
		margin-top: 75%;
	}
}

/** snackbar **/
#snackbar {
    visibility: hidden;
    max-width: 300px;
    margin-left: -150px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -45px;
    font-size: 17px;
    border-radius: 10px;
}
#snackbar.fixed {
	position: fixed;
	bottom: 85px;
	width: 300px;
}
#snackbar.arrow_box.arrow_top.fixed {
	bottom: unset;
	top: 100px;
}

#snackbar.arrow_box.arrow_left.fixed {
	bottom: 50%;
	left: 25%;
	right: unset
}

#snackbar.arrow_box.arrow_right.fixed {
	bottom: 50%;
	right: 25%;
	left: unset;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
    animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadein {
    from {opacity: 0;}
    to {opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {opacity: 1;} 
    to {opacity: 0;}
}

@keyframes fadeout {
    from {opacity: 1;}
    to {opacity: 0;}
}

/* http://www.cssarrowplease.com/ */
.arrow_box {
	position: relative;
	background: #159;
}
.arrow_box:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-width: 10px;
} 

.arrow_box.arrow_left:after {
	right: 100%;
	top: 50%;
	margin-top: -10px;
	border-right-color: #333;
}
.arrow_box.arrow_right:after { 
	left: 100%;
	top: 50%;
	margin-top: -10px;
	border-left-color: #333;
}
.arrow_top:after {
	bottom: 100%;
	left: 50%;
	margin-left: -10px;
	border-bottom-color: #333;
}
.arrow_bottom:after {
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border-top-color: #333;
}

/** from old css **/
.md-btn
{
  color: currentColor;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  outline: 0;
  border: 0;
  border-radius: 3px;
  padding: 6px;
  display: inline-block;
  background: transparent;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-style: inherit;
  font-variant: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow .4s cubic-bezier(0.25,0.8,0.25,1),background-color .4s cubic-bezier(0.25,0.8,0.25,1),-webkit-transform .4s cubic-bezier(0.25,0.8,0.25,1);
  transition: box-shadow .4s cubic-bezier(0.25,0.8,0.25,1),background-color .4s cubic-bezier(0.25,0.8,0.25,1),transform .4s cubic-bezier(0.25,0.8,0.25,1);
}

.md-btn.md-flat:not([disabled]):hover,.md-btn.md-flat:not([disabled]):focus
{
  background-color: rgba(158,158,158,0.2);
}

.md-btn-circle
{
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.md-btn[disabled],.md-btn.md-raised[disabled],.md-btn.md-fab[disabled]
{
  color: rgba(0,0,0,0.26);
  background-color: transparent;
  cursor: not-allowed;
}

.md-fab
{
  line-height: 44px;
}

.md-fab-offset
{
  margin-top: -28px;
  margin-bottom: -28px;
}

.md-btn:focus
{
  outline: 0;
}

.md-btn:hover
{
  text-decoration: none;
}

.md-btn.md-cornered
{
  border-radius: 0;
}

.md-btn.md-icon
{
  padding: 0;
  background: 0;
}

.md-btn.md-raised
{
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.md-btn.md-fab
{
  z-index: 20;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  transition: .2s linear;
  transition-property: -webkit-transform,box-shadow;
  transition-property: transform,box-shadow;
}

.md-btn.md-raised:not([disabled]),.md-btn.md-fab
{
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
}

.md-btn.md-raised:not([disabled]):focus,.md-btn.md-raised:not([disabled]):hover,.md-btn.md-fab:not([disabled]):focus,.md-btn.md-fab:not([disabled]):hover
{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
}

.md-btn.md-fab.md-fab-bottom-right
{
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}

.md-btn.md-fab.md-fab-bottom-left
{
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}

.md-btn.md-fab.md-fab-top-right
{
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}

.md-btn.md-fab.md-fab-top-left
{
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}

.md-btn.md-fab md-icon
{
  margin-top: 0;
}

.md-btn.md-fab.md-mini
{
  width: 40px;
  height: 40px;
}

.md-btn:not([disabled]).md-raised:focus,.md-btn:not([disabled]).md-raised:hover,.md-btn:not([disabled]).md-fab:focus,.md-btn:not([disabled]).md-fab:hover
{
  -webkit-transform: translate3d(0,-1px,0);
  transform: translate3d(0,-1px,0);
}

.md-toast-open-top .md-btn.md-fab-top-left,.md-toast-open-top .md-btn.md-fab-top-right
{
  -webkit-transform: translate3d(0,42px,0);
  transform: translate3d(0,42px,0);
}

.md-toast-open-top .md-btn.md-fab-top-left:not([disabled]):focus,.md-toast-open-top .md-btn.md-fab-top-left:not([disabled]):hover,.md-toast-open-top .md-btn.md-fab-top-right:not([disabled]):focus,.md-toast-open-top .md-btn.md-fab-top-right:not([disabled]):hover
{
  -webkit-transform: translate3d(0,41px,0);
  transform: translate3d(0,41px,0);
}

.md-toast-open-bottom .md-btn.md-fab-bottom-left,.md-toast-open-bottom .md-btn.md-fab-bottom-right
{
  -webkit-transform: translate3d(0,-42px,0);
  transform: translate3d(0,-42px,0);
}

.md-toast-open-bottom .md-btn.md-fab-bottom-left:not([disabled]):focus,.md-toast-open-bottom .md-btn.md-fab-bottom-left:not([disabled]):hover,.md-toast-open-bottom .md-btn.md-fab-bottom-right:not([disabled]):focus,.md-toast-open-bottom .md-btn.md-fab-bottom-right:not([disabled]):hover
{
  -webkit-transform: translate3d(0,-43px,0);
  transform: translate3d(0,-43px,0);
}

.card
{
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  background-color: #fff;
  position: relative;
  margin-bottom: 24px;
}

.card-heading
{
  position: relative;
  padding: 20px 24px;
}

.card-heading h2
{
  margin: 0;
  font-size: 18px;
}

.card-heading small
{
  display: block;
  margin-top: 8px;
  opacity: .5;
}

.card-body
{
  padding: 20px 24px;
}

.card-divider
{
  border-bottom: 1px solid rgba(110,115,120,0.15);
  margin: 0 24px;
}

.card-tools
{
  position: absolute;
  right: 12px;
  top: 12px;
}

.red
{
  background-color: #f44336;
}

.red-50
{
  background-color: #ffebee;
}

.red-100
{
  background-color: #ffcdd2;
}

.red-200
{
  background-color: #ef9a9a;
}

.red-300
{
  background-color: #e57373;
}

.red-400
{
  background-color: #ef5350;
}

.red-500
{
  background-color: #f44336;
}

.red-600
{
  background-color: #e53935;
}

.red-700
{
  background-color: #d32f2f;
}

.red-800
{
  background-color: #c62828;
}

.red-900
{
  background-color: #b71c1c;
}

.red-A100
{
  background-color: #ff8a80;
}

.red-A200
{
  background-color: #ff5252;
}

.red-A400
{
  background-color: #ff1744;
}

.red-A700
{
  background-color: #d50000;
}

.pink
{
  background-color: #e91e63;
}

.pink-50
{
  background-color: #fce4ec;
}

.pink-100
{
  background-color: #f8bbd0;
}

.pink-200
{
  background-color: #f48fb1;
}

.pink-300
{
  background-color: #f06292;
}

.pink-400
{
  background-color: #ec407a;
}

.pink-500
{
  background-color: #e91e63;
}

.pink-600
{
  background-color: #d81b60;
}

.pink-700
{
  background-color: #c2185b;
}

.pink-800
{
  background-color: #ad1457;
}

.pink-900
{
  background-color: #880e4f;
}

.pink-A100
{
  background-color: #ff80ab;
}

.pink-A200
{
  background-color: #ff4081;
}

.pink-A400
{
  background-color: #f50057;
}

.pink-A700
{
  background-color: #c51162;
}

.purple
{
  background-color: #9c27b0;
}

.purple-50
{
  background-color: #f3e5f5;
}

.purple-100
{
  background-color: #e1bee7;
}

.purple-200
{
  background-color: #ce93d8;
}

.purple-300
{
  background-color: #ba68c8;
}

.purple-400
{
  background-color: #ab47bc;
}

.purple-500
{
  background-color: #9c27b0;
}

.purple-600
{
  background-color: #8e24aa;
}

.purple-700
{
  background-color: #7b1fa2;
}

.purple-800
{
  background-color: #6a1b9a;
}

.purple-900
{
  background-color: #4a148c;
}

.purple-A100
{
  background-color: #ea80fc;
}

.purple-A200
{
  background-color: #e040fb;
}

.purple-A400
{
  background-color: #d500f9;
}

.purple-A700
{
  background-color: #a0f;
}

.deep-purple
{
  background-color: #673ab7;
}

.deep-purple-50
{
  background-color: #ede7f6;
}

.deep-purple-100
{
  background-color: #d1c4e9;
}

.deep-purple-200
{
  background-color: #b39ddb;
}

.deep-purple-300
{
  background-color: #9575cd;
}

.deep-purple-400
{
  background-color: #7e57c2;
}

.deep-purple-500
{
  background-color: #673ab7;
}

.deep-purple-600
{
  background-color: #5e35b1;
}

.deep-purple-700
{
  background-color: #512da8;
}

.deep-purple-800
{
  background-color: #4527a0;
}

.deep-purple-900
{
  background-color: #311b92;
}

.deep-purple-A100
{
  background-color: #b388ff;
}

.deep-purple-A200
{
  background-color: #7c4dff;
}

.deep-purple-A400
{
  background-color: #651fff;
}

.deep-purple-A700
{
  background-color: #6200ea;
}

.indigo
{
  background-color: #3f51b5;
}

.indigo-50
{
  background-color: #e8eaf6;
}

.indigo-100
{
  background-color: #c5cae9;
}

.indigo-200
{
  background-color: #9fa8da;
}

.indigo-300
{
  background-color: #7986cb;
}

.indigo-400
{
  background-color: #5c6bc0;
}

.indigo-500
{
  background-color: #3f51b5;
}

.indigo-600
{
  background-color: #3949ab;
}

.indigo-700
{
  background-color: #303f9f;
}

.indigo-800
{
  background-color: #283593;
}

.indigo-900
{
  background-color: #1a237e;
}

.indigo-A100
{
  background-color: #8c9eff;
}

.indigo-A200
{
  background-color: #536dfe;
}

.indigo-A400
{
  background-color: #3d5afe;
}

.indigo-A700
{
  background-color: #304ffe;
}

.blue
{
  background-color: #2196f3;
}

.blue-50
{
  background-color: #e3f2fd;
}

.blue-100
{
  background-color: #bbdefb;
}

.blue-200
{
  background-color: #90caf9;
}

.blue-300
{
  background-color: #64b5f6;
}

.blue-400
{
  background-color: #42a5f5;
}

.blue-500
{
  background-color: #2196f3;
}

.blue-600
{
  background-color: #1e88e5;
}

.blue-700
{
  background-color: #1976d2;
}

.blue-800
{
  background-color: #1565c0;
}

.blue-900
{
  background-color: #0d47a1;
}

.blue-A100
{
  background-color: #82b1ff;
}

.blue-A200
{
  background-color: #448aff;
}

.blue-A400
{
  background-color: #2979ff;
}

.blue-A700
{
  background-color: #2962ff;
}

.light-blue
{
  background-color: #03a9f4;
}

.light-blue-50
{
  background-color: #e1f5fe;
}

.light-blue-100
{
  background-color: #b3e5fc;
}

.light-blue-200
{
  background-color: #81d4fa;
}

.light-blue-300
{
  background-color: #4fc3f7;
}

.light-blue-400
{
  background-color: #29b6f6;
}

.light-blue-500
{
  background-color: #03a9f4;
}

.light-blue-600
{
  background-color: #039be5;
}

.light-blue-700
{
  background-color: #0288d1;
}

.light-blue-800
{
  background-color: #0277bd;
}

.light-blue-900
{
  background-color: #01579b;
}

.light-blue-A100
{
  background-color: #80d8ff;
}

.light-blue-A200
{
  background-color: #40c4ff;
}

.light-blue-A400
{
  background-color: #00b0ff;
}

.light-blue-A700
{
  background-color: #0091ea;
}

.cyan
{
  background-color: #00bcd4;
}

.cyan-50
{
  background-color: #e0f7fa;
}

.cyan-100
{
  background-color: #b2ebf2;
}

.cyan-200
{
  background-color: #80deea;
}

.cyan-300
{
  background-color: #4dd0e1;
}

.cyan-400
{
  background-color: #26c6da;
}

.cyan-500
{
  background-color: #00bcd4;
}

.cyan-600
{
  background-color: #00acc1;
}

.cyan-700
{
  background-color: #0097a7;
}

.cyan-800
{
  background-color: #00838f;
}

.cyan-900
{
  background-color: #006064;
}

.cyan-A100
{
  background-color: #84ffff;
}

.cyan-A200
{
  background-color: #18ffff;
}

.cyan-A400
{
  background-color: #00e5ff;
}

.cyan-A700
{
  background-color: #00b8d4;
}

.teal
{
  background-color: #009688;
}

.teal-50
{
  background-color: #e0f2f1;
}

.teal-100
{
  background-color: #b2dfdb;
}

.teal-200
{
  background-color: #80cbc4;
}

.teal-300
{
  background-color: #4db6ac;
}

.teal-400
{
  background-color: #26a69a;
}

.teal-500
{
  background-color: #009688;
}

.teal-600
{
  background-color: #00897b;
}

.teal-700
{
  background-color: #00796b;
}

.teal-800
{
  background-color: #00695c;
}

.teal-900
{
  background-color: #004d40;
}

.teal-A100
{
  background-color: #a7ffeb;
}

.teal-A200
{
  background-color: #64ffda;
}

.teal-A400
{
  background-color: #1de9b6;
}

.teal-A700
{
  background-color: #00bfa5;
}

.green
{
  background-color: #4caf50;
}

.green-50
{
  background-color: #e8f5e9;
}

.green-100
{
  background-color: #c8e6c9;
}

.green-200
{
  background-color: #a5d6a7;
}

.green-300
{
  background-color: #81c784;
}

.green-400
{
  background-color: #66bb6a;
}

.green-500
{
  background-color: #4caf50;
}

.green-600
{
  background-color: #43a047;
}

.green-700
{
  background-color: #388e3c;
}

.green-800
{
  background-color: #2e7d32;
}

.green-900
{
  background-color: #1b5e20;
}

.green-A100
{
  background-color: #b9f6ca;
}

.green-A200
{
  background-color: #69f0ae;
}

.green-A400
{
  background-color: #00e676;
}

.green-A700
{
  background-color: #00c853;
}

.light-green
{
  background-color: #8bc34a;
}

.light-green-50
{
  background-color: #f1f8e9;
}

.light-green-100
{
  background-color: #dcedc8;
}

.light-green-200
{
  background-color: #c5e1a5;
}

.light-green-300
{
  background-color: #aed581;
}

.light-green-400
{
  background-color: #9ccc65;
}

.light-green-500
{
  background-color: #8bc34a;
}

.light-green-600
{
  background-color: #7cb342;
}

.light-green-700
{
  background-color: #689f38;
}

.light-green-800
{
  background-color: #558b2f;
}

.light-green-900
{
  background-color: #33691e;
}

.light-green-A100
{
  background-color: #ccff90;
}

.light-green-A200
{
  background-color: #b2ff59;
}

.light-green-A400
{
  background-color: #76ff03;
}

.light-green-A700
{
  background-color: #64dd17;
}

.lime
{
  background-color: #cddc39;
}

.lime-50
{
  background-color: #f9fbe7;
}

.lime-100
{
  background-color: #f0f4c3;
}

.lime-200
{
  background-color: #e6ee9c;
}

.lime-300
{
  background-color: #dce775;
}

.lime-400
{
  background-color: #d4e157;
}

.lime-500
{
  background-color: #cddc39;
}

.lime-600
{
  background-color: #c0ca33;
}

.lime-700
{
  background-color: #afb42b;
}

.lime-800
{
  background-color: #9e9d24;
}

.lime-900
{
  background-color: #827717;
}

.lime-A100
{
  background-color: #f4ff81;
}

.lime-A200
{
  background-color: #eeff41;
}

.lime-A400
{
  background-color: #c6ff00;
}

.lime-A700
{
  background-color: #aeea00;
}

.yellow
{
  background-color: #ffeb3b;
}

.yellow-50
{
  background-color: #fffde7;
}

.yellow-100
{
  background-color: #fff9c4;
}

.yellow-200
{
  background-color: #fff59d;
}

.yellow-300
{
  background-color: #fff176;
}

.yellow-400
{
  background-color: #ffee58;
}

.yellow-500
{
  background-color: #ffeb3b;
}

.yellow-600
{
  background-color: #fdd835;
}

.yellow-700
{
  background-color: #fbc02d;
}

.yellow-800
{
  background-color: #f9a825;
}

.yellow-900
{
  background-color: #f57f17;
}

.yellow-A100
{
  background-color: #ffff8d;
}

.yellow-A200
{
  background-color: #ff0;
}

.yellow-A400
{
  background-color: #ffea00;
}

.yellow-A700
{
  background-color: #ffd600;
}

.amber
{
  background-color: #ffc107;
}

.amber-50
{
  background-color: #fff8e1;
}

.amber-100
{
  background-color: #ffecb3;
}

.amber-200
{
  background-color: #ffe082;
}

.amber-300
{
  background-color: #ffd54f;
}

.amber-400
{
  background-color: #ffca28;
}

.amber-500
{
  background-color: #ffc107;
}

.amber-600
{
  background-color: #ffb300;
}

.amber-700
{
  background-color: #ffa000;
}

.amber-800
{
  background-color: #ff8f00;
}

.amber-900
{
  background-color: #ff6f00;
}

.amber-A100
{
  background-color: #ffe57f;
}

.amber-A200
{
  background-color: #ffd740;
}

.amber-A400
{
  background-color: #ffc400;
}

.amber-A700
{
  background-color: #ffab00;
}

.orange
{
  background-color: #ff9800;
}

.orange-50
{
  background-color: #fff3e0;
}

.orange-100
{
  background-color: #ffe0b2;
}

.orange-200
{
  background-color: #ffcc80;
}

.orange-300
{
  background-color: #ffb74d;
}

.orange-400
{
  background-color: #ffa726;
}

.orange-500
{
  background-color: #ff9800;
}

.orange-600
{
  background-color: #fb8c00;
}

.orange-700
{
  background-color: #f57c00;
}

.orange-800
{
  background-color: #ef6c00;
}

.orange-900
{
  background-color: #e65100;
}

.orange-A100
{
  background-color: #ffd180;
}

.orange-A200
{
  background-color: #ffab40;
}

.orange-A400
{
  background-color: #ff9100;
}

.orange-A700
{
  background-color: #ff6d00;
}

.deep-orange
{
  background-color: #ff5722;
}

.deep-orange-50
{
  background-color: #fbe9e7;
}

.deep-orange-100
{
  background-color: #ffccbc;
}

.deep-orange-200
{
  background-color: #ffab91;
}

.deep-orange-300
{
  background-color: #ff8a65;
}

.deep-orange-400
{
  background-color: #ff7043;
}

.deep-orange-500
{
  background-color: #ff5722;
}

.deep-orange-600
{
  background-color: #f4511e;
}

.deep-orange-700
{
  background-color: #e64a19;
}

.deep-orange-800
{
  background-color: #d84315;
}

.deep-orange-900
{
  background-color: #bf360c;
}

.deep-orange-A100
{
  background-color: #ff9e80;
}

.deep-orange-A200
{
  background-color: #ff6e40;
}

.deep-orange-A400
{
  background-color: #ff3d00;
}

.deep-orange-A700
{
  background-color: #dd2c00;
}

.brown
{
  background-color: #795548;
}

.brown-50
{
  background-color: #efebe9;
}

.brown-100
{
  background-color: #d7ccc8;
}

.brown-200
{
  background-color: #bcaaa4;
}

.brown-300
{
  background-color: #a1887f;
}

.brown-400
{
  background-color: #8d6e63;
}

.brown-500
{
  background-color: #795548;
}

.brown-600
{
  background-color: #6d4c41;
}

.brown-700
{
  background-color: #5d4037;
}

.brown-800
{
  background-color: #4e342e;
}

.brown-900
{
  background-color: #3e2723;
}

.blue-grey
{
  background-color: #607d8b;
}

.blue-grey-50
{
  background-color: #eceff1;
}

.blue-grey-100
{
  background-color: #cfd8dc;
}

.blue-grey-200
{
  background-color: #b0bec5;
}

.blue-grey-300
{
  background-color: #90a4ae;
}

.blue-grey-400
{
  background-color: #78909c;
}

.blue-grey-500
{
  background-color: #607d8b;
}

.blue-grey-600
{
  background-color: #546e7a;
}

.blue-grey-700
{
  background-color: #455a64;
}

.blue-grey-800
{
  background-color: #37474f;
}

.blue-grey-900
{
  background-color: #263238;
}

.grey
{
  background-color: #9e9e9e;
}

.grey-50
{
  background-color: #fafafa;
}

.grey-100
{
  background-color: #f5f5f5;
}

.grey-200
{
  background-color: #eee;
}

.grey-300
{
  background-color: #e0e0e0;
}

.grey-400
{
  background-color: #bdbdbd;
}

.grey-500
{
  background-color: #9e9e9e;
}

.grey-600
{
  background-color: #757575;
}

.grey-700
{
  background-color: #616161;
}

.grey-800
{
  background-color: #424242;
}

.grey-900
{
  background-color: #212121;
}

.red,.red-500,.red-600,.red-700,.red-A200,.red-A400,.red-A700,.pink,.pink-500,.pink-600,.pink-A200,.pink-A400,.pink-A700,.purple-300,.purple-400,.purple-A200,.purple-A400,.purple-A700,.deep-purple-300,.deep-purple-400,.deep-purple-A200,.indigo-300,.indigo-400,.indigo-A200,.indigo-A400,.blue,.blue-500,.blue-600,.blue-700,.blue-A200,.blue-A400,.blue-A700,.light-blue,.light-blue-500,.light-blue-600,.light-blue-700,.light-blue-800,.light-blue-A700,.cyan,.cyan-500,.cyan-600,.cyan-700,.cyan-800,.teal,.teal-500,.teal-600,.teal-700,.green,.green-500,.green-600,.green-700,.light-green-800,.light-green-900,.lime-900,.orange-800,.orange-900,.deep-orange,.deep-orange-500,.deep-orange-600,.deep-orange-700,.deep-orange-800,.deep-orange-900,.deep-orange-A400,.deep-orange-A700,.brown-300,.brown-400,.blue-grey,.blue-grey-400,.blue-grey-500
{
  color: #fff;
}

.red-800,.red-900,.pink-700,.pink-800,.pink-900,.purple,.purple-500,.purple-600,.purple-700,.purple-800,.purple-900,.deep-purple,.deep-purple-500,.deep-purple-600,.deep-purple-700,.deep-purple-800,.deep-purple-900,.deep-purple-A400,.deep-purple-A700,.indigo,.indigo-500,.indigo-600,.indigo-700,.indigo-800,.indigo-900,.indigo-A700,.blue-800,.blue-900,.light-blue-900,.cyan-900,.teal-800,.teal-900,.green-800,.green-900,.brown,.brown-500,.brown-600,.brown-700,.brown-800,.brown-900,.blue-grey-600,.blue-grey-700,.blue-grey-800,.blue-grey-900,.grey-600,.grey-700,.grey-800,.grey-900
{
  color: rgba(255,255,255,0.87);
}

.orange-A700
{
  color: #000;
}

.md-list
{
  border-radius: 3px;
}

.md-list-item
{
  display: block;
  position: relative;
  padding: 16px;
}

.md-list-item:after
{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(160,160,160,0.2);
}

.md-list-item:last-child.md-list-item:after
{
  border: 0;
}

.md-list-item.inset.md-list-item:after
{
  left: 72px;
}

.md-list-item-left
{
  width: 40px;
  height: 40px;
  margin-right: 16px;
  float: left;
  text-align: center;
  line-height: 40px;
}

.md-list-item-content
{
  overflow: hidden;
}

.md-list-item-content h3
{
  margin: 0 0 3px 0;
  font-weight: normal;
}

.md-form-group
{
  padding: 18px 0 24px 0;
  position: relative;
}

.md-input
{
  background: transparent;
  position: relative;
  z-index: 5;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(160,160,160,0.2);
  width: 100%;
  height: 34px;
  padding: 2px;
  color: inherit;
}

.md-input:focus,.md-input.focus
{
  border-color: #6ba410;
  border-bottom-width: 2px;
  padding-bottom: 1px;
}

.md-input:focus ~ label,.md-input.focus ~ label
{
  color: #6ba410;
  opacity: 1;
  top: 0 !important;
  font-size: .85em !important;
}

.float-label .md-input ~ label
{
  top: 20px;
  font-size: 1em;
}

.float-label .md-input.ng-dirty ~ label,.float-label .md-input.has-value ~ label
{
  top: 0;
  font-size: .85em;
}

.md-input ~ label
{
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: .85em;
  position: absolute;
  z-index: 0;
  opacity: .5;
  display: inline-block;
  top: 0;
  left: 0;
}

.md-input.disabled,.md-input[disabled]
{
  opacity: .5;
}

textarea.md-input
{
  height: auto;
}

.md-input-white:focus,.md-input-white.focus
{
  border-color: #fff;
}

.md-input-white:focus ~ label,.md-input-white.focus ~ label
{
  color: #fff;
}

.md-input-msg
{
  position: absolute;
  bottom: 0;
  line-height: 24px;
  font-size: .85em;
}

.md-input-msg.right
{
  right: 0;
}

.md-check
{
  cursor: pointer;
  padding-left: 20px;
  margin: 0;
  display: inline-block;
  position: relative;
}

.md-check input
{
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 1;
  opacity: 0;
  margin-left: -20px;
}

.md-check input:checked+i:before
{
  border-width: 0;
  background-color: inherit;
}

.md-check input:checked+span .active
{
  display: inherit;
}

.md-check input[type="radio"]+i,.md-check input[type="radio"]+i:before
{
  border-radius: 50%;
}

.md-check input[type="checkbox"]:checked+i:after
{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 2px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  content: ' ';
}

.md-check input[type="radio"]:checked+i:after
{
  position: absolute;
  left: 6px;
  top: 6px;
  display: table;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  content: ' ';
}

.md-check input[disabled]+i:before,fieldset[disabled] .md-check input+i:before
{
  border-color: rgba(0,0,0,0.26);
}

.md-check input[disabled]:checked+i:before
{
  background-color: rgba(0,0,0,0.26);
}

.md-check>i
{
  width: 0;
  height: 18px;
  line-height: 1;
  margin-left: -20px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
  position: relative;
}

.md-check>i:before
{
  content: "";
  position: absolute;
  width: 18px;
  height: 100%;
  border: 2px solid rgba(0,0,0,0.54);
  border-radius: 2px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.md-check>i.no-icon:after
{
  display: none !important;
}

.md-switch
{
  cursor: pointer;
  padding-left: 36px;
  margin: 0;
  min-height: 20px;
}

.md-switch input
{
  position: absolute;
  cursor: pointer;
  width: 36px;
  height: 20px;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-left: -36px;
}

.md-switch input:checked+i:before
{
  background: inherit;
  opacity: .5;
}

.md-switch input:checked+i:after
{
  background: inherit;
  left: 16px;
}

.md-switch input[disabled]+i:before,fieldset[disabled] .md-switch input+i:before
{
  background-color: rgba(0,0,0,0.12);
}

.md-switch input[disabled]+i:after,fieldset[disabled] .md-switch input+i:after
{
  background-color: #bdbdbd;
}

.md-switch i
{
  width: 0;
  height: 18px;
  line-height: 1;
  margin-left: -36px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 44px;
  position: relative;
}

.md-switch i:before
{
  content: "";
  left: 1px;
  width: 34px;
  top: 3px;
  height: 14px;
  border-radius: 8px;
  position: absolute;
  background-color: #9e9e9e;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.md-switch i:after
{
  content: "";
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  outline: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.md-whiteframe-z0
{
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.md-whiteframe-z1
{
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
}

.md-whiteframe-z2
{
  box-shadow: 0 8px 17px rgba(0,0,0,0.2);
}

.md-whiteframe-z3
{
  box-shadow: 0 17px 50px rgba(0,0,0,0.19);
}

.md-whiteframe-z4
{
  box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22);
}

.md-whiteframe-z5
{
  box-shadow: 0 27px 24px 0 rgba(0,0,0,0.2);
}

.arrow
{
  position: absolute;
  z-index: 10;
}

.arrow:before,.arrow:after
{
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 9px;
  border-color: transparent;
  border-style: solid;
}

.arrow:after
{
  border-width: 8px;
}

.arrow.top
{
  top: -9px;
  left: 50%;
  margin-left: -9px;
}

.arrow.top.pull-in
{
  top: -4px;
}

.arrow.top:before
{
  border-bottom-color: rgba(0,0,0,0.1);
  border-top-width: 0;
}

.arrow.top:after
{
  top: 1px;
  left: 1px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: inherit;
  border-left-color: transparent;
  border-top-width: 0;
}

.arrow.right
{
  top: 50%;
  right: 0;
  margin-top: -9px;
}

.arrow.right.pull-in
{
  right: 5px;
}

.arrow.right:before
{
  border-left-color: rgba(0,0,0,0.1);
  border-right-width: 0;
}

.arrow.right:after
{
  top: 1px;
  left: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: inherit;
  border-right-width: 0;
}

.arrow.bottom
{
  bottom: 0;
  left: 50%;
  margin-left: -9px;
}

.arrow.bottom.pull-in
{
  bottom: 5px;
}

.arrow.bottom:before
{
  border-top-color: rgba(0,0,0,0.1);
  border-bottom-width: 0;
}

.arrow.bottom:after
{
  top: 0;
  left: 1px;
  border-top-color: inherit;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-bottom-width: 0;
}

.arrow.left
{
  top: 50%;
  left: -9px;
  margin-top: -9px;
}

.arrow.left.pull-in
{
  left: -4px;
}

.arrow.left:before
{
  border-right-color: rgba(0,0,0,0.1);
  border-left-width: 0;
}

.arrow.left:after
{
  top: 1px;
  left: 1px;
  border-top-color: transparent;
  border-right-color: inherit;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-left-width: 0;
}

.arrow.pull-left
{
  left: 18px;
}

.arrow.pull-right
{
  left: auto;
  right: 26px;
}

.arrow.pull-top
{
  top: 18px;
}

.arrow.pull-bottom
{
  top: auto;
  bottom: 26px;
}

.arrow.b-primary:before,.arrow.b-info:before,.arrow.b-success:before,.arrow.b-warning:before,.arrow.b-danger:before,.arrow.b-accent:before,.arrow.b-dark:before
{
  border-color: transparent;
}

.box
{
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
  height: 100%;
}

.box .box-row
{
  display: table-row;
  height: 100%;
}

.box .box-row .box-cell
{
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.ie .box .box-row .box-cell
{
  display: table-cell;
}

.box .box-col
{
  display: table-cell;
  vertical-align: top;
}

.box .box-inner
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.box>[class*="col-"],.box>[class*=" col-"]
{
  vertical-align: top;
  height: 100%;
  float: none;
  padding: 0;
  position: static;
}

.v-m
{
  vertical-align: middle !important;
}

.v-t
{
  vertical-align: top !important;
}

.v-b
{
  vertical-align: bottom !important;
}

.v-c
{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media(min-width:1200px)
{
  .box>[class*="col-lg"],.box>[class*=" col-lg"]
  {
    display: table-cell;
  }
}

@media(min-width:992px)
{
  .box>[class*="col-md"],.box>[class*=" col-md"]
  {
    display: table-cell;
  }
}

@media(min-width:768px)
{
  .box>[class*="col-sm"],.box>[class*=" col-sm"]
  {
    display: table-cell;
  }
}

@media(max-width:767px)
{
  .box>[class*="col-xs"],.box>[class*=" col-xs"]
  {
    display: table-cell;
  }
}

.ui-checks
{
  padding-left: 20px;
  cursor: pointer;
}

.ui-checks input
{
  opacity: 0;
  position: absolute;
  margin-left: -20px;
}

.ui-checks input:checked+i
{
  border-color: #cfd1d4;
}

.ui-checks input:checked+i:before
{
  left: 4px;
  top: 4px;
  width: 6px;
  height: 6px;
  background-color: #bcc98e;
}

.ui-checks input:checked+span .active
{
  display: inherit;
}

.ui-checks input[type="radio"]+i,.ui-checks input[type="radio"]+i:before
{
  border-radius: 50%;
}

.ui-checks input[disabled]+i,fieldset[disabled] .ui-checks input+i
{
  border-color: #dddee0;
}

.ui-checks input[disabled]+i:before,fieldset[disabled] .ui-checks input+i:before
{
  background-color: #dddee0;
}

.ui-checks>i
{
  width: 16px;
  height: 16px;
  line-height: 1;
  border: 1px solid #cfd1d4;
  background-color: #fff;
  margin-left: -20px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
}

.ui-checks>i:before
{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: transparent;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.ui-checks>span
{
  margin-left: -20px;
}

.ui-checks>span .active
{
  display: none;
}

.ui-checks-md input:checked+i:before
{
  left: 5px;
  top: 5px;
}

.ui-checks-md>i
{
  width: 18px;
  height: 18px;
}

.ui-checks-lg input:checked+i:before
{
  width: 12px;
  height: 12px;
  left: 8px;
  top: 8px;
}

.ui-checks-lg>i
{
  width: 30px;
  height: 30px;
}

html,body
{
  width: 100%;
  height: 100%;
}

.app
{
  width: 100%;
  height: 100%;
}

.app-aside
{
  top: 0;
  bottom: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: transparent;
  box-shadow: 0 64px 5px 0 rgba(0,0,0,0.26);
  z-index: 60;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.app-aside.modal
{
  z-index: 1050;
}

.app-aside .left
{
  max-width: 304px;
}

.app-padding
{
  padding: 4px 4px;
}

nav
{
  overflow-x: hidden;
}

nav ul.nav li
{
  position: relative;
}

nav ul.nav li li a
{
  line-height: 36px;
  padding-left: 72px;
}

nav ul.nav li li a .badge,nav ul.nav li li a .label
{
  margin-top: 10px;
}

nav ul.nav li li li a
{
  padding-left: 88px;
}

nav ul.nav li li li li a
{
  padding-left: 106px;
}

nav ul.nav li a,nav ul.nav li .nav-item
{
  font-weight: normal;
  text-transform: none;
  text-align: left;
  display: block;
  padding: 0 16px;
  line-height: 40px;
  position: relative;
  border-radius: 0 !important;
}

nav ul.nav li a .text,nav ul.nav li .nav-item .text
{
  margin-left: 16px;
}

nav ul.nav li a .up,nav ul.nav li .nav-item .up
{
  margin-left: 16px;
  font-style: normal;
  z-index: 1;
}

nav ul.nav li a>.pull-right i,nav ul.nav li .nav-item>.pull-right i
{
  margin-left: 16px;
  -webkit-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}

nav ul.nav li a>.icon,nav ul.nav li .nav-item>.icon
{
  float: left;
  line-height: inherit;
  margin-right: 16px;
  top: 0;
  min-width: 40px;
}

nav ul.nav li a>.icon:before,nav ul.nav li .nav-item>.icon:before
{
  width: 24px;
  display: inline-block;
  text-align: center;
  opacity: .75;
}

nav ul.nav li a:hover,nav ul.nav li .nav-item:hover,nav ul.nav li a:focus,nav ul.nav li .nav-item:focus
{
  background-color: rgba(158,158,158,0.2);
}

nav ul.nav li label
{
  display: block;
}

nav ul.nav li label i
{
  margin-left: -16px;
  margin-right: 48px;
}

nav ul.nav li.active
{
  background-color: rgba(0,0,0,0.05);
}

nav ul.nav li.active>a
{
  background-color: transparent;
}

nav ul.nav li.active>a>.pull-right i
{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

nav ul.nav.nav-stacked a,nav ul.nav.nav-stacked .nav-header
{
  padding: 0 16px;
  line-height: 30px;
}

nav .nav-header
{
  padding: 0 16px;
  line-height: 40px;
}

nav .nav-header:hover,nav .nav-header:focus
{
  background-color: transparent !important;
}

@media(min-width:992px)
{
  .folded
  {
    -webkit-transition: width .4s cubic-bezier(0.25,0.8,0.25,1);
    transition: width .4s cubic-bezier(0.25,0.8,0.25,1);
    z-index: 60;
  }

  .folded .nav li ul
  {
    display: none;
  }

  .folded .nav li a,.folded .nav li .nav-item
  {
    text-align: center;
  }

  .folded .nav li a span,.folded .nav li .nav-item span
  {
    display: none;
  }

  .folded .nav li a .up,.folded .nav li .nav-item .up
  {
    position: absolute;
    top: -8px;
    right: 4px;
  }

  .folded .nav li a .icon,.folded .nav li .nav-item .icon
  {
    float: none;
    line-height: 50px;
    margin-right: 0;
    min-width: 0;
  }

  .folded .nav li a label i,.folded .nav li .nav-item label i
  {
    margin-left: -38px;
    margin-right: 0;
  }

  .folded .navbar-brand
  {
    text-align: center;
  }

  .folded .hidden-folded
  {
    display: none;
  }

  .folded:hover,.folded:focus,.folded.active
  {
    width: 240px;
  }

  .folded:hover>*,.folded:focus>*,.folded.active>*
  {
    width: 240px;
  }

  .folded:hover .nav li ul,.folded:focus .nav li ul,.folded.active .nav li ul
  {
    display: inherit;
  }

  .folded:hover .nav li a,.folded:focus .nav li a,.folded.active .nav li a,.folded:hover .nav li .nav-item,.folded:focus .nav li .nav-item,.folded.active .nav li .nav-item
  {
    text-align: left;
  }

  .folded:hover .nav li a span,.folded:focus .nav li a span,.folded.active .nav li a span,.folded:hover .nav li .nav-item span,.folded:focus .nav li .nav-item span,.folded.active .nav li .nav-item span
  {
    display: inline;
  }

  .folded:hover .nav li a .up,.folded:focus .nav li a .up,.folded.active .nav li a .up,.folded:hover .nav li .nav-item .up,.folded:focus .nav li .nav-item .up,.folded.active .nav li .nav-item .up
  {
    position: static;
  }

  .folded:hover .nav li a .icon,.folded:focus .nav li a .icon,.folded.active .nav li a .icon,.folded:hover .nav li .nav-item .icon,.folded:focus .nav li .nav-item .icon,.folded.active .nav li .nav-item .icon
  {
    float: left;
    line-height: inherit;
    margin-right: 32px;
  }

  .folded:hover .nav li label i,.folded:focus .nav li label i,.folded.active .nav li label i
  {
    margin-left: -16px;
    margin-right: 48px;
  }

  .folded:hover .navbar-brand,.folded:focus .navbar-brand,.folded.active .navbar-brand
  {
    text-align: left;
  }

  .folded:hover .hidden-folded,.folded:focus .hidden-folded,.folded.active .hidden-folded
  {
    display: inherit;
  }

  .folded:hover .hidden-folded.inline,.folded:focus .hidden-folded.inline,.folded.active .hidden-folded.inline
  {
    display: inline-block;
  }
}

.nav-sub
{
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s cubic-bezier(0.35,0,0.25,1);
  transition: max-height .5s cubic-bezier(0.35,0,0.25,1);
}

.nav-sub .md-ripple-container
{
  display: none;
  visibility: hidden;
}

.active>.nav-sub
{
  max-height: 999px;
}

.active>.nav-sub .md-ripple-container
{
  display: block;
  visibility: visible;
}

.i-16
{
  font-size: 16px;
  vertical-align: -15%;
}

.i-20
{
  font-size: 20px;
  vertical-align: -19%;
}

.i-24
{
  font-size: 24px;
  vertical-align: -10%;
}

.ui-icon
{
  display: inline-block;
  text-align: center;
  height: 1em;
  background: transparent !important;
}

.ui-icon:before
{
  position: relative;
  z-index: 1;
}

.ui-icon:after
{
  content: "";
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 2em;
  width: 2em;
  height: 2em;
  top: -1.5em;
  display: block;
  position: relative;
  z-index: 0;
  background-clip: padding-box;
}

.ui-icon.b-2x:after
{
  border-width: 2px;
}

.ui-icon.b-3x:after
{
  border-width: 3px;
}

.ui-icon.ui-icon-sm:after
{
  width: 1.7em;
  height: 1.7em;
  top: -1.35em;
}

.ui-icon.bg-primary:after
{
  background-color: #6ba410;
}

.ui-icon.bg-info:after
{
  background-color: #bcc98e;
}

.ui-icon.bg-success:after
{
  background-color: #7abb12;
}

.ui-icon.bg-warning:after
{
  background-color: #ede059;
}

.ui-icon.bg-danger:after
{
  background-color: #f44336;
}

.ui-icon.bg-accent:after
{
  background-color: #7e57c2;
}

.ui-icon.bg-dark:after
{
  background-color: #afafaf;
}

.ui-icon.bg-light:after
{
  background-color: #eaebec;
}

.ui-icon.bg-white:after
{
  background-color: #fff;
}

.item
{
  position: relative;
}

.item .top
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.item .bottom
{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.item .center
{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.item-overlay
{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.item-overlay.active,.item:hover .item-overlay
{
  display: block;
}

.list-icon i
{
  -webkit-transition: font-size .2s;
  transition: font-size .2s;
  margin-right: 16px;
}

.list-icon div
{
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jqstooltip
{
  background-color: rgba(0,0,0,0.8) !important;
  border: solid 1px #000 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.easyPieChart
{
  position: relative;
  text-align: center;
  display: table;
}

.easyPieChart>div
{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  line-height: 1;
}

.easyPieChart>div img
{
  margin-top: -4px;
}

.easyPieChart canvas
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#flotTip,.flotTip
{
  padding: 4px 10px;
  background-color: rgba(0,0,0,0.8) !important;
  border: solid 1px #000 !important;
  z-index: 100;
  font-size: 12px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.legendColorBox>div
{
  border: none !important;
  margin: 5px;
}

.legendColorBox>div>div
{
  border-radius: 10px;
}

.st-sort-ascent:before
{
  content: '\25B2';
}

.st-sort-descent:before
{
  content: '\25BC';
}

.st-selected td
{
  background: #f0f9ec !important;
}

.ui-select-bootstrap>.ui-select-choices
{
  overflow-y: scroll;
}

.panel .dataTables_wrapper
{
  padding-top: 10px;
}

.panel .dataTables_wrapper>.row
{
  margin: 0;
}

.panel .dataTables_wrapper>.row>.col-sm-12
{
  padding: 0;
}

.dataTables_wrapper.form-inline .form-control
{
  width: auto;
}

.btn-info .text-info
{
  color: #fff;
}

.ie .ie-show
{
  display: block;
}

.nav a.waves-effect
{
  -webkit-mask-image: -webkit-radial-gradient(circle,#fff 100%,#000 100%);
}

.streamline
{
  position: relative;
  border-color: #dddee0;
}

.streamline .sl-item:after,.streamline:after
{
  content: '';
  position: absolute;
  background-color: #fff;
  border-color: inherit;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  margin-left: -6px;
  bottom: 0;
  left: 0;
}

.sl-icon
{
  position: absolute;
  left: -15px;
  z-index: 1;
}

.sl-icon>i
{
  width: 30px;
  height: 30px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.sl-item
{
  border-color: #dddee0;
  position: relative;
  padding-bottom: 1px;
}

.sl-item:before,.sl-item:after
{
  content: " ";
  display: table;
}

.sl-item:after
{
  clear: both;
}

.sl-item:after
{
  top: 0;
  bottom: auto;
}

.sl-item.b-l
{
  margin-left: -1px;
}

.sl-item.sl-item-md:after
{
  top: -10px;
  width: 30px;
  height: 30px;
  margin-left: -16px;
}

.sl-item.sl-item-md .sl-icon
{
  top: -10px;
}

.sl-content
{
  margin-left: 24px;
  margin-top: -6px;
  padding-bottom: 10px;
}

.ui-switch
{
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18px;
  border-radius: 30px;
  background-color: #7abb12;
  margin: 0;
}

.ui-switch input
{
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.ui-switch input:checked+i:before
{
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 5px;
  border-width: 0;
  border-radius: 5px;
}

.ui-switch input:checked+i:after
{
  margin-left: 15px;
}

.ui-switch i:before
{
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.ui-switch i:after
{
  content: "";
  position: absolute;
  background-color: #fff;
  width: 16px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
  -webkit-transition: margin-left .3s;
  transition: margin-left .3s;
}

.ui-switch-md
{
  width: 40px;
  height: 24px;
}

.ui-switch-md input:checked+i:after
{
  margin-left: 17px;
}

.ui-switch-md i:after
{
  width: 22px;
}

.ui-switch-lg
{
  width: 50px;
  height: 30px;
}

.ui-switch-lg input:checked+i:after
{
  margin-left: 21px;
}

.ui-switch-lg i:after
{
  width: 28px;
}

.timeline
{
  margin: 0;
  padding: 0;
}

.tl-item
{
  display: block;
}

.tl-item:before,.tl-item:after
{
  content: " ";
  display: table;
}

.tl-item:after
{
  clear: both;
}

.visible-left
{
  display: none;
}

.tl-wrap
{
  display: block;
  margin-left: 6em;
  padding: 15px 0 15px 20px;
  border-style: solid;
  border-color: #dddee0;
  border-width: 0 0 0 2px;
}

.tl-wrap:before,.tl-wrap:after
{
  content: " ";
  display: table;
}

.tl-wrap:after
{
  clear: both;
}

.tl-wrap:before
{
  position: relative;
  content: "";
  float: left;
  top: 15px;
  margin-left: -26px;
  width: 10px;
  height: 10px;
  border-color: inherit;
  border-width: 3px;
  border-radius: 50%;
  border-style: solid;
  background: #eaebec;
  box-shadow: 0 0 0 4px #efefef;
}

.tl-date
{
  position: relative;
  top: 10px;
  float: left;
  margin-left: -7.5em;
  display: block;
  width: 4.5em;
  text-align: right;
}

.tl-content
{
  display: inline-block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tl-content.block
{
  display: block;
  width: 100%;
}

.tl-content.panel
{
  margin-bottom: 0;
}

.tl-header
{
  display: block;
  width: 12em;
  text-align: center;
  margin-left: 1px;
}

.timeline-center .tl-item
{
  margin-left: 50%;
}

.timeline-center .tl-item .tl-wrap
{
  margin-left: -2px;
}

.timeline-center .tl-header
{
  width: auto;
  margin-left: -1px;
}

.timeline-center .tl-left
{
  margin-left: 0;
  margin-right: 50%;
}

.timeline-center .tl-left .hidden-left
{
  display: none !important;
}

.timeline-center .tl-left .visible-left
{
  display: inherit;
}

.timeline-center .tl-left .tl-wrap
{
  float: right;
  margin-right: 0;
  border-left-width: 0;
  border-right-width: 2px;
  padding-left: 0;
  padding-right: 20px;
}

.timeline-center .tl-left .tl-wrap:before
{
  float: right;
  margin-left: 0;
  margin-right: -26px;
}

.timeline-center .tl-left .tl-date
{
  float: right;
  margin-left: 0;
  margin-right: -8.5em;
  text-align: left;
}

.bg-white
{
  background-color: #fff;
}

.bg-light
{
  background-color: #eaebec;
}

.bg-light.lt
{
  background-color: #f8f8f8 !important;
}

.bg-light .lt
{
  background-color: #f8f8f8;
}

.bg-light.dk
{
  background-color: #dbdee2 !important;
}

.bg-light .dk
{
  background-color: #dbdee2;
}

.bg-light.bg
{
  background-color: #eaebec !important;
}

.bg-light .bg
{
  background-color: #eaebec;
}

.bg-dark
{
  color: rgba(255,255,255,0.87);
  background-color: #afafaf;
}

.bg-dark.lt
{
  background-color: #bcbcbc !important;
}

.bg-dark .lt
{
  background-color: #bcbcbc;
}

.bg-dark.dk
{
  background-color: #a79e9e !important;
}

.bg-dark .dk
{
  background-color: #a79e9e;
}

.bg-dark.bg
{
  background-color: #afafaf !important;
}

.bg-dark .bg
{
  background-color: #afafaf;
}

.bg-primary
{
  color: rgba(255,255,255,0.87);
  background-color: #6ba410;
}

.bg-primary.lt
{
  background-color: #79b617 !important;
}

.bg-primary .lt
{
  background-color: #79b617;
}

.bg-primary.dk
{
  background-color: #5d910a !important;
}

.bg-primary .dk
{
  background-color: #5d910a;
}

.bg-primary.bg
{
  background-color: #6ba410 !important;
}

.bg-primary .bg
{
  background-color: #6ba410;
}

.bg-success
{
  color: rgba(255,255,255,0.87);
  background-color: #7abb12;
}

.bg-success.lt
{
  background-color: #88cc1a !important;
}

.bg-success .lt
{
  background-color: #88cc1a;
}

.bg-success.dk
{
  background-color: #6ca80b !important;
}

.bg-success .dk
{
  background-color: #6ca80b;
}

.bg-success.bg
{
  background-color: #7abb12 !important;
}

.bg-success .bg
{
  background-color: #7abb12;
}

.bg-info
{
  color: rgba(255,255,255,0.87);
  background-color: #bcc98e;
}

.bg-info.lt
{
  background-color: #c4cea3 !important;
}

.bg-info .lt
{
  background-color: #c4cea3;
}

.bg-info.dk
{
  background-color: #b4c678 !important;
}

.bg-info .dk
{
  background-color: #b4c678;
}

.bg-info.bg
{
  background-color: #bcc98e !important;
}

.bg-info .bg
{
  background-color: #bcc98e;
}

.bg-warning
{
  color: rgba(255,255,255,0.87);
  background-color: #ede059;
}

.bg-warning.lt
{
  background-color: #ece174 !important;
}

.bg-warning .lt
{
  background-color: #ece174;
}

.bg-warning.dk
{
  background-color: #f0e03d !important;
}

.bg-warning .dk
{
  background-color: #f0e03d;
}

.bg-warning.bg
{
  background-color: #ede059 !important;
}

.bg-warning .bg
{
  background-color: #ede059;
}

.bg-danger
{
  color: rgba(255,255,255,0.87);
  background-color: #f44336;
}

.bg-danger.lt
{
  background-color: #f15e53 !important;
}

.bg-danger .lt
{
  background-color: #f15e53;
}

.bg-danger.dk
{
  background-color: #f92718 !important;
}

.bg-danger .dk
{
  background-color: #f92718;
}

.bg-danger.bg
{
  background-color: #f44336 !important;
}

.bg-danger .bg
{
  background-color: #f44336;
}

.bg-accent
{
  color: rgba(255,255,255,0.87);
  background-color: #7e57c2;
}

.bg-accent.lt
{
  background-color: #8e6fc4 !important;
}

.bg-accent .lt
{
  background-color: #8e6fc4;
}

.bg-accent.dk
{
  background-color: #6e3ec2 !important;
}

.bg-accent .dk
{
  background-color: #6e3ec2;
}

.bg-accent.bg
{
  background-color: #7e57c2 !important;
}

.bg-accent .bg
{
  background-color: #7e57c2;
}

a.bg-primary:hover
{
  background-color: #5c8d0e;
}

a.text-primary:hover
{
  color: #5c8d0e;
}

.text-primary
{
  color: #6ba410;
}

.text-primary-lt
{
  color: #7abb12;
}

.text-primary-dk
{
  color: #5c8d0e;
}

a.bg-info:hover
{
  background-color: #b2c17d;
}

a.text-info:hover
{
  color: #b2c17d;
}

.text-info
{
  color: #bcc98e;
}

.text-info-lt
{
  color: #c6d19f;
}

.text-info-dk
{
  color: #b2c17d;
}

a.bg-success:hover
{
  background-color: #6ba410;
}

a.text-success:hover
{
  color: #6ba410;
}

.text-success
{
  color: #7abb12;
}

.text-success-lt
{
  color: #89d214;
}

.text-success-dk
{
  color: #6ba410;
}

a.bg-warning:hover
{
  background-color: #ebdc42;
}

a.text-warning:hover
{
  color: #ebdc42;
}

.text-warning
{
  color: #ede059;
}

.text-warning-lt
{
  color: #efe470;
}

.text-warning-dk
{
  color: #ebdc42;
}

a.bg-danger:hover
{
  background-color: #f32c1e;
}

a.text-danger:hover
{
  color: #f32c1e;
}

.text-danger
{
  color: #f44336;
}

.text-danger-lt
{
  color: #f55a4e;
}

.text-danger-dk
{
  color: #f32c1e;
}

a.bg-accent:hover
{
  background-color: #7044bb;
}

a.text-accent:hover
{
  color: #7044bb;
}

.text-accent
{
  color: #7e57c2;
}

.text-accent-lt
{
  color: #8c6ac9;
}

.text-accent-dk
{
  color: #7044bb;
}

a.bg-dark:hover
{
  background-color: #a2a2a2;
}

a.text-dark:hover
{
  color: #a2a2a2;
}

.text-dark
{
  color: #afafaf;
}

.text-dark-lt
{
  color: #bcbcbc;
}

.text-dark-dk
{
  color: #a2a2a2;
}

.text-white
{
  color: #fff;
}

.text-white-lt
{
  color: rgba(255,255,255,0.54);
}

.text-white-dk
{
  color: rgba(255,255,255,0.87);
}

.text-black
{
  color: #000;
}

.text-black-lt
{
  color: rgba(0,0,0,0.54);
}

.text-black-dk
{
  color: rgba(0,0,0,0.87);
}

.text-muted
{
  color: inherit;
  opacity: .75;
}

.text-muted-dk
{
  color: inherit;
  opacity: .5;
}

.text-muted-lt
{
  color: inherit;
  opacity: .25;
}

.text-color
{
  color: rgba(0,0,0,0.87);
}

.bg-big:before
{
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: inherit;
  border: inherit;
}

.bg-white-overlay
{
  background-color: rgba(255,255,255,0.8);
}

.bg-black-overlay
{
  background-color: rgba(32,43,54,0.8);
}

.no-bg
{
  background-color: transparent;
  color: inherit;
}

@media(min-width:768px)
{
  .bg-auto:before
  {
    content: "";
    position: absolute;
    width: inherit;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: inherit;
    border: inherit;
  }

  .bg-auto.b-l:before
  {
    margin-left: -1px;
  }

  .bg-auto.b-r:before
  {
    margin-right: -1px;
  }
}

.pos-rlt
{
  position: relative;
  z-index: 1;
}

.pos-abt
{
  position: absolute;
}

.pos-fix
{
  position: fixed !important;
}

.pos-stc
{
  position: static !important;
}

.block
{
  display: block;
}

.block.hide
{
  display: none;
}

.pull-none
{
  float: none;
}

.inline
{
  display: inline-block;
}

.inline-16
{
  width: 16px;
  height: 16px;
}

.inline-24
{
  width: 24px;
  height: 24px;
}

.none
{
  display: none;
}

.active>.inline,.active>.auto .inline
{
  display: none;
}

.active>.none,.active>.auto .none
{
  display: inline-block;
}

.line
{
  height: 1px;
  margin: 10px 0;
  font-size: 0;
  overflow: hidden;
}

.line-dashed
{
  border-style: dashed !important;
  background-color: transparent;
  border-width: 0;
}

.pointer
{
  cursor: pointer;
}

.rounded,.circle
{
  border-radius: 500px;
}

.clear
{
  display: block;
  overflow: hidden;
}

.no-border
{
  border-color: transparent;
  border-width: 0;
}

.no-borders
{
  border-width: 0 !important;
}

.b
{
  border-color: rgba(110,115,120,0.15) !important;
}

.b-a
{
  border: 1px solid #dddee0;
}

.b-t
{
  border-top: 1px solid #dddee0;
}

.b-r
{
  border-right: 1px solid #dddee0;
}

.b-b
{
  border-bottom: 1px solid #dddee0;
}

.b-l
{
  border-left: 1px solid #dddee0;
}

.b-2x
{
  border-width: 2px;
}

.b-3x
{
  border-width: 3px;
}

.b-4x
{
  border-width: 4px;
}

.b-5x
{
  border-width: 5px;
}

.b-t-2x
{
  border-top-width: 2px !important;
}

.b-t-3x
{
  border-top-width: 3px !important;
}

.b-t-4x
{
  border-top-width: 4px !important;
}

.b-t-5x
{
  border-top-width: 5px !important;
}

.b-r-2x
{
  border-right-width: 2px !important;
}

.b-r-3x
{
  border-right-width: 3px !important;
}

.b-r-4x
{
  border-right-width: 4px !important;
}

.b-r-5x
{
  border-right-width: 5px !important;
}

.b-b-2x
{
  border-bottom-width: 2px !important;
}

.b-b-3x
{
  border-bottom-width: 3px !important;
}

.b-b-4x
{
  border-bottom-width: 4px !important;
}

.b-b-5x
{
  border-bottom-width: 5px !important;
}

.b-l-2x
{
  border-left-width: 2px !important;
}

.b-l-3x
{
  border-left-width: 3px !important;
}

.b-l-4x
{
  border-left-width: 4px !important;
}

.b-l-5x
{
  border-left-width: 5px !important;
}

.b-light
{
  border-color: #eaebec;
}

.b-white
{
  border-color: #fff;
}

.b-primary
{
  border-color: #6ba410;
}

.b-t-primary
{
  border-top-color: #6ba410;
}

.b-r-primary
{
  border-right-color: #6ba410;
}

.b-b-primary
{
  border-bottom-color: #6ba410;
}

.b-l-primary
{
  border-left-color: #6ba410;
}

.b-info
{
  border-color: #bcc98e;
}

.b-t-info
{
  border-top-color: #bcc98e;
}

.b-r-info
{
  border-right-color: #bcc98e;
}

.b-b-info
{
  border-bottom-color: #bcc98e;
}

.b-l-info
{
  border-left-color: #bcc98e;
}

.b-success
{
  border-color: #7abb12;
}

.b-t-success
{
  border-top-color: #7abb12;
}

.b-r-success
{
  border-right-color: #7abb12;
}

.b-b-success
{
  border-bottom-color: #7abb12;
}

.b-l-success
{
  border-left-color: #7abb12;
}

.b-warning
{
  border-color: #ede059;
}

.b-t-warning
{
  border-top-color: #ede059;
}

.b-r-warning
{
  border-right-color: #ede059;
}

.b-b-warning
{
  border-bottom-color: #ede059;
}

.b-l-warning
{
  border-left-color: #ede059;
}

.b-danger
{
  border-color: #f44336;
}

.b-t-danger
{
  border-top-color: #f44336;
}

.b-r-danger
{
  border-right-color: #f44336;
}

.b-b-danger
{
  border-bottom-color: #f44336;
}

.b-l-danger
{
  border-left-color: #f44336;
}

.b-accent
{
  border-color: #7e57c2;
}

.b-t-accent
{
  border-top-color: #7e57c2;
}

.b-r-accent
{
  border-right-color: #7e57c2;
}

.b-b-accent
{
  border-bottom-color: #7e57c2;
}

.b-l-accent
{
  border-left-color: #7e57c2;
}

.b-dark
{
  border-color: #afafaf;
}

.b-t-dark
{
  border-top-color: #afafaf;
}

.b-r-dark
{
  border-right-color: #afafaf;
}

.b-b-dark
{
  border-bottom-color: #afafaf;
}

.b-l-dark
{
  border-left-color: #afafaf;
}

.no-b-t
{
  border-top-width: 0;
}

.no-b-r
{
  border-right-width: 0;
}

.no-b-b
{
  border-bottom-width: 0;
}

.no-b-l
{
  border-left-width: 0;
}

.b-dashed
{
  border-style: dashed !important;
}

@media(max-width:991px)
{
  .no-border-sm
  {
    border-width: 0;
  }
}

@media(max-width:767px)
{
  .no-border-xs
  {
    border-width: 0;
  }
}

.hover-action
{
  display: none;
}

.hover-rotate
{
  -webkit-transition: all .2s ease-in-out .1s;
  transition: all .2s ease-in-out .1s;
}

.hover-anchor:hover .hover-action,.hover-anchor:focus .hover-action,.hover-anchor:active .hover-action
{
  display: inherit;
}

.hover-anchor:hover .hover-rotate,.hover-anchor:focus .hover-rotate,.hover-anchor:active .hover-rotate
{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.no-margin
{
  margin: 0;
}

.m
{
  margin: 16px;
}

.m-xs
{
  margin: 4px;
}

.m-sm
{
  margin: 8px;
}

.m-md
{
  margin: 24px;
}

.m-lg
{
  margin: 32px;
}

.m-v-xs
{
  margin-top: 4px;
  margin-bottom: 4px;
}

.m-v-sm
{
  margin-top: 8px;
  margin-bottom: 8px;
}

.m-v
{
  margin-top: 16px;
  margin-bottom: 16px;
}

.m-v-md
{
  margin-top: 24px;
  margin-bottom: 24px;
}

.m-v-lg
{
  margin-top: 32px;
  margin-bottom: 32px;
}

.m-h-xs
{
  margin-left: 4px;
  margin-right: 4px;
}

.m-h-sm
{
  margin-left: 8px;
  margin-right: 8px;
}

.m-h
{
  margin-left: 16px;
  margin-right: 16px;
}

.m-h-md
{
  margin-left: 24px;
  margin-right: 24px;
}

.m-h-lg
{
  margin-left: 32px;
  margin-right: 32px;
}

.m-t
{
  margin-top: 16px;
}

.m-t-xs
{
  margin-top: 4px;
}

.m-t-sm
{
  margin-top: 8px;
}

.m-t-md
{
  margin-top: 24px;
}

.m-t-lg
{
  margin-top: 32px;
}

.m-r
{
  margin-right: 16px;
}

.m-r-xs
{
  margin-right: 4px;
}

.m-r-sm
{
  margin-right: 8px;
}

.m-r-md
{
  margin-right: 24px;
}

.m-r-lg
{
  margin-right: 32px;
}

.m-b
{
  margin-bottom: 16px;
}

.m-b-xs
{
  margin-bottom: 4px;
}

.m-b-sm
{
  margin-bottom: 8px;
}

.m-b-md
{
  margin-bottom: 24px;
}

.m-b-lg
{
  margin-bottom: 32px;
}

.m-l
{
  margin-left: 16px;
}

.m-l-xs
{
  margin-left: 4px;
}

.m-l-sm
{
  margin-left: 8px;
}

.m-l-md
{
  margin-left: 24px;
}

.m-l-lg
{
  margin-left: 32px;
}

.m-n
{
  margin: -16px;
}

.m-h-n
{
  margin-left: -16px;
  margin-right: -16px;
}

.m-v-n
{
  margin-top: -16px;
  margin-bottom: -16px;
}

.m-l-n
{
  margin-left: -16px;
}

.m-r-n
{
  margin-right: -16px;
}

.m-t-n
{
  margin-top: -16px;
}

.m-b-n
{
  margin-bottom: -16px;
}

.no-padding
{
  padding: 0 !important;
}

.no-padding-h
{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-padding-v
{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-xs
{
  padding: 4px;
}

.p-sm
{
  padding: 8px;
}

.p
{
  padding: 16px;
}

.p-md
{
  padding: 24px;
}

.p-lg
{
  padding: 32px;
}

.p-h
{
  padding-left: 16px;
  padding-right: 16px;
}

.p-h-xs
{
  padding-left: 4px;
  padding-right: 4px;
}

.p-h-sm
{
  padding-left: 8px;
  padding-right: 8px;
}

.p-h-md
{
  padding-left: 24px;
  padding-right: 24px;
}

.p-h-lg
{
  padding-left: 32px;
  padding-right: 32px;
}

.p-v
{
  padding-top: 16px;
  padding-bottom: 16px;
}

.p-v-xs
{
  padding-top: 4px;
  padding-bottom: 4px;
}

.p-v-sm
{
  padding-top: 8px;
  padding-bottom: 8px;
}

.p-v-md
{
  padding-top: 24px;
  padding-bottom: 24px;
}

.p-v-lg
{
  padding-top: 32px;
  padding-bottom: 32px;
}

.padding
{
  padding: 32px 32px;
}

.padding-out
{
  margin: -32px -32px;
}

@media(max-width:992px)
{
  .padding
  {
    padding: 16px 16px;
  }

  .padding-out
  {
    margin: -16px -16px;
  }
}

@media(max-width:767px)
{
  .padding
  {
    padding: 8px 8px;
  }

  .padding-out
  {
    margin: -8px -8px;
  }
}

.no-radius
{
  border-radius: 0 !important;
}

.no-r-t
{
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.no-r-r
{
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.no-r-b
{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.no-r-l
{
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.r
{
  border-radius: 3px;
}

.r-t
{
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.r-r
{
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.r-b
{
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.r-l
{
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.r-2x
{
  border-radius: 6px;
}

.r-3x
{
  border-radius: 9px;
}

.scrollable
{
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.scrollable.hover
{
  overflow-y: hidden !important;
}

.scrollable.hover>*
{
  margin-top: -1px;
}

.scrollable.hover:hover
{
  overflow: visible !important;
  overflow-y: auto !important;
}

.smart .scrollable
{
  overflow-y: auto !important;
}

.scroll-x,.scroll-y
{
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.scroll-y
{
  overflow-y: auto;
}

.scroll-x
{
  overflow-x: auto;
}

.no-shadow
{
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.box-shadow
{
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.box-shadow-md
{
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.05);
  box-shadow: 0 3px 5px rgba(0,0,0,0.05);
}

.box-shadow-lg
{
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.05);
  box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}

.box-shadow-inset
{
  -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
}

.text-shadow
{
  text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
}

.l-h
{
  line-height: 1.42857143;
}

.l-h-1x
{
  line-height: 1;
}

.l-h-2x
{
  line-height: 2em;
}

.l-s-1x
{
  letter-spacing: 1;
}

.l-s-2x
{
  letter-spacing: 2;
}

.l-s-3x
{
  letter-spacing: 3;
}

.h-1x
{
  height: 20px;
}

.h-2x
{
  height: 40px;
}

.h-3x
{
  height: 60px;
}

.h-4x
{
  height: 80px;
}

.font-normal
{
  font-weight: normal;
}

.font-thin
{
  font-weight: 300;
}

.font-bold
{
  font-weight: 700;
}

.text-4x
{
  font-size: 4em;
}

.text-3x
{
  font-size: 3em;
}

.text-2x
{
  font-size: 2em;
}

.text-xl
{
  font-size: 32px;
}

.text-lg
{
  font-size: 24px;
}

.text-md
{
  font-size: 16px;
}

.text-base
{
  font-size: 14px;
}

.text-sm
{
  font-size: 13px;
}

.text-xs
{
  font-size: 12px;
}

.text-xxs
{
  font-size: 10px;
}

.text-u-c
{
  text-transform: uppercase;
}

.text-l-t
{
  text-decoration: line-through;
}

.text-u-l
{
  text-decoration: underline;
}

.text-ellipsis
{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-fade
{
  position: relative;
  overflow: hidden;
}

.text-fade:after
{
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right,rgba(255,255,255,0),#fff 50%);
}

.no-select
{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media(min-width:768px) and (max-width:991px)
{
  .text-center-sm
  {
    text-align: center;
  }

  .text-left-sm
  {
    text-align: left;
  }

  .text-right-sm
  {
    text-align: right;
  }
}

@media(max-width:767px)
{
  .text-center-xs
  {
    text-align: center;
  }

  .text-left-xs
  {
    text-align: left;
  }

  .text-right-xs
  {
    text-align: right;
  }
}

.w-16
{
  width: 16px;
  height: 16px;
}

.w-20
{
  width: 20px;
  height: 20px;
}

.w-24
{
  width: 24px;
  height: 24px;
}

.w-32
{
  width: 32px;
  height: 32px;
}

.w-40
{
  width: 40px;
  height: 40px;
}

.w-48
{
  width: 48px;
  height: 48px;
}

.w-56
{
  width: 56px;
  height: 56px;
}

.w-64
{
  width: 64px;
  height: 64px;
}

.w-xxl
{
  width: 60px;
}

.w-xs
{
  width: 90px;
}

.w-sm
{
  width: 120px;
}

.w
{
  width: 180px;
}

.w-md
{
  width: 200px;
}

.w-lg
{
  width: 240px;
}

.w-xl
{
  width: 280px;
}

.w-xxl
{
  width: 320px;
}

.w-full
{
  width: 100%;
}

.w-auto
{
  width: auto;
}

.h-auto
{
  height: auto;
}

.h-full
{
  height: 100%;
}

@media(max-width:991px)
{
  .w-auto-sm
  {
    width: auto;
  }

  .w-full-sm
  {
    width: 100%;
  }
}

@media(max-width:767px)
{
  .w-auto-xs
  {
    width: auto;
  }

  .w-full-xs
  {
    width: 100%;
  }
}
