.pos-rlt {
    position: relative;
}
.pos-stc {
    position: static;
}
.pos-abt {
    position: absolute;
}
.pos-fix {
    position: fixed;
}
.line {
    font-size: 0;
    height: 2px;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
}
.line-xs {
    margin: 0;
}
.line-lg {
    margin-bottom: 15px;
    margin-top: 15px;
}
.line-dashed {
    background-color: transparent;
    border-style: dashed !important;
    border-width: 0;
}
.no-line {
    border-width: 0;
}
.no-border, .no-borders {
    border-color: transparent;
    border-width: 0;
}
.no-radius {
    border-radius: 0;
}
.block {
    display: block;
}
.block.hide {
    display: none;
}
.inline {
    display: inline-block !important;
}
.none {
    display: none;
}
.pull-none {
    float: none;
}
.rounded {
    border-radius: 500px;
}
.clear {
    display: block;
    overflow: hidden;
}
.no-bg {
    background-color: transparent;
    color: inherit;
}
.l-h {
    line-height: 1.42857;
}
.l-h-1x {
    line-height: 1.2;
}
.l-h-2x {
    line-height: 2em;
}

.font-normal {
    font-weight: normal;
}
.font-thin {
    font-weight: 300;
}
.font-bold {
    font-weight: 700;
}
.text-3x {
    font-size: 3em;
}
.text-2x {
    font-size: 2em;
}
.text-lg {
    font-size: 22px;
}
.text-md {
    font-size: 16px;
}
.text-base {
    font-size: 14px;
}
.text-sm {
    font-size: 13px;
}
.text-xs {
    font-size: 12px;
}
.text-xxs {
    text-indent: -9999px;
}
.text-ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-u-c {
    text-transform: uppercase;
}
.text-l-t {
    text-decoration: line-through;
}
.text-u-l {
    text-decoration: underline;
}
.text-active, .active > .text, .active > .auto .text {
    display: none !important;
}
.active > .text-active, .active > .auto .text-active {
    display: inline-block !important;
}
.box-shadow {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}
.box-shadow-lg {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}
.text-shadow {
    font-size: 170px;
    text-shadow: 0 1px 0 #dee5e7, 0 2px 0 #fcfdfd, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
}
.no-shadow {
    box-shadow: none !important;
}
.wrapper-xs {
    padding: 5px;
}
.wrapper-sm {
    padding: 10px;
}
.wrapper {
    padding: 15px;
}
.wrapper-md {
    padding: 20px;
}
.wrapper-lg {
    padding: 30px;
}
.wrapper-xl {
    padding: 50px;
}
.padder-lg {
    padding-left: 30px;
    padding-right: 30px;
}
.padder-md {
    padding-left: 20px;
    padding-right: 20px;
}
.padder {
    padding-left: 15px;
    padding-right: 15px;
}
.padder-v {
    padding-bottom: 15px;
    padding-top: 15px;
}
.no-padder {
    padding: 0 !important;
}
.pull-in {
    margin-left: -15px;
    margin-right: -15px;
}
.pull-out {
    margin: -10px -15px;
}
.b {
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.b-a {
    border: 1px solid #dee5e7;
}
.b-t {
    border-top: 1px solid #dee5e7;
}
.b-r {
    border-right: 1px solid #dee5e7;
}
.b-b {
    border-bottom: 1px solid #dee5e7;
}
.b-l {
    border-left: 1px solid #dee5e7;
}
.b-light {
    border-color: #edf1f2;
}
.b-dark {
    border-color: #3a3f51;
}
.b-black {
    border-color: #3a3f51;
}
.b-primary {
    border-color: #7266ba;
}
.b-success {
    border-color: #27c24c;
}
.b-info {
    border-color: #23b7e5;
}
.b-warning {
    border-color: #fad733;
}
.b-danger {
    border-color: #f05050;
}
.b-white {
    border-color: #fff;
}
.b-dashed {
    border-style: dashed !important;
}
.b-l-light {
    border-left-color: #edf1f2;
}
.b-l-dark {
    border-left-color: #3a3f51;
}
.b-l-black {
    border-left-color: #3a3f51;
}
.b-l-primary {
    border-left-color: #7266ba;
}
.b-l-success {
    border-left-color: #27c24c;
}
.b-l-info {
    border-left-color: #23b7e5;
}
.b-l-warning {
    border-left-color: #fad733;
}
.b-l-danger {
    border-left-color: #f05050;
}
.b-l-white {
    border-left-color: #fff;
}
.b-l-2x {
    border-left-width: 2px;
}
.b-l-3x {
    border-left-width: 3px;
}
.b-l-4x {
    border-left-width: 4px;
}
.b-l-5x {
    border-left-width: 5px;
}
.b-2x {
    border-width: 2px;
}
.b-3x {
    border-width: 3px;
}
.b-4x {
    border-width: 4px;
}
.b-5x {
    border-width: 5px;
}
.r {
    border-radius: 2px;
}
.r-2x {
    border-radius: 4px;
}
.r-3x {
    border-radius: 6px;
}
.r-l {
    border-radius: 2px 0 0 2px;
}
.r-r {
    border-radius: 0 2px 2px 0;
}
.r-t {
    border-radius: 2px 2px 0 0;
}
.r-b {
    border-radius: 0 0 2px 2px;
}
.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0 !important;
}
.m-l-none {
    margin-left: 0;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-xxl {
    margin-left: 50px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-l-n-xxl {
    margin-left: -50px;
}
.m-t-none {
    margin-top: 0;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-md-25 {
    margin-top: 25px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-xxl {
    margin-top: 50px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-t-n-xxl {
    margin-top: -50px;
}
.m-r-none {
    margin-right: 0;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-xxl {
    margin-right: 50px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-r-n-xxl {
    margin-right: -50px;
}
.m-b-none {
    margin-bottom: 0;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-xxl {
    margin-bottom: 50px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.m-b-n-xxl {
    margin-bottom: -50px;
}
.avatar {
    border-radius: 500px;
    display: block;
    position: relative;
    white-space: nowrap;
}
.avatar img {
    border-radius: 500px;
    width: 100%;
}
.avatar i {
    border-radius: 100%;
    border-style: solid;
    border-width: 2px;
    height: 10px;
    left: 0;
    margin: 2px;
    position: absolute;
    top: 0;
    width: 10px;
}
.avatar i.right {
    left: auto;
    right: 0;
}
.avatar i.bottom {
    bottom: 0;
    left: auto;
    right: 0;
    top: auto;
}
.avatar i.left {
    bottom: 0;
    top: auto;
}
.avatar i.on {
    background-color: #27c24c;
}
.avatar i.off {
    background-color: #99a6ad;
}
.avatar i.busy {
    background-color: #f05050;
}
.avatar i.away {
    background-color: #fad733;
}
.avatar.thumb-md i {
    height: 12px;
    margin: 3px;
    width: 12px;
}
.avatar.thumb-sm i {
    margin: 1px;
}
.avatar.thumb-xs i {
    margin: 0;
}
.w-xxs {
    width: 60px;
}
.w-xs {
    width: 90px;
}
.w-sm {
    width: 150px;
}
.w {
    width: 200px;
}
.w-md {
    width: 240px;
}
.w-lg {
    width: 280px;
}
.w-xl {
    width: 320px;
}
.w-xxl {
    width: 360px;
}
.w-full {
    width: 100%;
}
.w-auto {
    width: auto;
}
.h-auto {
    height: auto;
}
.h-full {
    height: 100%;
}
.thumb-xl {
    display: inline-block;
    width: 128px;
}
.thumb-lg {
    display: inline-block;
    width: 96px;
}
.thumb-md {
    display: inline-block;
    width: 64px;
}
.thumb {
    display: inline-block;
    width: 50px;
}
.thumb-sm {
    display: inline-block;
    width: 40px;
}
.thumb-xs {
    display: inline-block;
    width: 34px;
}
.thumb-xxs {
    display: inline-block;
    width: 30px;
}
.thumb-wrapper {
    border: 1px solid #dee5e7;
    padding: 2px;
}
.thumb img, .thumb-xs img, .thumb-sm img, .thumb-md img, .thumb-lg img, .thumb-btn img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.img-full {
    width: 100%;
}
.img-full img {
    width: 100%;
}
.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
}
.scrollable.hover {
    overflow-y: hidden !important;
}
.scrollable.hover:hover {
    overflow-x: visible !important;
    overflow-y: auto !important;
}
.smart .scrollable {
    overflow-y: auto !important;
}
.scroll-x, .scroll-y {
    overflow: hidden;
}
.scroll-y {
    overflow-y: auto;
}
.scroll-x {
    overflow-x: auto;
}

.w-p-90 {
    width: 90%!important;
}

.m-h-md{
	min-height:100px;
}